mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-17 17:23:11 +00:00
142 lines
24 KiB
Plaintext
142 lines
24 KiB
Plaintext
2026-03-13 04:41:34.784 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-13 04:41:34.785 DEBUG [tests.conftest] Running test: test_subscribe_via_api_to_new_pubsub_topics with id: 2026-03-13_04-41-34__5ad0b79f-f6f7-4a88-a3b7-2bdb26c6231a
|
|
2026-03-13 04:41:34.785 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-13 04:41:34.785 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-13 04:41:34.786 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-13 04:41:34.793 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:41:34.793 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-13_04-41-34__5ad0b79f-f6f7-4a88-a3b7-2bdb26c6231a__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:41:34.794 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:41:34.794 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:41:34.795 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:41:34.795 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.0.14
|
|
2026-03-13 04:41:34.795 DEBUG [src.node.docker_mananger] Generated ports ['56132', '56133', '56134', '56135', '56136']
|
|
2026-03-13 04:41:34.796 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-13 04:41:34.796 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-13 04:41:34.796 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:41:34.796 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:41:34.796 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:41:34.796 DEBUG [src.node.docker_mananger] docker run -i -t -p 56132:56132 -p 56133:56133 -p 56134:56134 -p 56135:56135 -p 56136:56136 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=56134 --rest-port=56132 --tcp-port=56133 --discv5-udp-port=56135 --rest-address=0.0.0.0 --nat=extip:172.18.0.14 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a6e2d2ec5b2f3847115942a4af37bf7e1ecde4eb90ce3bb6edcbdcc4b5328aec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56136 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-13 04:41:34.978 ERROR [src.node.docker_mananger] Max retries reached for container 384a8ef8477d. Exiting log stream.
|
|
2026-03-13 04:41:34.991 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.0.14 waku 13f55b8732549df37d565e95fe65e80856b3bf7ce8c6a1d6f3d17c2d4ea556bc
|
|
2026-03-13 04:41:35.029 DEBUG [src.node.docker_mananger] Container started with ID 13f55b873254. Setting up logs at ./log/docker/node1_2026-03-13_04-41-34__5ad0b79f-f6f7-4a88-a3b7-2bdb26c6231a__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:41:35.030 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56132
|
|
2026-03-13 04:41:35.030 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:41:35.538 ERROR [src.node.docker_mananger] Max retries reached for container 59ca7628a837. Exiting log stream.
|
|
2026-03-13 04:41:36.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56132/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:36.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-13 04:41:36.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56132/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:36.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-13 04:41:36.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56132/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:36.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-13 04:41:36.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56132/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:36.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-13 04:41:36.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56132/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:36.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-13 04:41:36.446 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:41:36.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56132/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:36.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.0.14/tcp/56133/p2p/16Uiu2HAmPjq1TWRi5QHdNYSs8Qvy2r4umKBQYDqzV1tumo3XZbFY","/ip4/172.18.0.14/tcp/56134/ws/p2p/16Uiu2HAmPjq1TWRi5QHdNYSs8Qvy2r4umKBQYDqzV1tumo3XZbFY"],"enrUri":"enr:-L24QFSA3k_7zEC8w-zujWFzHdf2jCn31NUVIqxqjpNpf2rsTXcksJ0ds90HDOldJqzAqK2MIzmm6zl_RL0oyZcf0tMCgmlkgnY0gmlwhKwSAA6KbXVsdGlhZGRyc5YACASsEgAOBttFAAoErBIADgbbRt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDpK3ltBsOhQbaUbpO5SoSh4ApFjrdib2tTubmN-v5WbODdGNwgttFg3VkcILbR4V3YWt1MgU"}'
|
|
2026-03-13 04:41:36.449 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:41:36.456 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:41:36.456 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-13_04-41-34__5ad0b79f-f6f7-4a88-a3b7-2bdb26c6231a__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:41:36.456 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:41:36.456 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:41:36.458 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:41:36.458 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.8.230
|
|
2026-03-13 04:41:36.458 DEBUG [src.node.docker_mananger] Generated ports ['21426', '21427', '21428', '21429', '21430']
|
|
2026-03-13 04:41:36.458 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-13 04:41:36.458 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-13 04:41:36.459 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:41:36.459 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:41:36.459 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:41:36.459 DEBUG [src.node.docker_mananger] docker run -i -t -p 21426:21426 -p 21427:21427 -p 21428:21428 -p 21429:21429 -p 21430:21430 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=21428 --rest-port=21426 --tcp-port=21427 --discv5-udp-port=21429 --rest-address=0.0.0.0 --nat=extip:172.18.8.230 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=74a6bab22a433bebe8da912d609f64bd5aeda953cdaf59aeecc5ba6bf5bdabef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21430 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFSA3k_7zEC8w-zujWFzHdf2jCn31NUVIqxqjpNpf2rsTXcksJ0ds90HDOldJqzAqK2MIzmm6zl_RL0oyZcf0tMCgmlkgnY0gmlwhKwSAA6KbXVsdGlhZGRyc5YACASsEgAOBttFAAoErBIADgbbRt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDpK3ltBsOhQbaUbpO5SoSh4ApFjrdib2tTubmN-v5WbODdGNwgttFg3VkcILbR4V3YWt1MgU
|
|
2026-03-13 04:41:36.650 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.8.230 waku 6652c38914d29af86486be233b61126a09fadd1c30543c73dab776b20a49b072
|
|
2026-03-13 04:41:36.686 DEBUG [src.node.docker_mananger] Container started with ID 6652c38914d2. Setting up logs at ./log/docker/node2_2026-03-13_04-41-34__5ad0b79f-f6f7-4a88-a3b7-2bdb26c6231a__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:41:36.686 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21426
|
|
2026-03-13 04:41:36.687 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:41:37.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21426/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:37.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-13 04:41:37.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21426/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:37.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-13 04:41:37.794 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:41:37.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21426/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:37.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.8.230/tcp/21427/p2p/16Uiu2HAmQweht4CsSgVYoDT61mxjc9Bm7mCHueMMBoCND6stSbjh","/ip4/172.18.8.230/tcp/21428/ws/p2p/16Uiu2HAmQweht4CsSgVYoDT61mxjc9Bm7mCHueMMBoCND6stSbjh"],"enrUri":"enr:-L24QKDr6mCDMcd86uai8vgP4wqvxhHk6Zwi_s5BaFZQkmXVf0qN2qWPJ8UPa8jsq5aSOjV9OqdWP3k_xtppjSdB488CgmlkgnY0gmlwhKwSCOaKbXVsdGlhZGRyc5YACASsEgjmBlOzAAoErBII5gZTtN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDtpDnexHmIyaGYsVuepPCvxL_UdW_pcB0HE5PAXO6YgyDdGNwglOzg3VkcIJTtYV3YWt1MgE"}'
|
|
2026-03-13 04:41:37.797 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:41:37.797 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21426/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.0.14/tcp/56133/p2p/16Uiu2HAmPjq1TWRi5QHdNYSs8Qvy2r4umKBQYDqzV1tumo3XZbFY"]'
|
|
2026-03-13 04:41:37.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:41:37.823 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56132/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-03-13 04:41:37.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:41:37.840 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21426/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-03-13 04:41:37.847 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:41:37.848 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56132/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-13 04:41:37.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:41:37.860 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:41:37.961 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:41:37.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56132/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:37.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376897848490501,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:41:37.966 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:41:37.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:37.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376897848490501,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:41:37.972 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56132/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-13 04:41:37.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:41:37.983 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:41:38.084 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:41:38.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56132/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:38.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376897972837196,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:41:38.089 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:41:38.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:38.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376897972837196,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:41:38.093 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56132/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-13 04:41:38.102 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:41:38.102 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:41:38.202 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:41:38.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56132/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:38.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376898093051690,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:41:38.207 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:41:38.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:38.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376898093051690,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:41:38.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56132/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-13 04:41:38.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:41:38.220 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:41:38.321 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:41:38.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56132/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:38.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376898211374704,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:41:38.326 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:41:38.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:38.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376898211374704,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:41:38.330 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56132/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-13 04:41:38.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:41:38.339 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:41:38.440 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:41:38.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56132/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:38.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376898330203071,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:41:38.444 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:41:38.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:38.447 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376898330203071,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:41:38.449 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56132/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-13 04:41:38.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:41:38.459 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:41:38.559 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:41:38.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56132/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:38.562 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376898449078088,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:41:38.563 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:41:38.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:38.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376898449078088,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:41:38.568 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56132/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-13 04:41:38.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:41:38.578 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:41:38.678 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:41:38.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56132/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:38.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":1773376898568080410,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:41:38.683 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:41:38.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:41:38.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376898568080410,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:41:38.688 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-13 04:41:38.689 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-13 04:41:38.690 DEBUG [src.node.waku_node] Stopping container with id 13f55b873254
|
|
2026-03-13 04:41:39.276 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:41:39.276 DEBUG [src.node.waku_node] Stopping container with id 6652c38914d2
|
|
2026-03-13 04:41:39.871 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:41:39.874 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-13 04:41:39.905 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-13 04:41:39.939 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|