mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-06 02:19:26 +00:00
74 lines
13 KiB
Plaintext
74 lines
13 KiB
Plaintext
2026-03-29 04:53:57.227 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-29 04:53:57.227 DEBUG [tests.conftest] Running test: test_cant_retrieve_messages_on_not_subscribed_content_topic with id: 2026-03-29_04-53-57__55677ce9-e718-41cc-b67e-bc57de74a7c2
|
|
2026-03-29 04:53:57.227 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-29 04:53:57.227 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-29 04:53:57.228 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-29 04:53:57.234 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-29 04:53:57.234 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-29_04-53-57__55677ce9-e718-41cc-b67e-bc57de74a7c2__wakuorg_nwaku:latest.log
|
|
2026-03-29 04:53:57.235 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-29 04:53:57.235 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-29 04:53:57.236 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-29 04:53:57.236 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.198.94
|
|
2026-03-29 04:53:57.236 DEBUG [src.node.docker_mananger] Generated ports ['59386', '59387', '59388', '59389', '59390']
|
|
2026-03-29 04:53:57.237 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-29 04:53:57.237 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-29 04:53:57.237 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-29 04:53:57.237 DEBUG [src.node.docker_mananger] docker run -i -t -p 59386:59386 -p 59387:59387 -p 59388:59388 -p 59389:59389 -p 59390:59390 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=59388 --rest-port=59386 --tcp-port=59387 --discv5-udp-port=59389 --rest-address=0.0.0.0 --nat=extip:172.18.198.94 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ad27b744de6eb9784bfebb3f78b3eca07c62fc9d2beafc7c70d77abadd8d6691 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59390 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-29 04:53:57.417 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.198.94 waku 09e1cc46ede1cb797ea9758cde7299428fb3f78ae5fb379c8df05f0308677b73
|
|
2026-03-29 04:53:57.457 DEBUG [src.node.docker_mananger] Container started with ID 09e1cc46ede1. Setting up logs at ./log/docker/node1_2026-03-29_04-53-57__55677ce9-e718-41cc-b67e-bc57de74a7c2__wakuorg_nwaku:latest.log
|
|
2026-03-29 04:53:57.457 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59386
|
|
2026-03-29 04:53:57.458 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-29 04:53:58.036 ERROR [src.node.docker_mananger] Max retries reached for container 6f7e88c78bed. Exiting log stream.
|
|
2026-03-29 04:53:58.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59386/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:53:58.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:53:58.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59386/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:53:58.565 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-29 04:53:58.565 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-29 04:53:58.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59386/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:53:58.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.198.94/tcp/59387/p2p/16Uiu2HAkuim4xaEvEAMy9hqyR1hun1DEhDEaLNpX8HpRZUKU1wJT","/ip4/172.18.198.94/tcp/59388/ws/p2p/16Uiu2HAkuim4xaEvEAMy9hqyR1hun1DEhDEaLNpX8HpRZUKU1wJT"],"enrUri":"enr:-L24QFIa0_X65rE-DU-gKGe97hzinuzQW-KcF6xkSCNhzpU_IF7PytgLRyrC1gGvLBwQzUaKWee63-MIbEal6l3e7nUCgmlkgnY0gmlwhKwSxl6KbXVsdGlhZGRyc5YACASsEsZeBuf7AAoErBLGXgbn_N0DgnJzhQACAQAAiXNlY3AyNTZrMaECBGCgwsrueADWlQAiiBIsgZ6nCHGmDzxbvcfUa1Zd_jyDdGNwguf7g3VkcILn_YV3YWt1MgU"}'
|
|
2026-03-29 04:53:58.568 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-29 04:53:58.575 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-29 04:53:58.576 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-29_04-53-57__55677ce9-e718-41cc-b67e-bc57de74a7c2__wakuorg_nwaku:latest.log
|
|
2026-03-29 04:53:58.576 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-29 04:53:58.576 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-29 04:53:58.577 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-29 04:53:58.578 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.174.115
|
|
2026-03-29 04:53:58.578 DEBUG [src.node.docker_mananger] Generated ports ['3344', '3345', '3346', '3347', '3348']
|
|
2026-03-29 04:53:58.578 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-29 04:53:58.578 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-29 04:53:58.578 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-29 04:53:58.578 DEBUG [src.node.docker_mananger] docker run -i -t -p 3344:3344 -p 3345:3345 -p 3346:3346 -p 3347:3347 -p 3348:3348 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=3346 --rest-port=3344 --tcp-port=3345 --discv5-udp-port=3347 --rest-address=0.0.0.0 --nat=extip:172.18.174.115 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=44ea9a2ed36ae0ac2dcd8c0b1aa80d14b9fb8d109f514860f59e1711a8e4fba5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3348 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFIa0_X65rE-DU-gKGe97hzinuzQW-KcF6xkSCNhzpU_IF7PytgLRyrC1gGvLBwQzUaKWee63-MIbEal6l3e7nUCgmlkgnY0gmlwhKwSxl6KbXVsdGlhZGRyc5YACASsEsZeBuf7AAoErBLGXgbn_N0DgnJzhQACAQAAiXNlY3AyNTZrMaECBGCgwsrueADWlQAiiBIsgZ6nCHGmDzxbvcfUa1Zd_jyDdGNwguf7g3VkcILn_YV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-29 04:53:58.772 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.174.115 waku 5ca28c7cfc8557f5d642be0d80c6be6739c2ff71403c6a0fa393970a4bc4fa4d
|
|
2026-03-29 04:53:58.812 DEBUG [src.node.docker_mananger] Container started with ID 5ca28c7cfc85. Setting up logs at ./log/docker/node2_2026-03-29_04-53-57__55677ce9-e718-41cc-b67e-bc57de74a7c2__wakuorg_nwaku:latest.log
|
|
2026-03-29 04:53:58.813 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3344
|
|
2026-03-29 04:53:58.814 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-29 04:53:59.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3344/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:53:59.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-29 04:53:59.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3344/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:53:59.920 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-29 04:53:59.920 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-29 04:53:59.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3344/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:53:59.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.174.115/tcp/3345/p2p/16Uiu2HAmAYg54LKt9wqR7iqTpR8AEjuCoGWjEuwUU5h2i8ugza9q","/ip4/172.18.174.115/tcp/3346/ws/p2p/16Uiu2HAmAYg54LKt9wqR7iqTpR8AEjuCoGWjEuwUU5h2i8ugza9q"],"enrUri":"enr:-L24QH8fMrsTbgrwFdKyQEpDL_ecG-LQ6_7EMb1Lstl5CQdzM1kjCNZ6SSRR9boq1Sk_-IqyyQ4KSX4umBC_J_RYhPQCgmlkgnY0gmlwhKwSrnOKbXVsdGlhZGRyc5YACASsEq5zBg0RAAoErBKucwYNEt0DgnJzhQACAQAAiXNlY3AyNTZrMaEC4Kp44cOlE4mpaZlGc309cMNmHKbCsqlzJuGFQ6DIa7yDdGNwgg0Rg3VkcIINE4V3YWt1MgE"}'
|
|
2026-03-29 04:53:59.923 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-29 04:53:59.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3344/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.198.94/tcp/59387/p2p/16Uiu2HAkuim4xaEvEAMy9hqyR1hun1DEhDEaLNpX8HpRZUKU1wJT"]'
|
|
2026-03-29 04:53:59.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:53:59.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59386/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-29 04:53:59.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:53:59.971 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3344/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-29 04:53:59.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:53:59.977 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59386/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-29 04:53:59.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-29 04:53:59.985 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-29 04:54:00.086 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-29 04:54:00.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59386/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-29 04:54:00.088 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:59386/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto. Response content: b'/toychat/2/huilong/proto'
|
|
2026-03-29 04:54:00.091 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-29 04:54:00.092 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-29 04:54:00.092 DEBUG [src.node.waku_node] Stopping container with id 09e1cc46ede1
|
|
2026-03-29 04:54:00.549 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-29 04:54:00.551 DEBUG [src.node.waku_node] Stopping container with id 5ca28c7cfc85
|
|
2026-03-29 04:54:01.013 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-29 04:54:01.016 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-29 04:54:01.035 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-29 04:54:01.052 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|