mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 17:43:17 +00:00
132 lines
23 KiB
Plaintext
132 lines
23 KiB
Plaintext
2026-02-04 17:16:42.097 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-04 17:16:42.097 DEBUG [tests.conftest] Running test: test_subscribe_via_api_to_new_pubsub_topics with id: 2026-02-04_17-16-42__6d7e0412-75c3-42ce-9714-f07d6d2304d7
|
|
2026-02-04 17:16:42.098 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-04 17:16:42.098 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-04 17:16:42.098 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-04 17:16:42.105 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 17:16:42.105 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-04_17-16-42__6d7e0412-75c3-42ce-9714-f07d6d2304d7__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:16:42.105 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 17:16:42.105 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 17:16:42.106 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 17:16:42.107 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.112.199
|
|
2026-02-04 17:16:42.107 DEBUG [src.node.docker_mananger] Generated ports ['51351', '51352', '51353', '51354', '51355']
|
|
2026-02-04 17:16:42.107 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-02-04 17:16:42.107 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-04 17:16:42.107 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 17:16:42.107 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 17:16:42.107 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 17:16:42.107 DEBUG [src.node.docker_mananger] docker run -i -t -p 51351:51351 -p 51352:51352 -p 51353:51353 -p 51354:51354 -p 51355:51355 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=51353 --rest-port=51351 --tcp-port=51352 --discv5-udp-port=51354 --rest-address=0.0.0.0 --nat=extip:172.18.112.199 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=3c6881680853cb0f7d6dccaa581fc114795d81cf4ba10ea2eeeba63aeececbb6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51355 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-04 17:16:42.283 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.112.199 waku 6daaff24f1b9feaa92948b8312d88effe90a90a46290fb2786c2e9fdc491613e
|
|
2026-02-04 17:16:42.318 DEBUG [src.node.docker_mananger] Container started with ID 6daaff24f1b9. Setting up logs at ./log/docker/node1_2026-02-04_17-16-42__6d7e0412-75c3-42ce-9714-f07d6d2304d7__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:16:42.319 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51351
|
|
2026-02-04 17:16:42.320 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 17:16:42.355 ERROR [src.node.docker_mananger] Max retries reached for container 8f8a7734187f. Exiting log stream.
|
|
2026-02-04 17:16:42.904 ERROR [src.node.docker_mananger] Max retries reached for container 25135818f37e. Exiting log stream.
|
|
2026-02-04 17:16:43.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51351/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:43.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
|
2026-02-04 17:16:43.324 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 17:16:43.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51351/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:43.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.112.199/tcp/51352/p2p/16Uiu2HAmGCBS4aUyiVwtiVTD1JMxXN6nqrf7MUyY4BehWCuB8pVR","/ip4/172.18.112.199/tcp/51353/ws/p2p/16Uiu2HAmGCBS4aUyiVwtiVTD1JMxXN6nqrf7MUyY4BehWCuB8pVR"],"enrUri":"enr:-L24QJe40lg3U_1GMrZi0QJvMCrecTX9gUzBfK9IvCpgu7JLO_ZLBWCp7K2THzw2iBYlVwrtc58T4nmntcYGsMDKw2sCgmlkgnY0gmlwhKwScMeKbXVsdGlhZGRyc5YACASsEnDHBsiYAAoErBJwxwbImd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDNJCYvYKC7VI_3GUunFdCfeOlOCpGSIqHlUNxwWJrPYSDdGNwgsiYg3VkcILImoV3YWt1MgU"}'
|
|
2026-02-04 17:16:43.326 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 17:16:43.333 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 17:16:43.333 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-04_17-16-42__6d7e0412-75c3-42ce-9714-f07d6d2304d7__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:16:43.333 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 17:16:43.333 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 17:16:43.335 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 17:16:43.335 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.161.1
|
|
2026-02-04 17:16:43.335 DEBUG [src.node.docker_mananger] Generated ports ['56760', '56761', '56762', '56763', '56764']
|
|
2026-02-04 17:16:43.335 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-02-04 17:16:43.335 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-04 17:16:43.335 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 17:16:43.335 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 17:16:43.335 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 17:16:43.336 DEBUG [src.node.docker_mananger] docker run -i -t -p 56760:56760 -p 56761:56761 -p 56762:56762 -p 56763:56763 -p 56764:56764 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=56762 --rest-port=56760 --tcp-port=56761 --discv5-udp-port=56763 --rest-address=0.0.0.0 --nat=extip:172.18.161.1 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=becdb9ee89c63f766ba67b9ca60ddfb8bdeaab11fd4b7ca5c1c084db47c92e4e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56764 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJe40lg3U_1GMrZi0QJvMCrecTX9gUzBfK9IvCpgu7JLO_ZLBWCp7K2THzw2iBYlVwrtc58T4nmntcYGsMDKw2sCgmlkgnY0gmlwhKwScMeKbXVsdGlhZGRyc5YACASsEnDHBsiYAAoErBJwxwbImd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDNJCYvYKC7VI_3GUunFdCfeOlOCpGSIqHlUNxwWJrPYSDdGNwgsiYg3VkcILImoV3YWt1MgU
|
|
2026-02-04 17:16:43.517 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.161.1 waku 37142d6afecc170c59995aca412eb21d4436713abc8f3818c23ec7afbfaeb92d
|
|
2026-02-04 17:16:43.549 DEBUG [src.node.docker_mananger] Container started with ID 37142d6afecc. Setting up logs at ./log/docker/node2_2026-02-04_17-16-42__6d7e0412-75c3-42ce-9714-f07d6d2304d7__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:16:43.549 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56760
|
|
2026-02-04 17:16:43.549 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 17:16:44.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56760/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:44.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
|
2026-02-04 17:16:44.567 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 17:16:44.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56760/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:44.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.161.1/tcp/56761/p2p/16Uiu2HAmNVgXST55nvVcmeYLr6DBNCzEzRGXUGeXQZjUNHSdMUdJ","/ip4/172.18.161.1/tcp/56762/ws/p2p/16Uiu2HAmNVgXST55nvVcmeYLr6DBNCzEzRGXUGeXQZjUNHSdMUdJ"],"enrUri":"enr:-L24QIRBAPvGFsQlX8t3MPLO_jKNXj8DlnLoAEgdEU9onwFyaReQgsV-6JeojwgCPzMlaxYv-H3pOTPl-PXHcP6gTQkCgmlkgnY0gmlwhKwSoQGKbXVsdGlhZGRyc5YACASsEqEBBt25AAoErBKhAQbdut0DgnJzhQACAQAAiXNlY3AyNTZrMaEDkjJ8uCNh4PZEyvaV7m0qlbANv1AVq4RTJ4gtlzcfQIWDdGNwgt25g3VkcILdu4V3YWt1MgE"}'
|
|
2026-02-04 17:16:44.573 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 17:16:44.574 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56760/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.112.199/tcp/51352/p2p/16Uiu2HAmGCBS4aUyiVwtiVTD1JMxXN6nqrf7MUyY4BehWCuB8pVR"]'
|
|
2026-02-04 17:16:44.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:44.577 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51351/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-02-04 17:16:44.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:44.585 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56760/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-02-04 17:16:44.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:44.602 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51351/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-04 17:16:44.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:44.609 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:16:44.710 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:44.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51351/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:44.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225404601783647,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:44.714 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:44.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56760/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:44.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225404601783647,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:44.718 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51351/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-04 17:16:44.724 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:44.724 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:16:44.824 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:44.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51351/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:44.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225404718092577,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:44.829 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:44.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56760/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:44.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225404718092577,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:44.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51351/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-04 17:16:44.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:44.837 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:16:44.938 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:44.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51351/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:44.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225404833584091,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:44.942 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:44.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56760/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:44.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225404833584091,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:44.946 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51351/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-04 17:16:44.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:44.952 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:16:45.052 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:45.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51351/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:45.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225404946556780,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:45.056 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:45.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56760/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:45.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225404946556780,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:45.060 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51351/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-04 17:16:45.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:45.065 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:16:45.165 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:45.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51351/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:45.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225405060132210,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:45.170 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:45.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56760/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:45.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225405060132210,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:45.174 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51351/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-04 17:16:45.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:45.178 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:16:45.278 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:45.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51351/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:45.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225405173882177,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:45.283 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:45.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56760/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:45.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225405173882177,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:45.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51351/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-04 17:16:45.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:45.292 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:16:45.393 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:45.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51351/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:45.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225405287597242,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:45.397 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:45.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56760/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:45.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225405287597242,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:45.402 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-04 17:16:45.403 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-04 17:16:45.403 DEBUG [src.node.waku_node] Stopping container with id 6daaff24f1b9
|
|
2026-02-04 17:16:45.918 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 17:16:45.918 DEBUG [src.node.waku_node] Stopping container with id 37142d6afecc
|
|
2026-02-04 17:16:46.410 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 17:16:46.413 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-04 17:16:46.422 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-04 17:16:46.431 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|