mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-24 04:33:13 +00:00
78 lines
14 KiB
Plaintext
78 lines
14 KiB
Plaintext
2026-02-05 04:35:37.265 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-05 04:35:37.266 DEBUG [tests.conftest] Running test: test_relay_different_latency_between_two_nodes[500] with id: 2026-02-05_04-35-37__4e3ca1c6-65f6-4fb9-97d8-ca2d10dabfc7
|
|
2026-02-05 04:35:37.267 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-05 04:35:37.268 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-05 04:35:37.278 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-05 04:35:37.279 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-05_04-35-37__4e3ca1c6-65f6-4fb9-97d8-ca2d10dabfc7__wakuorg_nwaku:latest.log
|
|
2026-02-05 04:35:37.287 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-05 04:35:37.287 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-05_04-35-37__4e3ca1c6-65f6-4fb9-97d8-ca2d10dabfc7__wakuorg_nwaku:latest.log
|
|
2026-02-05 04:35:37.290 INFO [tests.e2e.test_network_conditions] Starting node1 and node2 with relay enabled
|
|
2026-02-05 04:35:37.291 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-05 04:35:37.291 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-05 04:35:37.294 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-05 04:35:37.294 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.15.123
|
|
2026-02-05 04:35:37.294 DEBUG [src.node.docker_mananger] Generated ports ['43650', '43651', '43652', '43653', '43654']
|
|
2026-02-05 04:35:37.294 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-05 04:35:37.294 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-05 04:35:37.295 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-05 04:35:37.295 DEBUG [src.node.docker_mananger] docker run -i -t -p 43650:43650 -p 43651:43651 -p 43652:43652 -p 43653:43653 -p 43654:43654 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=43652 --rest-port=43650 --tcp-port=43651 --discv5-udp-port=43653 --rest-address=0.0.0.0 --nat=extip:172.18.15.123 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=df542daf92a917cc12206747eb9ebb899cd3ef1e6d1dd8991d4af5fb67fb3c01 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43654 --metrics-logging=true --relay=true
|
|
2026-02-05 04:35:37.527 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.15.123 waku 08c2e7e2ba0f536a563e97f1668069da308b481209fb0ccd2aad2eb2f29f3379
|
|
2026-02-05 04:35:37.561 DEBUG [src.node.docker_mananger] Container started with ID 08c2e7e2ba0f. Setting up logs at ./log/docker/node1_2026-02-05_04-35-37__4e3ca1c6-65f6-4fb9-97d8-ca2d10dabfc7__wakuorg_nwaku:latest.log
|
|
2026-02-05 04:35:37.561 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43650
|
|
2026-02-05 04:35:37.562 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-05 04:35:38.350 ERROR [src.node.docker_mananger] Max retries reached for container 0ab497ccb54e. Exiting log stream.
|
|
2026-02-05 04:35:38.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43650/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:35:38.565 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-05 04:35:38.566 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-05 04:35:38.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43650/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:35:38.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.123/tcp/43651/p2p/16Uiu2HAm55cQSj1kxvpA81FXLtcSqzQCnPJSJgekDXCtwNVDfVa5","/ip4/172.18.15.123/tcp/43652/ws/p2p/16Uiu2HAm55cQSj1kxvpA81FXLtcSqzQCnPJSJgekDXCtwNVDfVa5"],"enrUri":"enr:-L24QK8rcY9ZOP5emVdSUNWPMpnlWjiq66psVrxuFFbyKNrhe4SVmdiVDqv4vscvizCgsU0shFB_1eWzCDv6U-JONSkCgmlkgnY0gmlwhKwSD3uKbXVsdGlhZGRyc5YACASsEg97BqqDAAoErBIPewaqhN0DgnJzhQADAQAAiXNlY3AyNTZrMaECj3E1-SFga6BhN8nIOMMbG5xUWk8VPL5_S7P3ylr1Jt6DdGNwgqqDg3VkcIKqhYV3YWt1MgE"}'
|
|
2026-02-05 04:35:38.569 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-05 04:35:38.569 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-05 04:35:38.569 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-05 04:35:38.570 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-05 04:35:38.571 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.161.204
|
|
2026-02-05 04:35:38.571 DEBUG [src.node.docker_mananger] Generated ports ['30672', '30673', '30674', '30675', '30676']
|
|
2026-02-05 04:35:38.571 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-05 04:35:38.571 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-05 04:35:38.571 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-05 04:35:38.571 DEBUG [src.node.docker_mananger] docker run -i -t -p 30672:30672 -p 30673:30673 -p 30674:30674 -p 30675:30675 -p 30676:30676 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=30674 --rest-port=30672 --tcp-port=30673 --discv5-udp-port=30675 --rest-address=0.0.0.0 --nat=extip:172.18.161.204 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6d1c47be26fc28efe16cbdd38c36ea78f93eeacae0a9ebbebf8a2d560bab04c8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30676 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QK8rcY9ZOP5emVdSUNWPMpnlWjiq66psVrxuFFbyKNrhe4SVmdiVDqv4vscvizCgsU0shFB_1eWzCDv6U-JONSkCgmlkgnY0gmlwhKwSD3uKbXVsdGlhZGRyc5YACASsEg97BqqDAAoErBIPewaqhN0DgnJzhQADAQAAiXNlY3AyNTZrMaECj3E1-SFga6BhN8nIOMMbG5xUWk8VPL5_S7P3ylr1Jt6DdGNwgqqDg3VkcIKqhYV3YWt1MgE
|
|
2026-02-05 04:35:38.765 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.161.204 waku 7d024228a8a7d4d04a1b204a135510b7db83a12b39d0cce6c0dcb185e3e7464c
|
|
2026-02-05 04:35:38.796 DEBUG [src.node.docker_mananger] Container started with ID 7d024228a8a7. Setting up logs at ./log/docker/node2_2026-02-05_04-35-37__4e3ca1c6-65f6-4fb9-97d8-ca2d10dabfc7__wakuorg_nwaku:latest.log
|
|
2026-02-05 04:35:38.796 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30672
|
|
2026-02-05 04:35:38.797 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-05 04:35:39.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30672/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:35:39.807 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-05 04:35:39.809 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-05 04:35:39.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30672/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:35:39.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.161.204/tcp/30673/p2p/16Uiu2HAm34xpPuPejivehp4VqSwbL8JeCcK9naBdce1ytT9hsAZt","/ip4/172.18.161.204/tcp/30674/ws/p2p/16Uiu2HAm34xpPuPejivehp4VqSwbL8JeCcK9naBdce1ytT9hsAZt"],"enrUri":"enr:-L24QFfYrZvQO5NpmqyL8uPFxM1GBiUylf8FYMsim1-8PDHVLmeDo4cRitfkY8TJXJn-820e8YtMRgSP7tpae4o2vdMCgmlkgnY0gmlwhKwSocyKbXVsdGlhZGRyc5YACASsEqHMBnfRAAoErBKhzAZ30t0DgnJzhQADAQAAiXNlY3AyNTZrMaECcY9WUOmkBeZkMMfMVBcqtNEj31jMFMPbfALH5WCljweDdGNwgnfRg3VkcIJ304V3YWt1MgE"}'
|
|
2026-02-05 04:35:39.815 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-05 04:35:39.815 INFO [tests.e2e.test_network_conditions] Subscribing both nodes to relay topic
|
|
2026-02-05 04:35:39.816 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43650/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-05 04:35:39.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-05 04:35:39.822 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30672/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-05 04:35:39.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-05 04:35:39.827 INFO [tests.e2e.test_network_conditions] Waiting for autoconnection
|
|
2026-02-05 04:35:39.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43650/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:35:39.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.161.204/tcp/54508/p2p/16Uiu2HAm34xpPuPejivehp4VqSwbL8JeCcK9naBdce1ytT9hsAZt","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-05 04:35:39.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30672/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:35:39.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.15.123/tcp/43651/p2p/16Uiu2HAm55cQSj1kxvpA81FXLtcSqzQCnPJSJgekDXCtwNVDfVa5","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-05 04:35:39.835 DEBUG [src.libs.common] Sleeping for 10 seconds
|
|
2026-02-05 04:35:49.836 INFO [tests.e2e.test_network_conditions] Applying 500ms latency to node2
|
|
2026-02-05 04:35:49.837 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '8286', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-02-05 04:35:49.848 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '8286', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-02-05 04:35:49.857 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '8286', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '500ms']
|
|
2026-02-05 04:35:49.866 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43650/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-05 04:35:49.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-05 04:35:49.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30672/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:35:50.874 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":1770266149866507860,"ephemeral":false,"proof":""}]'
|
|
2026-02-05 04:35:50.876 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '8286', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-02-05 04:35:50.887 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-05 04:35:50.888 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-05 04:35:50.888 DEBUG [src.node.waku_node] Stopping container with id 08c2e7e2ba0f
|
|
2026-02-05 04:35:51.442 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-05 04:35:51.443 DEBUG [src.node.waku_node] Stopping container with id 7d024228a8a7
|
|
2026-02-05 04:35:51.970 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-05 04:35:51.973 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-05 04:35:51.982 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-05 04:35:51.991 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|