mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
69 lines
13 KiB
Plaintext
69 lines
13 KiB
Plaintext
2026-03-03 04:33:56.602 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:33:56.604 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_with_no_request_id with id: 2026-03-03_04-33-56__1be8a2bf-c8b3-4f50-aa77-91dc21f786a5
|
|
2026-03-03 04:33:56.605 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:33:56.605 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-03 04:33:56.606 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-03 04:33:56.617 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:33:56.617 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-33-56__1be8a2bf-c8b3-4f50-aa77-91dc21f786a5__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:33:56.618 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:33:56.618 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:33:56.622 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:33:56.622 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.154.128
|
|
2026-03-03 04:33:56.622 DEBUG [src.node.docker_mananger] Generated ports ['61458', '61459', '61460', '61461', '61462']
|
|
2026-03-03 04:33:56.622 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:33:56.623 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:33:56.623 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:33:56.623 DEBUG [src.node.docker_mananger] docker run -i -t -p 61458:61458 -p 61459:61459 -p 61460:61460 -p 61461:61461 -p 61462:61462 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=61460 --rest-port=61458 --tcp-port=61459 --discv5-udp-port=61461 --rest-address=0.0.0.0 --nat=extip:172.18.154.128 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8a01e9b90abb3d1545403cb9e299f03c722a96ee5d4fb40e5d023e1d1eb3a125 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61462 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-03 04:33:56.780 ERROR [src.node.docker_mananger] Max retries reached for container 8cfad8511723. Exiting log stream.
|
|
2026-03-03 04:33:56.841 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.154.128 waku 224e4090ff4cb86f8e7125eb7e7e6e99be3f16e52040ec9330c3fb8245a14e76
|
|
2026-03-03 04:33:56.883 DEBUG [src.node.docker_mananger] Container started with ID 224e4090ff4c. Setting up logs at ./log/docker/node1_2026-03-03_04-33-56__1be8a2bf-c8b3-4f50-aa77-91dc21f786a5__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:33:56.883 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61458
|
|
2026-03-03 04:33:56.885 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:33:57.476 ERROR [src.node.docker_mananger] Max retries reached for container 70ceafc90255. Exiting log stream.
|
|
2026-03-03 04:33:57.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61458/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:57.889 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-03 04:33:57.889 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:33:57.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61458/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:57.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.154.128/tcp/61459/p2p/16Uiu2HAm1ei7SC16qyPMoFEDbttjKiBwFUAyuQAvoksG5eTnR4kR","/ip4/172.18.154.128/tcp/61460/ws/p2p/16Uiu2HAm1ei7SC16qyPMoFEDbttjKiBwFUAyuQAvoksG5eTnR4kR"],"enrUri":"enr:-L24QFmifTfT3O_TplV7GbnPkLW2sLLpE7rsWrJ_wGdHmXOxXtkZ6p8N4iHpiTEqTFtziQ4xJN4er9dd_ujQOb4pGL0CgmlkgnY0gmlwhKwSmoCKbXVsdGlhZGRyc5YACASsEpqABvATAAoErBKagAbwFN0DgnJzhQADAQAAiXNlY3AyNTZrMaECXH0VG85GirN0-7vzc4wR3Quwp6sszHwPDi8f_8oNY1KDdGNwgvATg3VkcILwFYV3YWt1MgU"}'
|
|
2026-03-03 04:33:57.892 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:33:57.892 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-03 04:33:57.899 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:33:57.899 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-33-56__1be8a2bf-c8b3-4f50-aa77-91dc21f786a5__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:33:57.900 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:33:57.900 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:33:57.901 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:33:57.901 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.216.224
|
|
2026-03-03 04:33:57.902 DEBUG [src.node.docker_mananger] Generated ports ['56420', '56421', '56422', '56423', '56424']
|
|
2026-03-03 04:33:57.902 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:33:57.902 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:33:57.902 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:33:57.902 DEBUG [src.node.docker_mananger] docker run -i -t -p 56420:56420 -p 56421:56421 -p 56422:56422 -p 56423:56423 -p 56424:56424 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=56422 --rest-port=56420 --tcp-port=56421 --discv5-udp-port=56423 --rest-address=0.0.0.0 --nat=extip:172.18.216.224 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6e2e93fae3f98ad0b7d6d7f5dc8b0bbdcc17bed4b8771a9d31c5ba5bcd8ca26e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56424 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFmifTfT3O_TplV7GbnPkLW2sLLpE7rsWrJ_wGdHmXOxXtkZ6p8N4iHpiTEqTFtziQ4xJN4er9dd_ujQOb4pGL0CgmlkgnY0gmlwhKwSmoCKbXVsdGlhZGRyc5YACASsEpqABvATAAoErBKagAbwFN0DgnJzhQADAQAAiXNlY3AyNTZrMaECXH0VG85GirN0-7vzc4wR3Quwp6sszHwPDi8f_8oNY1KDdGNwgvATg3VkcILwFYV3YWt1MgU --filternode=/ip4/172.18.154.128/tcp/61459/p2p/16Uiu2HAm1ei7SC16qyPMoFEDbttjKiBwFUAyuQAvoksG5eTnR4kR
|
|
2026-03-03 04:33:58.109 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.216.224 waku fa17f1dc7c33b5046ba08da85e98740e9a367c2382bfe50b8a8ace16858df38d
|
|
2026-03-03 04:33:58.143 DEBUG [src.node.docker_mananger] Container started with ID fa17f1dc7c33. Setting up logs at ./log/docker/node2_2026-03-03_04-33-56__1be8a2bf-c8b3-4f50-aa77-91dc21f786a5__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:33:58.143 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56420
|
|
2026-03-03 04:33:58.144 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:33:59.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56420/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:59.149 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-03 04:33:59.149 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:33:59.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56420/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:33:59.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.216.224/tcp/56421/p2p/16Uiu2HAmUxAxS9qzXP2wHE85WmkPZW39Gg3suFfYbZz3auQAvKoL","/ip4/172.18.216.224/tcp/56422/ws/p2p/16Uiu2HAmUxAxS9qzXP2wHE85WmkPZW39Gg3suFfYbZz3auQAvKoL"],"enrUri":"enr:-L24QPl1prokMFqGuYgPxF14I1u8CgJk5Yipz8VM3TO50kSqUkX6Wrrr9qprb52bVNPQms3U0TYQXxzxUvkYJg4Z9ZQCgmlkgnY0gmlwhKwS2OCKbXVsdGlhZGRyc5YACASsEtjgBtxlAAoErBLY4AbcZt0DgnJzhQADAQAAiXNlY3AyNTZrMaED8iHbVBu_FffYm7DIXvLjNuTNr7sEg6214Fadfb7k07-DdGNwgtxlg3VkcILcZ4V3YWt1MgA"}'
|
|
2026-03-03 04:33:59.152 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:33:59.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56420/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.154.128/tcp/61459/p2p/16Uiu2HAm1ei7SC16qyPMoFEDbttjKiBwFUAyuQAvoksG5eTnR4kR"]'
|
|
2026-03-03 04:33:59.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:59.188 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-03 04:33:59.189 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61458/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-03 04:33:59.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:33:59.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56420/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "13a755df-0bd2-4093-aad3-9f046e8b9e2f", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:59.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"13a755df-0bd2-4093-aad3-9f046e8b9e2f","statusDesc":"OK"}'
|
|
2026-03-03 04:33:59.226 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:56420/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-03 04:33:59.230 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:56420/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-03-03 04:33:59.233 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:33:59.234 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:33:59.234 DEBUG [src.node.waku_node] Stopping container with id 224e4090ff4c
|
|
2026-03-03 04:33:59.848 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:33:59.849 DEBUG [src.node.waku_node] Stopping container with id fa17f1dc7c33
|
|
2026-03-03 04:34:00.455 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:34:00.456 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:34:00.463 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:34:00.469 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|