mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-20 02:33:09 +00:00
76 lines
13 KiB
Plaintext
76 lines
13 KiB
Plaintext
2026-02-25 07:26:47.664 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 07:26:47.664 DEBUG [tests.conftest] Running test: test_content_topic_not_in_docker_flags with id: 2026-02-25_07-26-47__01e0e97d-25eb-4b61-8c67-1dc804739f46
|
|
2026-02-25 07:26:47.664 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 07:26:47.665 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-25 07:26:47.665 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-25 07:26:47.672 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 07:26:47.672 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_07-26-47__01e0e97d-25eb-4b61-8c67-1dc804739f46__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:26:47.672 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 07:26:47.672 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 07:26:47.673 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 07:26:47.674 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.228.26
|
|
2026-02-25 07:26:47.674 DEBUG [src.node.docker_mananger] Generated ports ['49566', '49567', '49568', '49569', '49570']
|
|
2026-02-25 07:26:47.674 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-25 07:26:47.674 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 07:26:47.674 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 07:26:47.674 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 07:26:47.674 DEBUG [src.node.docker_mananger] docker run -i -t -p 49566:49566 -p 49567:49567 -p 49568:49568 -p 49569:49569 -p 49570:49570 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=49568 --rest-port=49566 --tcp-port=49567 --discv5-udp-port=49569 --rest-address=0.0.0.0 --nat=extip:172.18.228.26 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ed5ea85eec71ffbb837d1ebf3dac46b26a502ffbeba8dce8163eff95dc9eacbd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49570 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-25 07:26:47.851 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.228.26 waku 95d64f5135d6f1d14e4f8a2ec055cbff2de492dec63ef5356ea206bc62183d19
|
|
2026-02-25 07:26:47.882 DEBUG [src.node.docker_mananger] Container started with ID 95d64f5135d6. Setting up logs at ./log/docker/node1_2026-02-25_07-26-47__01e0e97d-25eb-4b61-8c67-1dc804739f46__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:26:47.882 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49566
|
|
2026-02-25 07:26:47.882 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 07:26:47.925 ERROR [src.node.docker_mananger] Max retries reached for container 064739cd1b66. Exiting log stream.
|
|
2026-02-25 07:26:48.462 ERROR [src.node.docker_mananger] Max retries reached for container a8d1c914d005. Exiting log stream.
|
|
2026-02-25 07:26:48.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49566/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:26:48.885 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-02-25 07:26:48.885 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 07:26:48.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49566/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:26:48.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.228.26/tcp/49567/p2p/16Uiu2HAmVa3DztXYYq5rGPj1PQoH49gpuZrpz8serzdmPquvrU97","/ip4/172.18.228.26/tcp/49568/ws/p2p/16Uiu2HAmVa3DztXYYq5rGPj1PQoH49gpuZrpz8serzdmPquvrU97"],"enrUri":"enr:-L24QPccIP-sUmd8bQrDa_jKcUJMJh_2kje-VoB1Rl8Sw00fUgRwYXsR3pHedBfKU0v4CKevOrPLK5uv1yvA4gu3JGECgmlkgnY0gmlwhKwS5BqKbXVsdGlhZGRyc5YACASsEuQaBsGfAAoErBLkGgbBoN0DgnJzhQACAQAAiXNlY3AyNTZrMaED-1IGD6nGUueY2ziiJyXQ_W5_PFTRK4--_FVfAjfYohqDdGNwgsGfg3VkcILBoYV3YWt1MgU"}'
|
|
2026-02-25 07:26:48.888 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 07:26:48.894 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 07:26:48.895 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_07-26-47__01e0e97d-25eb-4b61-8c67-1dc804739f46__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:26:48.895 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 07:26:48.895 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 07:26:48.896 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 07:26:48.896 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.241.228
|
|
2026-02-25 07:26:48.896 DEBUG [src.node.docker_mananger] Generated ports ['25069', '25070', '25071', '25072', '25073']
|
|
2026-02-25 07:26:48.896 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-25 07:26:48.897 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 07:26:48.897 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 07:26:48.897 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 07:26:48.897 DEBUG [src.node.docker_mananger] docker run -i -t -p 25069:25069 -p 25070:25070 -p 25071:25071 -p 25072:25072 -p 25073:25073 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=25071 --rest-port=25069 --tcp-port=25070 --discv5-udp-port=25072 --rest-address=0.0.0.0 --nat=extip:172.18.241.228 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b470d06f05ef9a70f09c9ae89da4a4af65a71f90ae7b8cd4456f53ed1a5870db --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25073 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPccIP-sUmd8bQrDa_jKcUJMJh_2kje-VoB1Rl8Sw00fUgRwYXsR3pHedBfKU0v4CKevOrPLK5uv1yvA4gu3JGECgmlkgnY0gmlwhKwS5BqKbXVsdGlhZGRyc5YACASsEuQaBsGfAAoErBLkGgbBoN0DgnJzhQACAQAAiXNlY3AyNTZrMaED-1IGD6nGUueY2ziiJyXQ_W5_PFTRK4--_FVfAjfYohqDdGNwgsGfg3VkcILBoYV3YWt1MgU
|
|
2026-02-25 07:26:49.087 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.241.228 waku 784b2ee71e67672112d513d139aeecd8392995ace8048bf2a5fca0870bbb3657
|
|
2026-02-25 07:26:49.117 DEBUG [src.node.docker_mananger] Container started with ID 784b2ee71e67. Setting up logs at ./log/docker/node2_2026-02-25_07-26-47__01e0e97d-25eb-4b61-8c67-1dc804739f46__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:26:49.118 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25069
|
|
2026-02-25 07:26:49.118 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 07:26:50.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25069/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:26:50.139 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-02-25 07:26:50.143 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 07:26:50.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25069/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:26:50.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.241.228/tcp/25070/p2p/16Uiu2HAmScr5hxxCVYL3fDgaPPDFaWPhWUbFHBcbVFTt7zE5dqXg","/ip4/172.18.241.228/tcp/25071/ws/p2p/16Uiu2HAmScr5hxxCVYL3fDgaPPDFaWPhWUbFHBcbVFTt7zE5dqXg"],"enrUri":"enr:-L24QHg8y_0hALrKIXi9tAD0wNFPQPnx9Dgdl_wcUcbRaKN8UKFMD0E2R6-V5xg3jr-ep0jZLqcQLdpBmhX4CGx1T50CgmlkgnY0gmlwhKwS8eSKbXVsdGlhZGRyc5YACASsEvHkBmHuAAoErBLx5AZh790DgnJzhQACAQAAiXNlY3AyNTZrMaEDz3cbHri3raB9OwONJzIPyu70yJbcmtW9kQ19oAJr6vODdGNwgmHug3VkcIJh8IV3YWt1MgE"}'
|
|
2026-02-25 07:26:50.149 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 07:26:50.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25069/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.228.26/tcp/49567/p2p/16Uiu2HAmVa3DztXYYq5rGPj1PQoH49gpuZrpz8serzdmPquvrU97"]'
|
|
2026-02-25 07:26:50.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:26:50.154 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49566/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-25 07:26:50.157 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:26:50.157 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25069/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-25 07:26:50.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:26:50.160 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49566/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 07:26:50.164 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:26:50.165 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 07:26:50.265 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 07:26:50.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49566/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:26:50.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772004410160268015,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 07:26:50.269 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 07:26:50.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25069/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:26:50.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772004410160268015,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 07:26:50.274 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 07:26:50.275 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 07:26:50.275 DEBUG [src.node.waku_node] Stopping container with id 95d64f5135d6
|
|
2026-02-25 07:26:50.806 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 07:26:50.807 DEBUG [src.node.waku_node] Stopping container with id 784b2ee71e67
|
|
2026-02-25 07:26:51.305 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 07:26:51.308 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 07:26:51.312 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 07:26:51.316 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|