mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2025-12-10 04:14:19.119 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-10 04:14:19.119 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/999/999] with id: 2025-12-10_04-14-19__1fbb7110-eb5d-409c-8ed7-05b4332186d8
|
|
2025-12-10 04:14:19.120 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-10 04:14:19.120 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-10 04:14:19.120 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-10 04:14:19.127 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:14:19.127 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-10_04-14-19__1fbb7110-eb5d-409c-8ed7-05b4332186d8__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:14:19.127 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:14:19.127 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:14:19.128 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:14:19.129 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.236.25
|
|
2025-12-10 04:14:19.129 DEBUG [src.node.docker_mananger] Generated ports ['10458', '10459', '10460', '10461', '10462']
|
|
2025-12-10 04:14:19.129 DEBUG [src.node.waku_node] Cluster id was resolved to: 999
|
|
2025-12-10 04:14:19.129 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-10 04:14:19.129 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:14:19.129 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:14:19.129 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:14:19.130 DEBUG [src.node.docker_mananger] docker run -i -t -p 10458:10458 -p 10459:10459 -p 10460:10460 -p 10461:10461 -p 10462:10462 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=10460 --rest-port=10458 --tcp-port=10459 --discv5-udp-port=10461 --rest-address=0.0.0.0 --nat=extip:172.18.236.25 --peer-exchange=true --discv5-discovery=true --cluster-id=999 --nodekey=832df70aeb8f5d9f839ae2cc6fcaaf0cba2d91a04dcc3960dbfe81aa9096ead6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10462 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-10 04:14:19.300 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.236.25 waku 4a01624c3c9dd15aa514a80a89e7fc0513d8116c8a2b397cce936b3c99c3ffea
|
|
2025-12-10 04:14:19.331 DEBUG [src.node.docker_mananger] Container started with ID 4a01624c3c9d. Setting up logs at ./log/docker/node1_2025-12-10_04-14-19__1fbb7110-eb5d-409c-8ed7-05b4332186d8__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:14:19.332 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10458
|
|
2025-12-10 04:14:19.332 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:14:19.380 ERROR [src.node.docker_mananger] Max retries reached for container 0cdf6f702b85. Exiting log stream.
|
|
2025-12-10 04:14:19.916 ERROR [src.node.docker_mananger] Max retries reached for container 99cad7036a2a. Exiting log stream.
|
|
2025-12-10 04:14:20.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10458/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:20.336 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-10 04:14:20.336 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:14:20.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10458/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:20.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.25/tcp/10459/p2p/16Uiu2HAm4xNTpS9eSxwj5z8nLvt44JnDMygp3wh4zbjic7L48mJr","/ip4/172.18.236.25/tcp/10460/ws/p2p/16Uiu2HAm4xNTpS9eSxwj5z8nLvt44JnDMygp3wh4zbjic7L48mJr"],"enrUri":"enr:-L24QEftYcmoPdslcaexndpFaOrwQLHUwktqJ6OM4Z-_76hzIJNXVfHox-D4lgPhOOaVEbfuUJA7GIiEIYfO_r40l2ACgmlkgnY0gmlwhKwS7BmKbXVsdGlhZGRyc5YACASsEuwZBijbAAoErBLsGQYo3N0DgnJzhQPnAQAAiXNlY3AyNTZrMaECjZZhj8kIQbg_fvL5PL5tQ8dFyH6iiauAWoaAwhqjgWODdGNwgijbg3VkcIIo3YV3YWt1MgU"}'
|
|
2025-12-10 04:14:20.339 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:14:20.345 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:14:20.345 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-10_04-14-19__1fbb7110-eb5d-409c-8ed7-05b4332186d8__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:14:20.345 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:14:20.345 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:14:20.347 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:14:20.347 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.123.127
|
|
2025-12-10 04:14:20.347 DEBUG [src.node.docker_mananger] Generated ports ['39210', '39211', '39212', '39213', '39214']
|
|
2025-12-10 04:14:20.347 DEBUG [src.node.waku_node] Cluster id was resolved to: 999
|
|
2025-12-10 04:14:20.347 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-10 04:14:20.347 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:14:20.348 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:14:20.348 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:14:20.348 DEBUG [src.node.docker_mananger] docker run -i -t -p 39210:39210 -p 39211:39211 -p 39212:39212 -p 39213:39213 -p 39214:39214 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=39212 --rest-port=39210 --tcp-port=39211 --discv5-udp-port=39213 --rest-address=0.0.0.0 --nat=extip:172.18.123.127 --peer-exchange=true --discv5-discovery=true --cluster-id=999 --nodekey=e491faf6bfa8ad9e24b06f118a5f8af5517c44822a89f8cf4edff53b0e28dd8d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39214 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEftYcmoPdslcaexndpFaOrwQLHUwktqJ6OM4Z-_76hzIJNXVfHox-D4lgPhOOaVEbfuUJA7GIiEIYfO_r40l2ACgmlkgnY0gmlwhKwS7BmKbXVsdGlhZGRyc5YACASsEuwZBijbAAoErBLsGQYo3N0DgnJzhQPnAQAAiXNlY3AyNTZrMaECjZZhj8kIQbg_fvL5PL5tQ8dFyH6iiauAWoaAwhqjgWODdGNwgijbg3VkcIIo3YV3YWt1MgU
|
|
2025-12-10 04:14:20.528 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.123.127 waku 38d04d23dc8be90048cc5b503797c31df3df4e720f13515bf0a300f1b31db030
|
|
2025-12-10 04:14:20.558 DEBUG [src.node.docker_mananger] Container started with ID 38d04d23dc8b. Setting up logs at ./log/docker/node2_2025-12-10_04-14-19__1fbb7110-eb5d-409c-8ed7-05b4332186d8__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:14:20.559 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39210
|
|
2025-12-10 04:14:20.560 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:14:21.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39210/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:21.570 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-10 04:14:21.571 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:14:21.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39210/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:21.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.123.127/tcp/39211/p2p/16Uiu2HAm4vjj1j1rghgMVjz91Tc8ojhzccdrMYeRkLC2hBqJ5yhF","/ip4/172.18.123.127/tcp/39212/ws/p2p/16Uiu2HAm4vjj1j1rghgMVjz91Tc8ojhzccdrMYeRkLC2hBqJ5yhF"],"enrUri":"enr:-L24QEpinZf0Vew48x0CpWamt4Rd8snBoHjaojLG6NynGDrnJ0aDTEkNquezFjEltU51vx0q69phjKu6EEYiFAltNXACgmlkgnY0gmlwhKwSe3-KbXVsdGlhZGRyc5YACASsEnt_BpkrAAoErBJ7fwaZLN0DgnJzhQPnAQAAiXNlY3AyNTZrMaECjStCrpEmIBxrDJf4R22R-9yMUqp_jNtGfiyzbrRvoy6DdGNwgpkrg3VkcIKZLYV3YWt1MgE"}'
|
|
2025-12-10 04:14:21.576 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:14:21.578 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39210/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.236.25/tcp/10459/p2p/16Uiu2HAm4xNTpS9eSxwj5z8nLvt44JnDMygp3wh4zbjic7L48mJr"]'
|
|
2025-12-10 04:14:21.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:21.582 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10458/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/999/999"]'
|
|
2025-12-10 04:14:21.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:21.586 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39210/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/999/999"]'
|
|
2025-12-10 04:14:21.591 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:21.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10458/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)'}'
|
|
2025-12-10 04:14:21.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:14:21.597 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:14:21.697 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:14:21.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10458/relay/v1/messages/%2Fwaku%2F2%2Frs%2F999%2F999" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:21.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340061591891054,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:14:21.701 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:14:21.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39210/relay/v1/messages/%2Fwaku%2F2%2Frs%2F999%2F999" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:14:21.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340061591891054,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:14:21.706 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-10 04:14:21.707 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-10 04:14:21.707 DEBUG [src.node.waku_node] Stopping container with id 4a01624c3c9d
|
|
2025-12-10 04:14:22.200 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:14:22.200 DEBUG [src.node.waku_node] Stopping container with id 38d04d23dc8b
|
|
2025-12-10 04:14:22.713 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:14:22.716 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-10 04:14:22.723 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-10 04:14:22.728 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|