mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 17:13:09 +00:00
82 lines
15 KiB
Plaintext
82 lines
15 KiB
Plaintext
2026-03-03 04:33:59.397 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:33:59.397 DEBUG [tests.conftest] Running test: test_filter_subscribe_refresh with id: 2026-03-03_04-33-59__7888e91b-73ad-44fb-a04d-fdc531853da7
|
|
2026-03-03 04:33:59.397 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:33:59.398 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-03 04:33:59.398 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-03 04:33:59.405 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:33:59.405 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-33-59__7888e91b-73ad-44fb-a04d-fdc531853da7__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:33:59.405 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:33:59.405 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:33:59.407 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:33:59.407 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.62.102
|
|
2026-03-03 04:33:59.407 DEBUG [src.node.docker_mananger] Generated ports ['50752', '50753', '50754', '50755', '50756']
|
|
2026-03-03 04:33:59.407 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:33:59.407 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:33:59.408 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:33:59.408 DEBUG [src.node.docker_mananger] docker run -i -t -p 50752:50752 -p 50753:50753 -p 50754:50754 -p 50755:50755 -p 50756:50756 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=50754 --rest-port=50752 --tcp-port=50753 --discv5-udp-port=50755 --rest-address=0.0.0.0 --nat=extip:172.18.62.102 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=98d6bdade2a0acd47a9ded9acbea0536059fcf1caf53b9e600f7cdd4ed0d9472 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50756 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-03 04:33:59.606 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.62.102 waku 4c14d9741cfb316b86aef8bc1c7a8052e26afff4ea55ce13c8f2a4f32648bb80
|
|
2026-03-03 04:33:59.641 DEBUG [src.node.docker_mananger] Container started with ID 4c14d9741cfb. Setting up logs at ./log/docker/node1_2026-03-03_04-33-59__7888e91b-73ad-44fb-a04d-fdc531853da7__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:33:59.642 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50752
|
|
2026-03-03 04:33:59.642 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:33:59.681 ERROR [src.node.docker_mananger] Max retries reached for container 5a166deb2961. Exiting log stream.
|
|
2026-03-03 04:34:00.204 ERROR [src.node.docker_mananger] Max retries reached for container c1e7556098e9. Exiting log stream.
|
|
2026-03-03 04:34:00.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50752/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:00.645 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-03 04:34:00.646 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:34:00.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50752/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:00.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.62.102/tcp/50753/p2p/16Uiu2HAm6SJ5DymU8SrZDZbbeX3HuC1qL1L1uFPUg36PAbWb6ktX","/ip4/172.18.62.102/tcp/50754/ws/p2p/16Uiu2HAm6SJ5DymU8SrZDZbbeX3HuC1qL1L1uFPUg36PAbWb6ktX"],"enrUri":"enr:-L24QEU8d0-FnnQf166EGoAf8Al3F8qPv-AsU3ZxnogZLp-TbxCGU64RT3PweMjsPwLYBjDfOptWfp7XNMwmFxGhBSwCgmlkgnY0gmlwhKwSPmaKbXVsdGlhZGRyc5YACASsEj5mBsZBAAoErBI-ZgbGQt0DgnJzhQADAQAAiXNlY3AyNTZrMaECo5leDcfC1R7PzT0BOd4glSyIfVUJ3IXqDp9ndeaszcCDdGNwgsZBg3VkcILGQ4V3YWt1MgU"}'
|
|
2026-03-03 04:34:00.649 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:34:00.649 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-03 04:34:00.656 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:34:00.656 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-33-59__7888e91b-73ad-44fb-a04d-fdc531853da7__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:00.656 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:34:00.656 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:34:00.657 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:34:00.657 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.79.9
|
|
2026-03-03 04:34:00.658 DEBUG [src.node.docker_mananger] Generated ports ['63646', '63647', '63648', '63649', '63650']
|
|
2026-03-03 04:34:00.658 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:34:00.658 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:34:00.658 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:34:00.658 DEBUG [src.node.docker_mananger] docker run -i -t -p 63646:63646 -p 63647:63647 -p 63648:63648 -p 63649:63649 -p 63650:63650 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=63648 --rest-port=63646 --tcp-port=63647 --discv5-udp-port=63649 --rest-address=0.0.0.0 --nat=extip:172.18.79.9 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2aef0f2ffe56bcc8dcdfa4cc22e0bc4ddf095e1bf846417e8af1befa1d5eefa5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63650 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QEU8d0-FnnQf166EGoAf8Al3F8qPv-AsU3ZxnogZLp-TbxCGU64RT3PweMjsPwLYBjDfOptWfp7XNMwmFxGhBSwCgmlkgnY0gmlwhKwSPmaKbXVsdGlhZGRyc5YACASsEj5mBsZBAAoErBI-ZgbGQt0DgnJzhQADAQAAiXNlY3AyNTZrMaECo5leDcfC1R7PzT0BOd4glSyIfVUJ3IXqDp9ndeaszcCDdGNwgsZBg3VkcILGQ4V3YWt1MgU --filternode=/ip4/172.18.62.102/tcp/50753/p2p/16Uiu2HAm6SJ5DymU8SrZDZbbeX3HuC1qL1L1uFPUg36PAbWb6ktX
|
|
2026-03-03 04:34:00.846 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.79.9 waku 2c7846d905221e6f6e8a0f7d3b193570edc0ca2dc51181b97005ede0faac0edf
|
|
2026-03-03 04:34:00.882 DEBUG [src.node.docker_mananger] Container started with ID 2c7846d90522. Setting up logs at ./log/docker/node2_2026-03-03_04-33-59__7888e91b-73ad-44fb-a04d-fdc531853da7__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:00.882 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63646
|
|
2026-03-03 04:34:00.883 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:34:01.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63646/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:01.886 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-03 04:34:01.886 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:34:01.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63646/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:01.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.79.9/tcp/63647/p2p/16Uiu2HAmLaCefmpcafjC5DXWsXmCtT7nRspexYyycwTJVxcmAtjV","/ip4/172.18.79.9/tcp/63648/ws/p2p/16Uiu2HAmLaCefmpcafjC5DXWsXmCtT7nRspexYyycwTJVxcmAtjV"],"enrUri":"enr:-L24QH4rAbwtDUX5xbcdbDRKkbVaPgg2wMCVd-YA-csogRRwC2cxsmN591qwvWKFd4VjfzbuZhsAimpNhMhoCWCygVcCgmlkgnY0gmlwhKwSTwmKbXVsdGlhZGRyc5YACASsEk8JBvifAAoErBJPCQb4oN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDdaN_pXz1x4h73VceuZdoBYULPKS3UobMSRNnwEFFSZSDdGNwgvifg3VkcIL4oYV3YWt1MgA"}'
|
|
2026-03-03 04:34:01.889 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:34:01.889 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63646/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.62.102/tcp/50753/p2p/16Uiu2HAm6SJ5DymU8SrZDZbbeX3HuC1qL1L1uFPUg36PAbWb6ktX"]'
|
|
2026-03-03 04:34:01.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:01.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50752/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-03 04:34:01.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:01.947 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63646/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f993e8f9-7a3a-4ca4-ab7c-cb69f39ae8a9", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:34:01.961 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"f993e8f9-7a3a-4ca4-ab7c-cb69f39ae8a9","statusDesc":"OK"}'
|
|
2026-03-03 04:34:01.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50752/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)'}'
|
|
2026-03-03 04:34:01.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:01.970 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:34:02.070 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:02.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63646/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:02.073 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":1772512441961801607,"ephemeral":false}]'
|
|
2026-03-03 04:34:02.075 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50752/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-03 04:34:02.078 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:02.078 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63646/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "a232eb53-f1dd-4d1f-b4e8-474c118b40dd", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:34:02.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"a232eb53-f1dd-4d1f-b4e8-474c118b40dd","statusDesc":"OK"}'
|
|
2026-03-03 04:34:02.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50752/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)'}'
|
|
2026-03-03 04:34:02.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:02.092 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:34:02.192 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:34:02.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63646/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:02.195 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":1772512442087768617,"ephemeral":false}]'
|
|
2026-03-03 04:34:02.198 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:34:02.199 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:34:02.199 DEBUG [src.node.waku_node] Stopping container with id 4c14d9741cfb
|
|
2026-03-03 04:34:02.767 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:34:02.770 DEBUG [src.node.waku_node] Stopping container with id 2c7846d90522
|
|
2026-03-03 04:34:03.301 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:34:03.301 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:34:03.309 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:34:03.314 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|