mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-24 04:33:13 +00:00
167 lines
29 KiB
Plaintext
167 lines
29 KiB
Plaintext
2026-03-03 04:35:25.009 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:35:25.010 DEBUG [tests.conftest] Running test: test_subscribe_one_by_one_to_different_pubsub_topics_and_send_messages with id: 2026-03-03_04-35-25__6fb62ff0-bb92-4b9b-bd31-02a36b2e37c5
|
|
2026-03-03 04:35:25.011 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:35:25.011 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-03 04:35:25.011 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-03 04:35:25.025 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:35:25.026 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-35-25__6fb62ff0-bb92-4b9b-bd31-02a36b2e37c5__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:25.026 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:35:25.026 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:35:25.028 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:35:25.029 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.31.126
|
|
2026-03-03 04:35:25.029 DEBUG [src.node.docker_mananger] Generated ports ['25612', '25613', '25614', '25615', '25616']
|
|
2026-03-03 04:35:25.030 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-03 04:35:25.030 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:35:25.032 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:35:25.032 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:35:25.032 DEBUG [src.node.docker_mananger] docker run -i -t -p 25612:25612 -p 25613:25613 -p 25614:25614 -p 25615:25615 -p 25616:25616 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=25614 --rest-port=25612 --tcp-port=25613 --discv5-udp-port=25615 --rest-address=0.0.0.0 --nat=extip:172.18.31.126 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b79ad5fadfc2f26bd632cb3e3eb3be9f4e2daa4f4dbfa2eb3becfcad76b788ff --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25616 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-03 04:35:25.196 ERROR [src.node.docker_mananger] Max retries reached for container afc9d0b255d1. Exiting log stream.
|
|
2026-03-03 04:35:25.241 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.31.126 waku 57b287c738f8bc49513114c95f27d595b7726b2c84e164297ba7a6a2367b1620
|
|
2026-03-03 04:35:25.274 DEBUG [src.node.docker_mananger] Container started with ID 57b287c738f8. Setting up logs at ./log/docker/node1_2026-03-03_04-35-25__6fb62ff0-bb92-4b9b-bd31-02a36b2e37c5__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:25.275 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25612
|
|
2026-03-03 04:35:25.276 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:35:25.872 ERROR [src.node.docker_mananger] Max retries reached for container ca387731a804. Exiting log stream.
|
|
2026-03-03 04:35:26.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25612/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:26.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-03 04:35:26.280 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:35:26.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25612/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:26.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.31.126/tcp/25613/p2p/16Uiu2HAkwuUuncT4QrVMEMFYKaqK53bSWZBHUF5a78vahKoeJqSY","/ip4/172.18.31.126/tcp/25614/ws/p2p/16Uiu2HAkwuUuncT4QrVMEMFYKaqK53bSWZBHUF5a78vahKoeJqSY"],"enrUri":"enr:-L24QBptIn-WvRm_HovR94GXmVzfEt8R6ejzHpWcdDCgexqiY0I9ejaG--dU9AsJyRoK57YpnqPjsMDJjSN8eA9iNW8CgmlkgnY0gmlwhKwSH36KbXVsdGlhZGRyc5YACASsEh9-BmQNAAoErBIffgZkDt0DgnJzhQACAQAAiXNlY3AyNTZrMaECJNce4-LKpZj_zw0QRTooY3zE7H4VkEH4UapbDd12EsGDdGNwgmQNg3VkcIJkD4V3YWt1MgU"}'
|
|
2026-03-03 04:35:26.283 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:35:26.290 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:35:26.290 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-35-25__6fb62ff0-bb92-4b9b-bd31-02a36b2e37c5__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:26.290 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:35:26.290 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:35:26.292 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:35:26.292 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.112.214
|
|
2026-03-03 04:35:26.292 DEBUG [src.node.docker_mananger] Generated ports ['27040', '27041', '27042', '27043', '27044']
|
|
2026-03-03 04:35:26.292 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-03 04:35:26.292 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:35:26.292 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:35:26.292 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:35:26.293 DEBUG [src.node.docker_mananger] docker run -i -t -p 27040:27040 -p 27041:27041 -p 27042:27042 -p 27043:27043 -p 27044:27044 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=27042 --rest-port=27040 --tcp-port=27041 --discv5-udp-port=27043 --rest-address=0.0.0.0 --nat=extip:172.18.112.214 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=de0c74ef6be6521c3a5ceb163a4b44227bd37a3ed8ef6ee2a7ced5d5df66ff4e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27044 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBptIn-WvRm_HovR94GXmVzfEt8R6ejzHpWcdDCgexqiY0I9ejaG--dU9AsJyRoK57YpnqPjsMDJjSN8eA9iNW8CgmlkgnY0gmlwhKwSH36KbXVsdGlhZGRyc5YACASsEh9-BmQNAAoErBIffgZkDt0DgnJzhQACAQAAiXNlY3AyNTZrMaECJNce4-LKpZj_zw0QRTooY3zE7H4VkEH4UapbDd12EsGDdGNwgmQNg3VkcIJkD4V3YWt1MgU
|
|
2026-03-03 04:35:26.493 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.112.214 waku 91749f8bad44c954bc5c90cf1afcde371592ce2658c1cf153c7882aedb1e3b76
|
|
2026-03-03 04:35:26.529 DEBUG [src.node.docker_mananger] Container started with ID 91749f8bad44. Setting up logs at ./log/docker/node2_2026-03-03_04-35-25__6fb62ff0-bb92-4b9b-bd31-02a36b2e37c5__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:26.530 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27040
|
|
2026-03-03 04:35:26.530 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:35:27.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:27.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-03 04:35:27.552 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:35:27.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27040/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:27.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.112.214/tcp/27041/p2p/16Uiu2HAmASwB4JiU7yXAutAbi7LuRaTtcEUkHh8P9YLoJWyv6qb4","/ip4/172.18.112.214/tcp/27042/ws/p2p/16Uiu2HAmASwB4JiU7yXAutAbi7LuRaTtcEUkHh8P9YLoJWyv6qb4"],"enrUri":"enr:-L24QFL6n9bsNedVT4iUYHdRGDQlJiXYoE7GrEg7oRIu40JqZLFHm4qrxXjPf9xY_xxdFAUamQ0i4Ybh9xUme3ffwoMCgmlkgnY0gmlwhKwScNaKbXVsdGlhZGRyc5YACASsEnDWBmmhAAoErBJw1gZpot0DgnJzhQACAQAAiXNlY3AyNTZrMaEC3zIQmk4zBf1KIBEyuqYWnVl8ZGwvpZp964CTQ8R8cE-DdGNwgmmhg3VkcIJpo4V3YWt1MgE"}'
|
|
2026-03-03 04:35:27.558 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:35:27.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27040/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.31.126/tcp/25613/p2p/16Uiu2HAkwuUuncT4QrVMEMFYKaqK53bSWZBHUF5a78vahKoeJqSY"]'
|
|
2026-03-03 04:35:27.562 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:27.563 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25612/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-03 04:35:27.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:27.565 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27040/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-03 04:35:27.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:27.568 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25612/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:35:27.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:27.574 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:35:27.674 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:27.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25612/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:27.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512527568538820,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:27.679 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:27.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27040/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:27.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512527568538820,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:27.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25612/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-03-03 04:35:27.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:27.687 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27040/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-03-03 04:35:27.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:27.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25612/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:35:27.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:27.701 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:35:27.801 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:27.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25612/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:27.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512527693229132,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:27.806 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:27.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27040/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:27.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512527693229132,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:27.810 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25612/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2026-03-03 04:35:27.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:27.816 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27040/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2026-03-03 04:35:27.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:27.823 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25612/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-03-03 04:35:27.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:27.830 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:35:27.930 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:27.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25612/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:27.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512527822866597,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:27.935 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:27.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27040/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:27.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512527822866597,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:27.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25612/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2026-03-03 04:35:27.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:27.943 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27040/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2026-03-03 04:35:27.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:27.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25612/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-03-03 04:35:27.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:27.958 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:35:28.058 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:28.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25612/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:28.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512527949986629,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:28.063 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:28.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27040/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:28.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512527949986629,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:28.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25612/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2026-03-03 04:35:28.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:28.073 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27040/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2026-03-03 04:35:28.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:28.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25612/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-03-03 04:35:28.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:28.087 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:35:28.187 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:28.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25612/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:28.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512528080986769,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:28.192 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:28.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27040/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:28.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512528080986769,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:28.196 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25612/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2026-03-03 04:35:28.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:28.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27040/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2026-03-03 04:35:28.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:28.209 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25612/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-03-03 04:35:28.215 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:28.215 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:35:28.315 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:28.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25612/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:28.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512528209165786,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:28.320 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:28.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27040/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:28.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512528209165786,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:28.324 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25612/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2026-03-03 04:35:28.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:28.329 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27040/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2026-03-03 04:35:28.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:28.335 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25612/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-03-03 04:35:28.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:28.342 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:35:28.442 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:28.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25612/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:28.445 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512528335032429,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:28.447 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:28.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27040/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:28.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512528335032429,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:28.451 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25612/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2026-03-03 04:35:28.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:28.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27040/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2026-03-03 04:35:28.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:28.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25612/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-03-03 04:35:28.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:28.471 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:35:28.571 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:28.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25612/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:28.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512528463860998,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:28.576 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:28.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27040/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:28.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512528463860998,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:28.581 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:35:28.582 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:35:28.583 DEBUG [src.node.waku_node] Stopping container with id 57b287c738f8
|
|
2026-03-03 04:35:29.166 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:35:29.169 DEBUG [src.node.waku_node] Stopping container with id 91749f8bad44
|
|
2026-03-03 04:35:29.764 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:35:29.766 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:35:29.779 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:35:29.791 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|