mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 01:33:46 +00:00
116 lines
21 KiB
Plaintext
116 lines
21 KiB
Plaintext
2026-03-02 04:33:44.043 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-02 04:33:44.043 DEBUG [tests.conftest] Running test: test_repeated_filter_requestID with id: 2026-03-02_04-33-44__e9a01fab-7ff5-471c-aaf7-ef18d6cd4975
|
|
2026-03-02 04:33:44.044 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-02 04:33:44.044 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-02 04:33:44.044 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-02 04:33:44.054 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-02 04:33:44.054 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-02_04-33-44__e9a01fab-7ff5-471c-aaf7-ef18d6cd4975__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:33:44.061 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-02 04:33:44.061 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-02_04-33-44__e9a01fab-7ff5-471c-aaf7-ef18d6cd4975__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:33:44.067 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-02 04:33:44.067 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-02_04-33-44__e9a01fab-7ff5-471c-aaf7-ef18d6cd4975__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:33:44.068 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-02 04:33:44.068 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-02 04:33:44.069 DEBUG [tests.e2e.test_e2e] Create 3 nodes
|
|
2026-03-02 04:33:44.069 DEBUG [tests.e2e.test_e2e] Start 3 nodes with their corresponding config
|
|
2026-03-02 04:33:44.069 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-02 04:33:44.069 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-02 04:33:44.115 DEBUG [src.node.docker_mananger] Network waku created
|
|
2026-03-02 04:33:44.116 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.86.192
|
|
2026-03-02 04:33:44.116 DEBUG [src.node.docker_mananger] Generated ports ['22607', '22608', '22609', '22610', '22611']
|
|
2026-03-02 04:33:44.116 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-02 04:33:44.116 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-02 04:33:44.116 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-02 04:33:44.116 DEBUG [src.node.docker_mananger] docker run -i -t -p 22607:22607 -p 22608:22608 -p 22609:22609 -p 22610:22610 -p 22611:22611 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=22609 --rest-port=22607 --tcp-port=22608 --discv5-udp-port=22610 --rest-address=0.0.0.0 --nat=extip:172.18.86.192 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c4b8d9a3d06b6f651dcb88aa36deea2d146be623988fbf34ed2fbe60eac25de6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22611 --metrics-logging=true --relay=true --store=true
|
|
2026-03-02 04:33:47.609 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.86.192 waku 7ee0313352f3e86b866747d425ce52c6a61f90e514d8b6abe6e7526387aa867b
|
|
2026-03-02 04:33:47.643 DEBUG [src.node.docker_mananger] Container started with ID 7ee0313352f3. Setting up logs at ./log/docker/node1_2026-03-02_04-33-44__e9a01fab-7ff5-471c-aaf7-ef18d6cd4975__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:33:47.645 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22607
|
|
2026-03-02 04:33:47.647 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-02 04:33:48.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22607/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:33:48.651 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_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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-02 04:33:48.652 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-02 04:33:48.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22607/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:33:48.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.86.192/tcp/22608/p2p/16Uiu2HAmL5o7m98XYAGyZYA7dpbExW9U3DQS27k6aF1T29C8unWp","/ip4/172.18.86.192/tcp/22609/ws/p2p/16Uiu2HAmL5o7m98XYAGyZYA7dpbExW9U3DQS27k6aF1T29C8unWp"],"enrUri":"enr:-L24QD3iYWef81Lew8b04Dufkq39FqWhwi05fdo4KQKOQ3rCGdOp_ixu4TthJLf0ylE_KaiWrzBMPTsPXhWP6HpH9IUCgmlkgnY0gmlwhKwSVsCKbXVsdGlhZGRyc5YACASsElbABlhQAAoErBJWwAZYUd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDblygkxaWNpN5Of3quKwS7Ea892G9Ow-m5nmjwQpytgWDdGNwglhQg3VkcIJYUoV3YWt1MgM"}'
|
|
2026-03-02 04:33:48.654 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-02 04:33:48.654 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-02 04:33:48.655 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-02 04:33:48.656 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-02 04:33:48.656 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.65.191
|
|
2026-03-02 04:33:48.656 DEBUG [src.node.docker_mananger] Generated ports ['47666', '47667', '47668', '47669', '47670']
|
|
2026-03-02 04:33:48.656 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-02 04:33:48.656 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-02 04:33:48.657 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-02 04:33:48.657 DEBUG [src.node.docker_mananger] docker run -i -t -p 47666:47666 -p 47667:47667 -p 47668:47668 -p 47669:47669 -p 47670:47670 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=47668 --rest-port=47666 --tcp-port=47667 --discv5-udp-port=47669 --rest-address=0.0.0.0 --nat=extip:172.18.65.191 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=edc44ed52be7a8ba806856ccdf1dcae00472a9f26ed44ee59a53c82ea003ba8c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47670 --metrics-logging=true --relay=true --store=true --filter=true --discv5-bootstrap-node=enr:-L24QD3iYWef81Lew8b04Dufkq39FqWhwi05fdo4KQKOQ3rCGdOp_ixu4TthJLf0ylE_KaiWrzBMPTsPXhWP6HpH9IUCgmlkgnY0gmlwhKwSVsCKbXVsdGlhZGRyc5YACASsElbABlhQAAoErBJWwAZYUd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDblygkxaWNpN5Of3quKwS7Ea892G9Ow-m5nmjwQpytgWDdGNwglhQg3VkcIJYUoV3YWt1MgM
|
|
2026-03-02 04:33:48.860 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.65.191 waku a01fbcdca8eb74a92bc0a0f0710683779388d38512c0aaa3f77cdd63edc58e97
|
|
2026-03-02 04:33:48.896 DEBUG [src.node.docker_mananger] Container started with ID a01fbcdca8eb. Setting up logs at ./log/docker/node2_2026-03-02_04-33-44__e9a01fab-7ff5-471c-aaf7-ef18d6cd4975__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:33:48.896 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47666
|
|
2026-03-02 04:33:48.897 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-02 04:33:49.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47666/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:33:49.900 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":"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-02 04:33:49.900 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-02 04:33:49.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47666/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:33:49.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.65.191/tcp/47667/p2p/16Uiu2HAmJuCR5oV5kJKpedZVvZB5sHKPx3RaE8cdy8NxzfpcoLAW","/ip4/172.18.65.191/tcp/47668/ws/p2p/16Uiu2HAmJuCR5oV5kJKpedZVvZB5sHKPx3RaE8cdy8NxzfpcoLAW"],"enrUri":"enr:-L24QDeWsgZ6fA_nKffTCl1IoAFSSPCfynue8NtTZYrlXLL0UioabR2iHHctpIPDmysbSe8EDynLHWnJ0MM308c2QoUCgmlkgnY0gmlwhKwSQb-KbXVsdGlhZGRyc5YACASsEkG_BrozAAoErBJBvwa6NN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXMnlMYGOV9ZFlprc-yMsFSq0CS7b-Xc90uzfXRLBSZODdGNwgrozg3VkcIK6NYV3YWt1Mgc"}'
|
|
2026-03-02 04:33:49.903 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-02 04:33:49.903 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-02 04:33:49.903 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-02 04:33:49.905 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-02 04:33:49.905 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.219.43
|
|
2026-03-02 04:33:49.905 DEBUG [src.node.docker_mananger] Generated ports ['23602', '23603', '23604', '23605', '23606']
|
|
2026-03-02 04:33:49.905 DEBUG [src.node.waku_node] Cluster id was resolved to: 3
|
|
2026-03-02 04:33:49.905 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-02 04:33:49.905 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-02 04:33:49.906 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-02 04:33:49.906 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-02 04:33:49.906 DEBUG [src.node.docker_mananger] docker run -i -t -p 23602:23602 -p 23603:23603 -p 23604:23604 -p 23605:23605 -p 23606:23606 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=23604 --rest-port=23602 --tcp-port=23603 --discv5-udp-port=23605 --rest-address=0.0.0.0 --nat=extip:172.18.219.43 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9fe41f713ce5c8a04304dff2b3300ac5dacce8da7055ddc02a4893dfccd38eeb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23606 --metrics-logging=true --relay=true --filternode=/ip4/172.18.65.191/tcp/47667/p2p/16Uiu2HAmJuCR5oV5kJKpedZVvZB5sHKPx3RaE8cdy8NxzfpcoLAW --store=false --discv5-bootstrap-node=enr:-L24QDeWsgZ6fA_nKffTCl1IoAFSSPCfynue8NtTZYrlXLL0UioabR2iHHctpIPDmysbSe8EDynLHWnJ0MM308c2QoUCgmlkgnY0gmlwhKwSQb-KbXVsdGlhZGRyc5YACASsEkG_BrozAAoErBJBvwa6NN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXMnlMYGOV9ZFlprc-yMsFSq0CS7b-Xc90uzfXRLBSZODdGNwgrozg3VkcIK6NYV3YWt1Mgc
|
|
2026-03-02 04:33:50.137 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.219.43 waku ed3fb8b8051beaf664fc54c7c88ac93426ba5b94f3f0c574ac3fa56d8cdc470f
|
|
2026-03-02 04:33:50.175 DEBUG [src.node.docker_mananger] Container started with ID ed3fb8b8051b. Setting up logs at ./log/docker/node3_2026-03-02_04-33-44__e9a01fab-7ff5-471c-aaf7-ef18d6cd4975__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:33:50.175 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23602
|
|
2026-03-02 04:33:50.175 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-02 04:33:51.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23602/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:33:51.180 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_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-02 04:33:51.180 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-02 04:33:51.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23602/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:33:51.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.219.43/tcp/23603/p2p/16Uiu2HAmDav8EzLHXkuB5EpfaKApmkMV9j2Ceh3XqMwqw6sTf39e","/ip4/172.18.219.43/tcp/23604/ws/p2p/16Uiu2HAmDav8EzLHXkuB5EpfaKApmkMV9j2Ceh3XqMwqw6sTf39e"],"enrUri":"enr:-L24QBHq_3-F91_Pxn6op1KFV1Eb7KveUuqPLuUHk9q6v-OfVkt_M_vQBdkE5bBBCQn5gMngJ3XVEynsEJig0isdCPsCgmlkgnY0gmlwhKwS2yuKbXVsdGlhZGRyc5YACASsEtsrBlwzAAoErBLbKwZcNN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDDdCWJW68iOkBgALa4gYlcf0scacMM_kWhy2j3ld03U2DdGNwglwzg3VkcIJcNYV3YWt1MgE"}'
|
|
2026-03-02 04:33:51.183 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-02 04:33:51.183 DEBUG [tests.e2e.test_e2e] Subscribe nodes to relay pubsub topics
|
|
2026-03-02 04:33:51.183 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22607/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-02 04:33:51.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:33:51.193 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47666/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-02 04:33:51.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:33:51.214 DEBUG [tests.e2e.test_e2e] Wait for all nodes auto connection
|
|
2026-03-02 04:33:51.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22607/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:33:51.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.65.191/tcp/38674/p2p/16Uiu2HAmJuCR5oV5kJKpedZVvZB5sHKPx3RaE8cdy8NxzfpcoLAW","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-157-gba8587","origin":"UnknownOrigin"}]'
|
|
2026-03-02 04:33:51.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47666/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:33:51.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.17.0.4/tcp/58986/p2p/16Uiu2HAmDav8EzLHXkuB5EpfaKApmkMV9j2Ceh3XqMwqw6sTf39e","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":[],"connected":"NotConnected","agent":"nwaku-v0.36.0-157-gba8587","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.86.192/tcp/22608/p2p/16Uiu2HAmL5o7m98XYAGyZYA7dpbExW9U3DQS27k6aF1T29C8unWp","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-157-gba8587","origin":"Discv5"}]'
|
|
2026-03-02 04:33:51.229 DEBUG [src.libs.common] Sleeping for 30 seconds
|
|
2026-03-02 04:34:21.230 DEBUG [tests.e2e.test_e2e] Node3 subscribe to filter for pubsubtopic /waku/2/rs/3/1 2 times with same request id
|
|
2026-03-02 04:34:21.230 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23602/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-02 04:34:21.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-02 04:34:21.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23602/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-02 04:34:21.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-02 04:34:21.249 DEBUG [tests.e2e.test_e2e] Node1 publish message for topic /waku/2/rs/3/1
|
|
2026-03-02 04:34:21.249 DEBUG [src.steps.store] Relaying message
|
|
2026-03-02 04:34:21.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22607/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)'}'
|
|
2026-03-02 04:34:21.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:34:21.256 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-02 04:34:21.458 DEBUG [src.libs.common] Sleeping for 5 seconds
|
|
2026-03-02 04:34:26.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23602/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:34:26.462 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":1772426061249757848,"ephemeral":false}]'
|
|
2026-03-02 04:34:26.462 DEBUG [tests.e2e.test_e2e] Response for node 3 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772426061249757848, 'ephemeral': False}]
|
|
2026-03-02 04:34:26.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23602/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:34:26.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
|
|
2026-03-02 04:34:26.465 DEBUG [tests.e2e.test_e2e] Response for node3 using same request ID is []
|
|
2026-03-02 04:34:26.467 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-02 04:34:26.468 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-02 04:34:26.468 DEBUG [src.node.waku_node] Stopping container with id 7ee0313352f3
|
|
2026-03-02 04:34:27.023 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-02 04:34:27.024 DEBUG [src.node.waku_node] Stopping container with id a01fbcdca8eb
|
|
2026-03-02 04:34:27.584 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-02 04:34:27.585 DEBUG [src.node.waku_node] Stopping container with id ed3fb8b8051b
|
|
2026-03-02 04:34:27.932 ERROR [src.node.docker_mananger] Max retries reached for container 7ee0313352f3. Exiting log stream.
|
|
2026-03-02 04:34:28.147 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-02 04:34:28.149 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-02 04:34:28.198 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-02 04:34:28.227 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-02 04:34:28.250 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|