mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 17:43:17 +00:00
90 lines
15 KiB
Plaintext
90 lines
15 KiB
Plaintext
2026-03-25 04:42:52.753 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-25 04:42:52.753 DEBUG [tests.conftest] Running test: test_sender_uses_auto_api_receiver_uses_regular_api with id: 2026-03-25_04-42-52__6c7377fc-c481-4c94-834e-f868a87c78e8
|
|
2026-03-25 04:42:52.753 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-25 04:42:52.754 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-25 04:42:52.754 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-25 04:42:52.761 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-25 04:42:52.761 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-25_04-42-52__6c7377fc-c481-4c94-834e-f868a87c78e8__wakuorg_nwaku:latest.log
|
|
2026-03-25 04:42:52.762 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-25 04:42:52.762 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-25 04:42:52.763 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-25 04:42:52.763 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.206.139
|
|
2026-03-25 04:42:52.763 DEBUG [src.node.docker_mananger] Generated ports ['18014', '18015', '18016', '18017', '18018']
|
|
2026-03-25 04:42:52.763 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-25 04:42:52.764 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-25 04:42:52.764 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-25 04:42:52.764 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-25 04:42:52.764 DEBUG [src.node.docker_mananger] docker run -i -t -p 18014:18014 -p 18015:18015 -p 18016:18016 -p 18017:18017 -p 18018:18018 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=18016 --rest-port=18014 --tcp-port=18015 --discv5-udp-port=18017 --rest-address=0.0.0.0 --nat=extip:172.18.206.139 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dfce11db422a45ecbf846198743a3492ff1ececbca7ec9a6493af67575bed032 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18018 --metrics-logging=true --relay=true --filter=true --num-shards-in-network=1
|
|
2026-03-25 04:42:52.953 ERROR [src.node.docker_mananger] Max retries reached for container 08f5a445220d. Exiting log stream.
|
|
2026-03-25 04:42:52.954 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.206.139 waku 58a7bf520b4a0765f5815d796c02a7db5cf4d23ef071995d8d8eb4563e08c5f0
|
|
2026-03-25 04:42:52.993 DEBUG [src.node.docker_mananger] Container started with ID 58a7bf520b4a. Setting up logs at ./log/docker/node1_2026-03-25_04-42-52__6c7377fc-c481-4c94-834e-f868a87c78e8__wakuorg_nwaku:latest.log
|
|
2026-03-25 04:42:52.993 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18014
|
|
2026-03-25 04:42:52.994 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-25 04:42:53.486 ERROR [src.node.docker_mananger] Max retries reached for container b1055afc6248. Exiting log stream.
|
|
2026-03-25 04:42:53.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18014/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:42:54.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-25 04:42:54.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18014/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:42:54.128 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-25 04:42:54.128 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-25 04:42:54.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18014/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:42:54.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.206.139/tcp/18015/p2p/16Uiu2HAmCDG5k1afxTtaafH5qKHJHA9C2tczVVyqkoYzegPaFPhq","/ip4/172.18.206.139/tcp/18016/ws/p2p/16Uiu2HAmCDG5k1afxTtaafH5qKHJHA9C2tczVVyqkoYzegPaFPhq"],"enrUri":"enr:-L24QGzRCCb0bpPJF3rDg0TH-5GpvnGeX9jYHhTRcEYTS7XLb_gOXWa5nTpoI41Y6lSOd1eukEP34nbkLDMqASF_k80CgmlkgnY0gmlwhKwSzouKbXVsdGlhZGRyc5YACASsEs6LBkZfAAoErBLOiwZGYN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC-Wiv52jGyLY6xTQUBsns48r1bDbAF8NWC5BCXEZiCpiDdGNwgkZfg3VkcIJGYYV3YWt1MgU"}'
|
|
2026-03-25 04:42:54.131 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-25 04:42:54.138 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-25 04:42:54.138 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-25_04-42-52__6c7377fc-c481-4c94-834e-f868a87c78e8__wakuorg_nwaku:latest.log
|
|
2026-03-25 04:42:54.138 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-25 04:42:54.138 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-25 04:42:54.140 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-25 04:42:54.140 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.89.61
|
|
2026-03-25 04:42:54.140 DEBUG [src.node.docker_mananger] Generated ports ['22335', '22336', '22337', '22338', '22339']
|
|
2026-03-25 04:42:54.140 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-25 04:42:54.140 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-25 04:42:54.140 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-25 04:42:54.140 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-25 04:42:54.140 DEBUG [src.node.docker_mananger] docker run -i -t -p 22335:22335 -p 22336:22336 -p 22337:22337 -p 22338:22338 -p 22339:22339 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=22337 --rest-port=22335 --tcp-port=22336 --discv5-udp-port=22338 --rest-address=0.0.0.0 --nat=extip:172.18.89.61 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=10364cca3e81b3ebe9beef52cd933bb162dc9eef0eb3ca3f5324bbdd45ff159d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22339 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGzRCCb0bpPJF3rDg0TH-5GpvnGeX9jYHhTRcEYTS7XLb_gOXWa5nTpoI41Y6lSOd1eukEP34nbkLDMqASF_k80CgmlkgnY0gmlwhKwSzouKbXVsdGlhZGRyc5YACASsEs6LBkZfAAoErBLOiwZGYN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC-Wiv52jGyLY6xTQUBsns48r1bDbAF8NWC5BCXEZiCpiDdGNwgkZfg3VkcIJGYYV3YWt1MgU --num-shards-in-network=1
|
|
2026-03-25 04:42:54.373 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.89.61 waku e7527a1ede692f8f9c3d6eb9d511d3d0b4e7efc7422db674f3bcf4bd91e12a60
|
|
2026-03-25 04:42:54.408 DEBUG [src.node.docker_mananger] Container started with ID e7527a1ede69. Setting up logs at ./log/docker/node2_2026-03-25_04-42-52__6c7377fc-c481-4c94-834e-f868a87c78e8__wakuorg_nwaku:latest.log
|
|
2026-03-25 04:42:54.409 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22335
|
|
2026-03-25 04:42:54.409 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-25 04:42:55.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22335/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:42:55.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-25 04:42:55.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22335/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:42:55.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-25 04:42:55.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22335/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:42:55.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-25 04:42:55.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22335/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:42:55.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-25 04:42:55.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22335/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:42:55.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-25 04:42:55.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22335/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:42:55.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-25 04:42:56.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22335/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:42:56.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-25 04:42:56.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22335/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:42:56.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-25 04:42:56.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22335/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:42:56.237 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-25 04:42:56.237 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-25 04:42:56.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22335/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:42:56.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.89.61/tcp/22336/p2p/16Uiu2HAmEktJagfwvoCGTFp2iGuh9sJxqzCC6PZza2hqXBEXnfUm","/ip4/172.18.89.61/tcp/22337/ws/p2p/16Uiu2HAmEktJagfwvoCGTFp2iGuh9sJxqzCC6PZza2hqXBEXnfUm"],"enrUri":"enr:-L24QOwku4_fE_ryMISEdUprX3ucAcvAOJlJafHStaMBuGJgZ_IyqYVIs3poQju4bY2IypX7D6lFE8jkLgd8pAgM6wgCgmlkgnY0gmlwhKwSWT2KbXVsdGlhZGRyc5YACASsElk9BldAAAoErBJZPQZXQd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDHzoFjU_E7f_R11SykGK8w6fVfNkkOWom65g4KhNSCSqDdGNwgldAg3VkcIJXQoV3YWt1MgE"}'
|
|
2026-03-25 04:42:56.240 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-25 04:42:56.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22335/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.206.139/tcp/18015/p2p/16Uiu2HAmCDG5k1afxTtaafH5qKHJHA9C2tczVVyqkoYzegPaFPhq"]'
|
|
2026-03-25 04:42:56.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:42:56.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18014/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-25 04:42:56.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:42:56.266 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22335/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-25 04:42:56.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:42:56.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18014/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-25 04:42:56.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:42:56.280 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-25 04:42:56.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22335/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:42:56.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774413776270787179,"ephemeral":false,"proof":""}]'
|
|
2026-03-25 04:42:56.388 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-25 04:42:56.391 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-25 04:42:56.391 DEBUG [src.node.waku_node] Stopping container with id 58a7bf520b4a
|
|
2026-03-25 04:42:56.983 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-25 04:42:56.983 DEBUG [src.node.waku_node] Stopping container with id e7527a1ede69
|
|
2026-03-25 04:42:57.544 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-25 04:42:57.546 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-25 04:42:57.604 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-25 04:42:57.632 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|