mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
70 lines
12 KiB
Plaintext
70 lines
12 KiB
Plaintext
2026-01-02 04:35:02.929 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-02 04:35:02.930 DEBUG [tests.conftest] Running test: test_retrieve_messages_without_subscribing_via_api with id: 2026-01-02_04-35-02__9e4bc240-194f-4e4a-b7e5-04271240a950
|
|
2026-01-02 04:35:02.930 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-02 04:35:02.930 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-02 04:35:02.931 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-01-02 04:35:02.938 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:35:02.938 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-35-02__9e4bc240-194f-4e4a-b7e5-04271240a950__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:35:02.938 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:35:02.938 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:35:02.939 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:35:02.939 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.167.247
|
|
2026-01-02 04:35:02.940 DEBUG [src.node.docker_mananger] Generated ports ['18020', '18021', '18022', '18023', '18024']
|
|
2026-01-02 04:35:02.940 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:35:02.940 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:35:02.940 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:35:02.940 DEBUG [src.node.docker_mananger] docker run -i -t -p 18020:18020 -p 18021:18021 -p 18022:18022 -p 18023:18023 -p 18024:18024 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=18022 --rest-port=18020 --tcp-port=18021 --discv5-udp-port=18023 --rest-address=0.0.0.0 --nat=extip:172.18.167.247 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=9cbd4d3f60001fc50ef5fdc5eac5c39aff0d669a2dcfdd75aac2f31c7c6e562d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18024 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-01-02 04:35:03.022 ERROR [src.node.docker_mananger] Max retries reached for container 2f24a3cf5812. Exiting log stream.
|
|
2026-01-02 04:35:03.120 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.167.247 waku 1e96cdb629b8d5bfa4798be7ae82b07f8168962ee515930349eeedf0cadeef88
|
|
2026-01-02 04:35:03.152 DEBUG [src.node.docker_mananger] Container started with ID 1e96cdb629b8. Setting up logs at ./log/docker/node1_2026-01-02_04-35-02__9e4bc240-194f-4e4a-b7e5-04271240a950__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:35:03.152 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18020
|
|
2026-01-02 04:35:03.152 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:35:03.626 ERROR [src.node.docker_mananger] Max retries reached for container cfb64f1f9bb9. Exiting log stream.
|
|
2026-01-02 04:35:04.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18020/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:35:04.156 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-02 04:35:04.156 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:35:04.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18020/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:35:04.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.167.247/tcp/18021/p2p/16Uiu2HAmFhMxZi4N3h6cFGoiQzLK1TqH96zRV8PSRbeS7m4B1mAV","/ip4/172.18.167.247/tcp/18022/ws/p2p/16Uiu2HAmFhMxZi4N3h6cFGoiQzLK1TqH96zRV8PSRbeS7m4B1mAV"],"enrUri":"enr:-L24QDfE7zD5JBNYA6fFXkFmyuM9VqPml718kPtHhurk8q9xUc-dnHHWqHSSoy7josuTLUEaiHmcLzi-0iUUlvyBb3UCgmlkgnY0gmlwhKwSp_eKbXVsdGlhZGRyc5YACASsEqf3BkZlAAoErBKn9wZGZt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDLS6npGuFkJpPAQs9v8FqMNaAI0HKSEIxANfQeM4ULNaDdGNwgkZlg3VkcIJGZ4V3YWt1MgU"}'
|
|
2026-01-02 04:35:04.158 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:35:04.165 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:35:04.165 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-35-02__9e4bc240-194f-4e4a-b7e5-04271240a950__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:35:04.165 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:35:04.165 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:35:04.167 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:35:04.167 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.68.178
|
|
2026-01-02 04:35:04.167 DEBUG [src.node.docker_mananger] Generated ports ['30996', '30997', '30998', '30999', '31000']
|
|
2026-01-02 04:35:04.167 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:35:04.167 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:35:04.167 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:35:04.168 DEBUG [src.node.docker_mananger] docker run -i -t -p 30996:30996 -p 30997:30997 -p 30998:30998 -p 30999:30999 -p 31000:31000 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=30998 --rest-port=30996 --tcp-port=30997 --discv5-udp-port=30999 --rest-address=0.0.0.0 --nat=extip:172.18.68.178 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=9d3c9e414dfd4cc8d1f5f1b27d2bb7aa1829c0f6d72ad8958db15e77e6d8f0de --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31000 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDfE7zD5JBNYA6fFXkFmyuM9VqPml718kPtHhurk8q9xUc-dnHHWqHSSoy7josuTLUEaiHmcLzi-0iUUlvyBb3UCgmlkgnY0gmlwhKwSp_eKbXVsdGlhZGRyc5YACASsEqf3BkZlAAoErBKn9wZGZt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDLS6npGuFkJpPAQs9v8FqMNaAI0HKSEIxANfQeM4ULNaDdGNwgkZlg3VkcIJGZ4V3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-01-02 04:35:04.353 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.68.178 waku 32263e5088e6767355a9b51296b1db9794074571b45806c1586d9bcff4c325f2
|
|
2026-01-02 04:35:04.382 DEBUG [src.node.docker_mananger] Container started with ID 32263e5088e6. Setting up logs at ./log/docker/node2_2026-01-02_04-35-02__9e4bc240-194f-4e4a-b7e5-04271240a950__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:35:04.382 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30996
|
|
2026-01-02 04:35:04.382 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:35:05.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30996/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:35:05.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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-02 04:35:05.401 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:35:05.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30996/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:35:05.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.68.178/tcp/30997/p2p/16Uiu2HAmSrWq5emF16SSTy62i2XzSQSkG2DQ2TyyKU57dT3ikxUz","/ip4/172.18.68.178/tcp/30998/ws/p2p/16Uiu2HAmSrWq5emF16SSTy62i2XzSQSkG2DQ2TyyKU57dT3ikxUz"],"enrUri":"enr:-L24QCI8CeA_FsUodM5xE7inNEnyJl8_j24-xTLcM9oseWXZApJRUk34zHTECFzm5CIwONS62fmXr7S2fnJYwr_NPkYCgmlkgnY0gmlwhKwSRLKKbXVsdGlhZGRyc5YACASsEkSyBnkVAAoErBJEsgZ5Ft0DgnJzhQACAQAAiXNlY3AyNTZrMaED0vd4AMhi_IyfR_8ZJFpRMcPo-9T7Ey1_zAOgaD60JxuDdGNwgnkVg3VkcIJ5F4V3YWt1MgE"}'
|
|
2026-01-02 04:35:05.405 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:35:05.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30996/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.167.247/tcp/18021/p2p/16Uiu2HAmFhMxZi4N3h6cFGoiQzLK1TqH96zRV8PSRbeS7m4B1mAV"]'
|
|
2026-01-02 04:35:05.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:35:05.409 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18020/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:35:05.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:35:05.414 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:35:05.514 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:35:05.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18020/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:35:05.517 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328505409304139,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:35:05.519 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:35:05.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30996/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:35:05.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328505409304139,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:35:05.524 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-02 04:35:05.525 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-02 04:35:05.525 DEBUG [src.node.waku_node] Stopping container with id 1e96cdb629b8
|
|
2026-01-02 04:35:06.053 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:35:06.053 DEBUG [src.node.waku_node] Stopping container with id 32263e5088e6
|
|
2026-01-02 04:35:06.543 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:35:06.544 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-02 04:35:06.549 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-02 04:35:06.554 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|