mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 16:33:13 +00:00
69 lines
12 KiB
Plaintext
69 lines
12 KiB
Plaintext
2025-12-30 04:16:05.707 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-30 04:16:05.708 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_with_no_request_id with id: 2025-12-30_04-16-05__e13d57fd-a017-406e-af8c-076b7d970700
|
|
2025-12-30 04:16:05.708 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-30 04:16:05.709 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-30 04:16:05.709 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2025-12-30 04:16:05.717 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-30 04:16:05.718 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-30_04-16-05__e13d57fd-a017-406e-af8c-076b7d970700__wakuorg_nwaku:latest.log
|
|
2025-12-30 04:16:05.718 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-30 04:16:05.718 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-30 04:16:05.721 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-30 04:16:05.721 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.141.104
|
|
2025-12-30 04:16:05.722 DEBUG [src.node.docker_mananger] Generated ports ['12469', '12470', '12471', '12472', '12473']
|
|
2025-12-30 04:16:05.722 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-30 04:16:05.722 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-30 04:16:05.722 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-30 04:16:05.722 DEBUG [src.node.docker_mananger] docker run -i -t -p 12469:12469 -p 12470:12470 -p 12471:12471 -p 12472:12472 -p 12473:12473 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=12471 --rest-port=12469 --tcp-port=12470 --discv5-udp-port=12472 --rest-address=0.0.0.0 --nat=extip:172.18.141.104 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=feff3c9bee7d9c7ffedb84a29ca59cfad2affa028eccb8e3dc6d2f3ccaffeee1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12473 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-30 04:16:05.902 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.141.104 waku 76d7e2637444358a6b289ca5c39379c36de689b9e02456eeb896fabc3b60d770
|
|
2025-12-30 04:16:05.908 ERROR [src.node.docker_mananger] Max retries reached for container 9162ed622b3a. Exiting log stream.
|
|
2025-12-30 04:16:05.932 DEBUG [src.node.docker_mananger] Container started with ID 76d7e2637444. Setting up logs at ./log/docker/node1_2025-12-30_04-16-05__e13d57fd-a017-406e-af8c-076b7d970700__wakuorg_nwaku:latest.log
|
|
2025-12-30 04:16:05.932 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12469
|
|
2025-12-30 04:16:05.932 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-30 04:16:06.564 ERROR [src.node.docker_mananger] Max retries reached for container b1bacb541eef. Exiting log stream.
|
|
2025-12-30 04:16:06.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12469/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-30 04:16:06.936 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"}]}'
|
|
2025-12-30 04:16:06.936 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-30 04:16:06.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12469/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-30 04:16:06.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.141.104/tcp/12470/p2p/16Uiu2HAmG6nVpAGESBScZEZCfPGicZ2ohk37f92jKk4CJ3g2rY3q","/ip4/172.18.141.104/tcp/12471/ws/p2p/16Uiu2HAmG6nVpAGESBScZEZCfPGicZ2ohk37f92jKk4CJ3g2rY3q"],"enrUri":"enr:-L24QBoDg4SUM_FmpUSpCmLvUNvltn3S1PajrUmgBGdVuOEPcAq16BeffS9x9PnHx08hAOD2IB44PDO1Xj80Cddxx0kCgmlkgnY0gmlwhKwSjWiKbXVsdGlhZGRyc5YACASsEo1oBjC2AAoErBKNaAYwt90DgnJzhQADAQAAiXNlY3AyNTZrMaEDMy7CcasnGM4X4Q0n9YRrMvhuj7wcYXTbvciZsez15hiDdGNwgjC2g3VkcIIwuIV3YWt1MgU"}'
|
|
2025-12-30 04:16:06.938 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-30 04:16:06.939 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2025-12-30 04:16:06.944 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-30 04:16:06.945 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-30_04-16-05__e13d57fd-a017-406e-af8c-076b7d970700__wakuorg_nwaku:latest.log
|
|
2025-12-30 04:16:06.945 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-30 04:16:06.945 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-30 04:16:06.946 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-30 04:16:06.946 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.46.128
|
|
2025-12-30 04:16:06.946 DEBUG [src.node.docker_mananger] Generated ports ['56477', '56478', '56479', '56480', '56481']
|
|
2025-12-30 04:16:06.946 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-30 04:16:06.947 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-30 04:16:06.947 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-30 04:16:06.947 DEBUG [src.node.docker_mananger] docker run -i -t -p 56477:56477 -p 56478:56478 -p 56479:56479 -p 56480:56480 -p 56481:56481 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=56479 --rest-port=56477 --tcp-port=56478 --discv5-udp-port=56480 --rest-address=0.0.0.0 --nat=extip:172.18.46.128 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=57cdc7ec55d152de9234aa47de7a8e476fbcceab00e3c3e655a42c6da53fd522 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56481 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QBoDg4SUM_FmpUSpCmLvUNvltn3S1PajrUmgBGdVuOEPcAq16BeffS9x9PnHx08hAOD2IB44PDO1Xj80Cddxx0kCgmlkgnY0gmlwhKwSjWiKbXVsdGlhZGRyc5YACASsEo1oBjC2AAoErBKNaAYwt90DgnJzhQADAQAAiXNlY3AyNTZrMaEDMy7CcasnGM4X4Q0n9YRrMvhuj7wcYXTbvciZsez15hiDdGNwgjC2g3VkcIIwuIV3YWt1MgU --filternode=/ip4/172.18.141.104/tcp/12470/p2p/16Uiu2HAmG6nVpAGESBScZEZCfPGicZ2ohk37f92jKk4CJ3g2rY3q
|
|
2025-12-30 04:16:07.132 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.46.128 waku f72ea95f728cd65ea80d31db1e9ed93e63c1a51f787293e45e34dc8d60ab8edc
|
|
2025-12-30 04:16:07.162 DEBUG [src.node.docker_mananger] Container started with ID f72ea95f728c. Setting up logs at ./log/docker/node2_2025-12-30_04-16-05__e13d57fd-a017-406e-af8c-076b7d970700__wakuorg_nwaku:latest.log
|
|
2025-12-30 04:16:07.162 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56477
|
|
2025-12-30 04:16:07.162 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-30 04:16:08.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56477/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-30 04:16:08.166 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"}]}'
|
|
2025-12-30 04:16:08.166 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-30 04:16:08.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56477/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-30 04:16:08.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.46.128/tcp/56478/p2p/16Uiu2HAmRDVkp4Pv89tJQFKGAf7o3cQwdMaNa1NESfkJZJCNJDhn","/ip4/172.18.46.128/tcp/56479/ws/p2p/16Uiu2HAmRDVkp4Pv89tJQFKGAf7o3cQwdMaNa1NESfkJZJCNJDhn"],"enrUri":"enr:-L24QGPCKPLWFUp3sKWrMsSdh6NoRaEhur0rJ3E7f14ZMs59FgBoeanhIO510UjV6j0GqBRawM467a11gXU1940r2WoCgmlkgnY0gmlwhKwSLoCKbXVsdGlhZGRyc5YACASsEi6ABtyeAAoErBIugAbcn90DgnJzhQADAQAAiXNlY3AyNTZrMaEDuqAT9jc5DRoUnealPgwIcG4QflLCI7s-S9TsQ0hEfQWDdGNwgtyeg3VkcILcoIV3YWt1MgA"}'
|
|
2025-12-30 04:16:08.169 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-30 04:16:08.169 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56477/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.141.104/tcp/12470/p2p/16Uiu2HAmG6nVpAGESBScZEZCfPGicZ2ohk37f92jKk4CJ3g2rY3q"]'
|
|
2025-12-30 04:16:08.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-30 04:16:08.199 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2025-12-30 04:16:08.203 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12469/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-30 04:16:08.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-30 04:16:08.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56477/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b9352924-e9ae-4a2f-9e0a-5f240b1a03e3", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-30 04:16:08.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b9352924-e9ae-4a2f-9e0a-5f240b1a03e3","statusDesc":"OK"}'
|
|
2025-12-30 04:16:08.226 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:56477/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-30 04:16:08.229 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:56477/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\\"))"}'
|
|
2025-12-30 04:16:08.231 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-30 04:16:08.232 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-30 04:16:08.232 DEBUG [src.node.waku_node] Stopping container with id 76d7e2637444
|
|
2025-12-30 04:16:08.768 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-30 04:16:08.768 DEBUG [src.node.waku_node] Stopping container with id f72ea95f728c
|
|
2025-12-30 04:16:09.274 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-30 04:16:09.276 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-30 04:16:09.282 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-30 04:16:09.287 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|