mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 08:33:08 +00:00
65 lines
12 KiB
Plaintext
65 lines
12 KiB
Plaintext
2026-02-25 15:23:15.177 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 15:23:15.177 DEBUG [tests.conftest] Running test: test_publish_without_subscribing_via_api_works with id: 2026-02-25_15-23-15__bf7956ef-0246-47b1-8062-f9420e580a6b
|
|
2026-02-25 15:23:15.178 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 15:23:15.178 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-25 15:23:15.178 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-25 15:23:15.185 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 15:23:15.185 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_15-23-15__bf7956ef-0246-47b1-8062-f9420e580a6b__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:23:15.185 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 15:23:15.185 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 15:23:15.187 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 15:23:15.187 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.20.234
|
|
2026-02-25 15:23:15.187 DEBUG [src.node.docker_mananger] Generated ports ['33668', '33669', '33670', '33671', '33672']
|
|
2026-02-25 15:23:15.187 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 15:23:15.187 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 15:23:15.187 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 15:23:15.187 DEBUG [src.node.docker_mananger] docker run -i -t -p 33668:33668 -p 33669:33669 -p 33670:33670 -p 33671:33671 -p 33672:33672 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=33670 --rest-port=33668 --tcp-port=33669 --discv5-udp-port=33671 --rest-address=0.0.0.0 --nat=extip:172.18.20.234 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=562a3babc0c3c1f88b5b0ae19fbeca6cda34f0ca212909114bd00a6cd1f3091d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33672 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-02-25 15:23:15.343 ERROR [src.node.docker_mananger] Max retries reached for container b23ba79ccc6b. Exiting log stream.
|
|
2026-02-25 15:23:15.364 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.20.234 waku b136ee7b575dadca9137553f19eb21e92d557a34f7ed44d4c0a79a6195904bcf
|
|
2026-02-25 15:23:15.396 DEBUG [src.node.docker_mananger] Container started with ID b136ee7b575d. Setting up logs at ./log/docker/node1_2026-02-25_15-23-15__bf7956ef-0246-47b1-8062-f9420e580a6b__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:23:15.397 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33668
|
|
2026-02-25 15:23:15.398 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 15:23:15.950 ERROR [src.node.docker_mananger] Max retries reached for container 6a1f8220e0c4. Exiting log stream.
|
|
2026-02-25 15:23:16.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33668/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:23:16.401 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-25 15:23:16.401 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 15:23:16.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33668/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:23:16.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.20.234/tcp/33669/p2p/16Uiu2HAm4F8XYHJsVs39dqqHd7J5uzTxSjCJHSc5icG2KWTS4dR9","/ip4/172.18.20.234/tcp/33670/ws/p2p/16Uiu2HAm4F8XYHJsVs39dqqHd7J5uzTxSjCJHSc5icG2KWTS4dR9"],"enrUri":"enr:-L24QLMyRfZno7IYexHaYvZfj-rFYLk5W77H0nhshCqOqamwRiIg8mxC6h6FV0WiNungY0_8vJt2vW7m3OnzfS1iXboCgmlkgnY0gmlwhKwSFOqKbXVsdGlhZGRyc5YACASsEhTqBoOFAAoErBIU6gaDht0DgnJzhQACAQAAiXNlY3AyNTZrMaECgwXPhVMQRQhn4S4aSP-NHC2GN6rPX4EIzywrkhf8cxCDdGNwgoOFg3VkcIKDh4V3YWt1MgU"}'
|
|
2026-02-25 15:23:16.404 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 15:23:16.410 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 15:23:16.410 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_15-23-15__bf7956ef-0246-47b1-8062-f9420e580a6b__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:23:16.411 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 15:23:16.411 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 15:23:16.412 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 15:23:16.412 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.242.237
|
|
2026-02-25 15:23:16.412 DEBUG [src.node.docker_mananger] Generated ports ['36903', '36904', '36905', '36906', '36907']
|
|
2026-02-25 15:23:16.412 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 15:23:16.413 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 15:23:16.413 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 15:23:16.413 DEBUG [src.node.docker_mananger] docker run -i -t -p 36903:36903 -p 36904:36904 -p 36905:36905 -p 36906:36906 -p 36907:36907 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=36905 --rest-port=36903 --tcp-port=36904 --discv5-udp-port=36906 --rest-address=0.0.0.0 --nat=extip:172.18.242.237 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b9d1b11d5c283ccad5fe20fd6e5fc61ca06920f2b7446bbf3c7e7dc61c64edd0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36907 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLMyRfZno7IYexHaYvZfj-rFYLk5W77H0nhshCqOqamwRiIg8mxC6h6FV0WiNungY0_8vJt2vW7m3OnzfS1iXboCgmlkgnY0gmlwhKwSFOqKbXVsdGlhZGRyc5YACASsEhTqBoOFAAoErBIU6gaDht0DgnJzhQACAQAAiXNlY3AyNTZrMaECgwXPhVMQRQhn4S4aSP-NHC2GN6rPX4EIzywrkhf8cxCDdGNwgoOFg3VkcIKDh4V3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-02-25 15:23:16.593 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.242.237 waku db90668e9094d61486fdccb01082b952e061e9df2be6c849a7358e261e64c9f0
|
|
2026-02-25 15:23:16.626 DEBUG [src.node.docker_mananger] Container started with ID db90668e9094. Setting up logs at ./log/docker/node2_2026-02-25_15-23-15__bf7956ef-0246-47b1-8062-f9420e580a6b__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:23:16.627 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36903
|
|
2026-02-25 15:23:16.627 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 15:23:17.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36903/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:23:17.647 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_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-25 15:23:17.648 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 15:23:17.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36903/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:23:17.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.242.237/tcp/36904/p2p/16Uiu2HAmGx53pRnEweaxq4ixPQ7xWgKZw8GJkXMarVZYmw7afqmi","/ip4/172.18.242.237/tcp/36905/ws/p2p/16Uiu2HAmGx53pRnEweaxq4ixPQ7xWgKZw8GJkXMarVZYmw7afqmi"],"enrUri":"enr:-L24QAH53rThUD-V-JnCFFELP0xP9gETP5KcYNCqv6aCd5XLFX7A4I1tP1eZwn0LfEUCmiYrh7R6C-qwro-zmt-F6D4CgmlkgnY0gmlwhKwS8u2KbXVsdGlhZGRyc5YACASsEvLtBpAoAAoErBLy7QaQKd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDP87vMz7bMF3pffM-Z0aN_m6PoGhpfQOqdrzyt55zeiGDdGNwgpAog3VkcIKQKoV3YWt1MgE"}'
|
|
2026-02-25 15:23:17.655 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 15:23:17.656 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36903/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.20.234/tcp/33669/p2p/16Uiu2HAm4F8XYHJsVs39dqqHd7J5uzTxSjCJHSc5icG2KWTS4dR9"]'
|
|
2026-02-25 15:23:17.661 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:23:17.661 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33668/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 15:23:17.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:23:17.666 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36903/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 15:23:17.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:23:17.673 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 15:23:17.674 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 15:23:17.675 DEBUG [src.node.waku_node] Stopping container with id b136ee7b575d
|
|
2026-02-25 15:23:18.205 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 15:23:18.206 DEBUG [src.node.waku_node] Stopping container with id db90668e9094
|
|
2026-02-25 15:23:18.725 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 15:23:18.726 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 15:23:18.733 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 15:23:18.738 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|