mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-27 13:02:15 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2026-04-22 14:40:59.754 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-04-22 14:40:59.754 DEBUG [tests.conftest] Running test: test_content_topic_also_in_docker_flags[/toychat/2/huilong/proto] with id: 2026-04-22_14-40-59__3659dc31-4865-4eea-bf97-acd8392faecd
|
|
2026-04-22 14:40:59.754 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-04-22 14:40:59.754 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-04-22 14:40:59.755 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-04-22 14:40:59.761 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-04-22 14:40:59.761 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-22_14-40-59__3659dc31-4865-4eea-bf97-acd8392faecd__wakuorg_nwaku:latest.log
|
|
2026-04-22 14:40:59.761 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-04-22 14:40:59.762 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-04-22 14:40:59.763 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-04-22 14:40:59.763 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.87.161
|
|
2026-04-22 14:40:59.763 DEBUG [src.node.docker_mananger] Generated ports ['30855', '30856', '30857', '30858', '30859']
|
|
2026-04-22 14:40:59.763 DEBUG [src.node.waku_node] Cluster id was resolved to: 199
|
|
2026-04-22 14:40:59.763 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-04-22 14:40:59.764 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-04-22 14:40:59.764 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-04-22 14:40:59.764 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-04-22 14:40:59.764 DEBUG [src.node.docker_mananger] docker run -i -t -p 30855:30855 -p 30856:30856 -p 30857:30857 -p 30858:30858 -p 30859:30859 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=30857 --rest-port=30855 --tcp-port=30856 --discv5-udp-port=30858 --rest-address=0.0.0.0 --nat=extip:172.18.87.161 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=c10681aa15183c02eeacfa261e478ecbbf22abeddcfcacfacc6a284bc8ad8a31 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30859 --metrics-logging=true --relay=true --filter=true --content-topic=/toychat/2/huilong/proto
|
|
2026-04-22 14:40:59.916 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.87.161 waku 8c0fa72a8789c5ce359185c8e6d5e3103ba2b5fe8592f542a67eb02d1a056ec2
|
|
2026-04-22 14:40:59.947 DEBUG [src.node.docker_mananger] Container started with ID 8c0fa72a8789. Setting up logs at ./log/docker/node1_2026-04-22_14-40-59__3659dc31-4865-4eea-bf97-acd8392faecd__wakuorg_nwaku:latest.log
|
|
2026-04-22 14:40:59.947 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30855
|
|
2026-04-22 14:40:59.947 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-04-22 14:41:00.139 ERROR [src.node.docker_mananger] Max retries reached for container 119bac6a7a25. Exiting log stream.
|
|
2026-04-22 14:41:00.547 ERROR [src.node.docker_mananger] Max retries reached for container 98f8826999c9. Exiting log stream.
|
|
2026-04-22 14:41:00.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30855/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-22 14:41:00.952 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-04-22 14:41:00.952 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-04-22 14:41:00.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30855/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-22 14:41:00.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.87.161/tcp/30856/p2p/16Uiu2HAm67nQV2Uit4CqLEeg8gptkPVcBKkU1MiPKEt3cx7Tz6z9","/ip4/172.18.87.161/tcp/30857/ws/p2p/16Uiu2HAm67nQV2Uit4CqLEeg8gptkPVcBKkU1MiPKEt3cx7Tz6z9"],"enrUri":"enr:-L24QLbyj48LitC58je7keb0U00Ujy95HHh_T8K_y_ya9U6hVb-ChL7fMTcSz4T5eJq_kMMNL7XCs9vtWeYr_7xLROUCgmlkgnY0gmlwhKwSV6GKbXVsdGlhZGRyc5YACASsElehBniIAAoErBJXoQZ4id0DgnJzhQDHAQAAiXNlY3AyNTZrMaECnttd__IxhG4mnedJDQJLLC-ow1Epu3PnPumht4kaEi6DdGNwgniIg3VkcIJ4ioV3YWt1MgU"}'
|
|
2026-04-22 14:41:00.955 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-04-22 14:41:00.962 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-04-22 14:41:00.962 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-22_14-40-59__3659dc31-4865-4eea-bf97-acd8392faecd__wakuorg_nwaku:latest.log
|
|
2026-04-22 14:41:00.962 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-04-22 14:41:00.962 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-04-22 14:41:00.964 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-04-22 14:41:00.964 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.239.70
|
|
2026-04-22 14:41:00.964 DEBUG [src.node.docker_mananger] Generated ports ['53797', '53798', '53799', '53800', '53801']
|
|
2026-04-22 14:41:00.964 DEBUG [src.node.waku_node] Cluster id was resolved to: 199
|
|
2026-04-22 14:41:00.964 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-04-22 14:41:00.964 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-04-22 14:41:00.964 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-04-22 14:41:00.964 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-04-22 14:41:00.964 DEBUG [src.node.docker_mananger] docker run -i -t -p 53797:53797 -p 53798:53798 -p 53799:53799 -p 53800:53800 -p 53801:53801 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=53799 --rest-port=53797 --tcp-port=53798 --discv5-udp-port=53800 --rest-address=0.0.0.0 --nat=extip:172.18.239.70 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=30100cf4ccedc5e9c2eafd9152e4a763bd2f07ab0395defbd7c49364d0cb1e30 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53801 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLbyj48LitC58je7keb0U00Ujy95HHh_T8K_y_ya9U6hVb-ChL7fMTcSz4T5eJq_kMMNL7XCs9vtWeYr_7xLROUCgmlkgnY0gmlwhKwSV6GKbXVsdGlhZGRyc5YACASsElehBniIAAoErBJXoQZ4id0DgnJzhQDHAQAAiXNlY3AyNTZrMaECnttd__IxhG4mnedJDQJLLC-ow1Epu3PnPumht4kaEi6DdGNwgniIg3VkcIJ4ioV3YWt1MgU --content-topic=/toychat/2/huilong/proto
|
|
2026-04-22 14:41:01.152 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.239.70 waku 3f674c416813890eac4ded745545f4072a211a16be1d46c2214f1273f5b9af16
|
|
2026-04-22 14:41:01.181 DEBUG [src.node.docker_mananger] Container started with ID 3f674c416813. Setting up logs at ./log/docker/node2_2026-04-22_14-40-59__3659dc31-4865-4eea-bf97-acd8392faecd__wakuorg_nwaku:latest.log
|
|
2026-04-22 14:41:01.181 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53797
|
|
2026-04-22 14:41:01.182 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-04-22 14:41:02.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53797/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-22 14:41:02.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"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"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-04-22 14:41:02.192 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-04-22 14:41:02.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53797/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-22 14:41:02.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.239.70/tcp/53798/p2p/16Uiu2HAm5UqnzvNfx9TpBKwLG8zQZvMbKMGw6sLQbwLUgTZAxoYu","/ip4/172.18.239.70/tcp/53799/ws/p2p/16Uiu2HAm5UqnzvNfx9TpBKwLG8zQZvMbKMGw6sLQbwLUgTZAxoYu"],"enrUri":"enr:-L24QChn4BnHFd56Ls1_ZrYcHUiK0JmlsQoRtbSbftodCVN0JjRFKS7vNEEcsz1mokCxTWP2wq_RihdgE_WT1oRoyuwCgmlkgnY0gmlwhKwS70aKbXVsdGlhZGRyc5YACASsEu9GBtImAAoErBLvRgbSJ90DgnJzhQDHAQAAiXNlY3AyNTZrMaEClWS1UvvEXt84yBANTA6RPXxkhi8oIu4rkQJUEh9LCNqDdGNwgtImg3VkcILSKIV3YWt1MgE"}'
|
|
2026-04-22 14:41:02.195 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-04-22 14:41:02.195 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53797/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.87.161/tcp/30856/p2p/16Uiu2HAm67nQV2Uit4CqLEeg8gptkPVcBKkU1MiPKEt3cx7Tz6z9"]'
|
|
2026-04-22 14:41:02.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-22 14:41:02.198 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30855/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/199/0"]'
|
|
2026-04-22 14:41:02.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-22 14:41:02.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53797/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/199/0"]'
|
|
2026-04-22 14:41:02.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-22 14:41:02.203 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30855/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-04-22 14:41:02.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-22 14:41:02.208 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-04-22 14:41:02.308 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-04-22 14:41:02.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30855/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-22 14:41:02.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776868862203552047,"ephemeral":false,"proof":""}]'
|
|
2026-04-22 14:41:02.313 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-04-22 14:41:02.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53797/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-22 14:41:02.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776868862203552047,"ephemeral":false,"proof":""}]'
|
|
2026-04-22 14:41:02.319 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-04-22 14:41:02.319 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-04-22 14:41:02.320 DEBUG [src.node.waku_node] Stopping container with id 8c0fa72a8789
|
|
2026-04-22 14:41:02.728 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-04-22 14:41:02.729 DEBUG [src.node.waku_node] Stopping container with id 3f674c416813
|
|
2026-04-22 14:41:03.097 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-04-22 14:41:03.098 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-04-22 14:41:03.104 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-04-22 14:41:03.111 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|