mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 01:23:07 +00:00
96 lines
16 KiB
Plaintext
96 lines
16 KiB
Plaintext
2026-03-12 04:34:32.676 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-12 04:34:32.676 DEBUG [tests.conftest] Running test: test_sender_uses_regular_api_receiver_uses_auto_api with id: 2026-03-12_04-34-32__25d4f069-1f15-4141-80ed-a12e16ade6cd
|
|
2026-03-12 04:34:32.676 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-12 04:34:32.677 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-12 04:34:32.677 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-12 04:34:32.684 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-12 04:34:32.684 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-12_04-34-32__25d4f069-1f15-4141-80ed-a12e16ade6cd__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:34:32.685 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-12 04:34:32.685 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-12 04:34:32.686 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-12 04:34:32.686 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.214.114
|
|
2026-03-12 04:34:32.686 DEBUG [src.node.docker_mananger] Generated ports ['26337', '26338', '26339', '26340', '26341']
|
|
2026-03-12 04:34:32.687 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-12 04:34:32.687 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-12 04:34:32.687 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-12 04:34:32.687 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-12 04:34:32.687 DEBUG [src.node.docker_mananger] docker run -i -t -p 26337:26337 -p 26338:26338 -p 26339:26339 -p 26340:26340 -p 26341:26341 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=26339 --rest-port=26337 --tcp-port=26338 --discv5-udp-port=26340 --rest-address=0.0.0.0 --nat=extip:172.18.214.114 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8dad05f4fb76da8f2dc8efaabbbe6d3d06bc93dcd2c08b95bf42ca4ebda6c2d0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26341 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-12 04:34:32.887 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.214.114 waku ed74b74e46f113ddaa36eb54c66f4de9a64724b135e1604f2139699378c3d51d
|
|
2026-03-12 04:34:32.921 DEBUG [src.node.docker_mananger] Container started with ID ed74b74e46f1. Setting up logs at ./log/docker/node1_2026-03-12_04-34-32__25d4f069-1f15-4141-80ed-a12e16ade6cd__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:34:32.921 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26337
|
|
2026-03-12 04:34:32.921 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-12 04:34:32.990 ERROR [src.node.docker_mananger] Max retries reached for container 6532bfaf809d. Exiting log stream.
|
|
2026-03-12 04:34:33.278 ERROR [src.node.docker_mananger] Max retries reached for container 3191a88f9f9a. Exiting log stream.
|
|
2026-03-12 04:34:33.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26337/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:34:33.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-12 04:34:34.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26337/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:34:34.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-12 04:34:34.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26337/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:34:34.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-12 04:34:34.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26337/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:34:34.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-12 04:34:34.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26337/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:34:34.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-12 04:34:34.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26337/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:34:34.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-12 04:34:34.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26337/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:34:34.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-12 04:34:34.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26337/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:34:34.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-12 04:34:34.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26337/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:34:34.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-12 04:34:34.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26337/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:34:34.852 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-12 04:34:34.852 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-12 04:34:34.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26337/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:34:34.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.214.114/tcp/26338/p2p/16Uiu2HAkvxArk1bAHo6XBCgcNxo1mtDcNeYp3eq9f3Sv8TyM9qKV","/ip4/172.18.214.114/tcp/26339/ws/p2p/16Uiu2HAkvxArk1bAHo6XBCgcNxo1mtDcNeYp3eq9f3Sv8TyM9qKV"],"enrUri":"enr:-L24QByT1pbBed3BdkKP4XSLj7uBOq2cOtgMrUOW31zJONf4YQjHvt9NvMk6XjHXB7ze70-jElfMZENQTfoK54n0y8ACgmlkgnY0gmlwhKwS1nKKbXVsdGlhZGRyc5YACASsEtZyBmbiAAoErBLWcgZm490DgnJzhQACAQAAiXNlY3AyNTZrMaECFqvDnsxqBjm6pI0nk3JKNTg9E7IcrZGIlSpv83baT3CDdGNwgmbig3VkcIJm5IV3YWt1MgU"}'
|
|
2026-03-12 04:34:34.856 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-12 04:34:34.863 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-12 04:34:34.863 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-12_04-34-32__25d4f069-1f15-4141-80ed-a12e16ade6cd__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:34:34.863 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-12 04:34:34.863 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-12 04:34:34.865 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-12 04:34:34.865 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.128.120
|
|
2026-03-12 04:34:34.865 DEBUG [src.node.docker_mananger] Generated ports ['39285', '39286', '39287', '39288', '39289']
|
|
2026-03-12 04:34:34.865 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-12 04:34:34.865 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-12 04:34:34.865 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-12 04:34:34.865 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-12 04:34:34.866 DEBUG [src.node.docker_mananger] docker run -i -t -p 39285:39285 -p 39286:39286 -p 39287:39287 -p 39288:39288 -p 39289:39289 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=39287 --rest-port=39285 --tcp-port=39286 --discv5-udp-port=39288 --rest-address=0.0.0.0 --nat=extip:172.18.128.120 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=0ab03b7925b1b21e116babeed01cf94f8baa1ce92b3df58df9df766c5e46f0ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39289 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QByT1pbBed3BdkKP4XSLj7uBOq2cOtgMrUOW31zJONf4YQjHvt9NvMk6XjHXB7ze70-jElfMZENQTfoK54n0y8ACgmlkgnY0gmlwhKwS1nKKbXVsdGlhZGRyc5YACASsEtZyBmbiAAoErBLWcgZm490DgnJzhQACAQAAiXNlY3AyNTZrMaECFqvDnsxqBjm6pI0nk3JKNTg9E7IcrZGIlSpv83baT3CDdGNwgmbig3VkcIJm5IV3YWt1MgU
|
|
2026-03-12 04:34:35.067 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.128.120 waku fe6b3beda0f54fa2dc40e69713daadca85b17c949d86db0e5a22efabd9dddaec
|
|
2026-03-12 04:34:35.108 DEBUG [src.node.docker_mananger] Container started with ID fe6b3beda0f5. Setting up logs at ./log/docker/node2_2026-03-12_04-34-32__25d4f069-1f15-4141-80ed-a12e16ade6cd__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:34:35.108 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39285
|
|
2026-03-12 04:34:35.109 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-12 04:34:36.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39285/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:34:36.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-12 04:34:36.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39285/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:34:36.215 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-12 04:34:36.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39285/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:34:36.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-12 04:34:36.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39285/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:34:36.421 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-12 04:34:36.421 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-12 04:34:36.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39285/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:34:36.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.128.120/tcp/39286/p2p/16Uiu2HAmJsA4AijitjoK2z1EiX937TU6cQCURfn7Qi7p92xUBgY9","/ip4/172.18.128.120/tcp/39287/ws/p2p/16Uiu2HAmJsA4AijitjoK2z1EiX937TU6cQCURfn7Qi7p92xUBgY9"],"enrUri":"enr:-L24QMDaTH-681xKsH9IwdJ9Pnl0j9hO-LCO7mJBarQe1XZDCfGX4YhmUZhhM7e3rujdK9d2FZetYrs052V9PaPzYosCgmlkgnY0gmlwhKwSgHiKbXVsdGlhZGRyc5YACASsEoB4Bpl2AAoErBKAeAaZd90DgnJzhQACAQAAiXNlY3AyNTZrMaEDXEQQhH5TcHRQQ1wEmat8B-GbzdORjzRKRiDaQaZ8VGqDdGNwgpl2g3VkcIKZeIV3YWt1MgE"}'
|
|
2026-03-12 04:34:36.424 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-12 04:34:36.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39285/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.214.114/tcp/26338/p2p/16Uiu2HAkvxArk1bAHo6XBCgcNxo1mtDcNeYp3eq9f3Sv8TyM9qKV"]'
|
|
2026-03-12 04:34:36.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:34:36.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26337/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-12 04:34:36.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:34:36.463 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39285/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-12 04:34:36.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:34:36.471 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26337/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-12 04:34:36.483 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:34:36.483 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:34:36.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39285/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:34:36.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773290076471425404,"ephemeral":false,"proof":""}]'
|
|
2026-03-12 04:34:36.587 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-12 04:34:36.590 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-12 04:34:36.590 DEBUG [src.node.waku_node] Stopping container with id ed74b74e46f1
|
|
2026-03-12 04:34:37.138 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-12 04:34:37.138 DEBUG [src.node.waku_node] Stopping container with id fe6b3beda0f5
|
|
2026-03-12 04:34:37.732 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-12 04:34:37.735 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-12 04:34:37.773 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-12 04:34:37.800 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|