mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2026-03-20 04:36:32.395 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-20 04:36:32.396 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/5/1] with id: 2026-03-20_04-36-32__e498c3a5-2bb0-42e1-8f9f-7749a8ebac03
|
|
2026-03-20 04:36:32.396 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-20 04:36:32.396 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-20 04:36:32.396 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-20 04:36:32.404 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-20 04:36:32.404 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-20_04-36-32__e498c3a5-2bb0-42e1-8f9f-7749a8ebac03__wakuorg_nwaku:latest.log
|
|
2026-03-20 04:36:32.405 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-20 04:36:32.405 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-20 04:36:32.406 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-20 04:36:32.406 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.65.50
|
|
2026-03-20 04:36:32.406 DEBUG [src.node.docker_mananger] Generated ports ['18667', '18668', '18669', '18670', '18671']
|
|
2026-03-20 04:36:32.407 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
|
2026-03-20 04:36:32.407 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-20 04:36:32.407 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-20 04:36:32.407 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-20 04:36:32.407 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-20 04:36:32.407 DEBUG [src.node.docker_mananger] docker run -i -t -p 18667:18667 -p 18668:18668 -p 18669:18669 -p 18670:18670 -p 18671:18671 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=18669 --rest-port=18667 --tcp-port=18668 --discv5-udp-port=18670 --rest-address=0.0.0.0 --nat=extip:172.18.65.50 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=6ed4942d9dd4be1be3d484f799ffdf64b0b5aa7501bea6caacc9edaff6f62edf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18671 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-20 04:36:32.594 ERROR [src.node.docker_mananger] Max retries reached for container dc7aa6abec2d. Exiting log stream.
|
|
2026-03-20 04:36:32.607 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.65.50 waku cc9216d758b5d639aa417ae8fcb86b4d35fed22b8c10a4ac98f07815aa0d85a0
|
|
2026-03-20 04:36:32.640 DEBUG [src.node.docker_mananger] Container started with ID cc9216d758b5. Setting up logs at ./log/docker/node1_2026-03-20_04-36-32__e498c3a5-2bb0-42e1-8f9f-7749a8ebac03__wakuorg_nwaku:latest.log
|
|
2026-03-20 04:36:32.641 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18667
|
|
2026-03-20 04:36:32.642 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-20 04:36:33.166 ERROR [src.node.docker_mananger] Max retries reached for container 2a6ff7ab77a4. Exiting log stream.
|
|
2026-03-20 04:36:33.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18667/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-20 04:36:33.647 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-20 04:36:33.647 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-20 04:36:33.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18667/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-20 04:36:33.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.65.50/tcp/18668/p2p/16Uiu2HAmBrYMpht9NCeiGoah3cLLk8d1P3g5RoJ39DnfYWLqdY1b","/ip4/172.18.65.50/tcp/18669/ws/p2p/16Uiu2HAmBrYMpht9NCeiGoah3cLLk8d1P3g5RoJ39DnfYWLqdY1b"],"enrUri":"enr:-L24QJtgwwTfq8EilUUykZVptfzr0yDtCgcNx-mKgRHUuo2gDrgD5YTEdYfiJ2InQa3RQF8ZwFuWNohpdH4GejEpT8MCgmlkgnY0gmlwhKwSQTKKbXVsdGlhZGRyc5YACASsEkEyBkjsAAoErBJBMgZI7d0DgnJzhQAFAQAAiXNlY3AyNTZrMaEC9BnlF2OXYuQ18mnmEZwaF_J4H2YXIVGd2aTRzLW6tb6DdGNwgkjsg3VkcIJI7oV3YWt1MgU"}'
|
|
2026-03-20 04:36:33.650 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-20 04:36:33.657 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-20 04:36:33.657 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-20_04-36-32__e498c3a5-2bb0-42e1-8f9f-7749a8ebac03__wakuorg_nwaku:latest.log
|
|
2026-03-20 04:36:33.658 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-20 04:36:33.658 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-20 04:36:33.659 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-20 04:36:33.659 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.146.185
|
|
2026-03-20 04:36:33.659 DEBUG [src.node.docker_mananger] Generated ports ['49428', '49429', '49430', '49431', '49432']
|
|
2026-03-20 04:36:33.660 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
|
2026-03-20 04:36:33.660 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-20 04:36:33.660 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-20 04:36:33.660 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-20 04:36:33.660 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-20 04:36:33.660 DEBUG [src.node.docker_mananger] docker run -i -t -p 49428:49428 -p 49429:49429 -p 49430:49430 -p 49431:49431 -p 49432:49432 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=49430 --rest-port=49428 --tcp-port=49429 --discv5-udp-port=49431 --rest-address=0.0.0.0 --nat=extip:172.18.146.185 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=c88e3ade331887e23695feaccbedc6cd7533005fe94422718bb1ff6deb25e98d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49432 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJtgwwTfq8EilUUykZVptfzr0yDtCgcNx-mKgRHUuo2gDrgD5YTEdYfiJ2InQa3RQF8ZwFuWNohpdH4GejEpT8MCgmlkgnY0gmlwhKwSQTKKbXVsdGlhZGRyc5YACASsEkEyBkjsAAoErBJBMgZI7d0DgnJzhQAFAQAAiXNlY3AyNTZrMaEC9BnlF2OXYuQ18mnmEZwaF_J4H2YXIVGd2aTRzLW6tb6DdGNwgkjsg3VkcIJI7oV3YWt1MgU
|
|
2026-03-20 04:36:33.864 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.146.185 waku b01d218e8b86cdccbcb36efb34338d6c9dab0118bf5885e57526fd4fd94aad82
|
|
2026-03-20 04:36:33.900 DEBUG [src.node.docker_mananger] Container started with ID b01d218e8b86. Setting up logs at ./log/docker/node2_2026-03-20_04-36-32__e498c3a5-2bb0-42e1-8f9f-7749a8ebac03__wakuorg_nwaku:latest.log
|
|
2026-03-20 04:36:33.901 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49428
|
|
2026-03-20 04:36:33.901 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-20 04:36:34.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49428/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-20 04:36:34.924 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-20 04:36:34.925 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-20 04:36:34.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49428/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-20 04:36:34.930 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.146.185/tcp/49429/p2p/16Uiu2HAmBPVLxijWxZqBEZctdNabQMbZTsFWHgJbhcmxWzBnETyj","/ip4/172.18.146.185/tcp/49430/ws/p2p/16Uiu2HAmBPVLxijWxZqBEZctdNabQMbZTsFWHgJbhcmxWzBnETyj"],"enrUri":"enr:-L24QEdBr1IYsA_6Yoe0Nj_nbOyxeLWqJA58ZuQQQo9fmVHfRl8Ay8IWH6O5Tr_hCU5RF6uQwXbkyhtdto9BjIW0TpoCgmlkgnY0gmlwhKwSkrmKbXVsdGlhZGRyc5YACASsEpK5BsEVAAoErBKSuQbBFt0DgnJzhQAFAQAAiXNlY3AyNTZrMaEC7SvN24xfGINLeWKNmwYugBuLkIAG-vonQjdS7ZKMKlqDdGNwgsEVg3VkcILBF4V3YWt1MgE"}'
|
|
2026-03-20 04:36:34.930 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-20 04:36:34.932 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49428/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.65.50/tcp/18668/p2p/16Uiu2HAmBrYMpht9NCeiGoah3cLLk8d1P3g5RoJ39DnfYWLqdY1b"]'
|
|
2026-03-20 04:36:34.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-20 04:36:34.936 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18667/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/1"]'
|
|
2026-03-20 04:36:34.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-20 04:36:34.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49428/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/1"]'
|
|
2026-03-20 04:36:34.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-20 04:36:34.946 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18667/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-20 04:36:34.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-20 04:36:34.952 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-20 04:36:35.053 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-20 04:36:35.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18667/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-20 04:36:35.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773981394946687852,"ephemeral":false,"proof":""}]'
|
|
2026-03-20 04:36:35.057 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-20 04:36:35.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49428/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-20 04:36:35.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773981394946687852,"ephemeral":false,"proof":""}]'
|
|
2026-03-20 04:36:35.063 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-20 04:36:35.064 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-20 04:36:35.064 DEBUG [src.node.waku_node] Stopping container with id cc9216d758b5
|
|
2026-03-20 04:36:35.658 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-20 04:36:35.661 DEBUG [src.node.waku_node] Stopping container with id b01d218e8b86
|
|
2026-03-20 04:36:36.256 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-20 04:36:36.257 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-20 04:36:36.269 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-20 04:36:36.274 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|