mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-12 13:29:44 +00:00
69 lines
12 KiB
Plaintext
69 lines
12 KiB
Plaintext
2026-01-31 04:31:49.288 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-31 04:31:49.289 DEBUG [tests.conftest] Running test: test_publish_on_not_subscribed_content_topic_works with id: 2026-01-31_04-31-49__6a85e377-987d-450f-9f0f-1e0356f923c1
|
|
2026-01-31 04:31:49.289 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-31 04:31:49.289 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-31 04:31:49.289 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-01-31 04:31:49.297 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-31 04:31:49.297 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-31_04-31-49__6a85e377-987d-450f-9f0f-1e0356f923c1__wakuorg_nwaku:latest.log
|
|
2026-01-31 04:31:49.298 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-31 04:31:49.298 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-31 04:31:49.299 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-31 04:31:49.299 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.80.110
|
|
2026-01-31 04:31:49.300 DEBUG [src.node.docker_mananger] Generated ports ['23470', '23471', '23472', '23473', '23474']
|
|
2026-01-31 04:31:49.300 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-31 04:31:49.300 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-31 04:31:49.300 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-31 04:31:49.300 DEBUG [src.node.docker_mananger] docker run -i -t -p 23470:23470 -p 23471:23471 -p 23472:23472 -p 23473:23473 -p 23474:23474 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=23472 --rest-port=23470 --tcp-port=23471 --discv5-udp-port=23473 --rest-address=0.0.0.0 --nat=extip:172.18.80.110 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=23cb45b966de9fc6dec544e3bc4bdc4fbe0fdc5129583bbb36f4e0c2cbc7219a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23474 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-01-31 04:31:49.485 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.80.110 waku e98cfc46f0f60a01edeb77e162c124b3548779c9484e1fd5a754153e3a8ae797
|
|
2026-01-31 04:31:49.518 DEBUG [src.node.docker_mananger] Container started with ID e98cfc46f0f6. Setting up logs at ./log/docker/node1_2026-01-31_04-31-49__6a85e377-987d-450f-9f0f-1e0356f923c1__wakuorg_nwaku:latest.log
|
|
2026-01-31 04:31:49.520 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23470
|
|
2026-01-31 04:31:49.520 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-31 04:31:49.538 ERROR [src.node.docker_mananger] Max retries reached for container b787a4c61bea. Exiting log stream.
|
|
2026-01-31 04:31:50.085 ERROR [src.node.docker_mananger] Max retries reached for container 14eccb14e21b. Exiting log stream.
|
|
2026-01-31 04:31:50.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23470/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:31:50.524 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-01-31 04:31:50.524 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-31 04:31:50.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23470/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:31:50.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.80.110/tcp/23471/p2p/16Uiu2HAm8AxvXPN4k4ojYehh1yjbFvnyvwNzjqvoaL553qS26BPp","/ip4/172.18.80.110/tcp/23472/ws/p2p/16Uiu2HAm8AxvXPN4k4ojYehh1yjbFvnyvwNzjqvoaL553qS26BPp"],"enrUri":"enr:-L24QFv26VeukTk45AzC1x1JvXbYtJ6QctO1Ifs-x1uc2PxkJx6f4xBG8_QChwAXTZlsnePXXuSsRvVQ-9HHMsoXp0ACgmlkgnY0gmlwhKwSUG6KbXVsdGlhZGRyc5YACASsElBuBluvAAoErBJQbgZbsN0DgnJzhQACAQAAiXNlY3AyNTZrMaECvWNgSuHuxSjKHJVppoS4ipFdtacSUHbGEL9sclENlguDdGNwgluvg3VkcIJbsYV3YWt1MgU"}'
|
|
2026-01-31 04:31:50.526 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-31 04:31:50.533 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-31 04:31:50.534 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-31_04-31-49__6a85e377-987d-450f-9f0f-1e0356f923c1__wakuorg_nwaku:latest.log
|
|
2026-01-31 04:31:50.534 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-31 04:31:50.534 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-31 04:31:50.535 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-31 04:31:50.535 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.90.80
|
|
2026-01-31 04:31:50.536 DEBUG [src.node.docker_mananger] Generated ports ['56814', '56815', '56816', '56817', '56818']
|
|
2026-01-31 04:31:50.536 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-31 04:31:50.536 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-31 04:31:50.536 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-31 04:31:50.536 DEBUG [src.node.docker_mananger] docker run -i -t -p 56814:56814 -p 56815:56815 -p 56816:56816 -p 56817:56817 -p 56818:56818 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=56816 --rest-port=56814 --tcp-port=56815 --discv5-udp-port=56817 --rest-address=0.0.0.0 --nat=extip:172.18.90.80 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=6cac26cd7d886a4e33faedda15bac2631ddbdf81c67bfaa673f80fdc7b7040cc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56818 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFv26VeukTk45AzC1x1JvXbYtJ6QctO1Ifs-x1uc2PxkJx6f4xBG8_QChwAXTZlsnePXXuSsRvVQ-9HHMsoXp0ACgmlkgnY0gmlwhKwSUG6KbXVsdGlhZGRyc5YACASsElBuBluvAAoErBJQbgZbsN0DgnJzhQACAQAAiXNlY3AyNTZrMaECvWNgSuHuxSjKHJVppoS4ipFdtacSUHbGEL9sclENlguDdGNwgluvg3VkcIJbsYV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-01-31 04:31:50.727 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.90.80 waku b10e8a97a23845fd67e846ca02fa5940be44aa4b9283b054f79e8ac5548dfdd2
|
|
2026-01-31 04:31:50.760 DEBUG [src.node.docker_mananger] Container started with ID b10e8a97a238. Setting up logs at ./log/docker/node2_2026-01-31_04-31-49__6a85e377-987d-450f-9f0f-1e0356f923c1__wakuorg_nwaku:latest.log
|
|
2026-01-31 04:31:50.762 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56814
|
|
2026-01-31 04:31:50.762 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-31 04:31:51.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56814/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:31:51.774 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_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-01-31 04:31:51.778 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-31 04:31:51.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56814/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:31:51.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.90.80/tcp/56815/p2p/16Uiu2HAmTPcFH7sV5oEcKJpXrFsQCdWhBeobrWzyxRQAw33WQfXE","/ip4/172.18.90.80/tcp/56816/ws/p2p/16Uiu2HAmTPcFH7sV5oEcKJpXrFsQCdWhBeobrWzyxRQAw33WQfXE"],"enrUri":"enr:-L24QAllYOm8zukCaH67p-XkzxwHjtmXYl5nGOKAR0r1BXaXIjna_9jp3sKGIap0wclIJpSyGIh9H486BJVfVCng_lcCgmlkgnY0gmlwhKwSWlCKbXVsdGlhZGRyc5YACASsElpQBt3vAAoErBJaUAbd8N0DgnJzhQACAQAAiXNlY3AyNTZrMaED2u6ZXil01LOartHMXIIRcIB55hNHWSifG4oT8146NFmDdGNwgt3vg3VkcILd8YV3YWt1MgE"}'
|
|
2026-01-31 04:31:51.782 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-31 04:31:51.783 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56814/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.80.110/tcp/23471/p2p/16Uiu2HAm8AxvXPN4k4ojYehh1yjbFvnyvwNzjqvoaL553qS26BPp"]'
|
|
2026-01-31 04:31:51.785 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:31:51.786 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23470/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-01-31 04:31:51.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:31:51.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56814/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-01-31 04:31:51.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:31:51.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23470/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-31 04:31:51.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:31:51.794 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56814/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-31 04:31:51.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:31:51.798 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-31 04:31:51.799 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-31 04:31:51.799 DEBUG [src.node.waku_node] Stopping container with id e98cfc46f0f6
|
|
2026-01-31 04:31:52.344 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-31 04:31:52.344 DEBUG [src.node.waku_node] Stopping container with id b10e8a97a238
|
|
2026-01-31 04:31:52.848 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-31 04:31:52.851 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-31 04:31:52.857 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-31 04:31:52.862 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|