mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 08:33:08 +00:00
79 lines
14 KiB
Plaintext
79 lines
14 KiB
Plaintext
2026-02-02 04:39:25.513 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-02 04:39:25.514 DEBUG [tests.conftest] Running test: test_relay_different_latency_between_two_nodes[200] with id: 2026-02-02_04-39-25__7a2537d0-3c17-4692-a8db-4d69761134ca
|
|
2026-02-02 04:39:25.514 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-02 04:39:25.514 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-02 04:39:25.520 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-02 04:39:25.520 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-02_04-39-25__7a2537d0-3c17-4692-a8db-4d69761134ca__wakuorg_nwaku:latest.log
|
|
2026-02-02 04:39:25.525 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-02 04:39:25.525 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-02_04-39-25__7a2537d0-3c17-4692-a8db-4d69761134ca__wakuorg_nwaku:latest.log
|
|
2026-02-02 04:39:25.526 INFO [tests.e2e.test_network_conditions] Starting node1 and node2 with relay enabled
|
|
2026-02-02 04:39:25.526 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-02 04:39:25.527 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-02 04:39:25.528 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-02 04:39:25.528 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.183.152
|
|
2026-02-02 04:39:25.528 DEBUG [src.node.docker_mananger] Generated ports ['17931', '17932', '17933', '17934', '17935']
|
|
2026-02-02 04:39:25.528 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-02 04:39:25.528 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-02 04:39:25.529 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-02 04:39:25.529 DEBUG [src.node.docker_mananger] docker run -i -t -p 17931:17931 -p 17932:17932 -p 17933:17933 -p 17934:17934 -p 17935:17935 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=17933 --rest-port=17931 --tcp-port=17932 --discv5-udp-port=17934 --rest-address=0.0.0.0 --nat=extip:172.18.183.152 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0e80ecfc6742ace6a810d03c2c9f49976fe781becc3b30fbbfefd36aaabc66d4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17935 --metrics-logging=true --relay=true
|
|
2026-02-02 04:39:25.679 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.183.152 waku 03e0887886eabd72b72876ce8151921d024ff5d034e3760149aafd0cab0d62a8
|
|
2026-02-02 04:39:25.709 DEBUG [src.node.docker_mananger] Container started with ID 03e0887886ea. Setting up logs at ./log/docker/node1_2026-02-02_04-39-25__7a2537d0-3c17-4692-a8db-4d69761134ca__wakuorg_nwaku:latest.log
|
|
2026-02-02 04:39:25.710 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17931
|
|
2026-02-02 04:39:25.710 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-02 04:39:25.842 ERROR [src.node.docker_mananger] Max retries reached for container 445ad9ce08e9. Exiting log stream.
|
|
2026-02-02 04:39:26.309 ERROR [src.node.docker_mananger] Max retries reached for container 5c78ed11416d. Exiting log stream.
|
|
2026-02-02 04:39:26.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17931/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:39:26.714 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":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
|
2026-02-02 04:39:26.714 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-02 04:39:26.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17931/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:39:26.717 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.183.152/tcp/17932/p2p/16Uiu2HAkveqh1Xi9hDLumn8JLQQNJwU82TYaDay2DJY6DUJprCuJ","/ip4/172.18.183.152/tcp/17933/ws/p2p/16Uiu2HAkveqh1Xi9hDLumn8JLQQNJwU82TYaDay2DJY6DUJprCuJ"],"enrUri":"enr:-L24QK6lbDp5vdFYQHO4oNV8eOzKhyEK1wTsYewgmmlQq_jdc8Qzw1hc09DgIelnWHWfmAxxC-n57gLUxLdbcssSOvECgmlkgnY0gmlwhKwSt5iKbXVsdGlhZGRyc5YACASsEreYBkYMAAoErBK3mAZGDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECEjs3oBZy44MXww5u7AQ2WgEuY6qaYnpylfhc8Oq72V2DdGNwgkYMg3VkcIJGDoV3YWt1MgE"}'
|
|
2026-02-02 04:39:26.717 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-02 04:39:26.717 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-02 04:39:26.717 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-02 04:39:26.718 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-02 04:39:26.718 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.79.62
|
|
2026-02-02 04:39:26.719 DEBUG [src.node.docker_mananger] Generated ports ['60277', '60278', '60279', '60280', '60281']
|
|
2026-02-02 04:39:26.719 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-02 04:39:26.719 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-02 04:39:26.719 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-02 04:39:26.719 DEBUG [src.node.docker_mananger] docker run -i -t -p 60277:60277 -p 60278:60278 -p 60279:60279 -p 60280:60280 -p 60281:60281 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=60279 --rest-port=60277 --tcp-port=60278 --discv5-udp-port=60280 --rest-address=0.0.0.0 --nat=extip:172.18.79.62 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d2379d6ece4da1a1e33799d424db935cafdc9fc7eccab276d708dcf15c5dcd60 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60281 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QK6lbDp5vdFYQHO4oNV8eOzKhyEK1wTsYewgmmlQq_jdc8Qzw1hc09DgIelnWHWfmAxxC-n57gLUxLdbcssSOvECgmlkgnY0gmlwhKwSt5iKbXVsdGlhZGRyc5YACASsEreYBkYMAAoErBK3mAZGDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECEjs3oBZy44MXww5u7AQ2WgEuY6qaYnpylfhc8Oq72V2DdGNwgkYMg3VkcIJGDoV3YWt1MgE
|
|
2026-02-02 04:39:26.870 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.79.62 waku 7e1fe1d21624ad5e3926bfa8aa42244c43b0c6fdab5154bb958fe7351771967b
|
|
2026-02-02 04:39:26.894 DEBUG [src.node.docker_mananger] Container started with ID 7e1fe1d21624. Setting up logs at ./log/docker/node2_2026-02-02_04-39-25__7a2537d0-3c17-4692-a8db-4d69761134ca__wakuorg_nwaku:latest.log
|
|
2026-02-02 04:39:26.895 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60277
|
|
2026-02-02 04:39:26.895 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-02 04:39:27.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60277/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:39:27.916 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":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
|
2026-02-02 04:39:27.919 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-02 04:39:27.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60277/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:39:27.925 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.79.62/tcp/60278/p2p/16Uiu2HAmSeb8HjVqxCVTfNfFcwyJwuAB72K6jdPPZ1VwWHDEMpEg","/ip4/172.18.79.62/tcp/60279/ws/p2p/16Uiu2HAmSeb8HjVqxCVTfNfFcwyJwuAB72K6jdPPZ1VwWHDEMpEg"],"enrUri":"enr:-L24QGaXB1qh7e7H8MEvu3tpSxw9vkCgs1O6IIeTkEEIIK0rB8SgoibPtbczd4MLK446BBHfjIm_DkVJcNG9QX_A12YCgmlkgnY0gmlwhKwSTz6KbXVsdGlhZGRyc5YACASsEk8-But2AAoErBJPPgbrd90DgnJzhQADAQAAiXNlY3AyNTZrMaEDz-lberq0dq4YEup-gglhGxmGnH39sp_WWHbuLSW5Z6WDdGNwgut2g3VkcILreIV3YWt1MgE"}'
|
|
2026-02-02 04:39:27.925 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-02 04:39:27.925 INFO [tests.e2e.test_network_conditions] Subscribing both nodes to relay topic
|
|
2026-02-02 04:39:27.925 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17931/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-02 04:39:27.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:39:27.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60277/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-02 04:39:27.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:39:27.933 INFO [tests.e2e.test_network_conditions] Waiting for autoconnection
|
|
2026-02-02 04:39:27.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17931/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:39:27.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.79.62/tcp/59142/p2p/16Uiu2HAmSeb8HjVqxCVTfNfFcwyJwuAB72K6jdPPZ1VwWHDEMpEg","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-127-ga4e44d","origin":"UnknownOrigin"}]'
|
|
2026-02-02 04:39:27.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60277/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:39:27.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.183.152/tcp/17932/p2p/16Uiu2HAkveqh1Xi9hDLumn8JLQQNJwU82TYaDay2DJY6DUJprCuJ","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-127-ga4e44d","origin":"Discv5"}]'
|
|
2026-02-02 04:39:27.939 DEBUG [src.libs.common] Sleeping for 10 seconds
|
|
2026-02-02 04:39:37.939 INFO [tests.e2e.test_network_conditions] Applying 200ms latency to node2
|
|
2026-02-02 04:39:37.941 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '4622', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-02-02 04:39:37.984 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '4622', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-02-02 04:39:37.992 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '4622', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '200ms']
|
|
2026-02-02 04:39:38.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17931/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-02 04:39:38.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:39:38.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60277/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:39:38.411 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":1770007178002888163,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:39:38.412 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '4622', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-02-02 04:39:38.422 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-02 04:39:38.422 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-02 04:39:38.422 DEBUG [src.node.waku_node] Stopping container with id 03e0887886ea
|
|
2026-02-02 04:39:38.884 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-02 04:39:38.885 DEBUG [src.node.waku_node] Stopping container with id 7e1fe1d21624
|
|
2026-02-02 04:39:39.359 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-02 04:39:39.360 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-02 04:39:39.370 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-02 04:39:39.378 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|