mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 17:53:09 +00:00
87 lines
15 KiB
Plaintext
87 lines
15 KiB
Plaintext
2026-02-26 04:44:22.257 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-26 04:44:22.258 DEBUG [tests.conftest] Running test: test_subscribe_and_publish_on_another_shard with id: 2026-02-26_04-44-22__770d5d1f-faba-49aa-bb33-357b40dd2a04
|
|
2026-02-26 04:44:22.259 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-26 04:44:22.259 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-26 04:44:22.260 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-26 04:44:22.270 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-26 04:44:22.271 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-26_04-44-22__770d5d1f-faba-49aa-bb33-357b40dd2a04__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:44:22.271 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-26 04:44:22.271 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-26 04:44:22.272 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-26 04:44:22.272 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.111.32
|
|
2026-02-26 04:44:22.272 DEBUG [src.node.docker_mananger] Generated ports ['7463', '7464', '7465', '7466', '7467']
|
|
2026-02-26 04:44:22.273 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-02-26 04:44:22.273 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-26 04:44:22.273 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-26 04:44:22.273 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-26 04:44:22.273 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-26 04:44:22.273 DEBUG [src.node.docker_mananger] docker run -i -t -p 7463:7463 -p 7464:7464 -p 7465:7465 -p 7466:7466 -p 7467:7467 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=7465 --rest-port=7463 --tcp-port=7464 --discv5-udp-port=7466 --rest-address=0.0.0.0 --nat=extip:172.18.111.32 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d1afcba7d41a10fed2060cce31d6a998740e1a0fdb29ac231efa8d38ae2fc358 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7467 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-26 04:44:22.450 ERROR [src.node.docker_mananger] Max retries reached for container 6b3fb2a9f5ca. Exiting log stream.
|
|
2026-02-26 04:44:22.477 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.111.32 waku 6b99d2cf18e3c89f25e4cceaf3dd893c60f523f192da56df4d4d64fe66018db3
|
|
2026-02-26 04:44:22.512 DEBUG [src.node.docker_mananger] Container started with ID 6b99d2cf18e3. Setting up logs at ./log/docker/node1_2026-02-26_04-44-22__770d5d1f-faba-49aa-bb33-357b40dd2a04__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:44:22.513 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7463
|
|
2026-02-26 04:44:22.513 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-26 04:44:23.080 ERROR [src.node.docker_mananger] Max retries reached for container 737844dd01fc. Exiting log stream.
|
|
2026-02-26 04:44:23.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7463/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:44:23.516 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-26 04:44:23.517 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-26 04:44:23.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7463/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:44:23.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.111.32/tcp/7464/p2p/16Uiu2HAmArDq44fagZMjDGAqL28nYqFhm1EtMiuCfAfEgVcyhBYW","/ip4/172.18.111.32/tcp/7465/ws/p2p/16Uiu2HAmArDq44fagZMjDGAqL28nYqFhm1EtMiuCfAfEgVcyhBYW"],"enrUri":"enr:-L24QNmMr29SBH9QseowYGDcqO47rKrvEnCXImGfrAAS4KfhKKsBr4F4Rf2QJNY4x0AvIX_7B96ppmG3fTMA_84AMDACgmlkgnY0gmlwhKwSbyCKbXVsdGlhZGRyc5YACASsEm8gBh0oAAoErBJvIAYdKd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC5SlBZN0SXvqpxBYp0pMvLO_-4Qaai8tbSRRHEDm-ZquDdGNwgh0og3VkcIIdKoV3YWt1MgU"}'
|
|
2026-02-26 04:44:23.520 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-26 04:44:23.526 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-26 04:44:23.527 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-26_04-44-22__770d5d1f-faba-49aa-bb33-357b40dd2a04__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:44:23.527 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-26 04:44:23.527 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-26 04:44:23.528 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-26 04:44:23.528 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.215.23
|
|
2026-02-26 04:44:23.529 DEBUG [src.node.docker_mananger] Generated ports ['41934', '41935', '41936', '41937', '41938']
|
|
2026-02-26 04:44:23.529 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-02-26 04:44:23.529 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-26 04:44:23.529 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-26 04:44:23.529 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-26 04:44:23.529 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-26 04:44:23.529 DEBUG [src.node.docker_mananger] docker run -i -t -p 41934:41934 -p 41935:41935 -p 41936:41936 -p 41937:41937 -p 41938:41938 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=41936 --rest-port=41934 --tcp-port=41935 --discv5-udp-port=41937 --rest-address=0.0.0.0 --nat=extip:172.18.215.23 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=cf9d83d0ec35dbde22ebf4baccefabbd824a1b4af6e32e3ce584d8d50dbc6f91 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41938 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNmMr29SBH9QseowYGDcqO47rKrvEnCXImGfrAAS4KfhKKsBr4F4Rf2QJNY4x0AvIX_7B96ppmG3fTMA_84AMDACgmlkgnY0gmlwhKwSbyCKbXVsdGlhZGRyc5YACASsEm8gBh0oAAoErBJvIAYdKd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC5SlBZN0SXvqpxBYp0pMvLO_-4Qaai8tbSRRHEDm-ZquDdGNwgh0og3VkcIIdKoV3YWt1MgU
|
|
2026-02-26 04:44:23.726 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.215.23 waku 1c684f48bc02a32e55c023b75ee5f7042b29263b53aa3585ee9f5d44cc6d6b9a
|
|
2026-02-26 04:44:23.761 DEBUG [src.node.docker_mananger] Container started with ID 1c684f48bc02. Setting up logs at ./log/docker/node2_2026-02-26_04-44-22__770d5d1f-faba-49aa-bb33-357b40dd2a04__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:44:23.761 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41934
|
|
2026-02-26 04:44:23.761 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-26 04:44:24.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41934/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:44:24.781 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-26 04:44:24.784 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-26 04:44:24.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41934/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:44:24.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.215.23/tcp/41935/p2p/16Uiu2HAkucJXvKp4voUxnpyksubpB5i8HaouTqLePEkgprRfpjn7","/ip4/172.18.215.23/tcp/41936/ws/p2p/16Uiu2HAkucJXvKp4voUxnpyksubpB5i8HaouTqLePEkgprRfpjn7"],"enrUri":"enr:-L24QEDSSv8oKSFgdD4AzO29sKm6hCSKknbyRaHnnBWeA87BEmclJ15kSvzD9qHi-nxLs5rz2Fj4SiJLj1eVkiT3aoUCgmlkgnY0gmlwhKwS1xeKbXVsdGlhZGRyc5YACASsEtcXBqPPAAoErBLXFwaj0N0DgnJzhQACAQAAiXNlY3AyNTZrMaECArkjxSDnrAZXCetPbrvMO1wa6GTZjLOOTtSV0vnCb5iDdGNwgqPPg3VkcIKj0YV3YWt1MgE"}'
|
|
2026-02-26 04:44:24.793 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-26 04:44:24.794 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41934/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.111.32/tcp/7464/p2p/16Uiu2HAmArDq44fagZMjDGAqL28nYqFhm1EtMiuCfAfEgVcyhBYW"]'
|
|
2026-02-26 04:44:24.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:44:24.798 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7463/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-02-26 04:44:24.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:44:24.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41934/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-02-26 04:44:24.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:44:24.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:44:24.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:44:24.818 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-26 04:44:24.919 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:44:24.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:44:24.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772081064812695597,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:44:24.923 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:44:24.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41934/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:44:24.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772081064812695597,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:44:24.927 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7463/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-26 04:44:24.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:44:24.933 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-26 04:44:25.033 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:44:25.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:44:25.036 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772081064927633515,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:44:25.038 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:44:25.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41934/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:44:25.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772081064927633515,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:44:25.043 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-26 04:44:25.044 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-26 04:44:25.044 DEBUG [src.node.waku_node] Stopping container with id 6b99d2cf18e3
|
|
2026-02-26 04:44:25.650 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-26 04:44:25.653 DEBUG [src.node.waku_node] Stopping container with id 1c684f48bc02
|
|
2026-02-26 04:44:26.268 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-26 04:44:26.271 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-26 04:44:26.279 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-26 04:44:26.287 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|