mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 17:13:09 +00:00
83 lines
15 KiB
Plaintext
83 lines
15 KiB
Plaintext
2026-01-30 04:34:56.718 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-30 04:34:56.719 DEBUG [tests.conftest] Running test: test_subscribe_and_publish_on_another_content_topic_from_same_shard with id: 2026-01-30_04-34-56__312b98c1-32c5-4425-8723-fa768d46d0a5
|
|
2026-01-30 04:34:56.719 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-30 04:34:56.719 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-30 04:34:56.720 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-01-30 04:34:56.727 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-30 04:34:56.727 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-30_04-34-56__312b98c1-32c5-4425-8723-fa768d46d0a5__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:34:56.727 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-30 04:34:56.728 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-30 04:34:56.729 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-30 04:34:56.729 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.26.219
|
|
2026-01-30 04:34:56.729 DEBUG [src.node.docker_mananger] Generated ports ['8368', '8369', '8370', '8371', '8372']
|
|
2026-01-30 04:34:56.730 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-30 04:34:56.730 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-30 04:34:56.730 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-30 04:34:56.730 DEBUG [src.node.docker_mananger] docker run -i -t -p 8368:8368 -p 8369:8369 -p 8370:8370 -p 8371:8371 -p 8372:8372 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=8370 --rest-port=8368 --tcp-port=8369 --discv5-udp-port=8371 --rest-address=0.0.0.0 --nat=extip:172.18.26.219 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2766aebdf9fd62cbbdf5cb3dfe589db5a17d6a3ae885a8c7bab3af0e83bcbfba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8372 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-01-30 04:34:56.908 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.26.219 waku 2f9fb44d309b3912db67422c1e957c8e7d5b02c1464fc33dd76f995f7777acf4
|
|
2026-01-30 04:34:56.937 DEBUG [src.node.docker_mananger] Container started with ID 2f9fb44d309b. Setting up logs at ./log/docker/node1_2026-01-30_04-34-56__312b98c1-32c5-4425-8723-fa768d46d0a5__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:34:56.939 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8368
|
|
2026-01-30 04:34:56.939 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-30 04:34:57.009 ERROR [src.node.docker_mananger] Max retries reached for container 7439bdb862d6. Exiting log stream.
|
|
2026-01-30 04:34:57.518 ERROR [src.node.docker_mananger] Max retries reached for container 400907ee0974. Exiting log stream.
|
|
2026-01-30 04:34:57.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8368/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:34:57.943 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"}]}'
|
|
2026-01-30 04:34:57.943 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-30 04:34:57.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8368/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:34:57.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.26.219/tcp/8369/p2p/16Uiu2HAkv77rAvZj4Kz5EcGNXRTfH6kzesBZCyXtjNvGF4bZpudP","/ip4/172.18.26.219/tcp/8370/ws/p2p/16Uiu2HAkv77rAvZj4Kz5EcGNXRTfH6kzesBZCyXtjNvGF4bZpudP"],"enrUri":"enr:-L24QN3c3afyEJ38-WlTQyh-isQcU0j1KkKLTTC25UyCl3PMZMu14BxRo8Gl9ToIwsoMatpjqf5cAQfP193cCAh7cvUCgmlkgnY0gmlwhKwSGtuKbXVsdGlhZGRyc5YACASsEhrbBiCxAAoErBIa2wYgst0DgnJzhQACAQAAiXNlY3AyNTZrMaECChrmuVJ7eu3NFQxVYIcqqAkZ5YGZ32qWfjV8bZttTOaDdGNwgiCxg3VkcIIgs4V3YWt1MgU"}'
|
|
2026-01-30 04:34:57.945 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-30 04:34:57.952 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-30 04:34:57.952 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-30_04-34-56__312b98c1-32c5-4425-8723-fa768d46d0a5__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:34:57.952 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-30 04:34:57.952 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-30 04:34:57.954 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-30 04:34:57.954 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.46.28
|
|
2026-01-30 04:34:57.954 DEBUG [src.node.docker_mananger] Generated ports ['19704', '19705', '19706', '19707', '19708']
|
|
2026-01-30 04:34:57.954 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-30 04:34:57.954 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-30 04:34:57.954 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-30 04:34:57.954 DEBUG [src.node.docker_mananger] docker run -i -t -p 19704:19704 -p 19705:19705 -p 19706:19706 -p 19707:19707 -p 19708:19708 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=19706 --rest-port=19704 --tcp-port=19705 --discv5-udp-port=19707 --rest-address=0.0.0.0 --nat=extip:172.18.46.28 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ec8afb7ff69e56ef3280fba372171fb6bc5a5d5ec99dc08769ebadbc42f8ff97 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19708 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QN3c3afyEJ38-WlTQyh-isQcU0j1KkKLTTC25UyCl3PMZMu14BxRo8Gl9ToIwsoMatpjqf5cAQfP193cCAh7cvUCgmlkgnY0gmlwhKwSGtuKbXVsdGlhZGRyc5YACASsEhrbBiCxAAoErBIa2wYgst0DgnJzhQACAQAAiXNlY3AyNTZrMaECChrmuVJ7eu3NFQxVYIcqqAkZ5YGZ32qWfjV8bZttTOaDdGNwgiCxg3VkcIIgs4V3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-01-30 04:34:58.138 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.46.28 waku 35b905178fff3ce7b1393340f3d758abc6dbfece1d3cf6fc1111fa152185e13b
|
|
2026-01-30 04:34:58.171 DEBUG [src.node.docker_mananger] Container started with ID 35b905178fff. Setting up logs at ./log/docker/node2_2026-01-30_04-34-56__312b98c1-32c5-4425-8723-fa768d46d0a5__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:34:58.171 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19704
|
|
2026-01-30 04:34:58.172 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-30 04:34:59.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19704/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:34:59.185 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"}]}'
|
|
2026-01-30 04:34:59.188 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-30 04:34:59.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19704/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:34:59.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.46.28/tcp/19705/p2p/16Uiu2HAmVTGUV9Z1iFvpQy1CbBUMHrzDpZ19UWemTeXTEGY3hyc7","/ip4/172.18.46.28/tcp/19706/ws/p2p/16Uiu2HAmVTGUV9Z1iFvpQy1CbBUMHrzDpZ19UWemTeXTEGY3hyc7"],"enrUri":"enr:-L24QKpg4AdCoIQYfsfsz9TVoUHPx-97tStcm9whRPtRQ9XwCdsufYtmyEPDfp6Mp82ylLriveG4Gd_eoRsdulgDmvoCgmlkgnY0gmlwhKwSLhyKbXVsdGlhZGRyc5YACASsEi4cBkz5AAoErBIuHAZM-t0DgnJzhQACAQAAiXNlY3AyNTZrMaED-ZXwiMDqNoNncys0YS0enoTjFDE3oKyUJLBroQAuxtSDdGNwgkz5g3VkcIJM-4V3YWt1MgE"}'
|
|
2026-01-30 04:34:59.193 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-30 04:34:59.193 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19704/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.26.219/tcp/8369/p2p/16Uiu2HAkv77rAvZj4Kz5EcGNXRTfH6kzesBZCyXtjNvGF4bZpudP"]'
|
|
2026-01-30 04:34:59.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:34:59.197 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8368/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2026-01-30 04:34:59.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:34:59.200 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19704/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2026-01-30 04:34:59.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:34:59.206 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8368/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:34:59.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:34:59.214 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:34:59.314 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:34:59.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8368/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:34:59.317 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":1769747699205902472,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:34:59.319 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:34:59.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19704/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:34:59.321 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":1769747699205902472,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:34:59.323 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8368/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:34:59.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:34:59.327 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:34:59.428 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:34:59.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8368/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:34:59.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769747699322890515,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:34:59.433 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:34:59.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19704/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:34:59.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769747699322890515,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:34:59.438 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-30 04:34:59.440 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-30 04:34:59.440 DEBUG [src.node.waku_node] Stopping container with id 2f9fb44d309b
|
|
2026-01-30 04:34:59.981 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-30 04:34:59.981 DEBUG [src.node.waku_node] Stopping container with id 35b905178fff
|
|
2026-01-30 04:35:00.534 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-30 04:35:00.535 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-30 04:35:00.542 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-30 04:35:00.547 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|