mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 01:53:28 +00:00
74 lines
13 KiB
Plaintext
74 lines
13 KiB
Plaintext
2026-03-01 04:47:09.956 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-01 04:47:09.956 DEBUG [tests.conftest] Running test: test_single_content_topic[/waku/2/content/test.js] with id: 2026-03-01_04-47-09__0e61d6d6-65e6-459f-a4f5-8d779f1a1a45
|
|
2026-03-01 04:47:09.958 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-01 04:47:09.958 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-01 04:47:09.958 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-01 04:47:09.965 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:47:09.965 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-01_04-47-09__0e61d6d6-65e6-459f-a4f5-8d779f1a1a45__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:47:09.966 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:47:09.966 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:47:09.967 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:47:09.967 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.231.37
|
|
2026-03-01 04:47:09.967 DEBUG [src.node.docker_mananger] Generated ports ['18206', '18207', '18208', '18209', '18210']
|
|
2026-03-01 04:47:09.968 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:47:09.968 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:47:09.968 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:47:09.968 DEBUG [src.node.docker_mananger] docker run -i -t -p 18206:18206 -p 18207:18207 -p 18208:18208 -p 18209:18209 -p 18210:18210 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=18208 --rest-port=18206 --tcp-port=18207 --discv5-udp-port=18209 --rest-address=0.0.0.0 --nat=extip:172.18.231.37 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e752e7f160447ce1fa5aedc9aaff1fd92db11a5abed8e5ce1bae0cc94f0f0104 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18210 --metrics-logging=true --relay=true --filter=true --content-topic=/waku/2/content/test.js
|
|
2026-03-01 04:47:10.160 ERROR [src.node.docker_mananger] Max retries reached for container 1cab00149473. Exiting log stream.
|
|
2026-03-01 04:47:10.163 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.231.37 waku e18c9ca964f7be1ebdebae810359364fc5477a5de8139b29a8063a7e6b051595
|
|
2026-03-01 04:47:10.199 DEBUG [src.node.docker_mananger] Container started with ID e18c9ca964f7. Setting up logs at ./log/docker/node1_2026-03-01_04-47-09__0e61d6d6-65e6-459f-a4f5-8d779f1a1a45__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:47:10.200 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18206
|
|
2026-03-01 04:47:10.200 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:47:10.762 ERROR [src.node.docker_mananger] Max retries reached for container 7f23cd9d0db4. Exiting log stream.
|
|
2026-03-01 04:47:11.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18206/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:47:11.204 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-01 04:47:11.204 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:47:11.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18206/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:47:11.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.231.37/tcp/18207/p2p/16Uiu2HAm7erj9P3MxBgHNidjfc7y1EUN5d41XxZJ4McUs8DXrUQE","/ip4/172.18.231.37/tcp/18208/ws/p2p/16Uiu2HAm7erj9P3MxBgHNidjfc7y1EUN5d41XxZJ4McUs8DXrUQE"],"enrUri":"enr:-L24QGP7v1Cf0VMrlcorVwD5KMNZdWY7f1X4itcNs7W6koVYLkA9ME5ydgkuRLvJbcITh7GW4dxnZjwIMybi8uQOyk4CgmlkgnY0gmlwhKwS5yWKbXVsdGlhZGRyc5YACASsEuclBkcfAAoErBLnJQZHIN0DgnJzhQACAQAAiXNlY3AyNTZrMaECtazyIID24jBsPdxhfUJa0FXWsNrsABswR4umsVyhLteDdGNwgkcfg3VkcIJHIYV3YWt1MgU"}'
|
|
2026-03-01 04:47:11.207 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:47:11.214 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:47:11.214 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-01_04-47-09__0e61d6d6-65e6-459f-a4f5-8d779f1a1a45__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:47:11.214 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:47:11.214 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:47:11.215 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:47:11.216 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.216.39
|
|
2026-03-01 04:47:11.216 DEBUG [src.node.docker_mananger] Generated ports ['3863', '3864', '3865', '3866', '3867']
|
|
2026-03-01 04:47:11.216 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:47:11.216 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:47:11.216 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:47:11.216 DEBUG [src.node.docker_mananger] docker run -i -t -p 3863:3863 -p 3864:3864 -p 3865:3865 -p 3866:3866 -p 3867:3867 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=3865 --rest-port=3863 --tcp-port=3864 --discv5-udp-port=3866 --rest-address=0.0.0.0 --nat=extip:172.18.216.39 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fcdfeef8f61b2cbff1758b2fb3cd9bfbffecaaded158bc3ebae8f95bee79abdb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3867 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGP7v1Cf0VMrlcorVwD5KMNZdWY7f1X4itcNs7W6koVYLkA9ME5ydgkuRLvJbcITh7GW4dxnZjwIMybi8uQOyk4CgmlkgnY0gmlwhKwS5yWKbXVsdGlhZGRyc5YACASsEuclBkcfAAoErBLnJQZHIN0DgnJzhQACAQAAiXNlY3AyNTZrMaECtazyIID24jBsPdxhfUJa0FXWsNrsABswR4umsVyhLteDdGNwgkcfg3VkcIJHIYV3YWt1MgU --content-topic=/waku/2/content/test.js
|
|
2026-03-01 04:47:11.418 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.216.39 waku 296acaa56cad44efc0e67fa87e4c9c5ba2e7b4236866c1a46b336766e054b2f4
|
|
2026-03-01 04:47:11.450 DEBUG [src.node.docker_mananger] Container started with ID 296acaa56cad. Setting up logs at ./log/docker/node2_2026-03-01_04-47-09__0e61d6d6-65e6-459f-a4f5-8d779f1a1a45__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:47:11.451 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3863
|
|
2026-03-01 04:47:11.452 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:47:12.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3863/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:47:12.479 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-01 04:47:12.480 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:47:12.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3863/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:47:12.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.216.39/tcp/3864/p2p/16Uiu2HAkwHTCeC9vNvUC2Yk53zpAbeS5a9iEG6WhaD6ktMPjsEA4","/ip4/172.18.216.39/tcp/3865/ws/p2p/16Uiu2HAkwHTCeC9vNvUC2Yk53zpAbeS5a9iEG6WhaD6ktMPjsEA4"],"enrUri":"enr:-L24QAwyjCmgbNOKF_yaN0b9lxPIPOmfvkZYMwER0HUsadBXat1dU9vLGjN_YxhjfU44MmtL4ECJ4ON9PyDJsyXTUr4CgmlkgnY0gmlwhKwS2CeKbXVsdGlhZGRyc5YACASsEtgnBg8YAAoErBLYJwYPGd0DgnJzhQACAQAAiXNlY3AyNTZrMaECG5xHWdDbvdav7wAxXXI7ZOLxCBxP3YfjWz9hiSW6IpGDdGNwgg8Yg3VkcIIPGoV3YWt1MgE"}'
|
|
2026-03-01 04:47:12.488 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:47:12.489 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3863/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.231.37/tcp/18207/p2p/16Uiu2HAm7erj9P3MxBgHNidjfc7y1EUN5d41XxZJ4McUs8DXrUQE"]'
|
|
2026-03-01 04:47:12.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:47:12.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18206/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
|
2026-03-01 04:47:12.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:47:12.496 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3863/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
|
2026-03-01 04:47:12.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:47:12.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18206/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:47:12.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:47:12.505 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-01 04:47:12.605 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:47:12.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18206/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:47:12.609 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":1772340432499755284,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:47:12.611 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:47:12.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3863/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:47:12.614 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":1772340432499755284,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:47:12.617 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-01 04:47:12.618 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-01 04:47:12.618 DEBUG [src.node.waku_node] Stopping container with id e18c9ca964f7
|
|
2026-03-01 04:47:13.222 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:47:13.223 DEBUG [src.node.waku_node] Stopping container with id 296acaa56cad
|
|
2026-03-01 04:47:13.808 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:47:13.812 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-01 04:47:13.821 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-01 04:47:13.826 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|