mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 08:33:08 +00:00
74 lines
13 KiB
Plaintext
74 lines
13 KiB
Plaintext
2026-03-02 04:36:04.642 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-02 04:36:04.642 DEBUG [tests.conftest] Running test: test_retrieve_messages_without_subscribing_via_api with id: 2026-03-02_04-36-04__4cb9c18f-d832-4197-bfd4-40ca4a291ceb
|
|
2026-03-02 04:36:04.643 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-02 04:36:04.643 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-02 04:36:04.643 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-02 04:36:04.652 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-02 04:36:04.652 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-02_04-36-04__4cb9c18f-d832-4197-bfd4-40ca4a291ceb__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:36:04.653 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-02 04:36:04.653 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-02 04:36:04.654 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-02 04:36:04.654 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.231.60
|
|
2026-03-02 04:36:04.655 DEBUG [src.node.docker_mananger] Generated ports ['58179', '58180', '58181', '58182', '58183']
|
|
2026-03-02 04:36:04.655 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-02 04:36:04.655 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-02 04:36:04.655 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-02 04:36:04.655 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-02 04:36:04.655 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-02 04:36:04.655 DEBUG [src.node.docker_mananger] docker run -i -t -p 58179:58179 -p 58180:58180 -p 58181:58181 -p 58182:58182 -p 58183:58183 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=58181 --rest-port=58179 --tcp-port=58180 --discv5-udp-port=58182 --rest-address=0.0.0.0 --nat=extip:172.18.231.60 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=39ff8d188aa3e7b41b8defefa35bdd621dababfeb6b162fd79ccbc73f8fdcbb9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58183 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-02 04:36:04.847 ERROR [src.node.docker_mananger] Max retries reached for container fb6647844191. Exiting log stream.
|
|
2026-03-02 04:36:04.856 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.231.60 waku 61d3fba2e32eedbed8cfedf28b9c1ed125e4ff144d3ce8f9b807350edd0576eb
|
|
2026-03-02 04:36:04.892 DEBUG [src.node.docker_mananger] Container started with ID 61d3fba2e32e. Setting up logs at ./log/docker/node1_2026-03-02_04-36-04__4cb9c18f-d832-4197-bfd4-40ca4a291ceb__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:36:04.892 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58179
|
|
2026-03-02 04:36:04.893 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-02 04:36:05.418 ERROR [src.node.docker_mananger] Max retries reached for container 88ca245a1fb0. Exiting log stream.
|
|
2026-03-02 04:36:05.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58179/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:36:05.896 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-03-02 04:36:05.896 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-02 04:36:05.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58179/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:36:05.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.231.60/tcp/58180/p2p/16Uiu2HAmRLx6HEATEwnsYtMTFpYwDifevkRRLiiFnv28opprqmun","/ip4/172.18.231.60/tcp/58181/ws/p2p/16Uiu2HAmRLx6HEATEwnsYtMTFpYwDifevkRRLiiFnv28opprqmun"],"enrUri":"enr:-L24QCcC0giAM17dEO_BXkrRXu6ievz2iMxugb0M-1UQTT_uauWtz5r0wq7dn7r66HggPpKNp0Kc2iWMQNznwbDP9J0CgmlkgnY0gmlwhKwS5zyKbXVsdGlhZGRyc5YACASsEuc8BuNEAAoErBLnPAbjRd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDvIjr5U4mdphhzhW_J3AQ7aXvnvpQ5RGq5ZMdDBxr89WDdGNwguNEg3VkcILjRoV3YWt1MgU"}'
|
|
2026-03-02 04:36:05.899 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-02 04:36:05.907 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-02 04:36:05.907 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-02_04-36-04__4cb9c18f-d832-4197-bfd4-40ca4a291ceb__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:36:05.907 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-02 04:36:05.907 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-02 04:36:05.909 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-02 04:36:05.909 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.150.54
|
|
2026-03-02 04:36:05.909 DEBUG [src.node.docker_mananger] Generated ports ['59353', '59354', '59355', '59356', '59357']
|
|
2026-03-02 04:36:05.909 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-02 04:36:05.910 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-02 04:36:05.910 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-02 04:36:05.910 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-02 04:36:05.910 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-02 04:36:05.910 DEBUG [src.node.docker_mananger] docker run -i -t -p 59353:59353 -p 59354:59354 -p 59355:59355 -p 59356:59356 -p 59357:59357 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=59355 --rest-port=59353 --tcp-port=59354 --discv5-udp-port=59356 --rest-address=0.0.0.0 --nat=extip:172.18.150.54 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ff79e115c4efe8ea1cb231ab467da7f14ccdcc3ce6e792f5d65d1bb8d9848d4b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59357 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCcC0giAM17dEO_BXkrRXu6ievz2iMxugb0M-1UQTT_uauWtz5r0wq7dn7r66HggPpKNp0Kc2iWMQNznwbDP9J0CgmlkgnY0gmlwhKwS5zyKbXVsdGlhZGRyc5YACASsEuc8BuNEAAoErBLnPAbjRd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDvIjr5U4mdphhzhW_J3AQ7aXvnvpQ5RGq5ZMdDBxr89WDdGNwguNEg3VkcILjRoV3YWt1MgU
|
|
2026-03-02 04:36:06.118 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.150.54 waku 997b3e51c5ce886ec7dc5f16ef4ccb103be0551d664bf30ee7016966e76af098
|
|
2026-03-02 04:36:06.153 DEBUG [src.node.docker_mananger] Container started with ID 997b3e51c5ce. Setting up logs at ./log/docker/node2_2026-03-02_04-36-04__4cb9c18f-d832-4197-bfd4-40ca4a291ceb__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:36:06.154 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59353
|
|
2026-03-02 04:36:06.154 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-02 04:36:07.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59353/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:36:07.177 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-03-02 04:36:07.179 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-02 04:36:07.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59353/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:36:07.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.150.54/tcp/59354/p2p/16Uiu2HAmJgq5FzfFmBmqCXQXdp5GN1dDNFFegdYbtY3kiMxHbQAQ","/ip4/172.18.150.54/tcp/59355/ws/p2p/16Uiu2HAmJgq5FzfFmBmqCXQXdp5GN1dDNFFegdYbtY3kiMxHbQAQ"],"enrUri":"enr:-L24QD3dehu9-8LQJF8_bLDls2kcTGEjTbYnhquiQac5mswEcthjXROTrTcgghJzzij6yV94I8EOC1h2qvm7P-YWm9ICgmlkgnY0gmlwhKwSljaKbXVsdGlhZGRyc5YACASsEpY2BufaAAoErBKWNgbn290DgnJzhQACAQAAiXNlY3AyNTZrMaEDWZ7LWTl9tkA6dr6LGiynjxErLgu40o8jZ_oq4p4t3o2DdGNwgufag3VkcILn3IV3YWt1MgE"}'
|
|
2026-03-02 04:36:07.190 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-02 04:36:07.190 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59353/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.231.60/tcp/58180/p2p/16Uiu2HAmRLx6HEATEwnsYtMTFpYwDifevkRRLiiFnv28opprqmun"]'
|
|
2026-03-02 04:36:07.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:36:07.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58179/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-02 04:36:07.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:36:07.199 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-02 04:36:07.300 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-02 04:36:07.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58179/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:36:07.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772426167194295040,"ephemeral":false,"proof":""}]'
|
|
2026-03-02 04:36:07.305 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-02 04:36:07.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:36:07.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772426167194295040,"ephemeral":false,"proof":""}]'
|
|
2026-03-02 04:36:07.311 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-02 04:36:07.312 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-02 04:36:07.312 DEBUG [src.node.waku_node] Stopping container with id 61d3fba2e32e
|
|
2026-03-02 04:36:07.924 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-02 04:36:07.925 DEBUG [src.node.waku_node] Stopping container with id 997b3e51c5ce
|
|
2026-03-02 04:36:08.487 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-02 04:36:08.490 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-02 04:36:08.495 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-02 04:36:08.500 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|