mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-26 04:09:29 +00:00
67 lines
12 KiB
Plaintext
67 lines
12 KiB
Plaintext
2026-04-23 05:12:05.641 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-04-23 05:12:05.641 DEBUG [tests.conftest] Running test: test_multiple_content_topics_same_shard[content_topic_list0] with id: 2026-04-23_05-12-05__9aaf2c38-7a0b-428e-8f4a-93f2497a3ebc
|
|
2026-04-23 05:12:05.641 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-04-23 05:12:05.642 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-04-23 05:12:05.642 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-04-23 05:12:05.650 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-04-23 05:12:05.650 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-23_05-12-05__9aaf2c38-7a0b-428e-8f4a-93f2497a3ebc__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:12:05.650 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-04-23 05:12:05.651 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-04-23 05:12:05.652 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-04-23 05:12:05.652 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.64.182
|
|
2026-04-23 05:12:05.652 DEBUG [src.node.docker_mananger] Generated ports ['14734', '14735', '14736', '14737', '14738']
|
|
2026-04-23 05:12:05.653 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-04-23 05:12:05.653 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-04-23 05:12:05.653 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-04-23 05:12:05.653 DEBUG [src.node.docker_mananger] docker run -i -t -p 14734:14734 -p 14735:14735 -p 14736:14736 -p 14737:14737 -p 14738:14738 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=14736 --rest-port=14734 --tcp-port=14735 --discv5-udp-port=14737 --rest-address=0.0.0.0 --nat=extip:172.18.64.182 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=5d6fa97f9ded6ffff52e5ab3b8ccba8ad1cfc46fdb1a3ae3d7eb3f4cae8ceb6a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14738 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf --content-topic=/newsService/1.0/alerts/xml --content-topic=/newsService/1.0/updates/json --content-topic=/newsService/2.0/alerts/json --content-topic=/newsService/2.0/summaries/xml --content-topic=/newsService/2.0/highlights/yaml --content-topic=/newsService/3.0/weekly/json --content-topic=/newsService/3.0/summaries/xml
|
|
2026-04-23 05:12:05.844 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.64.182 waku ea507a863cfb09f340bc5342373c218bc4fe5db06935e83102a9ea618b977bfd
|
|
2026-04-23 05:12:05.886 DEBUG [src.node.docker_mananger] Container started with ID ea507a863cfb. Setting up logs at ./log/docker/node1_2026-04-23_05-12-05__9aaf2c38-7a0b-428e-8f4a-93f2497a3ebc__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:12:05.888 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14734
|
|
2026-04-23 05:12:05.888 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-04-23 05:12:05.933 ERROR [src.node.docker_mananger] Max retries reached for container 8b33a9e35975. Exiting log stream.
|
|
2026-04-23 05:12:06.438 ERROR [src.node.docker_mananger] Max retries reached for container 2b35a6cb1ec0. Exiting log stream.
|
|
2026-04-23 05:12:06.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14734/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:12:06.892 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-04-23 05:12:06.892 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-04-23 05:12:06.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14734/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:12:06.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.64.182/tcp/14735/p2p/16Uiu2HAmSb1vMkgFn6wpNVdy1C9EW2BmZVPtTg52nvKumLsC9mXv","/ip4/172.18.64.182/tcp/14736/ws/p2p/16Uiu2HAmSb1vMkgFn6wpNVdy1C9EW2BmZVPtTg52nvKumLsC9mXv"],"enrUri":"enr:-L24QHlPrAzf7i055BkWP1U1aGllcDg36Vg-7OC7n4NSeLTNLOjh5G9I3EUSoKLUXlLalz_vPc7IGOXdxnV4FKZrL2ICgmlkgnY0gmlwhKwSQLaKbXVsdGlhZGRyc5YACASsEkC2BjmPAAoErBJAtgY5kN0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDzv8RsQ42c09HcjH5h8i1rkrgwaB0YOgQYq5ABxiFvCGDdGNwgjmPg3VkcII5kYV3YWt1MgU"}'
|
|
2026-04-23 05:12:06.895 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-04-23 05:12:06.903 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-04-23 05:12:06.903 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-23_05-12-05__9aaf2c38-7a0b-428e-8f4a-93f2497a3ebc__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:12:06.903 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-04-23 05:12:06.903 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-04-23 05:12:06.905 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-04-23 05:12:06.905 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.194.207
|
|
2026-04-23 05:12:06.905 DEBUG [src.node.docker_mananger] Generated ports ['61834', '61835', '61836', '61837', '61838']
|
|
2026-04-23 05:12:06.905 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-04-23 05:12:06.905 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-04-23 05:12:06.906 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-04-23 05:12:06.906 DEBUG [src.node.docker_mananger] docker run -i -t -p 61834:61834 -p 61835:61835 -p 61836:61836 -p 61837:61837 -p 61838:61838 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=61836 --rest-port=61834 --tcp-port=61835 --discv5-udp-port=61837 --rest-address=0.0.0.0 --nat=extip:172.18.194.207 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=1a01fe1acc7ecaedffc0c06507da662d5796c077ac3fcfddee2a0184b2da2219 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61838 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHlPrAzf7i055BkWP1U1aGllcDg36Vg-7OC7n4NSeLTNLOjh5G9I3EUSoKLUXlLalz_vPc7IGOXdxnV4FKZrL2ICgmlkgnY0gmlwhKwSQLaKbXVsdGlhZGRyc5YACASsEkC2BjmPAAoErBJAtgY5kN0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDzv8RsQ42c09HcjH5h8i1rkrgwaB0YOgQYq5ABxiFvCGDdGNwgjmPg3VkcII5kYV3YWt1MgU --content-topic=/newsService/1.0/weekly/protobuf --content-topic=/newsService/1.0/alerts/xml --content-topic=/newsService/1.0/updates/json --content-topic=/newsService/2.0/alerts/json --content-topic=/newsService/2.0/summaries/xml --content-topic=/newsService/2.0/highlights/yaml --content-topic=/newsService/3.0/weekly/json --content-topic=/newsService/3.0/summaries/xml
|
|
2026-04-23 05:12:07.126 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.194.207 waku 80b696ca19b8fd07c0b59ad0c5c9bf8229d83c857ff56e5543263ccbefd86354
|
|
2026-04-23 05:12:07.167 DEBUG [src.node.docker_mananger] Container started with ID 80b696ca19b8. Setting up logs at ./log/docker/node2_2026-04-23_05-12-05__9aaf2c38-7a0b-428e-8f4a-93f2497a3ebc__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:12:07.167 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61834
|
|
2026-04-23 05:12:07.167 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-04-23 05:12:08.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61834/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:12:08.173 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"},{"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"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-04-23 05:12:08.174 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-04-23 05:12:08.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61834/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:12:08.177 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.194.207/tcp/61835/p2p/16Uiu2HAmRxyM6pjN3rEo19geh5ijxpKkcKrkyve9WgcompB4SKEz","/ip4/172.18.194.207/tcp/61836/ws/p2p/16Uiu2HAmRxyM6pjN3rEo19geh5ijxpKkcKrkyve9WgcompB4SKEz"],"enrUri":"enr:-L24QAnn3BT-fDBHsJIXfjPogpVyeuku-cxWZX--SFK2VoAJWWOnZqyn5dvYDYwis7a-oFFVENemPtrmmFQBGipVya4CgmlkgnY0gmlwhKwSws-KbXVsdGlhZGRyc5YACASsEsLPBvGLAAoErBLCzwbxjN0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDxcNADrPMXHcKtnjaUsrAqfb86_9W7vew7tFqbV2f0MuDdGNwgvGLg3VkcILxjYV3YWt1MgE"}'
|
|
2026-04-23 05:12:08.177 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-04-23 05:12:08.177 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61834/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.64.182/tcp/14735/p2p/16Uiu2HAmSb1vMkgFn6wpNVdy1C9EW2BmZVPtTg52nvKumLsC9mXv"]'
|
|
2026-04-23 05:12:08.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:12:08.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14734/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
|
|
2026-04-23 05:12:08.183 ERROR [src.node.api_clients.base_client] HTTP error occurred: 500 Server Error: Internal Server Error for url: http://127.0.0.1:14734/relay/v1/auto/subscriptions. Response content: b'Subscribe failed:Failed to decode subscription event: Static sharding is used, relay subscriptions must specify a pubsub topic'
|
|
2026-04-23 05:12:08.225 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-04-23 05:12:08.226 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-04-23 05:12:08.226 DEBUG [src.node.waku_node] Stopping container with id ea507a863cfb
|
|
2026-04-23 05:12:08.727 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-04-23 05:12:08.727 DEBUG [src.node.waku_node] Stopping container with id 80b696ca19b8
|
|
2026-04-23 05:12:09.275 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-04-23 05:12:09.277 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-04-23 05:12:09.288 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-04-23 05:12:09.294 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-04-23 05:12:09.295 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-04-23 05:12:09.296 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-04-23 05:12:09.297 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-04-23_05-12-05__9aaf2c38-7a0b-428e-8f4a-93f2497a3ebc__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:12:09.298 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-04-23_05-12-05__9aaf2c38-7a0b-428e-8f4a-93f2497a3ebc__wakuorg_nwaku:latest.log
|