mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-02-20 05:43:14 +00:00
144 lines
25 KiB
Plaintext
144 lines
25 KiB
Plaintext
2026-01-30 04:33:00.325 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-30 04:33:00.325 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_all_from_multiple_pubsub_topics with id: 2026-01-30_04-33-00__1c384d31-fa94-429c-845c-8303db3c456f
|
|
2026-01-30 04:33:00.326 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-30 04:33:00.326 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-01-30 04:33:00.326 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-01-30 04:33:00.336 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-30 04:33:00.337 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-30_04-33-00__1c384d31-fa94-429c-845c-8303db3c456f__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:33:00.337 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-30 04:33:00.337 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-30 04:33:00.339 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-30 04:33:00.339 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.134.13
|
|
2026-01-30 04:33:00.339 DEBUG [src.node.docker_mananger] Generated ports ['52364', '52365', '52366', '52367', '52368']
|
|
2026-01-30 04:33:00.339 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-30 04:33:00.339 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-30 04:33:00.339 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-30 04:33:00.340 DEBUG [src.node.docker_mananger] docker run -i -t -p 52364:52364 -p 52365:52365 -p 52366:52366 -p 52367:52367 -p 52368:52368 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=52366 --rest-port=52364 --tcp-port=52365 --discv5-udp-port=52367 --rest-address=0.0.0.0 --nat=extip:172.18.134.13 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6c7e4c2aa332cea4bac42eb0fcdeeb88f4e0f7d38279605be2d05696fbd08a7b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52368 --metrics-logging=true --relay=true --filter=true
|
|
2026-01-30 04:33:00.519 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.134.13 waku 36f86b00b4046d391219bbf4bbcb6c91f9753d24e6c0060ad3ab030feeda57e7
|
|
2026-01-30 04:33:00.551 DEBUG [src.node.docker_mananger] Container started with ID 36f86b00b404. Setting up logs at ./log/docker/node1_2026-01-30_04-33-00__1c384d31-fa94-429c-845c-8303db3c456f__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:33:00.553 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52364
|
|
2026-01-30 04:33:00.553 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-30 04:33:00.580 ERROR [src.node.docker_mananger] Max retries reached for container c194b09e7442. Exiting log stream.
|
|
2026-01-30 04:33:01.149 ERROR [src.node.docker_mananger] Max retries reached for container 3453a01c983d. Exiting log stream.
|
|
2026-01-30 04:33:01.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52364/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:01.557 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-01-30 04:33:01.557 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-30 04:33:01.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52364/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:01.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.134.13/tcp/52365/p2p/16Uiu2HAkwGUxxHndJD94aMBUgXvRqeJ89yx9fy6z2TdwaP37yTkh","/ip4/172.18.134.13/tcp/52366/ws/p2p/16Uiu2HAkwGUxxHndJD94aMBUgXvRqeJ89yx9fy6z2TdwaP37yTkh"],"enrUri":"enr:-L24QKagIGE1fuWBAeSmxIunMGnnDuVLV1vUgJwDhK3FM7CwbD06Az4snX18q-ZihecBHekGhL1e6QTU5SweykEjxc8CgmlkgnY0gmlwhKwShg2KbXVsdGlhZGRyc5YACASsEoYNBsyNAAoErBKGDQbMjt0DgnJzhQADAQAAiXNlY3AyNTZrMaECG1yxRX8-MBl-7gMzxbpFiCshKJ96C7d5JXv0shuqc-6DdGNwgsyNg3VkcILMj4V3YWt1MgU"}'
|
|
2026-01-30 04:33:01.560 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-30 04:33:01.560 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-01-30 04:33:01.567 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-30 04:33:01.567 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-30_04-33-00__1c384d31-fa94-429c-845c-8303db3c456f__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:33:01.567 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-30 04:33:01.567 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-30 04:33:01.569 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-30 04:33:01.569 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.127.232
|
|
2026-01-30 04:33:01.569 DEBUG [src.node.docker_mananger] Generated ports ['19620', '19621', '19622', '19623', '19624']
|
|
2026-01-30 04:33:01.569 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-30 04:33:01.569 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-30 04:33:01.570 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-30 04:33:01.570 DEBUG [src.node.docker_mananger] docker run -i -t -p 19620:19620 -p 19621:19621 -p 19622:19622 -p 19623:19623 -p 19624:19624 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=19622 --rest-port=19620 --tcp-port=19621 --discv5-udp-port=19623 --rest-address=0.0.0.0 --nat=extip:172.18.127.232 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c8dc71347dbe3d3573dd02871baef2fb7bb0b913d3afbb1b9bc4c36a6c1903ee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19624 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QKagIGE1fuWBAeSmxIunMGnnDuVLV1vUgJwDhK3FM7CwbD06Az4snX18q-ZihecBHekGhL1e6QTU5SweykEjxc8CgmlkgnY0gmlwhKwShg2KbXVsdGlhZGRyc5YACASsEoYNBsyNAAoErBKGDQbMjt0DgnJzhQADAQAAiXNlY3AyNTZrMaECG1yxRX8-MBl-7gMzxbpFiCshKJ96C7d5JXv0shuqc-6DdGNwgsyNg3VkcILMj4V3YWt1MgU --filternode=/ip4/172.18.134.13/tcp/52365/p2p/16Uiu2HAkwGUxxHndJD94aMBUgXvRqeJ89yx9fy6z2TdwaP37yTkh
|
|
2026-01-30 04:33:01.749 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.127.232 waku dd3bd310451c2507ca8b4d470c53653f0c72209cba69c506dd4d845b9532d85f
|
|
2026-01-30 04:33:01.780 DEBUG [src.node.docker_mananger] Container started with ID dd3bd310451c. Setting up logs at ./log/docker/node2_2026-01-30_04-33-00__1c384d31-fa94-429c-845c-8303db3c456f__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:33:01.781 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19620
|
|
2026-01-30 04:33:01.782 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-30 04:33:02.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19620/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:02.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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-01-30 04:33:02.787 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-30 04:33:02.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19620/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:02.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.127.232/tcp/19621/p2p/16Uiu2HAkw5CFNsWvHpT2Z94WA5n6kZxYCsPHcWKU1TWZK6R6hAdq","/ip4/172.18.127.232/tcp/19622/ws/p2p/16Uiu2HAkw5CFNsWvHpT2Z94WA5n6kZxYCsPHcWKU1TWZK6R6hAdq"],"enrUri":"enr:-L24QEWWY4NbKl3BstKJirDDj43Ym41mZL9j6Ppe6zaV32kaLXgdCm_ExDDfXnAkb2QFeWiFlzgta8EsRXbb5EhMJH8CgmlkgnY0gmlwhKwSf-iKbXVsdGlhZGRyc5YACASsEn_oBkylAAoErBJ_6AZMpt0DgnJzhQADAQAAiXNlY3AyNTZrMaECGHhm23TO9BPR_hbcZauhWgx9wPX0hScAH-Ww4p4YA2yDdGNwgkylg3VkcIJMp4V3YWt1MgA"}'
|
|
2026-01-30 04:33:02.790 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-30 04:33:02.790 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19620/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.134.13/tcp/52365/p2p/16Uiu2HAkwGUxxHndJD94aMBUgXvRqeJ89yx9fy6z2TdwaP37yTkh"]'
|
|
2026-01-30 04:33:02.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:02.824 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52364/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-01-30 04:33:02.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:02.837 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19620/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e6edbf11-bf69-4f70-acd1-eaccbe079fbc", "contentFilters": ["/waku/2/rs/3/0"], "pubsubTopic": "/waku/2/rs/3/0"}'
|
|
2026-01-30 04:33:02.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e6edbf11-bf69-4f70-acd1-eaccbe079fbc","statusDesc":"OK"}'
|
|
2026-01-30 04:33:02.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52364/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/0", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:33:02.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:02.858 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:33:02.958 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:33:02.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19620/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:02.961 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/0","version":0,"timestamp":1769747582850658613,"ephemeral":false}]'
|
|
2026-01-30 04:33:02.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52364/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-01-30 04:33:02.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:02.967 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19620/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "65d11051-8d7e-46b6-93d0-65f8c136f8f4", "contentFilters": ["/waku/2/rs/3/1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-01-30 04:33:02.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"65d11051-8d7e-46b6-93d0-65f8c136f8f4","statusDesc":"OK"}'
|
|
2026-01-30 04:33:02.977 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52364/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:33:02.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:02.982 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:33:03.082 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:33:03.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19620/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:03.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/1","version":0,"timestamp":1769747582977631184,"ephemeral":false}]'
|
|
2026-01-30 04:33:03.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52364/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/9"]'
|
|
2026-01-30 04:33:03.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:03.091 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19620/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ac1e1b40-ac5b-4edf-9220-ff0163fad173", "contentFilters": ["/waku/2/rs/3/9"], "pubsubTopic": "/waku/2/rs/3/9"}'
|
|
2026-01-30 04:33:03.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ac1e1b40-ac5b-4edf-9220-ff0163fad173","statusDesc":"OK"}'
|
|
2026-01-30 04:33:03.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52364/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/9", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:33:03.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:03.106 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:33:03.206 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:33:03.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19620/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:03.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/9","version":0,"timestamp":1769747583101057936,"ephemeral":false}]'
|
|
2026-01-30 04:33:03.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52364/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/25"]'
|
|
2026-01-30 04:33:03.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:03.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19620/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9381869a-bfc3-4ade-908e-c0cc922fcd1e", "contentFilters": ["/waku/2/rs/3/25"], "pubsubTopic": "/waku/2/rs/3/25"}'
|
|
2026-01-30 04:33:03.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"9381869a-bfc3-4ade-908e-c0cc922fcd1e","statusDesc":"OK"}'
|
|
2026-01-30 04:33:03.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52364/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/25", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:33:03.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:03.230 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:33:03.330 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:33:03.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19620/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:03.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/25","version":0,"timestamp":1769747583224980583,"ephemeral":false}]'
|
|
2026-01-30 04:33:03.335 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52364/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
|
2026-01-30 04:33:03.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:03.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19620/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ba870caa-9884-48fa-9bd4-9df62e9786d0", "contentFilters": ["/waku/2/rs/3/1000"], "pubsubTopic": "/waku/2/rs/3/1000"}'
|
|
2026-01-30 04:33:03.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ba870caa-9884-48fa-9bd4-9df62e9786d0","statusDesc":"OK"}'
|
|
2026-01-30 04:33:03.349 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52364/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1000", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:33:03.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:03.354 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:33:03.455 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:33:03.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19620/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:03.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/1000","version":0,"timestamp":1769747583349291591,"ephemeral":false}]'
|
|
2026-01-30 04:33:03.459 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:19620/filter/v2/subscriptions/all" -H "Content-Type: application/json" -d '{"requestId": "1"}'
|
|
2026-01-30 04:33:03.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-01-30 04:33:03.468 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52364/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/0", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:33:03.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:03.472 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:33:03.572 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:33:03.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19620/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:03.575 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:19620/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F0. Response content: b'Not subscribed to topic: /waku/2/rs/3/0'
|
|
2026-01-30 04:33:03.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52364/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:33:03.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:03.580 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:33:03.680 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:33:03.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19620/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:03.683 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:19620/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Not subscribed to topic: /waku/2/rs/3/1'
|
|
2026-01-30 04:33:03.685 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52364/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/9", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:33:03.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:03.689 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:33:03.789 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:33:03.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19620/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:03.792 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:19620/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F9. Response content: b'Not subscribed to topic: /waku/2/rs/3/9'
|
|
2026-01-30 04:33:03.794 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52364/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/25", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:33:03.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:03.797 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:33:03.897 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:33:03.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19620/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:03.900 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:19620/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F25. Response content: b'Not subscribed to topic: /waku/2/rs/3/25'
|
|
2026-01-30 04:33:03.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52364/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1000", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:33:03.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:03.906 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:33:04.006 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:33:04.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19620/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:04.009 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:19620/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1000. Response content: b'Not subscribed to topic: /waku/2/rs/3/1000'
|
|
2026-01-30 04:33:04.012 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-30 04:33:04.013 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-30 04:33:04.013 DEBUG [src.node.waku_node] Stopping container with id 36f86b00b404
|
|
2026-01-30 04:33:04.541 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-30 04:33:04.542 DEBUG [src.node.waku_node] Stopping container with id dd3bd310451c
|
|
2026-01-30 04:33:05.051 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-30 04:33:05.053 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-30 04:33:05.063 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-30 04:33:05.070 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|