mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 00:43:07 +00:00
122 lines
20 KiB
Plaintext
122 lines
20 KiB
Plaintext
|
|
2025-12-10 04:13:43.833 DEBUG [tests.conftest] Running fixture setup: test_id
|
||
|
|
2025-12-10 04:13:43.833 DEBUG [tests.conftest] Running test: test_metrics_after_light_push with id: 2025-12-10_04-13-43__5e3709b0-63e7-448b-9190-9c032a125112
|
||
|
|
2025-12-10 04:13:43.834 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||
|
|
2025-12-10 04:13:43.834 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||
|
|
2025-12-10 04:13:43.834 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||
|
|
2025-12-10 04:13:43.834 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||
|
|
2025-12-10 04:13:43.835 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||
|
|
2025-12-10 04:13:43.841 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
|
|
2025-12-10 04:13:43.842 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-10_04-13-43__5e3709b0-63e7-448b-9190-9c032a125112__wakuorg_nwaku:latest.log
|
||
|
|
2025-12-10 04:13:43.842 DEBUG [src.node.waku_node] Starting Node...
|
||
|
|
2025-12-10 04:13:43.842 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
|
|
2025-12-10 04:13:43.843 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
|
|
2025-12-10 04:13:43.843 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.40.98
|
||
|
|
2025-12-10 04:13:43.843 DEBUG [src.node.docker_mananger] Generated ports ['62203', '62204', '62205', '62206', '62207']
|
||
|
|
2025-12-10 04:13:43.844 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
|
|
2025-12-10 04:13:43.844 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
|
|
2025-12-10 04:13:43.844 DEBUG [src.node.waku_node] Using volumes []
|
||
|
|
2025-12-10 04:13:43.844 DEBUG [src.node.docker_mananger] docker run -i -t -p 62203:62203 -p 62204:62204 -p 62205:62205 -p 62206:62206 -p 62207:62207 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=62205 --rest-port=62203 --tcp-port=62204 --discv5-udp-port=62206 --rest-address=0.0.0.0 --nat=extip:172.18.40.98 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7e39ed5300baca4ae07afb5ab93ffcfdebabcd1bd2cab8ae61217ffe67add43b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62207 --metrics-logging=true --lightpush=true --relay=true
|
||
|
|
2025-12-10 04:13:44.016 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.40.98 waku 996b8a4ef1ca4ab525ca642c2dc48cc8239fe894bd5e332022b501aaeebb5056
|
||
|
|
2025-12-10 04:13:44.047 DEBUG [src.node.docker_mananger] Container started with ID 996b8a4ef1ca. Setting up logs at ./log/docker/receiving_node1_2025-12-10_04-13-43__5e3709b0-63e7-448b-9190-9c032a125112__wakuorg_nwaku:latest.log
|
||
|
|
2025-12-10 04:13:44.049 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62203
|
||
|
|
2025-12-10 04:13:44.049 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
|
|
2025-12-10 04:13:44.087 ERROR [src.node.docker_mananger] Max retries reached for container 9de6268a0200. Exiting log stream.
|
||
|
|
2025-12-10 04:13:44.611 ERROR [src.node.docker_mananger] Max retries reached for container 03cbc28f8fb7. Exiting log stream.
|
||
|
|
2025-12-10 04:13:45.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62203/health" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-10 04:13:45.052 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-10 04:13:45.052 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
|
|
2025-12-10 04:13:45.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62203/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-10 04:13:45.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.40.98/tcp/62204/p2p/16Uiu2HAmHMRrXnd3gSS1ysXMbrptZSAavwQTdh4Aky7858jthwyL","/ip4/172.18.40.98/tcp/62205/ws/p2p/16Uiu2HAmHMRrXnd3gSS1ysXMbrptZSAavwQTdh4Aky7858jthwyL"],"enrUri":"enr:-L24QAKgWOncX1TIHpF49FjRoOT0VAZizpdyewSiU9x4WxkEIgUjynodAMUVHidaEciM3o-LI9OTsiKk8BC-98kY8jACgmlkgnY0gmlwhKwSKGKKbXVsdGlhZGRyc5YACASsEihiBvL8AAoErBIoYgby_d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRcrRVkz29I37cxjb9A_ZMp4Ur3lFPC5Thzolnq-OL8uDdGNwgvL8g3VkcILy_oV3YWt1Mgk"}'
|
||
|
|
2025-12-10 04:13:45.054 INFO [src.node.waku_node] REST service is ready !!
|
||
|
|
2025-12-10 04:13:45.061 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
|
|
2025-12-10 04:13:45.061 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-10_04-13-43__5e3709b0-63e7-448b-9190-9c032a125112__wakuorg_nwaku:latest.log
|
||
|
|
2025-12-10 04:13:45.061 DEBUG [src.node.waku_node] Starting Node...
|
||
|
|
2025-12-10 04:13:45.061 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
|
|
2025-12-10 04:13:45.062 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
|
|
2025-12-10 04:13:45.063 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.146.19
|
||
|
|
2025-12-10 04:13:45.063 DEBUG [src.node.docker_mananger] Generated ports ['56938', '56939', '56940', '56941', '56942']
|
||
|
|
2025-12-10 04:13:45.063 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
|
|
2025-12-10 04:13:45.063 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
|
|
2025-12-10 04:13:45.063 DEBUG [src.node.waku_node] Using volumes []
|
||
|
|
2025-12-10 04:13:45.063 DEBUG [src.node.docker_mananger] docker run -i -t -p 56938:56938 -p 56939:56939 -p 56940:56940 -p 56941:56941 -p 56942:56942 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=56940 --rest-port=56938 --tcp-port=56939 --discv5-udp-port=56941 --rest-address=0.0.0.0 --nat=extip:172.18.146.19 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4f3eceaed5f80cf566c40cbdd4ca7dcb71576cf058055d72fce31a24cbab6ced --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56942 --metrics-logging=true --lightpush=false --relay=true
|
||
|
|
2025-12-10 04:13:45.241 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.146.19 waku d32d2db652b6f95578a36c02ea2c86dc47b12d1bc54a2c2e350c3d9db4a28cd5
|
||
|
|
2025-12-10 04:13:45.276 DEBUG [src.node.docker_mananger] Container started with ID d32d2db652b6. Setting up logs at ./log/docker/receiving_node2_2025-12-10_04-13-43__5e3709b0-63e7-448b-9190-9c032a125112__wakuorg_nwaku:latest.log
|
||
|
|
2025-12-10 04:13:45.277 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56938
|
||
|
|
2025-12-10 04:13:45.277 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
|
|
2025-12-10 04:13:46.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56938/health" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-10 04:13:46.280 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-10 04:13:46.281 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
|
|
2025-12-10 04:13:46.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56938/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-10 04:13:46.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.146.19/tcp/56939/p2p/16Uiu2HAmRdPwEb9p413qUkEbHwT1bfwfY6BFTFmQwagQuggoK7rB","/ip4/172.18.146.19/tcp/56940/ws/p2p/16Uiu2HAmRdPwEb9p413qUkEbHwT1bfwfY6BFTFmQwagQuggoK7rB"],"enrUri":"enr:-L24QEhcMxC27ZUNSnydp7HMvqKej1uro_N0a7QogXOA2WPEZfpngZDqQY83Lnp9bxzjYOCb4sRSwc_hlzBmxlptVdcCgmlkgnY0gmlwhKwSkhOKbXVsdGlhZGRyc5YACASsEpITBt5rAAoErBKSEwbebN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwL9vtaxewhs4j4w2VHonls6k6fFcHW_T7uXPRpUCu8yDdGNwgt5rg3VkcILebYV3YWt1MgE"}'
|
||
|
|
2025-12-10 04:13:46.283 INFO [src.node.waku_node] REST service is ready !!
|
||
|
|
2025-12-10 04:13:46.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56938/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.40.98/tcp/62204/p2p/16Uiu2HAmHMRrXnd3gSS1ysXMbrptZSAavwQTdh4Aky7858jthwyL"]'
|
||
|
|
2025-12-10 04:13:46.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2025-12-10 04:13:46.321 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
|
|
2025-12-10 04:13:46.322 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-10_04-13-43__5e3709b0-63e7-448b-9190-9c032a125112__wakuorg_nwaku:latest.log
|
||
|
|
2025-12-10 04:13:46.322 DEBUG [src.node.waku_node] Starting Node...
|
||
|
|
2025-12-10 04:13:46.322 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
|
|
2025-12-10 04:13:46.331 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
|
|
2025-12-10 04:13:46.332 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.102.154
|
||
|
|
2025-12-10 04:13:46.333 DEBUG [src.node.docker_mananger] Generated ports ['64799', '64800', '64801', '64802', '64803']
|
||
|
|
2025-12-10 04:13:46.333 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
|
|
2025-12-10 04:13:46.333 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
|
|
2025-12-10 04:13:46.333 DEBUG [src.node.waku_node] Using volumes []
|
||
|
|
2025-12-10 04:13:46.333 DEBUG [src.node.docker_mananger] docker run -i -t -p 64799:64799 -p 64800:64800 -p 64801:64801 -p 64802:64802 -p 64803:64803 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=64801 --rest-port=64799 --tcp-port=64800 --discv5-udp-port=64802 --rest-address=0.0.0.0 --nat=extip:172.18.102.154 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aaac524ac8fcc799eafbe20d32915ee11c4d1af7ddda6df9bfffb2144daed3cb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64803 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAKgWOncX1TIHpF49FjRoOT0VAZizpdyewSiU9x4WxkEIgUjynodAMUVHidaEciM3o-LI9OTsiKk8BC-98kY8jACgmlkgnY0gmlwhKwSKGKKbXVsdGlhZGRyc5YACASsEihiBvL8AAoErBIoYgby_d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRcrRVkz29I37cxjb9A_ZMp4Ur3lFPC5Thzolnq-OL8uDdGNwgvL8g3VkcILy_oV3YWt1Mgk --lightpushnode=/ip4/172.18.40.98/tcp/62204/p2p/16Uiu2HAmHMRrXnd3gSS1ysXMbrptZSAavwQTdh4Aky7858jthwyL --lightpush=true --relay=false
|
||
|
|
2025-12-10 04:13:46.514 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.102.154 waku a5b6771c40f2147d37e6b16d1d158831be3d08263777c56265316f2ee087a664
|
||
|
|
2025-12-10 04:13:46.546 DEBUG [src.node.docker_mananger] Container started with ID a5b6771c40f2. Setting up logs at ./log/docker/lightpush_node1_2025-12-10_04-13-43__5e3709b0-63e7-448b-9190-9c032a125112__wakuorg_nwaku:latest.log
|
||
|
|
2025-12-10 04:13:46.546 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64799
|
||
|
|
2025-12-10 04:13:46.547 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
|
|
2025-12-10 04:13:47.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64799/health" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-10 04:13:47.550 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-10 04:13:47.550 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
|
|
2025-12-10 04:13:47.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64799/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-10 04:13:47.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.102.154/tcp/64800/p2p/16Uiu2HAm5opgaXFGLi1Ezhc2ak1weQoNKbTrUWgCC8V9mttiotJJ","/ip4/172.18.102.154/tcp/64801/ws/p2p/16Uiu2HAm5opgaXFGLi1Ezhc2ak1weQoNKbTrUWgCC8V9mttiotJJ"],"enrUri":"enr:-L24QNX_hsBD1RLS8JEq10-pm66xbqZUMW-gYK1-KfvMeiqZZ8KeOeOMqSm-rMrj4CHvVbD5wh_ATlfT4c5sFMdXreUCgmlkgnY0gmlwhKwSZpqKbXVsdGlhZGRyc5YACASsEmaaBv0gAAoErBJmmgb9Id0DgnJzhQADAQAAiXNlY3AyNTZrMaECmkF84DQ0BlgkVg-C9gP5FxPWsJ3OEIFOK71mXoMnTHeDdGNwgv0gg3VkcIL9IoV3YWt1Mgg"}'
|
||
|
|
2025-12-10 04:13:47.553 INFO [src.node.waku_node] REST service is ready !!
|
||
|
|
2025-12-10 04:13:47.554 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64799/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.40.98/tcp/62204/p2p/16Uiu2HAmHMRrXnd3gSS1ysXMbrptZSAavwQTdh4Aky7858jthwyL"]'
|
||
|
|
2025-12-10 04:13:47.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2025-12-10 04:13:47.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64799/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.146.19/tcp/56939/p2p/16Uiu2HAmRdPwEb9p413qUkEbHwT1bfwfY6BFTFmQwagQuggoK7rB"]'
|
||
|
|
2025-12-10 04:13:47.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2025-12-10 04:13:47.611 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62203/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||
|
|
2025-12-10 04:13:47.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2025-12-10 04:13:47.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56938/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||
|
|
2025-12-10 04:13:47.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2025-12-10 04:13:47.629 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64799/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": 1765340027629190015}}'
|
||
|
|
2025-12-10 04:13:47.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2025-12-10 04:13:47.646 DEBUG [src.libs.common] Sleeping for 0.5 seconds
|
||
|
|
2025-12-10 04:13:48.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62203/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-10 04:13:48.149 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":1765340027629190015,"ephemeral":false,"proof":""}]'
|
||
|
|
2025-12-10 04:13:48.149 DEBUG [src.libs.common] Sleeping for 5 seconds
|
||
|
|
2025-12-10 04:13:53.149 DEBUG [src.steps.metrics] Checking metric: waku_service_peers{protocol="/vac/waku/lightpush/2.0.0-beta1",peerId="/ip4/172.18.40.98/tcp/62204"} has 1
|
||
|
|
2025-12-10 04:13:53.153 DEBUG [src.steps.metrics] Found metric: waku_service_peers{protocol="/vac/waku/lightpush/2.0.0-beta1",peerId="/ip4/172.18.40.98/tcp/62204"} with value 1.0
|
||
|
|
2025-12-10 04:13:53.154 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
||
|
|
2025-12-10 04:13:53.157 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 2.0
|
||
|
|
2025-12-10 04:13:53.157 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
||
|
|
2025-12-10 04:13:53.160 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 2.0
|
||
|
|
2025-12-10 04:13:53.160 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
||
|
|
2025-12-10 04:13:53.165 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 2.0
|
||
|
|
2025-12-10 04:13:53.165 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
||
|
|
2025-12-10 04:13:53.169 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 2.0
|
||
|
|
2025-12-10 04:13:53.169 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
||
|
|
2025-12-10 04:13:53.172 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
||
|
|
2025-12-10 04:13:53.173 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
||
|
|
2025-12-10 04:13:53.176 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
||
|
|
2025-12-10 04:13:53.176 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
||
|
|
2025-12-10 04:13:53.180 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 2.0
|
||
|
|
2025-12-10 04:13:53.180 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
||
|
|
2025-12-10 04:13:53.183 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 1.0
|
||
|
|
2025-12-10 04:13:53.184 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
||
|
|
2025-12-10 04:13:53.187 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 1.0
|
||
|
|
2025-12-10 04:13:53.189 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||
|
|
2025-12-10 04:13:53.190 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||
|
|
2025-12-10 04:13:53.190 DEBUG [src.node.waku_node] Stopping container with id 996b8a4ef1ca
|
||
|
|
2025-12-10 04:13:53.711 DEBUG [src.node.waku_node] Container stopped.
|
||
|
|
2025-12-10 04:13:53.711 DEBUG [src.node.waku_node] Stopping container with id d32d2db652b6
|
||
|
|
2025-12-10 04:13:54.225 DEBUG [src.node.waku_node] Container stopped.
|
||
|
|
2025-12-10 04:13:54.226 DEBUG [src.node.waku_node] Stopping container with id a5b6771c40f2
|
||
|
|
2025-12-10 04:13:54.523 ERROR [src.node.docker_mananger] Max retries reached for container 996b8a4ef1ca. Exiting log stream.
|
||
|
|
2025-12-10 04:13:54.726 DEBUG [src.node.waku_node] Container stopped.
|
||
|
|
2025-12-10 04:13:54.729 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||
|
|
2025-12-10 04:13:54.741 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||
|
|
2025-12-10 04:13:54.750 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||
|
|
2025-12-10 04:13:54.760 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|