mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 16:33:13 +00:00
72 lines
12 KiB
Plaintext
72 lines
12 KiB
Plaintext
2025-12-11 04:18:43.554 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-11 04:18:43.554 DEBUG [tests.conftest] Running test: test_sender_uses_auto_api_receiver_uses_regular_api with id: 2025-12-11_04-18-43__4abda3c8-66b0-4594-a611-74f9d12dcd92
|
|
2025-12-11 04:18:43.555 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-11 04:18:43.555 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-11 04:18:43.555 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-11 04:18:43.562 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-11 04:18:43.562 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-11_04-18-43__4abda3c8-66b0-4594-a611-74f9d12dcd92__wakuorg_nwaku:latest.log
|
|
2025-12-11 04:18:43.562 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-11 04:18:43.563 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-11 04:18:43.564 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-11 04:18:43.564 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.239.199
|
|
2025-12-11 04:18:43.564 DEBUG [src.node.docker_mananger] Generated ports ['45482', '45483', '45484', '45485', '45486']
|
|
2025-12-11 04:18:43.564 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-11 04:18:43.564 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-11 04:18:43.564 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-11 04:18:43.565 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-11 04:18:43.565 DEBUG [src.node.docker_mananger] docker run -i -t -p 45482:45482 -p 45483:45483 -p 45484:45484 -p 45485:45485 -p 45486:45486 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=45484 --rest-port=45482 --tcp-port=45483 --discv5-udp-port=45485 --rest-address=0.0.0.0 --nat=extip:172.18.239.199 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a586aad019fcb2903f8d92f06d8e697d9aa078d8a471fca44bd2abb73ebac3b8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45486 --metrics-logging=true --relay=true --filter=true --num-shards-in-network=1
|
|
2025-12-11 04:18:43.756 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.239.199 waku 45c981fa0d1083d2d43ae46dd135f45a36b5adedd34d3a129c6e281215490163
|
|
2025-12-11 04:18:43.788 DEBUG [src.node.docker_mananger] Container started with ID 45c981fa0d10. Setting up logs at ./log/docker/node1_2025-12-11_04-18-43__4abda3c8-66b0-4594-a611-74f9d12dcd92__wakuorg_nwaku:latest.log
|
|
2025-12-11 04:18:43.788 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45482
|
|
2025-12-11 04:18:43.789 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-11 04:18:43.841 ERROR [src.node.docker_mananger] Max retries reached for container 26d9a17fce39. Exiting log stream.
|
|
2025-12-11 04:18:44.360 ERROR [src.node.docker_mananger] Max retries reached for container 66438a2e7d2c. Exiting log stream.
|
|
2025-12-11 04:18:44.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45482/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:18:44.792 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_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"}]}'
|
|
2025-12-11 04:18:44.793 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-11 04:18:44.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45482/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:18:44.795 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.239.199/tcp/45483/p2p/16Uiu2HAmSBWtkU9mHrTTevJ8vFuZxk6vJkq69kspFhYkukhYcrUU","/ip4/172.18.239.199/tcp/45484/ws/p2p/16Uiu2HAmSBWtkU9mHrTTevJ8vFuZxk6vJkq69kspFhYkukhYcrUU"],"enrUri":"enr:-L24QOoxWtNF2SK92lb_wq60Vxbu3H8egvAUUYp0ROta600sSvaOAXZLmXYj_ZTjPdb9G4a7e6GYOOAKcGm29x0xsDMCgmlkgnY0gmlwhKwS78eKbXVsdGlhZGRyc5YACASsEu_HBrGrAAoErBLvxwaxrN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDyPnjhHP6gd4ddM5zwhsMIM8vwgLI2PbnCSWve2jTs0WDdGNwgrGrg3VkcIKxrYV3YWt1MgU"}'
|
|
2025-12-11 04:18:44.795 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-11 04:18:44.802 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-11 04:18:44.802 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-11_04-18-43__4abda3c8-66b0-4594-a611-74f9d12dcd92__wakuorg_nwaku:latest.log
|
|
2025-12-11 04:18:44.802 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-11 04:18:44.802 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-11 04:18:44.804 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-11 04:18:44.804 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.138.151
|
|
2025-12-11 04:18:44.804 DEBUG [src.node.docker_mananger] Generated ports ['16706', '16707', '16708', '16709', '16710']
|
|
2025-12-11 04:18:44.804 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-11 04:18:44.804 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-11 04:18:44.804 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-11 04:18:44.805 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-11 04:18:44.805 DEBUG [src.node.docker_mananger] docker run -i -t -p 16706:16706 -p 16707:16707 -p 16708:16708 -p 16709:16709 -p 16710:16710 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=16708 --rest-port=16706 --tcp-port=16707 --discv5-udp-port=16709 --rest-address=0.0.0.0 --nat=extip:172.18.138.151 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fef58a4c25881a46f1c01ba493ebfac9ba0389f99efa1f2ae3bae81e1e55e5b1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16710 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOoxWtNF2SK92lb_wq60Vxbu3H8egvAUUYp0ROta600sSvaOAXZLmXYj_ZTjPdb9G4a7e6GYOOAKcGm29x0xsDMCgmlkgnY0gmlwhKwS78eKbXVsdGlhZGRyc5YACASsEu_HBrGrAAoErBLvxwaxrN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDyPnjhHP6gd4ddM5zwhsMIM8vwgLI2PbnCSWve2jTs0WDdGNwgrGrg3VkcIKxrYV3YWt1MgU --num-shards-in-network=1
|
|
2025-12-11 04:18:44.982 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.138.151 waku fa3ff09ea4595d7d4a74d13bc21d3eb80488c6aaedfc4d0f19b742851f67c032
|
|
2025-12-11 04:18:45.011 DEBUG [src.node.docker_mananger] Container started with ID fa3ff09ea459. Setting up logs at ./log/docker/node2_2025-12-11_04-18-43__4abda3c8-66b0-4594-a611-74f9d12dcd92__wakuorg_nwaku:latest.log
|
|
2025-12-11 04:18:45.012 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16706
|
|
2025-12-11 04:18:45.012 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-11 04:18:46.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16706/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:18:46.031 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":"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":"READY"}]}'
|
|
2025-12-11 04:18:46.032 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-11 04:18:46.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16706/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:18:46.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.138.151/tcp/16707/p2p/16Uiu2HAmHXJ8YcS4sqGfhcVGeos5Tv55qvyuyyQUtq3uLvWjr1ee","/ip4/172.18.138.151/tcp/16708/ws/p2p/16Uiu2HAmHXJ8YcS4sqGfhcVGeos5Tv55qvyuyyQUtq3uLvWjr1ee"],"enrUri":"enr:-L24QN-G5pp6umEhpWPJRrLhIsP_mE4LYmSPwUzr6E4fDFVTPTwXUaWaF2WCBjzbjCmKSlBS881AhpQseVxZgH6gS6sCgmlkgnY0gmlwhKwSipeKbXVsdGlhZGRyc5YACASsEoqXBkFDAAoErBKKlwZBRN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDSFHkcwk-5lFXatVuaH7VHEaJvnpnQtOLVny38OU5ZK-DdGNwgkFDg3VkcIJBRYV3YWt1MgE"}'
|
|
2025-12-11 04:18:46.038 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-11 04:18:46.039 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16706/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.239.199/tcp/45483/p2p/16Uiu2HAmSBWtkU9mHrTTevJ8vFuZxk6vJkq69kspFhYkukhYcrUU"]'
|
|
2025-12-11 04:18:46.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-11 04:18:46.042 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45482/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2025-12-11 04:18:46.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-11 04:18:46.045 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16706/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-11 04:18:46.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-11 04:18:46.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45482/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-11 04:18:46.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-11 04:18:46.052 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-11 04:18:46.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16706/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:18:46.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765426726048208194,"ephemeral":false,"proof":""}]'
|
|
2025-12-11 04:18:46.157 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-11 04:18:46.158 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-11 04:18:46.158 DEBUG [src.node.waku_node] Stopping container with id 45c981fa0d10
|
|
2025-12-11 04:18:46.699 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-11 04:18:46.699 DEBUG [src.node.waku_node] Stopping container with id fa3ff09ea459
|
|
2025-12-11 04:18:47.258 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-11 04:18:47.259 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-11 04:18:47.264 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-11 04:18:47.269 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|