mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-30 15:43:32 +00:00
74 lines
14 KiB
Plaintext
74 lines
14 KiB
Plaintext
2026-03-18 09:08:48.168 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-18 09:08:48.168 DEBUG [tests.conftest] Running test: test_filter_update_subscription_refresh_existing with id: 2026-03-18_09-08-48__06366ff4-9285-4bd9-8bf7-af84d946dc8d
|
|
2026-03-18 09:08:48.168 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-18 09:08:48.169 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-18 09:08:48.169 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-18 09:08:48.176 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
|
|
2026-03-18 09:08:48.176 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-18_09-08-48__06366ff4-9285-4bd9-8bf7-af84d946dc8d__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:08:48.176 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-18 09:08:48.176 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-18 09:08:48.178 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-18 09:08:48.178 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.87.45
|
|
2026-03-18 09:08:48.178 DEBUG [src.node.docker_mananger] Generated ports ['25853', '25854', '25855', '25856', '25857']
|
|
2026-03-18 09:08:48.178 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-18 09:08:48.178 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-18 09:08:48.178 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-18 09:08:48.179 DEBUG [src.node.docker_mananger] docker run -i -t -p 25853:25853 -p 25854:25854 -p 25855:25855 -p 25856:25856 -p 25857:25857 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25855 --rest-port=25853 --tcp-port=25854 --discv5-udp-port=25856 --rest-address=0.0.0.0 --nat=extip:172.18.87.45 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=e52f8186922fd8f5d265d681def331d829d73cbdde98cd77e2afbef7dbcec19d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25857 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-18 09:08:48.378 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.87.45 waku 15aa726bd2c801826d67ec1587593d13ee2b21237de34a506580343b5171a519
|
|
2026-03-18 09:08:48.386 ERROR [src.node.docker_mananger] Max retries reached for container 2e6f81f41cb1. Exiting log stream.
|
|
2026-03-18 09:08:48.420 DEBUG [src.node.docker_mananger] Container started with ID 15aa726bd2c8. Setting up logs at ./log/docker/node1_2026-03-18_09-08-48__06366ff4-9285-4bd9-8bf7-af84d946dc8d__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:08:48.421 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 25853
|
|
2026-03-18 09:08:48.421 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-18 09:08:48.978 ERROR [src.node.docker_mananger] Max retries reached for container a766d3021cb1. Exiting log stream.
|
|
2026-03-18 09:08:49.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25853/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:08:49.424 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_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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-18 09:08:49.424 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-18 09:08:49.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25853/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:08:49.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.87.45/tcp/25854/p2p/16Uiu2HAmJgxCRxAJZRyFVx1LBxo5wYwCaVQBiqYoLTfNGtpzV998","/ip4/172.18.87.45/tcp/25855/ws/p2p/16Uiu2HAmJgxCRxAJZRyFVx1LBxo5wYwCaVQBiqYoLTfNGtpzV998"],"enrUri":"enr:-L24QMw5RtmFWC4r0mUCYD3nVL2kbUGfGxzm86mNmMa_O_xgFRHKZKvbvoLIFfktTmIbk37C_olxMXSMhkDiDYwhX5QCgmlkgnY0gmlwhKwSVy2KbXVsdGlhZGRyc5YACASsElctBmT-AAoErBJXLQZk_90DgnJzhQDGAQAAiXNlY3AyNTZrMaEDWabZXGn5W9xjeTrUcv0AcSdNCXEBG53T34nu0Z5edYeDdGNwgmT-g3VkcIJlAIV3YWt1MgU"}'
|
|
2026-03-18 09:08:49.427 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-18 09:08:49.427 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-18 09:08:49.434 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
|
|
2026-03-18 09:08:49.434 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-18_09-08-48__06366ff4-9285-4bd9-8bf7-af84d946dc8d__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:08:49.434 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-18 09:08:49.435 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-18 09:08:49.436 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-18 09:08:49.436 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.76.8
|
|
2026-03-18 09:08:49.436 DEBUG [src.node.docker_mananger] Generated ports ['6356', '6357', '6358', '6359', '6360']
|
|
2026-03-18 09:08:49.436 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-18 09:08:49.436 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-18 09:08:49.437 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-18 09:08:49.437 DEBUG [src.node.docker_mananger] docker run -i -t -p 6356:6356 -p 6357:6357 -p 6358:6358 -p 6359:6359 -p 6360:6360 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6358 --rest-port=6356 --tcp-port=6357 --discv5-udp-port=6359 --rest-address=0.0.0.0 --nat=extip:172.18.76.8 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=d1ab1fa26750cc2de82ded902e88ef01d87c051faed3daf17e81cfffbbafcb76 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6360 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QMw5RtmFWC4r0mUCYD3nVL2kbUGfGxzm86mNmMa_O_xgFRHKZKvbvoLIFfktTmIbk37C_olxMXSMhkDiDYwhX5QCgmlkgnY0gmlwhKwSVy2KbXVsdGlhZGRyc5YACASsElctBmT-AAoErBJXLQZk_90DgnJzhQDGAQAAiXNlY3AyNTZrMaEDWabZXGn5W9xjeTrUcv0AcSdNCXEBG53T34nu0Z5edYeDdGNwgmT-g3VkcIJlAIV3YWt1MgU --filternode=/ip4/172.18.87.45/tcp/25854/p2p/16Uiu2HAmJgxCRxAJZRyFVx1LBxo5wYwCaVQBiqYoLTfNGtpzV998
|
|
2026-03-18 09:08:49.641 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.76.8 waku d6b3219c27c25b7c3d6da0ae5d1b142580db8c3468a84732aa8abdd7f600c536
|
|
2026-03-18 09:08:49.678 DEBUG [src.node.docker_mananger] Container started with ID d6b3219c27c2. Setting up logs at ./log/docker/node2_2026-03-18_09-08-48__06366ff4-9285-4bd9-8bf7-af84d946dc8d__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:08:49.678 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 6356
|
|
2026-03-18 09:08:49.679 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-18 09:08:50.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6356/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:08:50.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-18 09:08:50.683 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-18 09:08:50.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6356/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:08:50.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.76.8/tcp/6357/p2p/16Uiu2HAmMfZvVpZGGshCxZR1VT5f3Yqy62uaLQh9id1TdxV5GNmo","/ip4/172.18.76.8/tcp/6358/ws/p2p/16Uiu2HAmMfZvVpZGGshCxZR1VT5f3Yqy62uaLQh9id1TdxV5GNmo"],"enrUri":"enr:-L24QPEe_96k32Th_LrMIbAMGJuwxC_SZXd22RWuLnlU6z3oF801pCHPxC34qBBHI8C62FutCwWYhcDJVNCv4ER3MYoCgmlkgnY0gmlwhKwSTAiKbXVsdGlhZGRyc5YACASsEkwIBhjVAAoErBJMCAYY1t0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDhd8kl6pBhAM3oG0DSJXhbYgB9Go3j8I6PEAsaywnG_KDdGNwghjVg3VkcIIY14V3YWt1MgA"}'
|
|
2026-03-18 09:08:50.685 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-18 09:08:50.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6356/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.87.45/tcp/25854/p2p/16Uiu2HAmJgxCRxAJZRyFVx1LBxo5wYwCaVQBiqYoLTfNGtpzV998"]'
|
|
2026-03-18 09:08:50.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:08:50.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25853/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
|
|
2026-03-18 09:08:50.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:08:50.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6356/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "00df9a29-b5f7-4b32-b259-5c3747e2e3f9", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-18 09:08:50.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"00df9a29-b5f7-4b32-b259-5c3747e2e3f9","statusDesc":"OK"}'
|
|
2026-03-18 09:08:50.754 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:6356/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-18 09:08:50.764 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-18 09:08:50.765 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25853/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-18 09:08:50.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:08:50.773 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-18 09:08:50.874 DEBUG [src.steps.filter] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
|
|
2026-03-18 09:08:50.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6356/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:08:50.877 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":1773824930764962995,"ephemeral":false}]'
|
|
2026-03-18 09:08:50.879 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-18 09:08:50.880 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-18 09:08:50.881 DEBUG [src.node.waku_node] Stopping container with id 15aa726bd2c8
|
|
2026-03-18 09:08:51.441 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-18 09:08:51.442 DEBUG [src.node.waku_node] Stopping container with id d6b3219c27c2
|
|
2026-03-18 09:08:51.983 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-18 09:08:51.984 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-18 09:08:51.996 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-18 09:08:52.002 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|