mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-26 04:09:29 +00:00
70 lines
12 KiB
Plaintext
70 lines
12 KiB
Plaintext
2026-04-22 23:58:30.700 INFO [tests.conftest] Fleet bootstrap inactive – pass --fleet (or set FLEET_BOOTSTRAP=true) to connect local nodes to the waku.test fleet
|
||
2026-04-22 23:58:30.700 DEBUG [tests.conftest] Running fixture setup: test_id
|
||
2026-04-22 23:58:30.700 DEBUG [tests.conftest] Running test: test_filter_subscribe_with_no_content_topic with id: 2026-04-22_23-58-30__11320af8-0698-4088-8d3e-fea0b6ad5e4d
|
||
2026-04-22 23:58:30.700 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||
2026-04-22 23:58:30.701 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||
2026-04-22 23:58:30.701 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||
2026-04-22 23:58:30.706 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
2026-04-22 23:58:30.707 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-22_23-58-30__11320af8-0698-4088-8d3e-fea0b6ad5e4d__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:58:30.707 DEBUG [src.node.waku_node] Starting Node...
|
||
2026-04-22 23:58:30.707 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
2026-04-22 23:58:30.709 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
2026-04-22 23:58:30.710 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.129.26
|
||
2026-04-22 23:58:30.710 DEBUG [src.node.docker_mananger] Generated ports ['43741', '43742', '43743', '43744', '43745']
|
||
2026-04-22 23:58:30.710 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
2026-04-22 23:58:30.710 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
2026-04-22 23:58:30.710 DEBUG [src.node.waku_node] Using volumes []
|
||
2026-04-22 23:58:30.711 DEBUG [src.node.docker_mananger] docker run -i -t -p 43741:43741 -p 43742:43742 -p 43743:43743 -p 43744:43744 -p 43745:43745 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=43743 --rest-port=43741 --tcp-port=43742 --discv5-udp-port=43744 --rest-address=0.0.0.0 --nat=extip:172.18.129.26 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=c07bf515e4a4e4d0dc23c40e6960fe417792ff19b8d0aead7c33856d246142ca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43745 --metrics-logging=true --relay=true --filter=true
|
||
2026-04-22 23:58:30.854 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.129.26 waku 29ba565d0f7935793a4a9a2d8459e4319845885e54f86a342d39d5068308170d
|
||
2026-04-22 23:58:30.881 DEBUG [src.node.docker_mananger] Container started with ID 29ba565d0f79. Setting up logs at ./log/docker/node1_2026-04-22_23-58-30__11320af8-0698-4088-8d3e-fea0b6ad5e4d__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:58:30.881 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43741
|
||
2026-04-22 23:58:30.881 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
2026-04-22 23:58:31.114 ERROR [src.node.docker_mananger] Max retries reached for container d7e2724904be. Exiting log stream.
|
||
2026-04-22 23:58:31.496 ERROR [src.node.docker_mananger] Max retries reached for container 250d292c467d. Exiting log stream.
|
||
2026-04-22 23:58:31.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43741/health" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:58:31.884 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||
2026-04-22 23:58:31.884 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
2026-04-22 23:58:31.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43741/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:58:31.887 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.129.26/tcp/43742/p2p/16Uiu2HAm6RWPhRbdimRmAisJUtJvpwyzomUTkr3nXh6uUuxLA8Gi","/ip4/172.18.129.26/tcp/43743/ws/p2p/16Uiu2HAm6RWPhRbdimRmAisJUtJvpwyzomUTkr3nXh6uUuxLA8Gi"],"enrUri":"enr:-L24QFda9JOyYO03ddy-6kpDJZa5c48gYJL4mYuqE2eggTCsVFlwEsOiK4wFtS0UtZyLs0DBKX5iUicfPrr8z2u2U34CgmlkgnY0gmlwhKwSgRqKbXVsdGlhZGRyc5YACASsEoEaBqreAAoErBKBGgaq390DgnJzhQDGAQAAiXNlY3AyNTZrMaECo2W3FQtxko73i4HzLEXjYlLuf0LM13-Szkt8qUyIfwODdGNwgqreg3VkcIKq4IV3YWt1MgU"}'
|
||
2026-04-22 23:58:31.887 INFO [src.node.waku_node] REST service is ready !!
|
||
2026-04-22 23:58:31.887 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||
2026-04-22 23:58:31.893 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
2026-04-22 23:58:31.893 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-22_23-58-30__11320af8-0698-4088-8d3e-fea0b6ad5e4d__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:58:31.893 DEBUG [src.node.waku_node] Starting Node...
|
||
2026-04-22 23:58:31.893 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
2026-04-22 23:58:31.895 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
2026-04-22 23:58:31.895 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.213.68
|
||
2026-04-22 23:58:31.895 DEBUG [src.node.docker_mananger] Generated ports ['56252', '56253', '56254', '56255', '56256']
|
||
2026-04-22 23:58:31.895 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
2026-04-22 23:58:31.895 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
2026-04-22 23:58:31.895 DEBUG [src.node.waku_node] Using volumes []
|
||
2026-04-22 23:58:31.895 DEBUG [src.node.docker_mananger] docker run -i -t -p 56252:56252 -p 56253:56253 -p 56254:56254 -p 56255:56255 -p 56256:56256 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=56254 --rest-port=56252 --tcp-port=56253 --discv5-udp-port=56255 --rest-address=0.0.0.0 --nat=extip:172.18.213.68 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=15dffe8bafff570df6b5bcbf3deb2f8e8f6ce1ad7eefe760be7ab4ff1ba49bca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56256 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFda9JOyYO03ddy-6kpDJZa5c48gYJL4mYuqE2eggTCsVFlwEsOiK4wFtS0UtZyLs0DBKX5iUicfPrr8z2u2U34CgmlkgnY0gmlwhKwSgRqKbXVsdGlhZGRyc5YACASsEoEaBqreAAoErBKBGgaq390DgnJzhQDGAQAAiXNlY3AyNTZrMaECo2W3FQtxko73i4HzLEXjYlLuf0LM13-Szkt8qUyIfwODdGNwgqreg3VkcIKq4IV3YWt1MgU --filternode=/ip4/172.18.129.26/tcp/43742/p2p/16Uiu2HAm6RWPhRbdimRmAisJUtJvpwyzomUTkr3nXh6uUuxLA8Gi
|
||
2026-04-22 23:58:32.051 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.213.68 waku 5d388f794a44cffadfa7eb73684cb2f45181d2e4b1f724501d9dfd2122461969
|
||
2026-04-22 23:58:32.076 DEBUG [src.node.docker_mananger] Container started with ID 5d388f794a44. Setting up logs at ./log/docker/node2_2026-04-22_23-58-30__11320af8-0698-4088-8d3e-fea0b6ad5e4d__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:58:32.076 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56252
|
||
2026-04-22 23:58:32.076 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
2026-04-22 23:58:33.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56252/health" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:58:33.079 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||
2026-04-22 23:58:33.079 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
2026-04-22 23:58:33.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56252/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:58:33.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.213.68/tcp/56253/p2p/16Uiu2HAmHDeM2wASy76DQZBm81dxDBrxeDWz5u5n6KRvZpXicqt2","/ip4/172.18.213.68/tcp/56254/ws/p2p/16Uiu2HAmHDeM2wASy76DQZBm81dxDBrxeDWz5u5n6KRvZpXicqt2"],"enrUri":"enr:-L24QJZr_JJwC4LGVZtM3r-SNUcm4ZO8C-Lj4PxRj98tuvkJPxJiNkp4ogp0ZKMWiFc07XGACKz54ufkPqsXJe67zQ4CgmlkgnY0gmlwhKwS1USKbXVsdGlhZGRyc5YACASsEtVEBtu9AAoErBLVRAbbvt0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDQ8xLm-aVRn3MbnETeMZgi5lvQ_P5bDohHi2kxKKfcNeDdGNwgtu9g3VkcILbv4V3YWt1MgA"}'
|
||
2026-04-22 23:58:33.082 INFO [src.node.waku_node] REST service is ready !!
|
||
2026-04-22 23:58:33.082 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56252/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.129.26/tcp/43742/p2p/16Uiu2HAm6RWPhRbdimRmAisJUtJvpwyzomUTkr3nXh6uUuxLA8Gi"]'
|
||
2026-04-22 23:58:33.102 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:58:33.104 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||
2026-04-22 23:58:33.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43741/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
|
||
2026-04-22 23:58:33.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:58:33.116 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56252/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e8da487a-a327-4901-809e-9e1771c8ea30", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:58:33.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e8da487a-a327-4901-809e-9e1771c8ea30","statusDesc":"OK"}'
|
||
2026-04-22 23:58:33.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56252/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:58:33.129 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:56252/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-04-22 23:58:33.132 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||
2026-04-22 23:58:33.133 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||
2026-04-22 23:58:33.133 DEBUG [src.node.waku_node] Stopping container with id 29ba565d0f79
|
||
2026-04-22 23:58:33.527 DEBUG [src.node.waku_node] Container stopped.
|
||
2026-04-22 23:58:33.527 DEBUG [src.node.waku_node] Stopping container with id 5d388f794a44
|
||
2026-04-22 23:58:33.873 DEBUG [src.node.waku_node] Container stopped.
|
||
2026-04-22 23:58:33.875 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||
2026-04-22 23:58:33.880 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||
2026-04-22 23:58:33.885 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|