mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 01:23:07 +00:00
72 lines
13 KiB
Plaintext
72 lines
13 KiB
Plaintext
2026-03-30 10:07:14.600 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-30 10:07:14.600 DEBUG [tests.conftest] Running test: test_sender_uses_regular_api_receiver_uses_auto_api with id: 2026-03-30_10-07-14__4cb1b67d-ac4c-4078-acfd-3d5afe415008
|
|
2026-03-30 10:07:14.600 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-30 10:07:14.601 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-30 10:07:14.601 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-30 10:07:14.609 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 10:07:14.609 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-30_10-07-14__4cb1b67d-ac4c-4078-acfd-3d5afe415008__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:07:14.609 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 10:07:14.609 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 10:07:14.611 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 10:07:14.611 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.155.189
|
|
2026-03-30 10:07:14.611 DEBUG [src.node.docker_mananger] Generated ports ['13812', '13813', '13814', '13815', '13816']
|
|
2026-03-30 10:07:14.611 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-30 10:07:14.611 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 10:07:14.611 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 10:07:14.611 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 10:07:14.612 DEBUG [src.node.docker_mananger] docker run -i -t -p 13812:13812 -p 13813:13813 -p 13814:13814 -p 13815:13815 -p 13816:13816 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=13814 --rest-port=13812 --tcp-port=13813 --discv5-udp-port=13815 --rest-address=0.0.0.0 --nat=extip:172.18.155.189 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=2b830df5e0accffbbddfb01ecf10d67b23493cacff18a1c2edef6fd1e410bde3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13816 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-30 10:07:14.804 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.155.189 waku 734a3ec69232ad4334628cc588daafffad1762a7ae9f5eb1d889ee5d7a6aa452
|
|
2026-03-30 10:07:14.842 DEBUG [src.node.docker_mananger] Container started with ID 734a3ec69232. Setting up logs at ./log/docker/node1_2026-03-30_10-07-14__4cb1b67d-ac4c-4078-acfd-3d5afe415008__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:07:14.843 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13812
|
|
2026-03-30 10:07:14.843 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 10:07:14.923 ERROR [src.node.docker_mananger] Max retries reached for container 0e97e9ba4c97. Exiting log stream.
|
|
2026-03-30 10:07:15.365 ERROR [src.node.docker_mananger] Max retries reached for container d0c72b871fce. Exiting log stream.
|
|
2026-03-30 10:07:15.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13812/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:07:15.847 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"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-30 10:07:15.847 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 10:07:15.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13812/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:07:15.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.155.189/tcp/13813/p2p/16Uiu2HAmPYhidHwJvFqF6m26pvy2HNZWMuHS4eRFsKVdt2TApxTr","/ip4/172.18.155.189/tcp/13814/ws/p2p/16Uiu2HAmPYhidHwJvFqF6m26pvy2HNZWMuHS4eRFsKVdt2TApxTr"],"enrUri":"enr:-L24QAInFIwlsrLuhpYR22f69LxlWHJ5CcX3ut0ebxfPpxpXa2og0XSRrovt5RyvaeuNt_YQhtuo02f9C-IRkFeEYqQCgmlkgnY0gmlwhKwSm72KbXVsdGlhZGRyc5YACASsEpu9BjX1AAoErBKbvQY19t0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDodRD7KvhVneSWkrH1zcAcZTExTHYZLqWGH1U7BYhX7mDdGNwgjX1g3VkcII194V3YWt1MgU"}'
|
|
2026-03-30 10:07:15.850 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 10:07:15.857 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 10:07:15.857 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-30_10-07-14__4cb1b67d-ac4c-4078-acfd-3d5afe415008__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:07:15.857 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 10:07:15.857 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 10:07:15.859 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 10:07:15.859 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.95.145
|
|
2026-03-30 10:07:15.859 DEBUG [src.node.docker_mananger] Generated ports ['25417', '25418', '25419', '25420', '25421']
|
|
2026-03-30 10:07:15.859 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-30 10:07:15.859 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 10:07:15.859 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 10:07:15.860 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 10:07:15.860 DEBUG [src.node.docker_mananger] docker run -i -t -p 25417:25417 -p 25418:25418 -p 25419:25419 -p 25420:25420 -p 25421:25421 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=25419 --rest-port=25417 --tcp-port=25418 --discv5-udp-port=25420 --rest-address=0.0.0.0 --nat=extip:172.18.95.145 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=429e1907588ede05d1fd3d9083f7cad3edfe256695e0ea51fa9efb1fb6ffcec9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25421 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAInFIwlsrLuhpYR22f69LxlWHJ5CcX3ut0ebxfPpxpXa2og0XSRrovt5RyvaeuNt_YQhtuo02f9C-IRkFeEYqQCgmlkgnY0gmlwhKwSm72KbXVsdGlhZGRyc5YACASsEpu9BjX1AAoErBKbvQY19t0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDodRD7KvhVneSWkrH1zcAcZTExTHYZLqWGH1U7BYhX7mDdGNwgjX1g3VkcII194V3YWt1MgU
|
|
2026-03-30 10:07:16.055 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.95.145 waku 5c1a08aee10e4d9d5ec3b645259d3cbba2598e0d708b4a598006637abf65167f
|
|
2026-03-30 10:07:16.088 DEBUG [src.node.docker_mananger] Container started with ID 5c1a08aee10e. Setting up logs at ./log/docker/node2_2026-03-30_10-07-14__4cb1b67d-ac4c-4078-acfd-3d5afe415008__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:07:16.088 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25417
|
|
2026-03-30 10:07:16.088 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 10:07:17.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25417/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:07:17.105 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"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-30 10:07:17.106 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 10:07:17.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25417/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:07:17.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.95.145/tcp/25418/p2p/16Uiu2HAm1cqF2eedJhbTNwAfyPCLD8Wk94rkmDX8jQsY91cmB9VY","/ip4/172.18.95.145/tcp/25419/ws/p2p/16Uiu2HAm1cqF2eedJhbTNwAfyPCLD8Wk94rkmDX8jQsY91cmB9VY"],"enrUri":"enr:-L24QLec4N5axMD15ZCikKVVoy4jTUFbwUJg93vGcf-pSQK3aii_trNJnNz2nsmWF3cSfrre417p7qdLK0LWo6SYzMgCgmlkgnY0gmlwhKwSX5GKbXVsdGlhZGRyc5YACASsEl-RBmNKAAoErBJfkQZjS90DgnJzhQDHAQAAiXNlY3AyNTZrMaECXAH72u05cCR1ymtG-4SN7iTMJTeR39gPwgdoHhqfa8eDdGNwgmNKg3VkcIJjTIV3YWt1MgE"}'
|
|
2026-03-30 10:07:17.117 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 10:07:17.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25417/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.155.189/tcp/13813/p2p/16Uiu2HAmPYhidHwJvFqF6m26pvy2HNZWMuHS4eRFsKVdt2TApxTr"]'
|
|
2026-03-30 10:07:17.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:07:17.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13812/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/199/0"]'
|
|
2026-03-30 10:07:17.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:07:17.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25417/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-30 10:07:17.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:07:17.129 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13812/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:07:17.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:07:17.135 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 10:07:17.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25417/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:07:17.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774865237129287601,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:07:17.240 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-30 10:07:17.241 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-30 10:07:17.241 DEBUG [src.node.waku_node] Stopping container with id 734a3ec69232
|
|
2026-03-30 10:07:17.701 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 10:07:17.703 DEBUG [src.node.waku_node] Stopping container with id 5c1a08aee10e
|
|
2026-03-30 10:07:18.129 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 10:07:18.134 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-30 10:07:18.142 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 10:07:18.147 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|