mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
69 lines
12 KiB
Plaintext
69 lines
12 KiB
Plaintext
2025-12-10 04:11:52.184 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-10 04:11:52.185 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_with_no_content_topic with id: 2025-12-10_04-11-52__37421b7a-e4bd-42fd-805f-2c66df18ec18
|
|
2025-12-10 04:11:52.185 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-10 04:11:52.185 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-10 04:11:52.186 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2025-12-10 04:11:52.192 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:11:52.192 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-10_04-11-52__37421b7a-e4bd-42fd-805f-2c66df18ec18__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:11:52.192 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:11:52.192 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:11:52.194 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:11:52.194 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.6.26
|
|
2025-12-10 04:11:52.194 DEBUG [src.node.docker_mananger] Generated ports ['3112', '3113', '3114', '3115', '3116']
|
|
2025-12-10 04:11:52.194 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:11:52.194 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:11:52.194 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:11:52.195 DEBUG [src.node.docker_mananger] docker run -i -t -p 3112:3112 -p 3113:3113 -p 3114:3114 -p 3115:3115 -p 3116:3116 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=3114 --rest-port=3112 --tcp-port=3113 --discv5-udp-port=3115 --rest-address=0.0.0.0 --nat=extip:172.18.6.26 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e571c73bfef07cede727aaf8dee3f18a96beeedecc1d7e4e94b59c940119ab32 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3116 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-10 04:11:52.373 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.6.26 waku 1d7e422c41e410ed16a35e55181b53b5eba8dc1fc14ee7094a1821b70ea7f421
|
|
2025-12-10 04:11:52.404 DEBUG [src.node.docker_mananger] Container started with ID 1d7e422c41e4. Setting up logs at ./log/docker/node1_2025-12-10_04-11-52__37421b7a-e4bd-42fd-805f-2c66df18ec18__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:11:52.404 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3112
|
|
2025-12-10 04:11:52.406 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:11:52.459 ERROR [src.node.docker_mananger] Max retries reached for container b8603863c36f. Exiting log stream.
|
|
2025-12-10 04:11:52.989 ERROR [src.node.docker_mananger] Max retries reached for container dd1721dc0bf3. Exiting log stream.
|
|
2025-12-10 04:11:53.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3112/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:53.410 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-10 04:11:53.410 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:11:53.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3112/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:53.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.6.26/tcp/3113/p2p/16Uiu2HAm1DGxzuHmDddFzRibbKtoqgcnqkRRSRakuJiQeNfRi4V6","/ip4/172.18.6.26/tcp/3114/ws/p2p/16Uiu2HAm1DGxzuHmDddFzRibbKtoqgcnqkRRSRakuJiQeNfRi4V6"],"enrUri":"enr:-L24QPuNI3BId_qd1ZEVDNJcX_T7Z6FoBMxykFw1-MuCoEz9Lp2ywG-4iV8e08E71rFklmkL9SF_AXIxY_z3q3M7f3gCgmlkgnY0gmlwhKwSBhqKbXVsdGlhZGRyc5YACASsEgYaBgwpAAoErBIGGgYMKt0DgnJzhQADAQAAiXNlY3AyNTZrMaECVfkhU3M4-f4LyNZ5q9I7-wnsKabbSfpTeNvtpLfqCjGDdGNwggwpg3VkcIIMK4V3YWt1MgU"}'
|
|
2025-12-10 04:11:53.413 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:11:53.413 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2025-12-10 04:11:53.419 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:11:53.419 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-10_04-11-52__37421b7a-e4bd-42fd-805f-2c66df18ec18__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:11:53.420 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:11:53.420 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:11:53.421 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:11:53.421 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.151.245
|
|
2025-12-10 04:11:53.421 DEBUG [src.node.docker_mananger] Generated ports ['62436', '62437', '62438', '62439', '62440']
|
|
2025-12-10 04:11:53.421 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:11:53.422 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:11:53.422 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:11:53.422 DEBUG [src.node.docker_mananger] docker run -i -t -p 62436:62436 -p 62437:62437 -p 62438:62438 -p 62439:62439 -p 62440:62440 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=62438 --rest-port=62436 --tcp-port=62437 --discv5-udp-port=62439 --rest-address=0.0.0.0 --nat=extip:172.18.151.245 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0e0db3a59fba389bbe4cbacb5fbfa80921ec2a72ded7f87aeb85ce9fd8c00f7a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62440 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QPuNI3BId_qd1ZEVDNJcX_T7Z6FoBMxykFw1-MuCoEz9Lp2ywG-4iV8e08E71rFklmkL9SF_AXIxY_z3q3M7f3gCgmlkgnY0gmlwhKwSBhqKbXVsdGlhZGRyc5YACASsEgYaBgwpAAoErBIGGgYMKt0DgnJzhQADAQAAiXNlY3AyNTZrMaECVfkhU3M4-f4LyNZ5q9I7-wnsKabbSfpTeNvtpLfqCjGDdGNwggwpg3VkcIIMK4V3YWt1MgU --filternode=/ip4/172.18.6.26/tcp/3113/p2p/16Uiu2HAm1DGxzuHmDddFzRibbKtoqgcnqkRRSRakuJiQeNfRi4V6
|
|
2025-12-10 04:11:53.601 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.151.245 waku 19efe81b1f532d6e86654c69f2f1799621954014a8ad8793803f1f92bf7834fc
|
|
2025-12-10 04:11:53.634 DEBUG [src.node.docker_mananger] Container started with ID 19efe81b1f53. Setting up logs at ./log/docker/node2_2025-12-10_04-11-52__37421b7a-e4bd-42fd-805f-2c66df18ec18__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:11:53.635 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62436
|
|
2025-12-10 04:11:53.635 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:11:54.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62436/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.640 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-10 04:11:54.640 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:11:54.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62436/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.151.245/tcp/62437/p2p/16Uiu2HAm8sWV4JFe5MiQLzvZJtRrbtMuEmwsr2KpM3gr8Hz5j6by","/ip4/172.18.151.245/tcp/62438/ws/p2p/16Uiu2HAm8sWV4JFe5MiQLzvZJtRrbtMuEmwsr2KpM3gr8Hz5j6by"],"enrUri":"enr:-L24QBuBFOYun4cbSaBfEkxc7_tPDB2WE8yAakuSCSIfIQ57boDbHj5IppObuMpFDjGRVgmL0LzlaE2pLfhjVQVhd3cCgmlkgnY0gmlwhKwSl_WKbXVsdGlhZGRyc5YACASsEpf1BvPlAAoErBKX9Qbz5t0DgnJzhQADAQAAiXNlY3AyNTZrMaECx8ZLZzqqG1BERxVfur5jUdwtYBEXP7pPEBcRgwHzxZCDdGNwgvPlg3VkcILz54V3YWt1MgA"}'
|
|
2025-12-10 04:11:54.643 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:11:54.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62436/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.6.26/tcp/3113/p2p/16Uiu2HAm1DGxzuHmDddFzRibbKtoqgcnqkRRSRakuJiQeNfRi4V6"]'
|
|
2025-12-10 04:11:54.670 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:54.671 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2025-12-10 04:11:54.671 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3112/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-10 04:11:54.688 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:54.689 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62436/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1e30bc00-7193-4015-b9be-1a3aec6ee844", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-10 04:11:54.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1e30bc00-7193-4015-b9be-1a3aec6ee844","statusDesc":"OK"}'
|
|
2025-12-10 04:11:54.703 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:62436/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-10 04:11:54.706 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:62436/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-10 04:11:54.708 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-10 04:11:54.709 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-10 04:11:54.709 DEBUG [src.node.waku_node] Stopping container with id 1d7e422c41e4
|
|
2025-12-10 04:11:55.226 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:11:55.226 DEBUG [src.node.waku_node] Stopping container with id 19efe81b1f53
|
|
2025-12-10 04:11:55.747 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:11:55.748 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-10 04:11:55.753 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-10 04:11:55.758 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|