mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-27 14:13:12 +00:00
65 lines
12 KiB
Plaintext
65 lines
12 KiB
Plaintext
2026-03-30 10:09:27.309 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-30 10:09:27.309 DEBUG [tests.conftest] Running test: test_publish_without_subscribing_via_api_works with id: 2026-03-30_10-09-27__562db3ee-8216-427d-8fc3-dee4b9e2318f
|
|
2026-03-30 10:09:27.309 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-30 10:09:27.310 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-30 10:09:27.310 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-30 10:09:27.317 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 10:09:27.317 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-30_10-09-27__562db3ee-8216-427d-8fc3-dee4b9e2318f__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:09:27.317 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 10:09:27.317 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 10:09:27.319 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 10:09:27.319 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.82.119
|
|
2026-03-30 10:09:27.319 DEBUG [src.node.docker_mananger] Generated ports ['16882', '16883', '16884', '16885', '16886']
|
|
2026-03-30 10:09:27.319 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 10:09:27.319 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 10:09:27.320 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 10:09:27.320 DEBUG [src.node.docker_mananger] docker run -i -t -p 16882:16882 -p 16883:16883 -p 16884:16884 -p 16885:16885 -p 16886:16886 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=16884 --rest-port=16882 --tcp-port=16883 --discv5-udp-port=16885 --rest-address=0.0.0.0 --nat=extip:172.18.82.119 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=ba7218a64a1a3c7acf2dc2faab6cca40fa8afa7e763bc12dfdbc6a5bcdebb4fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16886 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-30 10:09:27.501 ERROR [src.node.docker_mananger] Max retries reached for container 5abdfb031f68. Exiting log stream.
|
|
2026-03-30 10:09:27.510 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.82.119 waku e22340fd210fdd8cf457b6feb26da7716adf9adf98737c88cffc171b6b517607
|
|
2026-03-30 10:09:27.543 DEBUG [src.node.docker_mananger] Container started with ID e22340fd210f. Setting up logs at ./log/docker/node1_2026-03-30_10-09-27__562db3ee-8216-427d-8fc3-dee4b9e2318f__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:09:27.544 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16882
|
|
2026-03-30 10:09:27.544 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 10:09:27.911 ERROR [src.node.docker_mananger] Max retries reached for container b93615186c2a. Exiting log stream.
|
|
2026-03-30 10:09:28.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16882/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:09:28.548 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-30 10:09:28.548 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 10:09:28.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16882/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:09:28.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.82.119/tcp/16883/p2p/16Uiu2HAmDrrV4dy7iYTP1s94BVbvSXhrPQ1rEQNqVVAGDU3Ewshn","/ip4/172.18.82.119/tcp/16884/ws/p2p/16Uiu2HAmDrrV4dy7iYTP1s94BVbvSXhrPQ1rEQNqVVAGDU3Ewshn"],"enrUri":"enr:-L24QGy2yj1GJrEln38m3DnchnnbU9i5bcTeRXwmYuSaOSf4BG-TQT5sVZtxXE5TCNKkSqG3GezFqjPITRZP9-UP81UCgmlkgnY0gmlwhKwSUneKbXVsdGlhZGRyc5YACASsElJ3BkHzAAoErBJSdwZB9N0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDEeXDNqtQSu3g_bmDxhnAwQF-7V8DCaV4HcxQ642hA4WDdGNwgkHzg3VkcIJB9YV3YWt1MgU"}'
|
|
2026-03-30 10:09:28.551 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 10:09:28.557 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 10:09:28.557 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-30_10-09-27__562db3ee-8216-427d-8fc3-dee4b9e2318f__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:09:28.557 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 10:09:28.558 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 10:09:28.559 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 10:09:28.559 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.107.210
|
|
2026-03-30 10:09:28.559 DEBUG [src.node.docker_mananger] Generated ports ['64449', '64450', '64451', '64452', '64453']
|
|
2026-03-30 10:09:28.559 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 10:09:28.559 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 10:09:28.560 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 10:09:28.560 DEBUG [src.node.docker_mananger] docker run -i -t -p 64449:64449 -p 64450:64450 -p 64451:64451 -p 64452:64452 -p 64453:64453 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=64451 --rest-port=64449 --tcp-port=64450 --discv5-udp-port=64452 --rest-address=0.0.0.0 --nat=extip:172.18.107.210 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=aebed60ecdcbdbdf73eaccc56c1be9b0e96cc66b64107c8a60affbc08bb2eada --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64453 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGy2yj1GJrEln38m3DnchnnbU9i5bcTeRXwmYuSaOSf4BG-TQT5sVZtxXE5TCNKkSqG3GezFqjPITRZP9-UP81UCgmlkgnY0gmlwhKwSUneKbXVsdGlhZGRyc5YACASsElJ3BkHzAAoErBJSdwZB9N0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDEeXDNqtQSu3g_bmDxhnAwQF-7V8DCaV4HcxQ642hA4WDdGNwgkHzg3VkcIJB9YV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-30 10:09:28.744 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.107.210 waku 7f97bccc51ec2a603a48ac402796eac321936a3b77aa8a7f2e7e66be8f74b5cb
|
|
2026-03-30 10:09:28.782 DEBUG [src.node.docker_mananger] Container started with ID 7f97bccc51ec. Setting up logs at ./log/docker/node2_2026-03-30_10-09-27__562db3ee-8216-427d-8fc3-dee4b9e2318f__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:09:28.783 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64449
|
|
2026-03-30 10:09:28.784 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 10:09:29.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64449/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:09:29.792 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-30 10:09:29.792 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 10:09:29.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64449/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:09:29.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.107.210/tcp/64450/p2p/16Uiu2HAm3Xg6HdAxj5iCxjr2drsZ4aKv7e79mQPba2C7rQvJKwqV","/ip4/172.18.107.210/tcp/64451/ws/p2p/16Uiu2HAm3Xg6HdAxj5iCxjr2drsZ4aKv7e79mQPba2C7rQvJKwqV"],"enrUri":"enr:-L24QJ02-6Q1hZaoIE6Lms0PV1BruQnCSMzqfXpjzB9EG2MOJHm1v8VzBvO6_nDqCPi_5Pvlz3e2h8ji6dpLyWcSjCQCgmlkgnY0gmlwhKwSa9KKbXVsdGlhZGRyc5YACASsEmvSBvvCAAoErBJr0gb7w90DgnJzhQDHAQAAiXNlY3AyNTZrMaECeGcbW2Z36qHrGOH3NqKmNbpm-GKmbi64jNDoYoOmgdSDdGNwgvvCg3VkcIL7xIV3YWt1MgE"}'
|
|
2026-03-30 10:09:29.813 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 10:09:29.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64449/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.82.119/tcp/16883/p2p/16Uiu2HAmDrrV4dy7iYTP1s94BVbvSXhrPQ1rEQNqVVAGDU3Ewshn"]'
|
|
2026-03-30 10:09:29.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:09:29.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16882/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:09:29.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:09:29.830 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64449/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:09:29.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:09:29.840 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-30 10:09:29.841 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-30 10:09:29.841 DEBUG [src.node.waku_node] Stopping container with id e22340fd210f
|
|
2026-03-30 10:09:30.318 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 10:09:30.319 DEBUG [src.node.waku_node] Stopping container with id 7f97bccc51ec
|
|
2026-03-30 10:09:30.789 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 10:09:30.792 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-30 10:09:30.800 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 10:09:30.807 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|