mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
79 lines
14 KiB
Plaintext
79 lines
14 KiB
Plaintext
2026-02-28 20:21:26.656 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-28 20:21:26.657 DEBUG [tests.conftest] Running test: test_relay_different_latency_between_two_nodes[200] with id: 2026-02-28_20-21-26__61c5d1a0-2e75-405c-99fa-c89119233d08
|
|
2026-02-28 20:21:26.657 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-28 20:21:26.657 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-28 20:21:26.664 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:21:26.665 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-28_20-21-26__61c5d1a0-2e75-405c-99fa-c89119233d08__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:21:26.671 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:21:26.671 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-28_20-21-26__61c5d1a0-2e75-405c-99fa-c89119233d08__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:21:26.672 INFO [tests.e2e.test_network_conditions] Starting node1 and node2 with relay enabled
|
|
2026-02-28 20:21:26.672 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:21:26.672 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:21:26.674 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:21:26.674 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.129.16
|
|
2026-02-28 20:21:26.674 DEBUG [src.node.docker_mananger] Generated ports ['54457', '54458', '54459', '54460', '54461']
|
|
2026-02-28 20:21:26.674 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:21:26.674 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:21:26.675 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:21:26.675 DEBUG [src.node.docker_mananger] docker run -i -t -p 54457:54457 -p 54458:54458 -p 54459:54459 -p 54460:54460 -p 54461:54461 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=54459 --rest-port=54457 --tcp-port=54458 --discv5-udp-port=54460 --rest-address=0.0.0.0 --nat=extip:172.18.129.16 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7eddb6ec0ff8ce81a8eab0fe4eccfc79cddccdbbdbe41b01fabe32d2972a43b7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54461 --metrics-logging=true --relay=true
|
|
2026-02-28 20:21:26.872 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.129.16 waku 2ea3d0094230e6f4aaaa5d3fcfdacac9bc1e39a937734c263ce0e25042158e84
|
|
2026-02-28 20:21:26.907 DEBUG [src.node.docker_mananger] Container started with ID 2ea3d0094230. Setting up logs at ./log/docker/node1_2026-02-28_20-21-26__61c5d1a0-2e75-405c-99fa-c89119233d08__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:21:26.907 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54457
|
|
2026-02-28 20:21:26.908 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:21:26.915 ERROR [src.node.docker_mananger] Max retries reached for container 3ed4653cca53. Exiting log stream.
|
|
2026-02-28 20:21:27.451 ERROR [src.node.docker_mananger] Max retries reached for container 37e0f84b54ac. Exiting log stream.
|
|
2026-02-28 20:21:27.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54457/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:21:27.911 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-28 20:21:27.911 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:21:27.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54457/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:21:27.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.129.16/tcp/54458/p2p/16Uiu2HAmA9R3AUQcxPisK2aAv913KHkw4mRHb6rEiZrKTH4F7A93","/ip4/172.18.129.16/tcp/54459/ws/p2p/16Uiu2HAmA9R3AUQcxPisK2aAv913KHkw4mRHb6rEiZrKTH4F7A93"],"enrUri":"enr:-L24QEwxX-k6toNsUi4Es5qHsgB7_WfcajMWhuFbHZOyTaSxfP0yhux5lZFfaj4c4u5R7uOrxhFbH18kHeRMD5HRwKECgmlkgnY0gmlwhKwSgRCKbXVsdGlhZGRyc5YACASsEoEQBtS6AAoErBKBEAbUu90DgnJzhQADAQAAiXNlY3AyNTZrMaEC2rUduR0WLNnm82HwmJ4CD-t-OEQPIJ3aHtsQMq4ZZcaDdGNwgtS6g3VkcILUvIV3YWt1MgE"}'
|
|
2026-02-28 20:21:27.914 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:21:27.914 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:21:27.914 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:21:27.916 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:21:27.916 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.166.207
|
|
2026-02-28 20:21:27.916 DEBUG [src.node.docker_mananger] Generated ports ['46515', '46516', '46517', '46518', '46519']
|
|
2026-02-28 20:21:27.916 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:21:27.917 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:21:27.917 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:21:27.917 DEBUG [src.node.docker_mananger] docker run -i -t -p 46515:46515 -p 46516:46516 -p 46517:46517 -p 46518:46518 -p 46519:46519 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=46517 --rest-port=46515 --tcp-port=46516 --discv5-udp-port=46518 --rest-address=0.0.0.0 --nat=extip:172.18.166.207 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0cd84c2bb22b147bffed9fdcce44b7aba28577ef26e82326d920ad070c4e00ba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46519 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEwxX-k6toNsUi4Es5qHsgB7_WfcajMWhuFbHZOyTaSxfP0yhux5lZFfaj4c4u5R7uOrxhFbH18kHeRMD5HRwKECgmlkgnY0gmlwhKwSgRCKbXVsdGlhZGRyc5YACASsEoEQBtS6AAoErBKBEAbUu90DgnJzhQADAQAAiXNlY3AyNTZrMaEC2rUduR0WLNnm82HwmJ4CD-t-OEQPIJ3aHtsQMq4ZZcaDdGNwgtS6g3VkcILUvIV3YWt1MgE
|
|
2026-02-28 20:21:28.103 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.166.207 waku f56a553aaebbd6b720facc0c35e99c3500a678287f660fdba9be04b48a82c51b
|
|
2026-02-28 20:21:28.137 DEBUG [src.node.docker_mananger] Container started with ID f56a553aaebb. Setting up logs at ./log/docker/node2_2026-02-28_20-21-26__61c5d1a0-2e75-405c-99fa-c89119233d08__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:21:28.137 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46515
|
|
2026-02-28 20:21:28.137 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:21:29.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46515/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:21:29.158 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-28 20:21:29.158 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:21:29.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46515/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:21:29.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.166.207/tcp/46516/p2p/16Uiu2HAmCT6nvjAYEDt2st6jjhHHpnSDCjGjm7tS6JPrmhqAwLDe","/ip4/172.18.166.207/tcp/46517/ws/p2p/16Uiu2HAmCT6nvjAYEDt2st6jjhHHpnSDCjGjm7tS6JPrmhqAwLDe"],"enrUri":"enr:-L24QC87phiDcaLTCRtTrxEULTttTMs3nNZeqaXF6B1KVx8MbSxFj5xDJ4aHwOXvAgjLuHULDhSer24oLExxmr-efG4CgmlkgnY0gmlwhKwSps-KbXVsdGlhZGRyc5YACASsEqbPBrW0AAoErBKmzwa1td0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_PRQdoRu7H3dZTH30CUNIFIdWVWedKWI_qYzm7JNFYmDdGNwgrW0g3VkcIK1toV3YWt1MgE"}'
|
|
2026-02-28 20:21:29.167 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:21:29.168 INFO [tests.e2e.test_network_conditions] Subscribing both nodes to relay topic
|
|
2026-02-28 20:21:29.168 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54457/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-28 20:21:29.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:21:29.175 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46515/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-28 20:21:29.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:21:29.182 INFO [tests.e2e.test_network_conditions] Waiting for autoconnection
|
|
2026-02-28 20:21:29.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54457/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:21:29.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.166.207/tcp/35686/p2p/16Uiu2HAmCT6nvjAYEDt2st6jjhHHpnSDCjGjm7tS6JPrmhqAwLDe","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-157-gba8587","origin":"UnknownOrigin"}]'
|
|
2026-02-28 20:21:29.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46515/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:21:29.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.129.16/tcp/54458/p2p/16Uiu2HAmA9R3AUQcxPisK2aAv913KHkw4mRHb6rEiZrKTH4F7A93","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-157-gba8587","origin":"Discv5"}]'
|
|
2026-02-28 20:21:29.189 DEBUG [src.libs.common] Sleeping for 10 seconds
|
|
2026-02-28 20:21:39.189 INFO [tests.e2e.test_network_conditions] Applying 200ms latency to node2
|
|
2026-02-28 20:21:39.191 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '4140', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-02-28 20:21:39.260 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '4140', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-02-28 20:21:39.271 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '4140', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '200ms']
|
|
2026-02-28 20:21:39.284 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54457/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-28 20:21:39.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:21:39.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46515/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:21:39.693 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":1772310099284170457,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:21:39.695 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '4140', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-02-28 20:21:39.707 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-28 20:21:39.708 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-28 20:21:39.708 DEBUG [src.node.waku_node] Stopping container with id 2ea3d0094230
|
|
2026-02-28 20:21:40.292 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:21:40.293 DEBUG [src.node.waku_node] Stopping container with id f56a553aaebb
|
|
2026-02-28 20:21:40.879 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:21:40.882 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-28 20:21:40.899 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 20:21:40.907 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|