mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
187 lines
34 KiB
Plaintext
187 lines
34 KiB
Plaintext
2025-12-10 04:14:19.794 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-10 04:14:19.794 DEBUG [tests.conftest] Running test: test_unsubscribe_from_all_pubsub_topics_one_by_one with id: 2025-12-10_04-14-19__81c5c05f-4cf2-4296-984e-0a6d6ec932a3
|
|
2025-12-10 04:14:19.794 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-10 04:14:19.795 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-10 04:14:19.795 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-10 04:14:19.802 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:14:19.802 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-10_04-14-19__81c5c05f-4cf2-4296-984e-0a6d6ec932a3__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:14:19.802 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:14:19.802 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:14:19.803 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:14:19.804 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.197.38
|
|
2025-12-10 04:14:19.804 DEBUG [src.node.docker_mananger] Generated ports ['37335', '37336', '37337', '37338', '37339']
|
|
2025-12-10 04:14:19.804 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-10 04:14:19.804 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:14:19.804 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:14:19.804 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:14:19.804 DEBUG [src.node.docker_mananger] docker run -i -t -p 37335:37335 -p 37336:37336 -p 37337:37337 -p 37338:37338 -p 37339:37339 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=37337 --rest-port=37335 --tcp-port=37336 --discv5-udp-port=37338 --rest-address=0.0.0.0 --nat=extip:172.18.197.38 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=aaca6ed2eb2bed0b8b2828cd674af44aa72f773c04dfddd47b4dd4dae6969de2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37339 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-10 04:14:19.994 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.197.38 waku 282c19443a3949ca35972e17213b95692c4ebf5a432b754569a7b392c74c8ef7
|
|
2025-12-10 04:14:20.028 DEBUG [src.node.docker_mananger] Container started with ID 282c19443a39. Setting up logs at ./log/docker/node1_2025-12-10_04-14-19__81c5c05f-4cf2-4296-984e-0a6d6ec932a3__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:14:20.028 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37335
|
|
2025-12-10 04:14:20.028 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:14:20.074 ERROR [src.node.docker_mananger] Max retries reached for container 517b73acf0c4. Exiting log stream.
|
|
2025-12-10 04:14:20.597 ERROR [src.node.docker_mananger] Max retries reached for container 6c42af3ae48d. Exiting log stream.
|
|
2025-12-10 04:14:21.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37335/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:21.033 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"}]}'
|
|
2025-12-10 04:14:21.033 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:14:21.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37335/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:21.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.197.38/tcp/37336/p2p/16Uiu2HAmPr9QRLrVZr81mKcVcxAUUvTxuYEUUNQHvT7E8hQnKSnv","/ip4/172.18.197.38/tcp/37337/ws/p2p/16Uiu2HAmPr9QRLrVZr81mKcVcxAUUvTxuYEUUNQHvT7E8hQnKSnv"],"enrUri":"enr:-L24QCPu8f03qSxe7-pX1QkFv6m0AJa91L9clEzhudTzBv_tVKo2Y5iqi3xJ2Ab9ybiWpVkwksQbRb0SUCtedL2QK-8CgmlkgnY0gmlwhKwSxSaKbXVsdGlhZGRyc5YACASsEsUmBpHYAAoErBLFJgaR2d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDpkwutUZPFGHKqEz7mAwNH8fATpc_bzqJjZomRVwy42uDdGNwgpHYg3VkcIKR2oV3YWt1MgU"}'
|
|
2025-12-10 04:14:21.036 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:14:21.043 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:14:21.043 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-10_04-14-19__81c5c05f-4cf2-4296-984e-0a6d6ec932a3__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:14:21.043 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:14:21.043 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:14:21.045 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:14:21.045 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.143.204
|
|
2025-12-10 04:14:21.045 DEBUG [src.node.docker_mananger] Generated ports ['45757', '45758', '45759', '45760', '45761']
|
|
2025-12-10 04:14:21.045 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-10 04:14:21.045 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:14:21.045 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:14:21.045 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:14:21.046 DEBUG [src.node.docker_mananger] docker run -i -t -p 45757:45757 -p 45758:45758 -p 45759:45759 -p 45760:45760 -p 45761:45761 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=45759 --rest-port=45757 --tcp-port=45758 --discv5-udp-port=45760 --rest-address=0.0.0.0 --nat=extip:172.18.143.204 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b2f50994149e5ffaab8cdb28c0c1251105aabd2daef2a8bdb0124b3fadfa4bdf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45761 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCPu8f03qSxe7-pX1QkFv6m0AJa91L9clEzhudTzBv_tVKo2Y5iqi3xJ2Ab9ybiWpVkwksQbRb0SUCtedL2QK-8CgmlkgnY0gmlwhKwSxSaKbXVsdGlhZGRyc5YACASsEsUmBpHYAAoErBLFJgaR2d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDpkwutUZPFGHKqEz7mAwNH8fATpc_bzqJjZomRVwy42uDdGNwgpHYg3VkcIKR2oV3YWt1MgU
|
|
2025-12-10 04:14:21.238 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.143.204 waku 69801b7cccc4b8afeb82d9c94c2fc19c8aa5922006054a07f4d62fd086dd789a
|
|
2025-12-10 04:14:21.268 DEBUG [src.node.docker_mananger] Container started with ID 69801b7cccc4. Setting up logs at ./log/docker/node2_2025-12-10_04-14-19__81c5c05f-4cf2-4296-984e-0a6d6ec932a3__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:14:21.268 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45757
|
|
2025-12-10 04:14:21.268 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:14:22.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45757/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:22.285 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"}]}'
|
|
2025-12-10 04:14:22.285 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:14:22.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45757/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:22.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.143.204/tcp/45758/p2p/16Uiu2HAmLYXNg2xt8ceohvEG2YwhLqQDWhp7vb7cQNVj2j1GWRRA","/ip4/172.18.143.204/tcp/45759/ws/p2p/16Uiu2HAmLYXNg2xt8ceohvEG2YwhLqQDWhp7vb7cQNVj2j1GWRRA"],"enrUri":"enr:-L24QPaAdkYXQlt6KwTL-_MjjX8Vpav8o0TujJkVNlbBdtScJRlSr0q6re-mGbsU3Vh18-6BHlxH3wa3KXFpU8PsS98CgmlkgnY0gmlwhKwSj8yKbXVsdGlhZGRyc5YACASsEo_MBrK-AAoErBKPzAayv90DgnJzhQACAQAAiXNlY3AyNTZrMaEDdTWCL5iN1uMIpaPHQo-p1IkeIqeNqEAiU6_LHhrjalGDdGNwgrK-g3VkcIKywIV3YWt1MgE"}'
|
|
2025-12-10 04:14:22.291 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:14:22.291 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45757/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.197.38/tcp/37336/p2p/16Uiu2HAmPr9QRLrVZr81mKcVcxAUUvTxuYEUUNQHvT7E8hQnKSnv"]'
|
|
2025-12-10 04:14:22.293 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:22.294 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37335/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/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"]'
|
|
2025-12-10 04:14:22.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:22.305 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45757/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/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"]'
|
|
2025-12-10 04:14:22.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:22.319 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:14:22.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:22.332 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:14:22.432 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:14:22.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:22.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340062319545219,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:14:22.437 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:14:22.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:22.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340062319545219,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:14:22.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37335/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)'}'
|
|
2025-12-10 04:14:22.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:22.447 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:14:22.547 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:14:22.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:22.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340062442156625,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:14:22.552 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:14:22.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:22.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340062442156625,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:14:22.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37335/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)'}'
|
|
2025-12-10 04:14:22.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:22.561 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:14:22.662 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:14:22.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:22.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340062556544651,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:14:22.666 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:14:22.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:22.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340062556544651,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:14:22.671 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37335/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)'}'
|
|
2025-12-10 04:14:22.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:22.675 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:14:22.776 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:14:22.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:22.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340062670999964,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:14:22.781 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:14:22.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:22.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340062670999964,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:14:22.785 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37335/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)'}'
|
|
2025-12-10 04:14:22.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:22.789 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:14:22.890 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:14:22.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:22.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340062785227758,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:14:22.895 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:14:22.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:22.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340062785227758,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:14:22.899 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37335/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)'}'
|
|
2025-12-10 04:14:22.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:22.904 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:14:23.004 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:14:23.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:23.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340062899421328,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:14:23.008 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:14:23.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:23.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340062899421328,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:14:23.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37335/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)'}'
|
|
2025-12-10 04:14:23.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:23.017 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:14:23.117 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:14:23.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:23.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340063012596671,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:14:23.122 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:14:23.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:23.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340063012596671,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:14:23.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37335/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)'}'
|
|
2025-12-10 04:14:23.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:23.132 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:14:23.232 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:14:23.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:23.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340063126304282,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:14:23.237 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:14:23.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:23.239 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340063126304282,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:14:23.241 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:37335/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-10 04:14:23.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:23.246 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:45757/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-10 04:14:23.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:23.252 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:37335/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2025-12-10 04:14:23.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:23.257 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:45757/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2025-12-10 04:14:23.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:23.261 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:37335/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2025-12-10 04:14:23.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:23.266 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:45757/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2025-12-10 04:14:23.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:23.270 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:37335/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2025-12-10 04:14:23.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:23.275 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:45757/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2025-12-10 04:14:23.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:23.279 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:37335/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2025-12-10 04:14:23.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:23.304 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:45757/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2025-12-10 04:14:23.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:23.308 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:37335/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2025-12-10 04:14:23.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:23.313 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:45757/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2025-12-10 04:14:23.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:23.318 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:37335/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2025-12-10 04:14:23.321 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:23.322 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:45757/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2025-12-10 04:14:23.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:23.326 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:37335/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2025-12-10 04:14:23.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:23.330 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:45757/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2025-12-10 04:14:23.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:23.335 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:14:23.338 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:37335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/0'
|
|
2025-12-10 04:14:23.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37335/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)'}'
|
|
2025-12-10 04:14:23.341 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:37335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/1'
|
|
2025-12-10 04:14:23.343 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37335/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)'}'
|
|
2025-12-10 04:14:23.345 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:37335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/2'
|
|
2025-12-10 04:14:23.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37335/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)'}'
|
|
2025-12-10 04:14:23.348 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:37335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/3'
|
|
2025-12-10 04:14:23.349 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37335/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)'}'
|
|
2025-12-10 04:14:23.351 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:37335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/4'
|
|
2025-12-10 04:14:23.353 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37335/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)'}'
|
|
2025-12-10 04:14:23.355 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:37335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/5'
|
|
2025-12-10 04:14:23.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37335/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)'}'
|
|
2025-12-10 04:14:23.358 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:37335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/6'
|
|
2025-12-10 04:14:23.360 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37335/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)'}'
|
|
2025-12-10 04:14:23.362 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:37335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/7'
|
|
2025-12-10 04:14:23.364 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-10 04:14:23.365 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-10 04:14:23.365 DEBUG [src.node.waku_node] Stopping container with id 282c19443a39
|
|
2025-12-10 04:14:23.912 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:14:23.912 DEBUG [src.node.waku_node] Stopping container with id 69801b7cccc4
|
|
2025-12-10 04:14:24.428 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:14:24.429 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-10 04:14:24.455 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-10 04:14:24.467 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|