mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 01:33:46 +00:00
74 lines
13 KiB
Plaintext
74 lines
13 KiB
Plaintext
2026-02-25 20:06:19.806 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 20:06:19.806 DEBUG [tests.conftest] Running test: test_retrieve_messages_without_subscribing_via_api with id: 2026-02-25_20-06-19__a37a4d28-afe8-4f7d-978e-c84a7052aa40
|
|
2026-02-25 20:06:19.806 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 20:06:19.807 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-25 20:06:19.807 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-25 20:06:19.814 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 20:06:19.814 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_20-06-19__a37a4d28-afe8-4f7d-978e-c84a7052aa40__wakuorg_nwaku:latest.log
|
|
2026-02-25 20:06:19.815 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 20:06:19.815 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 20:06:19.816 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 20:06:19.816 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.199.131
|
|
2026-02-25 20:06:19.816 DEBUG [src.node.docker_mananger] Generated ports ['33801', '33802', '33803', '33804', '33805']
|
|
2026-02-25 20:06:19.817 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-02-25 20:06:19.817 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-25 20:06:19.817 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 20:06:19.817 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 20:06:19.817 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 20:06:19.817 DEBUG [src.node.docker_mananger] docker run -i -t -p 33801:33801 -p 33802:33802 -p 33803:33803 -p 33804:33804 -p 33805:33805 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=33803 --rest-port=33801 --tcp-port=33802 --discv5-udp-port=33804 --rest-address=0.0.0.0 --nat=extip:172.18.199.131 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b72db28ee125bcc2e95300baf687580d5296d9eeae56ec008feeb13851a02ebe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33805 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-25 20:06:20.021 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.199.131 waku 16a153f51bdd42ac637dbdd861a91dbc1cde9dcbda35ec18e3f4860b6a3a2e91
|
|
2026-02-25 20:06:20.024 ERROR [src.node.docker_mananger] Max retries reached for container 69c468c437db. Exiting log stream.
|
|
2026-02-25 20:06:20.055 DEBUG [src.node.docker_mananger] Container started with ID 16a153f51bdd. Setting up logs at ./log/docker/node1_2026-02-25_20-06-19__a37a4d28-afe8-4f7d-978e-c84a7052aa40__wakuorg_nwaku:latest.log
|
|
2026-02-25 20:06:20.056 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33801
|
|
2026-02-25 20:06:20.056 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 20:06:20.598 ERROR [src.node.docker_mananger] Max retries reached for container 9ededff1b55f. Exiting log stream.
|
|
2026-02-25 20:06:21.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33801/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 20:06:21.060 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-02-25 20:06:21.060 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 20:06:21.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33801/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 20:06:21.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.199.131/tcp/33802/p2p/16Uiu2HAmPbFR9Yh4vbuGR82bnwkT8HaSR4x5Fg34sV737kdaU4Pq","/ip4/172.18.199.131/tcp/33803/ws/p2p/16Uiu2HAmPbFR9Yh4vbuGR82bnwkT8HaSR4x5Fg34sV737kdaU4Pq"],"enrUri":"enr:-L24QOAQid5nvBwwf3mxyvOJAbbLWm8vrMPhweq7gNnHKGGuGe-w7s5srbwO8a_KDcAdlz4oLPp6ghpNZkRsoxcvOIACgmlkgnY0gmlwhKwSx4OKbXVsdGlhZGRyc5YACASsEseDBoQKAAoErBLHgwaEC90DgnJzhQACAQAAiXNlY3AyNTZrMaEDontEyyMOJKSjyVvUGwyComHvIhUe9qvGTHNM5Ly_4iCDdGNwgoQKg3VkcIKEDIV3YWt1MgU"}'
|
|
2026-02-25 20:06:21.063 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 20:06:21.070 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 20:06:21.070 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_20-06-19__a37a4d28-afe8-4f7d-978e-c84a7052aa40__wakuorg_nwaku:latest.log
|
|
2026-02-25 20:06:21.070 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 20:06:21.070 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 20:06:21.071 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 20:06:21.072 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.169.91
|
|
2026-02-25 20:06:21.072 DEBUG [src.node.docker_mananger] Generated ports ['63321', '63322', '63323', '63324', '63325']
|
|
2026-02-25 20:06:21.072 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-02-25 20:06:21.072 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-25 20:06:21.072 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 20:06:21.072 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 20:06:21.072 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 20:06:21.073 DEBUG [src.node.docker_mananger] docker run -i -t -p 63321:63321 -p 63322:63322 -p 63323:63323 -p 63324:63324 -p 63325:63325 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=63323 --rest-port=63321 --tcp-port=63322 --discv5-udp-port=63324 --rest-address=0.0.0.0 --nat=extip:172.18.169.91 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=0a6ebce85b2d70bbe6ebb39373aca131cafc23fc6f6cdbfaeafbd2b307db53e7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63325 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOAQid5nvBwwf3mxyvOJAbbLWm8vrMPhweq7gNnHKGGuGe-w7s5srbwO8a_KDcAdlz4oLPp6ghpNZkRsoxcvOIACgmlkgnY0gmlwhKwSx4OKbXVsdGlhZGRyc5YACASsEseDBoQKAAoErBLHgwaEC90DgnJzhQACAQAAiXNlY3AyNTZrMaEDontEyyMOJKSjyVvUGwyComHvIhUe9qvGTHNM5Ly_4iCDdGNwgoQKg3VkcIKEDIV3YWt1MgU
|
|
2026-02-25 20:06:21.263 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.169.91 waku 8bc5fe4fdf375911ffaa1ca19747f153303a80e38549b3761dcd714cac81766f
|
|
2026-02-25 20:06:21.298 DEBUG [src.node.docker_mananger] Container started with ID 8bc5fe4fdf37. Setting up logs at ./log/docker/node2_2026-02-25_20-06-19__a37a4d28-afe8-4f7d-978e-c84a7052aa40__wakuorg_nwaku:latest.log
|
|
2026-02-25 20:06:21.299 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63321
|
|
2026-02-25 20:06:21.299 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 20:06:22.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63321/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 20:06:22.321 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-02-25 20:06:22.322 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 20:06:22.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63321/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 20:06:22.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.169.91/tcp/63322/p2p/16Uiu2HAmVjQugtJdVoQm4CNY9j9AJnfrj69YGCSiYxA3EEuMHEy1","/ip4/172.18.169.91/tcp/63323/ws/p2p/16Uiu2HAmVjQugtJdVoQm4CNY9j9AJnfrj69YGCSiYxA3EEuMHEy1"],"enrUri":"enr:-L24QO0_qUmNj8xlkOFRbQR54OUJ21fIX-BcwNex7d5dy9ONEoRXMpwXvjxiHBxAmyu2yeoh_EQaSEfXjtP5gM83ORMCgmlkgnY0gmlwhKwSqVuKbXVsdGlhZGRyc5YACASsEqlbBvdaAAoErBKpWwb3W90DgnJzhQACAQAAiXNlY3AyNTZrMaED_bjE_IM8FpEDhiZd9-Dyt-FI1Xlt2ZeIx82fSgRIbYSDdGNwgvdag3VkcIL3XIV3YWt1MgE"}'
|
|
2026-02-25 20:06:22.332 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 20:06:22.334 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63321/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.199.131/tcp/33802/p2p/16Uiu2HAmPbFR9Yh4vbuGR82bnwkT8HaSR4x5Fg34sV737kdaU4Pq"]'
|
|
2026-02-25 20:06:22.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 20:06:22.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33801/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 20:06:22.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 20:06:22.346 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 20:06:22.446 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 20:06:22.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33801/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 20:06:22.450 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772049982339771794,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 20:06:22.451 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 20:06:22.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63321/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 20:06:22.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772049982339771794,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 20:06:22.457 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 20:06:22.458 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 20:06:22.458 DEBUG [src.node.waku_node] Stopping container with id 16a153f51bdd
|
|
2026-02-25 20:06:23.025 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 20:06:23.025 DEBUG [src.node.waku_node] Stopping container with id 8bc5fe4fdf37
|
|
2026-02-25 20:06:23.615 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 20:06:23.616 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 20:06:23.623 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 20:06:23.627 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|