mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-01 16:13:13 +00:00
224 lines
40 KiB
Plaintext
224 lines
40 KiB
Plaintext
2026-03-21 04:33:05.186 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-21 04:33:05.186 DEBUG [tests.conftest] Running test: test_unsubscribe_from_some_content_topics[content_topic_list1] with id: 2026-03-21_04-33-05__f1688a39-3461-4971-9282-ce625bd1f33b
|
|
2026-03-21 04:33:05.186 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-21 04:33:05.187 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-21 04:33:05.187 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-21 04:33:05.195 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:33:05.195 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-21_04-33-05__f1688a39-3461-4971-9282-ce625bd1f33b__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:05.195 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:33:05.195 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:33:05.197 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:33:05.197 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.166.60
|
|
2026-03-21 04:33:05.197 DEBUG [src.node.docker_mananger] Generated ports ['50385', '50386', '50387', '50388', '50389']
|
|
2026-03-21 04:33:05.197 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:33:05.197 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:33:05.197 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:33:05.198 DEBUG [src.node.docker_mananger] docker run -i -t -p 50385:50385 -p 50386:50386 -p 50387:50387 -p 50388:50388 -p 50389:50389 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=50387 --rest-port=50385 --tcp-port=50386 --discv5-udp-port=50388 --rest-address=0.0.0.0 --nat=extip:172.18.166.60 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c8269fdfe6123bca9f65c4ed4a5cad04ec07dc8cdf13da15fa9d7adefb0cd7e0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50389 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-21 04:33:05.416 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.166.60 waku e7d2086e7db092d113c805a6cd5c5e8100a933d5d47738f0fd19e68e9f97feb2
|
|
2026-03-21 04:33:05.452 DEBUG [src.node.docker_mananger] Container started with ID e7d2086e7db0. Setting up logs at ./log/docker/node1_2026-03-21_04-33-05__f1688a39-3461-4971-9282-ce625bd1f33b__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:05.452 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50385
|
|
2026-03-21 04:33:05.453 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:33:05.471 ERROR [src.node.docker_mananger] Max retries reached for container 69e11b8786e9. Exiting log stream.
|
|
2026-03-21 04:33:05.988 ERROR [src.node.docker_mananger] Max retries reached for container 0b68745ad30f. Exiting log stream.
|
|
2026-03-21 04:33:06.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:06.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:06.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:06.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:06.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:06.665 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":"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-21 04:33:06.665 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:33:06.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:06.668 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.166.60/tcp/50386/p2p/16Uiu2HAkx6n3AnjMLgXcA9rYrdEruqsiQ4mMchqtpXobYW6imcaH","/ip4/172.18.166.60/tcp/50387/ws/p2p/16Uiu2HAkx6n3AnjMLgXcA9rYrdEruqsiQ4mMchqtpXobYW6imcaH"],"enrUri":"enr:-L24QNMVhf8ngdnnUvKdmtRAcTGMkpzvE8KkHGm40yON54LTdhuhVtek-VucdxT5xl8W2WpdBNAv9-02tFF3GRcalvYCgmlkgnY0gmlwhKwSpjyKbXVsdGlhZGRyc5YACASsEqY8BsTSAAoErBKmPAbE090DgnJzhQACAQAAiXNlY3AyNTZrMaECJ7vgHR3ybXdaq0zoCc6hXnnZtOG2QgFeB3mj8iRIHsaDdGNwgsTSg3VkcILE1IV3YWt1MgU"}'
|
|
2026-03-21 04:33:06.668 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:33:06.678 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:33:06.678 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-21_04-33-05__f1688a39-3461-4971-9282-ce625bd1f33b__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:06.679 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:33:06.679 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:33:06.680 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:33:06.680 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.194.234
|
|
2026-03-21 04:33:06.680 DEBUG [src.node.docker_mananger] Generated ports ['24123', '24124', '24125', '24126', '24127']
|
|
2026-03-21 04:33:06.681 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:33:06.681 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:33:06.681 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:33:06.681 DEBUG [src.node.docker_mananger] docker run -i -t -p 24123:24123 -p 24124:24124 -p 24125:24125 -p 24126:24126 -p 24127:24127 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=24125 --rest-port=24123 --tcp-port=24124 --discv5-udp-port=24126 --rest-address=0.0.0.0 --nat=extip:172.18.194.234 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ce2f6d09efbcecb5b9ee8cff3fd7fe20eefecc4eba694722aabcc72bb728f48b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24127 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNMVhf8ngdnnUvKdmtRAcTGMkpzvE8KkHGm40yON54LTdhuhVtek-VucdxT5xl8W2WpdBNAv9-02tFF3GRcalvYCgmlkgnY0gmlwhKwSpjyKbXVsdGlhZGRyc5YACASsEqY8BsTSAAoErBKmPAbE090DgnJzhQACAQAAiXNlY3AyNTZrMaECJ7vgHR3ybXdaq0zoCc6hXnnZtOG2QgFeB3mj8iRIHsaDdGNwgsTSg3VkcILE1IV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-21 04:33:06.899 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.194.234 waku aba67222a9b5e23713566b2176bea4e97b31dc2a0c7f9fa9c641b2378355162c
|
|
2026-03-21 04:33:06.936 DEBUG [src.node.docker_mananger] Container started with ID aba67222a9b5. Setting up logs at ./log/docker/node2_2026-03-21_04-33-05__f1688a39-3461-4971-9282-ce625bd1f33b__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:06.936 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24123
|
|
2026-03-21 04:33:06.937 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:33:07.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:07.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:08.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:08.043 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:08.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:08.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:08.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:08.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:08.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:08.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:08.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:08.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:08.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:08.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:08.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:08.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:08.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:08.776 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":"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-21 04:33:08.776 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:33:08.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:08.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.194.234/tcp/24124/p2p/16Uiu2HAmDcPfK5V6AXV7pzWcpQkAvjHHf1mT36pN7rATYGw4K7Gi","/ip4/172.18.194.234/tcp/24125/ws/p2p/16Uiu2HAmDcPfK5V6AXV7pzWcpQkAvjHHf1mT36pN7rATYGw4K7Gi"],"enrUri":"enr:-L24QENqTS2Lvm_fFbTRiqGuH8tF5DhiBpVkRsiCV3kE_cOEfFnWki2Qqa3hEpk49hAPy88GlNYaCu1Sjkkj6hagdkECgmlkgnY0gmlwhKwSwuqKbXVsdGlhZGRyc5YACASsEsLqBl48AAoErBLC6gZePd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDDjFNUectK_ym6z5D6okEZb3TfqXDpb_DxVItCdq_C2eDdGNwgl48g3VkcIJePoV3YWt1MgE"}'
|
|
2026-03-21 04:33:08.779 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:33:08.779 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24123/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.166.60/tcp/50386/p2p/16Uiu2HAkx6n3AnjMLgXcA9rYrdEruqsiQ4mMchqtpXobYW6imcaH"]'
|
|
2026-03-21 04:33:08.804 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:08.806 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50385/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-21 04:33:08.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:08.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24123/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-21 04:33:08.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:08.821 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50385/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:08.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:08.834 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:08.935 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:08.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:08.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774067588821118606,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:08.940 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:08.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:08.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774067588821118606,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:08.946 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50385/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:08.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:08.957 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:09.060 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:09.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:09.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1774067588946150604,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:09.065 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:09.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:09.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1774067588946150604,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:09.070 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50385/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:09.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:09.081 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:09.181 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:09.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:09.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1774067589070179623,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:09.186 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:09.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:09.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1774067589070179623,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:09.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50385/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:09.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:09.201 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:09.301 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:09.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:09.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1774067589191201186,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:09.307 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:09.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:09.311 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1774067589191201186,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:09.313 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50385/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:09.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:09.324 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:09.424 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:09.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:09.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1774067589313552464,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:09.431 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:09.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:09.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1774067589313552464,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:09.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50385/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:09.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:09.455 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:09.556 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:09.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:09.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1774067589445045828,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:09.561 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:09.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:09.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1774067589445045828,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:09.565 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50385/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:09.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:09.575 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:09.675 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:09.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:09.679 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1774067589565819500,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:09.680 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:09.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:09.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1774067589565819500,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:09.685 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50385/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:09.697 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:09.697 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:09.797 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:09.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:09.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1774067589685346467,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:09.802 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:09.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:09.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1774067589685346467,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:09.807 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:50385/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding"]'
|
|
2026-03-21 04:33:09.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:09.830 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:24123/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding"]'
|
|
2026-03-21 04:33:09.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:09.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50385/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:09.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:09.859 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:09.959 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:09.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:09.963 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:50385/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto. Response content: b'/myapp/1/latest/proto'
|
|
2026-03-21 04:33:09.965 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50385/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:09.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:09.973 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:10.073 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:10.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:10.077 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:50385/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js. Response content: b'/waku/2/content/test.js'
|
|
2026-03-21 04:33:10.079 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50385/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:10.085 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:10.086 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:10.186 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:10.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:10.189 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:50385/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding. Response content: b'/app/22/sometopic/someencoding'
|
|
2026-03-21 04:33:10.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50385/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:10.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:10.201 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:10.302 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:10.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:10.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1774067590191443703,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:10.307 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:10.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:10.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1774067590191443703,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:10.311 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50385/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:10.321 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:10.321 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:10.422 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:10.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:10.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1774067590311547671,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:10.464 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:10.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:10.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1774067590311547671,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:10.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50385/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:10.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:10.487 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:10.587 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:10.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:10.591 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1774067590472449731,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:10.593 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:10.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:10.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1774067590472449731,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:10.597 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50385/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:10.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:10.607 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:10.708 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:10.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:10.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1774067590597459038,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:10.713 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:10.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:10.717 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1774067590597459038,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:10.719 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50385/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:10.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:10.729 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:10.830 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:10.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50385/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:10.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1774067590719029405,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:10.835 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:10.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24123/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:10.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1774067590719029405,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:10.840 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-21 04:33:10.842 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-21 04:33:10.842 DEBUG [src.node.waku_node] Stopping container with id e7d2086e7db0
|
|
2026-03-21 04:33:11.424 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:33:11.424 DEBUG [src.node.waku_node] Stopping container with id aba67222a9b5
|
|
2026-03-21 04:33:11.999 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:33:12.000 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-21 04:33:12.055 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-21 04:33:12.105 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|