mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
667 lines
110 KiB
Plaintext
667 lines
110 KiB
Plaintext
2026-03-12 04:32:55.304 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-12 04:32:55.305 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-03-12_04-32-55__f4e6bfce-0f85-4a5f-9e71-7c462c5a2476
|
|
2026-03-12 04:32:55.305 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-12 04:32:55.305 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-12 04:32:55.305 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-12 04:32:55.312 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-12 04:32:55.312 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-12_04-32-55__f4e6bfce-0f85-4a5f-9e71-7c462c5a2476__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:32:55.313 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-12 04:32:55.313 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-12 04:32:55.314 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-12 04:32:55.314 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.255.49
|
|
2026-03-12 04:32:55.315 DEBUG [src.node.docker_mananger] Generated ports ['36038', '36039', '36040', '36041', '36042']
|
|
2026-03-12 04:32:55.315 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-12 04:32:55.315 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-12 04:32:55.315 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-12 04:32:55.315 DEBUG [src.node.docker_mananger] docker run -i -t -p 36038:36038 -p 36039:36039 -p 36040:36040 -p 36041:36041 -p 36042:36042 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=36040 --rest-port=36038 --tcp-port=36039 --discv5-udp-port=36041 --rest-address=0.0.0.0 --nat=extip:172.18.255.49 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3cfefb3fa3ae0e3e818c00e2050ee5c964b85cbd48740d7f455e80fddd00ec26 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36042 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-12 04:32:55.514 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.255.49 waku 32f97d7da403138f3aa1a99d2d4e5f4678cc665954fcf5e5b0985587103beeff
|
|
2026-03-12 04:32:55.548 DEBUG [src.node.docker_mananger] Container started with ID 32f97d7da403. Setting up logs at ./log/docker/node1_2026-03-12_04-32-55__f4e6bfce-0f85-4a5f-9e71-7c462c5a2476__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:32:55.549 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36038
|
|
2026-03-12 04:32:55.549 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-12 04:32:55.561 ERROR [src.node.docker_mananger] Max retries reached for container 219e4e2cc12f. Exiting log stream.
|
|
2026-03-12 04:32:56.095 ERROR [src.node.docker_mananger] Max retries reached for container e7d18ccb0130. Exiting log stream.
|
|
2026-03-12 04:32:56.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36038/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:56.553 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-12 04:32:56.553 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-12 04:32:56.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36038/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:56.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.255.49/tcp/36039/p2p/16Uiu2HAm6uq9rPnBWBy5BM4wqAEV96uoMHZwJiaE5VAj4xveDnHC","/ip4/172.18.255.49/tcp/36040/ws/p2p/16Uiu2HAm6uq9rPnBWBy5BM4wqAEV96uoMHZwJiaE5VAj4xveDnHC"],"enrUri":"enr:-L24QL8MF3sVpFqP2oX7oYpepVcs5XaycpJ6m_XPS68HQ3dEV21ToJVadMHe43k7e04agybrbzlmX146LAUvUMW4ePMCgmlkgnY0gmlwhKwS_zGKbXVsdGlhZGRyc5YACASsEv8xBozHAAoErBL_MQaMyN0DgnJzhQADAQAAiXNlY3AyNTZrMaECqqcw901mbiUjUlo40Q8pkNeuIrzC8_TKN9gEbQb01Y-DdGNwgozHg3VkcIKMyYV3YWt1MgU"}'
|
|
2026-03-12 04:32:56.556 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-12 04:32:56.556 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-12 04:32:56.563 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-12 04:32:56.563 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-12_04-32-55__f4e6bfce-0f85-4a5f-9e71-7c462c5a2476__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:32:56.563 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-12 04:32:56.563 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-12 04:32:56.565 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-12 04:32:56.565 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.101.18
|
|
2026-03-12 04:32:56.565 DEBUG [src.node.docker_mananger] Generated ports ['49022', '49023', '49024', '49025', '49026']
|
|
2026-03-12 04:32:56.565 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-12 04:32:56.566 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-12 04:32:56.566 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-12 04:32:56.566 DEBUG [src.node.docker_mananger] docker run -i -t -p 49022:49022 -p 49023:49023 -p 49024:49024 -p 49025:49025 -p 49026:49026 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=49024 --rest-port=49022 --tcp-port=49023 --discv5-udp-port=49025 --rest-address=0.0.0.0 --nat=extip:172.18.101.18 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=af6ab617fab299b68c0ddb79caedeec0a4cd0ef6ca8d1ddb9cfaae12a9aadbf6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49026 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QL8MF3sVpFqP2oX7oYpepVcs5XaycpJ6m_XPS68HQ3dEV21ToJVadMHe43k7e04agybrbzlmX146LAUvUMW4ePMCgmlkgnY0gmlwhKwS_zGKbXVsdGlhZGRyc5YACASsEv8xBozHAAoErBL_MQaMyN0DgnJzhQADAQAAiXNlY3AyNTZrMaECqqcw901mbiUjUlo40Q8pkNeuIrzC8_TKN9gEbQb01Y-DdGNwgozHg3VkcIKMyYV3YWt1MgU --filternode=/ip4/172.18.255.49/tcp/36039/p2p/16Uiu2HAm6uq9rPnBWBy5BM4wqAEV96uoMHZwJiaE5VAj4xveDnHC
|
|
2026-03-12 04:32:56.764 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.101.18 waku 67f53f3d1ed7df954e7d57eaf19c3f3cdf32259eb83b653a3d62eb94ce1bb620
|
|
2026-03-12 04:32:56.799 DEBUG [src.node.docker_mananger] Container started with ID 67f53f3d1ed7. Setting up logs at ./log/docker/node2_2026-03-12_04-32-55__f4e6bfce-0f85-4a5f-9e71-7c462c5a2476__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:32:56.799 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49022
|
|
2026-03-12 04:32:56.799 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-12 04:32:57.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:57.803 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-12 04:32:57.803 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-12 04:32:57.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:57.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.101.18/tcp/49023/p2p/16Uiu2HAmJ1oeVSmWNwmF86wc1LM5xqcGANHgWe1NcArTZbyE6Mud","/ip4/172.18.101.18/tcp/49024/ws/p2p/16Uiu2HAmJ1oeVSmWNwmF86wc1LM5xqcGANHgWe1NcArTZbyE6Mud"],"enrUri":"enr:-L24QAuvq0fcGCM-jEllj3BEqJef2qZqMLlMU5cCeS4GiHSSUQRKB6HiHbJphaFCk07qeA0P9vTgsAWktK4xdljof54CgmlkgnY0gmlwhKwSZRKKbXVsdGlhZGRyc5YACASsEmUSBr9_AAoErBJlEga_gN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDT5-HewutWecMcBimiNYLMbouuEb6vusN6WKUzsP43tSDdGNwgr9_g3VkcIK_gYV3YWt1MgA"}'
|
|
2026-03-12 04:32:57.806 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-12 04:32:57.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.255.49/tcp/36039/p2p/16Uiu2HAm6uq9rPnBWBy5BM4wqAEV96uoMHZwJiaE5VAj4xveDnHC"]'
|
|
2026-03-12 04:32:57.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:32:57.845 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-12 04:32:57.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-12 04:32:57.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:32:57.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "8a4c0354-87cb-4b9b-8f6a-3c807cb47bc5", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:57.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"8a4c0354-87cb-4b9b-8f6a-3c807cb47bc5","statusDesc":"OK"}'
|
|
2026-03-12 04:32:57.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:57.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:57.892 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:57.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:57.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:57.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:57.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:57.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:57.922 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:57.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:57.933 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:57.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:57.945 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:57.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:57.956 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:57.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:57.966 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:57.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:57.977 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:57.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:57.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:57.999 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:57.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:58.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:58.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:58.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:58.024 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:58.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:58.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:58.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:58.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:58.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:58.059 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:58.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:58.072 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:58.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:58.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:58.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:58.097 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:58.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:58.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:58.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:58.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:58.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:58.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:58.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:58.153 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:58.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:58.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:58.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:58.182 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:58.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:58.197 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:58.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:58.213 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:58.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:58.227 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:32:58.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:32:58.242 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
|
|
2026-03-12 04:32:58.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:32:58.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:32:58.258 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:32:58.359 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:32:58.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:58.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1773289978243110145,"ephemeral":false}]'
|
|
2026-03-12 04:32:58.364 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
|
|
2026-03-12 04:32:58.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:32:58.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:32:58.375 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:32:58.476 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:32:58.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:58.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1773289978364386329,"ephemeral":false}]'
|
|
2026-03-12 04:32:58.481 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
|
|
2026-03-12 04:32:58.481 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:32:58.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:32:58.493 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:32:58.593 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:32:58.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:58.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1773289978481285649,"ephemeral":false}]'
|
|
2026-03-12 04:32:58.598 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
|
|
2026-03-12 04:32:58.598 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:32:58.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:32:58.610 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:32:58.710 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:32:58.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:58.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1773289978598580051,"ephemeral":false}]'
|
|
2026-03-12 04:32:58.714 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
|
|
2026-03-12 04:32:58.715 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:32:58.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:32:58.727 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:32:58.827 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:32:58.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:58.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1773289978715211418,"ephemeral":false}]'
|
|
2026-03-12 04:32:58.831 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
|
|
2026-03-12 04:32:58.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:32:58.843 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:32:58.843 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:32:58.944 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:32:58.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:58.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1773289978832023857,"ephemeral":false}]'
|
|
2026-03-12 04:32:58.948 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
|
|
2026-03-12 04:32:58.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:32:58.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:32:58.960 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:32:59.060 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:32:59.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:59.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1773289978948447461,"ephemeral":false}]'
|
|
2026-03-12 04:32:59.065 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
|
|
2026-03-12 04:32:59.065 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:32:59.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:32:59.076 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:32:59.177 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:32:59.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:59.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1773289979065427227,"ephemeral":false}]'
|
|
2026-03-12 04:32:59.181 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
|
|
2026-03-12 04:32:59.182 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:32:59.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:32:59.193 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:32:59.294 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:32:59.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:59.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1773289979182079495,"ephemeral":false}]'
|
|
2026-03-12 04:32:59.298 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
|
|
2026-03-12 04:32:59.299 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:32:59.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:32:59.310 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:32:59.411 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:32:59.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:59.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1773289979298894454,"ephemeral":false}]'
|
|
2026-03-12 04:32:59.415 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
|
|
2026-03-12 04:32:59.416 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:32:59.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:32:59.428 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:32:59.528 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:32:59.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:59.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1773289979416203460,"ephemeral":false}]'
|
|
2026-03-12 04:32:59.533 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
|
|
2026-03-12 04:32:59.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:32:59.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:32:59.545 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:32:59.645 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:32:59.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:59.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1773289979533307429,"ephemeral":false}]'
|
|
2026-03-12 04:32:59.650 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
|
|
2026-03-12 04:32:59.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:32:59.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:32:59.662 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:32:59.762 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:32:59.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:59.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1773289979650344101,"ephemeral":false}]'
|
|
2026-03-12 04:32:59.767 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
|
|
2026-03-12 04:32:59.767 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:32:59.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:32:59.779 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:32:59.879 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:32:59.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:59.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1773289979767468302,"ephemeral":false}]'
|
|
2026-03-12 04:32:59.883 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
|
|
2026-03-12 04:32:59.884 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:32:59.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:32:59.895 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:32:59.995 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:32:59.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:32:59.998 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1773289979883867927,"ephemeral":false}]'
|
|
2026-03-12 04:32:59.999 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
|
|
2026-03-12 04:32:59.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:00.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:00.011 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:00.111 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:00.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:00.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1773289979999799315,"ephemeral":false}]'
|
|
2026-03-12 04:33:00.116 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
|
|
2026-03-12 04:33:00.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:00.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:00.129 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:00.229 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:00.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:00.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1773289980116902285,"ephemeral":false}]'
|
|
2026-03-12 04:33:00.234 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
|
|
2026-03-12 04:33:00.234 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:00.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:00.246 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:00.346 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:00.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:00.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1773289980234456573,"ephemeral":false}]'
|
|
2026-03-12 04:33:00.351 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
|
|
2026-03-12 04:33:00.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:00.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:00.364 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:00.464 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:00.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:00.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1773289980351916057,"ephemeral":false}]'
|
|
2026-03-12 04:33:00.469 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
|
|
2026-03-12 04:33:00.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:00.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:00.482 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:00.583 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:00.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:00.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1773289980469739875,"ephemeral":false}]'
|
|
2026-03-12 04:33:00.587 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
|
|
2026-03-12 04:33:00.588 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:00.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:00.599 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:00.700 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:00.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:00.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1773289980588133580,"ephemeral":false}]'
|
|
2026-03-12 04:33:00.704 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
|
|
2026-03-12 04:33:00.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:00.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:00.717 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:00.817 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:00.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:00.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1773289980705144803,"ephemeral":false}]'
|
|
2026-03-12 04:33:00.822 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
|
|
2026-03-12 04:33:00.823 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:00.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:00.835 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:00.935 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:00.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:00.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1773289980822914287,"ephemeral":false}]'
|
|
2026-03-12 04:33:00.940 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
|
|
2026-03-12 04:33:00.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:00.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:00.952 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:01.053 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:01.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:01.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1773289980940685689,"ephemeral":false}]'
|
|
2026-03-12 04:33:01.057 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
|
|
2026-03-12 04:33:01.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:01.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:01.070 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:01.170 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:01.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:01.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1773289981057985011,"ephemeral":false}]'
|
|
2026-03-12 04:33:01.175 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
|
|
2026-03-12 04:33:01.175 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:01.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:01.186 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:01.287 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:01.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:01.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1773289981175282913,"ephemeral":false}]'
|
|
2026-03-12 04:33:01.291 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
|
|
2026-03-12 04:33:01.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:01.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:01.303 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:01.403 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:01.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:01.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1773289981291880108,"ephemeral":false}]'
|
|
2026-03-12 04:33:01.408 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
|
|
2026-03-12 04:33:01.408 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:01.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:01.421 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:01.521 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:01.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:01.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1773289981408791137,"ephemeral":false}]'
|
|
2026-03-12 04:33:01.525 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
|
|
2026-03-12 04:33:01.525 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36038/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:01.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:01.537 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:01.637 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:01.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49022/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:01.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1773289981525747181,"ephemeral":false}]'
|
|
2026-03-12 04:33:01.642 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49022/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:01.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:01.698 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-12 04:33:01.699 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-12 04:33:01.699 DEBUG [src.node.waku_node] Stopping container with id 32f97d7da403
|
|
2026-03-12 04:33:02.247 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-12 04:33:02.249 DEBUG [src.node.waku_node] Stopping container with id 67f53f3d1ed7
|
|
2026-03-12 04:33:02.788 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-12 04:33:02.789 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-12 04:33:02.815 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-12 04:33:02.834 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-12 04:33:02.834 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-12 04:33:02.835 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-12 04:33:02.835 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-12_04-32-55__f4e6bfce-0f85-4a5f-9e71-7c462c5a2476__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:33:02.836 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-12_04-32-55__f4e6bfce-0f85-4a5f-9e71-7c462c5a2476__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:33:02.844 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-12 04:33:02.844 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-03-12_04-33-02__68bf1e37-78cc-49b4-8b86-f9635e0b3b21
|
|
2026-03-12 04:33:02.845 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-12 04:33:02.845 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-12 04:33:02.845 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-12 04:33:02.852 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-12 04:33:02.852 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-12_04-33-02__68bf1e37-78cc-49b4-8b86-f9635e0b3b21__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:33:02.852 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-12 04:33:02.852 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-12 04:33:02.854 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-12 04:33:02.854 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.35.80
|
|
2026-03-12 04:33:02.854 DEBUG [src.node.docker_mananger] Generated ports ['45994', '45995', '45996', '45997', '45998']
|
|
2026-03-12 04:33:02.854 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-12 04:33:02.854 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-12 04:33:02.855 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-12 04:33:02.855 DEBUG [src.node.docker_mananger] docker run -i -t -p 45994:45994 -p 45995:45995 -p 45996:45996 -p 45997:45997 -p 45998:45998 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=45996 --rest-port=45994 --tcp-port=45995 --discv5-udp-port=45997 --rest-address=0.0.0.0 --nat=extip:172.18.35.80 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bdb75b5a758bcfa2cff0fb440aefaa53f44fbf7aea22cea36fca6ef4da0c6f9e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45998 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-12 04:33:03.042 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.35.80 waku 080c537f0d6b122131f07eebfc1e764192a8a65b5c8bb664a656cf9750873970
|
|
2026-03-12 04:33:03.067 ERROR [src.node.docker_mananger] Max retries reached for container 32f97d7da403. Exiting log stream.
|
|
2026-03-12 04:33:03.077 DEBUG [src.node.docker_mananger] Container started with ID 080c537f0d6b. Setting up logs at ./log/docker/node1_2026-03-12_04-33-02__68bf1e37-78cc-49b4-8b86-f9635e0b3b21__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:33:03.077 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45994
|
|
2026-03-12 04:33:03.077 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-12 04:33:03.601 ERROR [src.node.docker_mananger] Max retries reached for container 67f53f3d1ed7. Exiting log stream.
|
|
2026-03-12 04:33:04.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45994/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:04.082 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-12 04:33:04.082 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-12 04:33:04.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45994/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:04.085 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.35.80/tcp/45995/p2p/16Uiu2HAkz9aoL1ufaKp2zF15xSPqUcjf6tZUNbcsHa6rgyQMwpPh","/ip4/172.18.35.80/tcp/45996/ws/p2p/16Uiu2HAkz9aoL1ufaKp2zF15xSPqUcjf6tZUNbcsHa6rgyQMwpPh"],"enrUri":"enr:-L24QM37WadeJovX-8O8fgkQDXRk35EDaa9vTWt-23FSdSTfEpyvHwoGfqckVansSflbfW-FZ42EaRSihn4Hp0N4_nECgmlkgnY0gmlwhKwSI1CKbXVsdGlhZGRyc5YACASsEiNQBrOrAAoErBIjUAazrN0DgnJzhQADAQAAiXNlY3AyNTZrMaECRitIvoyPJieOexJePaJvPXriEFJraMuVnQibKMqYuFCDdGNwgrOrg3VkcIKzrYV3YWt1MgU"}'
|
|
2026-03-12 04:33:04.085 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-12 04:33:04.086 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-12 04:33:04.093 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-12 04:33:04.093 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-12_04-33-02__68bf1e37-78cc-49b4-8b86-f9635e0b3b21__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:33:04.093 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-12 04:33:04.093 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-12 04:33:04.095 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-12 04:33:04.095 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.79.223
|
|
2026-03-12 04:33:04.095 DEBUG [src.node.docker_mananger] Generated ports ['17973', '17974', '17975', '17976', '17977']
|
|
2026-03-12 04:33:04.095 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-12 04:33:04.095 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-12 04:33:04.095 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-12 04:33:04.096 DEBUG [src.node.docker_mananger] docker run -i -t -p 17973:17973 -p 17974:17974 -p 17975:17975 -p 17976:17976 -p 17977:17977 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=17975 --rest-port=17973 --tcp-port=17974 --discv5-udp-port=17976 --rest-address=0.0.0.0 --nat=extip:172.18.79.223 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d5cf6e2f2995e4debecce45861a358a597b59bf8407777dcbe88894aecf216fe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17977 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QM37WadeJovX-8O8fgkQDXRk35EDaa9vTWt-23FSdSTfEpyvHwoGfqckVansSflbfW-FZ42EaRSihn4Hp0N4_nECgmlkgnY0gmlwhKwSI1CKbXVsdGlhZGRyc5YACASsEiNQBrOrAAoErBIjUAazrN0DgnJzhQADAQAAiXNlY3AyNTZrMaECRitIvoyPJieOexJePaJvPXriEFJraMuVnQibKMqYuFCDdGNwgrOrg3VkcIKzrYV3YWt1MgU --filternode=/ip4/172.18.35.80/tcp/45995/p2p/16Uiu2HAkz9aoL1ufaKp2zF15xSPqUcjf6tZUNbcsHa6rgyQMwpPh
|
|
2026-03-12 04:33:04.294 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.79.223 waku 76f961f9c5dd35c74cda03f71c7ff4785b80985ac510fbff40f8dc3868950129
|
|
2026-03-12 04:33:04.327 DEBUG [src.node.docker_mananger] Container started with ID 76f961f9c5dd. Setting up logs at ./log/docker/node2_2026-03-12_04-33-02__68bf1e37-78cc-49b4-8b86-f9635e0b3b21__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:33:04.328 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17973
|
|
2026-03-12 04:33:04.329 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-12 04:33:05.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:05.333 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-12 04:33:05.333 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-12 04:33:05.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:05.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.79.223/tcp/17974/p2p/16Uiu2HAkwZpuHcxgt9vXSQWERVisx4WdcCajNwE5CesnABT9qh2C","/ip4/172.18.79.223/tcp/17975/ws/p2p/16Uiu2HAkwZpuHcxgt9vXSQWERVisx4WdcCajNwE5CesnABT9qh2C"],"enrUri":"enr:-L24QGUsAGLOvou0KXtnRlmpkeU_jqB2CUS-p8o0TDE8H374IaSEohIJauzaqQJgqOrGRgS9LfpROW-9EePBZMoCW2wCgmlkgnY0gmlwhKwST9-KbXVsdGlhZGRyc5YACASsEk_fBkY2AAoErBJP3wZGN90DgnJzhQADAQAAiXNlY3AyNTZrMaECH84b2weC3eBaGTAYsFEGJE2OmGFBmk-Bm5khhCQ0OiWDdGNwgkY2g3VkcIJGOIV3YWt1MgA"}'
|
|
2026-03-12 04:33:05.335 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-12 04:33:05.336 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.35.80/tcp/45995/p2p/16Uiu2HAkz9aoL1ufaKp2zF15xSPqUcjf6tZUNbcsHa6rgyQMwpPh"]'
|
|
2026-03-12 04:33:05.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:05.373 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-12 04:33:05.373 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-12 04:33:05.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:05.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "835e53a4-d473-4439-a721-32587a939c8c", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"835e53a4-d473-4439-a721-32587a939c8c","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.431 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.450 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.451 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.462 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.483 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.504 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.516 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.527 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.538 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.549 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.561 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.572 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.573 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.585 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.597 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.611 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.662 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.675 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.689 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.717 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.731 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.745 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:05.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:05.759 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
|
|
2026-03-12 04:33:05.760 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:05.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:05.775 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:05.875 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:05.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:05.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1773289985759977336,"ephemeral":false}]'
|
|
2026-03-12 04:33:05.879 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
|
|
2026-03-12 04:33:05.880 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:05.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:05.891 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:05.992 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:05.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:05.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1773289985879943634,"ephemeral":false}]'
|
|
2026-03-12 04:33:05.996 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
|
|
2026-03-12 04:33:05.996 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:06.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:06.008 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:06.108 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:06.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:06.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1773289985996807075,"ephemeral":false}]'
|
|
2026-03-12 04:33:06.113 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
|
|
2026-03-12 04:33:06.114 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:06.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:06.126 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:06.226 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:06.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:06.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1773289986114015805,"ephemeral":false}]'
|
|
2026-03-12 04:33:06.230 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
|
|
2026-03-12 04:33:06.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:06.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:06.242 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:06.343 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:06.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:06.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1773289986230939739,"ephemeral":false}]'
|
|
2026-03-12 04:33:06.347 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
|
|
2026-03-12 04:33:06.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:06.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:06.358 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:06.459 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:06.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:06.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1773289986347237242,"ephemeral":false}]'
|
|
2026-03-12 04:33:06.463 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
|
|
2026-03-12 04:33:06.463 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:06.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:06.475 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:06.575 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:06.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:06.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1773289986463711706,"ephemeral":false}]'
|
|
2026-03-12 04:33:06.580 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
|
|
2026-03-12 04:33:06.580 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:06.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:06.592 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:06.692 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:06.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:06.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1773289986580468317,"ephemeral":false}]'
|
|
2026-03-12 04:33:06.697 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
|
|
2026-03-12 04:33:06.697 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:06.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:06.709 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:06.809 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:06.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:06.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1773289986697287668,"ephemeral":false}]'
|
|
2026-03-12 04:33:06.813 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
|
|
2026-03-12 04:33:06.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:06.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:06.825 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:06.926 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:06.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:06.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1773289986813879078,"ephemeral":false}]'
|
|
2026-03-12 04:33:06.930 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
|
|
2026-03-12 04:33:06.930 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:06.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:06.942 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:07.042 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:07.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:07.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1773289986930485922,"ephemeral":false}]'
|
|
2026-03-12 04:33:07.046 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
|
|
2026-03-12 04:33:07.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:07.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:07.059 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:07.159 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:07.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:07.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1773289987047125246,"ephemeral":false}]'
|
|
2026-03-12 04:33:07.164 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
|
|
2026-03-12 04:33:07.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:07.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:07.177 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:07.277 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:07.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:07.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1773289987165041876,"ephemeral":false}]'
|
|
2026-03-12 04:33:07.281 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
|
|
2026-03-12 04:33:07.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:07.293 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:07.293 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:07.394 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:07.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:07.397 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1773289987282223344,"ephemeral":false}]'
|
|
2026-03-12 04:33:07.398 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
|
|
2026-03-12 04:33:07.399 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:07.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:07.410 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:07.511 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:07.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:07.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1773289987399073343,"ephemeral":false}]'
|
|
2026-03-12 04:33:07.515 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
|
|
2026-03-12 04:33:07.516 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:07.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:07.527 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:07.628 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:07.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:07.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1773289987515912117,"ephemeral":false}]'
|
|
2026-03-12 04:33:07.632 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
|
|
2026-03-12 04:33:07.633 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:07.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:07.644 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:07.745 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:07.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:07.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1773289987632932452,"ephemeral":false}]'
|
|
2026-03-12 04:33:07.750 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
|
|
2026-03-12 04:33:07.750 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:07.762 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:07.762 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:07.862 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:07.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:07.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1773289987750374414,"ephemeral":false}]'
|
|
2026-03-12 04:33:07.867 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
|
|
2026-03-12 04:33:07.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:07.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:07.879 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:07.979 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:07.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:07.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1773289987867706008,"ephemeral":false}]'
|
|
2026-03-12 04:33:07.984 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
|
|
2026-03-12 04:33:07.985 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:07.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:07.997 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:08.097 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:08.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:08.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1773289987985112185,"ephemeral":false}]'
|
|
2026-03-12 04:33:08.102 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
|
|
2026-03-12 04:33:08.102 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:08.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:08.114 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:08.215 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:08.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:08.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1773289988102675086,"ephemeral":false}]'
|
|
2026-03-12 04:33:08.219 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
|
|
2026-03-12 04:33:08.219 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:08.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:08.232 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:08.333 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:08.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:08.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1773289988219673525,"ephemeral":false}]'
|
|
2026-03-12 04:33:08.337 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
|
|
2026-03-12 04:33:08.338 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:08.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:08.349 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:08.450 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:08.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:08.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1773289988338022139,"ephemeral":false}]'
|
|
2026-03-12 04:33:08.454 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
|
|
2026-03-12 04:33:08.454 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:08.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:08.466 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:08.566 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:08.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:08.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1773289988454818513,"ephemeral":false}]'
|
|
2026-03-12 04:33:08.571 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
|
|
2026-03-12 04:33:08.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:08.583 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:08.583 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:08.684 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:08.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:08.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1773289988572053446,"ephemeral":false}]'
|
|
2026-03-12 04:33:08.688 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
|
|
2026-03-12 04:33:08.688 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:08.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:08.700 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:08.800 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:08.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:08.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1773289988688714561,"ephemeral":false}]'
|
|
2026-03-12 04:33:08.805 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
|
|
2026-03-12 04:33:08.805 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:08.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:08.817 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:08.917 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:08.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:08.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1773289988805303223,"ephemeral":false}]'
|
|
2026-03-12 04:33:08.921 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
|
|
2026-03-12 04:33:08.922 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:08.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:08.933 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:09.034 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:09.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:09.036 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1773289988921944239,"ephemeral":false}]'
|
|
2026-03-12 04:33:09.038 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
|
|
2026-03-12 04:33:09.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45994/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:33:09.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:33:09.050 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:33:09.150 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-12 04:33:09.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17973/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:33:09.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1773289989038494357,"ephemeral":false}]'
|
|
2026-03-12 04:33:09.154 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17973/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-12 04:33:09.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-12 04:33:09.177 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-12 04:33:09.178 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-12 04:33:09.178 DEBUG [src.node.waku_node] Stopping container with id 080c537f0d6b
|
|
2026-03-12 04:33:09.782 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-12 04:33:09.783 DEBUG [src.node.waku_node] Stopping container with id 76f961f9c5dd
|
|
2026-03-12 04:33:10.368 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-12 04:33:10.371 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-12 04:33:10.393 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-12 04:33:10.414 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-12 04:33:10.416 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-12 04:33:10.416 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-12 04:33:10.417 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-12_04-33-02__68bf1e37-78cc-49b4-8b86-f9635e0b3b21__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:33:10.418 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-12_04-33-02__68bf1e37-78cc-49b4-8b86-f9635e0b3b21__wakuorg_nwaku:latest.log
|