mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 08:33:08 +00:00
132 lines
23 KiB
Plaintext
132 lines
23 KiB
Plaintext
2026-01-30 04:38:28.120 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-30 04:38:28.120 DEBUG [tests.conftest] Running test: test_subscribe_via_api_to_new_pubsub_topics with id: 2026-01-30_04-38-28__6e9fad60-712c-45eb-af15-e29deaa0f1a8
|
|
2026-01-30 04:38:28.121 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-30 04:38:28.121 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-30 04:38:28.121 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-01-30 04:38:28.128 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-30 04:38:28.128 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-30_04-38-28__6e9fad60-712c-45eb-af15-e29deaa0f1a8__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:38:28.128 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-30 04:38:28.128 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-30 04:38:28.130 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-30 04:38:28.130 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.120.174
|
|
2026-01-30 04:38:28.130 DEBUG [src.node.docker_mananger] Generated ports ['27503', '27504', '27505', '27506', '27507']
|
|
2026-01-30 04:38:28.130 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-01-30 04:38:28.130 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-30 04:38:28.130 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-30 04:38:28.131 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-30 04:38:28.131 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-30 04:38:28.131 DEBUG [src.node.docker_mananger] docker run -i -t -p 27503:27503 -p 27504:27504 -p 27505:27505 -p 27506:27506 -p 27507:27507 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=27505 --rest-port=27503 --tcp-port=27504 --discv5-udp-port=27506 --rest-address=0.0.0.0 --nat=extip:172.18.120.174 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c18eaaaa70fb6882efaedcf0b641f50c3c45d93aa9bfbab4db01c5a5dabdea04 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27507 --metrics-logging=true --relay=true --filter=true
|
|
2026-01-30 04:38:28.311 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.120.174 waku 41689a081e06a5531ad6b720967f64013f98c5fe7b6d88eafa3009f48cea7d86
|
|
2026-01-30 04:38:28.345 DEBUG [src.node.docker_mananger] Container started with ID 41689a081e06. Setting up logs at ./log/docker/node1_2026-01-30_04-38-28__6e9fad60-712c-45eb-af15-e29deaa0f1a8__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:38:28.346 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27503
|
|
2026-01-30 04:38:28.346 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-30 04:38:28.373 ERROR [src.node.docker_mananger] Max retries reached for container e4f147398c9a. Exiting log stream.
|
|
2026-01-30 04:38:28.922 ERROR [src.node.docker_mananger] Max retries reached for container 0e31eabf7a69. Exiting log stream.
|
|
2026-01-30 04:38:29.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27503/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:38:29.349 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"}]}'
|
|
2026-01-30 04:38:29.349 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-30 04:38:29.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27503/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:38:29.352 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.120.174/tcp/27504/p2p/16Uiu2HAmM2KtUbPWUmcL1S9kBCg3PpMY4vsL7FuNtZneJZAiMPzz","/ip4/172.18.120.174/tcp/27505/ws/p2p/16Uiu2HAmM2KtUbPWUmcL1S9kBCg3PpMY4vsL7FuNtZneJZAiMPzz"],"enrUri":"enr:-L24QCKaZqcWE-SPw9fRSUqZ8rCGSqy9mxFthtVrwNurKfx7G103hLc9cQSLxbWQ1WWIIGXBi4tDC9qs9ilOxekog5MCgmlkgnY0gmlwhKwSeK6KbXVsdGlhZGRyc5YACASsEniuBmtwAAoErBJ4rgZrcd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDfFTIo-P_gl_1850B91jHY3VYAqSs22f9SdKrpF-z7QuDdGNwgmtwg3VkcIJrcoV3YWt1MgU"}'
|
|
2026-01-30 04:38:29.352 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-30 04:38:29.359 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-30 04:38:29.359 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-30_04-38-28__6e9fad60-712c-45eb-af15-e29deaa0f1a8__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:38:29.359 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-30 04:38:29.359 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-30 04:38:29.360 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-30 04:38:29.361 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.28.27
|
|
2026-01-30 04:38:29.361 DEBUG [src.node.docker_mananger] Generated ports ['32393', '32394', '32395', '32396', '32397']
|
|
2026-01-30 04:38:29.361 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-01-30 04:38:29.361 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-30 04:38:29.361 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-30 04:38:29.361 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-30 04:38:29.361 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-30 04:38:29.361 DEBUG [src.node.docker_mananger] docker run -i -t -p 32393:32393 -p 32394:32394 -p 32395:32395 -p 32396:32396 -p 32397:32397 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=32395 --rest-port=32393 --tcp-port=32394 --discv5-udp-port=32396 --rest-address=0.0.0.0 --nat=extip:172.18.28.27 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4fefadffadccf1e38334da73f2db126e999b4a9dccbe49a6c3af8980b00afddf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32397 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCKaZqcWE-SPw9fRSUqZ8rCGSqy9mxFthtVrwNurKfx7G103hLc9cQSLxbWQ1WWIIGXBi4tDC9qs9ilOxekog5MCgmlkgnY0gmlwhKwSeK6KbXVsdGlhZGRyc5YACASsEniuBmtwAAoErBJ4rgZrcd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDfFTIo-P_gl_1850B91jHY3VYAqSs22f9SdKrpF-z7QuDdGNwgmtwg3VkcIJrcoV3YWt1MgU
|
|
2026-01-30 04:38:29.550 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.28.27 waku 7c77954fd3ef07b379dff5389261c38601742ce5e4a60603362accc77af9808c
|
|
2026-01-30 04:38:29.583 DEBUG [src.node.docker_mananger] Container started with ID 7c77954fd3ef. Setting up logs at ./log/docker/node2_2026-01-30_04-38-28__6e9fad60-712c-45eb-af15-e29deaa0f1a8__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:38:29.583 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32393
|
|
2026-01-30 04:38:29.583 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-30 04:38:30.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32393/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:38:30.596 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"}]}'
|
|
2026-01-30 04:38:30.598 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-30 04:38:30.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32393/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:38:30.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.28.27/tcp/32394/p2p/16Uiu2HAmKE323SWB21PPNviWKqNfFiv837GJgp3BvP8EFhKh1QR9","/ip4/172.18.28.27/tcp/32395/ws/p2p/16Uiu2HAmKE323SWB21PPNviWKqNfFiv837GJgp3BvP8EFhKh1QR9"],"enrUri":"enr:-L24QLI6GWj_8Lq2ditGGqjmp9ySXiadIUMFfNCPVUm14kZ7VAWsFRiHkF24F9VLOsUsME_6Raiq4r_4kSCkYp3dxMoCgmlkgnY0gmlwhKwSHBuKbXVsdGlhZGRyc5YACASsEhwbBn6KAAoErBIcGwZ-i90DgnJzhQACAQAAiXNlY3AyNTZrMaEDYZ1OHlVA9u1lMdAmlrdRoRicPOO_TqwHuQz0-iBuU3SDdGNwgn6Kg3VkcIJ-jIV3YWt1MgE"}'
|
|
2026-01-30 04:38:30.604 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-30 04:38:30.605 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32393/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.120.174/tcp/27504/p2p/16Uiu2HAmM2KtUbPWUmcL1S9kBCg3PpMY4vsL7FuNtZneJZAiMPzz"]'
|
|
2026-01-30 04:38:30.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:38:30.609 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27503/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/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"]'
|
|
2026-01-30 04:38:30.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:38:30.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32393/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/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"]'
|
|
2026-01-30 04:38:30.629 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:38:30.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27503/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-01-30 04:38:30.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:38:30.643 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:38:30.743 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:38:30.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27503/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:38:30.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769747910631021807,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:38:30.748 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:38:30.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32393/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:38:30.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769747910631021807,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:38:30.752 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27503/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)'}'
|
|
2026-01-30 04:38:30.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:38:30.757 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:38:30.857 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:38:30.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27503/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:38:30.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769747910752470890,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:38:30.861 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:38:30.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32393/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:38:30.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769747910752470890,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:38:30.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27503/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)'}'
|
|
2026-01-30 04:38:30.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:38:30.870 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:38:30.970 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:38:30.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27503/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:38:30.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769747910865415943,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:38:30.974 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:38:30.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32393/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:38:30.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769747910865415943,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:38:30.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27503/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)'}'
|
|
2026-01-30 04:38:30.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:38:30.982 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:38:31.083 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:38:31.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27503/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:38:31.085 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769747910978373701,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:38:31.087 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:38:31.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32393/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:38:31.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769747910978373701,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:38:31.091 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27503/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)'}'
|
|
2026-01-30 04:38:31.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:38:31.096 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:38:31.196 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:38:31.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27503/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:38:31.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769747911091102904,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:38:31.200 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:38:31.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32393/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:38:31.202 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769747911091102904,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:38:31.204 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27503/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)'}'
|
|
2026-01-30 04:38:31.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:38:31.208 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:38:31.308 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:38:31.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27503/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:38:31.311 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769747911204237619,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:38:31.312 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:38:31.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32393/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:38:31.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769747911204237619,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:38:31.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27503/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)'}'
|
|
2026-01-30 04:38:31.321 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:38:31.321 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:38:31.421 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:38:31.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27503/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:38:31.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769747911316448850,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:38:31.425 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:38:31.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32393/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:38:31.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769747911316448850,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:38:31.430 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-30 04:38:31.431 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-30 04:38:31.431 DEBUG [src.node.waku_node] Stopping container with id 41689a081e06
|
|
2026-01-30 04:38:31.970 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-30 04:38:31.971 DEBUG [src.node.waku_node] Stopping container with id 7c77954fd3ef
|
|
2026-01-30 04:38:32.506 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-30 04:38:32.507 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-30 04:38:32.525 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-30 04:38:32.534 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|