mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-27 04:39:32 +00:00
335 lines
58 KiB
Plaintext
335 lines
58 KiB
Plaintext
2026-04-22 23:54:49.148 INFO [tests.conftest] Fleet bootstrap inactive – pass --fleet (or set FLEET_BOOTSTRAP=true) to connect local nodes to the waku.test fleet
|
||
2026-04-22 23:54:49.148 DEBUG [tests.conftest] Running fixture setup: test_id
|
||
2026-04-22 23:54:49.149 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-04-22_23-54-49__ec11bb3e-e768-49d7-96c5-e90dfd55efd1
|
||
2026-04-22 23:54:49.149 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||
2026-04-22 23:54:49.150 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||
2026-04-22 23:54:49.150 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||
2026-04-22 23:54:49.159 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
2026-04-22 23:54:49.159 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-22_23-54-49__ec11bb3e-e768-49d7-96c5-e90dfd55efd1__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:54:49.160 DEBUG [src.node.waku_node] Starting Node...
|
||
2026-04-22 23:54:49.160 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
2026-04-22 23:54:49.161 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
2026-04-22 23:54:49.161 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.31.189
|
||
2026-04-22 23:54:49.161 DEBUG [src.node.docker_mananger] Generated ports ['23983', '23984', '23985', '23986', '23987']
|
||
2026-04-22 23:54:49.161 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
2026-04-22 23:54:49.162 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
2026-04-22 23:54:49.162 DEBUG [src.node.waku_node] Using volumes []
|
||
2026-04-22 23:54:49.162 DEBUG [src.node.docker_mananger] docker run -i -t -p 23983:23983 -p 23984:23984 -p 23985:23985 -p 23986:23986 -p 23987:23987 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=23985 --rest-port=23983 --tcp-port=23984 --discv5-udp-port=23986 --rest-address=0.0.0.0 --nat=extip:172.18.31.189 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=dd1f82ffdfee606ec142dbca5d2cf27fcaea71b68bac1a3fdf0eecaaeab51ac5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23987 --metrics-logging=true --relay=true --filter=true
|
||
2026-04-22 23:54:49.346 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.31.189 waku 0eb02baeedd5a9b449f7eb33fcde313bf08440cbfd5f3bbe7bfaebdb32029860
|
||
2026-04-22 23:54:49.381 DEBUG [src.node.docker_mananger] Container started with ID 0eb02baeedd5. Setting up logs at ./log/docker/node1_2026-04-22_23-54-49__ec11bb3e-e768-49d7-96c5-e90dfd55efd1__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:54:49.381 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23983
|
||
2026-04-22 23:54:49.383 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
2026-04-22 23:54:49.517 ERROR [src.node.docker_mananger] Max retries reached for container 8c2c9f708874. Exiting log stream.
|
||
2026-04-22 23:54:49.975 ERROR [src.node.docker_mananger] Max retries reached for container c8caa764b771. Exiting log stream.
|
||
2026-04-22 23:54:50.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23983/health" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:50.386 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||
2026-04-22 23:54:50.386 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
2026-04-22 23:54:50.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23983/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:50.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.31.189/tcp/23984/p2p/16Uiu2HAkzTCS4MH1pKVaRrCu7xhLsKXzE5UqdLTZbe3NSyrSEPCq","/ip4/172.18.31.189/tcp/23985/ws/p2p/16Uiu2HAkzTCS4MH1pKVaRrCu7xhLsKXzE5UqdLTZbe3NSyrSEPCq"],"enrUri":"enr:-L24QO8bUaVosGeDxOqHX8EedVwlcHy605bNmkTQFuuuMY-uT7HITLsB0yi9dTZOXeoUD0fxTaqHG9uI2ikqiAjJV3ACgmlkgnY0gmlwhKwSH72KbXVsdGlhZGRyc5YACASsEh-9Bl2wAAoErBIfvQZdsd0DgnJzhQDGAQAAiXNlY3AyNTZrMaECSq5y1loVM1yDvzuKqlw7wND9F4R5Y9PgSvt0DkWMM36DdGNwgl2wg3VkcIJdsoV3YWt1MgU"}'
|
||
2026-04-22 23:54:50.389 INFO [src.node.waku_node] REST service is ready !!
|
||
2026-04-22 23:54:50.389 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||
2026-04-22 23:54:50.396 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
2026-04-22 23:54:50.396 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-22_23-54-49__ec11bb3e-e768-49d7-96c5-e90dfd55efd1__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:54:50.396 DEBUG [src.node.waku_node] Starting Node...
|
||
2026-04-22 23:54:50.396 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
2026-04-22 23:54:50.398 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
2026-04-22 23:54:50.398 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.11.77
|
||
2026-04-22 23:54:50.398 DEBUG [src.node.docker_mananger] Generated ports ['62524', '62525', '62526', '62527', '62528']
|
||
2026-04-22 23:54:50.398 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
2026-04-22 23:54:50.398 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
2026-04-22 23:54:50.398 DEBUG [src.node.waku_node] Using volumes []
|
||
2026-04-22 23:54:50.398 DEBUG [src.node.docker_mananger] docker run -i -t -p 62524:62524 -p 62525:62525 -p 62526:62526 -p 62527:62527 -p 62528:62528 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=62526 --rest-port=62524 --tcp-port=62525 --discv5-udp-port=62527 --rest-address=0.0.0.0 --nat=extip:172.18.11.77 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=3dd03f3feb9bfaa36abfeafdbe19d9abd11d1e0db3d33fc1abab77e0e6e2d12f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62528 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QO8bUaVosGeDxOqHX8EedVwlcHy605bNmkTQFuuuMY-uT7HITLsB0yi9dTZOXeoUD0fxTaqHG9uI2ikqiAjJV3ACgmlkgnY0gmlwhKwSH72KbXVsdGlhZGRyc5YACASsEh-9Bl2wAAoErBIfvQZdsd0DgnJzhQDGAQAAiXNlY3AyNTZrMaECSq5y1loVM1yDvzuKqlw7wND9F4R5Y9PgSvt0DkWMM36DdGNwgl2wg3VkcIJdsoV3YWt1MgU --filternode=/ip4/172.18.31.189/tcp/23984/p2p/16Uiu2HAkzTCS4MH1pKVaRrCu7xhLsKXzE5UqdLTZbe3NSyrSEPCq
|
||
2026-04-22 23:54:50.616 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.11.77 waku fb2d94a2bdb1a9436456cc41845b81cafd055b2a67190d730e3401f9ea93d295
|
||
2026-04-22 23:54:50.651 DEBUG [src.node.docker_mananger] Container started with ID fb2d94a2bdb1. Setting up logs at ./log/docker/node2_2026-04-22_23-54-49__ec11bb3e-e768-49d7-96c5-e90dfd55efd1__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:54:50.651 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62524
|
||
2026-04-22 23:54:50.652 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
2026-04-22 23:54:51.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/health" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:51.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||
2026-04-22 23:54:51.656 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
2026-04-22 23:54:51.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:51.658 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.11.77/tcp/62525/p2p/16Uiu2HAm1KiKVX6ZTb38RWZgzUKEQaRtsZxXNQUQubCgjBTLc4r9","/ip4/172.18.11.77/tcp/62526/ws/p2p/16Uiu2HAm1KiKVX6ZTb38RWZgzUKEQaRtsZxXNQUQubCgjBTLc4r9"],"enrUri":"enr:-L24QCShmSCdzz9uvcMN04X123TJV8zP7Y5fmZOu_-ZowvjMNbf0nOvQutT9AbrMrhldmWiWow8LagSjsdjRLo4lM-sCgmlkgnY0gmlwhKwSC02KbXVsdGlhZGRyc5YACASsEgtNBvQ9AAoErBILTQb0Pt0DgnJzhQDGAQAAiXNlY3AyNTZrMaECV59IOmEG6U6XR9ey4_FUH13hrBI2gwoMXYqDxW9sZPaDdGNwgvQ9g3VkcIL0P4V3YWt1MgA"}'
|
||
2026-04-22 23:54:51.658 INFO [src.node.waku_node] REST service is ready !!
|
||
2026-04-22 23:54:51.659 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.31.189/tcp/23984/p2p/16Uiu2HAkzTCS4MH1pKVaRrCu7xhLsKXzE5UqdLTZbe3NSyrSEPCq"]'
|
||
2026-04-22 23:54:51.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:51.684 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||
2026-04-22 23:54:51.685 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
|
||
2026-04-22 23:54:51.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:51.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "40af52d9-fd7a-491a-ad04-9108fc7c8213", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"40af52d9-fd7a-491a-ad04-9108fc7c8213","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.706 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "eec51ef0-9ac1-42c7-885d-c50d37171604", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"eec51ef0-9ac1-42c7-885d-c50d37171604","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.714 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "5b3a9155-1e65-4436-93fc-7e915be07b11", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"5b3a9155-1e65-4436-93fc-7e915be07b11","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.723 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "40ecbb21-8b99-427f-afb1-24ac7ef45aa1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"40ecbb21-8b99-427f-afb1-24ac7ef45aa1","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.733 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e3e1396b-3f19-4e56-91fb-b6a60091bfac", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e3e1396b-3f19-4e56-91fb-b6a60091bfac","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.742 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "d29c8d14-19c7-40b5-b396-292521e9dfcd", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"d29c8d14-19c7-40b5-b396-292521e9dfcd","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.751 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "13223692-af6b-4225-b0be-dd69a79eb3c6", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"13223692-af6b-4225-b0be-dd69a79eb3c6","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.760 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "82974de7-b77d-4a51-9e2d-6156f454ff60", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"82974de7-b77d-4a51-9e2d-6156f454ff60","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7c3c9a72-f848-4deb-a5ee-eb4622eb3a94", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.781 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7c3c9a72-f848-4deb-a5ee-eb4622eb3a94","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.782 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f1190d21-b261-4748-8cd9-9e03ddf78d23", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"f1190d21-b261-4748-8cd9-9e03ddf78d23","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.793 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f012823a-cc5d-4f4f-95c2-ca869527b560", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"f012823a-cc5d-4f4f-95c2-ca869527b560","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "8a2f1300-a5a0-4582-a0d1-8d35565ef3de", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"8a2f1300-a5a0-4582-a0d1-8d35565ef3de","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.815 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "0133ec84-78be-4ab8-8cfe-fecd610eded8", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"0133ec84-78be-4ab8-8cfe-fecd610eded8","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.827 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "6e77cbf6-7b95-442b-a207-d51f55872a23", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"6e77cbf6-7b95-442b-a207-d51f55872a23","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.838 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "a3fbfb01-445d-408b-aa78-704bea9e6141", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.848 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"a3fbfb01-445d-408b-aa78-704bea9e6141","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.849 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7897a18d-209f-4879-8be0-6b9fb6124d82", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7897a18d-209f-4879-8be0-6b9fb6124d82","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "5266cc93-8a5c-439e-828b-7a24ca079ae6", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"5266cc93-8a5c-439e-828b-7a24ca079ae6","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.872 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "535e238f-e814-4407-931f-ea420068bf4e", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.884 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"535e238f-e814-4407-931f-ea420068bf4e","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "92e54332-9e27-4877-91ba-c78ffc9f3aef", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"92e54332-9e27-4877-91ba-c78ffc9f3aef","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "dbdc044f-ea69-4eaf-b00e-dc82632495c2", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"dbdc044f-ea69-4eaf-b00e-dc82632495c2","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.909 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "29ebf0a2-58f2-42d5-88d3-1a41bd40cdf7", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.921 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"29ebf0a2-58f2-42d5-88d3-1a41bd40cdf7","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.921 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "07de1e98-357c-48a9-9433-091c018ff4ad", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"07de1e98-357c-48a9-9433-091c018ff4ad","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.934 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b2ee9483-011e-49ca-9278-31b648d9aeea", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b2ee9483-011e-49ca-9278-31b648d9aeea","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "6b4f5e7f-aa64-4396-bae6-5c61a910414e", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"6b4f5e7f-aa64-4396-bae6-5c61a910414e","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "3e55cbc4-d3ca-450e-9ec6-7542696989b7", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"3e55cbc4-d3ca-450e-9ec6-7542696989b7","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.974 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ecb73433-8e68-469e-b133-3cd7eb1cb6a4", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:51.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ecb73433-8e68-469e-b133-3cd7eb1cb6a4","statusDesc":"OK"}'
|
||
2026-04-22 23:54:51.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "0158e7ce-cbd9-4de9-be30-fad549bbe194", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:52.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"0158e7ce-cbd9-4de9-be30-fad549bbe194","statusDesc":"OK"}'
|
||
2026-04-22 23:54:52.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "8c7674a8-1e5b-43bd-96a7-ed0d090a05d7", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:52.014 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"8c7674a8-1e5b-43bd-96a7-ed0d090a05d7","statusDesc":"OK"}'
|
||
2026-04-22 23:54:52.014 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e79f6f47-e547-48f5-abc6-b4cbf71e1c3a", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:52.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e79f6f47-e547-48f5-abc6-b4cbf71e1c3a","statusDesc":"OK"}'
|
||
2026-04-22 23:54:52.028 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "944bf010-8d4e-43f0-bf5a-ab51e0cf96e9", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:52.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"944bf010-8d4e-43f0-bf5a-ab51e0cf96e9","statusDesc":"OK"}'
|
||
2026-04-22 23:54:52.042 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
|
||
2026-04-22 23:54:52.042 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:52.057 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:52.057 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:52.157 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:52.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:52.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1776902092042545561,"ephemeral":false}]'
|
||
2026-04-22 23:54:52.162 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
|
||
2026-04-22 23:54:52.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:52.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:52.174 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:52.274 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:52.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:52.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1776902092162757761,"ephemeral":false}]'
|
||
2026-04-22 23:54:52.279 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
|
||
2026-04-22 23:54:52.279 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:52.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:52.291 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:52.391 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:52.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:52.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1776902092279376639,"ephemeral":false}]'
|
||
2026-04-22 23:54:52.396 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
|
||
2026-04-22 23:54:52.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:52.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:52.407 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:52.508 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:52.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:52.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1776902092396282590,"ephemeral":false}]'
|
||
2026-04-22 23:54:52.512 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
|
||
2026-04-22 23:54:52.513 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:52.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:52.525 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:52.625 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:52.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:52.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1776902092513070359,"ephemeral":false}]'
|
||
2026-04-22 23:54:52.630 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
|
||
2026-04-22 23:54:52.630 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:52.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:52.642 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:52.742 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:52.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:52.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1776902092630381066,"ephemeral":false}]'
|
||
2026-04-22 23:54:52.747 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
|
||
2026-04-22 23:54:52.747 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:52.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:52.759 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:52.859 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:52.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:52.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1776902092747638909,"ephemeral":false}]'
|
||
2026-04-22 23:54:52.864 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
|
||
2026-04-22 23:54:52.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:52.876 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:52.877 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:52.977 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:52.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:52.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1776902092864732596,"ephemeral":false}]'
|
||
2026-04-22 23:54:52.981 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
|
||
2026-04-22 23:54:52.982 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:52.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:52.994 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:53.094 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:53.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:53.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1776902092982237527,"ephemeral":false}]'
|
||
2026-04-22 23:54:53.099 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
|
||
2026-04-22 23:54:53.099 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:53.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:53.110 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:53.211 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:53.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:53.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1776902093099289583,"ephemeral":false}]'
|
||
2026-04-22 23:54:53.215 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
|
||
2026-04-22 23:54:53.216 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:53.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:53.228 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:53.328 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:53.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:53.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1776902093216100563,"ephemeral":false}]'
|
||
2026-04-22 23:54:53.333 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
|
||
2026-04-22 23:54:53.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:53.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:53.345 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:53.445 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:53.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:53.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1776902093333521789,"ephemeral":false}]'
|
||
2026-04-22 23:54:53.450 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
|
||
2026-04-22 23:54:53.450 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:53.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:53.462 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:53.562 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:53.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:53.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1776902093450719996,"ephemeral":false}]'
|
||
2026-04-22 23:54:53.567 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
|
||
2026-04-22 23:54:53.567 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:53.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:53.579 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:53.679 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:53.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:53.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1776902093567832064,"ephemeral":false}]'
|
||
2026-04-22 23:54:53.684 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
|
||
2026-04-22 23:54:53.684 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:53.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:53.696 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:53.796 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:53.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:53.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1776902093684565576,"ephemeral":false}]'
|
||
2026-04-22 23:54:53.801 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
|
||
2026-04-22 23:54:53.801 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:53.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:53.813 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:53.913 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:53.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:53.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1776902093801612571,"ephemeral":false}]'
|
||
2026-04-22 23:54:53.918 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
|
||
2026-04-22 23:54:53.919 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:53.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:53.931 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:54.031 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:54.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:54.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1776902093918985348,"ephemeral":false}]'
|
||
2026-04-22 23:54:54.036 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
|
||
2026-04-22 23:54:54.036 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:54.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:54.048 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:54.148 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:54.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:54.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1776902094036385010,"ephemeral":false}]'
|
||
2026-04-22 23:54:54.153 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
|
||
2026-04-22 23:54:54.153 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:54.164 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:54.165 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:54.265 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:54.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:54.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1776902094153417006,"ephemeral":false}]'
|
||
2026-04-22 23:54:54.269 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
|
||
2026-04-22 23:54:54.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:54.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:54.281 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:54.381 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:54.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:54.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1776902094270016851,"ephemeral":false}]'
|
||
2026-04-22 23:54:54.386 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
|
||
2026-04-22 23:54:54.387 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:54.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:54.398 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:54.498 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:54.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:54.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1776902094386944014,"ephemeral":false}]'
|
||
2026-04-22 23:54:54.503 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
|
||
2026-04-22 23:54:54.503 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:54.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:54.515 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:54.615 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:54.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:54.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1776902094503647173,"ephemeral":false}]'
|
||
2026-04-22 23:54:54.620 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
|
||
2026-04-22 23:54:54.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:54.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:54.632 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:54.732 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:54.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:54.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1776902094620429859,"ephemeral":false}]'
|
||
2026-04-22 23:54:54.737 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
|
||
2026-04-22 23:54:54.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:54.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:54.749 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:54.849 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:54.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:54.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1776902094737754828,"ephemeral":false}]'
|
||
2026-04-22 23:54:54.854 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
|
||
2026-04-22 23:54:54.855 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:54.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:54.868 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:54.968 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:54.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:54.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1776902094854812759,"ephemeral":false}]'
|
||
2026-04-22 23:54:54.973 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
|
||
2026-04-22 23:54:54.973 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:54.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:54.985 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:55.085 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:55.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:55.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1776902094973324684,"ephemeral":false}]'
|
||
2026-04-22 23:54:55.090 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
|
||
2026-04-22 23:54:55.090 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:55.102 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:55.102 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:55.202 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:55.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:55.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1776902095090587754,"ephemeral":false}]'
|
||
2026-04-22 23:54:55.207 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
|
||
2026-04-22 23:54:55.207 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:55.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:55.219 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:55.319 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:55.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:55.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1776902095207577892,"ephemeral":false}]'
|
||
2026-04-22 23:54:55.324 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
|
||
2026-04-22 23:54:55.324 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:54:55.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:54:55.336 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:54:55.437 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:54:55.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62524/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:54:55.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1776902095324845774,"ephemeral":false}]'
|
||
2026-04-22 23:54:55.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "58a4d96f-9c1a-473c-b6ac-dd571cce6b75", "contentFilters": ["extra_1"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:55.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"58a4d96f-9c1a-473c-b6ac-dd571cce6b75","statusDesc":"OK"}'
|
||
2026-04-22 23:54:55.455 DEBUG [tests.filter.test_subscribe_create] Extra subscribe call #1 succeeded
|
||
2026-04-22 23:54:55.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62524/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9576c090-bf49-4f7d-bd00-5f3e1e24bf2b", "contentFilters": ["extra_2"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:54:55.462 ERROR [src.node.api_clients.base_client] HTTP error occurred: 429 Client Error: Too Many Requests for url: http://127.0.0.1:62524/filter/v2/subscriptions. Response content: b'{"requestId":"9576c090-bf49-4f7d-bd00-5f3e1e24bf2b","statusDesc":"filter request rejected due rate limit exceeded"}'
|
||
2026-04-22 23:54:55.464 INFO [tests.filter.test_subscribe_create] Rate limit hit on extra call #2: Error: 429 Client Error: Too Many Requests for url: http://127.0.0.1:62524/filter/v2/subscriptions with response: b'{"requestId":"9576c090-bf49-4f7d-bd00-5f3e1e24bf2b","statusDesc":"filter request rejected due rate limit exceeded"}'
|
||
2026-04-22 23:54:55.466 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||
2026-04-22 23:54:55.468 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||
2026-04-22 23:54:55.468 DEBUG [src.node.waku_node] Stopping container with id 0eb02baeedd5
|
||
2026-04-22 23:54:55.935 DEBUG [src.node.waku_node] Container stopped.
|
||
2026-04-22 23:54:55.937 DEBUG [src.node.waku_node] Stopping container with id fb2d94a2bdb1
|
||
2026-04-22 23:54:56.371 DEBUG [src.node.waku_node] Container stopped.
|
||
2026-04-22 23:54:56.374 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||
2026-04-22 23:54:56.408 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||
2026-04-22 23:54:56.432 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|