mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-19 10:13:37 +00:00
167 lines
29 KiB
Plaintext
167 lines
29 KiB
Plaintext
2026-02-28 04:26:56.227 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-28 04:26:56.228 DEBUG [tests.conftest] Running test: test_subscribe_one_by_one_to_different_pubsub_topics_and_send_messages with id: 2026-02-28_04-26-56__d19284b7-3721-4635-bd8d-97ca321ec751
|
|
2026-02-28 04:26:56.228 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-28 04:26:56.228 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-28 04:26:56.229 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-28 04:26:56.236 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 04:26:56.237 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-28_04-26-56__d19284b7-3721-4635-bd8d-97ca321ec751__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:26:56.237 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 04:26:56.237 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 04:26:56.238 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 04:26:56.239 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.145.211
|
|
2026-02-28 04:26:56.239 DEBUG [src.node.docker_mananger] Generated ports ['48256', '48257', '48258', '48259', '48260']
|
|
2026-02-28 04:26:56.239 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-28 04:26:56.239 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 04:26:56.239 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 04:26:56.239 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 04:26:56.239 DEBUG [src.node.docker_mananger] docker run -i -t -p 48256:48256 -p 48257:48257 -p 48258:48258 -p 48259:48259 -p 48260:48260 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=48258 --rest-port=48256 --tcp-port=48257 --discv5-udp-port=48259 --rest-address=0.0.0.0 --nat=extip:172.18.145.211 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=05dccf9bd1dba4c6629bd185eae769492dbe2aecdf74fb79dcaaabcf7a2cc38e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48260 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-28 04:26:56.430 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.145.211 waku ca8dda02e31b1498a17de37b9bf852ca141290d0bc5a1458d32bfa8868556735
|
|
2026-02-28 04:26:56.458 ERROR [src.node.docker_mananger] Max retries reached for container 5cf822e31b15. Exiting log stream.
|
|
2026-02-28 04:26:56.469 DEBUG [src.node.docker_mananger] Container started with ID ca8dda02e31b. Setting up logs at ./log/docker/node1_2026-02-28_04-26-56__d19284b7-3721-4635-bd8d-97ca321ec751__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:26:56.469 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48256
|
|
2026-02-28 04:26:56.469 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 04:26:57.009 ERROR [src.node.docker_mananger] Max retries reached for container 0d9ae2b00bbe. Exiting log stream.
|
|
2026-02-28 04:26:57.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48256/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:57.473 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-02-28 04:26:57.473 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 04:26:57.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48256/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:57.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.145.211/tcp/48257/p2p/16Uiu2HAmM4CYVZZmgX4m4hNTovnsRnHsGR8niJrmucdNvNjN1BGF","/ip4/172.18.145.211/tcp/48258/ws/p2p/16Uiu2HAmM4CYVZZmgX4m4hNTovnsRnHsGR8niJrmucdNvNjN1BGF"],"enrUri":"enr:-L24QAZytnRKGzbjrxisvtR3xIODK18_JFav-SFABYHTfdVFfShFqEEj03C9Yup6dWCXotBSqA5UuMdqvihqpgsw7TICgmlkgnY0gmlwhKwSkdOKbXVsdGlhZGRyc5YACASsEpHTBryBAAoErBKR0wa8gt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDfM-kECa3mgtzodUnWv5dz-HOpAYnOAvzd_laB3If_iyDdGNwgryBg3VkcIK8g4V3YWt1MgU"}'
|
|
2026-02-28 04:26:57.475 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 04:26:57.482 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 04:26:57.482 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-28_04-26-56__d19284b7-3721-4635-bd8d-97ca321ec751__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:26:57.483 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 04:26:57.483 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 04:26:57.484 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 04:26:57.484 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.97.54
|
|
2026-02-28 04:26:57.484 DEBUG [src.node.docker_mananger] Generated ports ['15987', '15988', '15989', '15990', '15991']
|
|
2026-02-28 04:26:57.485 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-28 04:26:57.485 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 04:26:57.485 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 04:26:57.485 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 04:26:57.485 DEBUG [src.node.docker_mananger] docker run -i -t -p 15987:15987 -p 15988:15988 -p 15989:15989 -p 15990:15990 -p 15991:15991 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=15989 --rest-port=15987 --tcp-port=15988 --discv5-udp-port=15990 --rest-address=0.0.0.0 --nat=extip:172.18.97.54 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e7fa3f1add5e3f3b26dd5caf2ae8a9b5c2c2c05fc3fcbeaaaa05f0fe508fbdaf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15991 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAZytnRKGzbjrxisvtR3xIODK18_JFav-SFABYHTfdVFfShFqEEj03C9Yup6dWCXotBSqA5UuMdqvihqpgsw7TICgmlkgnY0gmlwhKwSkdOKbXVsdGlhZGRyc5YACASsEpHTBryBAAoErBKR0wa8gt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDfM-kECa3mgtzodUnWv5dz-HOpAYnOAvzd_laB3If_iyDdGNwgryBg3VkcIK8g4V3YWt1MgU
|
|
2026-02-28 04:26:57.680 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.97.54 waku cf5576c6d8aa3472ed7a204a64b469200ab4e0b04affb5e4f26f30a6c58a88f2
|
|
2026-02-28 04:26:57.717 DEBUG [src.node.docker_mananger] Container started with ID cf5576c6d8aa. Setting up logs at ./log/docker/node2_2026-02-28_04-26-56__d19284b7-3721-4635-bd8d-97ca321ec751__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:26:57.718 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15987
|
|
2026-02-28 04:26:57.718 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 04:26:58.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15987/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:58.738 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-02-28 04:26:58.738 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 04:26:58.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15987/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:58.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.97.54/tcp/15988/p2p/16Uiu2HAmM7FcRwkw8Ap48gHL1nEHot9yf8UxXqEr3PMBwEs39msg","/ip4/172.18.97.54/tcp/15989/ws/p2p/16Uiu2HAmM7FcRwkw8Ap48gHL1nEHot9yf8UxXqEr3PMBwEs39msg"],"enrUri":"enr:-L24QJr6Wj7mhW6O2lHXviYVyZL23YkwHjgLM8yo4nIUde9JHJUwLNUdEttI4d-sH-MWDg5ihbbhDnRa9lf9X-AeO0ICgmlkgnY0gmlwhKwSYTaKbXVsdGlhZGRyc5YACASsEmE2Bj50AAoErBJhNgY-dd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDfZfaKAWDXm1RRAz0eebyDndf_SQloufr2uDdhbFlRIuDdGNwgj50g3VkcII-doV3YWt1MgE"}'
|
|
2026-02-28 04:26:58.745 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 04:26:58.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15987/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.145.211/tcp/48257/p2p/16Uiu2HAmM4CYVZZmgX4m4hNTovnsRnHsGR8niJrmucdNvNjN1BGF"]'
|
|
2026-02-28 04:26:58.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:58.750 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48256/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-02-28 04:26:58.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:58.753 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15987/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-02-28 04:26:58.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:58.756 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48256/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-02-28 04:26:58.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:58.761 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:58.862 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:58.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:58.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772252818756200220,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:26:58.866 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:58.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15987/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:58.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":1772252818756200220,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:26:58.870 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48256/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-02-28 04:26:58.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:58.875 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15987/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-02-28 04:26:58.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:58.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48256/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-02-28 04:26:58.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:58.888 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:58.989 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:58.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:58.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772252818882002620,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:26:58.993 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:58.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15987/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:58.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772252818882002620,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:26:58.997 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48256/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2026-02-28 04:26:59.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:59.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15987/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2026-02-28 04:26:59.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:59.011 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48256/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-02-28 04:26:59.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:59.016 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:59.116 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:59.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:59.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772252819010945612,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:26:59.121 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:59.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15987/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:59.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772252819010945612,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:26:59.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48256/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2026-02-28 04:26:59.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:59.131 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15987/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2026-02-28 04:26:59.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:59.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48256/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-02-28 04:26:59.144 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:59.144 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:59.245 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:59.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:59.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772252819137373625,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:26:59.251 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:59.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15987/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:59.253 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772252819137373625,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:26:59.255 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48256/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2026-02-28 04:26:59.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:59.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15987/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2026-02-28 04:26:59.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:59.267 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48256/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-02-28 04:26:59.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:59.275 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:59.375 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:59.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:59.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772252819267353994,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:26:59.380 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:59.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15987/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:59.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772252819267353994,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:26:59.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48256/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2026-02-28 04:26:59.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:59.388 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15987/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2026-02-28 04:26:59.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:59.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48256/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-02-28 04:26:59.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:59.403 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:59.503 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:59.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:59.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772252819396082152,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:26:59.507 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:59.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15987/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:59.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772252819396082152,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:26:59.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48256/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2026-02-28 04:26:59.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:59.516 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15987/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2026-02-28 04:26:59.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:59.522 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48256/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-02-28 04:26:59.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:59.530 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:59.630 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:59.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:59.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772252819522500692,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:26:59.634 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:59.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15987/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:59.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772252819522500692,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:26:59.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48256/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2026-02-28 04:26:59.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:59.642 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15987/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2026-02-28 04:26:59.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:59.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48256/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-02-28 04:26:59.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:26:59.656 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:26:59.756 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:59.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:59.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772252819649405457,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:26:59.761 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:26:59.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15987/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:26:59.764 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772252819649405457,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:26:59.766 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-28 04:26:59.768 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-28 04:26:59.768 DEBUG [src.node.waku_node] Stopping container with id ca8dda02e31b
|
|
2026-02-28 04:27:00.381 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 04:27:00.381 DEBUG [src.node.waku_node] Stopping container with id cf5576c6d8aa
|
|
2026-02-28 04:27:00.950 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 04:27:00.953 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-28 04:27:00.966 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 04:27:00.976 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|