mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
79 lines
14 KiB
Plaintext
79 lines
14 KiB
Plaintext
2026-02-25 20:05:54.901 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 20:05:54.901 DEBUG [tests.conftest] Running test: test_relay_different_latency_between_two_nodes[7000] with id: 2026-02-25_20-05-54__d8c16bc9-4a2e-4cbb-a0f2-b3ca801a8ef8
|
|
2026-02-25 20:05:54.902 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 20:05:54.903 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-25 20:05:54.911 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 20:05:54.911 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_20-05-54__d8c16bc9-4a2e-4cbb-a0f2-b3ca801a8ef8__wakuorg_nwaku:latest.log
|
|
2026-02-25 20:05:54.919 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 20:05:54.920 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_20-05-54__d8c16bc9-4a2e-4cbb-a0f2-b3ca801a8ef8__wakuorg_nwaku:latest.log
|
|
2026-02-25 20:05:54.923 INFO [tests.e2e.test_network_conditions] Starting node1 and node2 with relay enabled
|
|
2026-02-25 20:05:54.924 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 20:05:54.924 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 20:05:54.927 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 20:05:54.927 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.98.65
|
|
2026-02-25 20:05:54.928 DEBUG [src.node.docker_mananger] Generated ports ['53366', '53367', '53368', '53369', '53370']
|
|
2026-02-25 20:05:54.928 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 20:05:54.929 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 20:05:54.929 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 20:05:54.929 DEBUG [src.node.docker_mananger] docker run -i -t -p 53366:53366 -p 53367:53367 -p 53368:53368 -p 53369:53369 -p 53370:53370 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=53368 --rest-port=53366 --tcp-port=53367 --discv5-udp-port=53369 --rest-address=0.0.0.0 --nat=extip:172.18.98.65 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6cab90775f4dd85729c07bda57d529dcfaefbfe5b5d7b758fe3a11c8a6f1bcaf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53370 --metrics-logging=true --relay=true
|
|
2026-02-25 20:05:55.097 ERROR [src.node.docker_mananger] Max retries reached for container 9b30645ad5f1. Exiting log stream.
|
|
2026-02-25 20:05:55.130 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.98.65 waku 5b386c3744d166e472d468501a752b9ea4f71a11ff20d1e21c26c57dec0c0188
|
|
2026-02-25 20:05:55.165 DEBUG [src.node.docker_mananger] Container started with ID 5b386c3744d1. Setting up logs at ./log/docker/node1_2026-02-25_20-05-54__d8c16bc9-4a2e-4cbb-a0f2-b3ca801a8ef8__wakuorg_nwaku:latest.log
|
|
2026-02-25 20:05:55.166 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53366
|
|
2026-02-25 20:05:55.167 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 20:05:55.794 ERROR [src.node.docker_mananger] Max retries reached for container 4d1356c030fa. Exiting log stream.
|
|
2026-02-25 20:05:56.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53366/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 20:05:56.170 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-25 20:05:56.170 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 20:05:56.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53366/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 20:05:56.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.98.65/tcp/53367/p2p/16Uiu2HAm1VFZi5Y1gLovrGfFuGrqceX4jHbGbv68oiArUuhZVwRx","/ip4/172.18.98.65/tcp/53368/ws/p2p/16Uiu2HAm1VFZi5Y1gLovrGfFuGrqceX4jHbGbv68oiArUuhZVwRx"],"enrUri":"enr:-L24QK3eocGhZeFak98ivbTZR82EMjUVPCPWQqCo0iuieS3AXU-e3Mi3DzpIcoh444sxrj_rMS2yV7DvLKeKw711YWACgmlkgnY0gmlwhKwSYkGKbXVsdGlhZGRyc5YACASsEmJBBtB3AAoErBJiQQbQeN0DgnJzhQADAQAAiXNlY3AyNTZrMaECWhDWoFbjBPC-jb8v_3SZ4Uy5gPjlk94IbOGc4LNuSh-DdGNwgtB3g3VkcILQeYV3YWt1MgE"}'
|
|
2026-02-25 20:05:56.173 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 20:05:56.173 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 20:05:56.173 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 20:05:56.175 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 20:05:56.175 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.169.217
|
|
2026-02-25 20:05:56.175 DEBUG [src.node.docker_mananger] Generated ports ['64028', '64029', '64030', '64031', '64032']
|
|
2026-02-25 20:05:56.175 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 20:05:56.175 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 20:05:56.175 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 20:05:56.176 DEBUG [src.node.docker_mananger] docker run -i -t -p 64028:64028 -p 64029:64029 -p 64030:64030 -p 64031:64031 -p 64032:64032 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=64030 --rest-port=64028 --tcp-port=64029 --discv5-udp-port=64031 --rest-address=0.0.0.0 --nat=extip:172.18.169.217 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e4df24cbff716e34fbfb1ad078dc2be01e4910d9f6a0a06b3c00a1d43fa4a4c8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64032 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QK3eocGhZeFak98ivbTZR82EMjUVPCPWQqCo0iuieS3AXU-e3Mi3DzpIcoh444sxrj_rMS2yV7DvLKeKw711YWACgmlkgnY0gmlwhKwSYkGKbXVsdGlhZGRyc5YACASsEmJBBtB3AAoErBJiQQbQeN0DgnJzhQADAQAAiXNlY3AyNTZrMaECWhDWoFbjBPC-jb8v_3SZ4Uy5gPjlk94IbOGc4LNuSh-DdGNwgtB3g3VkcILQeYV3YWt1MgE
|
|
2026-02-25 20:05:56.357 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.169.217 waku 76637384f92a49c35a4063925563d27f48264592f19c50ef31833d93b575b215
|
|
2026-02-25 20:05:56.392 DEBUG [src.node.docker_mananger] Container started with ID 76637384f92a. Setting up logs at ./log/docker/node2_2026-02-25_20-05-54__d8c16bc9-4a2e-4cbb-a0f2-b3ca801a8ef8__wakuorg_nwaku:latest.log
|
|
2026-02-25 20:05:56.392 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64028
|
|
2026-02-25 20:05:56.392 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 20:05:57.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64028/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 20:05:57.412 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-25 20:05:57.415 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 20:05:57.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64028/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 20:05:57.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.169.217/tcp/64029/p2p/16Uiu2HAm9EtmKL8FfFigtwdh3HMCsJC7p21RPVymAQmERzvxD1V3","/ip4/172.18.169.217/tcp/64030/ws/p2p/16Uiu2HAm9EtmKL8FfFigtwdh3HMCsJC7p21RPVymAQmERzvxD1V3"],"enrUri":"enr:-L24QPDPMWBzUuP-l8RWP0ywuLDdeGnSApZ94PwyvRw9PjnhYqs5xJodKAnhvc3tnvuvEqHwtz2K9f7d69c2T5spZMECgmlkgnY0gmlwhKwSqdmKbXVsdGlhZGRyc5YACASsEqnZBvodAAoErBKp2Qb6Ht0DgnJzhQADAQAAiXNlY3AyNTZrMaECzUCvGZ4_bHzmW3DwSBC6c5vdqyO34qPK8d63hbikkgqDdGNwgvodg3VkcIL6H4V3YWt1MgE"}'
|
|
2026-02-25 20:05:57.425 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 20:05:57.425 INFO [tests.e2e.test_network_conditions] Subscribing both nodes to relay topic
|
|
2026-02-25 20:05:57.426 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53366/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-25 20:05:57.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 20:05:57.430 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64028/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-25 20:05:57.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 20:05:57.435 INFO [tests.e2e.test_network_conditions] Waiting for autoconnection
|
|
2026-02-25 20:05:57.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53366/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 20:05:57.441 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.169.217/tcp/36244/p2p/16Uiu2HAm9EtmKL8FfFigtwdh3HMCsJC7p21RPVymAQmERzvxD1V3","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":"nwaku-v0.36.0-156-gc7e0cc","origin":"UnknownOrigin"}]'
|
|
2026-02-25 20:05:57.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64028/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 20:05:57.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.98.65/tcp/53367/p2p/16Uiu2HAm1VFZi5Y1gLovrGfFuGrqceX4jHbGbv68oiArUuhZVwRx","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":"nwaku-v0.36.0-156-gc7e0cc","origin":"Discv5"}]'
|
|
2026-02-25 20:05:57.444 DEBUG [src.libs.common] Sleeping for 10 seconds
|
|
2026-02-25 20:06:07.444 INFO [tests.e2e.test_network_conditions] Applying 7000ms latency to node2
|
|
2026-02-25 20:06:07.446 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '6840', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-02-25 20:06:07.523 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '6840', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-02-25 20:06:07.533 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '6840', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '7000ms']
|
|
2026-02-25 20:06:07.547 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53366/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-02-25 20:06:07.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 20:06:07.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64028/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 20:06:21.556 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":1772049967547200468,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 20:06:21.558 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '6840', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-02-25 20:06:21.569 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 20:06:21.570 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 20:06:21.570 DEBUG [src.node.waku_node] Stopping container with id 5b386c3744d1
|
|
2026-02-25 20:06:22.143 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 20:06:22.143 DEBUG [src.node.waku_node] Stopping container with id 76637384f92a
|
|
2026-02-25 20:06:22.679 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 20:06:22.680 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 20:06:22.695 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 20:06:22.707 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|