mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-30 15:43:32 +00:00
81 lines
14 KiB
Plaintext
81 lines
14 KiB
Plaintext
2026-03-17 04:37:21.305 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-17 04:37:21.305 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_from_single_content_topic with id: 2026-03-17_04-37-21__d451eb9d-a9e7-4ce5-8aca-93a7b7d9f683
|
|
2026-03-17 04:37:21.305 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-17 04:37:21.306 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-17 04:37:21.306 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-17 04:37:21.313 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-17 04:37:21.313 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-17_04-37-21__d451eb9d-a9e7-4ce5-8aca-93a7b7d9f683__wakuorg_nwaku:latest.log
|
|
2026-03-17 04:37:21.313 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-17 04:37:21.313 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-17 04:37:21.315 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-17 04:37:21.315 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.194.72
|
|
2026-03-17 04:37:21.315 DEBUG [src.node.docker_mananger] Generated ports ['8845', '8846', '8847', '8848', '8849']
|
|
2026-03-17 04:37:21.315 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-17 04:37:21.315 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-17 04:37:21.315 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-17 04:37:21.315 DEBUG [src.node.docker_mananger] docker run -i -t -p 8845:8845 -p 8846:8846 -p 8847:8847 -p 8848:8848 -p 8849:8849 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=8847 --rest-port=8845 --tcp-port=8846 --discv5-udp-port=8848 --rest-address=0.0.0.0 --nat=extip:172.18.194.72 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a68c8cd4e01eef30afbbb22a9acf8f0d4ebd8fff98a4ef6020218c0b96f26ad0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8849 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-17 04:37:21.466 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.194.72 waku f4ca13b8d2a4792815f7e277e7ecc5afbc5f0d8c872851a18de2ea02a5847bce
|
|
2026-03-17 04:37:21.492 DEBUG [src.node.docker_mananger] Container started with ID f4ca13b8d2a4. Setting up logs at ./log/docker/node1_2026-03-17_04-37-21__d451eb9d-a9e7-4ce5-8aca-93a7b7d9f683__wakuorg_nwaku:latest.log
|
|
2026-03-17 04:37:21.494 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8845
|
|
2026-03-17 04:37:21.494 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-17 04:37:21.629 ERROR [src.node.docker_mananger] Max retries reached for container 3b8b02042359. Exiting log stream.
|
|
2026-03-17 04:37:22.107 ERROR [src.node.docker_mananger] Max retries reached for container 8fa9a3b65195. Exiting log stream.
|
|
2026-03-17 04:37:22.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8845/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:22.497 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-17 04:37:22.498 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-17 04:37:22.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8845/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:22.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.194.72/tcp/8846/p2p/16Uiu2HAmJttaEUAxwmwkJXyPHdRM2UkT6UQoDrxYfhra9dTGVsaH","/ip4/172.18.194.72/tcp/8847/ws/p2p/16Uiu2HAmJttaEUAxwmwkJXyPHdRM2UkT6UQoDrxYfhra9dTGVsaH"],"enrUri":"enr:-L24QN8RoNgNfGmw7wAfSMGo-jn4AWism2MJsrBWibRQCgfJUnWBZkl_2LDQKQZ2KJqZ_C2bYSadlZ_yowbxW-GAjyICgmlkgnY0gmlwhKwSwkiKbXVsdGlhZGRyc5YACASsEsJIBiKOAAoErBLCSAYij90DgnJzhQADAQAAiXNlY3AyNTZrMaEDXLW4krryT96XY5oumUaQjkig0KIFf-XZ71gnHnbyeyKDdGNwgiKOg3VkcIIikIV3YWt1MgU"}'
|
|
2026-03-17 04:37:22.500 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-17 04:37:22.500 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-17 04:37:22.506 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-17 04:37:22.506 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-17_04-37-21__d451eb9d-a9e7-4ce5-8aca-93a7b7d9f683__wakuorg_nwaku:latest.log
|
|
2026-03-17 04:37:22.507 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-17 04:37:22.507 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-17 04:37:22.508 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-17 04:37:22.508 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.254.19
|
|
2026-03-17 04:37:22.508 DEBUG [src.node.docker_mananger] Generated ports ['61142', '61143', '61144', '61145', '61146']
|
|
2026-03-17 04:37:22.508 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-17 04:37:22.508 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-17 04:37:22.508 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-17 04:37:22.509 DEBUG [src.node.docker_mananger] docker run -i -t -p 61142:61142 -p 61143:61143 -p 61144:61144 -p 61145:61145 -p 61146:61146 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=61144 --rest-port=61142 --tcp-port=61143 --discv5-udp-port=61145 --rest-address=0.0.0.0 --nat=extip:172.18.254.19 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c428b9d45ff4c6bddca7d5f91bffc6d8c63fed469da3ffa4cee4a255cadf588f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61146 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QN8RoNgNfGmw7wAfSMGo-jn4AWism2MJsrBWibRQCgfJUnWBZkl_2LDQKQZ2KJqZ_C2bYSadlZ_yowbxW-GAjyICgmlkgnY0gmlwhKwSwkiKbXVsdGlhZGRyc5YACASsEsJIBiKOAAoErBLCSAYij90DgnJzhQADAQAAiXNlY3AyNTZrMaEDXLW4krryT96XY5oumUaQjkig0KIFf-XZ71gnHnbyeyKDdGNwgiKOg3VkcIIikIV3YWt1MgU --filternode=/ip4/172.18.194.72/tcp/8846/p2p/16Uiu2HAmJttaEUAxwmwkJXyPHdRM2UkT6UQoDrxYfhra9dTGVsaH
|
|
2026-03-17 04:37:22.668 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.254.19 waku 0e1d3aec6e56421f98555f5256f1d5b3d63e94bb65913db81b7ed32c2c681583
|
|
2026-03-17 04:37:22.692 DEBUG [src.node.docker_mananger] Container started with ID 0e1d3aec6e56. Setting up logs at ./log/docker/node2_2026-03-17_04-37-21__d451eb9d-a9e7-4ce5-8aca-93a7b7d9f683__wakuorg_nwaku:latest.log
|
|
2026-03-17 04:37:22.692 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61142
|
|
2026-03-17 04:37:22.693 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-17 04:37:23.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61142/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:23.697 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-17 04:37:23.697 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-17 04:37:23.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61142/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:23.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.254.19/tcp/61143/p2p/16Uiu2HAmQpi7kHpC91x4LfrZWqYL9YzvBUGRJFN8sRPWve7Uxf7k","/ip4/172.18.254.19/tcp/61144/ws/p2p/16Uiu2HAmQpi7kHpC91x4LfrZWqYL9YzvBUGRJFN8sRPWve7Uxf7k"],"enrUri":"enr:-L24QBx6NopWFC6QVQ-NBcFsLO1zytJoR5wym9M5iTLLBn0vLIqiAXePeH_KYMxvpiNjPpjlk7lsvcSzoCJkXDkV1vICgmlkgnY0gmlwhKwS_hOKbXVsdGlhZGRyc5YACASsEv4TBu7XAAoErBL-Ewbu2N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtMmyKOAO9CsdbmLA4wA8aU3q8H-G__eR7ZFL55SNgqeDdGNwgu7Xg3VkcILu2YV3YWt1MgA"}'
|
|
2026-03-17 04:37:23.700 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-17 04:37:23.700 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61142/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.194.72/tcp/8846/p2p/16Uiu2HAmJttaEUAxwmwkJXyPHdRM2UkT6UQoDrxYfhra9dTGVsaH"]'
|
|
2026-03-17 04:37:23.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:37:23.734 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-17 04:37:23.734 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8845/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-17 04:37:23.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:37:23.750 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61142/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "d2ac785a-a240-468a-8157-4bbdd85e59b0", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-17 04:37:23.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"d2ac785a-a240-468a-8157-4bbdd85e59b0","statusDesc":"OK"}'
|
|
2026-03-17 04:37:23.762 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8845/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-17 04:37:23.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:37:23.769 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:37:23.869 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:37:23.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61142/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:23.873 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":1773722243762918975,"ephemeral":false}]'
|
|
2026-03-17 04:37:23.875 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:61142/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-17 04:37:23.884 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-17 04:37:23.884 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8845/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-17 04:37:23.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:37:23.888 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:37:23.988 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:37:23.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61142/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:23.992 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:61142/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/1/waku-filter/proto'
|
|
2026-03-17 04:37:23.994 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-17 04:37:23.995 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-17 04:37:23.995 DEBUG [src.node.waku_node] Stopping container with id f4ca13b8d2a4
|
|
2026-03-17 04:37:24.487 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-17 04:37:24.487 DEBUG [src.node.waku_node] Stopping container with id 0e1d3aec6e56
|
|
2026-03-17 04:37:24.956 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-17 04:37:24.957 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-17 04:37:24.962 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-17 04:37:24.968 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|