mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-28 14:43:15 +00:00
140 lines
24 KiB
Plaintext
140 lines
24 KiB
Plaintext
2026-03-28 04:41:05.893 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-28 04:41:05.893 DEBUG [tests.conftest] Running test: test_content_topic_not_in_docker_flags with id: 2026-03-28_04-41-05__31761a21-b64c-49b3-80be-4012f8948c4c
|
|
2026-03-28 04:41:05.894 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-28 04:41:05.894 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-28 04:41:05.894 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-28 04:41:05.902 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-28 04:41:05.902 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-28_04-41-05__31761a21-b64c-49b3-80be-4012f8948c4c__wakuorg_nwaku:latest.log
|
|
2026-03-28 04:41:05.902 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-28 04:41:05.902 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-28 04:41:05.904 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-28 04:41:05.904 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.1.137
|
|
2026-03-28 04:41:05.904 DEBUG [src.node.docker_mananger] Generated ports ['57383', '57384', '57385', '57386', '57387']
|
|
2026-03-28 04:41:05.904 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-28 04:41:05.904 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-28 04:41:05.904 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-28 04:41:05.905 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-28 04:41:05.905 DEBUG [src.node.docker_mananger] docker run -i -t -p 57383:57383 -p 57384:57384 -p 57385:57385 -p 57386:57386 -p 57387:57387 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=57385 --rest-port=57383 --tcp-port=57384 --discv5-udp-port=57386 --rest-address=0.0.0.0 --nat=extip:172.18.1.137 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=30ec9cfd6f17ee80c1ef6cbd9a6b992927cb551dcfafe81bdef0b3f7caaa173b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57387 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-28 04:41:06.097 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.1.137 waku 6380b30546e09ab2f6fe7d05e5323af7a66d8a80b3c2c4944701e941aa23b5a7
|
|
2026-03-28 04:41:06.136 DEBUG [src.node.docker_mananger] Container started with ID 6380b30546e0. Setting up logs at ./log/docker/node1_2026-03-28_04-41-05__31761a21-b64c-49b3-80be-4012f8948c4c__wakuorg_nwaku:latest.log
|
|
2026-03-28 04:41:06.136 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57383
|
|
2026-03-28 04:41:06.137 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-28 04:41:06.148 ERROR [src.node.docker_mananger] Max retries reached for container 401e6b632919. Exiting log stream.
|
|
2026-03-28 04:41:06.658 ERROR [src.node.docker_mananger] Max retries reached for container 494a1ebecccb. Exiting log stream.
|
|
2026-03-28 04:41:07.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57383/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:07.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:07.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57383/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:07.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:07.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57383/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:07.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:07.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57383/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:07.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:07.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57383/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:07.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:07.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57383/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:07.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:07.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57383/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:07.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:07.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57383/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:07.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:07.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57383/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:07.965 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:08.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57383/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:08.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:08.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57383/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:08.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:08.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57383/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:08.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:08.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57383/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:08.381 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":"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-28 04:41:08.381 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-28 04:41:08.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57383/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:08.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.1.137/tcp/57384/p2p/16Uiu2HAm5W8He78tXogWm7diVHwHg2f1DcSK2o8F3gqh4HJCV8Ls","/ip4/172.18.1.137/tcp/57385/ws/p2p/16Uiu2HAm5W8He78tXogWm7diVHwHg2f1DcSK2o8F3gqh4HJCV8Ls"],"enrUri":"enr:-L24QCL372cyYuqkLRJpjhIne6ju_tsJqhiUV370aqUnPYtlV25tdizawyNnujYRaRM_97L--nYqVrYTLPQfO-Qfu0kCgmlkgnY0gmlwhKwSAYmKbXVsdGlhZGRyc5YACASsEgGJBuAoAAoErBIBiQbgKd0DgnJzhQACAQAAiXNlY3AyNTZrMaEClbjwT_Kd50JbEKbnIzS55NsSeSw6yRIrn5G87ruus6yDdGNwguAog3VkcILgKoV3YWt1MgU"}'
|
|
2026-03-28 04:41:08.384 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-28 04:41:08.391 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-28 04:41:08.392 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-28_04-41-05__31761a21-b64c-49b3-80be-4012f8948c4c__wakuorg_nwaku:latest.log
|
|
2026-03-28 04:41:08.392 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-28 04:41:08.392 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-28 04:41:08.393 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-28 04:41:08.394 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.67.15
|
|
2026-03-28 04:41:08.394 DEBUG [src.node.docker_mananger] Generated ports ['4664', '4665', '4666', '4667', '4668']
|
|
2026-03-28 04:41:08.394 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-28 04:41:08.394 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-28 04:41:08.394 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-28 04:41:08.394 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-28 04:41:08.394 DEBUG [src.node.docker_mananger] docker run -i -t -p 4664:4664 -p 4665:4665 -p 4666:4666 -p 4667:4667 -p 4668:4668 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=4666 --rest-port=4664 --tcp-port=4665 --discv5-udp-port=4667 --rest-address=0.0.0.0 --nat=extip:172.18.67.15 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f3feada5adaaa9bbd4ebcaaebafac97ef9fbbd2d9a2edcec0b6c5bac2ea5d07d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4668 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCL372cyYuqkLRJpjhIne6ju_tsJqhiUV370aqUnPYtlV25tdizawyNnujYRaRM_97L--nYqVrYTLPQfO-Qfu0kCgmlkgnY0gmlwhKwSAYmKbXVsdGlhZGRyc5YACASsEgGJBuAoAAoErBIBiQbgKd0DgnJzhQACAQAAiXNlY3AyNTZrMaEClbjwT_Kd50JbEKbnIzS55NsSeSw6yRIrn5G87ruus6yDdGNwguAog3VkcILgKoV3YWt1MgU
|
|
2026-03-28 04:41:08.594 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.67.15 waku 17e3ca5f792e79d43e8efd788553f9d6568ca58387b58d7d30d35658b5c12d89
|
|
2026-03-28 04:41:08.634 DEBUG [src.node.docker_mananger] Container started with ID 17e3ca5f792e. Setting up logs at ./log/docker/node2_2026-03-28_04-41-05__31761a21-b64c-49b3-80be-4012f8948c4c__wakuorg_nwaku:latest.log
|
|
2026-03-28 04:41:08.634 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4664
|
|
2026-03-28 04:41:08.634 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-28 04:41:09.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:09.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:09.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:09.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:09.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:09.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:09.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:09.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:10.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:10.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:10.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:10.156 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:10.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:10.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:10.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:10.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:10.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:10.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:10.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:10.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:10.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:10.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:10.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:10.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:10.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:10.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:10.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:10.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:11.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:11.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:11.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:11.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:11.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:11.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:11.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:11.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:11.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:11.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:11.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:11.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:41:11.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:11.705 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-28 04:41:11.705 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-28 04:41:11.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:11.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.67.15/tcp/4665/p2p/16Uiu2HAmJvK5MGK4btSJ9xBibXWMpbFhj9Mh2bRHvs3tiyZbpacw","/ip4/172.18.67.15/tcp/4666/ws/p2p/16Uiu2HAmJvK5MGK4btSJ9xBibXWMpbFhj9Mh2bRHvs3tiyZbpacw"],"enrUri":"enr:-L24QFW3M0EaoBN-rgBUgxqs13GZo50w3cD066weRtcIkvZWP85LRgeP6k9iBPoEiTg89tL6ifg3ml0ofE3xWzao79cCgmlkgnY0gmlwhKwSQw-KbXVsdGlhZGRyc5YACASsEkMPBhI5AAoErBJDDwYSOt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDXRMBnjb8Yf3Yg6Gg9ZkPRDkqnMP_-bNvXTzl9FTyWsCDdGNwghI5g3VkcIISO4V3YWt1MgE"}'
|
|
2026-03-28 04:41:11.708 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-28 04:41:11.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4664/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.1.137/tcp/57384/p2p/16Uiu2HAm5W8He78tXogWm7diVHwHg2f1DcSK2o8F3gqh4HJCV8Ls"]'
|
|
2026-03-28 04:41:11.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-28 04:41:11.741 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57383/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-28 04:41:11.756 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-28 04:41:11.759 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4664/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-28 04:41:11.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-28 04:41:11.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57383/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-28 04:41:11.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-28 04:41:11.779 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-28 04:41:11.880 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-28 04:41:11.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57383/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:11.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774672871772211323,"ephemeral":false,"proof":""}]'
|
|
2026-03-28 04:41:11.885 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-28 04:41:11.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4664/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:41:11.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774672871772211323,"ephemeral":false,"proof":""}]'
|
|
2026-03-28 04:41:11.891 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-28 04:41:11.892 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-28 04:41:11.892 DEBUG [src.node.waku_node] Stopping container with id 6380b30546e0
|
|
2026-03-28 04:41:12.388 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-28 04:41:12.389 DEBUG [src.node.waku_node] Stopping container with id 17e3ca5f792e
|
|
2026-03-28 04:41:12.851 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-28 04:41:12.853 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-28 04:41:12.893 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-28 04:41:12.911 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|