mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-01 16:13:13 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2026-03-02 04:39:33.275 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-02 04:39:33.276 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/5/0] with id: 2026-03-02_04-39-33__38ccb5ce-26b2-4db8-8980-9e6ca318e710
|
|
2026-03-02 04:39:33.276 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-02 04:39:33.276 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-02 04:39:33.276 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-02 04:39:33.283 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-02 04:39:33.284 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-02_04-39-33__38ccb5ce-26b2-4db8-8980-9e6ca318e710__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:39:33.284 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-02 04:39:33.284 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-02 04:39:33.285 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-02 04:39:33.285 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.118.122
|
|
2026-03-02 04:39:33.286 DEBUG [src.node.docker_mananger] Generated ports ['47047', '47048', '47049', '47050', '47051']
|
|
2026-03-02 04:39:33.286 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
|
2026-03-02 04:39:33.286 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-02 04:39:33.286 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-02 04:39:33.286 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-02 04:39:33.286 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-02 04:39:33.286 DEBUG [src.node.docker_mananger] docker run -i -t -p 47047:47047 -p 47048:47048 -p 47049:47049 -p 47050:47050 -p 47051:47051 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=47049 --rest-port=47047 --tcp-port=47048 --discv5-udp-port=47050 --rest-address=0.0.0.0 --nat=extip:172.18.118.122 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=63f42f0ba0cb0f9dbbbb49b1e6ac150a1faef8f87bcf9e09c5a2fe2a6199c54c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47051 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-02 04:39:33.471 ERROR [src.node.docker_mananger] Max retries reached for container 8769b77d7c23. Exiting log stream.
|
|
2026-03-02 04:39:33.486 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.118.122 waku bd06a20bf15a7d20359ad14fd3f5706423e6fca89aac3531432c939301ad84f2
|
|
2026-03-02 04:39:33.520 DEBUG [src.node.docker_mananger] Container started with ID bd06a20bf15a. Setting up logs at ./log/docker/node1_2026-03-02_04-39-33__38ccb5ce-26b2-4db8-8980-9e6ca318e710__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:39:33.520 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47047
|
|
2026-03-02 04:39:33.520 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-02 04:39:34.077 ERROR [src.node.docker_mananger] Max retries reached for container b1afe069e56c. Exiting log stream.
|
|
2026-03-02 04:39:34.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47047/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:39:34.523 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:39:34.524 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-02 04:39:34.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47047/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:39:34.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.118.122/tcp/47048/p2p/16Uiu2HAkuzJ36JPPyTroaPETXMY5BqqU9GctENFWUXdMrtjmKPwh","/ip4/172.18.118.122/tcp/47049/ws/p2p/16Uiu2HAkuzJ36JPPyTroaPETXMY5BqqU9GctENFWUXdMrtjmKPwh"],"enrUri":"enr:-L24QJeZpUu97-J2tjLMRZ8KaBUoF-30e8KuDSti82XKBsWhcdBZXrXRjsuCV4wRBshx9lpyZ6NXvB1BVzzHZf00Gn0CgmlkgnY0gmlwhKwSdnqKbXVsdGlhZGRyc5YACASsEnZ6BrfIAAoErBJ2ega3yd0DgnJzhQAFAQAAiXNlY3AyNTZrMaECCFtbA9kjv_PmB-t5emuy3qUCcF-036YsMM2fQMwaDIyDdGNwgrfIg3VkcIK3yoV3YWt1MgU"}'
|
|
2026-03-02 04:39:34.526 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-02 04:39:34.533 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-02 04:39:34.533 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-02_04-39-33__38ccb5ce-26b2-4db8-8980-9e6ca318e710__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:39:34.533 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-02 04:39:34.533 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-02 04:39:34.535 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-02 04:39:34.535 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.192.152
|
|
2026-03-02 04:39:34.535 DEBUG [src.node.docker_mananger] Generated ports ['62380', '62381', '62382', '62383', '62384']
|
|
2026-03-02 04:39:34.535 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
|
2026-03-02 04:39:34.535 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-02 04:39:34.535 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-02 04:39:34.535 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-02 04:39:34.536 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-02 04:39:34.536 DEBUG [src.node.docker_mananger] docker run -i -t -p 62380:62380 -p 62381:62381 -p 62382:62382 -p 62383:62383 -p 62384:62384 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=62382 --rest-port=62380 --tcp-port=62381 --discv5-udp-port=62383 --rest-address=0.0.0.0 --nat=extip:172.18.192.152 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=a70af90ca59bf07da6eb0bc4d4f19fad0bcc5d9a3dbb3356bb357684cb70a05b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62384 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJeZpUu97-J2tjLMRZ8KaBUoF-30e8KuDSti82XKBsWhcdBZXrXRjsuCV4wRBshx9lpyZ6NXvB1BVzzHZf00Gn0CgmlkgnY0gmlwhKwSdnqKbXVsdGlhZGRyc5YACASsEnZ6BrfIAAoErBJ2ega3yd0DgnJzhQAFAQAAiXNlY3AyNTZrMaECCFtbA9kjv_PmB-t5emuy3qUCcF-036YsMM2fQMwaDIyDdGNwgrfIg3VkcIK3yoV3YWt1MgU
|
|
2026-03-02 04:39:34.732 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.192.152 waku 6fd86ad067050e358b77999cf06a24e19cfdce948d410eccf0c5c08f919a7ab3
|
|
2026-03-02 04:39:34.766 DEBUG [src.node.docker_mananger] Container started with ID 6fd86ad06705. Setting up logs at ./log/docker/node2_2026-03-02_04-39-33__38ccb5ce-26b2-4db8-8980-9e6ca318e710__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:39:34.766 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62380
|
|
2026-03-02 04:39:34.766 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-02 04:39:35.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62380/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:39:35.791 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:39:35.794 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-02 04:39:35.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62380/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:39:35.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.192.152/tcp/62381/p2p/16Uiu2HAm8ht6zRYe67Ptvs7MTbf3hsuVMb1LzmM7Gu2tJ68anrRm","/ip4/172.18.192.152/tcp/62382/ws/p2p/16Uiu2HAm8ht6zRYe67Ptvs7MTbf3hsuVMb1LzmM7Gu2tJ68anrRm"],"enrUri":"enr:-L24QJBbA7V0783HDwDFdl0Z6hXZuifZZxZhhmqyGBJ1flX0GTSWPqzbmEVMsjKkUhljbxfjxYkxca-tauqGN4UkqZ4CgmlkgnY0gmlwhKwSwJiKbXVsdGlhZGRyc5YACASsEsCYBvOtAAoErBLAmAbzrt0DgnJzhQAFAQAAiXNlY3AyNTZrMaECxU7uhrAM68-MrRcX1vpSm2scDE74zEwkiyQlDBPd77iDdGNwgvOtg3VkcILzr4V3YWt1MgE"}'
|
|
2026-03-02 04:39:35.798 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-02 04:39:35.799 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62380/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.118.122/tcp/47048/p2p/16Uiu2HAkuzJ36JPPyTroaPETXMY5BqqU9GctENFWUXdMrtjmKPwh"]'
|
|
2026-03-02 04:39:35.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:39:35.805 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47047/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/0"]'
|
|
2026-03-02 04:39:35.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:39:35.808 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62380/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/0"]'
|
|
2026-03-02 04:39:35.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:39:35.811 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47047/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-02 04:39:35.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:39:35.816 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-02 04:39:35.916 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-02 04:39:35.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47047/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:39:35.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772426375811006818,"ephemeral":false,"proof":""}]'
|
|
2026-03-02 04:39:35.921 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-02 04:39:35.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:39:35.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772426375811006818,"ephemeral":false,"proof":""}]'
|
|
2026-03-02 04:39:35.926 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-02 04:39:35.927 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-02 04:39:35.927 DEBUG [src.node.waku_node] Stopping container with id bd06a20bf15a
|
|
2026-03-02 04:39:36.494 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-02 04:39:36.495 DEBUG [src.node.waku_node] Stopping container with id 6fd86ad06705
|
|
2026-03-02 04:39:37.021 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-02 04:39:37.024 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-02 04:39:37.030 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-02 04:39:37.034 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|