mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-22 11:43:11 +00:00
77 lines
14 KiB
Plaintext
77 lines
14 KiB
Plaintext
2026-03-26 04:45:33.742 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-26 04:45:33.743 DEBUG [tests.conftest] Running test: test_relay_different_latency_between_two_nodes[5000] with id: 2026-03-26_04-45-33__df944625-a946-4d38-b69c-e95987939e20
|
|
2026-03-26 04:45:33.743 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-26 04:45:33.743 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-26 04:45:33.754 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-26 04:45:33.754 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-26_04-45-33__df944625-a946-4d38-b69c-e95987939e20__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:45:33.761 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-26 04:45:33.761 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-26_04-45-33__df944625-a946-4d38-b69c-e95987939e20__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:45:33.762 INFO [tests.e2e.test_network_conditions] Starting node1 and node2 with relay enabled
|
|
2026-03-26 04:45:33.763 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-26 04:45:33.763 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-26 04:45:33.809 DEBUG [src.node.docker_mananger] Network waku created
|
|
2026-03-26 04:45:33.809 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.190.253
|
|
2026-03-26 04:45:33.810 DEBUG [src.node.docker_mananger] Generated ports ['56551', '56552', '56553', '56554', '56555']
|
|
2026-03-26 04:45:33.810 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-26 04:45:33.810 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-26 04:45:33.810 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-26 04:45:33.810 DEBUG [src.node.docker_mananger] docker run -i -t -p 56551:56551 -p 56552:56552 -p 56553:56553 -p 56554:56554 -p 56555:56555 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=56553 --rest-port=56551 --tcp-port=56552 --discv5-udp-port=56554 --rest-address=0.0.0.0 --nat=extip:172.18.190.253 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7dc6cb19cb13d4ab5bffcde23dc3fdcfeda0d8b89efba2e4b55daecd44d8eae6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56555 --metrics-logging=true --relay=true
|
|
2026-03-26 04:45:36.669 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.190.253 waku 8b72f613e809e4f8cbadc53729186fe7c0a9c53ae2ac823ee4c1699f5e63db79
|
|
2026-03-26 04:45:36.709 DEBUG [src.node.docker_mananger] Container started with ID 8b72f613e809. Setting up logs at ./log/docker/node1_2026-03-26_04-45-33__df944625-a946-4d38-b69c-e95987939e20__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:45:36.709 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56551
|
|
2026-03-26 04:45:36.710 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-26 04:45:37.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56551/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:45:37.714 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-26 04:45:37.715 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-26 04:45:37.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56551/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:45:37.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.190.253/tcp/56552/p2p/16Uiu2HAm9ySUfMpjFCVFDvuJELNdq5oAVhGwyPVDnXpSSE25m91f","/ip4/172.18.190.253/tcp/56553/ws/p2p/16Uiu2HAm9ySUfMpjFCVFDvuJELNdq5oAVhGwyPVDnXpSSE25m91f"],"enrUri":"enr:-L24QMqcLsmGnY9GV7sF58GCN_ynfHJxQrWfWUWfmzY9RKGGZotiNcsbR-_ddmDLBHTaWVIdRm7R8G23z8TSU0bOXH4CgmlkgnY0gmlwhKwSvv2KbXVsdGlhZGRyc5YACASsEr79BtzoAAoErBK-_Qbc6d0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2CbvkJrYJr198Cf73Ox8YQPaQLv1MsyYYIDWl2exCMaDdGNwgtzog3VkcILc6oV3YWt1MgE"}'
|
|
2026-03-26 04:45:37.718 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-26 04:45:37.718 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-26 04:45:37.718 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-26 04:45:37.720 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-26 04:45:37.720 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.114.95
|
|
2026-03-26 04:45:37.720 DEBUG [src.node.docker_mananger] Generated ports ['15603', '15604', '15605', '15606', '15607']
|
|
2026-03-26 04:45:37.720 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-26 04:45:37.720 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-26 04:45:37.721 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-26 04:45:37.721 DEBUG [src.node.docker_mananger] docker run -i -t -p 15603:15603 -p 15604:15604 -p 15605:15605 -p 15606:15606 -p 15607:15607 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=15605 --rest-port=15603 --tcp-port=15604 --discv5-udp-port=15606 --rest-address=0.0.0.0 --nat=extip:172.18.114.95 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=65edfb8f7bfb61af0fe1c6e57c7b1f090daf783afdeeb31df07e2856b75b9ace --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15607 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMqcLsmGnY9GV7sF58GCN_ynfHJxQrWfWUWfmzY9RKGGZotiNcsbR-_ddmDLBHTaWVIdRm7R8G23z8TSU0bOXH4CgmlkgnY0gmlwhKwSvv2KbXVsdGlhZGRyc5YACASsEr79BtzoAAoErBK-_Qbc6d0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2CbvkJrYJr198Cf73Ox8YQPaQLv1MsyYYIDWl2exCMaDdGNwgtzog3VkcILc6oV3YWt1MgE
|
|
2026-03-26 04:45:37.922 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.114.95 waku 1b61a256a873cc67359b6b08ef188eda6acb478629530cdefed2f7e2801dfbf7
|
|
2026-03-26 04:45:37.958 DEBUG [src.node.docker_mananger] Container started with ID 1b61a256a873. Setting up logs at ./log/docker/node2_2026-03-26_04-45-33__df944625-a946-4d38-b69c-e95987939e20__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:45:37.958 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15603
|
|
2026-03-26 04:45:37.958 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-26 04:45:38.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15603/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:45:38.973 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-26 04:45:38.974 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-26 04:45:38.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15603/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:45:38.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.114.95/tcp/15604/p2p/16Uiu2HAmCXmBCEj1ffTtA9yZCXBfJt1SKTC18mzCXBRu9hQH6mB3","/ip4/172.18.114.95/tcp/15605/ws/p2p/16Uiu2HAmCXmBCEj1ffTtA9yZCXBfJt1SKTC18mzCXBRu9hQH6mB3"],"enrUri":"enr:-L24QJuCHHV2Mf6OLPkVcq7Gf_47vgynmT2_p_hSx-TMbOY4AREI3DUpvtJHdzsuWRBMtNdNaIyCkY9zJpo-exCr-vQCgmlkgnY0gmlwhKwScl-KbXVsdGlhZGRyc5YACASsEnJfBjz0AAoErBJyXwY89d0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_iYJ021Uyu1iDe8CojKBL_AlZsAQXyx3iF2ll50hI56DdGNwgjz0g3VkcII89oV3YWt1MgE"}'
|
|
2026-03-26 04:45:38.978 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-26 04:45:38.978 INFO [tests.e2e.test_network_conditions] Subscribing both nodes to relay topic
|
|
2026-03-26 04:45:38.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56551/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-26 04:45:38.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:45:38.985 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15603/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-26 04:45:38.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:45:38.994 INFO [tests.e2e.test_network_conditions] Waiting for autoconnection
|
|
2026-03-26 04:45:38.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56551/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:45:39.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.114.95/tcp/39214/p2p/16Uiu2HAmCXmBCEj1ffTtA9yZCXBfJt1SKTC18mzCXBRu9hQH6mB3","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.38.0-rc.0-12-g0b8609","origin":"UnknownOrigin"}]'
|
|
2026-03-26 04:45:39.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15603/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:45:39.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.190.253/tcp/56552/p2p/16Uiu2HAm9ySUfMpjFCVFDvuJELNdq5oAVhGwyPVDnXpSSE25m91f","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.38.0-rc.0-12-g0b8609","origin":"Discv5"}]'
|
|
2026-03-26 04:45:39.004 DEBUG [src.libs.common] Sleeping for 10 seconds
|
|
2026-03-26 04:45:49.005 INFO [tests.e2e.test_network_conditions] Applying 5000ms latency to node2
|
|
2026-03-26 04:45:49.006 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '3867', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-03-26 04:45:49.089 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '3867', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-03-26 04:45:49.100 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '3867', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '5000ms']
|
|
2026-03-26 04:45:49.113 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56551/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-26 04:45:49.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:45:49.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15603/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:45:59.122 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":1774500349113212752,"ephemeral":false,"proof":""}]'
|
|
2026-03-26 04:45:59.124 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '3867', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-03-26 04:45:59.136 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-26 04:45:59.137 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-26 04:45:59.137 DEBUG [src.node.waku_node] Stopping container with id 8b72f613e809
|
|
2026-03-26 04:45:59.693 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-26 04:45:59.693 DEBUG [src.node.waku_node] Stopping container with id 1b61a256a873
|
|
2026-03-26 04:46:00.250 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-26 04:46:00.255 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-26 04:46:00.278 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-26 04:46:00.289 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|