mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-06 16:03:05 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2025-12-08 12:11:30.998 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-08 12:11:30.999 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/2/1] with id: 2025-12-08_12-11-30__52cdf5f1-f7e1-4ac8-ac8b-c277da760ad3
|
|
2025-12-08 12:11:30.999 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-08 12:11:30.999 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-08 12:11:31.000 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-08 12:11:31.008 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 12:11:31.009 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-08_12-11-30__52cdf5f1-f7e1-4ac8-ac8b-c277da760ad3__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:11:31.009 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 12:11:31.009 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 12:11:31.011 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 12:11:31.011 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.220.51
|
|
2025-12-08 12:11:31.011 DEBUG [src.node.docker_mananger] Generated ports ['1131', '1132', '1133', '1134', '1135']
|
|
2025-12-08 12:11:31.011 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-08 12:11:31.011 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-08 12:11:31.011 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 12:11:31.012 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 12:11:31.012 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 12:11:31.012 DEBUG [src.node.docker_mananger] docker run -i -t -p 1131:1131 -p 1132:1132 -p 1133:1133 -p 1134:1134 -p 1135:1135 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=1133 --rest-port=1131 --tcp-port=1132 --discv5-udp-port=1134 --rest-address=0.0.0.0 --nat=extip:172.18.220.51 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d5c21eafd7d9ce09c0c4e8bc05a6b55efd1442be103495cc3cdaae7f4f44ac5b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1135 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-08 12:11:31.197 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.220.51 waku af31f6dc58c4a8ac23e8e121524d2f409705725c190092336b4e513d3248fade
|
|
2025-12-08 12:11:31.226 DEBUG [src.node.docker_mananger] Container started with ID af31f6dc58c4. Setting up logs at ./log/docker/node1_2025-12-08_12-11-30__52cdf5f1-f7e1-4ac8-ac8b-c277da760ad3__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:11:31.228 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1131
|
|
2025-12-08 12:11:31.228 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 12:11:31.245 ERROR [src.node.docker_mananger] Max retries reached for container 0d7b1d895481. Exiting log stream.
|
|
2025-12-08 12:11:31.796 ERROR [src.node.docker_mananger] Max retries reached for container 28cc0a7dcfdd. Exiting log stream.
|
|
2025-12-08 12:11:32.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1131/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:11:32.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
|
2025-12-08 12:11:32.232 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 12:11:32.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1131/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:11:32.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.220.51/tcp/1132/p2p/16Uiu2HAmD6ho9BcpGP4RYxcukH1wDvEHZmpSkx2731rV9UY6t8S7","/ip4/172.18.220.51/tcp/1133/ws/p2p/16Uiu2HAmD6ho9BcpGP4RYxcukH1wDvEHZmpSkx2731rV9UY6t8S7"],"enrUri":"enr:-L24QBmiz7Pst-RtrYm4N7nnsobbbLAgavMTUTHEOw1-JvZqZ6nWBCkywulcpumQsRsU57Y3DwnLBZGSHXxAN-FfwAwCgmlkgnY0gmlwhKwS3DOKbXVsdGlhZGRyc5YACASsEtwzBgRsAAoErBLcMwYEbd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDBpZiEAes0GpOxtuzmD1cxgeK7xOyrbgbJhACIAVr-hSDdGNwggRsg3VkcIIEboV3YWt1MgU"}'
|
|
2025-12-08 12:11:32.235 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 12:11:32.242 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 12:11:32.242 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-08_12-11-30__52cdf5f1-f7e1-4ac8-ac8b-c277da760ad3__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:11:32.242 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 12:11:32.242 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 12:11:32.244 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 12:11:32.244 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.50.160
|
|
2025-12-08 12:11:32.244 DEBUG [src.node.docker_mananger] Generated ports ['5301', '5302', '5303', '5304', '5305']
|
|
2025-12-08 12:11:32.244 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-08 12:11:32.244 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-08 12:11:32.245 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 12:11:32.245 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 12:11:32.245 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 12:11:32.245 DEBUG [src.node.docker_mananger] docker run -i -t -p 5301:5301 -p 5302:5302 -p 5303:5303 -p 5304:5304 -p 5305:5305 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=5303 --rest-port=5301 --tcp-port=5302 --discv5-udp-port=5304 --rest-address=0.0.0.0 --nat=extip:172.18.50.160 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b4ffa9f81b81be5daaa7a5ae281b3edd309f5dbdcc1ceb3d1bbab341b3b9ce8c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5305 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBmiz7Pst-RtrYm4N7nnsobbbLAgavMTUTHEOw1-JvZqZ6nWBCkywulcpumQsRsU57Y3DwnLBZGSHXxAN-FfwAwCgmlkgnY0gmlwhKwS3DOKbXVsdGlhZGRyc5YACASsEtwzBgRsAAoErBLcMwYEbd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDBpZiEAes0GpOxtuzmD1cxgeK7xOyrbgbJhACIAVr-hSDdGNwggRsg3VkcIIEboV3YWt1MgU
|
|
2025-12-08 12:11:32.430 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.50.160 waku 2aa68b839f28dedaca03ebdf2abd7eb548bdd660d146ade89ff3b028ebd5e96d
|
|
2025-12-08 12:11:32.464 DEBUG [src.node.docker_mananger] Container started with ID 2aa68b839f28. Setting up logs at ./log/docker/node2_2025-12-08_12-11-30__52cdf5f1-f7e1-4ac8-ac8b-c277da760ad3__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:11:32.464 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5301
|
|
2025-12-08 12:11:32.465 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 12:11:33.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5301/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:11:33.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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":"READY"}]}'
|
|
2025-12-08 12:11:33.482 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 12:11:33.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5301/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:11:33.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.50.160/tcp/5302/p2p/16Uiu2HAmSrsN91hUm4haJ6Ag4wGc2nbpg45oDRrAEhyKJg4dzVcJ","/ip4/172.18.50.160/tcp/5303/ws/p2p/16Uiu2HAmSrsN91hUm4haJ6Ag4wGc2nbpg45oDRrAEhyKJg4dzVcJ"],"enrUri":"enr:-L24QFrteqKItood31_pYGOCbfy8xR1gab2iH4JWsEXfVy5ASugVlkwLgO0lAEjnD8KC0UwoyzQPte4nSJBM1RQbLLACgmlkgnY0gmlwhKwSMqCKbXVsdGlhZGRyc5YACASsEjKgBhS2AAoErBIyoAYUt90DgnJzhQACAQAAiXNlY3AyNTZrMaED0w6wNMat7KjuYjG2dPyXhiVLUK5PqE_0LOOD3NXOIjeDdGNwghS2g3VkcIIUuIV3YWt1MgE"}'
|
|
2025-12-08 12:11:33.488 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 12:11:33.488 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5301/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.220.51/tcp/1132/p2p/16Uiu2HAmD6ho9BcpGP4RYxcukH1wDvEHZmpSkx2731rV9UY6t8S7"]'
|
|
2025-12-08 12:11:33.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:11:33.492 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1131/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2025-12-08 12:11:33.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:11:33.497 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5301/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2025-12-08 12:11:33.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:11:33.502 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1131/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)'}'
|
|
2025-12-08 12:11:33.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:11:33.509 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-08 12:11:33.609 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 12:11:33.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1131/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:11:33.612 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765195893502841812,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 12:11:33.614 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 12:11:33.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5301/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:11:33.617 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765195893502841812,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 12:11:33.620 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-08 12:11:33.621 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-08 12:11:33.621 DEBUG [src.node.waku_node] Stopping container with id af31f6dc58c4
|
|
2025-12-08 12:11:34.197 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 12:11:34.198 DEBUG [src.node.waku_node] Stopping container with id 2aa68b839f28
|
|
2025-12-08 12:11:34.773 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 12:11:34.774 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-08 12:11:34.780 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 12:11:34.786 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|