mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 08:33:08 +00:00
69 lines
13 KiB
Plaintext
69 lines
13 KiB
Plaintext
2026-02-28 20:23:51.520 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-28 20:23:51.521 DEBUG [tests.conftest] Running test: test_filter_subscribe_with_extra_field with id: 2026-02-28_20-23-51__73af52bf-678e-4498-a161-5e3867144a2e
|
|
2026-02-28 20:23:51.521 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-28 20:23:51.521 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-02-28 20:23:51.521 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-02-28 20:23:51.528 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:23:51.528 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-28_20-23-51__73af52bf-678e-4498-a161-5e3867144a2e__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:51.529 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:23:51.529 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:23:51.530 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:23:51.530 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.109.188
|
|
2026-02-28 20:23:51.530 DEBUG [src.node.docker_mananger] Generated ports ['52308', '52309', '52310', '52311', '52312']
|
|
2026-02-28 20:23:51.531 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:23:51.531 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:23:51.531 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:23:51.531 DEBUG [src.node.docker_mananger] docker run -i -t -p 52308:52308 -p 52309:52309 -p 52310:52310 -p 52311:52311 -p 52312:52312 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=52310 --rest-port=52308 --tcp-port=52309 --discv5-udp-port=52311 --rest-address=0.0.0.0 --nat=extip:172.18.109.188 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ff3dfabc3b1bb5710df1c30ea1a665836eefaca59112a45de0bb8909db5c5fb9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52312 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-28 20:23:51.723 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.109.188 waku 75c7bb19bc2292f14b43b1e01c30f6a880d933208f29262464af2a9140a2f48d
|
|
2026-02-28 20:23:51.734 ERROR [src.node.docker_mananger] Max retries reached for container af3fe414f9a4. Exiting log stream.
|
|
2026-02-28 20:23:51.761 DEBUG [src.node.docker_mananger] Container started with ID 75c7bb19bc22. Setting up logs at ./log/docker/node1_2026-02-28_20-23-51__73af52bf-678e-4498-a161-5e3867144a2e__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:51.763 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52308
|
|
2026-02-28 20:23:51.763 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:23:52.322 ERROR [src.node.docker_mananger] Max retries reached for container e0e2db1feff6. Exiting log stream.
|
|
2026-02-28 20:23:52.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52308/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:52.768 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-02-28 20:23:52.768 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:23:52.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52308/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:52.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.109.188/tcp/52309/p2p/16Uiu2HAm1ZSuNLeueZjdJQeaKUGa8Jruxw1P4Sk1QDpL6xkZHEGj","/ip4/172.18.109.188/tcp/52310/ws/p2p/16Uiu2HAm1ZSuNLeueZjdJQeaKUGa8Jruxw1P4Sk1QDpL6xkZHEGj"],"enrUri":"enr:-L24QJQOG28vrcSBzxxh-ueue4tmyESQ_jiAISaofnQNBBYaSjEfvS6RUjdC4RzAkfIDx3wdCYet8UAxUJWvtY21StkCgmlkgnY0gmlwhKwSbbyKbXVsdGlhZGRyc5YACASsEm28BsxVAAoErBJtvAbMVt0DgnJzhQADAQAAiXNlY3AyNTZrMaECWyP7jS-JifGnrhDMj7Du_vK7I3iU9lhUMMFmPwjBwgSDdGNwgsxVg3VkcILMV4V3YWt1MgU"}'
|
|
2026-02-28 20:23:52.771 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:23:52.771 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-02-28 20:23:52.778 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:23:52.778 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-28_20-23-51__73af52bf-678e-4498-a161-5e3867144a2e__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:52.778 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:23:52.778 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:23:52.780 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:23:52.780 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.90.152
|
|
2026-02-28 20:23:52.780 DEBUG [src.node.docker_mananger] Generated ports ['8231', '8232', '8233', '8234', '8235']
|
|
2026-02-28 20:23:52.780 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:23:52.780 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:23:52.780 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:23:52.781 DEBUG [src.node.docker_mananger] docker run -i -t -p 8231:8231 -p 8232:8232 -p 8233:8233 -p 8234:8234 -p 8235:8235 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=8233 --rest-port=8231 --tcp-port=8232 --discv5-udp-port=8234 --rest-address=0.0.0.0 --nat=extip:172.18.90.152 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=31414acaeda8da6c90cdc9e759d65cf94e61a90741a2008484bd37e2b2ddfe5f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8235 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QJQOG28vrcSBzxxh-ueue4tmyESQ_jiAISaofnQNBBYaSjEfvS6RUjdC4RzAkfIDx3wdCYet8UAxUJWvtY21StkCgmlkgnY0gmlwhKwSbbyKbXVsdGlhZGRyc5YACASsEm28BsxVAAoErBJtvAbMVt0DgnJzhQADAQAAiXNlY3AyNTZrMaECWyP7jS-JifGnrhDMj7Du_vK7I3iU9lhUMMFmPwjBwgSDdGNwgsxVg3VkcILMV4V3YWt1MgU --filternode=/ip4/172.18.109.188/tcp/52309/p2p/16Uiu2HAm1ZSuNLeueZjdJQeaKUGa8Jruxw1P4Sk1QDpL6xkZHEGj
|
|
2026-02-28 20:23:52.973 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.90.152 waku 6367d1c79ad1c909bdd9ef778191d7a9f622a56d7fc0f7f89a1979b74e2e4d96
|
|
2026-02-28 20:23:53.009 DEBUG [src.node.docker_mananger] Container started with ID 6367d1c79ad1. Setting up logs at ./log/docker/node2_2026-02-28_20-23-51__73af52bf-678e-4498-a161-5e3867144a2e__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:53.009 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8231
|
|
2026-02-28 20:23:53.010 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:23:54.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8231/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:54.013 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-02-28 20:23:54.014 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:23:54.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8231/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:54.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.90.152/tcp/8232/p2p/16Uiu2HAkw8yv7XJSBRa3WepJVKX88Zjz75GiksvmoKrUFuppLHdi","/ip4/172.18.90.152/tcp/8233/ws/p2p/16Uiu2HAkw8yv7XJSBRa3WepJVKX88Zjz75GiksvmoKrUFuppLHdi"],"enrUri":"enr:-L24QHJQ8D4Jrm89Pq5LRrPn7kjgZFcAWXY0azYNs9PgzaEeavMtmrkS_vKQFNdf_xhzUDWqORsnudvuhNrKufas-A4CgmlkgnY0gmlwhKwSWpiKbXVsdGlhZGRyc5YACASsElqYBiAoAAoErBJamAYgKd0DgnJzhQADAQAAiXNlY3AyNTZrMaECGXDH8MCqPe94peCzvwL2F5s63-McoK1T04Xy-R-uDtmDdGNwgiAog3VkcIIgKoV3YWt1MgA"}'
|
|
2026-02-28 20:23:54.016 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:23:54.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8231/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.109.188/tcp/52309/p2p/16Uiu2HAm1ZSuNLeueZjdJQeaKUGa8Jruxw1P4Sk1QDpL6xkZHEGj"]'
|
|
2026-02-28 20:23:54.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:54.053 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-02-28 20:23:54.054 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52308/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-28 20:23:54.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:54.075 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8231/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f62e85e9-fb6e-4c28-a274-7b110edfd431", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-28 20:23:54.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"f62e85e9-fb6e-4c28-a274-7b110edfd431","statusDesc":"OK"}'
|
|
2026-02-28 20:23:54.090 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8231/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-28 20:23:54.093 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:8231/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-28 20:23:54.095 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-28 20:23:54.096 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-28 20:23:54.096 DEBUG [src.node.waku_node] Stopping container with id 75c7bb19bc22
|
|
2026-02-28 20:23:54.640 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:23:54.640 DEBUG [src.node.waku_node] Stopping container with id 6367d1c79ad1
|
|
2026-02-28 20:23:55.183 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:23:55.185 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-28 20:23:55.193 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 20:23:55.198 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|