mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
159 lines
30 KiB
Plaintext
159 lines
30 KiB
Plaintext
2025-12-10 04:17:06.202 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-10 04:17:06.202 DEBUG [tests.conftest] Running test: test_unsubscribe_from_all_pubsub_topics with id: 2025-12-10_04-17-06__def2e4c8-f077-49b9-990d-5e809cafe5bc
|
|
2025-12-10 04:17:06.203 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-10 04:17:06.203 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-10 04:17:06.203 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-10 04:17:06.211 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:17:06.211 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-10_04-17-06__def2e4c8-f077-49b9-990d-5e809cafe5bc__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:17:06.211 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:17:06.211 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:17:06.213 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:17:06.213 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.10.7
|
|
2025-12-10 04:17:06.213 DEBUG [src.node.docker_mananger] Generated ports ['44686', '44687', '44688', '44689', '44690']
|
|
2025-12-10 04:17:06.213 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-10 04:17:06.213 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:17:06.213 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:17:06.214 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:17:06.214 DEBUG [src.node.docker_mananger] docker run -i -t -p 44686:44686 -p 44687:44687 -p 44688:44688 -p 44689:44689 -p 44690:44690 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=44688 --rest-port=44686 --tcp-port=44687 --discv5-udp-port=44689 --rest-address=0.0.0.0 --nat=extip:172.18.10.7 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=9d1ebbddff0ca2ccddbc2bebfba83fb8dac7471eba052cba28fd674b7ffbe409 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44690 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-10 04:17:06.410 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.10.7 waku 8ae61e4451ced023cde693bccd22a0586b44ab17fbc3cc0e19e3ae83dfec7d90
|
|
2025-12-10 04:17:06.422 ERROR [src.node.docker_mananger] Max retries reached for container 14180aaf06be. Exiting log stream.
|
|
2025-12-10 04:17:06.445 DEBUG [src.node.docker_mananger] Container started with ID 8ae61e4451ce. Setting up logs at ./log/docker/node1_2025-12-10_04-17-06__def2e4c8-f077-49b9-990d-5e809cafe5bc__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:17:06.445 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44686
|
|
2025-12-10 04:17:06.446 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:17:06.983 ERROR [src.node.docker_mananger] Max retries reached for container 2302992788df. Exiting log stream.
|
|
2025-12-10 04:17:07.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44686/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:07.449 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:17:07.450 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:17:07.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44686/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:07.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.10.7/tcp/44687/p2p/16Uiu2HAm2mZkLdADiyJtZcarJeXumGqNgrfnmM3CEXyRFoxqLoFQ","/ip4/172.18.10.7/tcp/44688/ws/p2p/16Uiu2HAm2mZkLdADiyJtZcarJeXumGqNgrfnmM3CEXyRFoxqLoFQ"],"enrUri":"enr:-L24QPaw7TrYkXDU9n05AoTuPLJS_xhacEAhKtiZC3tAYcKPQZ01tRrqExPnju-HCPXzajqHczf1OLzJJQmLb2GS1fQCgmlkgnY0gmlwhKwSCgeKbXVsdGlhZGRyc5YACASsEgoHBq6PAAoErBIKBwaukN0DgnJzhQACAQAAiXNlY3AyNTZrMaECbRpgzqH4PFjpiCVvoTRvSRyRWzK-FVJGt02aCl1VE5ODdGNwgq6Pg3VkcIKukYV3YWt1MgU"}'
|
|
2025-12-10 04:17:07.452 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:17:07.460 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:17:07.460 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-10_04-17-06__def2e4c8-f077-49b9-990d-5e809cafe5bc__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:17:07.460 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:17:07.460 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:17:07.462 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:17:07.462 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.59.57
|
|
2025-12-10 04:17:07.462 DEBUG [src.node.docker_mananger] Generated ports ['27519', '27520', '27521', '27522', '27523']
|
|
2025-12-10 04:17:07.462 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-10 04:17:07.462 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:17:07.462 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:17:07.462 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:17:07.463 DEBUG [src.node.docker_mananger] docker run -i -t -p 27519:27519 -p 27520:27520 -p 27521:27521 -p 27522:27522 -p 27523:27523 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=27521 --rest-port=27519 --tcp-port=27520 --discv5-udp-port=27522 --rest-address=0.0.0.0 --nat=extip:172.18.59.57 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=295d20cfcb4fc7dd816d35b8bf3b830ee7bc7c93ae4707ef5aa0aab3edce33ed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27523 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPaw7TrYkXDU9n05AoTuPLJS_xhacEAhKtiZC3tAYcKPQZ01tRrqExPnju-HCPXzajqHczf1OLzJJQmLb2GS1fQCgmlkgnY0gmlwhKwSCgeKbXVsdGlhZGRyc5YACASsEgoHBq6PAAoErBIKBwaukN0DgnJzhQACAQAAiXNlY3AyNTZrMaECbRpgzqH4PFjpiCVvoTRvSRyRWzK-FVJGt02aCl1VE5ODdGNwgq6Pg3VkcIKukYV3YWt1MgU
|
|
2025-12-10 04:17:07.662 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.59.57 waku dbbe33c2b4b7424ebb1e9f64cfd9f9b33cf6d599e08667524e6717e30416b99b
|
|
2025-12-10 04:17:07.693 DEBUG [src.node.docker_mananger] Container started with ID dbbe33c2b4b7. Setting up logs at ./log/docker/node2_2025-12-10_04-17-06__def2e4c8-f077-49b9-990d-5e809cafe5bc__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:17:07.694 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27519
|
|
2025-12-10 04:17:07.694 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:17:08.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27519/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:08.708 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:17:08.708 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:17:08.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27519/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:08.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.59.57/tcp/27520/p2p/16Uiu2HAmUjErgHneWhUWVU2jchLj5fa7uqnzGcxz4SRi4cWf444m","/ip4/172.18.59.57/tcp/27521/ws/p2p/16Uiu2HAmUjErgHneWhUWVU2jchLj5fa7uqnzGcxz4SRi4cWf444m"],"enrUri":"enr:-L24QI8yQQWkmOIIlPLXRvDY1szIulXkyQMam4RIqU5zAsKAZKddDcli-q1NCjWDKwCeOImTNqJkd4aBOpJ_RSicTUECgmlkgnY0gmlwhKwSOzmKbXVsdGlhZGRyc5YACASsEjs5BmuAAAoErBI7OQZrgd0DgnJzhQACAQAAiXNlY3AyNTZrMaED7tG3gjt3x0gmDH4-M7ewxZaAlKZOIwfcrn_3W6XD-X6DdGNwgmuAg3VkcIJrgoV3YWt1MgE"}'
|
|
2025-12-10 04:17:08.714 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:17:08.714 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27519/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.10.7/tcp/44687/p2p/16Uiu2HAm2mZkLdADiyJtZcarJeXumGqNgrfnmM3CEXyRFoxqLoFQ"]'
|
|
2025-12-10 04:17:08.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:17:08.719 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44686/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:17:08.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:17:08.726 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27519/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:17:08.738 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:17:08.739 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44686/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:17:08.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:17:08.750 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:17:08.850 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:17:08.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44686/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:08.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340228739355294,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:17:08.855 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:17:08.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27519/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:08.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340228739355294,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:17:08.859 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44686/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:17:08.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:17:08.865 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:17:08.965 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:17:08.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44686/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:08.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340228859826870,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:17:08.970 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:17:08.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27519/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:08.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340228859826870,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:17:08.974 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44686/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:17:08.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:17:08.980 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:17:09.081 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:17:09.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44686/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:09.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340228974684615,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:17:09.086 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:17:09.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27519/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:09.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340228974684615,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:17:09.090 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44686/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:17:09.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:17:09.094 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:17:09.195 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:17:09.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44686/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:09.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340229090145623,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:17:09.199 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:17:09.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27519/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:09.202 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340229090145623,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:17:09.204 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44686/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:17:09.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:17:09.209 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:17:09.309 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:17:09.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44686/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:09.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340229204058001,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:17:09.314 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:17:09.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27519/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:09.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340229204058001,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:17:09.318 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44686/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:17:09.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:17:09.323 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:17:09.423 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:17:09.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44686/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:09.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340229318188722,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:17:09.428 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:17:09.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27519/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:09.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340229318188722,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:17:09.432 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44686/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:17:09.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:17:09.436 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:17:09.536 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:17:09.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44686/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:09.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340229432014937,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:17:09.541 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:17:09.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27519/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:09.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340229432014937,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:17:09.545 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44686/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:17:09.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:17:09.550 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:17:09.651 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:17:09.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44686/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:09.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340229545426375,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:17:09.655 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:17:09.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27519/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:17:09.658 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340229545426375,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:17:09.660 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:44686/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:17:09.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:17:09.672 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:27519/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:17:09.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:17:09.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44686/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:17:09.690 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:44686/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:17:09.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44686/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:17:09.697 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:44686/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:17:09.700 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44686/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:17:09.704 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:44686/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:17:09.706 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44686/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:17:09.708 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:44686/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:17:09.710 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44686/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:17:09.712 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:44686/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:17:09.713 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44686/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:17:09.715 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:44686/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:17:09.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44686/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:17:09.719 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:44686/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:17:09.720 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44686/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:17:09.722 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:44686/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:17:09.725 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-10 04:17:09.726 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-10 04:17:09.726 DEBUG [src.node.waku_node] Stopping container with id 8ae61e4451ce
|
|
2025-12-10 04:17:10.291 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:17:10.292 DEBUG [src.node.waku_node] Stopping container with id dbbe33c2b4b7
|
|
2025-12-10 04:17:10.856 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:17:10.857 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-10 04:17:10.868 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-10 04:17:10.880 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|