mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
100 lines
18 KiB
Plaintext
100 lines
18 KiB
Plaintext
2025-12-25 04:14:50.934 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-25 04:14:50.935 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_lightpushing_node with id: 2025-12-25_04-14-50__d0e4190f-1e62-4c41-b43f-ba35629cdf43
|
|
2025-12-25 04:14:50.935 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-25 04:14:50.935 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-25 04:14:50.936 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2025-12-25 04:14:50.946 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-25 04:14:50.947 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-14-50__d0e4190f-1e62-4c41-b43f-ba35629cdf43__wakuorg_nwaku:latest.log
|
|
2025-12-25 04:14:50.955 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-25 04:14:50.955 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-14-50__d0e4190f-1e62-4c41-b43f-ba35629cdf43__wakuorg_nwaku:latest.log
|
|
2025-12-25 04:14:50.962 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-25 04:14:50.962 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-25_04-14-50__d0e4190f-1e62-4c41-b43f-ba35629cdf43__wakuorg_nwaku:latest.log
|
|
2025-12-25 04:14:50.963 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-25 04:14:50.963 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2025-12-25 04:14:50.964 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-25 04:14:50.964 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-25 04:14:51.015 DEBUG [src.node.docker_mananger] Network waku created
|
|
2025-12-25 04:14:51.016 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.223.80
|
|
2025-12-25 04:14:51.016 DEBUG [src.node.docker_mananger] Generated ports ['62536', '62537', '62538', '62539', '62540']
|
|
2025-12-25 04:14:51.016 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-25 04:14:51.016 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-25 04:14:51.016 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-25 04:14:51.017 DEBUG [src.node.docker_mananger] docker run -i -t -p 62536:62536 -p 62537:62537 -p 62538:62538 -p 62539:62539 -p 62540:62540 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=62538 --rest-port=62536 --tcp-port=62537 --discv5-udp-port=62539 --rest-address=0.0.0.0 --nat=extip:172.18.223.80 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a366c470bef95dc8f13fb1c8a0ceae5b45553cacaadd480c8ca4732640b25cf1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62540 --metrics-logging=true --lightpush=true
|
|
2025-12-25 04:14:53.601 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.223.80 waku c3f1fc42b6965704bc932e85e5e022213ec4d4f536070f02b7eccb1514772b12
|
|
2025-12-25 04:14:53.629 DEBUG [src.node.docker_mananger] Container started with ID c3f1fc42b696. Setting up logs at ./log/docker/node1_2025-12-25_04-14-50__d0e4190f-1e62-4c41-b43f-ba35629cdf43__wakuorg_nwaku:latest.log
|
|
2025-12-25 04:14:53.631 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62536
|
|
2025-12-25 04:14:53.631 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-25 04:14:54.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62536/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-25 04:14:54.635 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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"}]}'
|
|
2025-12-25 04:14:54.635 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-25 04:14:54.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62536/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-25 04:14:54.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.223.80/tcp/62537/p2p/16Uiu2HAmGzr1mNZQSLSjmyvgd6qFF3kV4s3MxXdpBkiUVxyBMyTY","/ip4/172.18.223.80/tcp/62538/ws/p2p/16Uiu2HAmGzr1mNZQSLSjmyvgd6qFF3kV4s3MxXdpBkiUVxyBMyTY"],"enrUri":"enr:-L24QIdBt4Goen2UrPW_fcDmp6Sq7RD1MUT00gRiualcd1BiN8-Qr0fdcGp4y7L1N_cSRm8m3yJ6kbp3dhVBthcah5QCgmlkgnY0gmlwhKwS31CKbXVsdGlhZGRyc5YACASsEt9QBvRJAAoErBLfUAb0St0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQITwCSBNC6YaVUnIJa5LhX8twmg6eGRmdfibupH33WODdGNwgvRJg3VkcIL0S4V3YWt1Mgk"}'
|
|
2025-12-25 04:14:54.638 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-25 04:14:54.638 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-25 04:14:54.639 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-25 04:14:54.640 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-25 04:14:54.640 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.228.174
|
|
2025-12-25 04:14:54.640 DEBUG [src.node.docker_mananger] Generated ports ['58168', '58169', '58170', '58171', '58172']
|
|
2025-12-25 04:14:54.641 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-25 04:14:54.641 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-25 04:14:54.641 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-25 04:14:54.641 DEBUG [src.node.docker_mananger] docker run -i -t -p 58168:58168 -p 58169:58169 -p 58170:58170 -p 58171:58171 -p 58172:58172 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=58170 --rest-port=58168 --tcp-port=58169 --discv5-udp-port=58171 --rest-address=0.0.0.0 --nat=extip:172.18.228.174 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d42eacba1cf67b77a8d0cdeadc00ff147f7edbcc328f044b7f9a7ad746f50be8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58172 --metrics-logging=true --lightpush=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QIdBt4Goen2UrPW_fcDmp6Sq7RD1MUT00gRiualcd1BiN8-Qr0fdcGp4y7L1N_cSRm8m3yJ6kbp3dhVBthcah5QCgmlkgnY0gmlwhKwS31CKbXVsdGlhZGRyc5YACASsEt9QBvRJAAoErBLfUAb0St0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQITwCSBNC6YaVUnIJa5LhX8twmg6eGRmdfibupH33WODdGNwgvRJg3VkcIL0S4V3YWt1Mgk --lightpushnode=/ip4/172.18.223.80/tcp/62537/p2p/16Uiu2HAmGzr1mNZQSLSjmyvgd6qFF3kV4s3MxXdpBkiUVxyBMyTY
|
|
2025-12-25 04:14:54.837 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.228.174 waku 4992e346aed2413c80257fd0f42f01e0244af6e516a0e17121832a2d09516e78
|
|
2025-12-25 04:14:54.869 DEBUG [src.node.docker_mananger] Container started with ID 4992e346aed2. Setting up logs at ./log/docker/node2_2025-12-25_04-14-50__d0e4190f-1e62-4c41-b43f-ba35629cdf43__wakuorg_nwaku:latest.log
|
|
2025-12-25 04:14:54.870 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58168
|
|
2025-12-25 04:14:54.871 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-25 04:14:55.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58168/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-25 04:14:55.876 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"READY"},{"Legacy Lightpush":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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-25 04:14:55.877 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-25 04:14:55.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58168/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-25 04:14:55.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.228.174/tcp/58169/p2p/16Uiu2HAmQoMGZngNJkMHAN8GiRNcRqXuk5GVTinzgRy6KGZ92J1Y","/ip4/172.18.228.174/tcp/58170/ws/p2p/16Uiu2HAmQoMGZngNJkMHAN8GiRNcRqXuk5GVTinzgRy6KGZ92J1Y"],"enrUri":"enr:-L24QBuiF-iicrW2ZUd8RzmGvd0jB6akkc-CF33t_Ui5YjWgK9gIcxl2zxNCc4Fqs9WgThkFH75ijj9EpiGX-B02NLUCgmlkgnY0gmlwhKwS5K6KbXVsdGlhZGRyc5YACASsEuSuBuM5AAoErBLkrgbjOt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtHCK0o-xFI4x38oWrMXzYd0G3yAiM98jEBJEqCCxbeuDdGNwguM5g3VkcILjO4V3YWt1Mgs"}'
|
|
2025-12-25 04:14:55.881 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-25 04:14:55.881 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-25 04:14:55.881 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-25 04:14:55.883 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-25 04:14:55.883 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.224.37
|
|
2025-12-25 04:14:55.883 DEBUG [src.node.docker_mananger] Generated ports ['33229', '33230', '33231', '33232', '33233']
|
|
2025-12-25 04:14:55.884 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-25 04:14:55.884 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-25 04:14:55.884 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-25 04:14:55.884 DEBUG [src.node.docker_mananger] docker run -i -t -p 33229:33229 -p 33230:33230 -p 33231:33231 -p 33232:33232 -p 33233:33233 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=33231 --rest-port=33229 --tcp-port=33230 --discv5-udp-port=33232 --rest-address=0.0.0.0 --nat=extip:172.18.224.37 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c03ccaf1a6c7f258d427ebec3b631cfa8eac3fb5efeeb87abdda6af80af09cda --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33233 --metrics-logging=true --relay=false --storenode=/ip4/172.18.228.174/tcp/58169/p2p/16Uiu2HAmQoMGZngNJkMHAN8GiRNcRqXuk5GVTinzgRy6KGZ92J1Y --discv5-bootstrap-node=enr:-L24QBuiF-iicrW2ZUd8RzmGvd0jB6akkc-CF33t_Ui5YjWgK9gIcxl2zxNCc4Fqs9WgThkFH75ijj9EpiGX-B02NLUCgmlkgnY0gmlwhKwS5K6KbXVsdGlhZGRyc5YACASsEuSuBuM5AAoErBLkrgbjOt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtHCK0o-xFI4x38oWrMXzYd0G3yAiM98jEBJEqCCxbeuDdGNwguM5g3VkcILjO4V3YWt1Mgs
|
|
2025-12-25 04:14:56.083 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.224.37 waku 1d16b1efe412c9ba82e29df61e809ecec1cfd31d8c693d9a152d4c814cb1169f
|
|
2025-12-25 04:14:56.113 DEBUG [src.node.docker_mananger] Container started with ID 1d16b1efe412. Setting up logs at ./log/docker/node3_2025-12-25_04-14-50__d0e4190f-1e62-4c41-b43f-ba35629cdf43__wakuorg_nwaku:latest.log
|
|
2025-12-25 04:14:56.114 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33229
|
|
2025-12-25 04:14:56.114 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-25 04:14:57.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33229/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-25 04:14:57.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"READY"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
|
2025-12-25 04:14:57.120 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-25 04:14:57.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33229/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-25 04:14:57.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.224.37/tcp/33230/p2p/16Uiu2HAmAqGatUd7GG4sqZu9NttvwEDr5xBkoqmNnr2B4Lodzj81","/ip4/172.18.224.37/tcp/33231/ws/p2p/16Uiu2HAmAqGatUd7GG4sqZu9NttvwEDr5xBkoqmNnr2B4Lodzj81"],"enrUri":"enr:-L24QHmasf61HnOncq90rvKdXh94dizSTafvtuYEmmzOF6qPM1La7fJSLB-KzFhX2kgLzGuGnQTevbi477Mn8gvO_XICgmlkgnY0gmlwhKwS4CWKbXVsdGlhZGRyc5YACASsEuAlBoHOAAoErBLgJQaBz90DgnJzhQADAQAAiXNlY3AyNTZrMaEC5OrKZIPXz3GGv4y8yVbyZAp5InshFDngeJKo6dEPq6aDdGNwgoHOg3VkcIKB0IV3YWt1MgA"}'
|
|
2025-12-25 04:14:57.124 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-25 04:14:57.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62536/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-25 04:14:57.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-25 04:14:57.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58168/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-25 04:14:57.132 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-25 04:14:57.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62536/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-25 04:14:57.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.228.174/tcp/55976/p2p/16Uiu2HAmQoMGZngNJkMHAN8GiRNcRqXuk5GVTinzgRy6KGZ92J1Y","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/lightpush/3.0.0","/vac/waku/lightpush/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-124-g96196a","origin":"UnknownOrigin"}]'
|
|
2025-12-25 04:14:57.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58168/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-25 04:14:57.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.223.80/tcp/62537/p2p/16Uiu2HAmGzr1mNZQSLSjmyvgd6qFF3kV4s3MxXdpBkiUVxyBMyTY","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/lightpush/3.0.0","/vac/waku/lightpush/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-124-g96196a","origin":"Discv5"}]'
|
|
2025-12-25 04:14:57.140 DEBUG [src.libs.common] Sleeping for 30 seconds
|
|
2025-12-25 04:15:27.141 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62536/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/1", "message": {"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": 1766636127141591876}}'
|
|
2025-12-25 04:15:27.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-25 04:15:27.152 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-25 04:15:28.153 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2025-12-25 04:15:28.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33229/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-25 04:15:28.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"f22e0259588fd36d08fb","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x367b212d60efafd2b3a73e2d70ec86c46acaa20f18f62c258dc215b9a1c715fe"}]}'
|
|
2025-12-25 04:15:28.192 DEBUG [src.steps.store] messages length is 1
|
|
2025-12-25 04:15:28.194 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-25 04:15:28.195 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-25 04:15:28.196 DEBUG [src.node.waku_node] Stopping container with id c3f1fc42b696
|
|
2025-12-25 04:15:28.763 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-25 04:15:28.764 DEBUG [src.node.waku_node] Stopping container with id 4992e346aed2
|
|
2025-12-25 04:15:29.306 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-25 04:15:29.307 DEBUG [src.node.waku_node] Stopping container with id 1d16b1efe412
|
|
2025-12-25 04:15:29.578 ERROR [src.node.docker_mananger] Max retries reached for container c3f1fc42b696. Exiting log stream.
|
|
2025-12-25 04:15:29.853 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-25 04:15:29.856 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-25 04:15:29.873 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-25 04:15:29.891 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-25 04:15:29.896 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|