mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 00:43:07 +00:00
80 lines
14 KiB
Plaintext
80 lines
14 KiB
Plaintext
|
|
2025-12-24 04:14:31.091 DEBUG [tests.conftest] Running fixture setup: test_id
|
||
|
|
2025-12-24 04:14:31.092 DEBUG [tests.conftest] Running test: test_filter_update_subscription_add_a_new_content_topic with id: 2025-12-24_04-14-31__ba1d2f48-fe35-4ef7-beaf-9769ee04855d
|
||
|
|
2025-12-24 04:14:31.092 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||
|
|
2025-12-24 04:14:31.092 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||
|
|
2025-12-24 04:14:31.093 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||
|
|
2025-12-24 04:14:31.098 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
|
|
2025-12-24 04:14:31.099 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-24_04-14-31__ba1d2f48-fe35-4ef7-beaf-9769ee04855d__wakuorg_nwaku:latest.log
|
||
|
|
2025-12-24 04:14:31.099 DEBUG [src.node.waku_node] Starting Node...
|
||
|
|
2025-12-24 04:14:31.099 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
|
|
2025-12-24 04:14:31.100 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
|
|
2025-12-24 04:14:31.100 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.104.87
|
||
|
|
2025-12-24 04:14:31.100 DEBUG [src.node.docker_mananger] Generated ports ['1236', '1237', '1238', '1239', '1240']
|
||
|
|
2025-12-24 04:14:31.101 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
|
|
2025-12-24 04:14:31.101 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
|
|
2025-12-24 04:14:31.101 DEBUG [src.node.waku_node] Using volumes []
|
||
|
|
2025-12-24 04:14:31.101 DEBUG [src.node.docker_mananger] docker run -i -t -p 1236:1236 -p 1237:1237 -p 1238:1238 -p 1239:1239 -p 1240:1240 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=1238 --rest-port=1236 --tcp-port=1237 --discv5-udp-port=1239 --rest-address=0.0.0.0 --nat=extip:172.18.104.87 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1fa6bbcaaaf12ebdbde4deedf48cb63d2bf9e6cc2da21cf4fdb9bed5a9dba22d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1240 --metrics-logging=true --relay=true --filter=true
|
||
|
|
2025-12-24 04:14:31.259 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.104.87 waku b4efce5e53f7bca463c17716bcc393d41ec53a6399bbbdc1f8d505cf7c9eb6d1
|
||
|
|
2025-12-24 04:14:31.284 DEBUG [src.node.docker_mananger] Container started with ID b4efce5e53f7. Setting up logs at ./log/docker/node1_2025-12-24_04-14-31__ba1d2f48-fe35-4ef7-beaf-9769ee04855d__wakuorg_nwaku:latest.log
|
||
|
|
2025-12-24 04:14:31.285 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1236
|
||
|
|
2025-12-24 04:14:31.286 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
|
|
2025-12-24 04:14:31.402 ERROR [src.node.docker_mananger] Max retries reached for container 883900e891d2. Exiting log stream.
|
||
|
|
2025-12-24 04:14:31.896 ERROR [src.node.docker_mananger] Max retries reached for container 09fb0efb5368. Exiting log stream.
|
||
|
|
2025-12-24 04:14:32.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1236/health" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-24 04:14:32.291 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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"}]}'
|
||
|
|
2025-12-24 04:14:32.291 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
|
|
2025-12-24 04:14:32.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1236/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-24 04:14:32.293 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.104.87/tcp/1237/p2p/16Uiu2HAmV4VcsDGPHNX1m72tAa7BvEQZDBnuod2fJEyzuTpDZAdA","/ip4/172.18.104.87/tcp/1238/ws/p2p/16Uiu2HAmV4VcsDGPHNX1m72tAa7BvEQZDBnuod2fJEyzuTpDZAdA"],"enrUri":"enr:-L24QCb81be7KjbB_LIlECF7I1_F9BleQBjXBQruzlyawfB1JHsU3Uo0U2V6ZBlS24kXS8hzAUmeW6irRCi4-fN_w-wCgmlkgnY0gmlwhKwSaFeKbXVsdGlhZGRyc5YACASsEmhXBgTVAAoErBJoVwYE1t0DgnJzhQADAQAAiXNlY3AyNTZrMaED88BxiTijr01beYVQdtWw3SjytkX4HzuyXZAC-DQewhWDdGNwggTVg3VkcIIE14V3YWt1MgU"}'
|
||
|
|
2025-12-24 04:14:32.293 INFO [src.node.waku_node] REST service is ready !!
|
||
|
|
2025-12-24 04:14:32.294 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||
|
|
2025-12-24 04:14:32.299 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
|
|
2025-12-24 04:14:32.300 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-24_04-14-31__ba1d2f48-fe35-4ef7-beaf-9769ee04855d__wakuorg_nwaku:latest.log
|
||
|
|
2025-12-24 04:14:32.300 DEBUG [src.node.waku_node] Starting Node...
|
||
|
|
2025-12-24 04:14:32.300 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
|
|
2025-12-24 04:14:32.301 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
|
|
2025-12-24 04:14:32.301 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.69.202
|
||
|
|
2025-12-24 04:14:32.301 DEBUG [src.node.docker_mananger] Generated ports ['49416', '49417', '49418', '49419', '49420']
|
||
|
|
2025-12-24 04:14:32.301 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
|
|
2025-12-24 04:14:32.302 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
|
|
2025-12-24 04:14:32.302 DEBUG [src.node.waku_node] Using volumes []
|
||
|
|
2025-12-24 04:14:32.302 DEBUG [src.node.docker_mananger] docker run -i -t -p 49416:49416 -p 49417:49417 -p 49418:49418 -p 49419:49419 -p 49420:49420 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=49418 --rest-port=49416 --tcp-port=49417 --discv5-udp-port=49419 --rest-address=0.0.0.0 --nat=extip:172.18.69.202 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9b93e3f2bd69ebac797bfabd2fdb5a74f9dec7dae3db88c0a7f4e6b8f5be6cae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49420 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QCb81be7KjbB_LIlECF7I1_F9BleQBjXBQruzlyawfB1JHsU3Uo0U2V6ZBlS24kXS8hzAUmeW6irRCi4-fN_w-wCgmlkgnY0gmlwhKwSaFeKbXVsdGlhZGRyc5YACASsEmhXBgTVAAoErBJoVwYE1t0DgnJzhQADAQAAiXNlY3AyNTZrMaED88BxiTijr01beYVQdtWw3SjytkX4HzuyXZAC-DQewhWDdGNwggTVg3VkcIIE14V3YWt1MgU --filternode=/ip4/172.18.104.87/tcp/1237/p2p/16Uiu2HAmV4VcsDGPHNX1m72tAa7BvEQZDBnuod2fJEyzuTpDZAdA
|
||
|
|
2025-12-24 04:14:32.461 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.69.202 waku 5384a235e66af6c6604ff10cc49b61e8fa6b2631fe67e2e2c8176b5cc5a0ac2c
|
||
|
|
2025-12-24 04:14:32.484 DEBUG [src.node.docker_mananger] Container started with ID 5384a235e66a. Setting up logs at ./log/docker/node2_2025-12-24_04-14-31__ba1d2f48-fe35-4ef7-beaf-9769ee04855d__wakuorg_nwaku:latest.log
|
||
|
|
2025-12-24 04:14:32.485 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49416
|
||
|
|
2025-12-24 04:14:32.485 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
|
|
2025-12-24 04:14:33.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49416/health" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-24 04:14:33.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"READY"}]}'
|
||
|
|
2025-12-24 04:14:33.490 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
|
|
2025-12-24 04:14:33.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49416/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-24 04:14:33.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.69.202/tcp/49417/p2p/16Uiu2HAmJs7SDTuK4JwVQPAuwQBWRQFU3nhf3Tdg8oeuFC8piZ5s","/ip4/172.18.69.202/tcp/49418/ws/p2p/16Uiu2HAmJs7SDTuK4JwVQPAuwQBWRQFU3nhf3Tdg8oeuFC8piZ5s"],"enrUri":"enr:-L24QGVpNgJLr22TjpPHd0bCrqiRe34WsSLdeSIHkok3thsjOEEGuFFGJBign4LeLWOtJlUMWOoxJepmAUfKY1lDIfICgmlkgnY0gmlwhKwSRcqKbXVsdGlhZGRyc5YACASsEkXKBsEJAAoErBJFygbBCt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXEEaKyUPrQynmncsxKt26iX9rnYOeeZMF9Z-vXxaQRKDdGNwgsEJg3VkcILBC4V3YWt1MgA"}'
|
||
|
|
2025-12-24 04:14:33.492 INFO [src.node.waku_node] REST service is ready !!
|
||
|
|
2025-12-24 04:14:33.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49416/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.104.87/tcp/1237/p2p/16Uiu2HAmV4VcsDGPHNX1m72tAa7BvEQZDBnuod2fJEyzuTpDZAdA"]'
|
||
|
|
2025-12-24 04:14:33.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2025-12-24 04:14:33.524 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1236/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||
|
|
2025-12-24 04:14:33.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2025-12-24 04:14:33.535 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49416/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e7bb65ea-0c9d-401b-bcac-7bd74f70d549", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||
|
|
2025-12-24 04:14:33.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e7bb65ea-0c9d-401b-bcac-7bd74f70d549","statusDesc":"OK"}'
|
||
|
|
2025-12-24 04:14:33.546 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:49416/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||
|
|
2025-12-24 04:14:33.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||
|
|
2025-12-24 04:14:33.554 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1236/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||
|
|
2025-12-24 04:14:33.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2025-12-24 04:14:33.560 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
|
|
2025-12-24 04:14:33.660 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
|
|
2025-12-24 04:14:33.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49416/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-24 04:14:33.664 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766549673553877722,"ephemeral":false}]'
|
||
|
|
2025-12-24 04:14:33.666 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1236/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/2/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||
|
|
2025-12-24 04:14:33.670 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2025-12-24 04:14:33.670 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
|
|
2025-12-24 04:14:33.771 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
|
|
2025-12-24 04:14:33.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49416/filter/v2/messages/%2Ftest%2F2%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-24 04:14:33.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/2/waku-filter/proto","version":0,"timestamp":1766549673666119835,"ephemeral":false}]'
|
||
|
|
2025-12-24 04:14:33.777 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||
|
|
2025-12-24 04:14:33.778 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||
|
|
2025-12-24 04:14:33.778 DEBUG [src.node.waku_node] Stopping container with id b4efce5e53f7
|
||
|
|
2025-12-24 04:14:34.239 DEBUG [src.node.waku_node] Container stopped.
|
||
|
|
2025-12-24 04:14:34.239 DEBUG [src.node.waku_node] Stopping container with id 5384a235e66a
|
||
|
|
2025-12-24 04:14:34.728 DEBUG [src.node.waku_node] Container stopped.
|
||
|
|
2025-12-24 04:14:34.730 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||
|
|
2025-12-24 04:14:34.737 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||
|
|
2025-12-24 04:14:34.742 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|