mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 01:53:28 +00:00
69 lines
12 KiB
Plaintext
69 lines
12 KiB
Plaintext
2026-01-29 04:48:40.373 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-29 04:48:40.373 DEBUG [tests.conftest] Running test: test_publish_on_not_subscribed_content_topic_works with id: 2026-01-29_04-48-40__80254aa6-ce1b-499a-9121-bc5b2a93466e
|
|
2026-01-29 04:48:40.374 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-29 04:48:40.374 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-29 04:48:40.374 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-01-29 04:48:40.385 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-29 04:48:40.386 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-48-40__80254aa6-ce1b-499a-9121-bc5b2a93466e__wakuorg_nwaku:latest.log
|
|
2026-01-29 04:48:40.386 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-29 04:48:40.386 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-29 04:48:40.390 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-29 04:48:40.390 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.242.6
|
|
2026-01-29 04:48:40.390 DEBUG [src.node.docker_mananger] Generated ports ['48318', '48319', '48320', '48321', '48322']
|
|
2026-01-29 04:48:40.391 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-29 04:48:40.391 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-29 04:48:40.391 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-29 04:48:40.391 DEBUG [src.node.docker_mananger] docker run -i -t -p 48318:48318 -p 48319:48319 -p 48320:48320 -p 48321:48321 -p 48322:48322 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=48320 --rest-port=48318 --tcp-port=48319 --discv5-udp-port=48321 --rest-address=0.0.0.0 --nat=extip:172.18.242.6 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bdb0d483baa39722dcfccdadd2a7e691e61e3c347c061f7e8f082c5907d7c21e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48322 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-01-29 04:48:40.590 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.242.6 waku f339dcfde57088b099fc14a49ed4b5640545f175e8638e2d8a4bfcf38c7b671d
|
|
2026-01-29 04:48:40.619 DEBUG [src.node.docker_mananger] Container started with ID f339dcfde570. Setting up logs at ./log/docker/node1_2026-01-29_04-48-40__80254aa6-ce1b-499a-9121-bc5b2a93466e__wakuorg_nwaku:latest.log
|
|
2026-01-29 04:48:40.621 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48318
|
|
2026-01-29 04:48:40.621 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-29 04:48:40.622 ERROR [src.node.docker_mananger] Max retries reached for container 5b8b9cf96572. Exiting log stream.
|
|
2026-01-29 04:48:41.203 ERROR [src.node.docker_mananger] Max retries reached for container cd0cda7ba7c7. Exiting log stream.
|
|
2026-01-29 04:48:41.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48318/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:48:41.626 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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"}]}'
|
|
2026-01-29 04:48:41.626 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-29 04:48:41.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48318/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:48:41.629 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.242.6/tcp/48319/p2p/16Uiu2HAmKtLwA9KDN2W7nfehHTSWWYmkgXWb3jyRx33tSQnJhQ3P","/ip4/172.18.242.6/tcp/48320/ws/p2p/16Uiu2HAmKtLwA9KDN2W7nfehHTSWWYmkgXWb3jyRx33tSQnJhQ3P"],"enrUri":"enr:-L24QC-c0LXeiQYveHkRfHAsr_f1Z-u5_eCvd6VKDhsuVtYdFf6DtkmTuu0ht_YkrlNNKV2OO4HKFfrSh_ulOgRmnYwCgmlkgnY0gmlwhKwS8gaKbXVsdGlhZGRyc5YACASsEvIGBry_AAoErBLyBga8wN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDa22iIn66BjFIO-tduAXOjr4hhi5NSV5oFMLof5YeLXaDdGNwgry_g3VkcIK8wYV3YWt1MgU"}'
|
|
2026-01-29 04:48:41.629 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-29 04:48:41.636 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-29 04:48:41.636 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-48-40__80254aa6-ce1b-499a-9121-bc5b2a93466e__wakuorg_nwaku:latest.log
|
|
2026-01-29 04:48:41.636 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-29 04:48:41.637 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-29 04:48:41.638 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-29 04:48:41.638 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.26.142
|
|
2026-01-29 04:48:41.638 DEBUG [src.node.docker_mananger] Generated ports ['12136', '12137', '12138', '12139', '12140']
|
|
2026-01-29 04:48:41.638 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-29 04:48:41.638 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-29 04:48:41.638 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-29 04:48:41.639 DEBUG [src.node.docker_mananger] docker run -i -t -p 12136:12136 -p 12137:12137 -p 12138:12138 -p 12139:12139 -p 12140:12140 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=12138 --rest-port=12136 --tcp-port=12137 --discv5-udp-port=12139 --rest-address=0.0.0.0 --nat=extip:172.18.26.142 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8fb02f87eb5127538c5130ae7db991addbce4f88c756b9a1babfcdeba3e44fc0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12140 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QC-c0LXeiQYveHkRfHAsr_f1Z-u5_eCvd6VKDhsuVtYdFf6DtkmTuu0ht_YkrlNNKV2OO4HKFfrSh_ulOgRmnYwCgmlkgnY0gmlwhKwS8gaKbXVsdGlhZGRyc5YACASsEvIGBry_AAoErBLyBga8wN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDa22iIn66BjFIO-tduAXOjr4hhi5NSV5oFMLof5YeLXaDdGNwgry_g3VkcIK8wYV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-01-29 04:48:41.824 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.26.142 waku 19331ef868575550dd0df13eb040183b865ca2ebe73e26b0883229531ee00754
|
|
2026-01-29 04:48:41.856 DEBUG [src.node.docker_mananger] Container started with ID 19331ef86857. Setting up logs at ./log/docker/node2_2026-01-29_04-48-40__80254aa6-ce1b-499a-9121-bc5b2a93466e__wakuorg_nwaku:latest.log
|
|
2026-01-29 04:48:41.857 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12136
|
|
2026-01-29 04:48:41.857 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-29 04:48:42.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12136/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:48:42.872 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":"READY"}]}'
|
|
2026-01-29 04:48:42.873 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-29 04:48:42.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12136/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:48:42.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.26.142/tcp/12137/p2p/16Uiu2HAm5a3otmtX72ZBTHrVPozWxyniAGrkRw6XaL2B1NRMwQi8","/ip4/172.18.26.142/tcp/12138/ws/p2p/16Uiu2HAm5a3otmtX72ZBTHrVPozWxyniAGrkRw6XaL2B1NRMwQi8"],"enrUri":"enr:-L24QBNJ1EtMVhm7xSi4pMLZX5pSxKM7LC8r5uZEHQmILBcuUw7MbK_O-PikQ_D2qZl1wRBri4xEXRlgBjIuGxKnz-MCgmlkgnY0gmlwhKwSGo6KbXVsdGlhZGRyc5YACASsEhqOBi9pAAoErBIajgYvat0DgnJzhQACAQAAiXNlY3AyNTZrMaEClroyvjnAcYcwunp0yG2MFoXOyLGokWHkY89LOajMQ32DdGNwgi9pg3VkcIIva4V3YWt1MgE"}'
|
|
2026-01-29 04:48:42.881 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-29 04:48:42.881 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12136/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.242.6/tcp/48319/p2p/16Uiu2HAmKtLwA9KDN2W7nfehHTSWWYmkgXWb3jyRx33tSQnJhQ3P"]'
|
|
2026-01-29 04:48:42.884 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:48:42.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48318/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-01-29 04:48:42.887 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:48:42.887 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12136/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-01-29 04:48:42.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:48:42.890 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48318/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:48:42.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:48:42.893 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12136/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:48:42.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:48:42.896 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-29 04:48:42.898 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-29 04:48:42.898 DEBUG [src.node.waku_node] Stopping container with id f339dcfde570
|
|
2026-01-29 04:48:43.524 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-29 04:48:43.524 DEBUG [src.node.waku_node] Stopping container with id 19331ef86857
|
|
2026-01-29 04:48:44.084 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-29 04:48:44.085 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-29 04:48:44.091 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-29 04:48:44.096 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|