mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 01:13:07 +00:00
83 lines
15 KiB
Plaintext
83 lines
15 KiB
Plaintext
2025-12-08 08:55:52.322 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-08 08:55:52.322 DEBUG [tests.conftest] Running test: test_subscribe_and_publish_on_another_content_topic_from_same_shard with id: 2025-12-08_08-55-52__99f52866-fefc-4a6a-9375-f7fc220162a0
|
|
2025-12-08 08:55:52.322 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-08 08:55:52.322 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-08 08:55:52.323 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-08 08:55:52.331 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:55:52.331 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-08_08-55-52__99f52866-fefc-4a6a-9375-f7fc220162a0__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:55:52.331 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:55:52.331 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:55:52.333 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:55:52.333 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.221.109
|
|
2025-12-08 08:55:52.333 DEBUG [src.node.docker_mananger] Generated ports ['26636', '26637', '26638', '26639', '26640']
|
|
2025-12-08 08:55:52.333 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:55:52.333 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:55:52.334 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:55:52.334 DEBUG [src.node.docker_mananger] docker run -i -t -p 26636:26636 -p 26637:26637 -p 26638:26638 -p 26639:26639 -p 26640:26640 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=26638 --rest-port=26636 --tcp-port=26637 --discv5-udp-port=26639 --rest-address=0.0.0.0 --nat=extip:172.18.221.109 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=eed576deeee36ab84effb1a69c3bf5e571f89ba1db23f33d6c64dc64b8eeb1ca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26640 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2025-12-08 08:55:52.515 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.221.109 waku b5c5dd05682a1a37878581910ef2651cf5e3841d95ac91d0f578e034fb0ddf1a
|
|
2025-12-08 08:55:52.547 DEBUG [src.node.docker_mananger] Container started with ID b5c5dd05682a. Setting up logs at ./log/docker/node1_2025-12-08_08-55-52__99f52866-fefc-4a6a-9375-f7fc220162a0__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:55:52.548 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26636
|
|
2025-12-08 08:55:52.548 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:55:52.613 ERROR [src.node.docker_mananger] Max retries reached for container 5b16adff8904. Exiting log stream.
|
|
2025-12-08 08:55:53.120 ERROR [src.node.docker_mananger] Max retries reached for container 382d39d7ead6. Exiting log stream.
|
|
2025-12-08 08:55:53.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26636/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:55:53.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
|
2025-12-08 08:55:53.552 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:55:53.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26636/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:55:53.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.221.109/tcp/26637/p2p/16Uiu2HAkyh5Ubaurz9zZbYyXYcrqMBx9DtqS4waQpKNfDhmCagJ5","/ip4/172.18.221.109/tcp/26638/ws/p2p/16Uiu2HAkyh5Ubaurz9zZbYyXYcrqMBx9DtqS4waQpKNfDhmCagJ5"],"enrUri":"enr:-L24QFZ5EIwrOvrgOBdUulbkWNcXIu3vCc57V-KmHPpEytllZOD50CO_GAEoRZzoB95YgoJpklZkrD8sg_OoK1uuWBQCgmlkgnY0gmlwhKwS3W2KbXVsdGlhZGRyc5YACASsEt1tBmgNAAoErBLdbQZoDt0DgnJzhQACAQAAiXNlY3AyNTZrMaECP2EHDVVBD4ggeyBRqatndfWvVnQR8wQCieya-tNcurKDdGNwgmgNg3VkcIJoD4V3YWt1MgU"}'
|
|
2025-12-08 08:55:53.554 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:55:53.561 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:55:53.561 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-08_08-55-52__99f52866-fefc-4a6a-9375-f7fc220162a0__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:55:53.561 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:55:53.562 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:55:53.563 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:55:53.563 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.134.155
|
|
2025-12-08 08:55:53.563 DEBUG [src.node.docker_mananger] Generated ports ['35430', '35431', '35432', '35433', '35434']
|
|
2025-12-08 08:55:53.563 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:55:53.563 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:55:53.563 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:55:53.564 DEBUG [src.node.docker_mananger] docker run -i -t -p 35430:35430 -p 35431:35431 -p 35432:35432 -p 35433:35433 -p 35434:35434 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=35432 --rest-port=35430 --tcp-port=35431 --discv5-udp-port=35433 --rest-address=0.0.0.0 --nat=extip:172.18.134.155 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c04ca7ad8186b0e63cfd5e7079393bbc0d7bddfb92fe3f1a896de79c6f2bc801 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35434 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFZ5EIwrOvrgOBdUulbkWNcXIu3vCc57V-KmHPpEytllZOD50CO_GAEoRZzoB95YgoJpklZkrD8sg_OoK1uuWBQCgmlkgnY0gmlwhKwS3W2KbXVsdGlhZGRyc5YACASsEt1tBmgNAAoErBLdbQZoDt0DgnJzhQACAQAAiXNlY3AyNTZrMaECP2EHDVVBD4ggeyBRqatndfWvVnQR8wQCieya-tNcurKDdGNwgmgNg3VkcIJoD4V3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2025-12-08 08:55:53.755 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.134.155 waku eaba8346032a100d9e528afa5694f9e10cf247b7eae14ca7af7fc6e3bb88fece
|
|
2025-12-08 08:55:53.785 DEBUG [src.node.docker_mananger] Container started with ID eaba8346032a. Setting up logs at ./log/docker/node2_2025-12-08_08-55-52__99f52866-fefc-4a6a-9375-f7fc220162a0__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:55:53.785 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35430
|
|
2025-12-08 08:55:53.785 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:55:54.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35430/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:55:54.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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":"READY"}]}'
|
|
2025-12-08 08:55:54.828 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:55:54.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35430/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:55:54.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.134.155/tcp/35431/p2p/16Uiu2HAm6CtAJcXwR2VW7on9itaakGA8k6YKCi9wVdkxxigc1zbg","/ip4/172.18.134.155/tcp/35432/ws/p2p/16Uiu2HAm6CtAJcXwR2VW7on9itaakGA8k6YKCi9wVdkxxigc1zbg"],"enrUri":"enr:-L24QPnKs1MlEC4fbpPHzajVawtwpkC8V6qGVes8wea27ZcnJaTXXXoD5QKDgZgudhxlk61yW-stHXZ2TQcu7yngTIoCgmlkgnY0gmlwhKwShpuKbXVsdGlhZGRyc5YACASsEoabBopnAAoErBKGmwaKaN0DgnJzhQACAQAAiXNlY3AyNTZrMaECoCnHbjNLjCbvhrtNgKqDAwa4dSnU3FN8CTHOES-PMC-DdGNwgopng3VkcIKKaYV3YWt1MgE"}'
|
|
2025-12-08 08:55:54.834 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:55:54.834 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35430/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.221.109/tcp/26637/p2p/16Uiu2HAkyh5Ubaurz9zZbYyXYcrqMBx9DtqS4waQpKNfDhmCagJ5"]'
|
|
2025-12-08 08:55:54.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:55:54.839 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26636/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2025-12-08 08:55:54.843 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:55:54.844 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35430/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2025-12-08 08:55:54.848 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:55:54.849 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26636/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 08:55:54.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:55:54.857 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-08 08:55:54.957 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 08:55:54.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26636/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:55:54.961 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":1765184154849504365,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:55:54.962 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 08:55:54.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35430/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:55:54.965 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":1765184154849504365,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:55:54.967 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26636/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 08:55:54.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:55:54.972 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-08 08:55:55.073 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 08:55:55.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26636/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:55:55.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765184154967100346,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:55:55.078 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 08:55:55.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35430/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:55:55.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765184154967100346,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:55:55.083 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-08 08:55:55.084 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-08 08:55:55.084 DEBUG [src.node.waku_node] Stopping container with id b5c5dd05682a
|
|
2025-12-08 08:55:55.693 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:55:55.694 DEBUG [src.node.waku_node] Stopping container with id eaba8346032a
|
|
2025-12-08 08:55:56.219 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:55:56.221 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-08 08:55:56.226 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 08:55:56.232 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|