mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 23:43:07 +00:00
122 lines
20 KiB
Plaintext
122 lines
20 KiB
Plaintext
2025-12-08 08:56:53.827 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-08 08:56:53.828 DEBUG [tests.conftest] Running test: test_metrics_after_light_push with id: 2025-12-08_08-56-53__dff0c996-6b28-42ca-a330-f439d3561225
|
|
2025-12-08 08:56:53.828 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-08 08:56:53.828 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-08 08:56:53.829 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2025-12-08 08:56:53.829 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-08 08:56:53.829 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2025-12-08 08:56:53.836 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:56:53.836 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-08_08-56-53__dff0c996-6b28-42ca-a330-f439d3561225__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:56:53.836 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:56:53.836 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:56:53.837 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:56:53.838 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.183.130
|
|
2025-12-08 08:56:53.838 DEBUG [src.node.docker_mananger] Generated ports ['9510', '9511', '9512', '9513', '9514']
|
|
2025-12-08 08:56:53.838 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:56:53.838 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:56:53.838 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:56:53.838 DEBUG [src.node.docker_mananger] docker run -i -t -p 9510:9510 -p 9511:9511 -p 9512:9512 -p 9513:9513 -p 9514:9514 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=9512 --rest-port=9510 --tcp-port=9511 --discv5-udp-port=9513 --rest-address=0.0.0.0 --nat=extip:172.18.183.130 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=abcc02806f24b4f3aacde6c0262cc3b9af5efbedfed4ba5b9659248a198aee88 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9514 --metrics-logging=true --lightpush=true --relay=true
|
|
2025-12-08 08:56:54.014 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.183.130 waku 7882cd352dfd2a2b2a69d3c5049ac4631f2fa63198230dedf27a9012534a46c3
|
|
2025-12-08 08:56:54.043 DEBUG [src.node.docker_mananger] Container started with ID 7882cd352dfd. Setting up logs at ./log/docker/receiving_node1_2025-12-08_08-56-53__dff0c996-6b28-42ca-a330-f439d3561225__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:56:54.044 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9510
|
|
2025-12-08 08:56:54.044 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:56:54.054 ERROR [src.node.docker_mananger] Max retries reached for container 91f92491457d. Exiting log stream.
|
|
2025-12-08 08:56:54.605 ERROR [src.node.docker_mananger] Max retries reached for container 03b3c8bb71bb. Exiting log stream.
|
|
2025-12-08 08:56:55.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9510/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:55.048 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-08 08:56:55.048 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:56:55.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9510/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:55.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.183.130/tcp/9511/p2p/16Uiu2HAmGGt2sKBBdRUKMGyCdgoiEqF5ft5i1YUkn1Swg2PcrrAs","/ip4/172.18.183.130/tcp/9512/ws/p2p/16Uiu2HAmGGt2sKBBdRUKMGyCdgoiEqF5ft5i1YUkn1Swg2PcrrAs"],"enrUri":"enr:-L24QBths6Lf2W_M489x44ObjQmLiDwhvP95mTJy1kTE69egeHnBN3MhVbR8uEycJZprb_71O2ggONpeCL3K27lGk5ECgmlkgnY0gmlwhKwSt4KKbXVsdGlhZGRyc5YACASsEreCBiUnAAoErBK3ggYlKN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNcTTmUKCKjQuqaPBCESahlyMT6T5aBnb-VUoXraJBHiDdGNwgiUng3VkcIIlKYV3YWt1Mgk"}'
|
|
2025-12-08 08:56:55.051 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:56:55.057 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:56:55.057 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-08_08-56-53__dff0c996-6b28-42ca-a330-f439d3561225__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:56:55.057 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:56:55.057 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:56:55.059 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:56:55.059 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.94.29
|
|
2025-12-08 08:56:55.059 DEBUG [src.node.docker_mananger] Generated ports ['64544', '64545', '64546', '64547', '64548']
|
|
2025-12-08 08:56:55.059 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:56:55.059 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:56:55.059 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:56:55.060 DEBUG [src.node.docker_mananger] docker run -i -t -p 64544:64544 -p 64545:64545 -p 64546:64546 -p 64547:64547 -p 64548:64548 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=64546 --rest-port=64544 --tcp-port=64545 --discv5-udp-port=64547 --rest-address=0.0.0.0 --nat=extip:172.18.94.29 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f2bcedddd5cdcc5dfcffbac690f9ad91b2c1c2daf6c2b691fc595dca17cfc2aa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64548 --metrics-logging=true --lightpush=false --relay=true
|
|
2025-12-08 08:56:55.237 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.94.29 waku 9191ec426db3f1f499ab018fbb55fd0c1c786ca06396f6b23e4053cf98548d56
|
|
2025-12-08 08:56:55.266 DEBUG [src.node.docker_mananger] Container started with ID 9191ec426db3. Setting up logs at ./log/docker/receiving_node2_2025-12-08_08-56-53__dff0c996-6b28-42ca-a330-f439d3561225__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:56:55.266 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64544
|
|
2025-12-08 08:56:55.266 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:56:56.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64544/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:56.270 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":"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-08 08:56:56.270 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:56:56.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64544/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:56.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.94.29/tcp/64545/p2p/16Uiu2HAm3fn8fpqDLxpaHP3Pu9oAPQC184D8i9JR41NbxKr5kcze","/ip4/172.18.94.29/tcp/64546/ws/p2p/16Uiu2HAm3fn8fpqDLxpaHP3Pu9oAPQC184D8i9JR41NbxKr5kcze"],"enrUri":"enr:-L24QLldx3U91_P2uavydizevOZTt1i_PXOlbgReotoJ2PEsTAP7JDkfdikY-vwgSNse5K12IrRuxRvmfx8cQAe4oLACgmlkgnY0gmlwhKwSXh2KbXVsdGlhZGRyc5YACASsEl4dBvwhAAoErBJeHQb8It0DgnJzhQADAQAAiXNlY3AyNTZrMaECenqVgacqkGySbUm6_MUlG15o_1IdD6Hx3Yz9b3iio5ODdGNwgvwhg3VkcIL8I4V3YWt1MgE"}'
|
|
2025-12-08 08:56:56.273 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:56:56.273 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64544/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.183.130/tcp/9511/p2p/16Uiu2HAmGGt2sKBBdRUKMGyCdgoiEqF5ft5i1YUkn1Swg2PcrrAs"]'
|
|
2025-12-08 08:56:56.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:56.315 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:56:56.315 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-08_08-56-53__dff0c996-6b28-42ca-a330-f439d3561225__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:56:56.315 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:56:56.315 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:56:56.319 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:56:56.320 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.150.236
|
|
2025-12-08 08:56:56.320 DEBUG [src.node.docker_mananger] Generated ports ['14896', '14897', '14898', '14899', '14900']
|
|
2025-12-08 08:56:56.320 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:56:56.321 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:56:56.321 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:56:56.321 DEBUG [src.node.docker_mananger] docker run -i -t -p 14896:14896 -p 14897:14897 -p 14898:14898 -p 14899:14899 -p 14900:14900 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=14898 --rest-port=14896 --tcp-port=14897 --discv5-udp-port=14899 --rest-address=0.0.0.0 --nat=extip:172.18.150.236 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8073bb8bfac4cdd2412cccbbd3bcdbf0b5bef0fd9f9b2ef8d49e9aea3ff08fc5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14900 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QBths6Lf2W_M489x44ObjQmLiDwhvP95mTJy1kTE69egeHnBN3MhVbR8uEycJZprb_71O2ggONpeCL3K27lGk5ECgmlkgnY0gmlwhKwSt4KKbXVsdGlhZGRyc5YACASsEreCBiUnAAoErBK3ggYlKN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNcTTmUKCKjQuqaPBCESahlyMT6T5aBnb-VUoXraJBHiDdGNwgiUng3VkcIIlKYV3YWt1Mgk --lightpushnode=/ip4/172.18.183.130/tcp/9511/p2p/16Uiu2HAmGGt2sKBBdRUKMGyCdgoiEqF5ft5i1YUkn1Swg2PcrrAs --lightpush=true --relay=false
|
|
2025-12-08 08:56:56.523 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.150.236 waku 0137955adb8110b2c93d968e045ea683d65f39cbd6e0be2da6e87e1625a134a7
|
|
2025-12-08 08:56:56.552 DEBUG [src.node.docker_mananger] Container started with ID 0137955adb81. Setting up logs at ./log/docker/lightpush_node1_2025-12-08_08-56-53__dff0c996-6b28-42ca-a330-f439d3561225__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:56:56.552 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14896
|
|
2025-12-08 08:56:56.552 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:56:57.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14896/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:57.557 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_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":"READY"},{"Legacy Lightpush Client":"READY"},{"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-08 08:56:57.557 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:56:57.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14896/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:57.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.150.236/tcp/14897/p2p/16Uiu2HAmDfXjW7tbDVLZGWA8MaQCdPzZnUDtPUKxnaoLM9y8Qem5","/ip4/172.18.150.236/tcp/14898/ws/p2p/16Uiu2HAmDfXjW7tbDVLZGWA8MaQCdPzZnUDtPUKxnaoLM9y8Qem5"],"enrUri":"enr:-L24QJDymNwfDLp_o0ea-prAW9SIcOPF1VIQnUVkSnNsfv5aQNujq9Ny1GnOF54cPIMfIrhxvEHzJCyC29vaW22IwbsCgmlkgnY0gmlwhKwSluyKbXVsdGlhZGRyc5YACASsEpbsBjoxAAoErBKW7AY6Mt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDDv8r-aI7MyP3ehxkL29hSdX1TjTs31-lZAi69PRD3ziDdGNwgjoxg3VkcII6M4V3YWt1Mgg"}'
|
|
2025-12-08 08:56:57.560 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:56:57.560 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14896/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.183.130/tcp/9511/p2p/16Uiu2HAmGGt2sKBBdRUKMGyCdgoiEqF5ft5i1YUkn1Swg2PcrrAs"]'
|
|
2025-12-08 08:56:57.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:57.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14896/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.94.29/tcp/64545/p2p/16Uiu2HAm3fn8fpqDLxpaHP3Pu9oAPQC184D8i9JR41NbxKr5kcze"]'
|
|
2025-12-08 08:56:57.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:57.615 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9510/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-08 08:56:57.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:57.625 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64544/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-08 08:56:57.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:57.634 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14896/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/1", "message": {"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": 1765184217634604830}}'
|
|
2025-12-08 08:56:57.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:57.647 DEBUG [src.libs.common] Sleeping for 0.5 seconds
|
|
2025-12-08 08:56:58.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9510/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:58.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1765184217634604830,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:56:58.151 DEBUG [src.libs.common] Sleeping for 5 seconds
|
|
2025-12-08 08:57:03.151 DEBUG [src.steps.metrics] Checking metric: waku_service_peers{protocol="/vac/waku/lightpush/2.0.0-beta1",peerId="/ip4/172.18.183.130/tcp/9511"} has 1
|
|
2025-12-08 08:57:03.155 DEBUG [src.steps.metrics] Found metric: waku_service_peers{protocol="/vac/waku/lightpush/2.0.0-beta1",peerId="/ip4/172.18.183.130/tcp/9511"} with value 1.0
|
|
2025-12-08 08:57:03.156 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2025-12-08 08:57:03.159 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 2.0
|
|
2025-12-08 08:57:03.159 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2025-12-08 08:57:03.162 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 2.0
|
|
2025-12-08 08:57:03.162 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2025-12-08 08:57:03.166 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 2.0
|
|
2025-12-08 08:57:03.166 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
|
2025-12-08 08:57:03.169 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 2.0
|
|
2025-12-08 08:57:03.169 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
|
2025-12-08 08:57:03.173 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
|
2025-12-08 08:57:03.173 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
|
2025-12-08 08:57:03.176 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
|
2025-12-08 08:57:03.176 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2025-12-08 08:57:03.179 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 2.0
|
|
2025-12-08 08:57:03.180 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
|
2025-12-08 08:57:03.183 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 1.0
|
|
2025-12-08 08:57:03.183 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
|
2025-12-08 08:57:03.186 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 1.0
|
|
2025-12-08 08:57:03.188 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-08 08:57:03.189 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-08 08:57:03.189 DEBUG [src.node.waku_node] Stopping container with id 7882cd352dfd
|
|
2025-12-08 08:57:03.726 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:57:03.727 DEBUG [src.node.waku_node] Stopping container with id 9191ec426db3
|
|
2025-12-08 08:57:04.273 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:57:04.273 DEBUG [src.node.waku_node] Stopping container with id 0137955adb81
|
|
2025-12-08 08:57:04.539 ERROR [src.node.docker_mananger] Max retries reached for container 7882cd352dfd. Exiting log stream.
|
|
2025-12-08 08:57:04.768 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:57:04.769 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-08 08:57:04.778 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 08:57:04.786 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 08:57:04.792 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|