mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
78 lines
14 KiB
Plaintext
78 lines
14 KiB
Plaintext
2026-03-18 04:41:22.435 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-18 04:41:22.436 DEBUG [tests.conftest] Running test: test_relay_different_latency_between_two_nodes[7000] with id: 2026-03-18_04-41-22__9314f0fa-4a8e-48cc-a9d4-a87ca9b065e4
|
|
2026-03-18 04:41:22.436 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-18 04:41:22.436 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-18 04:41:22.444 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-18 04:41:22.445 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-18_04-41-22__9314f0fa-4a8e-48cc-a9d4-a87ca9b065e4__wakuorg_nwaku:latest.log
|
|
2026-03-18 04:41:22.452 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-18 04:41:22.452 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-18_04-41-22__9314f0fa-4a8e-48cc-a9d4-a87ca9b065e4__wakuorg_nwaku:latest.log
|
|
2026-03-18 04:41:22.454 INFO [tests.e2e.test_network_conditions] Starting node1 and node2 with relay enabled
|
|
2026-03-18 04:41:22.454 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-18 04:41:22.454 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-18 04:41:22.456 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-18 04:41:22.456 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.88.228
|
|
2026-03-18 04:41:22.456 DEBUG [src.node.docker_mananger] Generated ports ['59452', '59453', '59454', '59455', '59456']
|
|
2026-03-18 04:41:22.456 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-18 04:41:22.456 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-18 04:41:22.457 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-18 04:41:22.457 DEBUG [src.node.docker_mananger] docker run -i -t -p 59452:59452 -p 59453:59453 -p 59454:59454 -p 59455:59455 -p 59456:59456 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=59454 --rest-port=59452 --tcp-port=59453 --discv5-udp-port=59455 --rest-address=0.0.0.0 --nat=extip:172.18.88.228 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7dfe3f2ac1ddd0f9cbca30e9eedca0abfce40aa940a3c69d96bfcad53a2721b8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59456 --metrics-logging=true --relay=true
|
|
2026-03-18 04:41:22.672 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.88.228 waku 224df8334facfb14bf3c2a61e2137a5d77cc5152a80480fc918c26da71b0c869
|
|
2026-03-18 04:41:22.716 DEBUG [src.node.docker_mananger] Container started with ID 224df8334fac. Setting up logs at ./log/docker/node1_2026-03-18_04-41-22__9314f0fa-4a8e-48cc-a9d4-a87ca9b065e4__wakuorg_nwaku:latest.log
|
|
2026-03-18 04:41:22.717 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59452
|
|
2026-03-18 04:41:22.717 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-18 04:41:22.926 ERROR [src.node.docker_mananger] Max retries reached for container 3e6d5458a87f. Exiting log stream.
|
|
2026-03-18 04:41:23.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59452/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 04:41:23.723 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-18 04:41:23.723 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-18 04:41:23.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59452/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 04:41:23.726 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.88.228/tcp/59453/p2p/16Uiu2HAmUGkMyYi1Jrd84WXv4PYgqY3RovnoBmXYMdWPEvPE8iJB","/ip4/172.18.88.228/tcp/59454/ws/p2p/16Uiu2HAmUGkMyYi1Jrd84WXv4PYgqY3RovnoBmXYMdWPEvPE8iJB"],"enrUri":"enr:-L24QH3g6TczDYwmzrbvDXmosG-NSAiyfRRZtOAJMHPfAxgjRrLipwKP8dkFXp4UUKI4g-jCGdZA3qpNuHauz91HcZoCgmlkgnY0gmlwhKwSWOSKbXVsdGlhZGRyc5YACASsEljkBug9AAoErBJY5AboPt0DgnJzhQADAQAAiXNlY3AyNTZrMaED6Ahlg9MZVwvUa_-jjBrbFyoeJS84TJWNe7IqslXudxCDdGNwgug9g3VkcILoP4V3YWt1MgE"}'
|
|
2026-03-18 04:41:23.726 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-18 04:41:23.726 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-18 04:41:23.726 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-18 04:41:23.728 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-18 04:41:23.728 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.156.254
|
|
2026-03-18 04:41:23.728 DEBUG [src.node.docker_mananger] Generated ports ['17677', '17678', '17679', '17680', '17681']
|
|
2026-03-18 04:41:23.729 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-18 04:41:23.729 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-18 04:41:23.729 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-18 04:41:23.729 DEBUG [src.node.docker_mananger] docker run -i -t -p 17677:17677 -p 17678:17678 -p 17679:17679 -p 17680:17680 -p 17681:17681 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=17679 --rest-port=17677 --tcp-port=17678 --discv5-udp-port=17680 --rest-address=0.0.0.0 --nat=extip:172.18.156.254 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c1b545ad8ae2e6d5dad5d3e7e090872d9f39a3b9f90292dcdb20b4704bc3e44f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17681 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QH3g6TczDYwmzrbvDXmosG-NSAiyfRRZtOAJMHPfAxgjRrLipwKP8dkFXp4UUKI4g-jCGdZA3qpNuHauz91HcZoCgmlkgnY0gmlwhKwSWOSKbXVsdGlhZGRyc5YACASsEljkBug9AAoErBJY5AboPt0DgnJzhQADAQAAiXNlY3AyNTZrMaED6Ahlg9MZVwvUa_-jjBrbFyoeJS84TJWNe7IqslXudxCDdGNwgug9g3VkcILoP4V3YWt1MgE
|
|
2026-03-18 04:41:23.948 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.156.254 waku ab3582f568bc8cad7ca6c7438e0d8e713541e6e38f1fa26a28170a3a3910900b
|
|
2026-03-18 04:41:23.988 DEBUG [src.node.docker_mananger] Container started with ID ab3582f568bc. Setting up logs at ./log/docker/node2_2026-03-18_04-41-22__9314f0fa-4a8e-48cc-a9d4-a87ca9b065e4__wakuorg_nwaku:latest.log
|
|
2026-03-18 04:41:23.989 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17677
|
|
2026-03-18 04:41:23.989 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-18 04:41:24.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17677/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 04:41:25.008 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-18 04:41:25.010 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-18 04:41:25.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17677/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 04:41:25.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.156.254/tcp/17678/p2p/16Uiu2HAkzRnZoHEzKn1UG46aiNQkskAz38DmTaJtvi6DQumTBhYh","/ip4/172.18.156.254/tcp/17679/ws/p2p/16Uiu2HAkzRnZoHEzKn1UG46aiNQkskAz38DmTaJtvi6DQumTBhYh"],"enrUri":"enr:-L24QPmSEm9a2-aohr3ZV-TyHdgxixL7XV24_7F5JC-AtJmeMukROKoD2w59rCuggKO_WN0CpZM6Jla_gsXntudUioICgmlkgnY0gmlwhKwSnP6KbXVsdGlhZGRyc5YACASsEpz-BkUOAAoErBKc_gZFD90DgnJzhQADAQAAiXNlY3AyNTZrMaECSlHhvHCcJf42sCM_ObQwfF-kJU00NLaZlzud482TRf6DdGNwgkUOg3VkcIJFEIV3YWt1MgE"}'
|
|
2026-03-18 04:41:25.017 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-18 04:41:25.017 INFO [tests.e2e.test_network_conditions] Subscribing both nodes to relay topic
|
|
2026-03-18 04:41:25.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59452/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-18 04:41:25.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 04:41:25.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17677/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-18 04:41:25.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 04:41:25.031 INFO [tests.e2e.test_network_conditions] Waiting for autoconnection
|
|
2026-03-18 04:41:25.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59452/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 04:41:25.036 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.156.254/tcp/52336/p2p/16Uiu2HAkzRnZoHEzKn1UG46aiNQkskAz38DmTaJtvi6DQumTBhYh","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-2-g85a7bf","origin":"UnknownOrigin"}]'
|
|
2026-03-18 04:41:25.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17677/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 04:41:25.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.88.228/tcp/59453/p2p/16Uiu2HAmUGkMyYi1Jrd84WXv4PYgqY3RovnoBmXYMdWPEvPE8iJB","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-2-g85a7bf","origin":"Discv5"}]'
|
|
2026-03-18 04:41:25.039 DEBUG [src.libs.common] Sleeping for 10 seconds
|
|
2026-03-18 04:41:35.039 INFO [tests.e2e.test_network_conditions] Applying 7000ms latency to node2
|
|
2026-03-18 04:41:35.041 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '7596', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-03-18 04:41:35.080 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '7596', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-03-18 04:41:35.094 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '7596', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '7000ms']
|
|
2026-03-18 04:41:35.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59452/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-18 04:41:35.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 04:41:35.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17677/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 04:41:49.120 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":1773808895109680018,"ephemeral":false,"proof":""}]'
|
|
2026-03-18 04:41:49.122 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '7596', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
|
2026-03-18 04:41:49.136 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-18 04:41:49.137 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-18 04:41:49.137 DEBUG [src.node.waku_node] Stopping container with id 224df8334fac
|
|
2026-03-18 04:41:49.793 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-18 04:41:49.795 DEBUG [src.node.waku_node] Stopping container with id ab3582f568bc
|
|
2026-03-18 04:41:50.394 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-18 04:41:50.397 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-18 04:41:50.413 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-18 04:41:50.427 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|