mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 00:23:10 +00:00
74 lines
13 KiB
Plaintext
74 lines
13 KiB
Plaintext
2026-02-25 15:22:41.495 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 15:22:41.495 DEBUG [tests.conftest] Running test: test_2_nodes_different_content_topic_same_shard with id: 2026-02-25_15-22-41__b853d62f-2579-4531-b17c-19a1a4316a9e
|
|
2026-02-25 15:22:41.495 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 15:22:41.496 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-25 15:22:41.496 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-25 15:22:41.503 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 15:22:41.503 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_15-22-41__b853d62f-2579-4531-b17c-19a1a4316a9e__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:22:41.503 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 15:22:41.503 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 15:22:41.505 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 15:22:41.505 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.15.176
|
|
2026-02-25 15:22:41.505 DEBUG [src.node.docker_mananger] Generated ports ['7381', '7382', '7383', '7384', '7385']
|
|
2026-02-25 15:22:41.505 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 15:22:41.505 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 15:22:41.505 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 15:22:41.506 DEBUG [src.node.docker_mananger] docker run -i -t -p 7381:7381 -p 7382:7382 -p 7383:7383 -p 7384:7384 -p 7385:7385 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=7383 --rest-port=7381 --tcp-port=7382 --discv5-udp-port=7384 --rest-address=0.0.0.0 --nat=extip:172.18.15.176 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=0bab106bc916eb05afecb66bfdff8e6a12b2bbabcabd34803bea12b12de9f794 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7385 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf
|
|
2026-02-25 15:22:41.678 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.15.176 waku cdbb0d35b715f5a72c6f9c55cfd627968d2f3a2bf6f6524b94fb8e882342e650
|
|
2026-02-25 15:22:41.711 DEBUG [src.node.docker_mananger] Container started with ID cdbb0d35b715. Setting up logs at ./log/docker/node1_2026-02-25_15-22-41__b853d62f-2579-4531-b17c-19a1a4316a9e__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:22:41.711 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7381
|
|
2026-02-25 15:22:41.711 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 15:22:41.738 ERROR [src.node.docker_mananger] Max retries reached for container fb0241fb679b. Exiting log stream.
|
|
2026-02-25 15:22:42.305 ERROR [src.node.docker_mananger] Max retries reached for container 23e7839727f7. Exiting log stream.
|
|
2026-02-25 15:22:42.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7381/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:22:42.715 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 15:22:42.715 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 15:22:42.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7381/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:22:42.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.176/tcp/7382/p2p/16Uiu2HAmGDCJcq9NWqmA48JVNXhwAhAnmJw8WgRm8TDdzFNmkoQe","/ip4/172.18.15.176/tcp/7383/ws/p2p/16Uiu2HAmGDCJcq9NWqmA48JVNXhwAhAnmJw8WgRm8TDdzFNmkoQe"],"enrUri":"enr:-L24QNZb-At81uCrXaqXzhswIZ9jbVjp5v-DKLwR83ujO7BAPZGHWWsEDGkm9x0HbU48gYEjr7w7jPdQCkI6vHirzE0CgmlkgnY0gmlwhKwSD7CKbXVsdGlhZGRyc5YACASsEg-wBhzWAAoErBIPsAYc190DgnJzhQACAQAAiXNlY3AyNTZrMaEDNNMpvLqMrphkDdYFuT9WO2_Ist2ztZHvBwbkDzo5tWuDdGNwghzWg3VkcIIc2IV3YWt1MgU"}'
|
|
2026-02-25 15:22:42.718 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 15:22:42.724 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 15:22:42.725 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_15-22-41__b853d62f-2579-4531-b17c-19a1a4316a9e__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:22:42.725 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 15:22:42.725 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 15:22:42.726 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 15:22:42.726 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.150.17
|
|
2026-02-25 15:22:42.727 DEBUG [src.node.docker_mananger] Generated ports ['61057', '61058', '61059', '61060', '61061']
|
|
2026-02-25 15:22:42.727 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 15:22:42.727 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 15:22:42.727 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 15:22:42.727 DEBUG [src.node.docker_mananger] docker run -i -t -p 61057:61057 -p 61058:61058 -p 61059:61059 -p 61060:61060 -p 61061:61061 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=61059 --rest-port=61057 --tcp-port=61058 --discv5-udp-port=61060 --rest-address=0.0.0.0 --nat=extip:172.18.150.17 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d05ebfabaed7fcaa7ba0ad0745e5e51fedbebc44b67fadf2ff6ce06ce745ff27 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61061 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNZb-At81uCrXaqXzhswIZ9jbVjp5v-DKLwR83ujO7BAPZGHWWsEDGkm9x0HbU48gYEjr7w7jPdQCkI6vHirzE0CgmlkgnY0gmlwhKwSD7CKbXVsdGlhZGRyc5YACASsEg-wBhzWAAoErBIPsAYc190DgnJzhQACAQAAiXNlY3AyNTZrMaEDNNMpvLqMrphkDdYFuT9WO2_Ist2ztZHvBwbkDzo5tWuDdGNwghzWg3VkcIIc2IV3YWt1MgU --content-topic=/newsService/1.0/alerts/xml
|
|
2026-02-25 15:22:42.915 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.150.17 waku 96ac22b6f9a68eeb1b28d60c5d551c83447189cb032ad39bb24045da1aed226d
|
|
2026-02-25 15:22:42.946 DEBUG [src.node.docker_mananger] Container started with ID 96ac22b6f9a6. Setting up logs at ./log/docker/node2_2026-02-25_15-22-41__b853d62f-2579-4531-b17c-19a1a4316a9e__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:22:42.946 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61057
|
|
2026-02-25 15:22:42.946 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 15:22:43.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61057/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:22:43.968 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 15:22:43.968 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 15:22:43.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61057/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:22:43.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.150.17/tcp/61058/p2p/16Uiu2HAmEs69pWwhKcBucakCor4Mh7iLAtZqegk5KRJX57Rm4m97","/ip4/172.18.150.17/tcp/61059/ws/p2p/16Uiu2HAmEs69pWwhKcBucakCor4Mh7iLAtZqegk5KRJX57Rm4m97"],"enrUri":"enr:-L24QAObB2k5WBrlQShQWqRJjpKd7FR0xfx62zHEDoFqZ7dRBp8ZRzHPR-2s5T4xrPOBRyarEppnMY8Khzj_1QuvZ0ICgmlkgnY0gmlwhKwSlhGKbXVsdGlhZGRyc5YACASsEpYRBu6CAAoErBKWEQbug90DgnJzhQACAQAAiXNlY3AyNTZrMaEDINDneF8wfWFtvQDvB4l32Uz5jgmE-TzWG_TttKWjD76DdGNwgu6Cg3VkcILuhIV3YWt1MgE"}'
|
|
2026-02-25 15:22:43.974 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 15:22:43.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61057/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.15.176/tcp/7382/p2p/16Uiu2HAmGDCJcq9NWqmA48JVNXhwAhAnmJw8WgRm8TDdzFNmkoQe"]'
|
|
2026-02-25 15:22:43.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:22:43.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7381/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2026-02-25 15:22:43.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:22:43.983 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61057/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
|
2026-02-25 15:22:43.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:22:43.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7381/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 15:22:43.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:22:43.990 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 15:22:44.091 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:22:44.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7381/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:22:44.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1772032963986048037,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:22:44.097 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:22:44.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61057/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:22:44.099 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1772032963986048037,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:22:44.102 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 15:22:44.103 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 15:22:44.103 DEBUG [src.node.waku_node] Stopping container with id cdbb0d35b715
|
|
2026-02-25 15:22:44.642 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 15:22:44.642 DEBUG [src.node.waku_node] Stopping container with id 96ac22b6f9a6
|
|
2026-02-25 15:22:45.185 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 15:22:45.188 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 15:22:45.192 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 15:22:45.196 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|