mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-25 05:03:20 +00:00
667 lines
110 KiB
Plaintext
667 lines
110 KiB
Plaintext
2026-03-03 04:33:15.644 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:33:15.644 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-03-03_04-33-15__c5ffae65-0a08-44bd-afe2-865cb3d7117e
|
|
2026-03-03 04:33:15.645 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:33:15.645 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-03 04:33:15.645 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-03 04:33:15.651 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:33:15.651 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-33-15__c5ffae65-0a08-44bd-afe2-865cb3d7117e__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:33:15.651 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:33:15.651 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:33:15.653 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:33:15.653 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.112.181
|
|
2026-03-03 04:33:15.653 DEBUG [src.node.docker_mananger] Generated ports ['50951', '50952', '50953', '50954', '50955']
|
|
2026-03-03 04:33:15.653 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:33:15.653 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:33:15.653 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:33:15.654 DEBUG [src.node.docker_mananger] docker run -i -t -p 50951:50951 -p 50952:50952 -p 50953:50953 -p 50954:50954 -p 50955:50955 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=50953 --rest-port=50951 --tcp-port=50952 --discv5-udp-port=50954 --rest-address=0.0.0.0 --nat=extip:172.18.112.181 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=48fcfa58f25c3a94faa951928f8f1bdfb0b62beb3fa8ceacb986fcbe711bdefe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50955 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-03 04:33:15.813 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.112.181 waku fc6815740c160295ee6c15c0b42571d9061de10d40f338698aa80643dada1ec3
|
|
2026-03-03 04:33:15.844 DEBUG [src.node.docker_mananger] Container started with ID fc6815740c16. Setting up logs at ./log/docker/node1_2026-03-03_04-33-15__c5ffae65-0a08-44bd-afe2-865cb3d7117e__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:33:15.844 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50951
|
|
2026-03-03 04:33:15.845 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:33:15.994 ERROR [src.node.docker_mananger] Max retries reached for container b143bfb089dc. Exiting log stream.
|
|
2026-03-03 04:33:16.451 ERROR [src.node.docker_mananger] Max retries reached for container e55407594890. Exiting log stream.
|
|
2026-03-03 04:33:16.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50951/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:16.848 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-03 04:33:16.848 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:33:16.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50951/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:16.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.112.181/tcp/50952/p2p/16Uiu2HAkwpUooBYt8uRktMx5VLF3UCJcxbwh2mZGdumoyvBDq3pY","/ip4/172.18.112.181/tcp/50953/ws/p2p/16Uiu2HAkwpUooBYt8uRktMx5VLF3UCJcxbwh2mZGdumoyvBDq3pY"],"enrUri":"enr:-L24QD5OYRdsJ83f1YsZUZazQEaAnccjLxwBxdhBQanf0qkFbfP4_pB8ty75FM_c9p0wfs3GFLNSSkD6gfNEhaCMgEECgmlkgnY0gmlwhKwScLWKbXVsdGlhZGRyc5YACASsEnC1BscIAAoErBJwtQbHCd0DgnJzhQADAQAAiXNlY3AyNTZrMaECI48ZjzyjPHtphCEkd2-kS8RpiUlhxBMn621gkXf6vs2DdGNwgscIg3VkcILHCoV3YWt1MgU"}'
|
|
2026-03-03 04:33:16.850 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:33:16.851 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-03 04:33:16.856 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:33:16.857 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-33-15__c5ffae65-0a08-44bd-afe2-865cb3d7117e__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:33:16.857 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:33:16.857 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:33:16.858 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:33:16.858 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.44.22
|
|
2026-03-03 04:33:16.858 DEBUG [src.node.docker_mananger] Generated ports ['17366', '17367', '17368', '17369', '17370']
|
|
2026-03-03 04:33:16.858 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:33:16.858 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:33:16.859 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:33:16.859 DEBUG [src.node.docker_mananger] docker run -i -t -p 17366:17366 -p 17367:17367 -p 17368:17368 -p 17369:17369 -p 17370:17370 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=17368 --rest-port=17366 --tcp-port=17367 --discv5-udp-port=17369 --rest-address=0.0.0.0 --nat=extip:172.18.44.22 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c1fba30eddb03c6600c42cdb13dbe0cc2f64e1bd6d1546fe95ab5aecad35aefb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17370 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QD5OYRdsJ83f1YsZUZazQEaAnccjLxwBxdhBQanf0qkFbfP4_pB8ty75FM_c9p0wfs3GFLNSSkD6gfNEhaCMgEECgmlkgnY0gmlwhKwScLWKbXVsdGlhZGRyc5YACASsEnC1BscIAAoErBJwtQbHCd0DgnJzhQADAQAAiXNlY3AyNTZrMaECI48ZjzyjPHtphCEkd2-kS8RpiUlhxBMn621gkXf6vs2DdGNwgscIg3VkcILHCoV3YWt1MgU --filternode=/ip4/172.18.112.181/tcp/50952/p2p/16Uiu2HAkwpUooBYt8uRktMx5VLF3UCJcxbwh2mZGdumoyvBDq3pY
|
|
2026-03-03 04:33:17.004 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.44.22 waku e5927c8b2692a8750511fa5a605c02ad094e44659525e4404c6e4c3f65a3b236
|
|
2026-03-03 04:33:17.034 DEBUG [src.node.docker_mananger] Container started with ID e5927c8b2692. Setting up logs at ./log/docker/node2_2026-03-03_04-33-15__c5ffae65-0a08-44bd-afe2-865cb3d7117e__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:33:17.034 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17366
|
|
2026-03-03 04:33:17.035 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:33:18.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:18.038 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"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-03 04:33:18.038 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:33:18.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:18.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.44.22/tcp/17367/p2p/16Uiu2HAm2p6YypKPaxAappz5Kj4gFSgX6FZmFA8nHxmYjwn4oVC2","/ip4/172.18.44.22/tcp/17368/ws/p2p/16Uiu2HAm2p6YypKPaxAappz5Kj4gFSgX6FZmFA8nHxmYjwn4oVC2"],"enrUri":"enr:-L24QIRw_FsFLxYl5RcVIxaMRF6lB00vOYsyVo3v_CZZb3okAFveVHUzx9F3t4omiBcoS1-b2Kb_g3OOLuq3_isJJRoCgmlkgnY0gmlwhKwSLBaKbXVsdGlhZGRyc5YACASsEiwWBkPXAAoErBIsFgZD2N0DgnJzhQADAQAAiXNlY3AyNTZrMaECbcBewdaxhSt6hOEf5FPRnfcwr_BWMKGED34pKR7ih2-DdGNwgkPXg3VkcIJD2YV3YWt1MgA"}'
|
|
2026-03-03 04:33:18.040 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:33:18.041 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.112.181/tcp/50952/p2p/16Uiu2HAkwpUooBYt8uRktMx5VLF3UCJcxbwh2mZGdumoyvBDq3pY"]'
|
|
2026-03-03 04:33:18.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:18.074 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-03 04:33:18.074 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-03 04:33:18.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:18.092 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "01a21b3f-0f10-4cf8-aac8-85adb4c07324", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"01a21b3f-0f10-4cf8-aac8-85adb4c07324","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.106 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.131 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.140 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.150 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.158 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.176 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.195 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.205 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.246 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.266 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.278 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.289 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.300 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.311 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.311 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.323 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.335 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.358 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.382 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:18.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:18.407 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
|
|
2026-03-03 04:33:18.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:18.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:18.420 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:18.521 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:18.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:18.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1772512398407620272,"ephemeral":false}]'
|
|
2026-03-03 04:33:18.526 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
|
|
2026-03-03 04:33:18.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:18.536 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:18.537 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:18.637 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:18.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:18.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1772512398526488554,"ephemeral":false}]'
|
|
2026-03-03 04:33:18.642 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
|
|
2026-03-03 04:33:18.642 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:18.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:18.653 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:18.754 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:18.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:18.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1772512398642649050,"ephemeral":false}]'
|
|
2026-03-03 04:33:18.758 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
|
|
2026-03-03 04:33:18.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:18.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:18.769 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:18.869 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:18.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:18.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1772512398758620168,"ephemeral":false}]'
|
|
2026-03-03 04:33:18.873 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
|
|
2026-03-03 04:33:18.873 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:18.884 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:18.884 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:18.984 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:18.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:18.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1772512398873780943,"ephemeral":false}]'
|
|
2026-03-03 04:33:18.988 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
|
|
2026-03-03 04:33:18.989 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:18.999 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:18.999 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:19.100 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:19.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:19.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1772512398989211701,"ephemeral":false}]'
|
|
2026-03-03 04:33:19.104 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
|
|
2026-03-03 04:33:19.104 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:19.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:19.115 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:19.215 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:19.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:19.218 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1772512399104653995,"ephemeral":false}]'
|
|
2026-03-03 04:33:19.219 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
|
|
2026-03-03 04:33:19.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:19.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:19.230 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:19.330 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:19.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:19.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1772512399220022204,"ephemeral":false}]'
|
|
2026-03-03 04:33:19.334 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
|
|
2026-03-03 04:33:19.335 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:19.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:19.345 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:19.445 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:19.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:19.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1772512399335181987,"ephemeral":false}]'
|
|
2026-03-03 04:33:19.450 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
|
|
2026-03-03 04:33:19.450 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:19.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:19.460 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:19.561 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:19.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:19.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1772512399450272328,"ephemeral":false}]'
|
|
2026-03-03 04:33:19.565 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
|
|
2026-03-03 04:33:19.565 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:19.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:19.576 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:19.676 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:19.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:19.679 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1772512399565573420,"ephemeral":false}]'
|
|
2026-03-03 04:33:19.680 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
|
|
2026-03-03 04:33:19.681 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:19.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:19.691 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:19.792 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:19.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:19.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1772512399681040056,"ephemeral":false}]'
|
|
2026-03-03 04:33:19.796 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
|
|
2026-03-03 04:33:19.796 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:19.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:19.807 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:19.908 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:19.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:19.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1772512399796758295,"ephemeral":false}]'
|
|
2026-03-03 04:33:19.912 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
|
|
2026-03-03 04:33:19.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:19.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:19.922 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:20.023 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:20.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:20.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1772512399912323923,"ephemeral":false}]'
|
|
2026-03-03 04:33:20.027 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
|
|
2026-03-03 04:33:20.027 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:20.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:20.038 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:20.138 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:20.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:20.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1772512400027554522,"ephemeral":false}]'
|
|
2026-03-03 04:33:20.143 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
|
|
2026-03-03 04:33:20.143 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:20.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:20.153 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:20.254 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:20.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:20.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1772512400143303585,"ephemeral":false}]'
|
|
2026-03-03 04:33:20.258 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
|
|
2026-03-03 04:33:20.258 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:20.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:20.268 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:20.369 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:20.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:20.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1772512400258468146,"ephemeral":false}]'
|
|
2026-03-03 04:33:20.373 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
|
|
2026-03-03 04:33:20.373 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:20.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:20.384 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:20.484 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:20.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:20.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1772512400373780496,"ephemeral":false}]'
|
|
2026-03-03 04:33:20.488 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
|
|
2026-03-03 04:33:20.489 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:20.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:20.500 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:20.600 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:20.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:20.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1772512400489153297,"ephemeral":false}]'
|
|
2026-03-03 04:33:20.604 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
|
|
2026-03-03 04:33:20.604 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:20.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:20.615 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:20.715 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:20.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:20.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1772512400604695201,"ephemeral":false}]'
|
|
2026-03-03 04:33:20.719 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
|
|
2026-03-03 04:33:20.720 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:20.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:20.730 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:20.830 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:20.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:20.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1772512400720153353,"ephemeral":false}]'
|
|
2026-03-03 04:33:20.834 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
|
|
2026-03-03 04:33:20.835 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:20.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:20.845 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:20.945 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:20.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:20.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1772512400835195338,"ephemeral":false}]'
|
|
2026-03-03 04:33:20.950 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
|
|
2026-03-03 04:33:20.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:20.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:20.960 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:21.061 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:21.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:21.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1772512400950544509,"ephemeral":false}]'
|
|
2026-03-03 04:33:21.065 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
|
|
2026-03-03 04:33:21.065 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:21.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:21.076 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:21.176 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:21.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:21.179 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1772512401065450937,"ephemeral":false}]'
|
|
2026-03-03 04:33:21.180 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
|
|
2026-03-03 04:33:21.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:21.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:21.191 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:21.291 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:21.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:21.294 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1772512401180869255,"ephemeral":false}]'
|
|
2026-03-03 04:33:21.296 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
|
|
2026-03-03 04:33:21.296 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:21.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:21.307 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:21.407 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:21.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:21.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1772512401296608638,"ephemeral":false}]'
|
|
2026-03-03 04:33:21.412 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
|
|
2026-03-03 04:33:21.412 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:21.422 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:21.422 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:21.522 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:21.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:21.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1772512401412272333,"ephemeral":false}]'
|
|
2026-03-03 04:33:21.527 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
|
|
2026-03-03 04:33:21.527 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:21.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:21.538 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:21.639 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:21.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:21.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1772512401527755775,"ephemeral":false}]'
|
|
2026-03-03 04:33:21.644 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
|
|
2026-03-03 04:33:21.644 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50951/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:21.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:21.654 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:21.755 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:21.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17366/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:21.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1772512401644249770,"ephemeral":false}]'
|
|
2026-03-03 04:33:21.759 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17366/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:21.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:21.806 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:33:21.807 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:33:21.808 DEBUG [src.node.waku_node] Stopping container with id fc6815740c16
|
|
2026-03-03 04:33:22.287 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:33:22.288 DEBUG [src.node.waku_node] Stopping container with id e5927c8b2692
|
|
2026-03-03 04:33:22.765 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:33:22.767 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:33:22.793 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:33:22.811 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:33:22.812 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-03 04:33:22.812 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-03 04:33:22.813 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-03_04-33-15__c5ffae65-0a08-44bd-afe2-865cb3d7117e__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:33:22.813 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-03_04-33-15__c5ffae65-0a08-44bd-afe2-865cb3d7117e__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:33:22.820 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:33:22.821 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-03-03_04-33-22__f4a3efe2-f4cd-4bc2-ae68-1ba244f8de0d
|
|
2026-03-03 04:33:22.821 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:33:22.821 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-03 04:33:22.822 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-03 04:33:22.828 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:33:22.828 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-33-22__f4a3efe2-f4cd-4bc2-ae68-1ba244f8de0d__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:33:22.828 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:33:22.828 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:33:22.830 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:33:22.830 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.4.196
|
|
2026-03-03 04:33:22.830 DEBUG [src.node.docker_mananger] Generated ports ['51536', '51537', '51538', '51539', '51540']
|
|
2026-03-03 04:33:22.830 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:33:22.830 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:33:22.830 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:33:22.830 DEBUG [src.node.docker_mananger] docker run -i -t -p 51536:51536 -p 51537:51537 -p 51538:51538 -p 51539:51539 -p 51540:51540 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=51538 --rest-port=51536 --tcp-port=51537 --discv5-udp-port=51539 --rest-address=0.0.0.0 --nat=extip:172.18.4.196 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ebcc750d69ef514e7efc2ec0e5ce0f2cee57c1c125e2a7eaeecdeaebdcdba4e1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51540 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-03 04:33:22.988 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.4.196 waku 31c6716d4002fd26f656295820b0827a14c479f340b400edd9fd768175a2aa51
|
|
2026-03-03 04:33:23.015 DEBUG [src.node.docker_mananger] Container started with ID 31c6716d4002. Setting up logs at ./log/docker/node1_2026-03-03_04-33-22__f4a3efe2-f4cd-4bc2-ae68-1ba244f8de0d__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:33:23.015 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51536
|
|
2026-03-03 04:33:23.016 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:33:23.104 ERROR [src.node.docker_mananger] Max retries reached for container fc6815740c16. Exiting log stream.
|
|
2026-03-03 04:33:23.577 ERROR [src.node.docker_mananger] Max retries reached for container e5927c8b2692. Exiting log stream.
|
|
2026-03-03 04:33:24.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51536/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:24.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-03 04:33:24.020 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:33:24.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51536/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:24.022 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.4.196/tcp/51537/p2p/16Uiu2HAm4RP3HGYDHztAKTEAqiySMhGYKLiADbZ1pjv3HggLM7JB","/ip4/172.18.4.196/tcp/51538/ws/p2p/16Uiu2HAm4RP3HGYDHztAKTEAqiySMhGYKLiADbZ1pjv3HggLM7JB"],"enrUri":"enr:-L24QEG2p_c14ZbnTuUH9oWcM6rdB2NpK2qjneIdKgCmXCEOToSc1YLcduVxAILu4Tw2QBW2phAI6fopS09kbxl4grwCgmlkgnY0gmlwhKwSBMSKbXVsdGlhZGRyc5YACASsEgTEBslRAAoErBIExAbJUt0DgnJzhQADAQAAiXNlY3AyNTZrMaEChaYHQz4CK5phkOJiaaQg0mAcnb4iX0wciwCTXDZ1oSyDdGNwgslRg3VkcILJU4V3YWt1MgU"}'
|
|
2026-03-03 04:33:24.023 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:33:24.023 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-03 04:33:24.029 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:33:24.029 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-33-22__f4a3efe2-f4cd-4bc2-ae68-1ba244f8de0d__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:33:24.030 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:33:24.030 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:33:24.031 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:33:24.031 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.101.14
|
|
2026-03-03 04:33:24.031 DEBUG [src.node.docker_mananger] Generated ports ['63045', '63046', '63047', '63048', '63049']
|
|
2026-03-03 04:33:24.032 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:33:24.032 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:33:24.032 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:33:24.032 DEBUG [src.node.docker_mananger] docker run -i -t -p 63045:63045 -p 63046:63046 -p 63047:63047 -p 63048:63048 -p 63049:63049 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=63047 --rest-port=63045 --tcp-port=63046 --discv5-udp-port=63048 --rest-address=0.0.0.0 --nat=extip:172.18.101.14 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7f15bc6fd3fbcbfadc3ae89a4b5b2dd2babd540caa55d5d83098c3afcecadaee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63049 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QEG2p_c14ZbnTuUH9oWcM6rdB2NpK2qjneIdKgCmXCEOToSc1YLcduVxAILu4Tw2QBW2phAI6fopS09kbxl4grwCgmlkgnY0gmlwhKwSBMSKbXVsdGlhZGRyc5YACASsEgTEBslRAAoErBIExAbJUt0DgnJzhQADAQAAiXNlY3AyNTZrMaEChaYHQz4CK5phkOJiaaQg0mAcnb4iX0wciwCTXDZ1oSyDdGNwgslRg3VkcILJU4V3YWt1MgU --filternode=/ip4/172.18.4.196/tcp/51537/p2p/16Uiu2HAm4RP3HGYDHztAKTEAqiySMhGYKLiADbZ1pjv3HggLM7JB
|
|
2026-03-03 04:33:24.190 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.101.14 waku fe6b2f71bed570ff6380318c0fa8ba74ef42e3f39d822f4733e242171fce5c04
|
|
2026-03-03 04:33:24.216 DEBUG [src.node.docker_mananger] Container started with ID fe6b2f71bed5. Setting up logs at ./log/docker/node2_2026-03-03_04-33-22__f4a3efe2-f4cd-4bc2-ae68-1ba244f8de0d__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:33:24.216 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63045
|
|
2026-03-03 04:33:24.216 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:33:25.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:25.219 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"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-03 04:33:25.220 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:33:25.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:25.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.101.14/tcp/63046/p2p/16Uiu2HAm9QmXKX1bCsQAvh3YFjkNrK85Kwp2csSMuBWNAxhJyUVk","/ip4/172.18.101.14/tcp/63047/ws/p2p/16Uiu2HAm9QmXKX1bCsQAvh3YFjkNrK85Kwp2csSMuBWNAxhJyUVk"],"enrUri":"enr:-L24QJV40gCoxK7gAxyZ0jRWtzVvRA715wOoQxGOmYc3uJ9Nbni-ajH57YgV9UnLxV71jDW1Pli9rpL0omXeUGs0Mh0CgmlkgnY0gmlwhKwSZQ6KbXVsdGlhZGRyc5YACASsEmUOBvZGAAoErBJlDgb2R90DgnJzhQADAQAAiXNlY3AyNTZrMaECz8hN5Zu2Puh_ynGUB16uGh1fnwdtWfBcnijDFDImpl-DdGNwgvZGg3VkcIL2SIV3YWt1MgA"}'
|
|
2026-03-03 04:33:25.222 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:33:25.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.4.196/tcp/51537/p2p/16Uiu2HAm4RP3HGYDHztAKTEAqiySMhGYKLiADbZ1pjv3HggLM7JB"]'
|
|
2026-03-03 04:33:25.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:25.255 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-03 04:33:25.257 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-03 04:33:25.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:25.272 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "24020548-56f2-4ef5-97e9-b53a382d6377", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"24020548-56f2-4ef5-97e9-b53a382d6377","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.295 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.304 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.313 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.321 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.321 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.330 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.375 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.385 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.435 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.446 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.467 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.490 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.512 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.538 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.550 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.562 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.563 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:25.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:25.588 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
|
|
2026-03-03 04:33:25.588 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:25.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:25.601 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:25.701 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:25.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:25.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1772512405588488295,"ephemeral":false}]'
|
|
2026-03-03 04:33:25.705 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
|
|
2026-03-03 04:33:25.706 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:25.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:25.716 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:25.817 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:25.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:25.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1772512405706171120,"ephemeral":false}]'
|
|
2026-03-03 04:33:25.822 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
|
|
2026-03-03 04:33:25.822 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:25.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:25.833 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:25.933 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:25.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:25.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1772512405822241412,"ephemeral":false}]'
|
|
2026-03-03 04:33:25.938 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
|
|
2026-03-03 04:33:25.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:25.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:25.950 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:26.050 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:26.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:26.053 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1772512405939111004,"ephemeral":false}]'
|
|
2026-03-03 04:33:26.055 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
|
|
2026-03-03 04:33:26.055 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:26.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:26.066 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:26.166 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:26.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:26.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1772512406055380744,"ephemeral":false}]'
|
|
2026-03-03 04:33:26.170 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
|
|
2026-03-03 04:33:26.171 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:26.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:26.181 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:26.281 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:26.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:26.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1772512406171111988,"ephemeral":false}]'
|
|
2026-03-03 04:33:26.286 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
|
|
2026-03-03 04:33:26.286 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:26.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:26.297 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:26.397 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:26.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:26.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1772512406286411925,"ephemeral":false}]'
|
|
2026-03-03 04:33:26.401 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
|
|
2026-03-03 04:33:26.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:26.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:26.412 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:26.512 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:26.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:26.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1772512406402023904,"ephemeral":false}]'
|
|
2026-03-03 04:33:26.517 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
|
|
2026-03-03 04:33:26.517 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:26.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:26.528 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:26.628 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:26.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:26.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1772512406517353822,"ephemeral":false}]'
|
|
2026-03-03 04:33:26.633 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
|
|
2026-03-03 04:33:26.633 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:26.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:26.644 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:26.744 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:26.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:26.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1772512406633489746,"ephemeral":false}]'
|
|
2026-03-03 04:33:26.748 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
|
|
2026-03-03 04:33:26.749 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:26.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:26.759 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:26.860 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:26.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:26.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1772512406748998591,"ephemeral":false}]'
|
|
2026-03-03 04:33:26.864 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
|
|
2026-03-03 04:33:26.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:26.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:26.875 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:26.975 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:26.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:26.978 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1772512406864541333,"ephemeral":false}]'
|
|
2026-03-03 04:33:26.980 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
|
|
2026-03-03 04:33:26.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:26.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:26.991 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:27.091 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:27.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:27.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1772512406980357754,"ephemeral":false}]'
|
|
2026-03-03 04:33:27.095 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
|
|
2026-03-03 04:33:27.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:27.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:27.106 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:27.207 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:27.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:27.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1772512407095805560,"ephemeral":false}]'
|
|
2026-03-03 04:33:27.211 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
|
|
2026-03-03 04:33:27.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:27.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:27.222 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:27.322 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:27.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:27.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1772512407211693864,"ephemeral":false}]'
|
|
2026-03-03 04:33:27.326 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
|
|
2026-03-03 04:33:27.326 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:27.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:27.337 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:27.437 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:27.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:27.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1772512407326695800,"ephemeral":false}]'
|
|
2026-03-03 04:33:27.442 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
|
|
2026-03-03 04:33:27.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:27.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:27.453 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:27.553 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:27.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:27.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1772512407442458327,"ephemeral":false}]'
|
|
2026-03-03 04:33:27.557 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
|
|
2026-03-03 04:33:27.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:27.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:27.568 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:27.669 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:27.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:27.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1772512407558053454,"ephemeral":false}]'
|
|
2026-03-03 04:33:27.673 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
|
|
2026-03-03 04:33:27.673 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:27.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:27.684 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:27.784 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:27.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:27.787 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1772512407673802149,"ephemeral":false}]'
|
|
2026-03-03 04:33:27.788 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
|
|
2026-03-03 04:33:27.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:27.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:27.799 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:27.899 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:27.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:27.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1772512407789155780,"ephemeral":false}]'
|
|
2026-03-03 04:33:27.904 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
|
|
2026-03-03 04:33:27.904 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:27.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:27.914 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:28.014 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:28.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:28.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1772512407904319908,"ephemeral":false}]'
|
|
2026-03-03 04:33:28.019 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
|
|
2026-03-03 04:33:28.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:28.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:28.031 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:28.131 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:28.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:28.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1772512408019282100,"ephemeral":false}]'
|
|
2026-03-03 04:33:28.135 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
|
|
2026-03-03 04:33:28.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:28.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:28.146 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:28.246 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:28.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:28.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1772512408136067268,"ephemeral":false}]'
|
|
2026-03-03 04:33:28.250 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
|
|
2026-03-03 04:33:28.251 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:28.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:28.261 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:28.361 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:28.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:28.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1772512408251111589,"ephemeral":false}]'
|
|
2026-03-03 04:33:28.365 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
|
|
2026-03-03 04:33:28.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:28.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:28.376 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:28.476 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:28.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:28.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1772512408366118415,"ephemeral":false}]'
|
|
2026-03-03 04:33:28.481 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
|
|
2026-03-03 04:33:28.481 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:28.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:28.492 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:28.592 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:28.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:28.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1772512408481552997,"ephemeral":false}]'
|
|
2026-03-03 04:33:28.597 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
|
|
2026-03-03 04:33:28.597 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:28.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:28.608 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:28.708 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:28.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:28.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1772512408597421398,"ephemeral":false}]'
|
|
2026-03-03 04:33:28.712 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
|
|
2026-03-03 04:33:28.713 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:28.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:28.723 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:28.823 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:28.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:28.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1772512408713014015,"ephemeral":false}]'
|
|
2026-03-03 04:33:28.828 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
|
|
2026-03-03 04:33:28.828 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:33:28.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:28.839 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:33:28.939 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:33:28.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63045/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:28.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1772512408828460578,"ephemeral":false}]'
|
|
2026-03-03 04:33:28.943 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63045/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:28.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-03 04:33:28.964 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:33:28.965 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:33:28.965 DEBUG [src.node.waku_node] Stopping container with id 31c6716d4002
|
|
2026-03-03 04:33:29.435 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:33:29.437 DEBUG [src.node.waku_node] Stopping container with id fe6b2f71bed5
|
|
2026-03-03 04:33:29.935 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:33:29.937 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:33:29.962 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:33:29.981 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:33:29.981 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-03 04:33:29.981 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-03 04:33:29.982 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-03_04-33-22__f4a3efe2-f4cd-4bc2-ae68-1ba244f8de0d__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:33:29.982 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-03_04-33-22__f4a3efe2-f4cd-4bc2-ae68-1ba244f8de0d__wakuorg_nwaku:latest.log
|