mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 09:33:42 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2026-03-10 04:39:45.186 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-10 04:39:45.187 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/999/999] with id: 2026-03-10_04-39-45__13853bb8-4fe7-43cb-83d0-84bf0c4c7ca5
|
|
2026-03-10 04:39:45.187 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-10 04:39:45.187 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-10 04:39:45.187 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-10 04:39:45.194 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-10 04:39:45.194 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-10_04-39-45__13853bb8-4fe7-43cb-83d0-84bf0c4c7ca5__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:39:45.194 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-10 04:39:45.194 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-10 04:39:45.196 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-10 04:39:45.196 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.98.251
|
|
2026-03-10 04:39:45.196 DEBUG [src.node.docker_mananger] Generated ports ['56489', '56490', '56491', '56492', '56493']
|
|
2026-03-10 04:39:45.196 DEBUG [src.node.waku_node] Cluster id was resolved to: 999
|
|
2026-03-10 04:39:45.197 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-10 04:39:45.197 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-10 04:39:45.197 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-10 04:39:45.197 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-10 04:39:45.197 DEBUG [src.node.docker_mananger] docker run -i -t -p 56489:56489 -p 56490:56490 -p 56491:56491 -p 56492:56492 -p 56493:56493 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=56491 --rest-port=56489 --tcp-port=56490 --discv5-udp-port=56492 --rest-address=0.0.0.0 --nat=extip:172.18.98.251 --peer-exchange=true --discv5-discovery=true --cluster-id=999 --nodekey=fda7749a5e5ebfdec5eafdd8b4f9a17b3e03c98fdfdbcca3e7fd1c152f208e03 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56493 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-10 04:39:45.351 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.98.251 waku 4e9d14cd61cdc5e10e56ee0f3349ea25b291b83c8ff909f37a0db394555b61d1
|
|
2026-03-10 04:39:45.376 DEBUG [src.node.docker_mananger] Container started with ID 4e9d14cd61cd. Setting up logs at ./log/docker/node1_2026-03-10_04-39-45__13853bb8-4fe7-43cb-83d0-84bf0c4c7ca5__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:39:45.378 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56489
|
|
2026-03-10 04:39:45.378 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-10 04:39:45.439 ERROR [src.node.docker_mananger] Max retries reached for container 81da17367d6e. Exiting log stream.
|
|
2026-03-10 04:39:45.940 ERROR [src.node.docker_mananger] Max retries reached for container c755bb5a84d5. Exiting log stream.
|
|
2026-03-10 04:39:46.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56489/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:39:46.381 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"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-10 04:39:46.381 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:39:46.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56489/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:39:46.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.98.251/tcp/56490/p2p/16Uiu2HAkxnYh9BHp1rrvsUAhAoRVq54NNq6p6wEVwxtdupNBS9Lj","/ip4/172.18.98.251/tcp/56491/ws/p2p/16Uiu2HAkxnYh9BHp1rrvsUAhAoRVq54NNq6p6wEVwxtdupNBS9Lj"],"enrUri":"enr:-L24QJiMGpMF2QEWJCtWsh31SvqkR4CNRhWONDXcUfdz7wp5dY36xjqlbeFnGxnLy6y1IBW-W1CrwJldZtCg44Mf-uICgmlkgnY0gmlwhKwSYvuKbXVsdGlhZGRyc5YACASsEmL7BtyqAAoErBJi-wbcq90DgnJzhQPnAQAAiXNlY3AyNTZrMaECMewEqiPnRU-Hv3m4B6oapsJFQnOBsx38IxZ9yZKUKgCDdGNwgtyqg3VkcILcrIV3YWt1MgU"}'
|
|
2026-03-10 04:39:46.384 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:39:46.390 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-10 04:39:46.390 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-10_04-39-45__13853bb8-4fe7-43cb-83d0-84bf0c4c7ca5__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:39:46.390 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-10 04:39:46.390 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-10 04:39:46.391 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-10 04:39:46.392 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.251.130
|
|
2026-03-10 04:39:46.392 DEBUG [src.node.docker_mananger] Generated ports ['3909', '3910', '3911', '3912', '3913']
|
|
2026-03-10 04:39:46.392 DEBUG [src.node.waku_node] Cluster id was resolved to: 999
|
|
2026-03-10 04:39:46.392 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-10 04:39:46.392 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-10 04:39:46.392 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-10 04:39:46.392 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-10 04:39:46.392 DEBUG [src.node.docker_mananger] docker run -i -t -p 3909:3909 -p 3910:3910 -p 3911:3911 -p 3912:3912 -p 3913:3913 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=3911 --rest-port=3909 --tcp-port=3910 --discv5-udp-port=3912 --rest-address=0.0.0.0 --nat=extip:172.18.251.130 --peer-exchange=true --discv5-discovery=true --cluster-id=999 --nodekey=8f60a0abb9dc86f1b2b85b76a86d4cec6a0c3c8f1cfdbdf23402eadfde5ccad5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3913 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJiMGpMF2QEWJCtWsh31SvqkR4CNRhWONDXcUfdz7wp5dY36xjqlbeFnGxnLy6y1IBW-W1CrwJldZtCg44Mf-uICgmlkgnY0gmlwhKwSYvuKbXVsdGlhZGRyc5YACASsEmL7BtyqAAoErBJi-wbcq90DgnJzhQPnAQAAiXNlY3AyNTZrMaECMewEqiPnRU-Hv3m4B6oapsJFQnOBsx38IxZ9yZKUKgCDdGNwgtyqg3VkcILcrIV3YWt1MgU
|
|
2026-03-10 04:39:46.543 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.251.130 waku f076045d918086954682369f1e67afcdadf771a6fa51b86edc362ee8928318d9
|
|
2026-03-10 04:39:46.569 DEBUG [src.node.docker_mananger] Container started with ID f076045d9180. Setting up logs at ./log/docker/node2_2026-03-10_04-39-45__13853bb8-4fe7-43cb-83d0-84bf0c4c7ca5__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:39:46.569 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3909
|
|
2026-03-10 04:39:46.570 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-10 04:39:47.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3909/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:39:47.590 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_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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-10 04:39:47.592 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:39:47.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3909/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:39:47.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.251.130/tcp/3910/p2p/16Uiu2HAm3phxKKtCYaRcWqTY8VF2bTmuTDFKZtTh1WLANcNh6YL3","/ip4/172.18.251.130/tcp/3911/ws/p2p/16Uiu2HAm3phxKKtCYaRcWqTY8VF2bTmuTDFKZtTh1WLANcNh6YL3"],"enrUri":"enr:-L24QIA6Cr4e_JE4JKY9JuJkYLveW5QuDtL7XxYe6MejrdlFUTqvoTvHuX2OZzgYkOBeqYLB-hwyyogN4ti-APG-5bwCgmlkgnY0gmlwhKwS-4KKbXVsdGlhZGRyc5YACASsEvuCBg9GAAoErBL7ggYPR90DgnJzhQPnAQAAiXNlY3AyNTZrMaECfMQWLeVrHjaXXfQ2Y91uUHHJXtti38hJ0hDd4HzX8VSDdGNwgg9Gg3VkcIIPSIV3YWt1MgE"}'
|
|
2026-03-10 04:39:47.599 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:39:47.600 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3909/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.98.251/tcp/56490/p2p/16Uiu2HAkxnYh9BHp1rrvsUAhAoRVq54NNq6p6wEVwxtdupNBS9Lj"]'
|
|
2026-03-10 04:39:47.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:39:47.603 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56489/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/999/999"]'
|
|
2026-03-10 04:39:47.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:39:47.607 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3909/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/999/999"]'
|
|
2026-03-10 04:39:47.612 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:39:47.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56489/relay/v1/messages/%2Fwaku%2F2%2Frs%2F999%2F999" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-10 04:39:47.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:39:47.618 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-10 04:39:47.719 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-10 04:39:47.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56489/relay/v1/messages/%2Fwaku%2F2%2Frs%2F999%2F999" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:39:47.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773117587613044080,"ephemeral":false,"proof":""}]'
|
|
2026-03-10 04:39:47.723 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-10 04:39:47.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3909/relay/v1/messages/%2Fwaku%2F2%2Frs%2F999%2F999" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:39:47.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773117587613044080,"ephemeral":false,"proof":""}]'
|
|
2026-03-10 04:39:47.728 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-10 04:39:47.729 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-10 04:39:47.729 DEBUG [src.node.waku_node] Stopping container with id 4e9d14cd61cd
|
|
2026-03-10 04:39:48.209 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-10 04:39:48.210 DEBUG [src.node.waku_node] Stopping container with id f076045d9180
|
|
2026-03-10 04:39:48.641 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-10 04:39:48.643 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-10 04:39:48.648 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-10 04:39:48.653 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|