mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 16:43:56 +00:00
74 lines
13 KiB
Plaintext
74 lines
13 KiB
Plaintext
2026-03-03 04:43:00.110 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:43:00.111 DEBUG [tests.conftest] Running test: test_single_content_topic[/waku/2/content/test.js] with id: 2026-03-03_04-43-00__e2873cb1-5216-4cab-8dbb-354ca7d12939
|
|
2026-03-03 04:43:00.111 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:43:00.111 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-03 04:43:00.111 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-03 04:43:00.119 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:43:00.119 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-43-00__e2873cb1-5216-4cab-8dbb-354ca7d12939__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:43:00.119 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:43:00.119 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:43:00.121 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:43:00.121 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.105.125
|
|
2026-03-03 04:43:00.121 DEBUG [src.node.docker_mananger] Generated ports ['50299', '50300', '50301', '50302', '50303']
|
|
2026-03-03 04:43:00.121 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:43:00.122 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:43:00.122 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:43:00.122 DEBUG [src.node.docker_mananger] docker run -i -t -p 50299:50299 -p 50300:50300 -p 50301:50301 -p 50302:50302 -p 50303:50303 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=50301 --rest-port=50299 --tcp-port=50300 --discv5-udp-port=50302 --rest-address=0.0.0.0 --nat=extip:172.18.105.125 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=eea5ebedebba38f5ed0aaacead9d5dd82adec9bb7b8a40e50fb5b9c58bddb7a8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50303 --metrics-logging=true --relay=true --filter=true --content-topic=/waku/2/content/test.js
|
|
2026-03-03 04:43:00.330 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.105.125 waku b7133c1e98f42ba732b13f9e709385762561f511b5896848ae0477ae0de29f37
|
|
2026-03-03 04:43:00.354 ERROR [src.node.docker_mananger] Max retries reached for container bf26f41a6d9d. Exiting log stream.
|
|
2026-03-03 04:43:00.366 DEBUG [src.node.docker_mananger] Container started with ID b7133c1e98f4. Setting up logs at ./log/docker/node1_2026-03-03_04-43-00__e2873cb1-5216-4cab-8dbb-354ca7d12939__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:43:00.366 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50299
|
|
2026-03-03 04:43:00.367 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:43:00.905 ERROR [src.node.docker_mananger] Max retries reached for container e7b665bea80e. Exiting log stream.
|
|
2026-03-03 04:43:01.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50299/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:43:01.371 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-03 04:43:01.371 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:43:01.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50299/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:43:01.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.105.125/tcp/50300/p2p/16Uiu2HAmDAq16r3GawFCyGj4kGAmrkP8sKzHVSuySer5kZu6VQbF","/ip4/172.18.105.125/tcp/50301/ws/p2p/16Uiu2HAmDAq16r3GawFCyGj4kGAmrkP8sKzHVSuySer5kZu6VQbF"],"enrUri":"enr:-L24QAkKWpGAInWxZajvpAV3NKVAg1zC2o8WOA_x__c-z_MtGONoNkZoEkQ2KIlKf81lH-ALXt90HzeNpDc2GSSTlIICgmlkgnY0gmlwhKwSaX2KbXVsdGlhZGRyc5YACASsEml9BsR8AAoErBJpfQbEfd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDB6TauBkP-VtocXIi_YMyJrGRjd7GBvLLLIsvtOfb_a6DdGNwgsR8g3VkcILEfoV3YWt1MgU"}'
|
|
2026-03-03 04:43:01.374 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:43:01.381 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:43:01.382 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-43-00__e2873cb1-5216-4cab-8dbb-354ca7d12939__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:43:01.382 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:43:01.382 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:43:01.383 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:43:01.383 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.239.76
|
|
2026-03-03 04:43:01.384 DEBUG [src.node.docker_mananger] Generated ports ['19935', '19936', '19937', '19938', '19939']
|
|
2026-03-03 04:43:01.384 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:43:01.384 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:43:01.384 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:43:01.384 DEBUG [src.node.docker_mananger] docker run -i -t -p 19935:19935 -p 19936:19936 -p 19937:19937 -p 19938:19938 -p 19939:19939 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=19937 --rest-port=19935 --tcp-port=19936 --discv5-udp-port=19938 --rest-address=0.0.0.0 --nat=extip:172.18.239.76 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=baf2eb65acbcb7b7faa17b0ec3f5410c691dccc48fbde5edb9be21dddbea1a72 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19939 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAkKWpGAInWxZajvpAV3NKVAg1zC2o8WOA_x__c-z_MtGONoNkZoEkQ2KIlKf81lH-ALXt90HzeNpDc2GSSTlIICgmlkgnY0gmlwhKwSaX2KbXVsdGlhZGRyc5YACASsEml9BsR8AAoErBJpfQbEfd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDB6TauBkP-VtocXIi_YMyJrGRjd7GBvLLLIsvtOfb_a6DdGNwgsR8g3VkcILEfoV3YWt1MgU --content-topic=/waku/2/content/test.js
|
|
2026-03-03 04:43:01.594 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.239.76 waku 84df25d5fb99ec037cea638f42c6ad856dbbf985a8099864b5affa44ad6afcde
|
|
2026-03-03 04:43:01.627 DEBUG [src.node.docker_mananger] Container started with ID 84df25d5fb99. Setting up logs at ./log/docker/node2_2026-03-03_04-43-00__e2873cb1-5216-4cab-8dbb-354ca7d12939__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:43:01.627 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19935
|
|
2026-03-03 04:43:01.628 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:43:02.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19935/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:43:02.645 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-03 04:43:02.647 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:43:02.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19935/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:43:02.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.239.76/tcp/19936/p2p/16Uiu2HAm2qJGVgyGVnFUx8bPXrZtCRs3urPQQ6md4vvoTPF6ejS7","/ip4/172.18.239.76/tcp/19937/ws/p2p/16Uiu2HAm2qJGVgyGVnFUx8bPXrZtCRs3urPQQ6md4vvoTPF6ejS7"],"enrUri":"enr:-L24QNXAyp8dprupYf65SlaSU0duyDAHF62iXT9EnhGEmnhSSeeLdfJq8PLj6oud1aisWNhiDjr0XpvFImuCPP2ha5cCgmlkgnY0gmlwhKwS70yKbXVsdGlhZGRyc5YACASsEu9MBk3gAAoErBLvTAZN4d0DgnJzhQACAQAAiXNlY3AyNTZrMaECbg8yscuFfy02Fr4EKlVHUiHJyRLSK_R_TkyYcazPW_CDdGNwgk3gg3VkcIJN4oV3YWt1MgE"}'
|
|
2026-03-03 04:43:02.654 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:43:02.655 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19935/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.105.125/tcp/50300/p2p/16Uiu2HAmDAq16r3GawFCyGj4kGAmrkP8sKzHVSuySer5kZu6VQbF"]'
|
|
2026-03-03 04:43:02.657 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:43:02.658 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50299/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
|
2026-03-03 04:43:02.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:43:02.661 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19935/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
|
2026-03-03 04:43:02.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:43:02.664 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50299/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:43:02.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:43:02.669 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:43:02.770 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:43:02.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50299/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:43:02.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772512982663966305,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:43:02.774 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:43:02.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19935/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:43:02.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772512982663966305,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:43:02.779 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:43:02.780 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:43:02.780 DEBUG [src.node.waku_node] Stopping container with id b7133c1e98f4
|
|
2026-03-03 04:43:03.403 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:43:03.405 DEBUG [src.node.waku_node] Stopping container with id 84df25d5fb99
|
|
2026-03-03 04:43:04.009 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:43:04.013 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:43:04.023 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:43:04.029 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|