mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 08:33:08 +00:00
159 lines
30 KiB
Plaintext
159 lines
30 KiB
Plaintext
2026-02-28 20:28:59.434 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-28 20:28:59.436 DEBUG [tests.conftest] Running test: test_unsubscribe_from_all_pubsub_topics with id: 2026-02-28_20-28-59__90e0bc5a-8321-46a3-98ea-2fdbcd71509b
|
|
2026-02-28 20:28:59.437 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-28 20:28:59.438 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-28 20:28:59.439 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-28 20:28:59.451 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:28:59.451 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-28_20-28-59__90e0bc5a-8321-46a3-98ea-2fdbcd71509b__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:28:59.452 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:28:59.453 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:28:59.456 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:28:59.457 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.76.205
|
|
2026-02-28 20:28:59.457 DEBUG [src.node.docker_mananger] Generated ports ['34056', '34057', '34058', '34059', '34060']
|
|
2026-02-28 20:28:59.458 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-28 20:28:59.458 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:28:59.458 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:28:59.458 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:28:59.458 DEBUG [src.node.docker_mananger] docker run -i -t -p 34056:34056 -p 34057:34057 -p 34058:34058 -p 34059:34059 -p 34060:34060 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=34058 --rest-port=34056 --tcp-port=34057 --discv5-udp-port=34059 --rest-address=0.0.0.0 --nat=extip:172.18.76.205 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=21ffafcab4ad4a1ab9894b50e360fcfcfea32b741f5eeeb4dacb70a8a0da2901 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34060 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-28 20:28:59.624 ERROR [src.node.docker_mananger] Max retries reached for container 8ecb6b0836cc. Exiting log stream.
|
|
2026-02-28 20:28:59.657 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.76.205 waku 4a98374b98894263022735a4477147d0c884871561f1b92b91f122fa800b415b
|
|
2026-02-28 20:28:59.690 DEBUG [src.node.docker_mananger] Container started with ID 4a98374b9889. Setting up logs at ./log/docker/node1_2026-02-28_20-28-59__90e0bc5a-8321-46a3-98ea-2fdbcd71509b__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:28:59.690 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34056
|
|
2026-02-28 20:28:59.691 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:29:00.297 ERROR [src.node.docker_mananger] Max retries reached for container 1fa9009a91b1. Exiting log stream.
|
|
2026-02-28 20:29:00.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34056/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:00.694 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-28 20:29:00.694 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:29:00.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34056/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:00.697 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.76.205/tcp/34057/p2p/16Uiu2HAmDyiL6UrfvfbH1XsWgFv36KRnFQR2gq39LNwxrtUYuTwm","/ip4/172.18.76.205/tcp/34058/ws/p2p/16Uiu2HAmDyiL6UrfvfbH1XsWgFv36KRnFQR2gq39LNwxrtUYuTwm"],"enrUri":"enr:-L24QFKRW2VKLQ6rGuaiFWiiJ1UAKPIKfVIy9Rtaczs1OaD_W60eHWfvnm-vX6DkM81StjiBLOwjiJwOEJ1lfSbWZ2gCgmlkgnY0gmlwhKwSTM2KbXVsdGlhZGRyc5YACASsEkzNBoUJAAoErBJMzQaFCt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDE6eblbQ9ZOqkp_gXjdzDwq6pQr7jMkFrAesrAvdnD0CDdGNwgoUJg3VkcIKFC4V3YWt1MgU"}'
|
|
2026-02-28 20:29:00.698 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:29:00.705 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:29:00.705 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-28_20-28-59__90e0bc5a-8321-46a3-98ea-2fdbcd71509b__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:29:00.705 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:29:00.705 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:29:00.707 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:29:00.707 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.212.218
|
|
2026-02-28 20:29:00.707 DEBUG [src.node.docker_mananger] Generated ports ['28148', '28149', '28150', '28151', '28152']
|
|
2026-02-28 20:29:00.707 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-28 20:29:00.707 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:29:00.707 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:29:00.708 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:29:00.708 DEBUG [src.node.docker_mananger] docker run -i -t -p 28148:28148 -p 28149:28149 -p 28150:28150 -p 28151:28151 -p 28152:28152 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=28150 --rest-port=28148 --tcp-port=28149 --discv5-udp-port=28151 --rest-address=0.0.0.0 --nat=extip:172.18.212.218 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ca4510bbc931bc439abddd0dac0a70fcb09fea2cafd9a0ad60dad5276d1f78ee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28152 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFKRW2VKLQ6rGuaiFWiiJ1UAKPIKfVIy9Rtaczs1OaD_W60eHWfvnm-vX6DkM81StjiBLOwjiJwOEJ1lfSbWZ2gCgmlkgnY0gmlwhKwSTM2KbXVsdGlhZGRyc5YACASsEkzNBoUJAAoErBJMzQaFCt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDE6eblbQ9ZOqkp_gXjdzDwq6pQr7jMkFrAesrAvdnD0CDdGNwgoUJg3VkcIKFC4V3YWt1MgU
|
|
2026-02-28 20:29:00.910 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.212.218 waku 0251c01bae1b6c56ee4fa74e90c77759876bc4fb7b0ff18238d62117a30e8e52
|
|
2026-02-28 20:29:00.946 DEBUG [src.node.docker_mananger] Container started with ID 0251c01bae1b. Setting up logs at ./log/docker/node2_2026-02-28_20-28-59__90e0bc5a-8321-46a3-98ea-2fdbcd71509b__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:29:00.947 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28148
|
|
2026-02-28 20:29:00.947 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:29:01.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28148/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:01.969 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-28 20:29:01.972 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:29:01.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28148/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:01.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.212.218/tcp/28149/p2p/16Uiu2HAmEq3qS7iNhVgo5hxZd4WgyNojxuFcve11D45BzTpXWjRN","/ip4/172.18.212.218/tcp/28150/ws/p2p/16Uiu2HAmEq3qS7iNhVgo5hxZd4WgyNojxuFcve11D45BzTpXWjRN"],"enrUri":"enr:-L24QJYmVK8EbK6D5RTZZ0sdeUn38mf5I1v_rKIvj3MStUR-duDwFE43O4sjvYF7eRYhDVBaTP7y3ezN0h7IuxJ2_zQCgmlkgnY0gmlwhKwS1NqKbXVsdGlhZGRyc5YACASsEtTaBm31AAoErBLU2gZt9t0DgnJzhQACAQAAiXNlY3AyNTZrMaEDIEsfanA5jEO3UnA4bvyU-l95Sk5HeJ4U3WqAleyZOzWDdGNwgm31g3VkcIJt94V3YWt1MgE"}'
|
|
2026-02-28 20:29:01.978 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:29:01.979 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28148/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.76.205/tcp/34057/p2p/16Uiu2HAmDyiL6UrfvfbH1XsWgFv36KRnFQR2gq39LNwxrtUYuTwm"]'
|
|
2026-02-28 20:29:01.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:29:01.984 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34056/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-28 20:29:01.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:29:01.995 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28148/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-28 20:29:02.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:29:02.014 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34056/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-28 20:29:02.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:29:02.024 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:29:02.125 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:29:02.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34056/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:02.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310542014526167,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:29:02.130 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:29:02.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28148/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:02.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310542014526167,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:29:02.135 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34056/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-28 20:29:02.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:29:02.141 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:29:02.241 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:29:02.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34056/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:02.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310542134884250,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:29:02.246 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:29:02.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28148/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:02.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310542134884250,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:29:02.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34056/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-28 20:29:02.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:29:02.256 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:29:02.357 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:29:02.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34056/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:02.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310542250676608,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:29:02.361 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:29:02.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28148/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:02.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310542250676608,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:29:02.365 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34056/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-28 20:29:02.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:29:02.370 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:29:02.471 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:29:02.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34056/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:02.473 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310542365626294,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:29:02.475 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:29:02.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28148/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:02.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310542365626294,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:29:02.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34056/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-28 20:29:02.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:29:02.484 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:29:02.584 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:29:02.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34056/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:02.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310542479217941,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:29:02.589 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:29:02.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28148/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:02.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310542479217941,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:29:02.594 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34056/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-28 20:29:02.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:29:02.598 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:29:02.699 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:29:02.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34056/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:02.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310542593879292,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:29:02.703 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:29:02.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28148/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:02.706 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310542593879292,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:29:02.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34056/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-28 20:29:02.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:29:02.713 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:29:02.813 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:29:02.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34056/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:02.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310542708083494,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:29:02.818 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:29:02.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28148/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:02.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310542708083494,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:29:02.822 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34056/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-28 20:29:02.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:29:02.827 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:29:02.927 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:29:02.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34056/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:02.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310542822286315,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:29:02.932 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:29:02.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28148/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:29:02.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310542822286315,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:29:02.937 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:34056/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-28 20:29:02.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:29:02.954 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:28148/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-28 20:29:02.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:29:02.970 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34056/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-28 20:29:02.976 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:34056/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-28 20:29:02.979 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34056/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-28 20:29:02.986 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:34056/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-28 20:29:02.989 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34056/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-28 20:29:02.992 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:34056/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-28 20:29:02.994 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34056/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-28 20:29:02.996 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:34056/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-28 20:29:02.998 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34056/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-28 20:29:03.000 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:34056/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-28 20:29:03.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34056/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-28 20:29:03.004 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:34056/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-28 20:29:03.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34056/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-28 20:29:03.007 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:34056/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-28 20:29:03.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34056/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-28 20:29:03.011 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:34056/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-28 20:29:03.014 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-28 20:29:03.015 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-28 20:29:03.015 DEBUG [src.node.waku_node] Stopping container with id 4a98374b9889
|
|
2026-02-28 20:29:03.591 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:29:03.591 DEBUG [src.node.waku_node] Stopping container with id 0251c01bae1b
|
|
2026-02-28 20:29:04.154 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:29:04.155 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-28 20:29:04.169 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 20:29:04.182 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|