mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 01:53:28 +00:00
159 lines
30 KiB
Plaintext
159 lines
30 KiB
Plaintext
2026-02-04 17:16:51.503 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-04 17:16:51.503 DEBUG [tests.conftest] Running test: test_unsubscribe_from_all_pubsub_topics with id: 2026-02-04_17-16-51__b17e9619-a175-4fce-b1d2-133ea094e6a6
|
|
2026-02-04 17:16:51.504 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-04 17:16:51.504 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-04 17:16:51.504 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-04 17:16:51.511 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 17:16:51.511 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-04_17-16-51__b17e9619-a175-4fce-b1d2-133ea094e6a6__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:16:51.511 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 17:16:51.511 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 17:16:51.513 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 17:16:51.513 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.98.167
|
|
2026-02-04 17:16:51.513 DEBUG [src.node.docker_mananger] Generated ports ['57934', '57935', '57936', '57937', '57938']
|
|
2026-02-04 17:16:51.513 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-04 17:16:51.513 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 17:16:51.513 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 17:16:51.513 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 17:16:51.513 DEBUG [src.node.docker_mananger] docker run -i -t -p 57934:57934 -p 57935:57935 -p 57936:57936 -p 57937:57937 -p 57938:57938 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=57936 --rest-port=57934 --tcp-port=57935 --discv5-udp-port=57937 --rest-address=0.0.0.0 --nat=extip:172.18.98.167 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=15aefdfdaaa7fcedbdb8bb90fedee068c6acea5dccddcc45fddeb5a39be75bba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57938 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-04 17:16:51.696 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.98.167 waku 4ee1a0a009a3172bc26c43f2c3c63019d2e1f4a1a7eac795bc871e25564e13ea
|
|
2026-02-04 17:16:51.729 DEBUG [src.node.docker_mananger] Container started with ID 4ee1a0a009a3. Setting up logs at ./log/docker/node1_2026-02-04_17-16-51__b17e9619-a175-4fce-b1d2-133ea094e6a6__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:16:51.729 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57934
|
|
2026-02-04 17:16:51.730 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 17:16:51.820 ERROR [src.node.docker_mananger] Max retries reached for container d1f6c975ded4. Exiting log stream.
|
|
2026-02-04 17:16:52.307 ERROR [src.node.docker_mananger] Max retries reached for container 96242268f6f1. Exiting log stream.
|
|
2026-02-04 17:16:52.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57934/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:52.733 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"}]}'
|
|
2026-02-04 17:16:52.734 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 17:16:52.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57934/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:52.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.98.167/tcp/57935/p2p/16Uiu2HAmBd2mGTYfRyvQKdws6fdmHZH8qyVmzVYbDmJVcSGXHn2t","/ip4/172.18.98.167/tcp/57936/ws/p2p/16Uiu2HAmBd2mGTYfRyvQKdws6fdmHZH8qyVmzVYbDmJVcSGXHn2t"],"enrUri":"enr:-L24QFgbLKkbY1zViThAg5gSsN6yNoVZKE8dZqQojfDRiGksStvtL8XHZSUcIPEiXRYpYXK6gQ_pyWxB-lJCHOkCUWoCgmlkgnY0gmlwhKwSYqeKbXVsdGlhZGRyc5YACASsEmKnBuJPAAoErBJipwbiUN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC8KPhW1-Je-p61qrk8tY90hiKlO3jGcLG6XG0i3nfMEGDdGNwguJPg3VkcILiUYV3YWt1MgU"}'
|
|
2026-02-04 17:16:52.736 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 17:16:52.743 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 17:16:52.743 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-04_17-16-51__b17e9619-a175-4fce-b1d2-133ea094e6a6__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:16:52.743 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 17:16:52.743 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 17:16:52.744 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 17:16:52.744 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.44.253
|
|
2026-02-04 17:16:52.744 DEBUG [src.node.docker_mananger] Generated ports ['43678', '43679', '43680', '43681', '43682']
|
|
2026-02-04 17:16:52.745 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-04 17:16:52.745 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 17:16:52.745 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 17:16:52.745 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 17:16:52.745 DEBUG [src.node.docker_mananger] docker run -i -t -p 43678:43678 -p 43679:43679 -p 43680:43680 -p 43681:43681 -p 43682:43682 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=43680 --rest-port=43678 --tcp-port=43679 --discv5-udp-port=43681 --rest-address=0.0.0.0 --nat=extip:172.18.44.253 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=38b66c1d632c361da06eae9f382fdb0dfff0ec34cbfffac9ef2ac81b2817ea1f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43682 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFgbLKkbY1zViThAg5gSsN6yNoVZKE8dZqQojfDRiGksStvtL8XHZSUcIPEiXRYpYXK6gQ_pyWxB-lJCHOkCUWoCgmlkgnY0gmlwhKwSYqeKbXVsdGlhZGRyc5YACASsEmKnBuJPAAoErBJipwbiUN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC8KPhW1-Je-p61qrk8tY90hiKlO3jGcLG6XG0i3nfMEGDdGNwguJPg3VkcILiUYV3YWt1MgU
|
|
2026-02-04 17:16:52.927 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.44.253 waku 63665fdfc6a3d38fb60de131b5d563451d815a3968b657a0d48830ea85e134a2
|
|
2026-02-04 17:16:52.957 DEBUG [src.node.docker_mananger] Container started with ID 63665fdfc6a3. Setting up logs at ./log/docker/node2_2026-02-04_17-16-51__b17e9619-a175-4fce-b1d2-133ea094e6a6__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:16:52.958 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43678
|
|
2026-02-04 17:16:52.959 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 17:16:53.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43678/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:53.970 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"}]}'
|
|
2026-02-04 17:16:53.973 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 17:16:53.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43678/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:53.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.44.253/tcp/43679/p2p/16Uiu2HAm2w3RWg6zXH2Vmx2thqN2M4zAhSA4fi5cPay8hS8pTGrp","/ip4/172.18.44.253/tcp/43680/ws/p2p/16Uiu2HAm2w3RWg6zXH2Vmx2thqN2M4zAhSA4fi5cPay8hS8pTGrp"],"enrUri":"enr:-L24QLMuG3b4kV6yce4krwzI2F-SN3uGGEvqSkiouVAamc_JDRkPxnxYvyc3cETwG9Sb2oil1UYv_sMA00RwnIhf6vACgmlkgnY0gmlwhKwSLP2KbXVsdGlhZGRyc5YACASsEiz9BqqfAAoErBIs_QaqoN0DgnJzhQACAQAAiXNlY3AyNTZrMaECb4fl6pjf712yY3HJ12fuLwgdletHmQ_EGFPblChJcQWDdGNwgqqfg3VkcIKqoYV3YWt1MgE"}'
|
|
2026-02-04 17:16:53.977 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 17:16:53.977 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43678/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.98.167/tcp/57935/p2p/16Uiu2HAmBd2mGTYfRyvQKdws6fdmHZH8qyVmzVYbDmJVcSGXHn2t"]'
|
|
2026-02-04 17:16:53.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:53.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57934/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-04 17:16:53.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:53.989 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43678/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-04 17:16:54.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:54.004 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57934/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-04 17:16:54.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:54.016 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:16:54.116 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:54.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57934/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:54.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225414003858408,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:54.120 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:54.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43678/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:54.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225414003858408,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:54.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57934/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-04 17:16:54.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:54.129 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:16:54.229 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:54.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57934/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:54.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225414124635515,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:54.233 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:54.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43678/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:54.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225414124635515,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:54.237 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57934/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-04 17:16:54.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:54.242 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:16:54.342 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:54.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57934/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:54.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225414237541141,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:54.346 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:54.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43678/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:54.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225414237541141,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:54.350 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57934/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-04 17:16:54.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:54.354 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:16:54.454 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:54.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57934/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:54.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225414349964179,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:54.458 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:54.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43678/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:54.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225414349964179,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:54.462 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57934/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-04 17:16:54.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:54.467 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:16:54.567 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:54.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57934/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:54.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225414462255443,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:54.572 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:54.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43678/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:54.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225414462255443,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:54.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57934/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-04 17:16:54.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:54.580 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:16:54.681 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:54.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57934/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:54.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225414575666237,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:54.684 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:54.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43678/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:54.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225414575666237,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:54.688 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57934/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-04 17:16:54.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:54.692 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:16:54.793 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:54.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57934/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:54.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225414688636586,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:54.797 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:54.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43678/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:54.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225414688636586,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:54.801 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57934/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-04 17:16:54.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:54.805 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:16:54.905 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:54.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57934/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:54.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225414800999745,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:54.909 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:54.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43678/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:54.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225414800999745,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:54.913 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:57934/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-04 17:16:54.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:54.923 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:43678/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-04 17:16:54.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:54.936 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57934/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-04 17:16:54.940 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:57934/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-04 17:16:54.943 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57934/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-04 17:16:54.951 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:57934/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-04 17:16:54.952 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57934/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-04 17:16:54.955 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:57934/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-04 17:16:54.956 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57934/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-04 17:16:54.958 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:57934/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-04 17:16:54.960 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57934/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-04 17:16:54.962 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:57934/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-04 17:16:54.963 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57934/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-04 17:16:54.965 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:57934/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-04 17:16:54.967 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57934/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-04 17:16:54.969 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:57934/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-04 17:16:54.971 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57934/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-04 17:16:54.973 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:57934/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-04 17:16:54.975 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-04 17:16:54.976 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-04 17:16:54.977 DEBUG [src.node.waku_node] Stopping container with id 4ee1a0a009a3
|
|
2026-02-04 17:16:55.514 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 17:16:55.516 DEBUG [src.node.waku_node] Stopping container with id 63665fdfc6a3
|
|
2026-02-04 17:16:56.027 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 17:16:56.028 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-04 17:16:56.042 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-04 17:16:56.053 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|