mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
159 lines
30 KiB
Plaintext
159 lines
30 KiB
Plaintext
2026-02-26 04:42:42.464 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-26 04:42:42.464 DEBUG [tests.conftest] Running test: test_unsubscribe_from_all_pubsub_topics with id: 2026-02-26_04-42-42__c14959dc-ac71-4a44-bf81-e706426717dc
|
|
2026-02-26 04:42:42.464 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-26 04:42:42.465 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-26 04:42:42.465 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-26 04:42:42.473 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-26 04:42:42.473 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-26_04-42-42__c14959dc-ac71-4a44-bf81-e706426717dc__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:42:42.473 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-26 04:42:42.473 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-26 04:42:42.475 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-26 04:42:42.475 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.166.133
|
|
2026-02-26 04:42:42.475 DEBUG [src.node.docker_mananger] Generated ports ['38919', '38920', '38921', '38922', '38923']
|
|
2026-02-26 04:42:42.475 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-26 04:42:42.476 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-26 04:42:42.476 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-26 04:42:42.476 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-26 04:42:42.476 DEBUG [src.node.docker_mananger] docker run -i -t -p 38919:38919 -p 38920:38920 -p 38921:38921 -p 38922:38922 -p 38923:38923 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=38921 --rest-port=38919 --tcp-port=38920 --discv5-udp-port=38922 --rest-address=0.0.0.0 --nat=extip:172.18.166.133 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b65f6cf5af3fea5f84da45fcc2b9db63bb0e0c1c01e0abca8adeb9f47bac525e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38923 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-26 04:42:42.671 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.166.133 waku 52e133389290bae1da760e78a6cb265f2c778f8658337b5432b8e19871fc8738
|
|
2026-02-26 04:42:42.705 DEBUG [src.node.docker_mananger] Container started with ID 52e133389290. Setting up logs at ./log/docker/node1_2026-02-26_04-42-42__c14959dc-ac71-4a44-bf81-e706426717dc__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:42:42.708 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38919
|
|
2026-02-26 04:42:42.709 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-26 04:42:42.712 ERROR [src.node.docker_mananger] Max retries reached for container ce62c1cdd829. Exiting log stream.
|
|
2026-02-26 04:42:43.242 ERROR [src.node.docker_mananger] Max retries reached for container 0512310e535c. Exiting log stream.
|
|
2026-02-26 04:42:43.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38919/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:43.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-02-26 04:42:43.713 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-26 04:42:43.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38919/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:43.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.166.133/tcp/38920/p2p/16Uiu2HAmHG4ktgHaQXgWkacR8tPAUJLEH4dhAm9DNABBa6XB6pDL","/ip4/172.18.166.133/tcp/38921/ws/p2p/16Uiu2HAmHG4ktgHaQXgWkacR8tPAUJLEH4dhAm9DNABBa6XB6pDL"],"enrUri":"enr:-L24QEy4wRFmcMceoAtkTPLuUpufEI8Du9sJJRGe6Z5F_15ZGH9oBfUtmGpotCGc7iN-E_scw2hk6dzscLf-WBpiwSACgmlkgnY0gmlwhKwSpoWKbXVsdGlhZGRyc5YACASsEqaFBpgIAAoErBKmhQaYCd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDRGsPF6Oulia0X89bhgzLFdFTi3gdDOhpgOla9NwGbk-DdGNwgpgIg3VkcIKYCoV3YWt1MgU"}'
|
|
2026-02-26 04:42:43.716 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-26 04:42:43.724 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-26 04:42:43.724 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-26_04-42-42__c14959dc-ac71-4a44-bf81-e706426717dc__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:42:43.724 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-26 04:42:43.724 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-26 04:42:43.725 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-26 04:42:43.726 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.182.97
|
|
2026-02-26 04:42:43.726 DEBUG [src.node.docker_mananger] Generated ports ['13869', '13870', '13871', '13872', '13873']
|
|
2026-02-26 04:42:43.726 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-26 04:42:43.726 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-26 04:42:43.726 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-26 04:42:43.726 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-26 04:42:43.727 DEBUG [src.node.docker_mananger] docker run -i -t -p 13869:13869 -p 13870:13870 -p 13871:13871 -p 13872:13872 -p 13873:13873 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=13871 --rest-port=13869 --tcp-port=13870 --discv5-udp-port=13872 --rest-address=0.0.0.0 --nat=extip:172.18.182.97 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f6f2cdfd353ff408bcfbb8422b3297e517b9bc92f2f5cfd300b32f24ae73beb1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13873 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEy4wRFmcMceoAtkTPLuUpufEI8Du9sJJRGe6Z5F_15ZGH9oBfUtmGpotCGc7iN-E_scw2hk6dzscLf-WBpiwSACgmlkgnY0gmlwhKwSpoWKbXVsdGlhZGRyc5YACASsEqaFBpgIAAoErBKmhQaYCd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDRGsPF6Oulia0X89bhgzLFdFTi3gdDOhpgOla9NwGbk-DdGNwgpgIg3VkcIKYCoV3YWt1MgU
|
|
2026-02-26 04:42:43.924 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.182.97 waku 9a6522660175a5599fbd2df9896914d72dda3de9997105880a830789b3bf189d
|
|
2026-02-26 04:42:43.959 DEBUG [src.node.docker_mananger] Container started with ID 9a6522660175. Setting up logs at ./log/docker/node2_2026-02-26_04-42-42__c14959dc-ac71-4a44-bf81-e706426717dc__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:42:43.960 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13869
|
|
2026-02-26 04:42:43.960 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-26 04:42:44.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13869/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:44.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-02-26 04:42:44.987 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-26 04:42:44.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13869/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:44.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.182.97/tcp/13870/p2p/16Uiu2HAmKc2zXHLkUxMTKB7fKmQ1v6eysRj2AVxGJpHWUyaCXhFQ","/ip4/172.18.182.97/tcp/13871/ws/p2p/16Uiu2HAmKc2zXHLkUxMTKB7fKmQ1v6eysRj2AVxGJpHWUyaCXhFQ"],"enrUri":"enr:-L24QL2peExYhHBvNxsQdXo8sEVS0I_nXOh3mrMMoOCUDcKUMAyayrXv_Q0IpLqLToTuPXQzwA3PgmIX1KyRr-bAVG8CgmlkgnY0gmlwhKwStmGKbXVsdGlhZGRyc5YACASsErZhBjYuAAoErBK2YQY2L90DgnJzhQACAQAAiXNlY3AyNTZrMaEDZ0ANpkcQx-anLVsDaU9ZZvmi4x_bjLDCKO3xIhdhhWODdGNwgjYug3VkcII2MIV3YWt1MgE"}'
|
|
2026-02-26 04:42:44.996 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-26 04:42:44.997 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13869/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.166.133/tcp/38920/p2p/16Uiu2HAmHG4ktgHaQXgWkacR8tPAUJLEH4dhAm9DNABBa6XB6pDL"]'
|
|
2026-02-26 04:42:45.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:42:45.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38919/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"]'
|
|
2026-02-26 04:42:45.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:42:45.015 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13869/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"]'
|
|
2026-02-26 04:42:45.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:42:45.039 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38919/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)'}'
|
|
2026-02-26 04:42:45.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:42:45.049 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-26 04:42:45.149 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:42:45.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:45.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080965039058584,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:42:45.154 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:42:45.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13869/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:45.157 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080965039058584,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:42:45.159 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:42:45.164 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:42:45.164 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-26 04:42:45.265 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:42:45.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:45.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080965159191988,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:42:45.269 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:42:45.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13869/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:45.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080965159191988,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:42:45.273 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:42:45.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:42:45.278 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-26 04:42:45.379 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:42:45.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:45.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080965273407161,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:42:45.383 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:42:45.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13869/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:45.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080965273407161,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:42:45.387 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:42:45.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:42:45.392 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-26 04:42:45.493 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:42:45.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:45.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080965387468607,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:42:45.497 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:42:45.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13869/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:45.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080965387468607,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:42:45.502 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:42:45.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:42:45.508 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-26 04:42:45.608 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:42:45.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:45.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080965501896153,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:42:45.613 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:42:45.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13869/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:45.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080965501896153,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:42:45.617 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:42:45.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:42:45.623 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-26 04:42:45.723 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:42:45.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:45.726 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080965617162090,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:42:45.727 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:42:45.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13869/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:45.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080965617162090,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:42:45.731 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:42:45.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:42:45.736 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-26 04:42:45.837 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:42:45.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:45.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080965731746074,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:42:45.842 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:42:45.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13869/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:45.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080965731746074,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:42:45.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:42:45.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:42:45.852 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-26 04:42:45.953 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:42:45.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:45.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080965846346758,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:42:45.958 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:42:45.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13869/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:42:45.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080965846346758,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:42:45.962 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:38919/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"]'
|
|
2026-02-26 04:42:45.978 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:42:45.980 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:13869/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"]'
|
|
2026-02-26 04:42:45.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:42:45.995 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38919/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)'}'
|
|
2026-02-26 04:42:46.000 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/0'
|
|
2026-02-26 04:42:46.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:42:46.008 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/1'
|
|
2026-02-26 04:42:46.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:42:46.015 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/2'
|
|
2026-02-26 04:42:46.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:42:46.019 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/3'
|
|
2026-02-26 04:42:46.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:42:46.023 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/4'
|
|
2026-02-26 04:42:46.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:42:46.027 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/5'
|
|
2026-02-26 04:42:46.028 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:42:46.031 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/6'
|
|
2026-02-26 04:42:46.032 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:42:46.034 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:38919/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/7'
|
|
2026-02-26 04:42:46.037 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-26 04:42:46.038 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-26 04:42:46.038 DEBUG [src.node.waku_node] Stopping container with id 52e133389290
|
|
2026-02-26 04:42:46.588 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-26 04:42:46.589 DEBUG [src.node.waku_node] Stopping container with id 9a6522660175
|
|
2026-02-26 04:42:47.157 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-26 04:42:47.160 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-26 04:42:47.173 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-26 04:42:47.186 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|