mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-27 13:02:15 +00:00
66 lines
12 KiB
Plaintext
66 lines
12 KiB
Plaintext
2026-04-23 00:00:35.173 INFO [tests.conftest] Fleet bootstrap inactive – pass --fleet (or set FLEET_BOOTSTRAP=true) to connect local nodes to the waku.test fleet
|
||
2026-04-23 00:00:35.174 DEBUG [tests.conftest] Running fixture setup: test_id
|
||
2026-04-23 00:00:35.174 DEBUG [tests.conftest] Running test: test_publish_without_subscribing_via_api_works with id: 2026-04-23_00-00-35__cb7bfa7e-00ab-4ee7-8253-863fb134b633
|
||
2026-04-23 00:00:35.174 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||
2026-04-23 00:00:35.174 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||
2026-04-23 00:00:35.174 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||
2026-04-23 00:00:35.181 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
2026-04-23 00:00:35.181 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-23_00-00-35__cb7bfa7e-00ab-4ee7-8253-863fb134b633__wakuorg_nwaku:latest.log
|
||
2026-04-23 00:00:35.181 DEBUG [src.node.waku_node] Starting Node...
|
||
2026-04-23 00:00:35.181 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
2026-04-23 00:00:35.183 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
2026-04-23 00:00:35.183 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.65.0
|
||
2026-04-23 00:00:35.183 DEBUG [src.node.docker_mananger] Generated ports ['47180', '47181', '47182', '47183', '47184']
|
||
2026-04-23 00:00:35.183 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
2026-04-23 00:00:35.183 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
2026-04-23 00:00:35.183 DEBUG [src.node.waku_node] Using volumes []
|
||
2026-04-23 00:00:35.183 DEBUG [src.node.docker_mananger] docker run -i -t -p 47180:47180 -p 47181:47181 -p 47182:47182 -p 47183:47183 -p 47184:47184 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=47182 --rest-port=47180 --tcp-port=47181 --discv5-udp-port=47183 --rest-address=0.0.0.0 --nat=extip:172.18.65.0 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=e51caaaec9d9fb7b5edfe7fe9a1f3dd6b13e48bd0c9e8a62a78dbc0cc3de3f6d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47184 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||
2026-04-23 00:00:35.336 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.65.0 waku 45f0b4aa89cb78e1c31cfb79e991d4dd1c6726937360483edc53bc5f6035cead
|
||
2026-04-23 00:00:35.366 DEBUG [src.node.docker_mananger] Container started with ID 45f0b4aa89cb. Setting up logs at ./log/docker/node1_2026-04-23_00-00-35__cb7bfa7e-00ab-4ee7-8253-863fb134b633__wakuorg_nwaku:latest.log
|
||
2026-04-23 00:00:35.367 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47180
|
||
2026-04-23 00:00:35.367 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
2026-04-23 00:00:35.464 ERROR [src.node.docker_mananger] Max retries reached for container bff8741e2dea. Exiting log stream.
|
||
2026-04-23 00:00:35.815 ERROR [src.node.docker_mananger] Max retries reached for container 685579ea53a0. Exiting log stream.
|
||
2026-04-23 00:00:36.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47180/health" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:00:36.371 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||
2026-04-23 00:00:36.371 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
2026-04-23 00:00:36.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47180/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:00:36.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.65.0/tcp/47181/p2p/16Uiu2HAm5nCXTjr5kLgH4w9iGRuEtLUXDRoXRZj24gwEZ1Y6tvF7","/ip4/172.18.65.0/tcp/47182/ws/p2p/16Uiu2HAm5nCXTjr5kLgH4w9iGRuEtLUXDRoXRZj24gwEZ1Y6tvF7"],"enrUri":"enr:-L24QDSJUHkBUO5-RwcECrtfbw3AoOgs6_ZtHl1Vd8U8u5EfK-vM8Wbb7ytz36wbfHFs6YP1uDazmDIe0vOPoPLHdKMCgmlkgnY0gmlwhKwSQQCKbXVsdGlhZGRyc5YACASsEkEABrhNAAoErBJBAAa4Tt0DgnJzhQDHAQAAiXNlY3AyNTZrMaECmdcGH9hRgQtGd_7Mtb1BeJURAbACbIfLDKROq3mXbk6DdGNwgrhNg3VkcIK4T4V3YWt1MgU"}'
|
||
2026-04-23 00:00:36.374 INFO [src.node.waku_node] REST service is ready !!
|
||
2026-04-23 00:00:36.380 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
2026-04-23 00:00:36.380 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-23_00-00-35__cb7bfa7e-00ab-4ee7-8253-863fb134b633__wakuorg_nwaku:latest.log
|
||
2026-04-23 00:00:36.380 DEBUG [src.node.waku_node] Starting Node...
|
||
2026-04-23 00:00:36.380 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
2026-04-23 00:00:36.381 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
2026-04-23 00:00:36.381 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.178.25
|
||
2026-04-23 00:00:36.382 DEBUG [src.node.docker_mananger] Generated ports ['42869', '42870', '42871', '42872', '42873']
|
||
2026-04-23 00:00:36.382 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
2026-04-23 00:00:36.382 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
2026-04-23 00:00:36.382 DEBUG [src.node.waku_node] Using volumes []
|
||
2026-04-23 00:00:36.382 DEBUG [src.node.docker_mananger] docker run -i -t -p 42869:42869 -p 42870:42870 -p 42871:42871 -p 42872:42872 -p 42873:42873 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=42871 --rest-port=42869 --tcp-port=42870 --discv5-udp-port=42872 --rest-address=0.0.0.0 --nat=extip:172.18.178.25 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=eefed1f22bc0be17eccb8f15e9e8cae7cef977fd692c8cc0e05fb2b803ade6d2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42873 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDSJUHkBUO5-RwcECrtfbw3AoOgs6_ZtHl1Vd8U8u5EfK-vM8Wbb7ytz36wbfHFs6YP1uDazmDIe0vOPoPLHdKMCgmlkgnY0gmlwhKwSQQCKbXVsdGlhZGRyc5YACASsEkEABrhNAAoErBJBAAa4Tt0DgnJzhQDHAQAAiXNlY3AyNTZrMaECmdcGH9hRgQtGd_7Mtb1BeJURAbACbIfLDKROq3mXbk6DdGNwgrhNg3VkcIK4T4V3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||
2026-04-23 00:00:36.548 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.178.25 waku ddef8b0e97388ee9bc08239f2f44c25f30fb464d7b6d3e83c8793396fe3ac7c9
|
||
2026-04-23 00:00:36.574 DEBUG [src.node.docker_mananger] Container started with ID ddef8b0e9738. Setting up logs at ./log/docker/node2_2026-04-23_00-00-35__cb7bfa7e-00ab-4ee7-8253-863fb134b633__wakuorg_nwaku:latest.log
|
||
2026-04-23 00:00:36.575 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42869
|
||
2026-04-23 00:00:36.575 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
2026-04-23 00:00:37.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42869/health" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:00:37.589 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||
2026-04-23 00:00:37.601 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
2026-04-23 00:00:37.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42869/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-23 00:00:37.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.178.25/tcp/42870/p2p/16Uiu2HAkuVZ2ons4iUFHnEN8LNx9EnpMUbgXxKMowHbDL961pGQ8","/ip4/172.18.178.25/tcp/42871/ws/p2p/16Uiu2HAkuVZ2ons4iUFHnEN8LNx9EnpMUbgXxKMowHbDL961pGQ8"],"enrUri":"enr:-L24QKVPV2_y6mZa0PGoN13UzmXxYJG2LW-G5FJgMhx4psWYRhRjJGSn2aFZH7nuUj2eVenMjt4O_qAtN_inTl4-h6oCgmlkgnY0gmlwhKwSshmKbXVsdGlhZGRyc5YACASsErIZBqd2AAoErBKyGQand90DgnJzhQDHAQAAiXNlY3AyNTZrMaECAP53kdvCsaKVBDs5KVbtDnUChD0H5TPKRyNHuJ3qbVGDdGNwgqd2g3VkcIKneIV3YWt1MgE"}'
|
||
2026-04-23 00:00:37.611 INFO [src.node.waku_node] REST service is ready !!
|
||
2026-04-23 00:00:37.611 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42869/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.65.0/tcp/47181/p2p/16Uiu2HAm5nCXTjr5kLgH4w9iGRuEtLUXDRoXRZj24gwEZ1Y6tvF7"]'
|
||
2026-04-23 00:00:37.617 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-23 00:00:37.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47180/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-23 00:00:37.626 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-23 00:00:37.627 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42869/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-23 00:00:37.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-23 00:00:37.636 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||
2026-04-23 00:00:37.640 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||
2026-04-23 00:00:37.640 DEBUG [src.node.waku_node] Stopping container with id 45f0b4aa89cb
|
||
2026-04-23 00:00:38.030 DEBUG [src.node.waku_node] Container stopped.
|
||
2026-04-23 00:00:38.030 DEBUG [src.node.waku_node] Stopping container with id ddef8b0e9738
|
||
2026-04-23 00:00:38.410 DEBUG [src.node.waku_node] Container stopped.
|
||
2026-04-23 00:00:38.412 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||
2026-04-23 00:00:38.425 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||
2026-04-23 00:00:38.434 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|