74 lines
13 KiB
Plaintext

2026-03-12 04:38:36.232 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-12 04:38:36.232 DEBUG [tests.conftest] Running test: test_publish_without_subscribing_via_api_works with id: 2026-03-12_04-38-36__da514369-b3fb-4665-8a73-00682d3405e5
2026-03-12 04:38:36.233 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-12 04:38:36.233 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-12 04:38:36.233 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-12 04:38:36.241 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-12 04:38:36.241 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-12_04-38-36__da514369-b3fb-4665-8a73-00682d3405e5__wakuorg_nwaku:latest.log
2026-03-12 04:38:36.241 DEBUG [src.node.waku_node] Starting Node...
2026-03-12 04:38:36.242 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-12 04:38:36.243 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-12 04:38:36.243 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.23.58
2026-03-12 04:38:36.243 DEBUG [src.node.docker_mananger] Generated ports ['11209', '11210', '11211', '11212', '11213']
2026-03-12 04:38:36.243 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-12 04:38:36.244 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-12 04:38:36.244 DEBUG [src.node.waku_node] Using volumes []
2026-03-12 04:38:36.244 DEBUG [src.node.docker_mananger] docker run -i -t -p 11209:11209 -p 11210:11210 -p 11211:11211 -p 11212:11212 -p 11213:11213 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=11211 --rest-port=11209 --tcp-port=11210 --discv5-udp-port=11212 --rest-address=0.0.0.0 --nat=extip:172.18.23.58 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=aada54f3c9c7b5f2cc2ca3d3ec3d91ab8abc9b62b6383f13b2d54477b9d39eb1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11213 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-03-12 04:38:36.449 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.23.58 waku fbdf58063a22fb2df364c14e53c228ad28a24d19b6d36164a925b0aa683171e4
2026-03-12 04:38:36.487 DEBUG [src.node.docker_mananger] Container started with ID fbdf58063a22. Setting up logs at ./log/docker/node1_2026-03-12_04-38-36__da514369-b3fb-4665-8a73-00682d3405e5__wakuorg_nwaku:latest.log
2026-03-12 04:38:36.488 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11209
2026-03-12 04:38:36.488 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-12 04:38:36.636 ERROR [src.node.docker_mananger] Max retries reached for container 37171a35bb6e. Exiting log stream.
2026-03-12 04:38:37.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11209/health" -H "Content-Type: application/json" -d 'None'
2026-03-12 04:38:37.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-12 04:38:37.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11209/health" -H "Content-Type: application/json" -d 'None'
2026-03-12 04:38:37.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-12 04:38:37.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11209/health" -H "Content-Type: application/json" -d 'None'
2026-03-12 04:38:37.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-12 04:38:37.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11209/health" -H "Content-Type: application/json" -d 'None'
2026-03-12 04:38:37.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-12 04:38:37.826 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-12 04:38:37.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11209/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-12 04:38:37.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.23.58/tcp/11210/p2p/16Uiu2HAmQhxVtKA4kfDAGWD2pkgUK2L4x66pctsZgHxmZT8uH8a8","/ip4/172.18.23.58/tcp/11211/ws/p2p/16Uiu2HAmQhxVtKA4kfDAGWD2pkgUK2L4x66pctsZgHxmZT8uH8a8"],"enrUri":"enr:-L24QCgOAiC_DtVSAobIt8YAcz-_n74u4V7fa0bUZrk71D1yM0RUkebAjEcvovax1lajloK8tetrFPfYbizQtky2QXMCgmlkgnY0gmlwhKwSFzqKbXVsdGlhZGRyc5YACASsEhc6BivKAAoErBIXOgYry90DgnJzhQACAQAAiXNlY3AyNTZrMaEDsw7kRvCLp2kTiByiBfjyAIemEvHNaEKaNKYB__eUkR2DdGNwgivKg3VkcIIrzIV3YWt1MgU"}'
2026-03-12 04:38:37.829 INFO [src.node.waku_node] REST service is ready !!
2026-03-12 04:38:37.836 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-12 04:38:37.837 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-12_04-38-36__da514369-b3fb-4665-8a73-00682d3405e5__wakuorg_nwaku:latest.log
2026-03-12 04:38:37.837 DEBUG [src.node.waku_node] Starting Node...
2026-03-12 04:38:37.837 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-12 04:38:37.838 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-12 04:38:37.839 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.127.197
2026-03-12 04:38:37.839 DEBUG [src.node.docker_mananger] Generated ports ['7308', '7309', '7310', '7311', '7312']
2026-03-12 04:38:37.839 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-12 04:38:37.839 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-12 04:38:37.839 DEBUG [src.node.waku_node] Using volumes []
2026-03-12 04:38:37.839 DEBUG [src.node.docker_mananger] docker run -i -t -p 7308:7308 -p 7309:7309 -p 7310:7310 -p 7311:7311 -p 7312:7312 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=7310 --rest-port=7308 --tcp-port=7309 --discv5-udp-port=7311 --rest-address=0.0.0.0 --nat=extip:172.18.127.197 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ece08ea8c6eb15f0459955d2bb6fb3facbe8e5dbecfaccedcbb128bbefbdd2b6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7312 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCgOAiC_DtVSAobIt8YAcz-_n74u4V7fa0bUZrk71D1yM0RUkebAjEcvovax1lajloK8tetrFPfYbizQtky2QXMCgmlkgnY0gmlwhKwSFzqKbXVsdGlhZGRyc5YACASsEhc6BivKAAoErBIXOgYry90DgnJzhQACAQAAiXNlY3AyNTZrMaEDsw7kRvCLp2kTiByiBfjyAIemEvHNaEKaNKYB__eUkR2DdGNwgivKg3VkcIIrzIV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-03-12 04:38:38.052 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.127.197 waku f47337eef48df77c9fcbf460d73a4b4b059f46f8c40312f0f596d1fecac3f8c5
2026-03-12 04:38:38.089 DEBUG [src.node.docker_mananger] Container started with ID f47337eef48d. Setting up logs at ./log/docker/node2_2026-03-12_04-38-36__da514369-b3fb-4665-8a73-00682d3405e5__wakuorg_nwaku:latest.log
2026-03-12 04:38:38.089 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7308
2026-03-12 04:38:38.090 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-12 04:38:39.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7308/health" -H "Content-Type: application/json" -d 'None'
2026-03-12 04:38:39.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-12 04:38:39.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7308/health" -H "Content-Type: application/json" -d 'None'
2026-03-12 04:38:39.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-12 04:38:39.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7308/health" -H "Content-Type: application/json" -d 'None'
2026-03-12 04:38:39.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-12 04:38:39.309 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-12 04:38:39.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7308/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-12 04:38:39.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.127.197/tcp/7309/p2p/16Uiu2HAkxEs59Vxr9X3ZGBgHSKfDeTyT4v7WSYH5pWdD7UhF3728","/ip4/172.18.127.197/tcp/7310/ws/p2p/16Uiu2HAkxEs59Vxr9X3ZGBgHSKfDeTyT4v7WSYH5pWdD7UhF3728"],"enrUri":"enr:-L24QHcMtA8uA-K0uQZQ63uOudjc5L_DhN4wy9XA1pkWRNuvd8uoAVXtmAZMK28Wu7o6Ju2m91w4UQkYU0JoZXggybACgmlkgnY0gmlwhKwSf8WKbXVsdGlhZGRyc5YACASsEn_FBhyNAAoErBJ_xQYcjt0DgnJzhQACAQAAiXNlY3AyNTZrMaECKc42yCQIdcUJ37x3oQf7TdqtYf9YZDWIe2Q5BAZwQwmDdGNwghyNg3VkcIIcj4V3YWt1MgE"}'
2026-03-12 04:38:39.312 INFO [src.node.waku_node] REST service is ready !!
2026-03-12 04:38:39.313 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7308/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.23.58/tcp/11210/p2p/16Uiu2HAmQhxVtKA4kfDAGWD2pkgUK2L4x66pctsZgHxmZT8uH8a8"]'
2026-03-12 04:38:39.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-12 04:38:39.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11209/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-12 04:38:39.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-12 04:38:39.381 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7308/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-12 04:38:39.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-12 04:38:39.399 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-12 04:38:39.400 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-12 04:38:39.400 DEBUG [src.node.waku_node] Stopping container with id fbdf58063a22
2026-03-12 04:38:39.990 DEBUG [src.node.waku_node] Container stopped.
2026-03-12 04:38:39.990 DEBUG [src.node.waku_node] Stopping container with id f47337eef48d
2026-03-12 04:38:40.557 DEBUG [src.node.waku_node] Container stopped.
2026-03-12 04:38:40.560 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-12 04:38:40.627 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-12 04:38:40.656 DEBUG [src.node.docker_mananger] No errors found in the waku logs.