2026-02-25 07:41:35 +00:00

85 lines
15 KiB
Plaintext

2026-02-25 07:25:18.729 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-25 07:25:18.730 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_from_all_subscribed_content_topics with id: 2026-02-25_07-25-18__95ee1280-4e55-4e2e-aa6a-7ee44b5280f4
2026-02-25 07:25:18.730 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-25 07:25:18.731 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-02-25 07:25:18.731 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
2026-02-25 07:25:18.741 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 07:25:18.741 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_07-25-18__95ee1280-4e55-4e2e-aa6a-7ee44b5280f4__wakuorg_nwaku:latest.log
2026-02-25 07:25:18.741 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 07:25:18.741 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 07:25:18.742 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 07:25:18.742 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.169.28
2026-02-25 07:25:18.742 DEBUG [src.node.docker_mananger] Generated ports ['58533', '58534', '58535', '58536', '58537']
2026-02-25 07:25:18.743 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 07:25:18.743 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 07:25:18.743 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 07:25:18.743 DEBUG [src.node.docker_mananger] docker run -i -t -p 58533:58533 -p 58534:58534 -p 58535:58535 -p 58536:58536 -p 58537:58537 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=58535 --rest-port=58533 --tcp-port=58534 --discv5-udp-port=58536 --rest-address=0.0.0.0 --nat=extip:172.18.169.28 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aacb756459ee135fee7fbe1ffdae11e96e161adcba68e8bd93d73bacbb5faf84 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58537 --metrics-logging=true --relay=true --filter=true
2026-02-25 07:25:18.921 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.169.28 waku 7a7893d85f25a1da479ca114a6fc87c29e01da57773efb8e40cd4eb9fdb51517
2026-02-25 07:25:18.952 DEBUG [src.node.docker_mananger] Container started with ID 7a7893d85f25. Setting up logs at ./log/docker/node1_2026-02-25_07-25-18__95ee1280-4e55-4e2e-aa6a-7ee44b5280f4__wakuorg_nwaku:latest.log
2026-02-25 07:25:18.953 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58533
2026-02-25 07:25:18.953 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 07:25:19.016 ERROR [src.node.docker_mananger] Max retries reached for container c5e856715b7b. Exiting log stream.
2026-02-25 07:25:19.550 ERROR [src.node.docker_mananger] Max retries reached for container 9455b63ea48b. Exiting log stream.
2026-02-25 07:25:19.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58533/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 07:25:19.956 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-02-25 07:25:19.956 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 07:25:19.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58533/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 07:25:19.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.169.28/tcp/58534/p2p/16Uiu2HAm1FEB7N9gydChwKCU2dZwSea8Sm35aGKthWTrcjmEe2hm","/ip4/172.18.169.28/tcp/58535/ws/p2p/16Uiu2HAm1FEB7N9gydChwKCU2dZwSea8Sm35aGKthWTrcjmEe2hm"],"enrUri":"enr:-L24QDhDIxSQhpZztI9pHW3KJntgUQLdbi5wbSBu0zW_pU2oFvD7Tf2aXI4Yjt7kojCBMPGPMO0TxXeHXNUUKub6droCgmlkgnY0gmlwhKwSqRyKbXVsdGlhZGRyc5YACASsEqkcBuSmAAoErBKpHAbkp90DgnJzhQADAQAAiXNlY3AyNTZrMaECVnkiw6ghMS0Y7XoE0EvT5gP1kgDi1zd-O2K8rSDkjniDdGNwguSmg3VkcILkqIV3YWt1MgU"}'
2026-02-25 07:25:19.959 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 07:25:19.959 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
2026-02-25 07:25:19.965 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 07:25:19.965 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_07-25-18__95ee1280-4e55-4e2e-aa6a-7ee44b5280f4__wakuorg_nwaku:latest.log
2026-02-25 07:25:19.966 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 07:25:19.966 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 07:25:19.967 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 07:25:19.967 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.197.171
2026-02-25 07:25:19.967 DEBUG [src.node.docker_mananger] Generated ports ['64858', '64859', '64860', '64861', '64862']
2026-02-25 07:25:19.967 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 07:25:19.967 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 07:25:19.968 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 07:25:19.968 DEBUG [src.node.docker_mananger] docker run -i -t -p 64858:64858 -p 64859:64859 -p 64860:64860 -p 64861:64861 -p 64862:64862 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=64860 --rest-port=64858 --tcp-port=64859 --discv5-udp-port=64861 --rest-address=0.0.0.0 --nat=extip:172.18.197.171 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a2d6bdedbfccd1c33f2fe0b15150fa962b6ba7bb2cc5de9fe7ae4dd1db0fafd6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64862 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QDhDIxSQhpZztI9pHW3KJntgUQLdbi5wbSBu0zW_pU2oFvD7Tf2aXI4Yjt7kojCBMPGPMO0TxXeHXNUUKub6droCgmlkgnY0gmlwhKwSqRyKbXVsdGlhZGRyc5YACASsEqkcBuSmAAoErBKpHAbkp90DgnJzhQADAQAAiXNlY3AyNTZrMaECVnkiw6ghMS0Y7XoE0EvT5gP1kgDi1zd-O2K8rSDkjniDdGNwguSmg3VkcILkqIV3YWt1MgU --filternode=/ip4/172.18.169.28/tcp/58534/p2p/16Uiu2HAm1FEB7N9gydChwKCU2dZwSea8Sm35aGKthWTrcjmEe2hm
2026-02-25 07:25:20.158 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.197.171 waku af95eef9ced7919077bc2dacbbb9407d8d56499403d55665e489c5a6dc2aa578
2026-02-25 07:25:20.188 DEBUG [src.node.docker_mananger] Container started with ID af95eef9ced7. Setting up logs at ./log/docker/node2_2026-02-25_07-25-18__95ee1280-4e55-4e2e-aa6a-7ee44b5280f4__wakuorg_nwaku:latest.log
2026-02-25 07:25:20.189 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64858
2026-02-25 07:25:20.189 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 07:25:21.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64858/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 07:25:21.193 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-02-25 07:25:21.193 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 07:25:21.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64858/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 07:25:21.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.197.171/tcp/64859/p2p/16Uiu2HAm6ERF3Ws57FYq2bxQTivJkPsemcHUmEX68HviRJnyiyPo","/ip4/172.18.197.171/tcp/64860/ws/p2p/16Uiu2HAm6ERF3Ws57FYq2bxQTivJkPsemcHUmEX68HviRJnyiyPo"],"enrUri":"enr:-L24QONxcWhSnRVa_lbynjZ8FZA60US-c4JlKbmow5rbRbNtEp1bvOQW-sWX_PsPfcNMnBQ_Zk6XA50dMRZhZFyLY8gCgmlkgnY0gmlwhKwSxauKbXVsdGlhZGRyc5YACASsEsWrBv1bAAoErBLFqwb9XN0DgnJzhQADAQAAiXNlY3AyNTZrMaECoI6BCScA2og3OvPmhsM5Fh-ffnM1CudWbQKiWf83d1KDdGNwgv1bg3VkcIL9XYV3YWt1MgA"}'
2026-02-25 07:25:21.195 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 07:25:21.195 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64858/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.169.28/tcp/58534/p2p/16Uiu2HAm1FEB7N9gydChwKCU2dZwSea8Sm35aGKthWTrcjmEe2hm"]'
2026-02-25 07:25:21.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 07:25:21.227 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
2026-02-25 07:25:21.227 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58533/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-25 07:25:21.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 07:25:21.244 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64858/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "45930357-a063-4ec7-bae1-4d612444f8da", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-02-25 07:25:21.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"45930357-a063-4ec7-bae1-4d612444f8da","statusDesc":"OK"}'
2026-02-25 07:25:21.258 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58533/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-25 07:25:21.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 07:25:21.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64858/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "4aebe1d4-f547-4946-9ece-6e18f0198ca1", "contentFilters": ["Hello World!", "1234567890"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-02-25 07:25:21.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"4aebe1d4-f547-4946-9ece-6e18f0198ca1","statusDesc":"OK"}'
2026-02-25 07:25:21.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58533/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1234567890", "timestamp": '$(date +%s%N)'}'
2026-02-25 07:25:21.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 07:25:21.278 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-02-25 07:25:21.378 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-02-25 07:25:21.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64858/filter/v2/messages/1234567890" -H "Content-Type: application/json" -d 'None'
2026-02-25 07:25:21.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1234567890","version":0,"timestamp":1772004321270926939,"ephemeral":false}]'
2026-02-25 07:25:21.383 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:64858/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["Hello World!", "1234567890"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-02-25 07:25:21.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-02-25 07:25:21.392 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58533/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1234567890", "timestamp": '$(date +%s%N)'}'
2026-02-25 07:25:21.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 07:25:21.395 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-02-25 07:25:21.495 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-02-25 07:25:21.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64858/filter/v2/messages/1234567890" -H "Content-Type: application/json" -d 'None'
2026-02-25 07:25:21.498 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:64858/filter/v2/messages/1234567890. Response content: b'Not subscribed to topic: 1234567890'
2026-02-25 07:25:21.501 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-25 07:25:21.502 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-25 07:25:21.502 DEBUG [src.node.waku_node] Stopping container with id 7a7893d85f25
2026-02-25 07:25:22.036 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 07:25:22.036 DEBUG [src.node.waku_node] Stopping container with id af95eef9ced7
2026-02-25 07:25:22.534 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 07:25:22.535 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-25 07:25:22.543 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 07:25:22.548 DEBUG [src.node.docker_mananger] No errors found in the waku logs.