mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 09:33:42 +00:00
101 lines
19 KiB
Plaintext
101 lines
19 KiB
Plaintext
2026-03-03 04:32:52.947 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:32:52.948 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_relaying_node with id: 2026-03-03_04-32-52__80e84ddb-cd3c-4c1e-895c-285c7630e3f6
|
|
2026-03-03 04:32:52.948 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:32:52.948 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-03 04:32:52.949 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-03 04:32:52.958 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:32:52.958 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-32-52__80e84ddb-cd3c-4c1e-895c-285c7630e3f6__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:32:52.964 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:32:52.964 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-32-52__80e84ddb-cd3c-4c1e-895c-285c7630e3f6__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:32:52.970 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:32:52.970 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-03_04-32-52__80e84ddb-cd3c-4c1e-895c-285c7630e3f6__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:32:52.971 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-03 04:32:52.971 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-03 04:32:52.972 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:32:52.972 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:32:53.010 DEBUG [src.node.docker_mananger] Network waku created
|
|
2026-03-03 04:32:53.010 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.212.204
|
|
2026-03-03 04:32:53.010 DEBUG [src.node.docker_mananger] Generated ports ['54827', '54828', '54829', '54830', '54831']
|
|
2026-03-03 04:32:53.010 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:32:53.011 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:32:53.011 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:32:53.011 DEBUG [src.node.docker_mananger] docker run -i -t -p 54827:54827 -p 54828:54828 -p 54829:54829 -p 54830:54830 -p 54831:54831 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=54829 --rest-port=54827 --tcp-port=54828 --discv5-udp-port=54830 --rest-address=0.0.0.0 --nat=extip:172.18.212.204 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=32f064fa8577ad660ca4b0d822baf247ef7c79003aa15ccf7f200a723eecfbea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54831 --metrics-logging=true --relay=true
|
|
2026-03-03 04:32:55.980 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.212.204 waku 362ba2884315de1d721942ee02899c0316bd7469defed12c664eee3676d7cc82
|
|
2026-03-03 04:32:56.008 DEBUG [src.node.docker_mananger] Container started with ID 362ba2884315. Setting up logs at ./log/docker/node1_2026-03-03_04-32-52__80e84ddb-cd3c-4c1e-895c-285c7630e3f6__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:32:56.008 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54827
|
|
2026-03-03 04:32:56.009 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:32:57.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54827/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:32:57.012 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-03 04:32:57.012 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:32:57.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54827/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:32:57.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.212.204/tcp/54828/p2p/16Uiu2HAkz5dyPyGVhemimNzzkNrXmUcTeQ8hnfsxmYPFSiJD1YsM","/ip4/172.18.212.204/tcp/54829/ws/p2p/16Uiu2HAkz5dyPyGVhemimNzzkNrXmUcTeQ8hnfsxmYPFSiJD1YsM"],"enrUri":"enr:-L24QCpKfAzuVqH1JyhdzyJR9s0md32ijNo81Q5MFDe4JD8-N3_293x4BX0mIBRqT6znu-H-NS32n25LwnwjbsJ4l1ICgmlkgnY0gmlwhKwS1MyKbXVsdGlhZGRyc5YACASsEtTMBtYsAAoErBLUzAbWLd0DgnJzhQADAQAAiXNlY3AyNTZrMaECRSiMn5a03Q0Fbd_pL9Zp0S6PFn-8_vcFrtTCh1f5y-SDdGNwgtYsg3VkcILWLoV3YWt1MgE"}'
|
|
2026-03-03 04:32:57.016 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:32:57.016 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:32:57.016 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:32:57.018 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:32:57.018 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.148.91
|
|
2026-03-03 04:32:57.018 DEBUG [src.node.docker_mananger] Generated ports ['45709', '45710', '45711', '45712', '45713']
|
|
2026-03-03 04:32:57.018 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:32:57.018 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:32:57.018 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:32:57.018 DEBUG [src.node.docker_mananger] docker run -i -t -p 45709:45709 -p 45710:45710 -p 45711:45711 -p 45712:45712 -p 45713:45713 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=45711 --rest-port=45709 --tcp-port=45710 --discv5-udp-port=45712 --rest-address=0.0.0.0 --nat=extip:172.18.148.91 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f1f43d0cb4da2aadccf95561dc41aad3abc6d4bd6f3f9e9611f94d5fb3f2fdd6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45713 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QCpKfAzuVqH1JyhdzyJR9s0md32ijNo81Q5MFDe4JD8-N3_293x4BX0mIBRqT6znu-H-NS32n25LwnwjbsJ4l1ICgmlkgnY0gmlwhKwS1MyKbXVsdGlhZGRyc5YACASsEtTMBtYsAAoErBLUzAbWLd0DgnJzhQADAQAAiXNlY3AyNTZrMaECRSiMn5a03Q0Fbd_pL9Zp0S6PFn-8_vcFrtTCh1f5y-SDdGNwgtYsg3VkcILWLoV3YWt1MgE
|
|
2026-03-03 04:32:57.177 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.148.91 waku 25155741a138c800ab29050e4ff5e5ad568645bd469a03bfc9830140518d993f
|
|
2026-03-03 04:32:57.202 DEBUG [src.node.docker_mananger] Container started with ID 25155741a138. Setting up logs at ./log/docker/node2_2026-03-03_04-32-52__80e84ddb-cd3c-4c1e-895c-285c7630e3f6__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:32:57.203 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45709
|
|
2026-03-03 04:32:57.203 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:32:58.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45709/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:32:58.206 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-03 04:32:58.206 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:32:58.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45709/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:32:58.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.148.91/tcp/45710/p2p/16Uiu2HAkz45wsnX56eYsenNvnYvCifZJkqezp6jsyqNuK6jPesiw","/ip4/172.18.148.91/tcp/45711/ws/p2p/16Uiu2HAkz45wsnX56eYsenNvnYvCifZJkqezp6jsyqNuK6jPesiw"],"enrUri":"enr:-L24QOdfXcg2Ab41W4iK8paVBK-ThJH3eZYwyBpOjCBWmN1IFO2NPg9afmG-65JntYvwaPZ_YnF26V9ybFfvesdlOXICgmlkgnY0gmlwhKwSlFuKbXVsdGlhZGRyc5YACASsEpRbBrKOAAoErBKUWwayj90DgnJzhQADAQAAiXNlY3AyNTZrMaECRMLBn9LCwXbtLGfMnIgSLcetLSwS99yIuiBxeKL0gDCDdGNwgrKOg3VkcIKykIV3YWt1MgM"}'
|
|
2026-03-03 04:32:58.209 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:32:58.209 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:32:58.209 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:32:58.211 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:32:58.211 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.182.232
|
|
2026-03-03 04:32:58.211 DEBUG [src.node.docker_mananger] Generated ports ['36870', '36871', '36872', '36873', '36874']
|
|
2026-03-03 04:32:58.211 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:32:58.212 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:32:58.212 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:32:58.212 DEBUG [src.node.docker_mananger] docker run -i -t -p 36870:36870 -p 36871:36871 -p 36872:36872 -p 36873:36873 -p 36874:36874 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=36872 --rest-port=36870 --tcp-port=36871 --discv5-udp-port=36873 --rest-address=0.0.0.0 --nat=extip:172.18.182.232 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b9d53d7356afd00bdcfcfca61f7c8d1f9b38c51fa53dceb6fe58be85bb567fc6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36874 --metrics-logging=true --relay=false --storenode=/ip4/172.18.148.91/tcp/45710/p2p/16Uiu2HAkz45wsnX56eYsenNvnYvCifZJkqezp6jsyqNuK6jPesiw --discv5-bootstrap-node=enr:-L24QOdfXcg2Ab41W4iK8paVBK-ThJH3eZYwyBpOjCBWmN1IFO2NPg9afmG-65JntYvwaPZ_YnF26V9ybFfvesdlOXICgmlkgnY0gmlwhKwSlFuKbXVsdGlhZGRyc5YACASsEpRbBrKOAAoErBKUWwayj90DgnJzhQADAQAAiXNlY3AyNTZrMaECRMLBn9LCwXbtLGfMnIgSLcetLSwS99yIuiBxeKL0gDCDdGNwgrKOg3VkcIKykIV3YWt1MgM
|
|
2026-03-03 04:32:58.388 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.182.232 waku f7569364c97cc43e6edd793ca380bb8e91f4d3cb810e6a58b21def59df6a1f4e
|
|
2026-03-03 04:32:58.416 DEBUG [src.node.docker_mananger] Container started with ID f7569364c97c. Setting up logs at ./log/docker/node3_2026-03-03_04-32-52__80e84ddb-cd3c-4c1e-895c-285c7630e3f6__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:32:58.416 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36870
|
|
2026-03-03 04:32:58.416 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:32:59.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36870/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:32:59.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-03 04:32:59.419 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:32:59.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36870/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:32:59.422 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.182.232/tcp/36871/p2p/16Uiu2HAmEhDeQYTtCbkZEnnLxhNafo3my5b8RPuAq8sF8qdgQ21R","/ip4/172.18.182.232/tcp/36872/ws/p2p/16Uiu2HAmEhDeQYTtCbkZEnnLxhNafo3my5b8RPuAq8sF8qdgQ21R"],"enrUri":"enr:-L24QEMYA3a8zSH7VwYqecPN0uGeyD-U6_6iwu-FwtLrOwM7EyOhWVj0-HYNKPi6sE11CxQTNUKtIiPJt73V5XBDPRECgmlkgnY0gmlwhKwStuiKbXVsdGlhZGRyc5YACASsErboBpAHAAoErBK26AaQCN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDHkmRfK43wjOsQDjWP6gCDGhp-5PC5o1QnmAjqzYockSDdGNwgpAHg3VkcIKQCYV3YWt1MgA"}'
|
|
2026-03-03 04:32:59.422 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:32:59.422 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54827/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-03 04:32:59.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:32:59.427 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45709/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-03 04:32:59.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:32:59.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54827/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:32:59.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.148.91/tcp/32850/p2p/16Uiu2HAkz45wsnX56eYsenNvnYvCifZJkqezp6jsyqNuK6jPesiw","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":"UnknownOrigin"}]'
|
|
2026-03-03 04:32:59.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45709/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:32:59.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.212.204/tcp/54828/p2p/16Uiu2HAkz5dyPyGVhemimNzzkNrXmUcTeQ8hnfsxmYPFSiJD1YsM","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-157-gba8587","origin":"Discv5"}]'
|
|
2026-03-03 04:32:59.439 DEBUG [src.libs.common] Sleeping for 30 seconds
|
|
2026-03-03 04:33:29.440 DEBUG [src.steps.store] Relaying message
|
|
2026-03-03 04:33:29.440 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54827/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-03 04:33:29.445 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:29.445 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-03 04:33:29.646 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2026-03-03 04:33:29.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36870/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:29.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"6698e6b7ac07bdc3e3d9","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x955755e7deeb4ae042407f88cb3cee2316b38169de286b4f001a17fdf02e2162"}]}'
|
|
2026-03-03 04:33:29.687 DEBUG [src.steps.store] messages length is 1
|
|
2026-03-03 04:33:29.692 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:33:29.693 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:33:29.693 DEBUG [src.node.waku_node] Stopping container with id 362ba2884315
|
|
2026-03-03 04:33:30.211 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:33:30.212 DEBUG [src.node.waku_node] Stopping container with id 25155741a138
|
|
2026-03-03 04:33:30.724 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:33:30.727 DEBUG [src.node.waku_node] Stopping container with id f7569364c97c
|
|
2026-03-03 04:33:31.026 ERROR [src.node.docker_mananger] Max retries reached for container 362ba2884315. Exiting log stream.
|
|
2026-03-03 04:33:31.182 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:33:31.183 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:33:31.198 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:33:31.219 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:33:31.224 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|