mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 01:53:28 +00:00
82 lines
14 KiB
Plaintext
82 lines
14 KiB
Plaintext
2026-03-11 04:38:16.568 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-11 04:38:16.568 DEBUG [tests.conftest] Running test: test_single_content_topic[/toychat/2/huilong/proto] with id: 2026-03-11_04-38-16__55ad43cf-3e09-4fb0-994b-595e85a89869
|
|
2026-03-11 04:38:16.568 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-11 04:38:16.569 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-11 04:38:16.569 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-11 04:38:16.579 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-11 04:38:16.579 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-11_04-38-16__55ad43cf-3e09-4fb0-994b-595e85a89869__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:38:16.580 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-11 04:38:16.580 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-11 04:38:16.581 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-11 04:38:16.581 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.233.110
|
|
2026-03-11 04:38:16.581 DEBUG [src.node.docker_mananger] Generated ports ['17968', '17969', '17970', '17971', '17972']
|
|
2026-03-11 04:38:16.581 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-11 04:38:16.581 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-11 04:38:16.582 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-11 04:38:16.582 DEBUG [src.node.docker_mananger] docker run -i -t -p 17968:17968 -p 17969:17969 -p 17970:17970 -p 17971:17971 -p 17972:17972 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=17970 --rest-port=17968 --tcp-port=17969 --discv5-udp-port=17971 --rest-address=0.0.0.0 --nat=extip:172.18.233.110 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a0e16173fbbe6be1a5801a7adbb91fa96f26b072f8a1bfcbdb57cdf6d186bbdb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17972 --metrics-logging=true --relay=true --filter=true --content-topic=/toychat/2/huilong/proto
|
|
2026-03-11 04:38:16.776 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.233.110 waku 4bd82543ad40f4c5713e7e8998d87e91b51ab2fc81b2f59c72a270f5a5596831
|
|
2026-03-11 04:38:16.813 DEBUG [src.node.docker_mananger] Container started with ID 4bd82543ad40. Setting up logs at ./log/docker/node1_2026-03-11_04-38-16__55ad43cf-3e09-4fb0-994b-595e85a89869__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:38:16.813 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17968
|
|
2026-03-11 04:38:16.813 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-11 04:38:17.376 ERROR [src.node.docker_mananger] Max retries reached for container 17b995390338. Exiting log stream.
|
|
2026-03-11 04:38:17.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17968/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:17.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-11 04:38:17.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17968/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:17.921 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-11 04:38:17.921 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-11 04:38:17.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17968/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:17.925 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.233.110/tcp/17969/p2p/16Uiu2HAky4xqrAoYhHRUy3BmumrU9oCN5ZpXfvZuqCgptzLJPzde","/ip4/172.18.233.110/tcp/17970/ws/p2p/16Uiu2HAky4xqrAoYhHRUy3BmumrU9oCN5ZpXfvZuqCgptzLJPzde"],"enrUri":"enr:-L24QAQ0_6sFYNegRJNLIUUGGYQQElMQ-n3EL_YF8ZK5I8XBfeO1-Cobevn2d708pvujSE2pcof06a188sZ7U51RGNUCgmlkgnY0gmlwhKwS6W6KbXVsdGlhZGRyc5YACASsEuluBkYxAAoErBLpbgZGMt0DgnJzhQACAQAAiXNlY3AyNTZrMaECNiCeJ3x8u1ZlTMHWWSETedTVdxpjIisImroBWeVwmnGDdGNwgkYxg3VkcIJGM4V3YWt1MgU"}'
|
|
2026-03-11 04:38:17.925 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-11 04:38:17.933 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-11 04:38:17.933 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-11_04-38-16__55ad43cf-3e09-4fb0-994b-595e85a89869__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:38:17.934 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-11 04:38:17.934 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-11 04:38:17.935 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-11 04:38:17.935 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.78.6
|
|
2026-03-11 04:38:17.935 DEBUG [src.node.docker_mananger] Generated ports ['45569', '45570', '45571', '45572', '45573']
|
|
2026-03-11 04:38:17.935 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-11 04:38:17.935 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-11 04:38:17.936 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-11 04:38:17.936 DEBUG [src.node.docker_mananger] docker run -i -t -p 45569:45569 -p 45570:45570 -p 45571:45571 -p 45572:45572 -p 45573:45573 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=45571 --rest-port=45569 --tcp-port=45570 --discv5-udp-port=45572 --rest-address=0.0.0.0 --nat=extip:172.18.78.6 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f4e23dcc4db8c0bc354e7aba37bee18dbfbaa4e9a1ed12cdebcaefaadd12e6fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45573 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAQ0_6sFYNegRJNLIUUGGYQQElMQ-n3EL_YF8ZK5I8XBfeO1-Cobevn2d708pvujSE2pcof06a188sZ7U51RGNUCgmlkgnY0gmlwhKwS6W6KbXVsdGlhZGRyc5YACASsEuluBkYxAAoErBLpbgZGMt0DgnJzhQACAQAAiXNlY3AyNTZrMaECNiCeJ3x8u1ZlTMHWWSETedTVdxpjIisImroBWeVwmnGDdGNwgkYxg3VkcIJGM4V3YWt1MgU --content-topic=/toychat/2/huilong/proto
|
|
2026-03-11 04:38:18.148 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.78.6 waku 9d8a08cf7c8200453c7696df9f51927448b4d34fb6c6a48aa98901a66d7a3ccb
|
|
2026-03-11 04:38:18.188 DEBUG [src.node.docker_mananger] Container started with ID 9d8a08cf7c82. Setting up logs at ./log/docker/node2_2026-03-11_04-38-16__55ad43cf-3e09-4fb0-994b-595e85a89869__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:38:18.189 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45569
|
|
2026-03-11 04:38:18.189 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-11 04:38:19.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45569/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:19.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-11 04:38:19.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45569/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:19.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-11 04:38:19.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45569/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:19.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-11 04:38:19.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45569/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:19.503 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-11 04:38:19.503 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-11 04:38:19.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45569/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:19.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.78.6/tcp/45570/p2p/16Uiu2HAm5YF4tq9ZgxRE2XeZoukEVba3gkXKfifMiUXJKTFxyvbk","/ip4/172.18.78.6/tcp/45571/ws/p2p/16Uiu2HAm5YF4tq9ZgxRE2XeZoukEVba3gkXKfifMiUXJKTFxyvbk"],"enrUri":"enr:-L24QM96QjjdKIN7rDjCKS_ZP9CsacvP_wdFV-aoz0ZDeEzoLSyn3oo2H-TPUDCM_0EuIYfno0KDysR-DPalwdibDuoCgmlkgnY0gmlwhKwSTgaKbXVsdGlhZGRyc5YACASsEk4GBrICAAoErBJOBgayA90DgnJzhQACAQAAiXNlY3AyNTZrMaEClkPES55fpJV3yfF_nDeDsVbLyLVZEcLI9b3pT8QKZsODdGNwgrICg3VkcIKyBIV3YWt1MgE"}'
|
|
2026-03-11 04:38:19.506 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-11 04:38:19.506 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45569/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.233.110/tcp/17969/p2p/16Uiu2HAky4xqrAoYhHRUy3BmumrU9oCN5ZpXfvZuqCgptzLJPzde"]'
|
|
2026-03-11 04:38:19.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:38:19.531 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17968/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
|
2026-03-11 04:38:19.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:38:19.538 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45569/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
|
2026-03-11 04:38:19.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:38:19.544 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17968/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-11 04:38:19.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:38:19.554 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-11 04:38:19.655 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-11 04:38:19.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17968/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:19.658 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1773203897223263874,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1773203899544792679,"ephemeral":false,"proof":""}]'
|
|
2026-03-11 04:38:19.713 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-11 04:38:19.714 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-11 04:38:19.714 DEBUG [src.node.waku_node] Stopping container with id 4bd82543ad40
|
|
2026-03-11 04:38:20.314 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-11 04:38:20.315 DEBUG [src.node.waku_node] Stopping container with id 9d8a08cf7c82
|
|
2026-03-11 04:38:20.885 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-11 04:38:20.889 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-11 04:38:20.921 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-11 04:38:20.950 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-11 04:38:20.951 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-11 04:38:20.951 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-11 04:38:20.952 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-11_04-38-16__55ad43cf-3e09-4fb0-994b-595e85a89869__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:38:20.954 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-11_04-38-16__55ad43cf-3e09-4fb0-994b-595e85a89869__wakuorg_nwaku:latest.log
|