mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 17:43:17 +00:00
75 lines
13 KiB
Plaintext
75 lines
13 KiB
Plaintext
2026-03-21 04:39:12.959 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-21 04:39:12.960 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_from_non_existing_pubsub_topic with id: 2026-03-21_04-39-12__ff909d9a-15ba-45da-8fc2-a6e42e69ac40
|
|
2026-03-21 04:39:12.960 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-21 04:39:12.961 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-21 04:39:12.962 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-21 04:39:12.971 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:39:12.971 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-21_04-39-12__ff909d9a-15ba-45da-8fc2-a6e42e69ac40__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:39:12.972 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:39:12.972 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:39:12.974 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:39:12.975 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.140.22
|
|
2026-03-21 04:39:12.975 DEBUG [src.node.docker_mananger] Generated ports ['6367', '6368', '6369', '6370', '6371']
|
|
2026-03-21 04:39:12.975 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:39:12.976 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:39:12.976 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:39:12.977 DEBUG [src.node.docker_mananger] docker run -i -t -p 6367:6367 -p 6368:6368 -p 6369:6369 -p 6370:6370 -p 6371:6371 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=6369 --rest-port=6367 --tcp-port=6368 --discv5-udp-port=6370 --rest-address=0.0.0.0 --nat=extip:172.18.140.22 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=acaff9deeb0f3fc8ff6e1f0ea9676a3c4935dce4bfab192bb9fc3ecbbdbae9df --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6371 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-21 04:39:13.165 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.140.22 waku 54058322f4f7e43987d61515fc77bf4ef8fb5fe039f92c3bdf8e0b591f6877b4
|
|
2026-03-21 04:39:13.194 ERROR [src.node.docker_mananger] Max retries reached for container 6919f5fbcac5. Exiting log stream.
|
|
2026-03-21 04:39:13.199 DEBUG [src.node.docker_mananger] Container started with ID 54058322f4f7. Setting up logs at ./log/docker/node1_2026-03-21_04-39-12__ff909d9a-15ba-45da-8fc2-a6e42e69ac40__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:39:13.201 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6367
|
|
2026-03-21 04:39:13.202 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:39:13.790 ERROR [src.node.docker_mananger] Max retries reached for container 0d4bd956c17c. Exiting log stream.
|
|
2026-03-21 04:39:14.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6367/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:39:14.205 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-21 04:39:14.206 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:39:14.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6367/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:39:14.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.140.22/tcp/6368/p2p/16Uiu2HAmNAjZb4s6EqiNnzH6DvtLKDVppi77nGF3fgxPC9uDGcDA","/ip4/172.18.140.22/tcp/6369/ws/p2p/16Uiu2HAmNAjZb4s6EqiNnzH6DvtLKDVppi77nGF3fgxPC9uDGcDA"],"enrUri":"enr:-L24QP6VJ2Q8YGq4ASGMqkQjPQ1NwckLYN-z3CRy5ETRE_sleRJMzE8cAs2Kc_vV0DeWrpFrxh756D3zNIhzaY0Cj_YCgmlkgnY0gmlwhKwSjBaKbXVsdGlhZGRyc5YACASsEowWBhjgAAoErBKMFgYY4d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDjVfixGV8ATiLO8Xe613oOXxA09oKtKVqH95hy-IlFcWDdGNwghjgg3VkcIIY4oV3YWt1MgU"}'
|
|
2026-03-21 04:39:14.208 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:39:14.209 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-21 04:39:14.216 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:39:14.216 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-21_04-39-12__ff909d9a-15ba-45da-8fc2-a6e42e69ac40__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:39:14.216 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:39:14.216 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:39:14.218 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:39:14.218 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.186.12
|
|
2026-03-21 04:39:14.218 DEBUG [src.node.docker_mananger] Generated ports ['29508', '29509', '29510', '29511', '29512']
|
|
2026-03-21 04:39:14.218 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:39:14.219 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:39:14.219 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:39:14.219 DEBUG [src.node.docker_mananger] docker run -i -t -p 29508:29508 -p 29509:29509 -p 29510:29510 -p 29511:29511 -p 29512:29512 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=29510 --rest-port=29508 --tcp-port=29509 --discv5-udp-port=29511 --rest-address=0.0.0.0 --nat=extip:172.18.186.12 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=97dcef6fcbe4c3fca948aeadf2c865ebe5dfdb1dbff6ace894e82aeec6bf0bfb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29512 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QP6VJ2Q8YGq4ASGMqkQjPQ1NwckLYN-z3CRy5ETRE_sleRJMzE8cAs2Kc_vV0DeWrpFrxh756D3zNIhzaY0Cj_YCgmlkgnY0gmlwhKwSjBaKbXVsdGlhZGRyc5YACASsEowWBhjgAAoErBKMFgYY4d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDjVfixGV8ATiLO8Xe613oOXxA09oKtKVqH95hy-IlFcWDdGNwghjgg3VkcIIY4oV3YWt1MgU --filternode=/ip4/172.18.140.22/tcp/6368/p2p/16Uiu2HAmNAjZb4s6EqiNnzH6DvtLKDVppi77nGF3fgxPC9uDGcDA
|
|
2026-03-21 04:39:14.412 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.186.12 waku a5a3b06398f9023b82b70afc1a35a1ae94bbbbfb791b5b496383c794d8367ffc
|
|
2026-03-21 04:39:14.444 DEBUG [src.node.docker_mananger] Container started with ID a5a3b06398f9. Setting up logs at ./log/docker/node2_2026-03-21_04-39-12__ff909d9a-15ba-45da-8fc2-a6e42e69ac40__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:39:14.444 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29508
|
|
2026-03-21 04:39:14.445 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:39:15.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29508/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:39:15.448 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-21 04:39:15.449 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:39:15.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29508/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:39:15.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.186.12/tcp/29509/p2p/16Uiu2HAm9UzgyP2vWfpDjrYQXwRaULBZMy2iRmjzGQGqTqZtdC5f","/ip4/172.18.186.12/tcp/29510/ws/p2p/16Uiu2HAm9UzgyP2vWfpDjrYQXwRaULBZMy2iRmjzGQGqTqZtdC5f"],"enrUri":"enr:-L24QBbRuBm_W5dVgmr4YHMRZj4vnTm1bPWQlBanfuvDQmoNHwRaMv97HyZkkwurD6JZRy_tRpWi56g8_R93WGqnN_sCgmlkgnY0gmlwhKwSugyKbXVsdGlhZGRyc5YACASsEroMBnNFAAoErBK6DAZzRt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0N2DzRhIzkh42Ees-g16TGr9YRFH2dzPN3K3Ao8ypGqDdGNwgnNFg3VkcIJzR4V3YWt1MgA"}'
|
|
2026-03-21 04:39:15.451 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:39:15.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29508/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.140.22/tcp/6368/p2p/16Uiu2HAmNAjZb4s6EqiNnzH6DvtLKDVppi77nGF3fgxPC9uDGcDA"]'
|
|
2026-03-21 04:39:15.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:39:15.487 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-21 04:39:15.487 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6367/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-21 04:39:15.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:39:15.507 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29508/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "252ed292-3dfc-495b-9bda-8130ff2062ea", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-21 04:39:15.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"252ed292-3dfc-495b-9bda-8130ff2062ea","statusDesc":"OK"}'
|
|
2026-03-21 04:39:15.524 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:29508/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/waku/2/rs/3/1"], "pubsubTopic": "/waku/2/rs/3/9"}'
|
|
2026-03-21 04:39:15.532 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:29508/filter/v2/subscriptions. Response content: b'{"requestId":"1","statusDesc":"NOT_FOUND: peer has no subscriptions"}'
|
|
2026-03-21 04:39:15.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6367/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-21 04:39:15.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:39:15.541 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:39:15.642 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:39:15.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29508/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:39:15.645 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":1774067955533891813,"ephemeral":false}]'
|
|
2026-03-21 04:39:15.648 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-21 04:39:15.649 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-21 04:39:15.649 DEBUG [src.node.waku_node] Stopping container with id 54058322f4f7
|
|
2026-03-21 04:39:16.213 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:39:16.214 DEBUG [src.node.waku_node] Stopping container with id a5a3b06398f9
|
|
2026-03-21 04:39:16.769 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:39:16.771 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-21 04:39:16.777 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-21 04:39:16.783 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|