mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-29 07:03:12 +00:00
85 lines
14 KiB
Plaintext
85 lines
14 KiB
Plaintext
2026-03-23 04:46:02.930 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-23 04:46:02.930 DEBUG [tests.conftest] Running test: test_content_topic_also_in_docker_flags[/toychat/2/huilong/proto] with id: 2026-03-23_04-46-02__ca52148f-79ca-482f-980b-2cede6e5fdef
|
|
2026-03-23 04:46:02.931 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-23 04:46:02.931 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-23 04:46:02.931 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-23 04:46:02.939 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-23 04:46:02.939 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-23_04-46-02__ca52148f-79ca-482f-980b-2cede6e5fdef__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:46:02.939 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-23 04:46:02.939 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-23 04:46:02.940 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-23 04:46:02.941 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.187.42
|
|
2026-03-23 04:46:02.941 DEBUG [src.node.docker_mananger] Generated ports ['2150', '2151', '2152', '2153', '2154']
|
|
2026-03-23 04:46:02.941 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-23 04:46:02.941 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-23 04:46:02.941 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-23 04:46:02.941 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-23 04:46:02.942 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-23 04:46:02.942 DEBUG [src.node.docker_mananger] docker run -i -t -p 2150:2150 -p 2151:2151 -p 2152:2152 -p 2153:2153 -p 2154:2154 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=2152 --rest-port=2150 --tcp-port=2151 --discv5-udp-port=2153 --rest-address=0.0.0.0 --nat=extip:172.18.187.42 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=aaaa2eea8bfabcd2e75bb0d76d4ea9d364a826f81db8c4bcedeb26751aea06bc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2154 --metrics-logging=true --relay=true --filter=true --content-topic=/toychat/2/huilong/proto
|
|
2026-03-23 04:46:03.137 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.187.42 waku 33f8a8ddc794e33a34242af1096207b96e7b8cf52c146099f29cb7176e0c185a
|
|
2026-03-23 04:46:03.166 ERROR [src.node.docker_mananger] Max retries reached for container f5eac5ee3dfd. Exiting log stream.
|
|
2026-03-23 04:46:03.174 DEBUG [src.node.docker_mananger] Container started with ID 33f8a8ddc794. Setting up logs at ./log/docker/node1_2026-03-23_04-46-02__ca52148f-79ca-482f-980b-2cede6e5fdef__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:46:03.175 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2150
|
|
2026-03-23 04:46:03.175 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-23 04:46:03.739 ERROR [src.node.docker_mananger] Max retries reached for container ab732d1dae13. Exiting log stream.
|
|
2026-03-23 04:46:04.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2150/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:46:04.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-23 04:46:04.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2150/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:46:04.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-23 04:46:04.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2150/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:46:04.392 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":"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-23 04:46:04.392 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-23 04:46:04.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2150/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:46:04.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.187.42/tcp/2151/p2p/16Uiu2HAmG9TPTQaqYkfmTY6VhMcQ3ZrEdSaAMjHeUaBEvfh4YuFW","/ip4/172.18.187.42/tcp/2152/ws/p2p/16Uiu2HAmG9TPTQaqYkfmTY6VhMcQ3ZrEdSaAMjHeUaBEvfh4YuFW"],"enrUri":"enr:-L24QPGwVme3NOjHPIJbyf1fxNctALpgakK9_nXwa4PkhZGHGyazE6FXP2ZRe-KyFx0KjcSaEItCq-UTNOP7Pond1aQCgmlkgnY0gmlwhKwSuyqKbXVsdGlhZGRyc5YACASsErsqBghnAAoErBK7KgYIaN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDM93lCH4fZyecpdZ5A3Ou1t2LG7i9R7GQwcCZThfNeKGDdGNwgghng3VkcIIIaYV3YWt1MgU"}'
|
|
2026-03-23 04:46:04.395 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-23 04:46:04.403 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-23 04:46:04.403 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-23_04-46-02__ca52148f-79ca-482f-980b-2cede6e5fdef__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:46:04.403 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-23 04:46:04.403 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-23 04:46:04.404 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-23 04:46:04.405 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.146.110
|
|
2026-03-23 04:46:04.405 DEBUG [src.node.docker_mananger] Generated ports ['53101', '53102', '53103', '53104', '53105']
|
|
2026-03-23 04:46:04.405 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-23 04:46:04.405 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-23 04:46:04.405 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-23 04:46:04.405 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-23 04:46:04.405 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-23 04:46:04.406 DEBUG [src.node.docker_mananger] docker run -i -t -p 53101:53101 -p 53102:53102 -p 53103:53103 -p 53104:53104 -p 53105:53105 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=53103 --rest-port=53101 --tcp-port=53102 --discv5-udp-port=53104 --rest-address=0.0.0.0 --nat=extip:172.18.146.110 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b1a2eb4b38cb5ffa40452a8d94eeb61c2a06ca80cc64d49cf5c1949b45a841c2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53105 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPGwVme3NOjHPIJbyf1fxNctALpgakK9_nXwa4PkhZGHGyazE6FXP2ZRe-KyFx0KjcSaEItCq-UTNOP7Pond1aQCgmlkgnY0gmlwhKwSuyqKbXVsdGlhZGRyc5YACASsErsqBghnAAoErBK7KgYIaN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDM93lCH4fZyecpdZ5A3Ou1t2LG7i9R7GQwcCZThfNeKGDdGNwgghng3VkcIIIaYV3YWt1MgU --content-topic=/toychat/2/huilong/proto
|
|
2026-03-23 04:46:04.610 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.146.110 waku d2f5688886218ceb55f9f56c0b57d07dd1a4aa6e57420a17c183fc4cdfe39c5c
|
|
2026-03-23 04:46:04.645 DEBUG [src.node.docker_mananger] Container started with ID d2f568888621. Setting up logs at ./log/docker/node2_2026-03-23_04-46-02__ca52148f-79ca-482f-980b-2cede6e5fdef__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:46:04.645 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53101
|
|
2026-03-23 04:46:04.645 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-23 04:46:05.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53101/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:46:05.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-23 04:46:05.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53101/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:46:05.753 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-23 04:46:05.753 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-23 04:46:05.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53101/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:46:05.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.146.110/tcp/53102/p2p/16Uiu2HAm59BPuUS3i7vcGyagUSrDjVGaXKeGPSKWxpe4t46XMNy2","/ip4/172.18.146.110/tcp/53103/ws/p2p/16Uiu2HAm59BPuUS3i7vcGyagUSrDjVGaXKeGPSKWxpe4t46XMNy2"],"enrUri":"enr:-L24QIbESdtYkIIiPobbQSOtnvp5r6Rze-1UlZsSU52DeNUdRuHKLrvbZaoveWeCg9ZXQppUkNFB1RXo1rkYaL8KmQcCgmlkgnY0gmlwhKwSkm6KbXVsdGlhZGRyc5YACASsEpJuBs9uAAoErBKSbgbPb90DgnJzhQACAQAAiXNlY3AyNTZrMaECkFtBh45wp48LJPNwyBIlrW9b8snb-nbr3VIr_iRt8wWDdGNwgs9ug3VkcILPcIV3YWt1MgE"}'
|
|
2026-03-23 04:46:05.758 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-23 04:46:05.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53101/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.187.42/tcp/2151/p2p/16Uiu2HAmG9TPTQaqYkfmTY6VhMcQ3ZrEdSaAMjHeUaBEvfh4YuFW"]'
|
|
2026-03-23 04:46:05.795 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-23 04:46:05.797 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2150/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-23 04:46:05.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-23 04:46:05.803 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53101/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-23 04:46:05.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-23 04:46:05.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2150/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-23 04:46:05.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-23 04:46:05.821 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-23 04:46:05.921 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-23 04:46:05.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2150/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:46:05.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774241165180554851,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774241165809483937,"ephemeral":false,"proof":""}]'
|
|
2026-03-23 04:46:05.933 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-23 04:46:05.933 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-23 04:46:05.934 DEBUG [src.node.waku_node] Stopping container with id 33f8a8ddc794
|
|
2026-03-23 04:46:06.511 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-23 04:46:06.512 DEBUG [src.node.waku_node] Stopping container with id d2f568888621
|
|
2026-03-23 04:46:07.094 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-23 04:46:07.098 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-23 04:46:07.133 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-23 04:46:07.175 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-23 04:46:07.178 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-23 04:46:07.178 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-23 04:46:07.179 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-23_04-46-02__ca52148f-79ca-482f-980b-2cede6e5fdef__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:46:07.181 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-23_04-46-02__ca52148f-79ca-482f-980b-2cede6e5fdef__wakuorg_nwaku:latest.log
|