mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-22 03:33:29 +00:00
83 lines
15 KiB
Plaintext
83 lines
15 KiB
Plaintext
2026-02-14 04:35:00.898 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-14 04:35:00.898 DEBUG [tests.conftest] Running test: test_subscribe_and_publish_on_another_content_topic_from_same_shard with id: 2026-02-14_04-35-00__ff0c64a1-ad20-4f33-bc80-3c1da8c10e58
|
|
2026-02-14 04:35:00.898 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-14 04:35:00.899 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-14 04:35:00.901 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-14 04:35:00.912 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-14 04:35:00.912 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-14_04-35-00__ff0c64a1-ad20-4f33-bc80-3c1da8c10e58__wakuorg_nwaku:latest.log
|
|
2026-02-14 04:35:00.912 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-14 04:35:00.912 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-14 04:35:00.914 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-14 04:35:00.914 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.54.93
|
|
2026-02-14 04:35:00.914 DEBUG [src.node.docker_mananger] Generated ports ['49640', '49641', '49642', '49643', '49644']
|
|
2026-02-14 04:35:00.914 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-14 04:35:00.914 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-14 04:35:00.914 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-14 04:35:00.914 DEBUG [src.node.docker_mananger] docker run -i -t -p 49640:49640 -p 49641:49641 -p 49642:49642 -p 49643:49643 -p 49644:49644 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=49642 --rest-port=49640 --tcp-port=49641 --discv5-udp-port=49643 --rest-address=0.0.0.0 --nat=extip:172.18.54.93 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=81ca2f7d0ba5d22db0a26d496bed6e0a5a8b6bfa55e8f9d296ddbae214e9bd7c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49644 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-02-14 04:35:01.116 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.54.93 waku 733c9977eae2e25b408708a459225d4dd3120ef390855d7304c6a2fc53e5b929
|
|
2026-02-14 04:35:01.166 DEBUG [src.node.docker_mananger] Container started with ID 733c9977eae2. Setting up logs at ./log/docker/node1_2026-02-14_04-35-00__ff0c64a1-ad20-4f33-bc80-3c1da8c10e58__wakuorg_nwaku:latest.log
|
|
2026-02-14 04:35:01.166 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49640
|
|
2026-02-14 04:35:01.167 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-14 04:35:01.438 ERROR [src.node.docker_mananger] Max retries reached for container f333540bdabd. Exiting log stream.
|
|
2026-02-14 04:35:01.723 ERROR [src.node.docker_mananger] Max retries reached for container 0f6da9612950. Exiting log stream.
|
|
2026-02-14 04:35:02.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49640/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-14 04:35:02.170 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-14 04:35:02.170 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-14 04:35:02.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49640/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-14 04:35:02.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.54.93/tcp/49641/p2p/16Uiu2HAm4QFFXLZZmCdrYdHa2qj7s5wc7RVF2zBfbxGxxeheVmNt","/ip4/172.18.54.93/tcp/49642/ws/p2p/16Uiu2HAm4QFFXLZZmCdrYdHa2qj7s5wc7RVF2zBfbxGxxeheVmNt"],"enrUri":"enr:-L24QBWIJJwX3VkiDYIi7-Ozv3_c1AD9sxgqWN-SrfH63Y8DDXeQgKNcCyekQuJ5ajHNF_earCrTHH3fkqFqFGoD460CgmlkgnY0gmlwhKwSNl2KbXVsdGlhZGRyc5YACASsEjZdBsHpAAoErBI2XQbB6t0DgnJzhQACAQAAiXNlY3AyNTZrMaEChVuj_lSkqXUd3ZB5PejiHOY_WTIc88Zy54Ahao7z2ZWDdGNwgsHpg3VkcILB64V3YWt1MgU"}'
|
|
2026-02-14 04:35:02.173 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-14 04:35:02.181 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-14 04:35:02.181 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-14_04-35-00__ff0c64a1-ad20-4f33-bc80-3c1da8c10e58__wakuorg_nwaku:latest.log
|
|
2026-02-14 04:35:02.181 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-14 04:35:02.181 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-14 04:35:02.183 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-14 04:35:02.183 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.147.50
|
|
2026-02-14 04:35:02.183 DEBUG [src.node.docker_mananger] Generated ports ['41581', '41582', '41583', '41584', '41585']
|
|
2026-02-14 04:35:02.183 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-14 04:35:02.183 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-14 04:35:02.183 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-14 04:35:02.183 DEBUG [src.node.docker_mananger] docker run -i -t -p 41581:41581 -p 41582:41582 -p 41583:41583 -p 41584:41584 -p 41585:41585 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=41583 --rest-port=41581 --tcp-port=41582 --discv5-udp-port=41584 --rest-address=0.0.0.0 --nat=extip:172.18.147.50 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=740db9cacff649befcdd13d2dc51c07f236a623b4cef2b6f180cc7f1708ba7cf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41585 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBWIJJwX3VkiDYIi7-Ozv3_c1AD9sxgqWN-SrfH63Y8DDXeQgKNcCyekQuJ5ajHNF_earCrTHH3fkqFqFGoD460CgmlkgnY0gmlwhKwSNl2KbXVsdGlhZGRyc5YACASsEjZdBsHpAAoErBI2XQbB6t0DgnJzhQACAQAAiXNlY3AyNTZrMaEChVuj_lSkqXUd3ZB5PejiHOY_WTIc88Zy54Ahao7z2ZWDdGNwgsHpg3VkcILB64V3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-02-14 04:35:02.385 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.147.50 waku 66855418b3531d830cd4c2ee3bed26f415aeb828bfdb710bc6b5703d58c1b5e6
|
|
2026-02-14 04:35:02.432 DEBUG [src.node.docker_mananger] Container started with ID 66855418b353. Setting up logs at ./log/docker/node2_2026-02-14_04-35-00__ff0c64a1-ad20-4f33-bc80-3c1da8c10e58__wakuorg_nwaku:latest.log
|
|
2026-02-14 04:35:02.432 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41581
|
|
2026-02-14 04:35:02.432 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-14 04:35:03.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41581/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-14 04:35:03.444 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_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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-02-14 04:35:03.445 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-14 04:35:03.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41581/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-14 04:35:03.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.147.50/tcp/41582/p2p/16Uiu2HAmJ8j7zFdULja76VdMwEeLvR8WB4Fp9PGx9VY3QgWSpRVw","/ip4/172.18.147.50/tcp/41583/ws/p2p/16Uiu2HAmJ8j7zFdULja76VdMwEeLvR8WB4Fp9PGx9VY3QgWSpRVw"],"enrUri":"enr:-L24QIR-qdhIOw7zMBw_MtxE4QzltNIegCdbhF-jbKKxkiP6Ji05gV7YSiXfT9cggMyftUP550rXlRDauXwHWPdYCpACgmlkgnY0gmlwhKwSkzKKbXVsdGlhZGRyc5YACASsEpMyBqJuAAoErBKTMgaib90DgnJzhQACAQAAiXNlY3AyNTZrMaEDUWV6N6co6fdSF1oLvN_Tl14lhNYdO9HDNDENN7KO1jaDdGNwgqJug3VkcIKicIV3YWt1MgE"}'
|
|
2026-02-14 04:35:03.452 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-14 04:35:03.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41581/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.54.93/tcp/49641/p2p/16Uiu2HAm4QFFXLZZmCdrYdHa2qj7s5wc7RVF2zBfbxGxxeheVmNt"]'
|
|
2026-02-14 04:35:03.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-14 04:35:03.457 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49640/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2026-02-14 04:35:03.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-14 04:35:03.462 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41581/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2026-02-14 04:35:03.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-14 04:35:03.468 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49640/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-14 04:35:03.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-14 04:35:03.474 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-14 04:35:03.575 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-14 04:35:03.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49640/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-14 04:35:03.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1771043703468347162,"ephemeral":false,"proof":""}]'
|
|
2026-02-14 04:35:03.580 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-14 04:35:03.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41581/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-14 04:35:03.582 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1771043703468347162,"ephemeral":false,"proof":""}]'
|
|
2026-02-14 04:35:03.584 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49640/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-14 04:35:03.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-14 04:35:03.589 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-14 04:35:03.689 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-14 04:35:03.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49640/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-14 04:35:03.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1771043703584463810,"ephemeral":false,"proof":""}]'
|
|
2026-02-14 04:35:03.694 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-14 04:35:03.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41581/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-14 04:35:03.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1771043703584463810,"ephemeral":false,"proof":""}]'
|
|
2026-02-14 04:35:03.699 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-14 04:35:03.700 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-14 04:35:03.701 DEBUG [src.node.waku_node] Stopping container with id 733c9977eae2
|
|
2026-02-14 04:35:03.959 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-14 04:35:03.960 DEBUG [src.node.waku_node] Stopping container with id 66855418b353
|
|
2026-02-14 04:35:04.243 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-14 04:35:04.245 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-14 04:35:04.255 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-14 04:35:04.260 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|