mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 16:33:13 +00:00
89 lines
15 KiB
Plaintext
89 lines
15 KiB
Plaintext
2026-01-02 04:24:39.530 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-02 04:24:39.530 DEBUG [tests.conftest] Running test: test_node_uses_both_auto_and_regular_apis with id: 2026-01-02_04-24-39__9361d240-a7d5-4069-96f1-fd127545f604
|
|
2026-01-02 04:24:39.530 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-02 04:24:39.531 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-02 04:24:39.531 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-01-02 04:24:39.537 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:24:39.538 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-24-39__9361d240-a7d5-4069-96f1-fd127545f604__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:24:39.538 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:24:39.538 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:24:39.539 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:24:39.539 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.243.21
|
|
2026-01-02 04:24:39.540 DEBUG [src.node.docker_mananger] Generated ports ['24473', '24474', '24475', '24476', '24477']
|
|
2026-01-02 04:24:39.540 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-02 04:24:39.540 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:24:39.540 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:24:39.540 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:24:39.540 DEBUG [src.node.docker_mananger] docker run -i -t -p 24473:24473 -p 24474:24474 -p 24475:24475 -p 24476:24476 -p 24477:24477 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=24475 --rest-port=24473 --tcp-port=24474 --discv5-udp-port=24476 --rest-address=0.0.0.0 --nat=extip:172.18.243.21 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=aed7c0ceadafff6b62cfa2069156aeb7cbb84fb52572fffac0d2ca5dec865c7b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24477 --metrics-logging=true --relay=true --filter=true
|
|
2026-01-02 04:24:39.724 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.243.21 waku 4cffe48bc7c4089f37370de9e620487450511f55a6db953fd81ffab0c49fd2ac
|
|
2026-01-02 04:24:39.757 DEBUG [src.node.docker_mananger] Container started with ID 4cffe48bc7c4. Setting up logs at ./log/docker/node1_2026-01-02_04-24-39__9361d240-a7d5-4069-96f1-fd127545f604__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:24:39.759 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24473
|
|
2026-01-02 04:24:39.759 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:24:39.847 ERROR [src.node.docker_mananger] Max retries reached for container 57fb01d4cd57. Exiting log stream.
|
|
2026-01-02 04:24:40.328 ERROR [src.node.docker_mananger] Max retries reached for container 0af81c3f3601. Exiting log stream.
|
|
2026-01-02 04:24:40.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24473/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:40.763 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"}]}'
|
|
2026-01-02 04:24:40.763 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:24:40.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24473/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:40.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.243.21/tcp/24474/p2p/16Uiu2HAmJY887DyVrt9jY6MajD9pYLWjo3XrHSaHDgsMZXoygRqT","/ip4/172.18.243.21/tcp/24475/ws/p2p/16Uiu2HAmJY887DyVrt9jY6MajD9pYLWjo3XrHSaHDgsMZXoygRqT"],"enrUri":"enr:-L24QEb3DmFRxSiAng8M4eXP26Y3Puk9EwMKNYDFshkEYPtYNXSnJu9Bb9nPUEp1AmTwpqsFhNZULvIlk_USAgpzc0kCgmlkgnY0gmlwhKwS8xWKbXVsdGlhZGRyc5YACASsEvMVBl-aAAoErBLzFQZfm90DgnJzhQACAQAAiXNlY3AyNTZrMaEDV2PYNDRLmCY6t4WsI63wHVoUu6_iHsbFyUwQUinE0DKDdGNwgl-ag3VkcIJfnIV3YWt1MgU"}'
|
|
2026-01-02 04:24:40.766 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:24:40.772 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:24:40.773 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-24-39__9361d240-a7d5-4069-96f1-fd127545f604__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:24:40.773 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:24:40.773 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:24:40.774 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:24:40.774 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.138.142
|
|
2026-01-02 04:24:40.774 DEBUG [src.node.docker_mananger] Generated ports ['50050', '50051', '50052', '50053', '50054']
|
|
2026-01-02 04:24:40.774 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-02 04:24:40.775 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:24:40.775 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:24:40.775 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:24:40.775 DEBUG [src.node.docker_mananger] docker run -i -t -p 50050:50050 -p 50051:50051 -p 50052:50052 -p 50053:50053 -p 50054:50054 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=50052 --rest-port=50050 --tcp-port=50051 --discv5-udp-port=50053 --rest-address=0.0.0.0 --nat=extip:172.18.138.142 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=7c4be5c96ec74c0ee0efe1d991e4bf053f8daebed6fdcdab1b271397fac17ddc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50054 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEb3DmFRxSiAng8M4eXP26Y3Puk9EwMKNYDFshkEYPtYNXSnJu9Bb9nPUEp1AmTwpqsFhNZULvIlk_USAgpzc0kCgmlkgnY0gmlwhKwS8xWKbXVsdGlhZGRyc5YACASsEvMVBl-aAAoErBLzFQZfm90DgnJzhQACAQAAiXNlY3AyNTZrMaEDV2PYNDRLmCY6t4WsI63wHVoUu6_iHsbFyUwQUinE0DKDdGNwgl-ag3VkcIJfnIV3YWt1MgU
|
|
2026-01-02 04:24:40.967 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.138.142 waku c523f4472285d3a90878768b43eb1fb00fee074df4b005b61a11f2f367aeba65
|
|
2026-01-02 04:24:40.998 DEBUG [src.node.docker_mananger] Container started with ID c523f4472285. Setting up logs at ./log/docker/node2_2026-01-02_04-24-39__9361d240-a7d5-4069-96f1-fd127545f604__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:24:40.998 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50050
|
|
2026-01-02 04:24:40.998 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:24:42.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50050/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:42.007 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"}]}'
|
|
2026-01-02 04:24:42.008 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:24:42.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50050/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:42.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.138.142/tcp/50051/p2p/16Uiu2HAmD7gCpRmgjTTpQgJddK7fbGVug7xdtj8gLJqEsqj8p4Kb","/ip4/172.18.138.142/tcp/50052/ws/p2p/16Uiu2HAmD7gCpRmgjTTpQgJddK7fbGVug7xdtj8gLJqEsqj8p4Kb"],"enrUri":"enr:-L24QNZWGDZJewSj2YZ3ZHCKO4ay9ZQKLJwIFPBQkK1e9XdGPVNYgbjGXZVuau1NMo5CLeIRd3C4uRQyxuo3We1rEKYCgmlkgnY0gmlwhKwSio6KbXVsdGlhZGRyc5YACASsEoqOBsODAAoErBKKjgbDhN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDBtYp_gGdtXidhUj1K0Ld5f16yFb6tEn_L-0esHiZ0qqDdGNwgsODg3VkcILDhYV3YWt1MgE"}'
|
|
2026-01-02 04:24:42.016 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:24:42.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50050/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.243.21/tcp/24474/p2p/16Uiu2HAmJY887DyVrt9jY6MajD9pYLWjo3XrHSaHDgsMZXoygRqT"]'
|
|
2026-01-02 04:24:42.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:42.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24473/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
|
2026-01-02 04:24:42.022 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:42.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50050/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
|
2026-01-02 04:24:42.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:42.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24473/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:24:42.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:42.030 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:24:42.130 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:24:42.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24473/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:42.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1767327882025327663,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:24:42.135 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:24:42.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50050/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:42.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1767327882025327663,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:24:42.139 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24473/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-01-02 04:24:42.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:42.141 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50050/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-01-02 04:24:42.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:42.144 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24473/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-01-02 04:24:42.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:42.148 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:24:42.248 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:24:42.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24473/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:42.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327882144174428,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:24:42.253 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:24:42.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50050/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:42.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327882144174428,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:24:42.258 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-02 04:24:42.259 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-02 04:24:42.259 DEBUG [src.node.waku_node] Stopping container with id 4cffe48bc7c4
|
|
2026-01-02 04:24:42.791 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:24:42.791 DEBUG [src.node.waku_node] Stopping container with id c523f4472285
|
|
2026-01-02 04:24:43.319 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:24:43.321 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-02 04:24:43.327 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-02 04:24:43.331 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|