mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 09:43:24 +00:00
177 lines
30 KiB
Plaintext
177 lines
30 KiB
Plaintext
2026-03-22 04:41:16.603 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-22 04:41:16.603 DEBUG [tests.conftest] Running test: test_content_topic_not_in_docker_flags with id: 2026-03-22_04-41-16__6cc05bd6-3359-4aaf-a4de-327e06bcac49
|
|
2026-03-22 04:41:16.604 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-22 04:41:16.604 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-22 04:41:16.604 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-22 04:41:16.612 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-22 04:41:16.612 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-22_04-41-16__6cc05bd6-3359-4aaf-a4de-327e06bcac49__wakuorg_nwaku:latest.log
|
|
2026-03-22 04:41:16.613 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-22 04:41:16.613 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-22 04:41:16.614 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-22 04:41:16.615 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.67.139
|
|
2026-03-22 04:41:16.615 DEBUG [src.node.docker_mananger] Generated ports ['21221', '21222', '21223', '21224', '21225']
|
|
2026-03-22 04:41:16.615 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-22 04:41:16.615 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-22 04:41:16.615 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-22 04:41:16.615 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-22 04:41:16.615 DEBUG [src.node.docker_mananger] docker run -i -t -p 21221:21221 -p 21222:21222 -p 21223:21223 -p 21224:21224 -p 21225:21225 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=21223 --rest-port=21221 --tcp-port=21222 --discv5-udp-port=21224 --rest-address=0.0.0.0 --nat=extip:172.18.67.139 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c0afdfbaf55ebebb871e47821cea9128fe3ddfee91a5d3d7ce5fb32e1f5b1a78 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21225 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-22 04:41:16.797 ERROR [src.node.docker_mananger] Max retries reached for container b7e3dbeb2aa4. Exiting log stream.
|
|
2026-03-22 04:41:16.830 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.67.139 waku 39fabef00c8321003fedee01d6270e5e7380f8e507199d1fc0ad6a406f5e2d4c
|
|
2026-03-22 04:41:16.868 DEBUG [src.node.docker_mananger] Container started with ID 39fabef00c83. Setting up logs at ./log/docker/node1_2026-03-22_04-41-16__6cc05bd6-3359-4aaf-a4de-327e06bcac49__wakuorg_nwaku:latest.log
|
|
2026-03-22 04:41:16.868 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21221
|
|
2026-03-22 04:41:16.869 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-22 04:41:17.368 ERROR [src.node.docker_mananger] Max retries reached for container e81d15dfd0bb. Exiting log stream.
|
|
2026-03-22 04:41:17.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21221/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:17.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-22 04:41:17.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21221/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:17.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-22 04:41:18.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21221/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:18.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-22 04:41:18.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21221/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:18.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-22 04:41:18.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21221/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:18.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-22 04:41:18.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21221/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:18.390 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-22 04:41:18.390 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-22 04:41:18.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21221/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:18.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.67.139/tcp/21222/p2p/16Uiu2HAmDASs41Yqo6yM84ssPkphBqBPMxYZCNguwJer3WdRZsen","/ip4/172.18.67.139/tcp/21223/ws/p2p/16Uiu2HAmDASs41Yqo6yM84ssPkphBqBPMxYZCNguwJer3WdRZsen"],"enrUri":"enr:-L24QJXLiWAT_yEw2VKGnIJ3gnydX-zrcNBIFyTao7M4yTFdLDVm6P8J56nne7PNpyEUnWN4Pnn5EAh3oLf_6c0_k0sCgmlkgnY0gmlwhKwSQ4uKbXVsdGlhZGRyc5YACASsEkOLBlLmAAoErBJDiwZS590DgnJzhQACAQAAiXNlY3AyNTZrMaEDB4vSbUcPqyh4TOQGaDdpeLyqQdypYbugozuL1yxjc9eDdGNwglLmg3VkcIJS6IV3YWt1MgU"}'
|
|
2026-03-22 04:41:18.393 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-22 04:41:18.400 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-22 04:41:18.400 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-22_04-41-16__6cc05bd6-3359-4aaf-a4de-327e06bcac49__wakuorg_nwaku:latest.log
|
|
2026-03-22 04:41:18.400 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-22 04:41:18.401 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-22 04:41:18.402 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-22 04:41:18.402 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.242.174
|
|
2026-03-22 04:41:18.402 DEBUG [src.node.docker_mananger] Generated ports ['21066', '21067', '21068', '21069', '21070']
|
|
2026-03-22 04:41:18.403 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-22 04:41:18.403 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-22 04:41:18.403 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-22 04:41:18.403 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-22 04:41:18.403 DEBUG [src.node.docker_mananger] docker run -i -t -p 21066:21066 -p 21067:21067 -p 21068:21068 -p 21069:21069 -p 21070:21070 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=21068 --rest-port=21066 --tcp-port=21067 --discv5-udp-port=21069 --rest-address=0.0.0.0 --nat=extip:172.18.242.174 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b40141aa3ac32ec9bfc4678626accb993da0fbd72a4cefaad3f77ef1a629f1bb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21070 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJXLiWAT_yEw2VKGnIJ3gnydX-zrcNBIFyTao7M4yTFdLDVm6P8J56nne7PNpyEUnWN4Pnn5EAh3oLf_6c0_k0sCgmlkgnY0gmlwhKwSQ4uKbXVsdGlhZGRyc5YACASsEkOLBlLmAAoErBJDiwZS590DgnJzhQACAQAAiXNlY3AyNTZrMaEDB4vSbUcPqyh4TOQGaDdpeLyqQdypYbugozuL1yxjc9eDdGNwglLmg3VkcIJS6IV3YWt1MgU
|
|
2026-03-22 04:41:18.613 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.242.174 waku d4505ce5ef2ea67788024c910a8f27c38d55c0f3e4dec081d3eae4ec3f4e8769
|
|
2026-03-22 04:41:18.648 DEBUG [src.node.docker_mananger] Container started with ID d4505ce5ef2e. Setting up logs at ./log/docker/node2_2026-03-22_04-41-16__6cc05bd6-3359-4aaf-a4de-327e06bcac49__wakuorg_nwaku:latest.log
|
|
2026-03-22 04:41:18.648 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21066
|
|
2026-03-22 04:41:18.650 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-22 04:41:19.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21066/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:19.656 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-22 04:41:19.656 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-22 04:41:19.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21066/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:19.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.242.174/tcp/21067/p2p/16Uiu2HAkyw5nWPnz8un87BQ4JtCSE8GWNaQMY4Sg51yjV67aR1jY","/ip4/172.18.242.174/tcp/21068/ws/p2p/16Uiu2HAkyw5nWPnz8un87BQ4JtCSE8GWNaQMY4Sg51yjV67aR1jY"],"enrUri":"enr:-L24QG7NMoP5uOpT5fL-0Z0LlOSHbQ7a0EhQZiOf0gWkYs6bIcrXz5TM-lceDLEVHA33hhl72ZFmTHOAiqMiKrk8n-wCgmlkgnY0gmlwhKwS8q6KbXVsdGlhZGRyc5YACASsEvKuBlJLAAoErBLyrgZSTN0DgnJzhQACAQAAiXNlY3AyNTZrMaECQveCDrpo5P61O2Nnw5zk5QW4XtkFbll6w_hL7h_afXODdGNwglJLg3VkcIJSTYV3YWt1MgE"}'
|
|
2026-03-22 04:41:19.659 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-22 04:41:19.660 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21066/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.67.139/tcp/21222/p2p/16Uiu2HAmDASs41Yqo6yM84ssPkphBqBPMxYZCNguwJer3WdRZsen"]'
|
|
2026-03-22 04:41:19.688 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-22 04:41:19.689 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21221/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-22 04:41:19.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-22 04:41:19.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21066/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-22 04:41:19.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-22 04:41:19.716 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21221/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-22 04:41:19.726 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-22 04:41:19.727 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-22 04:41:19.827 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-22 04:41:19.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21221/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:19.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774154479054939898,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774154479612622833,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774154479716211544,"ephemeral":false,"proof":""}]'
|
|
2026-03-22 04:41:19.849 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-22 04:41:19.851 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-22 04:41:19.851 DEBUG [src.node.waku_node] Stopping container with id 39fabef00c83
|
|
2026-03-22 04:41:20.478 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-22 04:41:20.479 DEBUG [src.node.waku_node] Stopping container with id d4505ce5ef2e
|
|
2026-03-22 04:41:21.089 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-22 04:41:21.092 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-22 04:41:21.132 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-22 04:41:21.171 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-22 04:41:21.172 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-22 04:41:21.172 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-22 04:41:21.173 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-22_04-41-16__6cc05bd6-3359-4aaf-a4de-327e06bcac49__wakuorg_nwaku:latest.log
|
|
2026-03-22 04:41:21.174 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-22_04-41-16__6cc05bd6-3359-4aaf-a4de-327e06bcac49__wakuorg_nwaku:latest.log
|
|
2026-03-22 04:41:21.179 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-22 04:41:21.179 DEBUG [tests.conftest] Running test: test_content_topic_not_in_docker_flags with id: 2026-03-22_04-41-21__44a62991-a151-4443-8e0f-c451203b574f
|
|
2026-03-22 04:41:21.179 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-22 04:41:21.180 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-22 04:41:21.180 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-22 04:41:21.188 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-22 04:41:21.188 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-22_04-41-21__44a62991-a151-4443-8e0f-c451203b574f__wakuorg_nwaku:latest.log
|
|
2026-03-22 04:41:21.188 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-22 04:41:21.189 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-22 04:41:21.190 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-22 04:41:21.190 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.221.95
|
|
2026-03-22 04:41:21.191 DEBUG [src.node.docker_mananger] Generated ports ['35439', '35440', '35441', '35442', '35443']
|
|
2026-03-22 04:41:21.191 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-22 04:41:21.191 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-22 04:41:21.191 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-22 04:41:21.191 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-22 04:41:21.191 DEBUG [src.node.docker_mananger] docker run -i -t -p 35439:35439 -p 35440:35440 -p 35441:35441 -p 35442:35442 -p 35443:35443 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=35441 --rest-port=35439 --tcp-port=35440 --discv5-udp-port=35442 --rest-address=0.0.0.0 --nat=extip:172.18.221.95 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=edae3cebdced00f80cdde3b6d38ccce6b6f6c125e2eccaafacb01c1eb1bdfbbf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35443 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-22 04:41:21.337 ERROR [src.node.docker_mananger] Max retries reached for container 39fabef00c83. Exiting log stream.
|
|
2026-03-22 04:41:21.397 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.221.95 waku 0b7d4b668a38bb6a5856a734a821650ce616beae0c4de649b511c7ec6cccffef
|
|
2026-03-22 04:41:21.432 DEBUG [src.node.docker_mananger] Container started with ID 0b7d4b668a38. Setting up logs at ./log/docker/node1_2026-03-22_04-41-21__44a62991-a151-4443-8e0f-c451203b574f__wakuorg_nwaku:latest.log
|
|
2026-03-22 04:41:21.432 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35439
|
|
2026-03-22 04:41:21.434 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-22 04:41:21.905 ERROR [src.node.docker_mananger] Max retries reached for container d4505ce5ef2e. Exiting log stream.
|
|
2026-03-22 04:41:22.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35439/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:22.437 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-22 04:41:22.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35439/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:22.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-22 04:41:22.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35439/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:22.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-22 04:41:22.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35439/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:22.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-22 04:41:22.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35439/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:22.851 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-22 04:41:22.852 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-22 04:41:22.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35439/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:22.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.221.95/tcp/35440/p2p/16Uiu2HAm4g2EvMtdksp2vTnjvGgNmJuoPChRqK6MiAjRq9h7GrZY","/ip4/172.18.221.95/tcp/35441/ws/p2p/16Uiu2HAm4g2EvMtdksp2vTnjvGgNmJuoPChRqK6MiAjRq9h7GrZY"],"enrUri":"enr:-L24QDQdekARdf2hz0FY-4e22DRTfJGH6gkOa0N7z7HD0aIyMyXCr_0hUwnrkEhSNGXZQNr3wp1IK5pksxhwiT-4GU0CgmlkgnY0gmlwhKwS3V-KbXVsdGlhZGRyc5YACASsEt1fBopwAAoErBLdXwaKcd0DgnJzhQACAQAAiXNlY3AyNTZrMaECiWY4_wcEH0OfIQcaxvl2b2jXirbkUYAA2yxdCgqj9PuDdGNwgopwg3VkcIKKcoV3YWt1MgU"}'
|
|
2026-03-22 04:41:22.855 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-22 04:41:22.862 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-22 04:41:22.862 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-22_04-41-21__44a62991-a151-4443-8e0f-c451203b574f__wakuorg_nwaku:latest.log
|
|
2026-03-22 04:41:22.862 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-22 04:41:22.862 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-22 04:41:22.864 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-22 04:41:22.864 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.60.17
|
|
2026-03-22 04:41:22.864 DEBUG [src.node.docker_mananger] Generated ports ['53172', '53173', '53174', '53175', '53176']
|
|
2026-03-22 04:41:22.864 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-22 04:41:22.864 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-22 04:41:22.864 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-22 04:41:22.865 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-22 04:41:22.865 DEBUG [src.node.docker_mananger] docker run -i -t -p 53172:53172 -p 53173:53173 -p 53174:53174 -p 53175:53175 -p 53176:53176 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=53174 --rest-port=53172 --tcp-port=53173 --discv5-udp-port=53175 --rest-address=0.0.0.0 --nat=extip:172.18.60.17 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=561ba5fc3ee4feeefdd5b77cdd6c9e55d9be74b2ecf9e0cae44f77acd8eed0cc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53176 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDQdekARdf2hz0FY-4e22DRTfJGH6gkOa0N7z7HD0aIyMyXCr_0hUwnrkEhSNGXZQNr3wp1IK5pksxhwiT-4GU0CgmlkgnY0gmlwhKwS3V-KbXVsdGlhZGRyc5YACASsEt1fBopwAAoErBLdXwaKcd0DgnJzhQACAQAAiXNlY3AyNTZrMaECiWY4_wcEH0OfIQcaxvl2b2jXirbkUYAA2yxdCgqj9PuDdGNwgopwg3VkcIKKcoV3YWt1MgU
|
|
2026-03-22 04:41:23.074 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.60.17 waku 8e98209e828f28be7d3dd8e4c911e4e57b1a780f2ab251f646f895a9353f92fa
|
|
2026-03-22 04:41:23.112 DEBUG [src.node.docker_mananger] Container started with ID 8e98209e828f. Setting up logs at ./log/docker/node2_2026-03-22_04-41-21__44a62991-a151-4443-8e0f-c451203b574f__wakuorg_nwaku:latest.log
|
|
2026-03-22 04:41:23.112 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53172
|
|
2026-03-22 04:41:23.113 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-22 04:41:24.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53172/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:24.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-22 04:41:24.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53172/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:24.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-22 04:41:24.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53172/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:24.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-22 04:41:24.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53172/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:24.467 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":"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-22 04:41:24.467 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-22 04:41:24.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53172/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:24.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.60.17/tcp/53173/p2p/16Uiu2HAkzMkDSDoynqz32HuTtdQafvTbWgaPHexvPRNphqWEBeAg","/ip4/172.18.60.17/tcp/53174/ws/p2p/16Uiu2HAkzMkDSDoynqz32HuTtdQafvTbWgaPHexvPRNphqWEBeAg"],"enrUri":"enr:-L24QEtNq_kDay5E9lwDQm48cf05FDgfJCBuTNQheVTg4NaNGeTcGcBs2fiWB5r4otzIeRg4GU885Dhjql-AIiyj3ncCgmlkgnY0gmlwhKwSPBGKbXVsdGlhZGRyc5YACASsEjwRBs-1AAoErBI8EQbPtt0DgnJzhQACAQAAiXNlY3AyNTZrMaECSUjmcQMnkMTuWZNCN2pHNENrf2csw80W4i9s3x5Yq-WDdGNwgs-1g3VkcILPt4V3YWt1MgE"}'
|
|
2026-03-22 04:41:24.470 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-22 04:41:24.470 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53172/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.221.95/tcp/35440/p2p/16Uiu2HAm4g2EvMtdksp2vTnjvGgNmJuoPChRqK6MiAjRq9h7GrZY"]'
|
|
2026-03-22 04:41:24.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-22 04:41:24.519 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35439/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-22 04:41:24.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-22 04:41:24.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53172/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-22 04:41:24.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-22 04:41:24.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35439/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-22 04:41:24.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-22 04:41:24.543 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-22 04:41:24.643 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-22 04:41:24.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35439/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-22 04:41:24.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774154484444214945,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774154484533699588,"ephemeral":false,"proof":""}]'
|
|
2026-03-22 04:41:24.659 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-22 04:41:24.660 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-22 04:41:24.661 DEBUG [src.node.waku_node] Stopping container with id 0b7d4b668a38
|
|
2026-03-22 04:41:25.289 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-22 04:41:25.292 DEBUG [src.node.waku_node] Stopping container with id 8e98209e828f
|
|
2026-03-22 04:41:25.919 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-22 04:41:25.922 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-22 04:41:25.955 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-22 04:41:25.984 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-22 04:41:25.987 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-22 04:41:25.988 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-22 04:41:25.989 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-22_04-41-21__44a62991-a151-4443-8e0f-c451203b574f__wakuorg_nwaku:latest.log
|
|
2026-03-22 04:41:25.992 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-22_04-41-21__44a62991-a151-4443-8e0f-c451203b574f__wakuorg_nwaku:latest.log
|