mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 09:43:24 +00:00
78 lines
14 KiB
Plaintext
78 lines
14 KiB
Plaintext
2026-03-11 04:38:30.147 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-11 04:38:30.148 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/999/999] with id: 2026-03-11_04-38-30__73389737-ef31-4c01-a9c4-1aca5ad12191
|
|
2026-03-11 04:38:30.148 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-11 04:38:30.148 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-11 04:38:30.148 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-11 04:38:30.156 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-11 04:38:30.157 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-11_04-38-30__73389737-ef31-4c01-a9c4-1aca5ad12191__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:38:30.157 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-11 04:38:30.157 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-11 04:38:30.158 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-11 04:38:30.158 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.249.73
|
|
2026-03-11 04:38:30.158 DEBUG [src.node.docker_mananger] Generated ports ['34476', '34477', '34478', '34479', '34480']
|
|
2026-03-11 04:38:30.159 DEBUG [src.node.waku_node] Cluster id was resolved to: 999
|
|
2026-03-11 04:38:30.159 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-11 04:38:30.159 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-11 04:38:30.159 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-11 04:38:30.159 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-11 04:38:30.159 DEBUG [src.node.docker_mananger] docker run -i -t -p 34476:34476 -p 34477:34477 -p 34478:34478 -p 34479:34479 -p 34480:34480 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=34478 --rest-port=34476 --tcp-port=34477 --discv5-udp-port=34479 --rest-address=0.0.0.0 --nat=extip:172.18.249.73 --peer-exchange=true --discv5-discovery=true --cluster-id=999 --nodekey=7b64ee2f2ee87c7f9d677d0d87f9d9935c5e16e2362633a6e4c6ce07eaf859db --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34480 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-11 04:38:30.356 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.249.73 waku 351130af0e4ee2d5ead2e385e893cab36e8222a14d41ab9cd37f4d53a92d1fa1
|
|
2026-03-11 04:38:30.381 ERROR [src.node.docker_mananger] Max retries reached for container b0a5824539cc. Exiting log stream.
|
|
2026-03-11 04:38:30.391 DEBUG [src.node.docker_mananger] Container started with ID 351130af0e4e. Setting up logs at ./log/docker/node1_2026-03-11_04-38-30__73389737-ef31-4c01-a9c4-1aca5ad12191__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:38:30.392 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34476
|
|
2026-03-11 04:38:30.392 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-11 04:38:30.927 ERROR [src.node.docker_mananger] Max retries reached for container 2d82306852e3. Exiting log stream.
|
|
2026-03-11 04:38:31.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34476/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:31.396 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-11 04:38:31.397 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-11 04:38:31.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34476/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:31.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.249.73/tcp/34477/p2p/16Uiu2HAmEsPPU85FuFCSJon3CDgCZE5NynrfCuHBMwirY8KVc2rb","/ip4/172.18.249.73/tcp/34478/ws/p2p/16Uiu2HAmEsPPU85FuFCSJon3CDgCZE5NynrfCuHBMwirY8KVc2rb"],"enrUri":"enr:-L24QGCPLKAt7YYmmHWfpTFQ62lYTb8vNX1n0IoTIXLPZ_jxa2Li8cKZezVnIemDeQ3ym08hPIzD1u3HFd1J8COEWkACgmlkgnY0gmlwhKwS-UmKbXVsdGlhZGRyc5YACASsEvlJBoatAAoErBL5SQaGrt0DgnJzhQPnAQAAiXNlY3AyNTZrMaEDIORkaDjq_NWW0yKzzX7UCHQllkuEzAydy4yi49XV4xiDdGNwgoatg3VkcIKGr4V3YWt1MgU"}'
|
|
2026-03-11 04:38:31.400 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-11 04:38:31.407 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-11 04:38:31.407 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-11_04-38-30__73389737-ef31-4c01-a9c4-1aca5ad12191__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:38:31.407 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-11 04:38:31.407 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-11 04:38:31.409 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-11 04:38:31.409 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.112.168
|
|
2026-03-11 04:38:31.409 DEBUG [src.node.docker_mananger] Generated ports ['34141', '34142', '34143', '34144', '34145']
|
|
2026-03-11 04:38:31.409 DEBUG [src.node.waku_node] Cluster id was resolved to: 999
|
|
2026-03-11 04:38:31.409 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-11 04:38:31.409 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-11 04:38:31.409 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-11 04:38:31.409 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-11 04:38:31.409 DEBUG [src.node.docker_mananger] docker run -i -t -p 34141:34141 -p 34142:34142 -p 34143:34143 -p 34144:34144 -p 34145:34145 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=34143 --rest-port=34141 --tcp-port=34142 --discv5-udp-port=34144 --rest-address=0.0.0.0 --nat=extip:172.18.112.168 --peer-exchange=true --discv5-discovery=true --cluster-id=999 --nodekey=e4b75dbf1ec1aecebbf71c8bcf7f2df924bba1b20cacea1b87d3e6fd6dd4b1ae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34145 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGCPLKAt7YYmmHWfpTFQ62lYTb8vNX1n0IoTIXLPZ_jxa2Li8cKZezVnIemDeQ3ym08hPIzD1u3HFd1J8COEWkACgmlkgnY0gmlwhKwS-UmKbXVsdGlhZGRyc5YACASsEvlJBoatAAoErBL5SQaGrt0DgnJzhQPnAQAAiXNlY3AyNTZrMaEDIORkaDjq_NWW0yKzzX7UCHQllkuEzAydy4yi49XV4xiDdGNwgoatg3VkcIKGr4V3YWt1MgU
|
|
2026-03-11 04:38:31.608 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.112.168 waku 7f0f23a98417b3f7753c796b4c0ccde7565aa618592d4699670f9b270745fefd
|
|
2026-03-11 04:38:31.644 DEBUG [src.node.docker_mananger] Container started with ID 7f0f23a98417. Setting up logs at ./log/docker/node2_2026-03-11_04-38-30__73389737-ef31-4c01-a9c4-1aca5ad12191__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:38:31.645 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34141
|
|
2026-03-11 04:38:31.645 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-11 04:38:32.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34141/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:32.666 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-11 04:38:32.668 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-11 04:38:32.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34141/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:32.676 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.112.168/tcp/34142/p2p/16Uiu2HAmSxvQnMVPwVKa2QL2PQouD9oRh8xRRc2HJYtJfQ4wnfWB","/ip4/172.18.112.168/tcp/34143/ws/p2p/16Uiu2HAmSxvQnMVPwVKa2QL2PQouD9oRh8xRRc2HJYtJfQ4wnfWB"],"enrUri":"enr:-L24QEnhlyJj_I9d0mDlX9IEtKioXavNNMl7Pd_iJTZ8QK2yLEmAvprakwje8C8aJ2rzgkgAxo1CvPkUviacP_UoouACgmlkgnY0gmlwhKwScKiKbXVsdGlhZGRyc5YACASsEnCoBoVeAAoErBJwqAaFX90DgnJzhQPnAQAAiXNlY3AyNTZrMaED1Jud51qpQJbBdPgs28IZr71FcbjhvVy-Xa2gF5fXtvyDdGNwgoVeg3VkcIKFYIV3YWt1MgE"}'
|
|
2026-03-11 04:38:32.676 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-11 04:38:32.677 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34141/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.249.73/tcp/34477/p2p/16Uiu2HAmEsPPU85FuFCSJon3CDgCZE5NynrfCuHBMwirY8KVc2rb"]'
|
|
2026-03-11 04:38:32.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:38:32.681 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34476/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/999/999"]'
|
|
2026-03-11 04:38:32.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:38:32.685 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34141/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/999/999"]'
|
|
2026-03-11 04:38:32.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:38:32.692 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34476/relay/v1/messages/%2Fwaku%2F2%2Frs%2F999%2F999" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-11 04:38:32.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:38:32.698 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-11 04:38:32.799 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-11 04:38:32.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34476/relay/v1/messages/%2Fwaku%2F2%2Frs%2F999%2F999" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:32.802 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773203912692227708,"ephemeral":false,"proof":""}]'
|
|
2026-03-11 04:38:32.804 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-11 04:38:32.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34141/relay/v1/messages/%2Fwaku%2F2%2Frs%2F999%2F999" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:38:32.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773203912692227708,"ephemeral":false,"proof":""}]'
|
|
2026-03-11 04:38:32.809 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-11 04:38:32.810 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-11 04:38:32.810 DEBUG [src.node.waku_node] Stopping container with id 351130af0e4e
|
|
2026-03-11 04:38:33.386 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-11 04:38:33.387 DEBUG [src.node.waku_node] Stopping container with id 7f0f23a98417
|
|
2026-03-11 04:38:34.003 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-11 04:38:34.007 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-11 04:38:34.012 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-11 04:38:34.018 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|