mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 01:23:07 +00:00
69 lines
13 KiB
Plaintext
69 lines
13 KiB
Plaintext
2026-02-04 11:58:12.878 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-04 11:58:12.878 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_with_extra_field with id: 2026-02-04_11-58-12__de6fb048-9653-4637-b5fa-35e49f21f89e
|
|
2026-02-04 11:58:12.878 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-04 11:58:12.879 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-02-04 11:58:12.879 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-02-04 11:58:12.886 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 11:58:12.886 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-04_11-58-12__de6fb048-9653-4637-b5fa-35e49f21f89e__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:58:12.886 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 11:58:12.886 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 11:58:12.888 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 11:58:12.888 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.220.167
|
|
2026-02-04 11:58:12.888 DEBUG [src.node.docker_mananger] Generated ports ['41848', '41849', '41850', '41851', '41852']
|
|
2026-02-04 11:58:12.888 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 11:58:12.888 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 11:58:12.889 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 11:58:12.889 DEBUG [src.node.docker_mananger] docker run -i -t -p 41848:41848 -p 41849:41849 -p 41850:41850 -p 41851:41851 -p 41852:41852 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=41850 --rest-port=41848 --tcp-port=41849 --discv5-udp-port=41851 --rest-address=0.0.0.0 --nat=extip:172.18.220.167 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e746f5be272cf024f24ab71c98bbaca3efe68554a7601524febf7f0dce4e4b5a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41852 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-04 11:58:13.085 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.220.167 waku 006c28936a133d8c8d4dfa4a42c8ce58406f834c87cf1dd11f3ce743cb3aa8a5
|
|
2026-02-04 11:58:13.118 DEBUG [src.node.docker_mananger] Container started with ID 006c28936a13. Setting up logs at ./log/docker/node1_2026-02-04_11-58-12__de6fb048-9653-4637-b5fa-35e49f21f89e__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:58:13.120 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41848
|
|
2026-02-04 11:58:13.120 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 11:58:13.121 ERROR [src.node.docker_mananger] Max retries reached for container af6701c85a4a. Exiting log stream.
|
|
2026-02-04 11:58:13.674 ERROR [src.node.docker_mananger] Max retries reached for container 9995ea50c1b5. Exiting log stream.
|
|
2026-02-04 11:58:14.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41848/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:58:14.123 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-04 11:58:14.124 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 11:58:14.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41848/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:58:14.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.220.167/tcp/41849/p2p/16Uiu2HAmLMtXzwQxys8bzgbYDweckVrZv9TzT8vLMRUfYHNT1WME","/ip4/172.18.220.167/tcp/41850/ws/p2p/16Uiu2HAmLMtXzwQxys8bzgbYDweckVrZv9TzT8vLMRUfYHNT1WME"],"enrUri":"enr:-L24QKkrzBr4umT41nm17TQy8kkYq-JaV-AAIcgzTRNaQGh-JBullrqIsbz_44HwxCOHCvjrdWa1FgGJeLpnDFpeb7UCgmlkgnY0gmlwhKwS3KeKbXVsdGlhZGRyc5YACASsEtynBqN5AAoErBLcpwajet0DgnJzhQADAQAAiXNlY3AyNTZrMaEDcnwL1UC51fTsJJwzi_kgrQUhoRi8hMCNJVyqPspy2OmDdGNwgqN5g3VkcIKje4V3YWt1MgU"}'
|
|
2026-02-04 11:58:14.126 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 11:58:14.126 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-02-04 11:58:14.133 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 11:58:14.133 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-04_11-58-12__de6fb048-9653-4637-b5fa-35e49f21f89e__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:58:14.133 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 11:58:14.133 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 11:58:14.134 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 11:58:14.135 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.150.198
|
|
2026-02-04 11:58:14.135 DEBUG [src.node.docker_mananger] Generated ports ['54691', '54692', '54693', '54694', '54695']
|
|
2026-02-04 11:58:14.135 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 11:58:14.135 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 11:58:14.135 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 11:58:14.135 DEBUG [src.node.docker_mananger] docker run -i -t -p 54691:54691 -p 54692:54692 -p 54693:54693 -p 54694:54694 -p 54695:54695 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=54693 --rest-port=54691 --tcp-port=54692 --discv5-udp-port=54694 --rest-address=0.0.0.0 --nat=extip:172.18.150.198 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6ee3c0ce99b7b28e954de1b4e6086d2decfa5b556aff7e14910bf6a20be10499 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54695 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QKkrzBr4umT41nm17TQy8kkYq-JaV-AAIcgzTRNaQGh-JBullrqIsbz_44HwxCOHCvjrdWa1FgGJeLpnDFpeb7UCgmlkgnY0gmlwhKwS3KeKbXVsdGlhZGRyc5YACASsEtynBqN5AAoErBLcpwajet0DgnJzhQADAQAAiXNlY3AyNTZrMaEDcnwL1UC51fTsJJwzi_kgrQUhoRi8hMCNJVyqPspy2OmDdGNwgqN5g3VkcIKje4V3YWt1MgU --filternode=/ip4/172.18.220.167/tcp/41849/p2p/16Uiu2HAmLMtXzwQxys8bzgbYDweckVrZv9TzT8vLMRUfYHNT1WME
|
|
2026-02-04 11:58:14.322 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.150.198 waku d83da192dc8070940471fc5804aa6ddf809be772a83ee3b92be29e932376964c
|
|
2026-02-04 11:58:14.356 DEBUG [src.node.docker_mananger] Container started with ID d83da192dc80. Setting up logs at ./log/docker/node2_2026-02-04_11-58-12__de6fb048-9653-4637-b5fa-35e49f21f89e__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:58:14.356 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54691
|
|
2026-02-04 11:58:14.357 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 11:58:15.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54691/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:58:15.361 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-04 11:58:15.361 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 11:58:15.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54691/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:58:15.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.150.198/tcp/54692/p2p/16Uiu2HAkvrkBy3YabS4M8XhK4nNSp9tdM1j4BAscmzZKGbJJeQif","/ip4/172.18.150.198/tcp/54693/ws/p2p/16Uiu2HAkvrkBy3YabS4M8XhK4nNSp9tdM1j4BAscmzZKGbJJeQif"],"enrUri":"enr:-L24QPbaY2kTllvCmzupzer3fDUvU3jMc7lP-Rc8R3AG1KGSWDzkpQPopiSK721OEceRpdDvxE1JliYDeBq5IUZji9ACgmlkgnY0gmlwhKwSlsaKbXVsdGlhZGRyc5YACASsEpbGBtWkAAoErBKWxgbVpd0DgnJzhQADAQAAiXNlY3AyNTZrMaECFUf3oFMe33VqsTbkLVWLXk8tA-XnEbuJDMUS86GyJSSDdGNwgtWkg3VkcILVpoV3YWt1MgA"}'
|
|
2026-02-04 11:58:15.364 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 11:58:15.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54691/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.220.167/tcp/41849/p2p/16Uiu2HAmLMtXzwQxys8bzgbYDweckVrZv9TzT8vLMRUfYHNT1WME"]'
|
|
2026-02-04 11:58:15.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:58:15.399 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-02-04 11:58:15.399 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41848/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-04 11:58:15.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:58:15.408 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54691/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "0ed26549-a53d-45f7-aa17-83eb44ac2ebb", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 11:58:15.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"0ed26549-a53d-45f7-aa17-83eb44ac2ebb","statusDesc":"OK"}'
|
|
2026-02-04 11:58:15.423 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:54691/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1", "extraField": "extraValue"}'
|
|
2026-02-04 11:58:15.426 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:54691/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-04 11:58:15.428 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-04 11:58:15.429 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-04 11:58:15.429 DEBUG [src.node.waku_node] Stopping container with id 006c28936a13
|
|
2026-02-04 11:58:15.953 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 11:58:15.954 DEBUG [src.node.waku_node] Stopping container with id d83da192dc80
|
|
2026-02-04 11:58:16.460 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 11:58:16.462 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-04 11:58:16.467 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-04 11:58:16.471 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|