mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
106 lines
18 KiB
Plaintext
106 lines
18 KiB
Plaintext
2026-03-15 04:51:23.931 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-15 04:51:23.932 DEBUG [tests.conftest] Running test: test_cant_retrieve_messages_on_not_subscribed_content_topic with id: 2026-03-15_04-51-23__41a72937-f9a2-47fa-bf87-f6b927e05817
|
|
2026-03-15 04:51:23.932 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-15 04:51:23.932 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-15 04:51:23.932 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-15 04:51:23.940 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-15 04:51:23.940 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-15_04-51-23__41a72937-f9a2-47fa-bf87-f6b927e05817__wakuorg_nwaku:latest.log
|
|
2026-03-15 04:51:23.940 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-15 04:51:23.940 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-15 04:51:23.942 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-15 04:51:23.942 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.104.135
|
|
2026-03-15 04:51:23.942 DEBUG [src.node.docker_mananger] Generated ports ['65159', '65160', '65161', '65162', '65163']
|
|
2026-03-15 04:51:23.942 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-15 04:51:23.943 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-15 04:51:23.943 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-15 04:51:23.943 DEBUG [src.node.docker_mananger] docker run -i -t -p 65159:65159 -p 65160:65160 -p 65161:65161 -p 65162:65162 -p 65163:65163 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=65161 --rest-port=65159 --tcp-port=65160 --discv5-udp-port=65162 --rest-address=0.0.0.0 --nat=extip:172.18.104.135 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=138ede3afcacb7e5af45cfb1a7ccee8edf67dbab0035fa43ffde82ffd9ec3624 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65163 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-15 04:51:24.140 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.104.135 waku 5a4e7d8c7a94b7eb5cd34c833e7d1f6f40f48392fc424f1d88675ebad34cb050
|
|
2026-03-15 04:51:24.176 DEBUG [src.node.docker_mananger] Container started with ID 5a4e7d8c7a94. Setting up logs at ./log/docker/node1_2026-03-15_04-51-23__41a72937-f9a2-47fa-bf87-f6b927e05817__wakuorg_nwaku:latest.log
|
|
2026-03-15 04:51:24.176 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65159
|
|
2026-03-15 04:51:24.179 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-15 04:51:24.739 ERROR [src.node.docker_mananger] Max retries reached for container b24eb3ec98fb. Exiting log stream.
|
|
2026-03-15 04:51:25.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65159/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:25.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-15 04:51:25.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65159/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:25.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-15 04:51:25.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65159/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:25.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-15 04:51:25.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65159/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:25.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-15 04:51:25.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65159/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:25.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-15 04:51:25.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65159/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:25.701 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-15 04:51:25.702 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-15 04:51:25.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65159/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:25.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.104.135/tcp/65160/p2p/16Uiu2HAmSwyywDfxowSjKSDuJq7YcaBLtsfShDyi6wBig3tYKzqv","/ip4/172.18.104.135/tcp/65161/ws/p2p/16Uiu2HAmSwyywDfxowSjKSDuJq7YcaBLtsfShDyi6wBig3tYKzqv"],"enrUri":"enr:-L24QNV4co7odqwUGLgv1kbhVm01wxvgujud-HXt9MtBKnsGbxmSj_hryFXl5WcAvlbPXFZv2K8HmHNzfdWads1BNqgCgmlkgnY0gmlwhKwSaIeKbXVsdGlhZGRyc5YACASsEmiHBv6IAAoErBJohwb-id0DgnJzhQACAQAAiXNlY3AyNTZrMaED1F4TDXiHH-z71VqrNCyttCUf7XkjllbSlnN2loEM9bmDdGNwgv6Ig3VkcIL-ioV3YWt1MgU"}'
|
|
2026-03-15 04:51:25.705 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-15 04:51:25.712 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-15 04:51:25.712 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-15_04-51-23__41a72937-f9a2-47fa-bf87-f6b927e05817__wakuorg_nwaku:latest.log
|
|
2026-03-15 04:51:25.712 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-15 04:51:25.712 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-15 04:51:25.713 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-15 04:51:25.714 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.61.84
|
|
2026-03-15 04:51:25.714 DEBUG [src.node.docker_mananger] Generated ports ['16977', '16978', '16979', '16980', '16981']
|
|
2026-03-15 04:51:25.714 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-15 04:51:25.714 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-15 04:51:25.714 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-15 04:51:25.714 DEBUG [src.node.docker_mananger] docker run -i -t -p 16977:16977 -p 16978:16978 -p 16979:16979 -p 16980:16980 -p 16981:16981 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=16979 --rest-port=16977 --tcp-port=16978 --discv5-udp-port=16980 --rest-address=0.0.0.0 --nat=extip:172.18.61.84 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=3a7ea46d3fbf9c8b06c68fde3cbfbeffed18e07e0bae8bed2cacdf2da230faac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16981 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNV4co7odqwUGLgv1kbhVm01wxvgujud-HXt9MtBKnsGbxmSj_hryFXl5WcAvlbPXFZv2K8HmHNzfdWads1BNqgCgmlkgnY0gmlwhKwSaIeKbXVsdGlhZGRyc5YACASsEmiHBv6IAAoErBJohwb-id0DgnJzhQACAQAAiXNlY3AyNTZrMaED1F4TDXiHH-z71VqrNCyttCUf7XkjllbSlnN2loEM9bmDdGNwgv6Ig3VkcIL-ioV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-15 04:51:25.906 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.61.84 waku eb8d2ddc8adc0abe79adcae76bde4e20c651ff579a979edff45268fc108c06c7
|
|
2026-03-15 04:51:25.949 DEBUG [src.node.docker_mananger] Container started with ID eb8d2ddc8adc. Setting up logs at ./log/docker/node2_2026-03-15_04-51-23__41a72937-f9a2-47fa-bf87-f6b927e05817__wakuorg_nwaku:latest.log
|
|
2026-03-15 04:51:25.950 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16977
|
|
2026-03-15 04:51:25.950 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-15 04:51:26.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16977/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:26.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-15 04:51:27.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16977/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:27.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-15 04:51:27.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16977/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:27.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-15 04:51:27.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16977/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:27.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-15 04:51:27.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16977/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:27.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-15 04:51:27.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16977/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:27.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-15 04:51:27.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16977/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:27.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-15 04:51:27.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16977/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:27.676 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-15 04:51:27.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16977/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:27.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-15 04:51:27.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16977/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:27.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-15 04:51:27.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16977/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:27.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-15 04:51:28.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16977/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:28.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-15 04:51:28.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16977/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:28.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-15 04:51:28.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16977/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:28.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-15 04:51:28.330 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-15 04:51:28.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16977/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:28.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.61.84/tcp/16978/p2p/16Uiu2HAmFC39JbxmPL9D8LuihrB8WocoPGKaNhie6M3bACqa8CXY","/ip4/172.18.61.84/tcp/16979/ws/p2p/16Uiu2HAmFC39JbxmPL9D8LuihrB8WocoPGKaNhie6M3bACqa8CXY"],"enrUri":"enr:-L24QIwgZiz7Jt024BCo4YA6UrbvmbZ6FM7FGxl04MVxrWmpXU27L3HEM9tLAvpIOOPlGNcHFQyJsGOi3T0qEzkwhgUCgmlkgnY0gmlwhKwSPVSKbXVsdGlhZGRyc5YACASsEj1UBkJSAAoErBI9VAZCU90DgnJzhQACAQAAiXNlY3AyNTZrMaEDJauJkjv94kQZKFa88EHXhpV5ZpLEFtW-iErTpBCdzN-DdGNwgkJSg3VkcIJCVIV3YWt1MgE"}'
|
|
2026-03-15 04:51:28.333 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-15 04:51:28.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16977/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.104.135/tcp/65160/p2p/16Uiu2HAmSwyywDfxowSjKSDuJq7YcaBLtsfShDyi6wBig3tYKzqv"]'
|
|
2026-03-15 04:51:28.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-15 04:51:28.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65159/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-15 04:51:28.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-15 04:51:28.369 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16977/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-15 04:51:28.373 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-15 04:51:28.374 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65159/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-15 04:51:28.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-15 04:51:28.386 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-15 04:51:28.487 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-15 04:51:28.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65159/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:51:28.490 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:65159/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto. Response content: b'/toychat/2/huilong/proto'
|
|
2026-03-15 04:51:28.493 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-15 04:51:28.494 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-15 04:51:28.494 DEBUG [src.node.waku_node] Stopping container with id 5a4e7d8c7a94
|
|
2026-03-15 04:51:29.079 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-15 04:51:29.082 DEBUG [src.node.waku_node] Stopping container with id eb8d2ddc8adc
|
|
2026-03-15 04:51:29.633 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-15 04:51:29.636 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-15 04:51:29.672 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-15 04:51:29.700 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|