mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 01:53:28 +00:00
79 lines
14 KiB
Plaintext
79 lines
14 KiB
Plaintext
2026-03-08 04:32:07.271 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-08 04:32:07.273 DEBUG [tests.conftest] Running test: test_relay_different_latency_between_two_nodes[200] with id: 2026-03-08_04-32-07__4717c9ac-8f0d-470b-917a-e8522313b686
|
|
2026-03-08 04:32:07.273 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-08 04:32:07.274 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-08 04:32:07.283 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:32:07.283 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-08_04-32-07__4717c9ac-8f0d-470b-917a-e8522313b686__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:32:07.290 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:32:07.290 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-08_04-32-07__4717c9ac-8f0d-470b-917a-e8522313b686__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:32:07.291 INFO [tests.e2e.test_network_conditions] Starting node1 and node2 with relay enabled
|
|
2026-03-08 04:32:07.291 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:32:07.291 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:32:07.293 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:32:07.293 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.108.57
|
|
2026-03-08 04:32:07.293 DEBUG [src.node.docker_mananger] Generated ports ['61656', '61657', '61658', '61659', '61660']
|
|
2026-03-08 04:32:07.293 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:32:07.293 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:32:07.293 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:32:07.293 DEBUG [src.node.docker_mananger] docker run -i -t -p 61656:61656 -p 61657:61657 -p 61658:61658 -p 61659:61659 -p 61660:61660 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=61658 --rest-port=61656 --tcp-port=61657 --discv5-udp-port=61659 --rest-address=0.0.0.0 --nat=extip:172.18.108.57 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=93a8b3adebfcc3fb9a8adde289ca1bbabb034bd20c3a051a0ea2dad6f374f95a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61660 --metrics-logging=true --relay=true
|
|
2026-03-08 04:32:07.479 ERROR [src.node.docker_mananger] Max retries reached for container c9ccd6bb31af. Exiting log stream.
|
|
2026-03-08 04:32:07.496 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.108.57 waku c4a4c30c5dadb292144b6a9e79a5ab3ec7cc2be9ef9f7e2ebe264bc8662adbb9
|
|
2026-03-08 04:32:07.531 DEBUG [src.node.docker_mananger] Container started with ID c4a4c30c5dad. Setting up logs at ./log/docker/node1_2026-03-08_04-32-07__4717c9ac-8f0d-470b-917a-e8522313b686__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:32:07.531 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61656
|
|
2026-03-08 04:32:07.532 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:32:08.069 ERROR [src.node.docker_mananger] Max retries reached for container 628b51041e37. Exiting log stream.
|
|
2026-03-08 04:32:08.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61656/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:32:08.536 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-08 04:32:08.537 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:32:08.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61656/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:32:08.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.108.57/tcp/61657/p2p/16Uiu2HAmUbToJLyCXN3WPA5KtqyXFtCqPF2XwzdUhMKNFXShUpBW","/ip4/172.18.108.57/tcp/61658/ws/p2p/16Uiu2HAmUbToJLyCXN3WPA5KtqyXFtCqPF2XwzdUhMKNFXShUpBW"],"enrUri":"enr:-L24QLy0mVGM5xDZhAIgYc0YbxBTGt7TbOrkEk7sb-JlmtegEhDwREMv7j7BH_bQrLLTXWNv3p-Rz7dZagqYuAR7CqECgmlkgnY0gmlwhKwSbDmKbXVsdGlhZGRyc5YACASsEmw5BvDZAAoErBJsOQbw2t0DgnJzhQADAQAAiXNlY3AyNTZrMaED7NO0IglXmKwajKjBODmVkwlGPuBgavV7QP9iUlPLLNWDdGNwgvDZg3VkcILw24V3YWt1MgE"}'
|
|
2026-03-08 04:32:08.540 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:32:08.540 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:32:08.540 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:32:08.541 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:32:08.541 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.104.23
|
|
2026-03-08 04:32:08.542 DEBUG [src.node.docker_mananger] Generated ports ['26397', '26398', '26399', '26400', '26401']
|
|
2026-03-08 04:32:08.542 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:32:08.542 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:32:08.542 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:32:08.542 DEBUG [src.node.docker_mananger] docker run -i -t -p 26397:26397 -p 26398:26398 -p 26399:26399 -p 26400:26400 -p 26401:26401 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=26399 --rest-port=26397 --tcp-port=26398 --discv5-udp-port=26400 --rest-address=0.0.0.0 --nat=extip:172.18.104.23 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=43d8d0d21779f74913e127d22cbdd35b5f22daa9c0e763bba38a46eadf2b97ba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26401 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLy0mVGM5xDZhAIgYc0YbxBTGt7TbOrkEk7sb-JlmtegEhDwREMv7j7BH_bQrLLTXWNv3p-Rz7dZagqYuAR7CqECgmlkgnY0gmlwhKwSbDmKbXVsdGlhZGRyc5YACASsEmw5BvDZAAoErBJsOQbw2t0DgnJzhQADAQAAiXNlY3AyNTZrMaED7NO0IglXmKwajKjBODmVkwlGPuBgavV7QP9iUlPLLNWDdGNwgvDZg3VkcILw24V3YWt1MgE
|
|
2026-03-08 04:32:08.744 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.104.23 waku 131876a4cfcfd36af64eccd55cbd05653ad46d94e2e47f5ba36363ecdf43b1e1
|
|
2026-03-08 04:32:08.780 DEBUG [src.node.docker_mananger] Container started with ID 131876a4cfcf. Setting up logs at ./log/docker/node2_2026-03-08_04-32-07__4717c9ac-8f0d-470b-917a-e8522313b686__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:32:08.780 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26397
|
|
2026-03-08 04:32:08.780 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:32:09.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26397/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:32:09.802 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-08 04:32:09.804 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:32:09.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26397/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:32:09.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.104.23/tcp/26398/p2p/16Uiu2HAmALw5TZM2s5uA8skRGutB3VBqZgJcuSS18gQaK2GZR6Jv","/ip4/172.18.104.23/tcp/26399/ws/p2p/16Uiu2HAmALw5TZM2s5uA8skRGutB3VBqZgJcuSS18gQaK2GZR6Jv"],"enrUri":"enr:-L24QKFDhCyUnilbykYu0XMiJrxs9Ul2EM4N_hyMVv5nfTJzF4obGXi4e10J5nGQNEEHLdhsMkTETat6S3MpPW74tw8CgmlkgnY0gmlwhKwSaBeKbXVsdGlhZGRyc5YACASsEmgXBmceAAoErBJoFwZnH90DgnJzhQADAQAAiXNlY3AyNTZrMaEC3ah4iWEheZtx7aA7X3ozOE5N6b5I0SGiBDvKU_4BTiODdGNwgmceg3VkcIJnIIV3YWt1MgE"}'
|
|
2026-03-08 04:32:09.811 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:32:09.812 INFO [tests.e2e.test_network_conditions] Subscribing both nodes to relay topic
|
|
2026-03-08 04:32:09.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61656/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-08 04:32:09.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:32:09.817 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26397/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-08 04:32:09.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:32:09.823 INFO [tests.e2e.test_network_conditions] Waiting for autoconnection
|
|
2026-03-08 04:32:09.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61656/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:32:09.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.104.23/tcp/34794/p2p/16Uiu2HAmALw5TZM2s5uA8skRGutB3VBqZgJcuSS18gQaK2GZR6Jv","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.36.0-164-g0ad551","origin":"UnknownOrigin"}]'
|
|
2026-03-08 04:32:09.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26397/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:32:09.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.108.57/tcp/61657/p2p/16Uiu2HAmUbToJLyCXN3WPA5KtqyXFtCqPF2XwzdUhMKNFXShUpBW","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.36.0-164-g0ad551","origin":"Discv5"}]'
|
|
2026-03-08 04:32:09.831 DEBUG [src.libs.common] Sleeping for 10 seconds
|
|
2026-03-08 04:32:19.832 INFO [tests.e2e.test_network_conditions] Applying 200ms latency to node2
|
|
2026-03-08 04:32:19.834 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '4032', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-03-08 04:32:19.980 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '4032', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-03-08 04:32:19.992 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '4032', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '200ms']
|
|
2026-03-08 04:32:20.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61656/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-08 04:32:20.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:32:20.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26397/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:32:20.416 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":1772944340005728471,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:32:20.417 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '4032', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-03-08 04:32:20.430 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-08 04:32:20.430 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-08 04:32:20.431 DEBUG [src.node.waku_node] Stopping container with id c4a4c30c5dad
|
|
2026-03-08 04:32:20.986 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:32:20.987 DEBUG [src.node.waku_node] Stopping container with id 131876a4cfcf
|
|
2026-03-08 04:32:21.531 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:32:21.535 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-08 04:32:21.545 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-08 04:32:21.553 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|