mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
74 lines
13 KiB
Plaintext
74 lines
13 KiB
Plaintext
2026-02-28 04:27:04.499 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-28 04:27:04.499 DEBUG [tests.conftest] Running test: test_retrieve_messages_without_subscribing_via_api with id: 2026-02-28_04-27-04__23b61249-356a-45f3-948c-ddc5030389f1
|
|
2026-02-28 04:27:04.499 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-28 04:27:04.500 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-28 04:27:04.500 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-28 04:27:04.507 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 04:27:04.508 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-28_04-27-04__23b61249-356a-45f3-948c-ddc5030389f1__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:27:04.508 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 04:27:04.508 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 04:27:04.509 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 04:27:04.509 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.65.196
|
|
2026-02-28 04:27:04.510 DEBUG [src.node.docker_mananger] Generated ports ['38709', '38710', '38711', '38712', '38713']
|
|
2026-02-28 04:27:04.510 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-02-28 04:27:04.510 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-28 04:27:04.510 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 04:27:04.510 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 04:27:04.510 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 04:27:04.511 DEBUG [src.node.docker_mananger] docker run -i -t -p 38709:38709 -p 38710:38710 -p 38711:38711 -p 38712:38712 -p 38713:38713 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=38711 --rest-port=38709 --tcp-port=38710 --discv5-udp-port=38712 --rest-address=0.0.0.0 --nat=extip:172.18.65.196 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=53ff5bcecdb79ffc04cf7fe5fb7bf6b8acdf1d4667ffc3f251ef9a99fe3a5bed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38713 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-28 04:27:04.696 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.65.196 waku ac7ad247997f269447250f2f951e0c7dedbf967313af49be0c955033b7b07b54
|
|
2026-02-28 04:27:04.736 DEBUG [src.node.docker_mananger] Container started with ID ac7ad247997f. Setting up logs at ./log/docker/node1_2026-02-28_04-27-04__23b61249-356a-45f3-948c-ddc5030389f1__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:27:04.736 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38709
|
|
2026-02-28 04:27:04.738 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 04:27:04.750 ERROR [src.node.docker_mananger] Max retries reached for container d994b85c16c4. Exiting log stream.
|
|
2026-02-28 04:27:05.304 ERROR [src.node.docker_mananger] Max retries reached for container 8837207a25ab. Exiting log stream.
|
|
2026-02-28 04:27:05.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38709/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:27:05.741 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-28 04:27:05.741 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 04:27:05.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38709/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:27:05.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.65.196/tcp/38710/p2p/16Uiu2HAmSSbSwL4K4DcFdeyqu28MaYwjAzeSZSEoitoLSN3BpPFG","/ip4/172.18.65.196/tcp/38711/ws/p2p/16Uiu2HAmSSbSwL4K4DcFdeyqu28MaYwjAzeSZSEoitoLSN3BpPFG"],"enrUri":"enr:-L24QOb9cxCNef940KrCuaYE_xsfWoTvp_l1UV5_Zo96qxnwfgzJT6pJjbaFevLy42bDwda0CF-zxBNCNC6HyAWEhgYCgmlkgnY0gmlwhKwSQcSKbXVsdGlhZGRyc5YACASsEkHEBpc2AAoErBJBxAaXN90DgnJzhQACAQAAiXNlY3AyNTZrMaEDzNbATSbOuQpavCqGAbU-8p78PWCbv0ii9CrveJ0gPEuDdGNwgpc2g3VkcIKXOIV3YWt1MgU"}'
|
|
2026-02-28 04:27:05.744 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 04:27:05.751 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 04:27:05.751 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-28_04-27-04__23b61249-356a-45f3-948c-ddc5030389f1__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:27:05.751 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 04:27:05.751 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 04:27:05.752 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 04:27:05.753 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.18.138
|
|
2026-02-28 04:27:05.753 DEBUG [src.node.docker_mananger] Generated ports ['46315', '46316', '46317', '46318', '46319']
|
|
2026-02-28 04:27:05.753 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-02-28 04:27:05.753 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-28 04:27:05.753 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 04:27:05.753 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 04:27:05.753 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 04:27:05.753 DEBUG [src.node.docker_mananger] docker run -i -t -p 46315:46315 -p 46316:46316 -p 46317:46317 -p 46318:46318 -p 46319:46319 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=46317 --rest-port=46315 --tcp-port=46316 --discv5-udp-port=46318 --rest-address=0.0.0.0 --nat=extip:172.18.18.138 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=7a4f0e0dc6adcdeaa6b5cbcbce3e64217f479f3de1cc0e2ced5746ff78db9b2e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46319 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOb9cxCNef940KrCuaYE_xsfWoTvp_l1UV5_Zo96qxnwfgzJT6pJjbaFevLy42bDwda0CF-zxBNCNC6HyAWEhgYCgmlkgnY0gmlwhKwSQcSKbXVsdGlhZGRyc5YACASsEkHEBpc2AAoErBJBxAaXN90DgnJzhQACAQAAiXNlY3AyNTZrMaEDzNbATSbOuQpavCqGAbU-8p78PWCbv0ii9CrveJ0gPEuDdGNwgpc2g3VkcIKXOIV3YWt1MgU
|
|
2026-02-28 04:27:05.942 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.18.138 waku 13aee2c5cfa75dee38d8ec4ae2a6154a1e8fa13f51cc25f17d3b42cb0fd169b8
|
|
2026-02-28 04:27:05.977 DEBUG [src.node.docker_mananger] Container started with ID 13aee2c5cfa7. Setting up logs at ./log/docker/node2_2026-02-28_04-27-04__23b61249-356a-45f3-948c-ddc5030389f1__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:27:05.977 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46315
|
|
2026-02-28 04:27:05.977 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 04:27:06.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46315/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:27:06.993 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-28 04:27:06.994 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 04:27:06.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46315/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:27:07.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.18.138/tcp/46316/p2p/16Uiu2HAmEW7NGMhpgcrxgPW56cCS54HmmHfeZkJDAuPSVHPAkFiC","/ip4/172.18.18.138/tcp/46317/ws/p2p/16Uiu2HAmEW7NGMhpgcrxgPW56cCS54HmmHfeZkJDAuPSVHPAkFiC"],"enrUri":"enr:-L24QGzvm41LWJbPojXCNoLzWUAqg6mDI7BOWWOfovSpdbIocR2ZQvyiS6kPrhxM3DrPAPHYRJjgiwltAh4hmMpNdVICgmlkgnY0gmlwhKwSEoqKbXVsdGlhZGRyc5YACASsEhKKBrTsAAoErBISiga07d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDG3EUnM9ZrqMhDkE9pmmuQcFqzYOUhRNST_J-kbLGjlWDdGNwgrTsg3VkcIK07oV3YWt1MgE"}'
|
|
2026-02-28 04:27:07.002 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 04:27:07.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46315/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.65.196/tcp/38710/p2p/16Uiu2HAmSSbSwL4K4DcFdeyqu28MaYwjAzeSZSEoitoLSN3BpPFG"]'
|
|
2026-02-28 04:27:07.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:27:07.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38709/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-28 04:27:07.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:27:07.015 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:27:07.115 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:27:07.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38709/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:27:07.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772252827009585230,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:27:07.120 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:27:07.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46315/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:27:07.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772252827009585230,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:27:07.125 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-28 04:27:07.126 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-28 04:27:07.126 DEBUG [src.node.waku_node] Stopping container with id ac7ad247997f
|
|
2026-02-28 04:27:07.702 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 04:27:07.703 DEBUG [src.node.waku_node] Stopping container with id 13aee2c5cfa7
|
|
2026-02-28 04:27:08.310 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 04:27:08.313 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-28 04:27:08.320 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 04:27:08.327 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|