mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-03 22:43:10 +00:00
167 lines
29 KiB
Plaintext
167 lines
29 KiB
Plaintext
2025-12-18 04:28:37.808 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-18 04:28:37.809 DEBUG [tests.conftest] Running test: test_subscribe_one_by_one_to_different_pubsub_topics_and_send_messages with id: 2025-12-18_04-28-37__10fedfe4-1a1e-40ff-91b1-eae7edac7c0e
|
|
2025-12-18 04:28:37.809 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-18 04:28:37.809 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-18 04:28:37.810 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-18 04:28:37.816 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-18 04:28:37.816 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-18_04-28-37__10fedfe4-1a1e-40ff-91b1-eae7edac7c0e__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:28:37.816 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-18 04:28:37.817 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-18 04:28:37.818 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-18 04:28:37.818 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.200.168
|
|
2025-12-18 04:28:37.818 DEBUG [src.node.docker_mananger] Generated ports ['1569', '1570', '1571', '1572', '1573']
|
|
2025-12-18 04:28:37.818 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-18 04:28:37.818 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-18 04:28:37.818 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-18 04:28:37.819 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-18 04:28:37.819 DEBUG [src.node.docker_mananger] docker run -i -t -p 1569:1569 -p 1570:1570 -p 1571:1571 -p 1572:1572 -p 1573:1573 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=1571 --rest-port=1569 --tcp-port=1570 --discv5-udp-port=1572 --rest-address=0.0.0.0 --nat=extip:172.18.200.168 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=04c236cb1f00aa1a5da3eda4bc919cdfeb2c0b10e9ddbf2d2aed2fac70253c73 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1573 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-18 04:28:37.994 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.200.168 waku c1fa13a9f8a871c85579577a2001f9b6d36df9feab8fbc787433ff1e094139c5
|
|
2025-12-18 04:28:38.029 DEBUG [src.node.docker_mananger] Container started with ID c1fa13a9f8a8. Setting up logs at ./log/docker/node1_2025-12-18_04-28-37__10fedfe4-1a1e-40ff-91b1-eae7edac7c0e__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:28:38.031 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1569
|
|
2025-12-18 04:28:38.033 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-18 04:28:38.080 ERROR [src.node.docker_mananger] Max retries reached for container 0503b780c1fc. Exiting log stream.
|
|
2025-12-18 04:28:38.612 ERROR [src.node.docker_mananger] Max retries reached for container a9aa2eaeec47. Exiting log stream.
|
|
2025-12-18 04:28:39.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1569/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:39.036 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-18 04:28:39.036 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-18 04:28:39.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1569/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:39.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.200.168/tcp/1570/p2p/16Uiu2HAm89KCAZy5hw2ye5nr1mWsBxiCgEsUbp8QRzGPNMGpJqPF","/ip4/172.18.200.168/tcp/1571/ws/p2p/16Uiu2HAm89KCAZy5hw2ye5nr1mWsBxiCgEsUbp8QRzGPNMGpJqPF"],"enrUri":"enr:-L24QF_NQlbNEGJ10HIRjK1f4_aJ4iCbyv8YNukYntk0rXVpDGTqJCD2zq_3EEScBgIxEP0TC68m6IgoxM4L8d35IAACgmlkgnY0gmlwhKwSyKiKbXVsdGlhZGRyc5YACASsEsioBgYiAAoErBLIqAYGI90DgnJzhQACAQAAiXNlY3AyNTZrMaECvPciLjgvuPz9BIZ15LF1qCH6QkJ48FYMiY3-gv3hzEKDdGNwggYig3VkcIIGJIV3YWt1MgU"}'
|
|
2025-12-18 04:28:39.039 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-18 04:28:39.045 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-18 04:28:39.046 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-18_04-28-37__10fedfe4-1a1e-40ff-91b1-eae7edac7c0e__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:28:39.046 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-18 04:28:39.046 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-18 04:28:39.047 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-18 04:28:39.047 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.205.249
|
|
2025-12-18 04:28:39.047 DEBUG [src.node.docker_mananger] Generated ports ['54003', '54004', '54005', '54006', '54007']
|
|
2025-12-18 04:28:39.047 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-18 04:28:39.048 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-18 04:28:39.048 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-18 04:28:39.048 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-18 04:28:39.048 DEBUG [src.node.docker_mananger] docker run -i -t -p 54003:54003 -p 54004:54004 -p 54005:54005 -p 54006:54006 -p 54007:54007 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=54005 --rest-port=54003 --tcp-port=54004 --discv5-udp-port=54006 --rest-address=0.0.0.0 --nat=extip:172.18.205.249 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e48e7f9a2f681ac7acc6bb51352646aeca1af57a67ff56b20fae6cfc61e9c86d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54007 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QF_NQlbNEGJ10HIRjK1f4_aJ4iCbyv8YNukYntk0rXVpDGTqJCD2zq_3EEScBgIxEP0TC68m6IgoxM4L8d35IAACgmlkgnY0gmlwhKwSyKiKbXVsdGlhZGRyc5YACASsEsioBgYiAAoErBLIqAYGI90DgnJzhQACAQAAiXNlY3AyNTZrMaECvPciLjgvuPz9BIZ15LF1qCH6QkJ48FYMiY3-gv3hzEKDdGNwggYig3VkcIIGJIV3YWt1MgU
|
|
2025-12-18 04:28:39.232 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.205.249 waku e872eac0e7a330f2b72f077f7407d47570ff6b0826b8e25162ef18c80c86a078
|
|
2025-12-18 04:28:39.269 DEBUG [src.node.docker_mananger] Container started with ID e872eac0e7a3. Setting up logs at ./log/docker/node2_2025-12-18_04-28-37__10fedfe4-1a1e-40ff-91b1-eae7edac7c0e__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:28:39.269 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54003
|
|
2025-12-18 04:28:39.269 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-18 04:28:40.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54003/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:40.278 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-18 04:28:40.278 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-18 04:28:40.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54003/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:40.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.205.249/tcp/54004/p2p/16Uiu2HAmNJLwKvgy43rk87Zpg2LiyTRisbHAnLzThb81VLPo4wnJ","/ip4/172.18.205.249/tcp/54005/ws/p2p/16Uiu2HAmNJLwKvgy43rk87Zpg2LiyTRisbHAnLzThb81VLPo4wnJ"],"enrUri":"enr:-L24QLykREV-qhlXygTwf0LqL04oL6_d4NdTxY1TzTnKkmXENDDMuOAZnLCEYQDbSKnspj1_KP62qpL3GstaTgVOZpACgmlkgnY0gmlwhKwSzfmKbXVsdGlhZGRyc5YACASsEs35BtL0AAoErBLN-QbS9d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDj0rzLHmQVOFuWVLXOEaC3bjcknPq4wPVz1OJ2owOzbODdGNwgtL0g3VkcILS9oV3YWt1MgE"}'
|
|
2025-12-18 04:28:40.283 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-18 04:28:40.284 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54003/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.200.168/tcp/1570/p2p/16Uiu2HAm89KCAZy5hw2ye5nr1mWsBxiCgEsUbp8QRzGPNMGpJqPF"]'
|
|
2025-12-18 04:28:40.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.289 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1569/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-18 04:28:40.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.291 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54003/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-18 04:28:40.293 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.294 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1569/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-18 04:28:40.298 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.298 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:40.398 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:40.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1569/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:40.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766032120294056820,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:40.402 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:40.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:40.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766032120294056820,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:40.406 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1569/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2025-12-18 04:28:40.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54003/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2025-12-18 04:28:40.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.416 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1569/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-18 04:28:40.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.421 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:40.522 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:40.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1569/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:40.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766032120415958879,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:40.526 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:40.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:40.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":1766032120415958879,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:40.529 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1569/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2025-12-18 04:28:40.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54003/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2025-12-18 04:28:40.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.539 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1569/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-18 04:28:40.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.545 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:40.646 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:40.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1569/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:40.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766032120539655995,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:40.650 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:40.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:40.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766032120539655995,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:40.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1569/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2025-12-18 04:28:40.657 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.658 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54003/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2025-12-18 04:28:40.664 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.665 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1569/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-18 04:28:40.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.670 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:40.770 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:40.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1569/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:40.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766032120665138632,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:40.774 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:40.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:40.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766032120665138632,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:40.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1569/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2025-12-18 04:28:40.781 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.782 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54003/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2025-12-18 04:28:40.787 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.788 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1569/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-18 04:28:40.793 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.793 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:40.894 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:40.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1569/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:40.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766032120788051125,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:40.897 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:40.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:40.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766032120788051125,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:40.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1569/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2025-12-18 04:28:40.904 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.905 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54003/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2025-12-18 04:28:40.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.911 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1569/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-18 04:28:40.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:40.917 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:41.018 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:41.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1569/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:41.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766032120910865576,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:41.022 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:41.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:41.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766032120910865576,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:41.026 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1569/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2025-12-18 04:28:41.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:41.029 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54003/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2025-12-18 04:28:41.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:41.034 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1569/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-18 04:28:41.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:41.039 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:41.139 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:41.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1569/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:41.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766032121033650224,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:41.144 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:41.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:41.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766032121033650224,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:41.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1569/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2025-12-18 04:28:41.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:41.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54003/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2025-12-18 04:28:41.156 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:41.157 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1569/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-18 04:28:41.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:41.162 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:41.262 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:41.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1569/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:41.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766032121157578313,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:41.267 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:41.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:41.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766032121157578313,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:41.272 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-18 04:28:41.273 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-18 04:28:41.273 DEBUG [src.node.waku_node] Stopping container with id c1fa13a9f8a8
|
|
2025-12-18 04:28:41.820 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-18 04:28:41.820 DEBUG [src.node.waku_node] Stopping container with id e872eac0e7a3
|
|
2025-12-18 04:28:42.373 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-18 04:28:42.375 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-18 04:28:42.385 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-18 04:28:42.394 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|