mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
76 lines
13 KiB
Plaintext
76 lines
13 KiB
Plaintext
2025-12-30 04:37:58.863 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-30 04:37:58.863 DEBUG [tests.conftest] Running test: test_main_node_relay_and_store__peer_only_relay with id: 2025-12-30_04-37-58__7cedef85-30a5-4d6e-9d5f-688c176cc4dc
|
|
2025-12-30 04:37:58.863 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-30 04:37:58.865 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2025-12-30 04:37:58.876 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-30 04:37:58.876 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-30_04-37-58__7cedef85-30a5-4d6e-9d5f-688c176cc4dc__wakuorg_nwaku:latest.log
|
|
2025-12-30 04:37:58.877 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-30 04:37:58.877 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-30 04:37:58.880 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-30 04:37:58.880 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.241.152
|
|
2025-12-30 04:37:58.881 DEBUG [src.node.docker_mananger] Generated ports ['5303', '5304', '5305', '5306', '5307']
|
|
2025-12-30 04:37:58.881 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-30 04:37:58.881 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-30 04:37:58.882 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-30 04:37:58.882 DEBUG [src.node.docker_mananger] docker run -i -t -p 5303:5303 -p 5304:5304 -p 5305:5305 -p 5306:5306 -p 5307:5307 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=5305 --rest-port=5303 --tcp-port=5304 --discv5-udp-port=5306 --rest-address=0.0.0.0 --nat=extip:172.18.241.152 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aa571eedeaeae3f116297cd7bf4f5beb3b5e62954c5b7d5c57104148bb4b58d0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5307 --metrics-logging=true --store=true --relay=true
|
|
2025-12-30 04:37:59.073 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.241.152 waku 384f808e9f4acac95c57e2f20cdd9d123ed8838b252fc92506624f42e8807bfb
|
|
2025-12-30 04:37:59.096 ERROR [src.node.docker_mananger] Max retries reached for container fa0bed1591f0. Exiting log stream.
|
|
2025-12-30 04:37:59.108 DEBUG [src.node.docker_mananger] Container started with ID 384f808e9f4a. Setting up logs at ./log/docker/publishing_node1_2025-12-30_04-37-58__7cedef85-30a5-4d6e-9d5f-688c176cc4dc__wakuorg_nwaku:latest.log
|
|
2025-12-30 04:37:59.108 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5303
|
|
2025-12-30 04:37:59.109 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-30 04:37:59.715 ERROR [src.node.docker_mananger] Max retries reached for container 5c762f1c6870. Exiting log stream.
|
|
2025-12-30 04:38:00.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5303/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-30 04:38:00.112 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_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"}]}'
|
|
2025-12-30 04:38:00.113 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-30 04:38:00.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5303/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-30 04:38:00.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.241.152/tcp/5304/p2p/16Uiu2HAmEcdWogXEwhk8HYBVYb6ryQaaa12c5A85uNx3ZtgNaTKg","/ip4/172.18.241.152/tcp/5305/ws/p2p/16Uiu2HAmEcdWogXEwhk8HYBVYb6ryQaaa12c5A85uNx3ZtgNaTKg"],"enrUri":"enr:-L24QCEF6ZDM-qTHMuKkDOAUAQAZMHUodmY5RqlQyj3Gi-bWQLdgY_i7Hx-THVpr0GhSM12e1IBV89JmNlCVgaa5GMYCgmlkgnY0gmlwhKwS8ZiKbXVsdGlhZGRyc5YACASsEvGYBhS4AAoErBLxmAYUud0DgnJzhQADAQAAiXNlY3AyNTZrMaEDHRynKOwW1zpkQXSB7JkFJw9tHwEv9gjsXPDcqS8A0XuDdGNwghS4g3VkcIIUuoV3YWt1MgM"}'
|
|
2025-12-30 04:38:00.115 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-30 04:38:00.122 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-30 04:38:00.122 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-30_04-37-58__7cedef85-30a5-4d6e-9d5f-688c176cc4dc__wakuorg_nwaku:latest.log
|
|
2025-12-30 04:38:00.122 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-30 04:38:00.122 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-30 04:38:00.124 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-30 04:38:00.124 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.151.236
|
|
2025-12-30 04:38:00.124 DEBUG [src.node.docker_mananger] Generated ports ['60872', '60873', '60874', '60875', '60876']
|
|
2025-12-30 04:38:00.125 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-30 04:38:00.125 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-30 04:38:00.125 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-30 04:38:00.125 DEBUG [src.node.docker_mananger] docker run -i -t -p 60872:60872 -p 60873:60873 -p 60874:60874 -p 60875:60875 -p 60876:60876 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=60874 --rest-port=60872 --tcp-port=60873 --discv5-udp-port=60875 --rest-address=0.0.0.0 --nat=extip:172.18.151.236 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0df2de89a35fe58e016c8b1dab961ff5fe0b864dd7cdde001d3b817bb3cbfe3a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60876 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCEF6ZDM-qTHMuKkDOAUAQAZMHUodmY5RqlQyj3Gi-bWQLdgY_i7Hx-THVpr0GhSM12e1IBV89JmNlCVgaa5GMYCgmlkgnY0gmlwhKwS8ZiKbXVsdGlhZGRyc5YACASsEvGYBhS4AAoErBLxmAYUud0DgnJzhQADAQAAiXNlY3AyNTZrMaEDHRynKOwW1zpkQXSB7JkFJw9tHwEv9gjsXPDcqS8A0XuDdGNwghS4g3VkcIIUuoV3YWt1MgM --storenode=/ip4/172.18.241.152/tcp/5304/p2p/16Uiu2HAmEcdWogXEwhk8HYBVYb6ryQaaa12c5A85uNx3ZtgNaTKg --store=false --relay=true
|
|
2025-12-30 04:38:00.305 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.151.236 waku 35622b261e97dac927063470e8d84a1a9ffdcf4beadc640824794d334130734e
|
|
2025-12-30 04:38:00.336 DEBUG [src.node.docker_mananger] Container started with ID 35622b261e97. Setting up logs at ./log/docker/store_node1_2025-12-30_04-37-58__7cedef85-30a5-4d6e-9d5f-688c176cc4dc__wakuorg_nwaku:latest.log
|
|
2025-12-30 04:38:00.336 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60872
|
|
2025-12-30 04:38:00.336 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-30 04:38:01.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60872/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-30 04:38:01.341 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_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":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
|
2025-12-30 04:38:01.341 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-30 04:38:01.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60872/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-30 04:38:01.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.151.236/tcp/60873/p2p/16Uiu2HAkzJ3ooDNLTPEzXt4L4AWorpx6X8XK6NLoSFSsvmGVkgXy","/ip4/172.18.151.236/tcp/60874/ws/p2p/16Uiu2HAkzJ3ooDNLTPEzXt4L4AWorpx6X8XK6NLoSFSsvmGVkgXy"],"enrUri":"enr:-L24QF786cSHdhfWKJmnIBRLWiWhczswbLqnB8IFOTPpDUCPVQzUSZmkuRAr1ygeDcI9BgoqQ1lSKGJdpK-semGzyZsCgmlkgnY0gmlwhKwSl-yKbXVsdGlhZGRyc5YACASsEpfsBu3JAAoErBKX7Abtyt0DgnJzhQADAQAAiXNlY3AyNTZrMaECSFZ4AUBchstiHq0tpMbZtOM71j3fC222pgSN9AIFudiDdGNwgu3Jg3VkcILty4V3YWt1MgE"}'
|
|
2025-12-30 04:38:01.344 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-30 04:38:01.344 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60872/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.241.152/tcp/5304/p2p/16Uiu2HAmEcdWogXEwhk8HYBVYb6ryQaaa12c5A85uNx3ZtgNaTKg"]'
|
|
2025-12-30 04:38:01.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-30 04:38:01.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5303/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2025-12-30 04:38:01.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-30 04:38:01.397 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60872/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2025-12-30 04:38:01.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-30 04:38:01.401 DEBUG [src.steps.store] Relaying message
|
|
2025-12-30 04:38:01.401 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5303/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-30 04:38:01.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-30 04:38:01.407 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-30 04:38:01.607 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2025-12-30 04:38:01.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5303/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-30 04:38:01.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe78de83d6d9a2f805198d5f1b937cecf3dd5a1ef2a8c6f39ee931956f8a11f7f"}]}'
|
|
2025-12-30 04:38:01.611 DEBUG [src.steps.store] messages length is 1
|
|
2025-12-30 04:38:01.612 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2025-12-30 04:38:01.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60872/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-30 04:38:01.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"a1c590d1cc4aae1272e5","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe78de83d6d9a2f805198d5f1b937cecf3dd5a1ef2a8c6f39ee931956f8a11f7f"}]}'
|
|
2025-12-30 04:38:01.621 DEBUG [src.steps.store] messages length is 1
|
|
2025-12-30 04:38:01.622 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-30 04:38:01.623 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-30 04:38:01.623 DEBUG [src.node.waku_node] Stopping container with id 384f808e9f4a
|
|
2025-12-30 04:38:02.179 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-30 04:38:02.179 DEBUG [src.node.waku_node] Stopping container with id 35622b261e97
|
|
2025-12-30 04:38:02.721 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-30 04:38:02.723 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-30 04:38:02.734 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-30 04:38:02.738 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|