116 lines
21 KiB
Plaintext

2025-12-11 04:12:52.414 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-11 04:12:52.415 DEBUG [tests.conftest] Running test: test_repeated_filter_requestID with id: 2025-12-11_04-12-52__0e9670d0-8af2-4ddd-b24e-ec316123a0c2
2025-12-11 04:12:52.415 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-11 04:12:52.415 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-11 04:12:52.416 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2025-12-11 04:12:52.430 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-11 04:12:52.430 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-11_04-12-52__0e9670d0-8af2-4ddd-b24e-ec316123a0c2__wakuorg_nwaku:latest.log
2025-12-11 04:12:52.439 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-11 04:12:52.440 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-11_04-12-52__0e9670d0-8af2-4ddd-b24e-ec316123a0c2__wakuorg_nwaku:latest.log
2025-12-11 04:12:52.449 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-11 04:12:52.450 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-11_04-12-52__0e9670d0-8af2-4ddd-b24e-ec316123a0c2__wakuorg_nwaku:latest.log
2025-12-11 04:12:52.450 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2025-12-11 04:12:52.450 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-11 04:12:52.451 DEBUG [tests.e2e.test_e2e] Create 3 nodes
2025-12-11 04:12:52.452 DEBUG [tests.e2e.test_e2e] Start 3 nodes with their corresponding config
2025-12-11 04:12:52.452 DEBUG [src.node.waku_node] Starting Node...
2025-12-11 04:12:52.452 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-11 04:12:52.509 DEBUG [src.node.docker_mananger] Network waku created
2025-12-11 04:12:52.510 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.134.119
2025-12-11 04:12:52.510 DEBUG [src.node.docker_mananger] Generated ports ['60426', '60427', '60428', '60429', '60430']
2025-12-11 04:12:52.510 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-11 04:12:52.510 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-11 04:12:52.511 DEBUG [src.node.waku_node] Using volumes []
2025-12-11 04:12:52.511 DEBUG [src.node.docker_mananger] docker run -i -t -p 60426:60426 -p 60427:60427 -p 60428:60428 -p 60429:60429 -p 60430:60430 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=60428 --rest-port=60426 --tcp-port=60427 --discv5-udp-port=60429 --rest-address=0.0.0.0 --nat=extip:172.18.134.119 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f5dbf691543bb7c27d502bbccede0ac9580decb3a4ab48ae8e4acfcc5feaf7a3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60430 --metrics-logging=true --relay=true --store=true
2025-12-11 04:12:55.828 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.134.119 waku 9f9ede0c0cfafcb94e83efa6596ed8bf29d611f3e6e78c2d689f09509b284586
2025-12-11 04:12:55.868 DEBUG [src.node.docker_mananger] Container started with ID 9f9ede0c0cfa. Setting up logs at ./log/docker/node1_2025-12-11_04-12-52__0e9670d0-8af2-4ddd-b24e-ec316123a0c2__wakuorg_nwaku:latest.log
2025-12-11 04:12:55.869 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60426
2025-12-11 04:12:55.871 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-11 04:12:56.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60426/health" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:12:56.876 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"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":"READY"},{"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"}]}'
2025-12-11 04:12:56.877 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-11 04:12:56.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60426/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:12:56.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.134.119/tcp/60427/p2p/16Uiu2HAmUT7CckpBtJ9aX7gTqeRzr9t1jKYjZxbCdHYJhN1mr6Wh","/ip4/172.18.134.119/tcp/60428/ws/p2p/16Uiu2HAmUT7CckpBtJ9aX7gTqeRzr9t1jKYjZxbCdHYJhN1mr6Wh"],"enrUri":"enr:-L24QOE5-62O4kyrdP8j4IrGMvoIg4Pat7LDwGpYXy0QUhocE59CpHbzji35ej6_jjlSDeEb3o6Uo9b6xpdr_HMzjuMCgmlkgnY0gmlwhKwShneKbXVsdGlhZGRyc5YACASsEoZ3BuwLAAoErBKGdwbsDN0DgnJzhQADAQAAiXNlY3AyNTZrMaED6q_EV_BcAc5hp60w4UPM2rGssE8v9nGcpoJiUva3txaDdGNwguwLg3VkcILsDYV3YWt1MgM"}'
2025-12-11 04:12:56.879 INFO [src.node.waku_node] REST service is ready !!
2025-12-11 04:12:56.880 DEBUG [src.node.waku_node] Starting Node...
2025-12-11 04:12:56.880 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-11 04:12:56.882 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-11 04:12:56.882 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.136.130
2025-12-11 04:12:56.882 DEBUG [src.node.docker_mananger] Generated ports ['24175', '24176', '24177', '24178', '24179']
2025-12-11 04:12:56.882 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-11 04:12:56.882 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-11 04:12:56.882 DEBUG [src.node.waku_node] Using volumes []
2025-12-11 04:12:56.882 DEBUG [src.node.docker_mananger] docker run -i -t -p 24175:24175 -p 24176:24176 -p 24177:24177 -p 24178:24178 -p 24179:24179 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=24177 --rest-port=24175 --tcp-port=24176 --discv5-udp-port=24178 --rest-address=0.0.0.0 --nat=extip:172.18.136.130 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aa3dbf6876a099805f7d6b15405aaf97a914b0398a9cc9adbc2a6bdd6ae14b4f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24179 --metrics-logging=true --relay=true --store=true --filter=true --discv5-bootstrap-node=enr:-L24QOE5-62O4kyrdP8j4IrGMvoIg4Pat7LDwGpYXy0QUhocE59CpHbzji35ej6_jjlSDeEb3o6Uo9b6xpdr_HMzjuMCgmlkgnY0gmlwhKwShneKbXVsdGlhZGRyc5YACASsEoZ3BuwLAAoErBKGdwbsDN0DgnJzhQADAQAAiXNlY3AyNTZrMaED6q_EV_BcAc5hp60w4UPM2rGssE8v9nGcpoJiUva3txaDdGNwguwLg3VkcILsDYV3YWt1MgM
2025-12-11 04:12:57.118 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.136.130 waku 7c6d1fc3b2126449bf0bf65f6b56723115fceccf23dc97966970cc094d5be3c0
2025-12-11 04:12:57.161 DEBUG [src.node.docker_mananger] Container started with ID 7c6d1fc3b212. Setting up logs at ./log/docker/node2_2025-12-11_04-12-52__0e9670d0-8af2-4ddd-b24e-ec316123a0c2__wakuorg_nwaku:latest.log
2025-12-11 04:12:57.163 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24175
2025-12-11 04:12:57.163 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-11 04:12:58.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24175/health" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:12:58.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"READY"},{"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":"READY"},{"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"}]}'
2025-12-11 04:12:58.169 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-11 04:12:58.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24175/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:12:58.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.136.130/tcp/24176/p2p/16Uiu2HAm4U2Z6o8MCZ7MX8S3qtyQeu9cp3Vmdug9hP6sWTRhumUQ","/ip4/172.18.136.130/tcp/24177/ws/p2p/16Uiu2HAm4U2Z6o8MCZ7MX8S3qtyQeu9cp3Vmdug9hP6sWTRhumUQ"],"enrUri":"enr:-L24QF_9VvPBKtmR4KQaQ1-iQRQnvCMbA_q2HC_Jgce2yE_-TXfPaEkfKczOoKlmnCqMyC_uw54q3yw-x5gq-Om97wACgmlkgnY0gmlwhKwSiIKKbXVsdGlhZGRyc5YACASsEoiCBl5wAAoErBKIggZecd0DgnJzhQADAQAAiXNlY3AyNTZrMaEChlObeyfudewF5qQj-OPI_04gtMIeMKkY1h-IUhobaQWDdGNwgl5wg3VkcIJecoV3YWt1Mgc"}'
2025-12-11 04:12:58.175 INFO [src.node.waku_node] REST service is ready !!
2025-12-11 04:12:58.176 DEBUG [src.node.waku_node] Starting Node...
2025-12-11 04:12:58.177 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-11 04:12:58.181 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-11 04:12:58.181 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.216.52
2025-12-11 04:12:58.181 DEBUG [src.node.docker_mananger] Generated ports ['39794', '39795', '39796', '39797', '39798']
2025-12-11 04:12:58.181 DEBUG [src.node.waku_node] Cluster id was resolved to: 3
2025-12-11 04:12:58.181 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2025-12-11 04:12:58.181 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-11 04:12:58.182 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-11 04:12:58.182 DEBUG [src.node.waku_node] Using volumes []
2025-12-11 04:12:58.182 DEBUG [src.node.docker_mananger] docker run -i -t -p 39794:39794 -p 39795:39795 -p 39796:39796 -p 39797:39797 -p 39798:39798 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=39796 --rest-port=39794 --tcp-port=39795 --discv5-udp-port=39797 --rest-address=0.0.0.0 --nat=extip:172.18.216.52 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ae3945b440ebdd952629fe34f40cc4ea3a11bc0760dc9acb8a80aeaadcc6f48a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39798 --metrics-logging=true --relay=true --filternode=/ip4/172.18.136.130/tcp/24176/p2p/16Uiu2HAm4U2Z6o8MCZ7MX8S3qtyQeu9cp3Vmdug9hP6sWTRhumUQ --store=false --discv5-bootstrap-node=enr:-L24QF_9VvPBKtmR4KQaQ1-iQRQnvCMbA_q2HC_Jgce2yE_-TXfPaEkfKczOoKlmnCqMyC_uw54q3yw-x5gq-Om97wACgmlkgnY0gmlwhKwSiIKKbXVsdGlhZGRyc5YACASsEoiCBl5wAAoErBKIggZecd0DgnJzhQADAQAAiXNlY3AyNTZrMaEChlObeyfudewF5qQj-OPI_04gtMIeMKkY1h-IUhobaQWDdGNwgl5wg3VkcIJecoV3YWt1Mgc
2025-12-11 04:12:58.465 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.216.52 waku f45ba0e29beed8b68e32c1c51f1c4b5db1123844fcecd620dc5cd30b3bb1c349
2025-12-11 04:12:58.498 DEBUG [src.node.docker_mananger] Container started with ID f45ba0e29bee. Setting up logs at ./log/docker/node3_2025-12-11_04-12-52__0e9670d0-8af2-4ddd-b24e-ec316123a0c2__wakuorg_nwaku:latest.log
2025-12-11 04:12:58.499 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39794
2025-12-11 04:12:58.499 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-11 04:12:59.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39794/health" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:12:59.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
2025-12-11 04:12:59.508 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-11 04:12:59.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39794/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:12:59.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.216.52/tcp/39795/p2p/16Uiu2HAm2FARK3pEuvCvSaBHs7ZgZdFe1rDwUQaz8KB6rUCkHfVp","/ip4/172.18.216.52/tcp/39796/ws/p2p/16Uiu2HAm2FARK3pEuvCvSaBHs7ZgZdFe1rDwUQaz8KB6rUCkHfVp"],"enrUri":"enr:-L24QO9BynDb3f_ogZExx3mu-5j2r8hkW76dBK3zOGeXiSt7RSjkL4An0lsxSAmoTlcAB4S78NanpIeMm_wmzHWTIS4CgmlkgnY0gmlwhKwS2DSKbXVsdGlhZGRyc5YACASsEtg0BptzAAoErBLYNAabdN0DgnJzhQADAQAAiXNlY3AyNTZrMaECZVCTpugeVHdGf1mD7p9VsMraDFIxkzHt_3g-bJ7boC-DdGNwgptzg3VkcIKbdYV3YWt1MgE"}'
2025-12-11 04:12:59.513 INFO [src.node.waku_node] REST service is ready !!
2025-12-11 04:12:59.513 DEBUG [tests.e2e.test_e2e] Subscribe nodes to relay pubsub topics
2025-12-11 04:12:59.513 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60426/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-11 04:12:59.517 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:12:59.517 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24175/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-11 04:12:59.523 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:12:59.524 DEBUG [tests.e2e.test_e2e] Wait for all nodes auto connection
2025-12-11 04:12:59.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60426/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:12:59.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.136.130/tcp/34884/p2p/16Uiu2HAm4U2Z6o8MCZ7MX8S3qtyQeu9cp3Vmdug9hP6sWTRhumUQ","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-113-g868d43","origin":"UnknownOrigin"}]'
2025-12-11 04:12:59.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24175/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:12:59.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.134.119/tcp/60427/p2p/16Uiu2HAmUT7CckpBtJ9aX7gTqeRzr9t1jKYjZxbCdHYJhN1mr6Wh","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-113-g868d43","origin":"Discv5"},{"multiaddr":"/ip4/172.17.0.4/tcp/57324/p2p/16Uiu2HAm2FARK3pEuvCvSaBHs7ZgZdFe1rDwUQaz8KB6rUCkHfVp","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-113-g868d43","origin":"UnknownOrigin"}]'
2025-12-11 04:12:59.534 DEBUG [src.libs.common] Sleeping for 30 seconds
2025-12-11 04:13:29.534 DEBUG [tests.e2e.test_e2e] Node3 subscribe to filter for pubsubtopic /waku/2/rs/3/1 2 times with same request id
2025-12-11 04:13:29.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39794/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-11 04:13:29.546 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2025-12-11 04:13:29.547 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39794/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-11 04:13:29.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2025-12-11 04:13:29.555 DEBUG [tests.e2e.test_e2e] Node1 publish message for topic /waku/2/rs/3/1
2025-12-11 04:13:29.556 DEBUG [src.steps.store] Relaying message
2025-12-11 04:13:29.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
2025-12-11 04:13:29.562 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:13:29.563 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-11 04:13:29.764 DEBUG [src.libs.common] Sleeping for 5 seconds
2025-12-11 04:13:34.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39794/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:13:34.767 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1765426409556182492,"ephemeral":false}]'
2025-12-11 04:13:34.767 DEBUG [tests.e2e.test_e2e] Response for node 3 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1765426409556182492, 'ephemeral': False}]
2025-12-11 04:13:34.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39794/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:13:34.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
2025-12-11 04:13:34.770 DEBUG [tests.e2e.test_e2e] Response for node3 using same request ID is []
2025-12-11 04:13:34.773 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-11 04:13:34.774 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-11 04:13:34.774 DEBUG [src.node.waku_node] Stopping container with id 9f9ede0c0cfa
2025-12-11 04:13:35.364 DEBUG [src.node.waku_node] Container stopped.
2025-12-11 04:13:35.364 DEBUG [src.node.waku_node] Stopping container with id 7c6d1fc3b212
2025-12-11 04:13:35.922 DEBUG [src.node.waku_node] Container stopped.
2025-12-11 04:13:35.923 DEBUG [src.node.waku_node] Stopping container with id f45ba0e29bee
2025-12-11 04:13:36.181 ERROR [src.node.docker_mananger] Max retries reached for container 9f9ede0c0cfa. Exiting log stream.
2025-12-11 04:13:36.523 DEBUG [src.node.waku_node] Container stopped.
2025-12-11 04:13:36.524 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-11 04:13:36.555 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-11 04:13:36.581 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-11 04:13:36.603 DEBUG [src.node.docker_mananger] No errors found in the waku logs.