mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
80 lines
14 KiB
Plaintext
80 lines
14 KiB
Plaintext
2026-03-15 04:46:42.917 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-15 04:46:42.917 DEBUG [tests.conftest] Running test: test_relay_with_latency_between_two_nodes with id: 2026-03-15_04-46-42__f7bb54c7-3749-40fc-b14b-efc4c8a1d64a
|
|
2026-03-15 04:46:42.918 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-15 04:46:42.918 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-15 04:46:42.924 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-15 04:46:42.924 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-15_04-46-42__f7bb54c7-3749-40fc-b14b-efc4c8a1d64a__wakuorg_nwaku:latest.log
|
|
2026-03-15 04:46:42.930 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-15 04:46:42.930 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-15_04-46-42__f7bb54c7-3749-40fc-b14b-efc4c8a1d64a__wakuorg_nwaku:latest.log
|
|
2026-03-15 04:46:42.931 INFO [tests.e2e.test_network_conditions] Starting node1 and node2 with relay enabled
|
|
2026-03-15 04:46:42.931 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-15 04:46:42.931 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-15 04:46:42.933 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-15 04:46:42.933 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.104.104
|
|
2026-03-15 04:46:42.933 DEBUG [src.node.docker_mananger] Generated ports ['40126', '40127', '40128', '40129', '40130']
|
|
2026-03-15 04:46:42.933 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-15 04:46:42.933 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-15 04:46:42.933 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-15 04:46:42.934 DEBUG [src.node.docker_mananger] docker run -i -t -p 40126:40126 -p 40127:40127 -p 40128:40128 -p 40129:40129 -p 40130:40130 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=40128 --rest-port=40126 --tcp-port=40127 --discv5-udp-port=40129 --rest-address=0.0.0.0 --nat=extip:172.18.104.104 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cfbfcd7fa3f409ba0a6c4bf4eac4c8a7ce33be9a5d7a2abb5b9c25e83a6caefb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40130 --metrics-logging=true --relay=true
|
|
2026-03-15 04:46:43.114 ERROR [src.node.docker_mananger] Max retries reached for container 269c5552519b. Exiting log stream.
|
|
2026-03-15 04:46:43.130 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.104.104 waku 11d14ebcf04103ab6512b8d4273b508f77fa76e07054d6cacc9c3c92e9f4753f
|
|
2026-03-15 04:46:43.164 DEBUG [src.node.docker_mananger] Container started with ID 11d14ebcf041. Setting up logs at ./log/docker/node1_2026-03-15_04-46-42__f7bb54c7-3749-40fc-b14b-efc4c8a1d64a__wakuorg_nwaku:latest.log
|
|
2026-03-15 04:46:43.164 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40126
|
|
2026-03-15 04:46:43.166 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-15 04:46:43.725 ERROR [src.node.docker_mananger] Max retries reached for container 3e145252f18a. Exiting log stream.
|
|
2026-03-15 04:46:44.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40126/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:46:44.169 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-15 04:46:44.169 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-15 04:46:44.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40126/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:46:44.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.104.104/tcp/40127/p2p/16Uiu2HAmD1sKbU4E1TiqW5xsWYoS1Vqts7iCjUXSQKGeM7Z68fVY","/ip4/172.18.104.104/tcp/40128/ws/p2p/16Uiu2HAmD1sKbU4E1TiqW5xsWYoS1Vqts7iCjUXSQKGeM7Z68fVY"],"enrUri":"enr:-L24QAzDsVH1GDXGdCUa2qUKuhIfsGK2-8yEQNKhIrqnzZd4TcgUUZio00GDaxJSE2StuvSQomMn1yt2xJqeLdJLwTkCgmlkgnY0gmlwhKwSaGiKbXVsdGlhZGRyc5YACASsEmhoBpy_AAoErBJoaAacwN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDBVk_wB2xueEdh2od2iODAy7OQRmzb7lgMHdbIMPNuLeDdGNwgpy_g3VkcIKcwYV3YWt1MgE"}'
|
|
2026-03-15 04:46:44.172 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-15 04:46:44.172 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-15 04:46:44.172 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-15 04:46:44.173 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-15 04:46:44.174 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.45.158
|
|
2026-03-15 04:46:44.174 DEBUG [src.node.docker_mananger] Generated ports ['24800', '24801', '24802', '24803', '24804']
|
|
2026-03-15 04:46:44.174 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-15 04:46:44.174 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-15 04:46:44.174 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-15 04:46:44.174 DEBUG [src.node.docker_mananger] docker run -i -t -p 24800:24800 -p 24801:24801 -p 24802:24802 -p 24803:24803 -p 24804:24804 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=24802 --rest-port=24800 --tcp-port=24801 --discv5-udp-port=24803 --rest-address=0.0.0.0 --nat=extip:172.18.45.158 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=70bc76aa50e4edf5de49fc2f956c55cac226bcada44afe70d0b00b7cbc1cb9fa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24804 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAzDsVH1GDXGdCUa2qUKuhIfsGK2-8yEQNKhIrqnzZd4TcgUUZio00GDaxJSE2StuvSQomMn1yt2xJqeLdJLwTkCgmlkgnY0gmlwhKwSaGiKbXVsdGlhZGRyc5YACASsEmhoBpy_AAoErBJoaAacwN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDBVk_wB2xueEdh2od2iODAy7OQRmzb7lgMHdbIMPNuLeDdGNwgpy_g3VkcIKcwYV3YWt1MgE
|
|
2026-03-15 04:46:44.375 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.45.158 waku c66615a35ddf93386fe8c46aae77a3282a65b2e98a582286bf041a2648dbe480
|
|
2026-03-15 04:46:44.408 DEBUG [src.node.docker_mananger] Container started with ID c66615a35ddf. Setting up logs at ./log/docker/node2_2026-03-15_04-46-42__f7bb54c7-3749-40fc-b14b-efc4c8a1d64a__wakuorg_nwaku:latest.log
|
|
2026-03-15 04:46:44.409 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24800
|
|
2026-03-15 04:46:44.409 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-15 04:46:45.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24800/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:46:45.426 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-15 04:46:45.431 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-15 04:46:45.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24800/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:46:45.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.45.158/tcp/24801/p2p/16Uiu2HAm6TZNz8Fvu29jSRiy8kqBHFv5J4PuYFT9a5hKa5Wy9gbB","/ip4/172.18.45.158/tcp/24802/ws/p2p/16Uiu2HAm6TZNz8Fvu29jSRiy8kqBHFv5J4PuYFT9a5hKa5Wy9gbB"],"enrUri":"enr:-L24QI1Wa5Du0nQbIfHHXji30cerrtRvEOtDhwZh49I9C88zBVP2qts5MEkStq4ULCKw4nDZF0sdDo2ZpImnE7KH_mQCgmlkgnY0gmlwhKwSLZ6KbXVsdGlhZGRyc5YACASsEi2eBmDhAAoErBItngZg4t0DgnJzhQADAQAAiXNlY3AyNTZrMaECo-xBSH9dT1baik74nuotwbzKP1sM-YMsjbVjcqNINZqDdGNwgmDhg3VkcIJg44V3YWt1MgE"}'
|
|
2026-03-15 04:46:45.436 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-15 04:46:45.436 INFO [tests.e2e.test_network_conditions] Subscribing both nodes to relay topic
|
|
2026-03-15 04:46:45.437 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40126/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-15 04:46:45.442 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-15 04:46:45.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24800/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-15 04:46:45.447 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-15 04:46:45.447 INFO [tests.e2e.test_network_conditions] Waiting for autoconnection
|
|
2026-03-15 04:46:45.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40126/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:46:45.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.45.158/tcp/45104/p2p/16Uiu2HAm6TZNz8Fvu29jSRiy8kqBHFv5J4PuYFT9a5hKa5Wy9gbB","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.37.1-81-g96f1c4","origin":"UnknownOrigin"}]'
|
|
2026-03-15 04:46:45.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24800/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:46:45.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.104.104/tcp/40127/p2p/16Uiu2HAmD1sKbU4E1TiqW5xsWYoS1Vqts7iCjUXSQKGeM7Z68fVY","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.37.1-81-g96f1c4","origin":"Discv5"}]'
|
|
2026-03-15 04:46:45.455 DEBUG [src.libs.common] Sleeping for 10 seconds
|
|
2026-03-15 04:46:55.456 DEBUG [tests.e2e.test_network_conditions] Applying 5000ms latency to node2
|
|
2026-03-15 04:46:55.458 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '6166', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-03-15 04:46:55.585 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '6166', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '5000ms']
|
|
2026-03-15 04:46:55.598 DEBUG [tests.e2e.test_network_conditions] Publishing message from node1
|
|
2026-03-15 04:46:55.599 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40126/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-15 04:46:55.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-15 04:46:55.604 DEBUG [tests.e2e.test_network_conditions] Fetching relay messages on node2
|
|
2026-03-15 04:46:55.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24800/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:47:05.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1773550015598868969,"ephemeral":false,"proof":""}]'
|
|
2026-03-15 04:47:05.610 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '6166', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-03-15 04:47:05.621 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-15 04:47:05.622 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-15 04:47:05.622 DEBUG [src.node.waku_node] Stopping container with id 11d14ebcf041
|
|
2026-03-15 04:47:06.210 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-15 04:47:06.210 DEBUG [src.node.waku_node] Stopping container with id c66615a35ddf
|
|
2026-03-15 04:47:06.756 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-15 04:47:06.758 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-15 04:47:06.770 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-15 04:47:06.781 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|