mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-25 05:03:20 +00:00
79 lines
14 KiB
Plaintext
79 lines
14 KiB
Plaintext
2026-02-25 07:24:49.138 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 07:24:49.138 DEBUG [tests.conftest] Running test: test_relay_different_latency_between_two_nodes[500] with id: 2026-02-25_07-24-49__f70f3486-d909-4391-8bd7-269ce456dfa4
|
|
2026-02-25 07:24:49.138 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 07:24:49.138 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-25 07:24:49.145 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 07:24:49.145 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_07-24-49__f70f3486-d909-4391-8bd7-269ce456dfa4__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:24:49.151 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 07:24:49.151 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_07-24-49__f70f3486-d909-4391-8bd7-269ce456dfa4__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:24:49.152 INFO [tests.e2e.test_network_conditions] Starting node1 and node2 with relay enabled
|
|
2026-02-25 07:24:49.152 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 07:24:49.153 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 07:24:49.154 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 07:24:49.154 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.35.176
|
|
2026-02-25 07:24:49.154 DEBUG [src.node.docker_mananger] Generated ports ['27817', '27818', '27819', '27820', '27821']
|
|
2026-02-25 07:24:49.154 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 07:24:49.154 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 07:24:49.155 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 07:24:49.155 DEBUG [src.node.docker_mananger] docker run -i -t -p 27817:27817 -p 27818:27818 -p 27819:27819 -p 27820:27820 -p 27821:27821 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=27819 --rest-port=27817 --tcp-port=27818 --discv5-udp-port=27820 --rest-address=0.0.0.0 --nat=extip:172.18.35.176 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f61acefaefbb083f73e4cbced5aa6cdb5cf974d64eade4e31df3eb550e858a7e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27821 --metrics-logging=true --relay=true
|
|
2026-02-25 07:24:49.174 ERROR [src.node.docker_mananger] Max retries reached for container 5e72c4dcd2be. Exiting log stream.
|
|
2026-02-25 07:24:49.332 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.35.176 waku 92d59d634933ae8e9a48d61e616f59980f5f9ad37079c465711a83dbfd731b45
|
|
2026-02-25 07:24:49.361 DEBUG [src.node.docker_mananger] Container started with ID 92d59d634933. Setting up logs at ./log/docker/node1_2026-02-25_07-24-49__f70f3486-d909-4391-8bd7-269ce456dfa4__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:24:49.361 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27817
|
|
2026-02-25 07:24:49.361 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 07:24:49.524 ERROR [src.node.docker_mananger] Max retries reached for container f343902bc8f3. Exiting log stream.
|
|
2026-02-25 07:24:50.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27817/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:24:50.364 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 07:24:50.365 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 07:24:50.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27817/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:24:50.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.35.176/tcp/27818/p2p/16Uiu2HAm4cQfDRUJvSdRhHTrsovNAUCHdxbXANkxsxmoDc6fNRmB","/ip4/172.18.35.176/tcp/27819/ws/p2p/16Uiu2HAm4cQfDRUJvSdRhHTrsovNAUCHdxbXANkxsxmoDc6fNRmB"],"enrUri":"enr:-L24QPknwjGbfozEcudVeGTxFG11HAGCmkyRd3GHvIlKjux6XDZpoVH8og21jg-2H9hx-CWGqrBWlGmyt2-CnIngTbkCgmlkgnY0gmlwhKwSI7CKbXVsdGlhZGRyc5YACASsEiOwBmyqAAoErBIjsAZsq90DgnJzhQADAQAAiXNlY3AyNTZrMaECiHk_nXgS0m5v8gobPXW6FD6gDxX1fwqHzgoqckNeweqDdGNwgmyqg3VkcIJsrIV3YWt1MgE"}'
|
|
2026-02-25 07:24:50.367 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 07:24:50.368 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 07:24:50.368 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 07:24:50.369 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 07:24:50.369 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.61.156
|
|
2026-02-25 07:24:50.369 DEBUG [src.node.docker_mananger] Generated ports ['19930', '19931', '19932', '19933', '19934']
|
|
2026-02-25 07:24:50.369 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 07:24:50.370 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 07:24:50.370 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 07:24:50.370 DEBUG [src.node.docker_mananger] docker run -i -t -p 19930:19930 -p 19931:19931 -p 19932:19932 -p 19933:19933 -p 19934:19934 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=19932 --rest-port=19930 --tcp-port=19931 --discv5-udp-port=19933 --rest-address=0.0.0.0 --nat=extip:172.18.61.156 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=96c37af1aab9afe4a80abf9cbade354b0e5f77dc3f5de46fdbf4def91cbcdd1f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19934 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPknwjGbfozEcudVeGTxFG11HAGCmkyRd3GHvIlKjux6XDZpoVH8og21jg-2H9hx-CWGqrBWlGmyt2-CnIngTbkCgmlkgnY0gmlwhKwSI7CKbXVsdGlhZGRyc5YACASsEiOwBmyqAAoErBIjsAZsq90DgnJzhQADAQAAiXNlY3AyNTZrMaECiHk_nXgS0m5v8gobPXW6FD6gDxX1fwqHzgoqckNeweqDdGNwgmyqg3VkcIJsrIV3YWt1MgE
|
|
2026-02-25 07:24:50.543 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.61.156 waku 36ea9e7733df91d2114731dd02325a570be75ba601ba64d184922773a569fc07
|
|
2026-02-25 07:24:50.574 DEBUG [src.node.docker_mananger] Container started with ID 36ea9e7733df. Setting up logs at ./log/docker/node2_2026-02-25_07-24-49__f70f3486-d909-4391-8bd7-269ce456dfa4__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:24:50.574 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19930
|
|
2026-02-25 07:24:50.574 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 07:24:51.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19930/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:24:51.594 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 07:24:51.594 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 07:24:51.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19930/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:24:51.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.61.156/tcp/19931/p2p/16Uiu2HAmSnWTmgN24KoqXjea9gwnNCMasM9DydnuuPvfcKaJjmci","/ip4/172.18.61.156/tcp/19932/ws/p2p/16Uiu2HAmSnWTmgN24KoqXjea9gwnNCMasM9DydnuuPvfcKaJjmci"],"enrUri":"enr:-L24QNzBNOPgcQ6hX_KJGE1ROsrG2fGZOoWRLSoNYRY00Xi8aT1wWaRpmuMcFdrtdIqLVIeZ-JciEt15CE4yIg19u_kCgmlkgnY0gmlwhKwSPZyKbXVsdGlhZGRyc5YACASsEj2cBk3bAAoErBI9nAZN3N0DgnJzhQADAQAAiXNlY3AyNTZrMaED0fC651C2NatejxyiJwtQ-pKpmvyFfwxrq1qBYUlxfIeDdGNwgk3bg3VkcIJN3YV3YWt1MgE"}'
|
|
2026-02-25 07:24:51.601 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 07:24:51.601 INFO [tests.e2e.test_network_conditions] Subscribing both nodes to relay topic
|
|
2026-02-25 07:24:51.601 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27817/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-25 07:24:51.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:24:51.606 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19930/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-25 07:24:51.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:24:51.612 INFO [tests.e2e.test_network_conditions] Waiting for autoconnection
|
|
2026-02-25 07:24:51.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27817/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:24:51.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.61.156/tcp/52100/p2p/16Uiu2HAmSnWTmgN24KoqXjea9gwnNCMasM9DydnuuPvfcKaJjmci","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 07:24:51.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19930/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:24:51.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.35.176/tcp/27818/p2p/16Uiu2HAm4cQfDRUJvSdRhHTrsovNAUCHdxbXANkxsxmoDc6fNRmB","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 07:24:51.618 DEBUG [src.libs.common] Sleeping for 10 seconds
|
|
2026-02-25 07:25:01.618 INFO [tests.e2e.test_network_conditions] Applying 500ms latency to node2
|
|
2026-02-25 07:25:01.620 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '8378', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-02-25 07:25:01.631 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '8378', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-02-25 07:25:01.640 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '8378', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '500ms']
|
|
2026-02-25 07:25:01.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27817/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 07:25:01.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:25:01.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19930/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:25:02.658 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":1772004301649535309,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 07:25:02.660 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '8378', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-02-25 07:25:02.670 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 07:25:02.671 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 07:25:02.671 DEBUG [src.node.waku_node] Stopping container with id 92d59d634933
|
|
2026-02-25 07:25:03.185 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 07:25:03.185 DEBUG [src.node.waku_node] Stopping container with id 36ea9e7733df
|
|
2026-02-25 07:25:03.735 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 07:25:03.737 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 07:25:03.746 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 07:25:03.755 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|