mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
89 lines
15 KiB
Plaintext
89 lines
15 KiB
Plaintext
2026-02-28 20:25:50.344 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-28 20:25:50.344 DEBUG [tests.conftest] Running test: test_node_uses_both_auto_and_regular_apis with id: 2026-02-28_20-25-50__ea8deb41-7c06-4fb7-8664-0ee55b6a61d3
|
|
2026-02-28 20:25:50.344 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-28 20:25:50.345 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-28 20:25:50.345 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-28 20:25:50.352 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:25:50.352 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-28_20-25-50__ea8deb41-7c06-4fb7-8664-0ee55b6a61d3__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:25:50.353 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:25:50.353 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:25:50.354 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:25:50.354 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.41.104
|
|
2026-02-28 20:25:50.354 DEBUG [src.node.docker_mananger] Generated ports ['2744', '2745', '2746', '2747', '2748']
|
|
2026-02-28 20:25:50.355 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-28 20:25:50.355 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:25:50.355 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:25:50.355 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:25:50.355 DEBUG [src.node.docker_mananger] docker run -i -t -p 2744:2744 -p 2745:2745 -p 2746:2746 -p 2747:2747 -p 2748:2748 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=2746 --rest-port=2744 --tcp-port=2745 --discv5-udp-port=2747 --rest-address=0.0.0.0 --nat=extip:172.18.41.104 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fadc19eefef9d0c8fcb16ee08cd78dbedbb0dfa5ace20ff1ecf25fa9896abbb1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2748 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-28 20:25:50.548 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.41.104 waku e234155a2d43fa3fb9279dc49cfae684802b7da358f6fc48e60740dd32b4cc7a
|
|
2026-02-28 20:25:50.581 DEBUG [src.node.docker_mananger] Container started with ID e234155a2d43. Setting up logs at ./log/docker/node1_2026-02-28_20-25-50__ea8deb41-7c06-4fb7-8664-0ee55b6a61d3__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:25:50.582 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2744
|
|
2026-02-28 20:25:50.582 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:25:50.603 ERROR [src.node.docker_mananger] Max retries reached for container 1a80b6768d89. Exiting log stream.
|
|
2026-02-28 20:25:51.151 ERROR [src.node.docker_mananger] Max retries reached for container c7ef407279ce. Exiting log stream.
|
|
2026-02-28 20:25:51.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2744/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:25:51.585 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"},{"Legacy 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"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are 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-02-28 20:25:51.586 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:25:51.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2744/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:25:51.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.41.104/tcp/2745/p2p/16Uiu2HAmLwkjoBckcTDX4vii2xXYH5WNVuMmcQNnCXKNUXG81Du1","/ip4/172.18.41.104/tcp/2746/ws/p2p/16Uiu2HAmLwkjoBckcTDX4vii2xXYH5WNVuMmcQNnCXKNUXG81Du1"],"enrUri":"enr:-L24QPWgl2tik9IHPVZ_vDZFs-c7qnxKH7XJ03tfR7ssVKK4M9bpGBeAIdxAb9AoNzj3CbpT7LdahEnhakWFvR0p2S4CgmlkgnY0gmlwhKwSKWiKbXVsdGlhZGRyc5YACASsEiloBgq5AAoErBIpaAYKut0DgnJzhQACAQAAiXNlY3AyNTZrMaEDeyj6ZBtGp5cBR987qBZeunNTI-Pj0lFM5okHsKPi6UiDdGNwggq5g3VkcIIKu4V3YWt1MgU"}'
|
|
2026-02-28 20:25:51.589 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:25:51.596 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:25:51.596 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-28_20-25-50__ea8deb41-7c06-4fb7-8664-0ee55b6a61d3__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:25:51.596 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:25:51.596 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:25:51.598 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:25:51.598 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.77.64
|
|
2026-02-28 20:25:51.598 DEBUG [src.node.docker_mananger] Generated ports ['37188', '37189', '37190', '37191', '37192']
|
|
2026-02-28 20:25:51.598 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-28 20:25:51.598 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:25:51.599 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:25:51.599 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:25:51.599 DEBUG [src.node.docker_mananger] docker run -i -t -p 37188:37188 -p 37189:37189 -p 37190:37190 -p 37191:37191 -p 37192:37192 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=37190 --rest-port=37188 --tcp-port=37189 --discv5-udp-port=37191 --rest-address=0.0.0.0 --nat=extip:172.18.77.64 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d06eb1cfff417ed90b5e29d9fb4726f9e2afd490fadbfc8bcb0b098b098db497 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37192 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPWgl2tik9IHPVZ_vDZFs-c7qnxKH7XJ03tfR7ssVKK4M9bpGBeAIdxAb9AoNzj3CbpT7LdahEnhakWFvR0p2S4CgmlkgnY0gmlwhKwSKWiKbXVsdGlhZGRyc5YACASsEiloBgq5AAoErBIpaAYKut0DgnJzhQACAQAAiXNlY3AyNTZrMaEDeyj6ZBtGp5cBR987qBZeunNTI-Pj0lFM5okHsKPi6UiDdGNwggq5g3VkcIIKu4V3YWt1MgU
|
|
2026-02-28 20:25:51.803 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.77.64 waku b2575aa16c37f1fbef6b599302830ce971dd64a30c0aae660fd0fdda76c24b16
|
|
2026-02-28 20:25:51.839 DEBUG [src.node.docker_mananger] Container started with ID b2575aa16c37. Setting up logs at ./log/docker/node2_2026-02-28_20-25-50__ea8deb41-7c06-4fb7-8664-0ee55b6a61d3__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:25:51.839 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37188
|
|
2026-02-28 20:25:51.839 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:25:52.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37188/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:25:52.860 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":"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"},{"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-02-28 20:25:52.862 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:25:52.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37188/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:25:52.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.77.64/tcp/37189/p2p/16Uiu2HAmGP2vYU2F1YLFBu1y2L5VKUBo5qx5sC7ytej9tSRNKvmK","/ip4/172.18.77.64/tcp/37190/ws/p2p/16Uiu2HAmGP2vYU2F1YLFBu1y2L5VKUBo5qx5sC7ytej9tSRNKvmK"],"enrUri":"enr:-L24QE4KoHkTd-3PZ0CNVMoT0KgjvG7i6Ao9jAjA3pnmB0v2bSftX7PxLFqkaVArUuHcqo8bDG4Dia2GK0MJLcMFyXICgmlkgnY0gmlwhKwSTUCKbXVsdGlhZGRyc5YACASsEk1ABpFFAAoErBJNQAaRRt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDN1hdS-5ob1ZWumwZtBtUMhudlV3rQNMhFhrCwN5c_l6DdGNwgpFFg3VkcIKRR4V3YWt1MgE"}'
|
|
2026-02-28 20:25:52.867 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:25:52.868 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37188/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.41.104/tcp/2745/p2p/16Uiu2HAmLwkjoBckcTDX4vii2xXYH5WNVuMmcQNnCXKNUXG81Du1"]'
|
|
2026-02-28 20:25:52.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:25:52.871 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2744/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
|
2026-02-28 20:25:52.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:25:52.874 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37188/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
|
2026-02-28 20:25:52.876 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:25:52.877 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2744/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:25:52.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:25:52.882 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:25:52.983 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:25:52.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2744/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:25:52.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772310352877054985,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:25:52.989 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:25:52.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37188/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:25:52.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772310352877054985,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:25:52.993 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2744/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-02-28 20:25:52.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:25:52.996 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37188/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-02-28 20:25:52.999 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:25:52.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2744/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-02-28 20:25:53.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:25:53.005 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:25:53.106 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:25:53.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2744/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:25:53.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310352999514261,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:25:53.111 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:25:53.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37188/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:25:53.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310352999514261,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:25:53.117 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-28 20:25:53.118 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-28 20:25:53.118 DEBUG [src.node.waku_node] Stopping container with id e234155a2d43
|
|
2026-02-28 20:25:53.685 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:25:53.686 DEBUG [src.node.waku_node] Stopping container with id b2575aa16c37
|
|
2026-02-28 20:25:54.238 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:25:54.242 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-28 20:25:54.251 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 20:25:54.256 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|