mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 09:33:42 +00:00
74 lines
14 KiB
Plaintext
74 lines
14 KiB
Plaintext
2026-03-05 15:06:11.693 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 15:06:11.694 DEBUG [tests.conftest] Running test: test_single_content_topic[/app/27/sometopic/someencoding] with id: 2026-03-05_15-06-11__9f95ec63-5198-4fde-8acf-3c0a5942d052
|
|
2026-03-05 15:06:11.694 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 15:06:11.694 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-05 15:06:11.695 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-05 15:06:11.704 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:06:11.704 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_15-06-11__9f95ec63-5198-4fde-8acf-3c0a5942d052__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:11.705 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:06:11.705 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:06:11.707 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:06:11.707 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.208.60
|
|
2026-03-05 15:06:11.707 DEBUG [src.node.docker_mananger] Generated ports ['21676', '21677', '21678', '21679', '21680']
|
|
2026-03-05 15:06:11.707 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:06:11.707 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:06:11.707 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:06:11.708 DEBUG [src.node.docker_mananger] docker run -i -t -p 21676:21676 -p 21677:21677 -p 21678:21678 -p 21679:21679 -p 21680:21680 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21678 --rest-port=21676 --tcp-port=21677 --discv5-udp-port=21679 --rest-address=0.0.0.0 --nat=extip:172.18.208.60 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f1f8b4e06fc5d817bcbaa5bdc464dce4b0e8ceca6bd9df88bc4cbb4a7f8b72fc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21680 --metrics-logging=true --relay=true --filter=true --content-topic=/app/27/sometopic/someencoding
|
|
2026-03-05 15:06:11.896 ERROR [src.node.docker_mananger] Max retries reached for container 1d767f9bdb22. Exiting log stream.
|
|
2026-03-05 15:06:11.919 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.208.60 waku 8530538b94a66b7dfa999df5262d34d908f29321a3d3418833562f31b04ded40
|
|
2026-03-05 15:06:11.959 DEBUG [src.node.docker_mananger] Container started with ID 8530538b94a6. Setting up logs at ./log/docker/node1_2026-03-05_15-06-11__9f95ec63-5198-4fde-8acf-3c0a5942d052__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:11.959 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 21676
|
|
2026-03-05 15:06:11.959 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:06:12.476 ERROR [src.node.docker_mananger] Max retries reached for container c582878d9d12. Exiting log stream.
|
|
2026-03-05 15:06:12.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21676/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:12.963 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-05 15:06:12.963 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:06:12.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21676/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:12.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.208.60/tcp/21677/p2p/16Uiu2HAm4uC1kn7r65jMbd2Ep7GevXFiQHvUi4tJ2oud6AVBsmRV","/ip4/172.18.208.60/tcp/21678/ws/p2p/16Uiu2HAm4uC1kn7r65jMbd2Ep7GevXFiQHvUi4tJ2oud6AVBsmRV"],"enrUri":"enr:-L24QEYwAk2bJ2y6Go5WLXlobbnub68ofwm8iLfL1N67lXC1SU1R_QxnuhYJAORAHsxLARdW6_vUvyvN4Ie2cQz5iIMCgmlkgnY0gmlwhKwS0DyKbXVsdGlhZGRyc5YACASsEtA8BlStAAoErBLQPAZUrt0DgnJzhQACAQAAiXNlY3AyNTZrMaECjMXS05acvkC6bR2o7758S0G_-8V-OnLPb9X2RXPFrGyDdGNwglStg3VkcIJUr4V3YWt1MgU"}'
|
|
2026-03-05 15:06:12.966 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:06:12.974 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:06:12.974 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-05_15-06-11__9f95ec63-5198-4fde-8acf-3c0a5942d052__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:12.974 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:06:12.974 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:06:12.976 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:06:12.976 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.189.20
|
|
2026-03-05 15:06:12.976 DEBUG [src.node.docker_mananger] Generated ports ['9510', '9511', '9512', '9513', '9514']
|
|
2026-03-05 15:06:12.976 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:06:12.976 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:06:12.977 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:06:12.977 DEBUG [src.node.docker_mananger] docker run -i -t -p 9510:9510 -p 9511:9511 -p 9512:9512 -p 9513:9513 -p 9514:9514 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9512 --rest-port=9510 --tcp-port=9511 --discv5-udp-port=9513 --rest-address=0.0.0.0 --nat=extip:172.18.189.20 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=09cbeda3d2a9ffa90afde26b5efbabb2ec9e95d8979e6c2aac8a3e2617672e1d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9514 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEYwAk2bJ2y6Go5WLXlobbnub68ofwm8iLfL1N67lXC1SU1R_QxnuhYJAORAHsxLARdW6_vUvyvN4Ie2cQz5iIMCgmlkgnY0gmlwhKwS0DyKbXVsdGlhZGRyc5YACASsEtA8BlStAAoErBLQPAZUrt0DgnJzhQACAQAAiXNlY3AyNTZrMaECjMXS05acvkC6bR2o7758S0G_-8V-OnLPb9X2RXPFrGyDdGNwglStg3VkcIJUr4V3YWt1MgU --content-topic=/app/27/sometopic/someencoding
|
|
2026-03-05 15:06:13.180 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.189.20 waku fbd4b2652dcf4b9ca6cfe76f4f0e2a4a15a4d726a366ca58ce53c7cd737eaacf
|
|
2026-03-05 15:06:13.221 DEBUG [src.node.docker_mananger] Container started with ID fbd4b2652dcf. Setting up logs at ./log/docker/node2_2026-03-05_15-06-11__9f95ec63-5198-4fde-8acf-3c0a5942d052__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:13.221 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 9510
|
|
2026-03-05 15:06:13.222 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:06:14.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9510/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:14.238 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-05 15:06:14.240 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:06:14.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9510/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:14.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.189.20/tcp/9511/p2p/16Uiu2HAmNGXNZ9VfVWGaw4sbBNPbkTC8E1nv1br2xut1yEner9un","/ip4/172.18.189.20/tcp/9512/ws/p2p/16Uiu2HAmNGXNZ9VfVWGaw4sbBNPbkTC8E1nv1br2xut1yEner9un"],"enrUri":"enr:-L24QB8BT9Mj2HTy26uozMYo7zO2S3RMChk5XYic_o6BVySHYbNl0raGL6BNMIc4m7y3PDt-RBjMb7G5L5l6rsyausQCgmlkgnY0gmlwhKwSvRSKbXVsdGlhZGRyc5YACASsEr0UBiUnAAoErBK9FAYlKN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDjtOWTjw5Kxwwl1m42AjJSYvF6RQId3_8X6TrSvSKam2DdGNwgiUng3VkcIIlKYV3YWt1MgE"}'
|
|
2026-03-05 15:06:14.245 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:06:14.246 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9510/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.208.60/tcp/21677/p2p/16Uiu2HAm4uC1kn7r65jMbd2Ep7GevXFiQHvUi4tJ2oud6AVBsmRV"]'
|
|
2026-03-05 15:06:14.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:06:14.249 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21676/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
|
2026-03-05 15:06:14.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:06:14.252 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9510/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
|
2026-03-05 15:06:14.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:06:14.255 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21676/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:06:14.260 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:06:14.260 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 15:06:14.360 DEBUG [src.steps.sharding] Checking that peer NODE_1:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:06:14.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21676/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:14.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772723174255225608,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:06:14.366 DEBUG [src.steps.sharding] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:06:14.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9510/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:14.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772723174255225608,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:06:14.372 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 15:06:14.373 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 15:06:14.373 DEBUG [src.node.waku_node] Stopping container with id 8530538b94a6
|
|
2026-03-05 15:06:14.954 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:06:14.954 DEBUG [src.node.waku_node] Stopping container with id fbd4b2652dcf
|
|
2026-03-05 15:06:15.529 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:06:15.530 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 15:06:15.536 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:06:15.541 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|