mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-25 19:59:26 +00:00
132 lines
26 KiB
Plaintext
132 lines
26 KiB
Plaintext
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_multiple_content_topics_same_shard[content_topic_list1] with id: 2026-04-23_22-00-18__02b4b2a1-f011-4eb0-a637-041917fa46f0
|
||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-04-23_22-00-18__02b4b2a1-f011-4eb0-a637-041917fa46f0__wakuorg_nwaku:latest.log
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.21.45
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['58522', '58523', '58524', '58525', '58526']
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:455 RLN credentials were not set
|
||
[32mINFO [0m src.node.waku_node:waku_node.py:180 RLN credentials not set or credential store not available, starting without RLN
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:186 Using volumes []
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 58522:58522 -p 58523:58523 -p 58524:58524 -p 58525:58525 -p 58526:58526 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=58524 --rest-port=58522 --tcp-port=58523 --discv5-udp-port=58525 --rest-address=0.0.0.0 --nat=extip:172.18.21.45 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=addf52ffe5a4e82284599fca175f51fde4d19aae7ddcaa91bd238bbef4fea8ad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58526 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/2.0/alerts/yaml --content-topic=/newsService/2.0/highlights/xml --content-topic=/newsService/3.0/daily/protobuf --content-topic=/newsService/3.0/alerts/xml --content-topic=/newsService/3.0/updates/protobuf --content-topic=/newsService/3.0/reviews/xml --content-topic=/newsService/4.0/alerts/yaml --content-topic=/newsService/4.0/updates/yaml
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.21.45 waku 0aca963e72ee2b4268c186f7eeff255e27bcffc051b9833e09995d15683e78cd
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0aca963e72ee. Setting up logs at ./log/docker/node1_2026-04-23_22-00-18__02b4b2a1-f011-4eb0-a637-041917fa46f0__wakuorg_nwaku:latest.log
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:197 Started container from image wakuorg/nwaku:latest. REST: 58522
|
||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7d9648b2be28. Exiting log stream.
|
||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e2cf0489228b. Exiting log stream.
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58522/health" -H "Content-Type: application/json" -d 'None'
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||
[32mINFO [0m src.node.waku_node:waku_node.py:294 Node protocols are initialized !!
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58522/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.21.45/tcp/58523/p2p/16Uiu2HAkwRgN3sUACcNZVn7UBUZgtF4tHd9jG9Ypte8s4yiFHLbY","/ip4/172.18.21.45/tcp/58524/ws/p2p/16Uiu2HAkwRgN3sUACcNZVn7UBUZgtF4tHd9jG9Ypte8s4yiFHLbY"],"enrUri":"enr:-L24QGD88mYpXFMRa3-k21azWGq49gy9gOi3OZV75aqwEMf-WNyE0_wqWvaXyETciDcPsD9Gf6SDim9RrETIE3JFchkCgmlkgnY0gmlwhKwSFS2KbXVsdGlhZGRyc5YACASsEhUtBuSbAAoErBIVLQbknN0DgnJzhQDHAQAAiXNlY3AyNTZrMaECHbfOyHWUbwXdJs5DZrWBi5WdW-rw9lUKQzCraeDOUv-DdGNwguSbg3VkcILknYV3YWt1MgU"}'
|
||
[32mINFO [0m src.node.waku_node:waku_node.py:299 REST service is ready !!
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-04-23_22-00-18__02b4b2a1-f011-4eb0-a637-041917fa46f0__wakuorg_nwaku:latest.log
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.7.253
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['65252', '65253', '65254', '65255', '65256']
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:455 RLN credentials were not set
|
||
[32mINFO [0m src.node.waku_node:waku_node.py:180 RLN credentials not set or credential store not available, starting without RLN
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:186 Using volumes []
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 65252:65252 -p 65253:65253 -p 65254:65254 -p 65255:65255 -p 65256:65256 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=65254 --rest-port=65252 --tcp-port=65253 --discv5-udp-port=65255 --rest-address=0.0.0.0 --nat=extip:172.18.7.253 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=01fcf94ef64aa1f8d93693ac40b2675ebded1e2ad4101aecfe71e5a5ea5d9eac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65256 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGD88mYpXFMRa3-k21azWGq49gy9gOi3OZV75aqwEMf-WNyE0_wqWvaXyETciDcPsD9Gf6SDim9RrETIE3JFchkCgmlkgnY0gmlwhKwSFS2KbXVsdGlhZGRyc5YACASsEhUtBuSbAAoErBIVLQbknN0DgnJzhQDHAQAAiXNlY3AyNTZrMaECHbfOyHWUbwXdJs5DZrWBi5WdW-rw9lUKQzCraeDOUv-DdGNwguSbg3VkcILknYV3YWt1MgU --content-topic=/newsService/2.0/alerts/yaml --content-topic=/newsService/2.0/highlights/xml --content-topic=/newsService/3.0/daily/protobuf --content-topic=/newsService/3.0/alerts/xml --content-topic=/newsService/3.0/updates/protobuf --content-topic=/newsService/3.0/reviews/xml --content-topic=/newsService/4.0/alerts/yaml --content-topic=/newsService/4.0/updates/yaml
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.7.253 waku 12aaa591254ce8bd6e35f97f72872457a2b9bac0359bca44e618425baffd6d31
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 12aaa591254c. Setting up logs at ./log/docker/node2_2026-04-23_22-00-18__02b4b2a1-f011-4eb0-a637-041917fa46f0__wakuorg_nwaku:latest.log
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:197 Started container from image wakuorg/nwaku:latest. REST: 65252
|
||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65252/health" -H "Content-Type: application/json" -d 'None'
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||
[32mINFO [0m src.node.waku_node:waku_node.py:294 Node protocols are initialized !!
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65252/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.7.253/tcp/65253/p2p/16Uiu2HAm7A1EBBwjxz8RFbX34LicY8SvqFzwBF2yVxvUcQuume5L","/ip4/172.18.7.253/tcp/65254/ws/p2p/16Uiu2HAm7A1EBBwjxz8RFbX34LicY8SvqFzwBF2yVxvUcQuume5L"],"enrUri":"enr:-L24QMEiiUXDnAPBdUgYcWXFawb5p4A1F6R5d4QYy_r53WepWX1DgjKBl_vUfEzP6xHwCt8x79uS0S3pvVBj2EOhqXwCgmlkgnY0gmlwhKwSB_2KbXVsdGlhZGRyc5YACASsEgf9Bv7lAAoErBIH_Qb-5t0DgnJzhQDHAQAAiXNlY3AyNTZrMaECrki2xF6a_7taojmSpITptqC5pRb2SjWZf17WQxcmKg-DdGNwgv7lg3VkcIL-54V3YWt1MgE"}'
|
||
[32mINFO [0m src.node.waku_node:waku_node.py:299 REST service is ready !!
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65252/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.21.45/tcp/58523/p2p/16Uiu2HAkwRgN3sUACcNZVn7UBUZgtF4tHd9jG9Ypte8s4yiFHLbY"]'
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58522/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/yaml", "/newsService/2.0/highlights/xml", "/newsService/3.0/daily/protobuf", "/newsService/3.0/alerts/xml", "/newsService/3.0/updates/protobuf", "/newsService/3.0/reviews/xml", "/newsService/4.0/alerts/yaml", "/newsService/4.0/updates/yaml"]'
|
||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 500 Server Error: Internal Server Error for url: http://127.0.0.1:58522/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'
|
||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Stopping container with id 0aca963e72ee
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:248 Container stopped.
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Stopping container with id 12aaa591254c
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:248 Container stopped.
|
||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||
[35mDEBUG [0m tests.conftest:conftest.py:73 Running fixture teardown: attach_logs_on_fail
|
||
[35mDEBUG [0m tests.conftest:conftest.py:74 Test failed, attempting to attach logs to the allure reports
|
||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/node1_2026-04-23_22-00-18__02b4b2a1-f011-4eb0-a637-041917fa46f0__wakuorg_nwaku:latest.log
|
||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/node2_2026-04-23_22-00-18__02b4b2a1-f011-4eb0-a637-041917fa46f0__wakuorg_nwaku:latest.log
|
||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_multiple_content_topics_same_shard[content_topic_list1] with id: 2026-04-23_22-00-21__445f735c-8b9d-4e45-a144-f2271a38a2ba
|
||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-04-23_22-00-21__445f735c-8b9d-4e45-a144-f2271a38a2ba__wakuorg_nwaku:latest.log
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.201.113
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['57125', '57126', '57127', '57128', '57129']
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:455 RLN credentials were not set
|
||
[32mINFO [0m src.node.waku_node:waku_node.py:180 RLN credentials not set or credential store not available, starting without RLN
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:186 Using volumes []
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 57125:57125 -p 57126:57126 -p 57127:57127 -p 57128:57128 -p 57129:57129 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=57127 --rest-port=57125 --tcp-port=57126 --discv5-udp-port=57128 --rest-address=0.0.0.0 --nat=extip:172.18.201.113 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=8cdb9e8cbbfadce334e3a6a237ba584ebe11c00d8a9aefc5a7922d4db34c31cb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57129 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/2.0/alerts/yaml --content-topic=/newsService/2.0/highlights/xml --content-topic=/newsService/3.0/daily/protobuf --content-topic=/newsService/3.0/alerts/xml --content-topic=/newsService/3.0/updates/protobuf --content-topic=/newsService/3.0/reviews/xml --content-topic=/newsService/4.0/alerts/yaml --content-topic=/newsService/4.0/updates/yaml
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.201.113 waku a16a19bff16cbfe803ca8a5591f99132f33b72df7a9a55b6663e0763d60ad75e
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a16a19bff16c. Setting up logs at ./log/docker/node1_2026-04-23_22-00-21__445f735c-8b9d-4e45-a144-f2271a38a2ba__wakuorg_nwaku:latest.log
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:197 Started container from image wakuorg/nwaku:latest. REST: 57125
|
||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0aca963e72ee. Exiting log stream.
|
||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 12aaa591254c. Exiting log stream.
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57125/health" -H "Content-Type: application/json" -d 'None'
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||
[32mINFO [0m src.node.waku_node:waku_node.py:294 Node protocols are initialized !!
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57125/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.201.113/tcp/57126/p2p/16Uiu2HAmJo7KeUG9fqNnbeuKY62y3C8M8dd5L9mXrG2J7mk8bm3Z","/ip4/172.18.201.113/tcp/57127/ws/p2p/16Uiu2HAmJo7KeUG9fqNnbeuKY62y3C8M8dd5L9mXrG2J7mk8bm3Z"],"enrUri":"enr:-L24QPQsJbKzhXTS8mQtvHM01oUNbBe1j5gXECtSLuRx-x-7GQ1VK7UuvJ037eb_-ibZhPCA4iqBOb2raWZkBWY2DSYCgmlkgnY0gmlwhKwSyXGKbXVsdGlhZGRyc5YACASsEslxBt8mAAoErBLJcQbfJ90DgnJzhQDHAQAAiXNlY3AyNTZrMaEDWzqmowtfH5ArfW7nq-IszB7OU6x5gRFK8oT7NTx0GmSDdGNwgt8mg3VkcILfKIV3YWt1MgU"}'
|
||
[32mINFO [0m src.node.waku_node:waku_node.py:299 REST service is ready !!
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-04-23_22-00-21__445f735c-8b9d-4e45-a144-f2271a38a2ba__wakuorg_nwaku:latest.log
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.72.107
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['22545', '22546', '22547', '22548', '22549']
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:455 RLN credentials were not set
|
||
[32mINFO [0m src.node.waku_node:waku_node.py:180 RLN credentials not set or credential store not available, starting without RLN
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:186 Using volumes []
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 22545:22545 -p 22546:22546 -p 22547:22547 -p 22548:22548 -p 22549:22549 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=22547 --rest-port=22545 --tcp-port=22546 --discv5-udp-port=22548 --rest-address=0.0.0.0 --nat=extip:172.18.72.107 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=cac891021b11af951bab3a4fdbd33f2745af73b04a62eac9ffb34a84ce4ddba2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22549 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPQsJbKzhXTS8mQtvHM01oUNbBe1j5gXECtSLuRx-x-7GQ1VK7UuvJ037eb_-ibZhPCA4iqBOb2raWZkBWY2DSYCgmlkgnY0gmlwhKwSyXGKbXVsdGlhZGRyc5YACASsEslxBt8mAAoErBLJcQbfJ90DgnJzhQDHAQAAiXNlY3AyNTZrMaEDWzqmowtfH5ArfW7nq-IszB7OU6x5gRFK8oT7NTx0GmSDdGNwgt8mg3VkcILfKIV3YWt1MgU --content-topic=/newsService/2.0/alerts/yaml --content-topic=/newsService/2.0/highlights/xml --content-topic=/newsService/3.0/daily/protobuf --content-topic=/newsService/3.0/alerts/xml --content-topic=/newsService/3.0/updates/protobuf --content-topic=/newsService/3.0/reviews/xml --content-topic=/newsService/4.0/alerts/yaml --content-topic=/newsService/4.0/updates/yaml
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.72.107 waku e1970dba07ba1cf8ce850f8c42a23fe244ffe21ae2cf4aa9fed50ecd45923260
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e1970dba07ba. Setting up logs at ./log/docker/node2_2026-04-23_22-00-21__445f735c-8b9d-4e45-a144-f2271a38a2ba__wakuorg_nwaku:latest.log
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:197 Started container from image wakuorg/nwaku:latest. REST: 22545
|
||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22545/health" -H "Content-Type: application/json" -d 'None'
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||
[32mINFO [0m src.node.waku_node:waku_node.py:294 Node protocols are initialized !!
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22545/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.72.107/tcp/22546/p2p/16Uiu2HAmPfJKiCUyqECQyVMUdMzKwy4YcHFBTnMisNW4BkwmfjcB","/ip4/172.18.72.107/tcp/22547/ws/p2p/16Uiu2HAmPfJKiCUyqECQyVMUdMzKwy4YcHFBTnMisNW4BkwmfjcB"],"enrUri":"enr:-L24QLdfz7r7xsiFpu3bvTMr5OH8z6f4DJArG6RMIhUkdc25ZiPXHJ3fYys0SEpj20yVF-gGYF6wrsUm2z5iQ7XFS3gCgmlkgnY0gmlwhKwSSGuKbXVsdGlhZGRyc5YACASsEkhrBlgSAAoErBJIawZYE90DgnJzhQDHAQAAiXNlY3AyNTZrMaEDo4Tgyar_RTrXQAF1xw6YjY9fsmPElFRRT1oTlemfvxCDdGNwglgSg3VkcIJYFIV3YWt1MgE"}'
|
||
[32mINFO [0m src.node.waku_node:waku_node.py:299 REST service is ready !!
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22545/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.201.113/tcp/57126/p2p/16Uiu2HAmJo7KeUG9fqNnbeuKY62y3C8M8dd5L9mXrG2J7mk8bm3Z"]'
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:57125/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/yaml", "/newsService/2.0/highlights/xml", "/newsService/3.0/daily/protobuf", "/newsService/3.0/alerts/xml", "/newsService/3.0/updates/protobuf", "/newsService/3.0/reviews/xml", "/newsService/4.0/alerts/yaml", "/newsService/4.0/updates/yaml"]'
|
||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 500 Server Error: Internal Server Error for url: http://127.0.0.1:57125/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'
|
||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Stopping container with id a16a19bff16c
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:248 Container stopped.
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Stopping container with id e1970dba07ba
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:248 Container stopped.
|
||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||
[35mDEBUG [0m tests.conftest:conftest.py:73 Running fixture teardown: attach_logs_on_fail
|
||
[35mDEBUG [0m tests.conftest:conftest.py:74 Test failed, attempting to attach logs to the allure reports
|
||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/node2_2026-04-23_22-00-21__445f735c-8b9d-4e45-a144-f2271a38a2ba__wakuorg_nwaku:latest.log
|
||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/node1_2026-04-23_22-00-21__445f735c-8b9d-4e45-a144-f2271a38a2ba__wakuorg_nwaku:latest.log |