mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 17:53:09 +00:00
101 lines
19 KiB
Plaintext
101 lines
19 KiB
Plaintext
2026-03-07 04:28:58.530 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-07 04:28:58.531 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_relaying_node with id: 2026-03-07_04-28-58__55d2f5fb-15a2-4b9f-a489-c09d9dd1784d
|
|
2026-03-07 04:28:58.531 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-07 04:28:58.531 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-07 04:28:58.532 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-07 04:28:58.541 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:28:58.541 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-07_04-28-58__55d2f5fb-15a2-4b9f-a489-c09d9dd1784d__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:28:58.549 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:28:58.549 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-07_04-28-58__55d2f5fb-15a2-4b9f-a489-c09d9dd1784d__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:28:58.557 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:28:58.557 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-07_04-28-58__55d2f5fb-15a2-4b9f-a489-c09d9dd1784d__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:28:58.557 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-07 04:28:58.557 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-07 04:28:58.558 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:28:58.559 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:28:58.607 DEBUG [src.node.docker_mananger] Network waku created
|
|
2026-03-07 04:28:58.607 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.28.42
|
|
2026-03-07 04:28:58.607 DEBUG [src.node.docker_mananger] Generated ports ['32692', '32693', '32694', '32695', '32696']
|
|
2026-03-07 04:28:58.607 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:28:58.608 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:28:58.608 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:28:58.608 DEBUG [src.node.docker_mananger] docker run -i -t -p 32692:32692 -p 32693:32693 -p 32694:32694 -p 32695:32695 -p 32696:32696 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=32694 --rest-port=32692 --tcp-port=32693 --discv5-udp-port=32695 --rest-address=0.0.0.0 --nat=extip:172.18.28.42 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8bfdae4d44adcb4b6ba964cf67bd09bfe16ca557843f9b24d9f6eba10dda09f3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32696 --metrics-logging=true --relay=true
|
|
2026-03-07 04:29:02.433 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.28.42 waku dfd37530089035548237030166b8c0055afc80bc2b72e87838b6ea53f9933944
|
|
2026-03-07 04:29:02.469 DEBUG [src.node.docker_mananger] Container started with ID dfd375300890. Setting up logs at ./log/docker/node1_2026-03-07_04-28-58__55d2f5fb-15a2-4b9f-a489-c09d9dd1784d__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:29:02.470 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32692
|
|
2026-03-07 04:29:02.470 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:29:03.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32692/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:29:03.475 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-07 04:29:03.475 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:29:03.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32692/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:29:03.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.28.42/tcp/32693/p2p/16Uiu2HAkvTBVGSYVJHBdGQPnZdfSqCq9HRqxew5MjkDzUueSb8c6","/ip4/172.18.28.42/tcp/32694/ws/p2p/16Uiu2HAkvTBVGSYVJHBdGQPnZdfSqCq9HRqxew5MjkDzUueSb8c6"],"enrUri":"enr:-L24QDtNSbREQ1ngJYLknk2GXmEbt6-qHj7kX3HPYL7LkLZ6DTnopcx4wtgvFt8ahS0MLGuch9G01NTnX5jyvfuFk9wCgmlkgnY0gmlwhKwSHCqKbXVsdGlhZGRyc5YACASsEhwqBn-1AAoErBIcKgZ_tt0DgnJzhQADAQAAiXNlY3AyNTZrMaECDz6h-h_23oXaNIku_2SgDmNkqENvtWpFywRXckpccW-DdGNwgn-1g3VkcIJ_t4V3YWt1MgE"}'
|
|
2026-03-07 04:29:03.478 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:29:03.478 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:29:03.478 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:29:03.480 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:29:03.480 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.228.191
|
|
2026-03-07 04:29:03.480 DEBUG [src.node.docker_mananger] Generated ports ['19857', '19858', '19859', '19860', '19861']
|
|
2026-03-07 04:29:03.480 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:29:03.480 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:29:03.480 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:29:03.480 DEBUG [src.node.docker_mananger] docker run -i -t -p 19857:19857 -p 19858:19858 -p 19859:19859 -p 19860:19860 -p 19861:19861 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=19859 --rest-port=19857 --tcp-port=19858 --discv5-udp-port=19860 --rest-address=0.0.0.0 --nat=extip:172.18.228.191 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c9bc2ac78f6de3cbacde1ad3ba0dacc04a1e5ddda532fa0dc1cfad392c249993 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19861 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QDtNSbREQ1ngJYLknk2GXmEbt6-qHj7kX3HPYL7LkLZ6DTnopcx4wtgvFt8ahS0MLGuch9G01NTnX5jyvfuFk9wCgmlkgnY0gmlwhKwSHCqKbXVsdGlhZGRyc5YACASsEhwqBn-1AAoErBIcKgZ_tt0DgnJzhQADAQAAiXNlY3AyNTZrMaECDz6h-h_23oXaNIku_2SgDmNkqENvtWpFywRXckpccW-DdGNwgn-1g3VkcIJ_t4V3YWt1MgE
|
|
2026-03-07 04:29:03.686 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.228.191 waku 7598cec881f01f573d923224b3b0f13c2477cc6402dbea1028a53805bda2625b
|
|
2026-03-07 04:29:03.724 DEBUG [src.node.docker_mananger] Container started with ID 7598cec881f0. Setting up logs at ./log/docker/node2_2026-03-07_04-28-58__55d2f5fb-15a2-4b9f-a489-c09d9dd1784d__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:29:03.725 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19857
|
|
2026-03-07 04:29:03.726 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:29:04.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19857/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:29:04.730 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-07 04:29:04.730 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:29:04.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19857/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:29:04.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.228.191/tcp/19858/p2p/16Uiu2HAmLy9ruTWjrHAi9Cu145QiZZ5W4puDwQfonSU19BKcnJFa","/ip4/172.18.228.191/tcp/19859/ws/p2p/16Uiu2HAmLy9ruTWjrHAi9Cu145QiZZ5W4puDwQfonSU19BKcnJFa"],"enrUri":"enr:-L24QJn6cYiVfPzcqXTZAY03CoNXIixe3t8WN_eqgDCJRq9ZLaIcBpu70z8rO-B3X6XJ-Kx-otCBidcNVmqlLEXIubcCgmlkgnY0gmlwhKwS5L-KbXVsdGlhZGRyc5YACASsEuS_Bk2SAAoErBLkvwZNk90DgnJzhQADAQAAiXNlY3AyNTZrMaEDe4S0IrzI-kAnlLqasN1mxARNud1mMgBA_zZ2Qfj2ZqmDdGNwgk2Sg3VkcIJNlIV3YWt1MgM"}'
|
|
2026-03-07 04:29:04.733 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:29:04.733 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:29:04.734 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:29:04.735 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:29:04.736 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.125.181
|
|
2026-03-07 04:29:04.736 DEBUG [src.node.docker_mananger] Generated ports ['4508', '4509', '4510', '4511', '4512']
|
|
2026-03-07 04:29:04.736 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:29:04.736 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:29:04.736 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:29:04.736 DEBUG [src.node.docker_mananger] docker run -i -t -p 4508:4508 -p 4509:4509 -p 4510:4510 -p 4511:4511 -p 4512:4512 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=4510 --rest-port=4508 --tcp-port=4509 --discv5-udp-port=4511 --rest-address=0.0.0.0 --nat=extip:172.18.125.181 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e51f3c68e5ffdbc680e8aeade602c667f38aafb26cfe3ce1a8b872a4cfcc0033 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4512 --metrics-logging=true --relay=false --storenode=/ip4/172.18.228.191/tcp/19858/p2p/16Uiu2HAmLy9ruTWjrHAi9Cu145QiZZ5W4puDwQfonSU19BKcnJFa --discv5-bootstrap-node=enr:-L24QJn6cYiVfPzcqXTZAY03CoNXIixe3t8WN_eqgDCJRq9ZLaIcBpu70z8rO-B3X6XJ-Kx-otCBidcNVmqlLEXIubcCgmlkgnY0gmlwhKwS5L-KbXVsdGlhZGRyc5YACASsEuS_Bk2SAAoErBLkvwZNk90DgnJzhQADAQAAiXNlY3AyNTZrMaEDe4S0IrzI-kAnlLqasN1mxARNud1mMgBA_zZ2Qfj2ZqmDdGNwgk2Sg3VkcIJNlIV3YWt1MgM
|
|
2026-03-07 04:29:04.976 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.125.181 waku bc9ece04a6082b1cc8d519eae44e8fdafce93b59a6b4e244707ed0052c559632
|
|
2026-03-07 04:29:05.013 DEBUG [src.node.docker_mananger] Container started with ID bc9ece04a608. Setting up logs at ./log/docker/node3_2026-03-07_04-28-58__55d2f5fb-15a2-4b9f-a489-c09d9dd1784d__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:29:05.014 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4508
|
|
2026-03-07 04:29:05.014 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:29:06.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4508/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:29:06.018 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-07 04:29:06.019 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:29:06.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4508/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:29:06.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.125.181/tcp/4509/p2p/16Uiu2HAm4wc475u9e1g5wuonwUxa3KZYgQEgVhUiHmsVPuxgNcYP","/ip4/172.18.125.181/tcp/4510/ws/p2p/16Uiu2HAm4wc475u9e1g5wuonwUxa3KZYgQEgVhUiHmsVPuxgNcYP"],"enrUri":"enr:-L24QLNw4tq2HcdjMwRtGAFXxC7OGYiUOl2A9AI4P5_cFRtobBOpSt_-pGPosPxHnbP7LY6KDC4HvAfne0rvArOul68CgmlkgnY0gmlwhKwSfbWKbXVsdGlhZGRyc5YACASsEn21BhGdAAoErBJ9tQYRnt0DgnJzhQADAQAAiXNlY3AyNTZrMaECjWQq-O9UfRoFM0YcyczwnobjdqQrf6hi-k7cr78QNyCDdGNwghGdg3VkcIIRn4V3YWt1MgA"}'
|
|
2026-03-07 04:29:06.021 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:29:06.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32692/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-07 04:29:06.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:29:06.027 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19857/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-07 04:29:06.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:29:06.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32692/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:29:06.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.228.191/tcp/52706/p2p/16Uiu2HAmLy9ruTWjrHAi9Cu145QiZZ5W4puDwQfonSU19BKcnJFa","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":"logos-delivery-v0.36.0-164-g0ad551","origin":"UnknownOrigin"}]'
|
|
2026-03-07 04:29:06.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19857/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:29:06.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.28.42/tcp/32693/p2p/16Uiu2HAkvTBVGSYVJHBdGQPnZdfSqCq9HRqxew5MjkDzUueSb8c6","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":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"}]'
|
|
2026-03-07 04:29:06.041 DEBUG [src.libs.common] Sleeping for 30 seconds
|
|
2026-03-07 04:29:36.042 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:29:36.042 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32692/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-07 04:29:36.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:29:36.049 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:29:36.250 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2026-03-07 04:29:36.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4508/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:29:36.298 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"a092939c23733416317a","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x25619bd76ed0edff147d358dd86fa72d8493c38ec2b01cd100aeb564a8abbfde"}]}'
|
|
2026-03-07 04:29:36.300 DEBUG [src.steps.store] messages length is 1
|
|
2026-03-07 04:29:36.308 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-07 04:29:36.309 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-07 04:29:36.309 DEBUG [src.node.waku_node] Stopping container with id dfd375300890
|
|
2026-03-07 04:29:36.926 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:29:36.926 DEBUG [src.node.waku_node] Stopping container with id 7598cec881f0
|
|
2026-03-07 04:29:37.501 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:29:37.502 DEBUG [src.node.waku_node] Stopping container with id bc9ece04a608
|
|
2026-03-07 04:29:37.743 ERROR [src.node.docker_mananger] Max retries reached for container dfd375300890. Exiting log stream.
|
|
2026-03-07 04:29:38.109 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:29:38.110 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-07 04:29:38.127 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:29:38.165 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:29:38.170 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|