76 lines
13 KiB
Plaintext

2026-03-20 04:38:39.541 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-20 04:38:39.541 DEBUG [tests.conftest] Running test: test_publish_without_subscribing_via_api_works with id: 2026-03-20_04-38-39__93032ce7-09c1-4df7-8e4d-7b474863350c
2026-03-20 04:38:39.541 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-20 04:38:39.542 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-20 04:38:39.542 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-20 04:38:39.550 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-20 04:38:39.550 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-20_04-38-39__93032ce7-09c1-4df7-8e4d-7b474863350c__wakuorg_nwaku:latest.log
2026-03-20 04:38:39.550 DEBUG [src.node.waku_node] Starting Node...
2026-03-20 04:38:39.550 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-20 04:38:39.551 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-20 04:38:39.552 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.141.225
2026-03-20 04:38:39.552 DEBUG [src.node.docker_mananger] Generated ports ['19809', '19810', '19811', '19812', '19813']
2026-03-20 04:38:39.552 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-20 04:38:39.552 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-20 04:38:39.552 DEBUG [src.node.waku_node] Using volumes []
2026-03-20 04:38:39.552 DEBUG [src.node.docker_mananger] docker run -i -t -p 19809:19809 -p 19810:19810 -p 19811:19811 -p 19812:19812 -p 19813:19813 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=19811 --rest-port=19809 --tcp-port=19810 --discv5-udp-port=19812 --rest-address=0.0.0.0 --nat=extip:172.18.141.225 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=0ef28ba0fbea18879e47f9f4e387de7ee0a2acaffe5bd74259bade20f64b7dbb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19813 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-03-20 04:38:39.740 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.141.225 waku 1c2ba6d59445e4480ece7d3388d21e75f0426bb70cae9caa063d0e9596bf5e79
2026-03-20 04:38:39.778 DEBUG [src.node.docker_mananger] Container started with ID 1c2ba6d59445. Setting up logs at ./log/docker/node1_2026-03-20_04-38-39__93032ce7-09c1-4df7-8e4d-7b474863350c__wakuorg_nwaku:latest.log
2026-03-20 04:38:39.779 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19809
2026-03-20 04:38:39.780 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-20 04:38:39.942 ERROR [src.node.docker_mananger] Max retries reached for container 03e94e630513. Exiting log stream.
2026-03-20 04:38:40.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19809/health" -H "Content-Type: application/json" -d 'None'
2026-03-20 04:38:40.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-20 04:38:40.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19809/health" -H "Content-Type: application/json" -d 'None'
2026-03-20 04:38:40.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-20 04:38:40.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19809/health" -H "Content-Type: application/json" -d 'None'
2026-03-20 04:38:40.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-20 04:38:41.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19809/health" -H "Content-Type: application/json" -d 'None'
2026-03-20 04:38:41.101 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-20 04:38:41.101 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-20 04:38:41.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19809/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-20 04:38:41.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.141.225/tcp/19810/p2p/16Uiu2HAmJ8NnU5xwQym6tpSpQM3vSr1Un46bwLeuq4AFut7UAGnG","/ip4/172.18.141.225/tcp/19811/ws/p2p/16Uiu2HAmJ8NnU5xwQym6tpSpQM3vSr1Un46bwLeuq4AFut7UAGnG"],"enrUri":"enr:-L24QKNUskks-XDpIjXP4rk_tU8OQ8TprAug4uZDnKDUH2REL1GRFOrBN1f3qBVhQ-jiKTEGaj9V5Gotki_oknXI77sCgmlkgnY0gmlwhKwSjeGKbXVsdGlhZGRyc5YACASsEo3hBk1iAAoErBKN4QZNY90DgnJzhQACAQAAiXNlY3AyNTZrMaEDUU57mJeuyd08u-XD00gWegxuVzIFmDgaw8Pzzgb6AfWDdGNwgk1ig3VkcIJNZIV3YWt1MgU"}'
2026-03-20 04:38:41.104 INFO [src.node.waku_node] REST service is ready !!
2026-03-20 04:38:41.111 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-20 04:38:41.111 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-20_04-38-39__93032ce7-09c1-4df7-8e4d-7b474863350c__wakuorg_nwaku:latest.log
2026-03-20 04:38:41.111 DEBUG [src.node.waku_node] Starting Node...
2026-03-20 04:38:41.111 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-20 04:38:41.113 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-20 04:38:41.113 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.194.176
2026-03-20 04:38:41.113 DEBUG [src.node.docker_mananger] Generated ports ['4159', '4160', '4161', '4162', '4163']
2026-03-20 04:38:41.113 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-20 04:38:41.113 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-20 04:38:41.113 DEBUG [src.node.waku_node] Using volumes []
2026-03-20 04:38:41.113 DEBUG [src.node.docker_mananger] docker run -i -t -p 4159:4159 -p 4160:4160 -p 4161:4161 -p 4162:4162 -p 4163:4163 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=4161 --rest-port=4159 --tcp-port=4160 --discv5-udp-port=4162 --rest-address=0.0.0.0 --nat=extip:172.18.194.176 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c073dea326e59cbf4bcd6b6949bcacad7b4cdaa94636fc393ff8cc7dca53aa1a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4163 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKNUskks-XDpIjXP4rk_tU8OQ8TprAug4uZDnKDUH2REL1GRFOrBN1f3qBVhQ-jiKTEGaj9V5Gotki_oknXI77sCgmlkgnY0gmlwhKwSjeGKbXVsdGlhZGRyc5YACASsEo3hBk1iAAoErBKN4QZNY90DgnJzhQACAQAAiXNlY3AyNTZrMaEDUU57mJeuyd08u-XD00gWegxuVzIFmDgaw8Pzzgb6AfWDdGNwgk1ig3VkcIJNZIV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-03-20 04:38:41.324 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.194.176 waku c5e3cd734fb528e7195650cb8e14a4c67a898c39008c3651805dc3295dea8d63
2026-03-20 04:38:41.360 DEBUG [src.node.docker_mananger] Container started with ID c5e3cd734fb5. Setting up logs at ./log/docker/node2_2026-03-20_04-38-39__93032ce7-09c1-4df7-8e4d-7b474863350c__wakuorg_nwaku:latest.log
2026-03-20 04:38:41.361 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4159
2026-03-20 04:38:41.361 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-20 04:38:42.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2026-03-20 04:38:42.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-20 04:38:42.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2026-03-20 04:38:42.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-20 04:38:42.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2026-03-20 04:38:42.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-20 04:38:42.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2026-03-20 04:38:42.673 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-20 04:38:42.673 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-20 04:38:42.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-20 04:38:42.676 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.194.176/tcp/4160/p2p/16Uiu2HAmFc7JqNLQsatNBYJDa2TTU7AGM2Hprbj8yYuBjjRdtKpp","/ip4/172.18.194.176/tcp/4161/ws/p2p/16Uiu2HAmFc7JqNLQsatNBYJDa2TTU7AGM2Hprbj8yYuBjjRdtKpp"],"enrUri":"enr:-L24QDg8DpIN-FNOYeHoaPbBip8P1q_9KUU_eUKycUqBkNmaNBCN11oX2Oe-l5r6I4iVhEexdN5XngHCBUgLWnBiWccCgmlkgnY0gmlwhKwSwrCKbXVsdGlhZGRyc5YACASsEsKwBhBAAAoErBLCsAYQQd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDK9Yvd1PzQMO4H0imIIzkNvENlDvl7cMlGPtQ-r7gyBWDdGNwghBAg3VkcIIQQoV3YWt1MgE"}'
2026-03-20 04:38:42.676 INFO [src.node.waku_node] REST service is ready !!
2026-03-20 04:38:42.677 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4159/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.141.225/tcp/19810/p2p/16Uiu2HAmJ8NnU5xwQym6tpSpQM3vSr1Un46bwLeuq4AFut7UAGnG"]'
2026-03-20 04:38:42.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-20 04:38:42.699 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19809/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-20 04:38:42.717 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-20 04:38:42.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4159/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-20 04:38:42.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-20 04:38:42.736 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-20 04:38:42.739 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-20 04:38:42.739 DEBUG [src.node.waku_node] Stopping container with id 1c2ba6d59445
2026-03-20 04:38:43.303 DEBUG [src.node.waku_node] Container stopped.
2026-03-20 04:38:43.303 DEBUG [src.node.waku_node] Stopping container with id c5e3cd734fb5
2026-03-20 04:38:43.860 DEBUG [src.node.waku_node] Container stopped.
2026-03-20 04:38:43.863 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-20 04:38:43.895 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-20 04:38:43.922 DEBUG [src.node.docker_mananger] No errors found in the waku logs.