mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-28 06:33:40 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2026-03-07 04:39:55.461 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-07 04:39:55.462 DEBUG [tests.conftest] Running test: test_content_topic_also_in_docker_flags[/aaaaa/3/bbbbb/proto] with id: 2026-03-07_04-39-55__50c48bca-64da-4263-a5a6-bb3047cdf28e
|
|
2026-03-07 04:39:55.462 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-07 04:39:55.462 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-07 04:39:55.462 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-07 04:39:55.470 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:39:55.470 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-07_04-39-55__50c48bca-64da-4263-a5a6-bb3047cdf28e__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:39:55.470 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:39:55.470 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:39:55.472 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:39:55.472 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.205.241
|
|
2026-03-07 04:39:55.472 DEBUG [src.node.docker_mananger] Generated ports ['56185', '56186', '56187', '56188', '56189']
|
|
2026-03-07 04:39:55.472 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-07 04:39:55.472 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-07 04:39:55.473 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:39:55.473 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:39:55.473 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:39:55.473 DEBUG [src.node.docker_mananger] docker run -i -t -p 56185:56185 -p 56186:56186 -p 56187:56187 -p 56188:56188 -p 56189:56189 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=56187 --rest-port=56185 --tcp-port=56186 --discv5-udp-port=56188 --rest-address=0.0.0.0 --nat=extip:172.18.205.241 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=679a66bc0a4a025cdd3bc7f5d19bf6ddc4ade7ba8fd3457d280fa705642f76a7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56189 --metrics-logging=true --relay=true --filter=true --content-topic=/aaaaa/3/bbbbb/proto
|
|
2026-03-07 04:39:55.660 ERROR [src.node.docker_mananger] Max retries reached for container fa0888ab8b98. Exiting log stream.
|
|
2026-03-07 04:39:55.674 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.205.241 waku e919be733c6e76aa16ad55210ef8955ca0500d706230ee718d48882b13221b81
|
|
2026-03-07 04:39:55.711 DEBUG [src.node.docker_mananger] Container started with ID e919be733c6e. Setting up logs at ./log/docker/node1_2026-03-07_04-39-55__50c48bca-64da-4263-a5a6-bb3047cdf28e__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:39:55.712 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56185
|
|
2026-03-07 04:39:55.712 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:39:56.221 ERROR [src.node.docker_mananger] Max retries reached for container 12e606b67def. Exiting log stream.
|
|
2026-03-07 04:39:56.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56185/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:56.715 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":"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-07 04:39:56.715 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:39:56.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56185/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:56.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.205.241/tcp/56186/p2p/16Uiu2HAkzVqJuTst2mosSY2KQKzvc5KAoFPPuy8WDRMbxEdTe9Fm","/ip4/172.18.205.241/tcp/56187/ws/p2p/16Uiu2HAkzVqJuTst2mosSY2KQKzvc5KAoFPPuy8WDRMbxEdTe9Fm"],"enrUri":"enr:-L24QB7M6mbMXb3ToARznVw963FxjkUgiTRHM0LExGp9XaEXMjl61qwtSZMMJVhlUfuyKoGHZ3GZSAvj-LDlCWJ1FuQCgmlkgnY0gmlwhKwSzfGKbXVsdGlhZGRyc5YACASsEs3xBtt6AAoErBLN8Qbbe90DgnJzhQACAQAAiXNlY3AyNTZrMaECS1tOiWD0eZDkj0hiM638m1vjwKR8s2PFrNGdcFXinyCDdGNwgtt6g3VkcILbfIV3YWt1MgU"}'
|
|
2026-03-07 04:39:56.718 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:39:56.725 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:39:56.726 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-07_04-39-55__50c48bca-64da-4263-a5a6-bb3047cdf28e__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:39:56.726 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:39:56.726 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:39:56.727 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:39:56.727 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.224.152
|
|
2026-03-07 04:39:56.728 DEBUG [src.node.docker_mananger] Generated ports ['13844', '13845', '13846', '13847', '13848']
|
|
2026-03-07 04:39:56.728 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-07 04:39:56.728 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-07 04:39:56.728 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:39:56.728 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:39:56.728 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:39:56.728 DEBUG [src.node.docker_mananger] docker run -i -t -p 13844:13844 -p 13845:13845 -p 13846:13846 -p 13847:13847 -p 13848:13848 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=13846 --rest-port=13844 --tcp-port=13845 --discv5-udp-port=13847 --rest-address=0.0.0.0 --nat=extip:172.18.224.152 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=5f675f5ebb5fdea5dcd17286ca314eacfca3ec3e8553e8cce2ccc0facea4feac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13848 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QB7M6mbMXb3ToARznVw963FxjkUgiTRHM0LExGp9XaEXMjl61qwtSZMMJVhlUfuyKoGHZ3GZSAvj-LDlCWJ1FuQCgmlkgnY0gmlwhKwSzfGKbXVsdGlhZGRyc5YACASsEs3xBtt6AAoErBLN8Qbbe90DgnJzhQACAQAAiXNlY3AyNTZrMaECS1tOiWD0eZDkj0hiM638m1vjwKR8s2PFrNGdcFXinyCDdGNwgtt6g3VkcILbfIV3YWt1MgU --content-topic=/aaaaa/3/bbbbb/proto
|
|
2026-03-07 04:39:56.935 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.224.152 waku 3df8142d599c05711785dee856f1172658cec21c541d8d8549f16967984e1bf7
|
|
2026-03-07 04:39:56.971 DEBUG [src.node.docker_mananger] Container started with ID 3df8142d599c. Setting up logs at ./log/docker/node2_2026-03-07_04-39-55__50c48bca-64da-4263-a5a6-bb3047cdf28e__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:39:56.971 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13844
|
|
2026-03-07 04:39:56.971 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:39:57.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13844/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:57.975 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"},{"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-07 04:39:57.975 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:39:57.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13844/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:57.978 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.224.152/tcp/13845/p2p/16Uiu2HAkzoKwc9hpvpnDD4KJ4A4VLHX2rTpFNGrLWLMqW8ZJWwRQ","/ip4/172.18.224.152/tcp/13846/ws/p2p/16Uiu2HAkzoKwc9hpvpnDD4KJ4A4VLHX2rTpFNGrLWLMqW8ZJWwRQ"],"enrUri":"enr:-L24QPZh-Fd8Nnev9RxoEuJ4qy4Vy0XxG_sxnB99OkBJzwZFHvPTreE-hxYbLjwrtEU3iPmmE6PDuLlzoev84yk3rZgCgmlkgnY0gmlwhKwS4JiKbXVsdGlhZGRyc5YACASsEuCYBjYVAAoErBLgmAY2Ft0DgnJzhQACAQAAiXNlY3AyNTZrMaECT9aORFsO_E24X3OQHZsqdIZz0MTw_prgqr9UnzVaK_eDdGNwgjYVg3VkcII2F4V3YWt1MgE"}'
|
|
2026-03-07 04:39:57.978 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:39:57.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13844/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.205.241/tcp/56186/p2p/16Uiu2HAkzVqJuTst2mosSY2KQKzvc5KAoFPPuy8WDRMbxEdTe9Fm"]'
|
|
2026-03-07 04:39:58.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:39:58.010 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56185/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-07 04:39:58.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:39:58.015 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13844/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-07 04:39:58.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:39:58.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56185/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-07 04:39:58.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:39:58.033 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-07 04:39:58.133 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:39:58.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56185/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:58.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772858398021521195,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:39:58.138 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:39:58.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13844/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:39:58.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772858398021521195,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:39:58.143 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-07 04:39:58.145 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-07 04:39:58.145 DEBUG [src.node.waku_node] Stopping container with id e919be733c6e
|
|
2026-03-07 04:39:58.736 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:39:58.736 DEBUG [src.node.waku_node] Stopping container with id 3df8142d599c
|
|
2026-03-07 04:39:59.335 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:39:59.337 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-07 04:39:59.408 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:39:59.438 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|