mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
74 lines
13 KiB
Plaintext
74 lines
13 KiB
Plaintext
2026-03-30 15:24:16.900 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-30 15:24:16.900 DEBUG [tests.conftest] Running test: test_single_content_topic[/waku/2/content/test.js] with id: 2026-03-30_15-24-16__03117645-5f21-487f-bccc-8060c0cc8cdf
|
|
2026-03-30 15:24:16.900 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-30 15:24:16.901 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-30 15:24:16.901 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-30 15:24:16.908 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 15:24:16.908 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-30_15-24-16__03117645-5f21-487f-bccc-8060c0cc8cdf__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:24:16.908 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 15:24:16.908 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 15:24:16.910 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 15:24:16.910 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.101.35
|
|
2026-03-30 15:24:16.910 DEBUG [src.node.docker_mananger] Generated ports ['17578', '17579', '17580', '17581', '17582']
|
|
2026-03-30 15:24:16.910 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 15:24:16.910 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 15:24:16.910 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 15:24:16.911 DEBUG [src.node.docker_mananger] docker run -i -t -p 17578:17578 -p 17579:17579 -p 17580:17580 -p 17581:17581 -p 17582:17582 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=17580 --rest-port=17578 --tcp-port=17579 --discv5-udp-port=17581 --rest-address=0.0.0.0 --nat=extip:172.18.101.35 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=f3c624ca055f7d03796662aa2d96cbaa9dea05bfb1f3b0bfda11cd3e1ef2a809 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17582 --metrics-logging=true --relay=true --filter=true --content-topic=/waku/2/content/test.js
|
|
2026-03-30 15:24:17.119 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.101.35 waku fc6573bea4978a3112ae8b9e51303cd4f39aeec5f5f55c7b3511cfd500498d6c
|
|
2026-03-30 15:24:17.153 DEBUG [src.node.docker_mananger] Container started with ID fc6573bea497. Setting up logs at ./log/docker/node1_2026-03-30_15-24-16__03117645-5f21-487f-bccc-8060c0cc8cdf__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:24:17.153 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17578
|
|
2026-03-30 15:24:17.154 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 15:24:17.226 ERROR [src.node.docker_mananger] Max retries reached for container d99485b1e6c0. Exiting log stream.
|
|
2026-03-30 15:24:17.696 ERROR [src.node.docker_mananger] Max retries reached for container a92181c8981e. Exiting log stream.
|
|
2026-03-30 15:24:18.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17578/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:24:18.158 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 15:24:18.158 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 15:24:18.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17578/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:24:18.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.101.35/tcp/17579/p2p/16Uiu2HAmLZj4dEjv9MTZU7wPFYXvPxXGYcsMjJfzDyGgF3QREH4S","/ip4/172.18.101.35/tcp/17580/ws/p2p/16Uiu2HAmLZj4dEjv9MTZU7wPFYXvPxXGYcsMjJfzDyGgF3QREH4S"],"enrUri":"enr:-L24QOllSxgUUSnlvSfVs30RlqKEDqmZn3kryKxWepCEecHEe51zB7O1t_FW6gwVLUfvzF6Vs6Lg6CPt_j-dxwDXhaYCgmlkgnY0gmlwhKwSZSOKbXVsdGlhZGRyc5YACASsEmUjBkSrAAoErBJlIwZErN0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDdYROUkcrQbHeM0LQt05dIVysRe5rJuMqNAOw1dMmLm-DdGNwgkSrg3VkcIJErYV3YWt1MgU"}'
|
|
2026-03-30 15:24:18.161 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 15:24:18.167 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 15:24:18.167 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-30_15-24-16__03117645-5f21-487f-bccc-8060c0cc8cdf__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:24:18.168 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 15:24:18.168 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 15:24:18.169 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 15:24:18.169 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.216.4
|
|
2026-03-30 15:24:18.169 DEBUG [src.node.docker_mananger] Generated ports ['47029', '47030', '47031', '47032', '47033']
|
|
2026-03-30 15:24:18.169 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 15:24:18.170 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 15:24:18.170 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 15:24:18.170 DEBUG [src.node.docker_mananger] docker run -i -t -p 47029:47029 -p 47030:47030 -p 47031:47031 -p 47032:47032 -p 47033:47033 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=47031 --rest-port=47029 --tcp-port=47030 --discv5-udp-port=47032 --rest-address=0.0.0.0 --nat=extip:172.18.216.4 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=5bbbcc76ed9d697fe25acf98f0b037f35bf9e7ff3f2a0196fd3cfd2ef9657be1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47033 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOllSxgUUSnlvSfVs30RlqKEDqmZn3kryKxWepCEecHEe51zB7O1t_FW6gwVLUfvzF6Vs6Lg6CPt_j-dxwDXhaYCgmlkgnY0gmlwhKwSZSOKbXVsdGlhZGRyc5YACASsEmUjBkSrAAoErBJlIwZErN0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDdYROUkcrQbHeM0LQt05dIVysRe5rJuMqNAOw1dMmLm-DdGNwgkSrg3VkcIJErYV3YWt1MgU --content-topic=/waku/2/content/test.js
|
|
2026-03-30 15:24:18.361 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.216.4 waku be7acfbc6063cafaffe70a2043568279f5d40df71429a75bf5ed750a2ccf06be
|
|
2026-03-30 15:24:18.395 DEBUG [src.node.docker_mananger] Container started with ID be7acfbc6063. Setting up logs at ./log/docker/node2_2026-03-30_15-24-16__03117645-5f21-487f-bccc-8060c0cc8cdf__wakuorg_nwaku:latest.log
|
|
2026-03-30 15:24:18.396 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47029
|
|
2026-03-30 15:24:18.397 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 15:24:19.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47029/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:24:19.409 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 15:24:19.411 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 15:24:19.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47029/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:24:19.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.216.4/tcp/47030/p2p/16Uiu2HAmTDCABZbJQGQCSunZLJKttfW9ibSwhwPrPtp1HdQnNGeF","/ip4/172.18.216.4/tcp/47031/ws/p2p/16Uiu2HAmTDCABZbJQGQCSunZLJKttfW9ibSwhwPrPtp1HdQnNGeF"],"enrUri":"enr:-L24QBTzZqlzXOES3wgRxmP4Pc9YG5aoIDwSAtGBC4qRXdmNbCCkZ5FGQSmv5UD3hjfVU1vA96eAIo3S3PJ76ReA_lwCgmlkgnY0gmlwhKwS2ASKbXVsdGlhZGRyc5YACASsEtgEBre2AAoErBLYBAa3t90DgnJzhQDHAQAAiXNlY3AyNTZrMaED2EOOBaXVbb6H9C_Q4RdrvtLOH5Qp2r6q1DY8sTfgawSDdGNwgre2g3VkcIK3uIV3YWt1MgE"}'
|
|
2026-03-30 15:24:19.417 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 15:24:19.418 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47029/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.101.35/tcp/17579/p2p/16Uiu2HAmLZj4dEjv9MTZU7wPFYXvPxXGYcsMjJfzDyGgF3QREH4S"]'
|
|
2026-03-30 15:24:19.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:24:19.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17578/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
|
2026-03-30 15:24:19.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:24:19.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47029/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
|
2026-03-30 15:24:19.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:24:19.431 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17578/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 15:24:19.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 15:24:19.435 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 15:24:19.536 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:24:19.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17578/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:24:19.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1774884259430937904,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 15:24:19.541 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 15:24:19.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47029/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 15:24:19.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1774884259430937904,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 15:24:19.547 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-30 15:24:19.548 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-30 15:24:19.548 DEBUG [src.node.waku_node] Stopping container with id fc6573bea497
|
|
2026-03-30 15:24:20.018 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 15:24:20.019 DEBUG [src.node.waku_node] Stopping container with id be7acfbc6063
|
|
2026-03-30 15:24:20.477 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 15:24:20.480 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-30 15:24:20.485 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 15:24:20.490 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|