mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
89 lines
16 KiB
Plaintext
89 lines
16 KiB
Plaintext
2026-03-05 15:14:47.678 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 15:14:47.678 DEBUG [tests.conftest] Running test: test_different_cursor_and_indexes[2-4] with id: 2026-03-05_15-14-47__eb4ae5c9-808e-43b8-9803-1bcf15007bfd
|
|
2026-03-05 15:14:47.679 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 15:14:47.680 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-05 15:14:47.681 DEBUG [src.steps.store] Running fixture setup: node_setup
|
|
2026-03-05 15:14:47.688 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:14:47.688 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-05_15-14-47__eb4ae5c9-808e-43b8-9803-1bcf15007bfd__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:14:47.689 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:14:47.689 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:14:47.691 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:14:47.691 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.134.143
|
|
2026-03-05 15:14:47.691 DEBUG [src.node.docker_mananger] Generated ports ['4336', '4337', '4338', '4339', '4340']
|
|
2026-03-05 15:14:47.691 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:14:47.691 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:14:47.691 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:14:47.692 DEBUG [src.node.docker_mananger] docker run -i -t -p 4336:4336 -p 4337:4337 -p 4338:4338 -p 4339:4339 -p 4340:4340 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4338 --rest-port=4336 --tcp-port=4337 --discv5-udp-port=4339 --rest-address=0.0.0.0 --nat=extip:172.18.134.143 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ba4abd7effb93ab5ffc0fad7ca61e3d1e64cb31fd7457a777d29dd6a30ceab3c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4340 --metrics-logging=true --store=true --relay=true
|
|
2026-03-05 15:14:47.883 ERROR [src.node.docker_mananger] Max retries reached for container 745bcfa9531e. Exiting log stream.
|
|
2026-03-05 15:14:47.905 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.134.143 waku 52c9d281c0807cecb5b19b1661c0f131e6732e7cd57616c1c245f8040e578da7
|
|
2026-03-05 15:14:47.943 DEBUG [src.node.docker_mananger] Container started with ID 52c9d281c080. Setting up logs at ./log/docker/publishing_node1_2026-03-05_15-14-47__eb4ae5c9-808e-43b8-9803-1bcf15007bfd__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:14:47.943 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 4336
|
|
2026-03-05 15:14:47.944 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:14:48.472 ERROR [src.node.docker_mananger] Max retries reached for container 1bd8944c9518. Exiting log stream.
|
|
2026-03-05 15:14:48.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4336/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:14:48.947 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":"READY"},{"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":"READY"},{"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-03-05 15:14:48.948 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:14:48.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4336/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:14:48.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.134.143/tcp/4337/p2p/16Uiu2HAm1CMYE1fWi1xh8za1YmFMwZGHtHGsFYagNhhhum1EW7K5","/ip4/172.18.134.143/tcp/4338/ws/p2p/16Uiu2HAm1CMYE1fWi1xh8za1YmFMwZGHtHGsFYagNhhhum1EW7K5"],"enrUri":"enr:-L24QNb_7cv53FSV9GdFCLhPTesroJMbxq-gbQL06g7PtKNfHbNtwmLq_FMcd1DVuUamjPDJlVhfVRzdPxjG_MDfK4sCgmlkgnY0gmlwhKwSho-KbXVsdGlhZGRyc5YACASsEoaPBhDxAAoErBKGjwYQ8t0DgnJzhQADAQAAiXNlY3AyNTZrMaECVby4TNwqZjzuxAk0t2pIpUtlkRqMccZsDEpad9IqmEiDdGNwghDxg3VkcIIQ84V3YWt1MgM"}'
|
|
2026-03-05 15:14:48.951 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:14:48.959 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:14:48.959 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-05_15-14-47__eb4ae5c9-808e-43b8-9803-1bcf15007bfd__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:14:48.959 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:14:48.959 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:14:48.961 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:14:48.962 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.48.176
|
|
2026-03-05 15:14:48.962 DEBUG [src.node.docker_mananger] Generated ports ['13962', '13963', '13964', '13965', '13966']
|
|
2026-03-05 15:14:48.962 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:14:48.962 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:14:48.962 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:14:48.962 DEBUG [src.node.docker_mananger] docker run -i -t -p 13962:13962 -p 13963:13963 -p 13964:13964 -p 13965:13965 -p 13966:13966 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13964 --rest-port=13962 --tcp-port=13963 --discv5-udp-port=13965 --rest-address=0.0.0.0 --nat=extip:172.18.48.176 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=22caadcebd4ee0ab2e6bad2eee2a45dc2aa0bab3dfbd50c1533e59f760bd1038 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13966 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QNb_7cv53FSV9GdFCLhPTesroJMbxq-gbQL06g7PtKNfHbNtwmLq_FMcd1DVuUamjPDJlVhfVRzdPxjG_MDfK4sCgmlkgnY0gmlwhKwSho-KbXVsdGlhZGRyc5YACASsEoaPBhDxAAoErBKGjwYQ8t0DgnJzhQADAQAAiXNlY3AyNTZrMaECVby4TNwqZjzuxAk0t2pIpUtlkRqMccZsDEpad9IqmEiDdGNwghDxg3VkcIIQ84V3YWt1MgM --storenode=/ip4/172.18.134.143/tcp/4337/p2p/16Uiu2HAm1CMYE1fWi1xh8za1YmFMwZGHtHGsFYagNhhhum1EW7K5 --store=true --relay=true
|
|
2026-03-05 15:14:49.194 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.48.176 waku a63c7ba84224f32cb3a3a780f0410336adbd1f5abba99d913ba8fcf2e96393a3
|
|
2026-03-05 15:14:49.236 DEBUG [src.node.docker_mananger] Container started with ID a63c7ba84224. Setting up logs at ./log/docker/store_node1_2026-03-05_15-14-47__eb4ae5c9-808e-43b8-9803-1bcf15007bfd__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:14:49.236 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 13962
|
|
2026-03-05 15:14:49.237 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:14:50.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13962/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:14:50.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"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":"READY"},{"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-03-05 15:14:50.242 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:14:50.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13962/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:14:50.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.48.176/tcp/13963/p2p/16Uiu2HAmGCJgjLs9T99tayXTLgnQDVs8YXnVgFQXGTVQU6bwwph5","/ip4/172.18.48.176/tcp/13964/ws/p2p/16Uiu2HAmGCJgjLs9T99tayXTLgnQDVs8YXnVgFQXGTVQU6bwwph5"],"enrUri":"enr:-L24QN7_S6fzLWQQYi-OCYNlyDsYWyiuEi2V-whWfS-dJm8yU7LoCr-Ep62Tw8Q6OIVnm7MAkgnO5Fw2ZFiPfZp02NsCgmlkgnY0gmlwhKwSMLCKbXVsdGlhZGRyc5YACASsEjCwBjaLAAoErBIwsAY2jN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNJjMKprKCcVX70TIt_YdoTTTvZpzU4E5NNbnhFahoYCDdGNwgjaLg3VkcII2jYV3YWt1MgM"}'
|
|
2026-03-05 15:14:50.245 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:14:50.246 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13962/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.134.143/tcp/4337/p2p/16Uiu2HAm1CMYE1fWi1xh8za1YmFMwZGHtHGsFYagNhhhum1EW7K5"]'
|
|
2026-03-05 15:14:50.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:14:50.249 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4336/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:14:50.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:14:50.252 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13962/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:14:50.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:14:50.256 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:14:50.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4336/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:14:50.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:14:50.263 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:14:50.464 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:14:50.465 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4336/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:14:50.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:14:50.473 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:14:50.674 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:14:50.674 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4336/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:14:50.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:14:50.681 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:14:50.882 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:14:50.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4336/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:14:50.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:14:50.890 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:14:51.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4336/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=2&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:14:51.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xd926ce93a8a36033d1665a39b6e0f04afae1e881cdde0d9863d49511f370ce4a"},{"messageHash":"0x774523ca5f99f8c182ab4e3a7862b31e976398ca18a9fe14b10a9663d5ebddad"}],"paginationCursor":"0x774523ca5f99f8c182ab4e3a7862b31e976398ca18a9fe14b10a9663d5ebddad"}'
|
|
2026-03-05 15:14:51.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13962/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=2&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:14:51.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xd926ce93a8a36033d1665a39b6e0f04afae1e881cdde0d9863d49511f370ce4a"},{"messageHash":"0x774523ca5f99f8c182ab4e3a7862b31e976398ca18a9fe14b10a9663d5ebddad"}],"paginationCursor":"0x774523ca5f99f8c182ab4e3a7862b31e976398ca18a9fe14b10a9663d5ebddad"}'
|
|
2026-03-05 15:14:51.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4336/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x774523ca5f99f8c182ab4e3a7862b31e976398ca18a9fe14b10a9663d5ebddad&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:14:51.102 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x65307717082377d648bc724b09005ea9a7b69d7e24d9ad72b0f0b6c030fdba15"},{"messageHash":"0xee709f7b1858c388b9cdea35b392dacfe69d5f8af47ec0611cd85670a12f4fc5"}]}'
|
|
2026-03-05 15:14:51.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13962/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x774523ca5f99f8c182ab4e3a7862b31e976398ca18a9fe14b10a9663d5ebddad&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:14:51.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x65307717082377d648bc724b09005ea9a7b69d7e24d9ad72b0f0b6c030fdba15"},{"messageHash":"0xee709f7b1858c388b9cdea35b392dacfe69d5f8af47ec0611cd85670a12f4fc5"}]}'
|
|
2026-03-05 15:14:51.108 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 15:14:51.109 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 15:14:51.109 DEBUG [src.node.waku_node] Stopping container with id 52c9d281c080
|
|
2026-03-05 15:14:51.758 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:14:51.760 DEBUG [src.node.waku_node] Stopping container with id a63c7ba84224
|
|
2026-03-05 15:14:52.365 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:14:52.366 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 15:14:52.375 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:14:52.384 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|