mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
86 lines
14 KiB
Plaintext
86 lines
14 KiB
Plaintext
2026-03-11 04:38:23.916 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-11 04:38:23.916 DEBUG [tests.conftest] Running test: test_sender_uses_auto_api_receiver_uses_regular_api with id: 2026-03-11_04-38-23__b91f2498-5856-4376-ac6c-e86a474ca376
|
|
2026-03-11 04:38:23.916 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-11 04:38:23.916 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-11 04:38:23.917 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-11 04:38:23.924 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-11 04:38:23.925 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-11_04-38-23__b91f2498-5856-4376-ac6c-e86a474ca376__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:38:23.925 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-11 04:38:23.925 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-11 04:38:23.926 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-11 04:38:23.927 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.26.70
|
|
2026-03-11 04:38:23.927 DEBUG [src.node.docker_mananger] Generated ports ['8588', '8589', '8590', '8591', '8592']
|
|
2026-03-11 04:38:23.927 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-11 04:38:23.927 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-11 04:38:23.927 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-11 04:38:23.927 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-11 04:38:23.927 DEBUG [src.node.docker_mananger] docker run -i -t -p 8588:8588 -p 8589:8589 -p 8590:8590 -p 8591:8591 -p 8592:8592 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=8590 --rest-port=8588 --tcp-port=8589 --discv5-udp-port=8591 --rest-address=0.0.0.0 --nat=extip:172.18.26.70 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a388ac7aa5fd0e183c5db7e1b5f8ed76efae55f6bda0ef7015eb27adb66f3a0b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8592 --metrics-logging=true --relay=true --filter=true --num-shards-in-network=1
|
|
2026-03-11 04:38:24.113 ERROR [src.node.docker_mananger] Max retries reached for container ce7245631313. Exiting log stream.
|
|
2026-03-11 04:38:24.120 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.26.70 waku f82528bc7f787687f4ad2188f105a10129136ab42895b74763462a22cca92add
|
|
2026-03-11 04:38:24.157 DEBUG [src.node.docker_mananger] Container started with ID f82528bc7f78. Setting up logs at ./log/docker/node1_2026-03-11_04-38-23__b91f2498-5856-4376-ac6c-e86a474ca376__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:38:24.157 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8588
|
|
2026-03-11 04:38:24.157 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-11 04:38:24.654 ERROR [src.node.docker_mananger] Max retries reached for container 6547a7c7a107. Exiting log stream.
|
|
2026-03-11 04:38:25.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8588/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:25.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-11 04:38:25.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8588/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:25.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-11 04:38:25.272 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-11 04:38:25.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8588/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:25.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.26.70/tcp/8589/p2p/16Uiu2HAmLGjeqGvXz7C4rtPxDPqB9z8nEPP8Sjbnu4CKWY3QVUKy","/ip4/172.18.26.70/tcp/8590/ws/p2p/16Uiu2HAmLGjeqGvXz7C4rtPxDPqB9z8nEPP8Sjbnu4CKWY3QVUKy"],"enrUri":"enr:-L24QIfTIvswbDWsH0kPuqrbHO8Qnz3CLC3dAON1oL8V0g0LS9XyqmQcifQY1FPPXz3XRim-LFU7bzxszY6NQgAUMtoCgmlkgnY0gmlwhKwSGkaKbXVsdGlhZGRyc5YACASsEhpGBiGNAAoErBIaRgYhjt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDcSoZXBAKmZddyqa_txbdpKO02Si090Pnu9cG1DZRWWiDdGNwgiGNg3VkcIIhj4V3YWt1MgU"}'
|
|
2026-03-11 04:38:25.275 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-11 04:38:25.282 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-11 04:38:25.283 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-11_04-38-23__b91f2498-5856-4376-ac6c-e86a474ca376__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:38:25.283 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-11 04:38:25.283 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-11 04:38:25.284 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-11 04:38:25.284 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.105.163
|
|
2026-03-11 04:38:25.284 DEBUG [src.node.docker_mananger] Generated ports ['39777', '39778', '39779', '39780', '39781']
|
|
2026-03-11 04:38:25.285 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-11 04:38:25.285 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-11 04:38:25.285 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-11 04:38:25.285 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-11 04:38:25.285 DEBUG [src.node.docker_mananger] docker run -i -t -p 39777:39777 -p 39778:39778 -p 39779:39779 -p 39780:39780 -p 39781:39781 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=39779 --rest-port=39777 --tcp-port=39778 --discv5-udp-port=39780 --rest-address=0.0.0.0 --nat=extip:172.18.105.163 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fa5f8b5579ffa61d8980863cde3ba13b5d625a4ddfe0bcda8b29ede7d7e1881d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39781 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIfTIvswbDWsH0kPuqrbHO8Qnz3CLC3dAON1oL8V0g0LS9XyqmQcifQY1FPPXz3XRim-LFU7bzxszY6NQgAUMtoCgmlkgnY0gmlwhKwSGkaKbXVsdGlhZGRyc5YACASsEhpGBiGNAAoErBIaRgYhjt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDcSoZXBAKmZddyqa_txbdpKO02Si090Pnu9cG1DZRWWiDdGNwgiGNg3VkcIIhj4V3YWt1MgU --num-shards-in-network=1
|
|
2026-03-11 04:38:25.495 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.105.163 waku 14fafe1d993ad42cd1efc85c07cb56d18c10dd3202f58b17a8860ec55cc60903
|
|
2026-03-11 04:38:25.533 DEBUG [src.node.docker_mananger] Container started with ID 14fafe1d993a. Setting up logs at ./log/docker/node2_2026-03-11_04-38-23__b91f2498-5856-4376-ac6c-e86a474ca376__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:38:25.534 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39777
|
|
2026-03-11 04:38:25.534 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-11 04:38:26.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39777/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:26.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-11 04:38:26.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39777/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:26.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-11 04:38:26.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39777/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:26.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-11 04:38:26.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39777/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:26.847 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-11 04:38:26.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39777/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:26.950 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-11 04:38:27.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39777/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:27.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-11 04:38:27.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39777/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:27.170 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"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":"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-11 04:38:27.170 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-11 04:38:27.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39777/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:27.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.105.163/tcp/39778/p2p/16Uiu2HAmPaxKL5zVnXiYMbRLWZqxrJ84453tgLQ7uEnqF1VyXYiG","/ip4/172.18.105.163/tcp/39779/ws/p2p/16Uiu2HAmPaxKL5zVnXiYMbRLWZqxrJ84453tgLQ7uEnqF1VyXYiG"],"enrUri":"enr:-L24QCX9PGg8JuhidQxltfbyn4yE5Wq1kqyX7xJxTaxwEwCrZl9y_sGOEwj18RGuI7CA7V44aA0ycnzGnlBGiOLIYf4CgmlkgnY0gmlwhKwSaaOKbXVsdGlhZGRyc5YACASsEmmjBptiAAoErBJpowabY90DgnJzhQACAQAAiXNlY3AyNTZrMaEDomfu7yV2q3AQpmGxEmy_JfD3ZFYnXF5s0UyJiPm6E2WDdGNwgptig3VkcIKbZIV3YWt1MgE"}'
|
|
2026-03-11 04:38:27.173 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-11 04:38:27.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39777/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.26.70/tcp/8589/p2p/16Uiu2HAmLGjeqGvXz7C4rtPxDPqB9z8nEPP8Sjbnu4CKWY3QVUKy"]'
|
|
2026-03-11 04:38:27.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:38:27.200 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8588/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-11 04:38:27.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:38:27.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39777/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-11 04:38:27.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:38:27.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8588/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-11 04:38:27.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:38:27.227 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-11 04:38:27.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39777/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:27.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773203907217926138,"ephemeral":false,"proof":""}]'
|
|
2026-03-11 04:38:27.332 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-11 04:38:27.333 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-11 04:38:27.334 DEBUG [src.node.waku_node] Stopping container with id f82528bc7f78
|
|
2026-03-11 04:38:27.934 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-11 04:38:27.936 DEBUG [src.node.waku_node] Stopping container with id 14fafe1d993a
|
|
2026-03-11 04:38:28.518 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-11 04:38:28.519 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-11 04:38:28.551 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-11 04:38:28.579 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|