mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-02-26 00:33:17 +00:00
69 lines
12 KiB
Plaintext
69 lines
12 KiB
Plaintext
2026-02-10 04:44:54.554 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-10 04:44:54.554 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_with_no_request_id with id: 2026-02-10_04-44-54__09c4020b-8da5-4a63-a3cf-2492c0569bec
|
|
2026-02-10 04:44:54.554 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-10 04:44:54.555 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-02-10 04:44:54.555 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-02-10 04:44:54.561 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-10 04:44:54.561 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-10_04-44-54__09c4020b-8da5-4a63-a3cf-2492c0569bec__wakuorg_nwaku:latest.log
|
|
2026-02-10 04:44:54.562 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-10 04:44:54.562 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-10 04:44:54.563 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-10 04:44:54.563 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.62.172
|
|
2026-02-10 04:44:54.563 DEBUG [src.node.docker_mananger] Generated ports ['48122', '48123', '48124', '48125', '48126']
|
|
2026-02-10 04:44:54.564 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-10 04:44:54.564 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-10 04:44:54.564 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-10 04:44:54.564 DEBUG [src.node.docker_mananger] docker run -i -t -p 48122:48122 -p 48123:48123 -p 48124:48124 -p 48125:48125 -p 48126:48126 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=48124 --rest-port=48122 --tcp-port=48123 --discv5-udp-port=48125 --rest-address=0.0.0.0 --nat=extip:172.18.62.172 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9feaa5e1344dfecf2cee4bee4cfbd14795208ed337977e8d3e2f6a4e33f89fed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48126 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-10 04:44:54.752 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.62.172 waku 197aa8dc5484b320da478bffd70cf320284c9a9082131aba1311f43a8247ec24
|
|
2026-02-10 04:44:54.783 DEBUG [src.node.docker_mananger] Container started with ID 197aa8dc5484. Setting up logs at ./log/docker/node1_2026-02-10_04-44-54__09c4020b-8da5-4a63-a3cf-2492c0569bec__wakuorg_nwaku:latest.log
|
|
2026-02-10 04:44:54.784 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48122
|
|
2026-02-10 04:44:54.786 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-10 04:44:54.788 ERROR [src.node.docker_mananger] Max retries reached for container 474766531ab6. Exiting log stream.
|
|
2026-02-10 04:44:55.335 ERROR [src.node.docker_mananger] Max retries reached for container 60c5cba67473. Exiting log stream.
|
|
2026-02-10 04:44:55.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48122/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-10 04:44:55.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
|
2026-02-10 04:44:55.792 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-10 04:44:55.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48122/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-10 04:44:55.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.62.172/tcp/48123/p2p/16Uiu2HAm8wX76AVRmEjwxHFTHHW5kSA1PHv4nuJv8XfN8re7y6GC","/ip4/172.18.62.172/tcp/48124/ws/p2p/16Uiu2HAm8wX76AVRmEjwxHFTHHW5kSA1PHv4nuJv8XfN8re7y6GC"],"enrUri":"enr:-L24QMhpveJ2PgqINZtYFBFwJh6ScQAtk2nVep9mKiFH9QXEfrZZIynGr7O0gH33YT1x8yVerf6_l9Q2mxnA6V0F_FACgmlkgnY0gmlwhKwSPqyKbXVsdGlhZGRyc5YACASsEj6sBrv7AAoErBI-rAa7_N0DgnJzhQADAQAAiXNlY3AyNTZrMaECyM1R-iqaeKUw5RXeYbJyNnoUe_37FxUSYaVq-OUc2SWDdGNwgrv7g3VkcIK7_YV3YWt1MgU"}'
|
|
2026-02-10 04:44:55.794 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-10 04:44:55.795 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-02-10 04:44:55.801 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-10 04:44:55.801 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-10_04-44-54__09c4020b-8da5-4a63-a3cf-2492c0569bec__wakuorg_nwaku:latest.log
|
|
2026-02-10 04:44:55.801 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-10 04:44:55.802 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-10 04:44:55.803 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-10 04:44:55.803 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.118.99
|
|
2026-02-10 04:44:55.803 DEBUG [src.node.docker_mananger] Generated ports ['1851', '1852', '1853', '1854', '1855']
|
|
2026-02-10 04:44:55.803 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-10 04:44:55.804 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-10 04:44:55.804 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-10 04:44:55.804 DEBUG [src.node.docker_mananger] docker run -i -t -p 1851:1851 -p 1852:1852 -p 1853:1853 -p 1854:1854 -p 1855:1855 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=1853 --rest-port=1851 --tcp-port=1852 --discv5-udp-port=1854 --rest-address=0.0.0.0 --nat=extip:172.18.118.99 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ccc0fecff88ddfa02ecd2a1a6b0dfea75aa67bddf4edc43a73e114a5440ef4b5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1855 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QMhpveJ2PgqINZtYFBFwJh6ScQAtk2nVep9mKiFH9QXEfrZZIynGr7O0gH33YT1x8yVerf6_l9Q2mxnA6V0F_FACgmlkgnY0gmlwhKwSPqyKbXVsdGlhZGRyc5YACASsEj6sBrv7AAoErBI-rAa7_N0DgnJzhQADAQAAiXNlY3AyNTZrMaECyM1R-iqaeKUw5RXeYbJyNnoUe_37FxUSYaVq-OUc2SWDdGNwgrv7g3VkcIK7_YV3YWt1MgU --filternode=/ip4/172.18.62.172/tcp/48123/p2p/16Uiu2HAm8wX76AVRmEjwxHFTHHW5kSA1PHv4nuJv8XfN8re7y6GC
|
|
2026-02-10 04:44:55.991 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.118.99 waku 77405bda375fee5b301989d38b97aa09a54702243c514a58e9d4ce54cfbe92ca
|
|
2026-02-10 04:44:56.021 DEBUG [src.node.docker_mananger] Container started with ID 77405bda375f. Setting up logs at ./log/docker/node2_2026-02-10_04-44-54__09c4020b-8da5-4a63-a3cf-2492c0569bec__wakuorg_nwaku:latest.log
|
|
2026-02-10 04:44:56.021 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1851
|
|
2026-02-10 04:44:56.022 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-10 04:44:57.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1851/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-10 04:44:57.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
|
2026-02-10 04:44:57.027 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-10 04:44:57.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1851/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-10 04:44:57.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.118.99/tcp/1852/p2p/16Uiu2HAmCRz6PJuYvresXjKxf2WrdQijPUj8ZJ7ZJ3kLAdiCLSwZ","/ip4/172.18.118.99/tcp/1853/ws/p2p/16Uiu2HAmCRz6PJuYvresXjKxf2WrdQijPUj8ZJ7ZJ3kLAdiCLSwZ"],"enrUri":"enr:-L24QNuexw4dJ65Ra0yjTHTLYuBjIcuvFygknYOP2x-7yOKbCZ5i43RPc-JjA_Qw3-ht7X4weTxP73TfPkrV74rdmzACgmlkgnY0gmlwhKwSdmOKbXVsdGlhZGRyc5YACASsEnZjBgc8AAoErBJ2YwYHPd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_KsorxqcH0b5nG3c9tnHWraa6NzxeprOiAiRhVtwrKiDdGNwggc8g3VkcIIHPoV3YWt1MgA"}'
|
|
2026-02-10 04:44:57.030 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-10 04:44:57.031 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1851/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.62.172/tcp/48123/p2p/16Uiu2HAm8wX76AVRmEjwxHFTHHW5kSA1PHv4nuJv8XfN8re7y6GC"]'
|
|
2026-02-10 04:44:57.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-10 04:44:57.067 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-02-10 04:44:57.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48122/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-10 04:44:57.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-10 04:44:57.078 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1851/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f72d87cf-27e9-4891-827f-17b2319c24aa", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-10 04:44:57.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"f72d87cf-27e9-4891-827f-17b2319c24aa","statusDesc":"OK"}'
|
|
2026-02-10 04:44:57.091 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:1851/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-10 04:44:57.094 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:1851/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
|
2026-02-10 04:44:57.097 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-10 04:44:57.098 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-10 04:44:57.098 DEBUG [src.node.waku_node] Stopping container with id 197aa8dc5484
|
|
2026-02-10 04:44:57.641 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-10 04:44:57.641 DEBUG [src.node.waku_node] Stopping container with id 77405bda375f
|
|
2026-02-10 04:44:58.180 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-10 04:44:58.183 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-10 04:44:58.188 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-10 04:44:58.192 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|