mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
75 lines
14 KiB
Plaintext
75 lines
14 KiB
Plaintext
2026-03-05 04:33:08.179 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 04:33:08.179 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_from_non_existing_content_topic with id: 2026-03-05_04-33-08__ba6dfccb-9918-46cd-9c8f-156805671a9b
|
|
2026-03-05 04:33:08.179 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 04:33:08.180 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-05 04:33:08.180 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-05 04:33:08.188 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-05 04:33:08.188 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_04-33-08__ba6dfccb-9918-46cd-9c8f-156805671a9b__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:33:08.188 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 04:33:08.188 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 04:33:08.190 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 04:33:08.190 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.44.82
|
|
2026-03-05 04:33:08.190 DEBUG [src.node.docker_mananger] Generated ports ['52002', '52003', '52004', '52005', '52006']
|
|
2026-03-05 04:33:08.190 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 04:33:08.190 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 04:33:08.190 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 04:33:08.190 DEBUG [src.node.docker_mananger] docker run -i -t -p 52002:52002 -p 52003:52003 -p 52004:52004 -p 52005:52005 -p 52006:52006 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=52004 --rest-port=52002 --tcp-port=52003 --discv5-udp-port=52005 --rest-address=0.0.0.0 --nat=extip:172.18.44.82 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a2eecf5d03510ea0ac3edfbfd484f27dbfbc6d4b14f569f7fb74e9b7c7211319 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52006 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-05 04:33:08.389 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.44.82 waku 5f3cfa0811c1b7c1f2e9c2b1d473d94c7842546a4caf1f1fc7414addb3886836
|
|
2026-03-05 04:33:08.423 DEBUG [src.node.docker_mananger] Container started with ID 5f3cfa0811c1. Setting up logs at ./log/docker/node1_2026-03-05_04-33-08__ba6dfccb-9918-46cd-9c8f-156805671a9b__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:33:08.424 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52002
|
|
2026-03-05 04:33:08.424 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 04:33:08.425 ERROR [src.node.docker_mananger] Max retries reached for container 4748b52a2f9e. Exiting log stream.
|
|
2026-03-05 04:33:08.977 ERROR [src.node.docker_mananger] Max retries reached for container 2c52a47e4383. Exiting log stream.
|
|
2026-03-05 04:33:09.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52002/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:33:09.428 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-05 04:33:09.428 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 04:33:09.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52002/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:33:09.431 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.44.82/tcp/52003/p2p/16Uiu2HAmCmjxV5xwXJ8CvKUvniyCvZSP2K3foyFoBBm8i3DjRaem","/ip4/172.18.44.82/tcp/52004/ws/p2p/16Uiu2HAmCmjxV5xwXJ8CvKUvniyCvZSP2K3foyFoBBm8i3DjRaem"],"enrUri":"enr:-L24QMcBcWAKSuWmia99zJ5lSKhSVXPIl2HoXtC1g-fpZZlxI0y1TJ4u843xD2jPSkJ8KheT7z4uZXgumkXh_ly9wIACgmlkgnY0gmlwhKwSLFKKbXVsdGlhZGRyc5YACASsEixSBssjAAoErBIsUgbLJN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDAbrKjmj58XKwnoltTzGNeYFuMBsED7ZWMn1XA7cFqBKDdGNwgssjg3VkcILLJYV3YWt1MgU"}'
|
|
2026-03-05 04:33:09.431 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 04:33:09.431 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-05 04:33:09.438 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-05 04:33:09.439 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-05_04-33-08__ba6dfccb-9918-46cd-9c8f-156805671a9b__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:33:09.439 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 04:33:09.439 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 04:33:09.440 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 04:33:09.441 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.139.208
|
|
2026-03-05 04:33:09.441 DEBUG [src.node.docker_mananger] Generated ports ['18047', '18048', '18049', '18050', '18051']
|
|
2026-03-05 04:33:09.441 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 04:33:09.441 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 04:33:09.441 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 04:33:09.441 DEBUG [src.node.docker_mananger] docker run -i -t -p 18047:18047 -p 18048:18048 -p 18049:18049 -p 18050:18050 -p 18051:18051 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=18049 --rest-port=18047 --tcp-port=18048 --discv5-udp-port=18050 --rest-address=0.0.0.0 --nat=extip:172.18.139.208 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=095245c90ac2acee8deb465eabdfe79b46e7e70c59cdec0cccdb1dfcdf9a37bc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18051 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QMcBcWAKSuWmia99zJ5lSKhSVXPIl2HoXtC1g-fpZZlxI0y1TJ4u843xD2jPSkJ8KheT7z4uZXgumkXh_ly9wIACgmlkgnY0gmlwhKwSLFKKbXVsdGlhZGRyc5YACASsEixSBssjAAoErBIsUgbLJN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDAbrKjmj58XKwnoltTzGNeYFuMBsED7ZWMn1XA7cFqBKDdGNwgssjg3VkcILLJYV3YWt1MgU --filternode=/ip4/172.18.44.82/tcp/52003/p2p/16Uiu2HAmCmjxV5xwXJ8CvKUvniyCvZSP2K3foyFoBBm8i3DjRaem
|
|
2026-03-05 04:33:09.649 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.139.208 waku 4630c566c126d87cd9d19be29671f9ac52f8d86fc76aef5eef08e630f5e6b5f5
|
|
2026-03-05 04:33:09.682 DEBUG [src.node.docker_mananger] Container started with ID 4630c566c126. Setting up logs at ./log/docker/node2_2026-03-05_04-33-08__ba6dfccb-9918-46cd-9c8f-156805671a9b__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:33:09.683 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18047
|
|
2026-03-05 04:33:09.683 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 04:33:10.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18047/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:33:10.687 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-05 04:33:10.687 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 04:33:10.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18047/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:33:10.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.139.208/tcp/18048/p2p/16Uiu2HAkv1DWxqBFRFp1CpcbH3GKwHJD37fEtSJz6WzUdrjtrB1j","/ip4/172.18.139.208/tcp/18049/ws/p2p/16Uiu2HAkv1DWxqBFRFp1CpcbH3GKwHJD37fEtSJz6WzUdrjtrB1j"],"enrUri":"enr:-L24QBgIaO5pKA2bzdBixFbDvn9oLF-hygqu4xT8YL9W8EC3SfI8tHVzefu5wIIDvOiFTlDQz9ymQO1aqMH3pdr-7vwCgmlkgnY0gmlwhKwSi9CKbXVsdGlhZGRyc5YACASsEovQBkaAAAoErBKL0AZGgd0DgnJzhQADAQAAiXNlY3AyNTZrMaECCJfTf4tKIjNxyyagJEeJi6yzSan-nhiQ4ZQ-8hijaOqDdGNwgkaAg3VkcIJGgoV3YWt1MgA"}'
|
|
2026-03-05 04:33:10.690 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 04:33:10.690 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18047/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.44.82/tcp/52003/p2p/16Uiu2HAmCmjxV5xwXJ8CvKUvniyCvZSP2K3foyFoBBm8i3DjRaem"]'
|
|
2026-03-05 04:33:10.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:33:10.724 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-05 04:33:10.725 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52002/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-05 04:33:10.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:33:10.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18047/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b649b8fa-6e66-4d7c-b2b7-7999e0b69b48", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-05 04:33:10.756 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b649b8fa-6e66-4d7c-b2b7-7999e0b69b48","statusDesc":"OK"}'
|
|
2026-03-05 04:33:10.760 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:18047/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-05 04:33:10.769 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:18047/filter/v2/subscriptions. Response content: b'{"requestId":"1","statusDesc":"NOT_FOUND: peer has no subscriptions"}'
|
|
2026-03-05 04:33:10.770 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52002/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-05 04:33:10.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:33:10.778 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 04:33:10.879 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:33:10.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18047/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:33:10.882 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":1772685190770911978,"ephemeral":false}]'
|
|
2026-03-05 04:33:10.885 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 04:33:10.887 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 04:33:10.887 DEBUG [src.node.waku_node] Stopping container with id 5f3cfa0811c1
|
|
2026-03-05 04:33:11.418 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 04:33:11.420 DEBUG [src.node.waku_node] Stopping container with id 4630c566c126
|
|
2026-03-05 04:33:11.960 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 04:33:11.962 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 04:33:11.968 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 04:33:11.974 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|