mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-25 05:03:20 +00:00
154 lines
26 KiB
Plaintext
154 lines
26 KiB
Plaintext
2026-03-26 04:51:36.594 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-26 04:51:36.595 DEBUG [tests.conftest] Running test: test_pubsub_topic_not_in_docker_flags with id: 2026-03-26_04-51-36__285161f6-8c2f-412b-a630-0d261e9bc952
|
|
2026-03-26 04:51:36.595 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-26 04:51:36.596 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-26 04:51:36.596 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-26 04:51:36.609 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-26 04:51:36.609 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-26_04-51-36__285161f6-8c2f-412b-a630-0d261e9bc952__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:51:36.609 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-26 04:51:36.609 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-26 04:51:36.611 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-26 04:51:36.611 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.180.199
|
|
2026-03-26 04:51:36.612 DEBUG [src.node.docker_mananger] Generated ports ['2789', '2790', '2791', '2792', '2793']
|
|
2026-03-26 04:51:36.613 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-26 04:51:36.613 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-26 04:51:36.613 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-26 04:51:36.613 DEBUG [src.node.docker_mananger] docker run -i -t -p 2789:2789 -p 2790:2790 -p 2791:2791 -p 2792:2792 -p 2793:2793 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=2791 --rest-port=2789 --tcp-port=2790 --discv5-udp-port=2792 --rest-address=0.0.0.0 --nat=extip:172.18.180.199 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=141930ecbdd7b02fba8c659a7b64c930bdf5c7d0b4e5f16c12c16b3ce22a2ee8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2793 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-26 04:51:36.812 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.180.199 waku b32b5f77c7236b4cec903dcbccb4bf7623b1c4029f110dafe804736c4bbb6881
|
|
2026-03-26 04:51:36.827 ERROR [src.node.docker_mananger] Max retries reached for container 56bf7a4f7919. Exiting log stream.
|
|
2026-03-26 04:51:36.847 DEBUG [src.node.docker_mananger] Container started with ID b32b5f77c723. Setting up logs at ./log/docker/node1_2026-03-26_04-51-36__285161f6-8c2f-412b-a630-0d261e9bc952__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:51:36.847 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2789
|
|
2026-03-26 04:51:36.847 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-26 04:51:37.499 ERROR [src.node.docker_mananger] Max retries reached for container 0e8265475536. Exiting log stream.
|
|
2026-03-26 04:51:37.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2789/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:51:37.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-26 04:51:37.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2789/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:51:37.961 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-26 04:51:37.962 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-26 04:51:37.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2789/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:51:37.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.180.199/tcp/2790/p2p/16Uiu2HAmJug5ZBcjMSdAorJtMec9eg96pxUfRby3aJEK6joNiSrr","/ip4/172.18.180.199/tcp/2791/ws/p2p/16Uiu2HAmJug5ZBcjMSdAorJtMec9eg96pxUfRby3aJEK6joNiSrr"],"enrUri":"enr:-L24QFIYE3daCuj7ou1sOKs7QIyIulBsuqTudzbofesVtqwrK4Q3tgL66_DEA1YNMiGZ-H2OnQOZz0YwwXFPGznQCtwCgmlkgnY0gmlwhKwStMeKbXVsdGlhZGRyc5YACASsErTHBgrmAAoErBK0xwYK590DgnJzhQACAQAAiXNlY3AyNTZrMaEDXOksnnuZAhdTEKmx1p8BTmHNP1hsasNB8iDynDIYBEeDdGNwggrmg3VkcIIK6IV3YWt1MgU"}'
|
|
2026-03-26 04:51:37.964 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-26 04:51:37.972 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-26 04:51:37.972 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-26_04-51-36__285161f6-8c2f-412b-a630-0d261e9bc952__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:51:37.972 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-26 04:51:37.972 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-26 04:51:37.973 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-26 04:51:37.973 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.178.94
|
|
2026-03-26 04:51:37.974 DEBUG [src.node.docker_mananger] Generated ports ['13065', '13066', '13067', '13068', '13069']
|
|
2026-03-26 04:51:37.974 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-26 04:51:37.974 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-26 04:51:37.974 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-26 04:51:37.974 DEBUG [src.node.docker_mananger] docker run -i -t -p 13065:13065 -p 13066:13066 -p 13067:13067 -p 13068:13068 -p 13069:13069 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=13067 --rest-port=13065 --tcp-port=13066 --discv5-udp-port=13068 --rest-address=0.0.0.0 --nat=extip:172.18.178.94 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ee46abefcfed993becf3db5ecd8f4e4ba38d74f6eae0b982e88ac5ca0b5dbc7c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13069 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFIYE3daCuj7ou1sOKs7QIyIulBsuqTudzbofesVtqwrK4Q3tgL66_DEA1YNMiGZ-H2OnQOZz0YwwXFPGznQCtwCgmlkgnY0gmlwhKwStMeKbXVsdGlhZGRyc5YACASsErTHBgrmAAoErBK0xwYK590DgnJzhQACAQAAiXNlY3AyNTZrMaEDXOksnnuZAhdTEKmx1p8BTmHNP1hsasNB8iDynDIYBEeDdGNwggrmg3VkcIIK6IV3YWt1MgU
|
|
2026-03-26 04:51:38.183 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.178.94 waku ba683459908d6df53a7a8ab4ccf6fc5439ff2b3c3f90f0f8f81cbdd02a237335
|
|
2026-03-26 04:51:38.218 DEBUG [src.node.docker_mananger] Container started with ID ba683459908d. Setting up logs at ./log/docker/node2_2026-03-26_04-51-36__285161f6-8c2f-412b-a630-0d261e9bc952__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:51:38.218 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13065
|
|
2026-03-26 04:51:38.218 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-26 04:51:39.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13065/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:51:39.223 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-26 04:51:39.223 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-26 04:51:39.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13065/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:51:39.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.178.94/tcp/13066/p2p/16Uiu2HAmLPX7rvaKn88oZANn7BjVewyFwQSScSLy9rEgyc7R2U1W","/ip4/172.18.178.94/tcp/13067/ws/p2p/16Uiu2HAmLPX7rvaKn88oZANn7BjVewyFwQSScSLy9rEgyc7R2U1W"],"enrUri":"enr:-L24QJesz9LnxjVHt26-8TXKqqr_yB6fMt2wj_uQryBiCYSRJL1dxjxF_poYqOTqt1XKhCAfLsy2Ymu_FmIQxRS9jeICgmlkgnY0gmlwhKwSsl6KbXVsdGlhZGRyc5YACASsErJeBjMKAAoErBKyXgYzC90DgnJzhQACAQAAiXNlY3AyNTZrMaEDcub-FBZ-Lz6nOevMYsX-CJ_Ts9QisEx00qR05FA53BGDdGNwgjMKg3VkcIIzDIV3YWt1MgE"}'
|
|
2026-03-26 04:51:39.225 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-26 04:51:39.226 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13065/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.180.199/tcp/2790/p2p/16Uiu2HAmJug5ZBcjMSdAorJtMec9eg96pxUfRby3aJEK6joNiSrr"]'
|
|
2026-03-26 04:51:39.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:51:39.266 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2789/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-26 04:51:39.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:51:39.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13065/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-26 04:51:39.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:51:39.286 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2789/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-26 04:51:39.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:51:39.297 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-26 04:51:39.398 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-26 04:51:39.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2789/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:51:39.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774500698469277356,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774500699286502262,"ephemeral":false,"proof":""}]'
|
|
2026-03-26 04:51:39.411 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-26 04:51:39.412 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-26 04:51:39.413 DEBUG [src.node.waku_node] Stopping container with id b32b5f77c723
|
|
2026-03-26 04:51:39.965 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-26 04:51:39.968 DEBUG [src.node.waku_node] Stopping container with id ba683459908d
|
|
2026-03-26 04:51:40.561 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-26 04:51:40.563 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-26 04:51:40.612 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-26 04:51:40.634 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-26 04:51:40.635 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-26 04:51:40.635 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-26 04:51:40.636 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-26_04-51-36__285161f6-8c2f-412b-a630-0d261e9bc952__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:51:40.637 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-26_04-51-36__285161f6-8c2f-412b-a630-0d261e9bc952__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:51:40.641 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-26 04:51:40.641 DEBUG [tests.conftest] Running test: test_pubsub_topic_not_in_docker_flags with id: 2026-03-26_04-51-40__30f76448-b486-463c-b289-58d306473f5b
|
|
2026-03-26 04:51:40.641 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-26 04:51:40.642 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-26 04:51:40.642 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-26 04:51:40.650 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-26 04:51:40.650 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-26_04-51-40__30f76448-b486-463c-b289-58d306473f5b__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:51:40.650 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-26 04:51:40.650 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-26 04:51:40.652 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-26 04:51:40.652 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.244.60
|
|
2026-03-26 04:51:40.652 DEBUG [src.node.docker_mananger] Generated ports ['1405', '1406', '1407', '1408', '1409']
|
|
2026-03-26 04:51:40.652 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-26 04:51:40.652 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-26 04:51:40.653 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-26 04:51:40.653 DEBUG [src.node.docker_mananger] docker run -i -t -p 1405:1405 -p 1406:1406 -p 1407:1407 -p 1408:1408 -p 1409:1409 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=1407 --rest-port=1405 --tcp-port=1406 --discv5-udp-port=1408 --rest-address=0.0.0.0 --nat=extip:172.18.244.60 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c2db86f9aec16d4d24a5972ac7acac716fafe35c74aa02a5eca01cbbedbdce5e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1409 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-26 04:51:40.839 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.244.60 waku ba532c43576d802759a8e79e1e311c1ef44da4d7ebdcff6c6dcc1e4e10fcf8e6
|
|
2026-03-26 04:51:40.879 DEBUG [src.node.docker_mananger] Container started with ID ba532c43576d. Setting up logs at ./log/docker/node1_2026-03-26_04-51-40__30f76448-b486-463c-b289-58d306473f5b__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:51:40.879 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1405
|
|
2026-03-26 04:51:40.879 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-26 04:51:40.886 ERROR [src.node.docker_mananger] Max retries reached for container b32b5f77c723. Exiting log stream.
|
|
2026-03-26 04:51:41.443 ERROR [src.node.docker_mananger] Max retries reached for container ba683459908d. Exiting log stream.
|
|
2026-03-26 04:51:41.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1405/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:51:41.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-26 04:51:41.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1405/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:51:42.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-26 04:51:42.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1405/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:51:42.104 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-26 04:51:42.104 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-26 04:51:42.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1405/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:51:42.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.244.60/tcp/1406/p2p/16Uiu2HAmRQ8vbNn12GUuYyoDZmAFGoxrV927b1cT78PL6feHggpK","/ip4/172.18.244.60/tcp/1407/ws/p2p/16Uiu2HAmRQ8vbNn12GUuYyoDZmAFGoxrV927b1cT78PL6feHggpK"],"enrUri":"enr:-L24QP8DhpuoAQHuKgg8hmPoREwwJUYSNQPXufavtSiV5f2HWLw-sRXrm-Bncv4VA_lSECcMOIw7SdOGVcKDi0ep-F8CgmlkgnY0gmlwhKwS9DyKbXVsdGlhZGRyc5YACASsEvQ8BgV-AAoErBL0PAYFf90DgnJzhQACAQAAiXNlY3AyNTZrMaEDvVnprFLiLJt995Z-YELUfCc-hcbyonAK8gtCTsi3FWyDdGNwggV-g3VkcIIFgIV3YWt1MgU"}'
|
|
2026-03-26 04:51:42.107 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-26 04:51:42.114 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-26 04:51:42.114 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-26_04-51-40__30f76448-b486-463c-b289-58d306473f5b__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:51:42.114 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-26 04:51:42.115 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-26 04:51:42.116 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-26 04:51:42.116 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.156.96
|
|
2026-03-26 04:51:42.116 DEBUG [src.node.docker_mananger] Generated ports ['41133', '41134', '41135', '41136', '41137']
|
|
2026-03-26 04:51:42.116 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-26 04:51:42.117 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-26 04:51:42.117 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-26 04:51:42.117 DEBUG [src.node.docker_mananger] docker run -i -t -p 41133:41133 -p 41134:41134 -p 41135:41135 -p 41136:41136 -p 41137:41137 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=41135 --rest-port=41133 --tcp-port=41134 --discv5-udp-port=41136 --rest-address=0.0.0.0 --nat=extip:172.18.156.96 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e6cced59dc64f6a2dfadc52713c56ef39a1acfa1ba25a7185f19eda8ddccf8af --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41137 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QP8DhpuoAQHuKgg8hmPoREwwJUYSNQPXufavtSiV5f2HWLw-sRXrm-Bncv4VA_lSECcMOIw7SdOGVcKDi0ep-F8CgmlkgnY0gmlwhKwS9DyKbXVsdGlhZGRyc5YACASsEvQ8BgV-AAoErBL0PAYFf90DgnJzhQACAQAAiXNlY3AyNTZrMaEDvVnprFLiLJt995Z-YELUfCc-hcbyonAK8gtCTsi3FWyDdGNwggV-g3VkcIIFgIV3YWt1MgU
|
|
2026-03-26 04:51:42.321 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.156.96 waku 16045d7d0a9fdf61f17b53e91e04bdf8b9faf51f260590d4435c72cf6cd126a4
|
|
2026-03-26 04:51:42.357 DEBUG [src.node.docker_mananger] Container started with ID 16045d7d0a9f. Setting up logs at ./log/docker/node2_2026-03-26_04-51-40__30f76448-b486-463c-b289-58d306473f5b__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:51:42.357 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41133
|
|
2026-03-26 04:51:42.357 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-26 04:51:43.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41133/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:51:43.361 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-26 04:51:43.361 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-26 04:51:43.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41133/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:51:43.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.156.96/tcp/41134/p2p/16Uiu2HAmM94dN1mvDCPmhkwwpmwbuytAGSzfGNU3aSetumh5242d","/ip4/172.18.156.96/tcp/41135/ws/p2p/16Uiu2HAmM94dN1mvDCPmhkwwpmwbuytAGSzfGNU3aSetumh5242d"],"enrUri":"enr:-L24QE3ZKHF6lRmtnJFkQaxkYxt0JsvHDEFAHQch3z9A4IrlY05NmwVGylUF_YwZB7YKg8N1ldh5sHI7bdgDWftQKCICgmlkgnY0gmlwhKwSnGCKbXVsdGlhZGRyc5YACASsEpxgBqCuAAoErBKcYAagr90DgnJzhQACAQAAiXNlY3AyNTZrMaEDfg6YHydpkzny_CTs8Lk5PZhS-mMCSg0QhCMZItb1DTKDdGNwgqCug3VkcIKgsIV3YWt1MgE"}'
|
|
2026-03-26 04:51:43.364 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-26 04:51:43.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41133/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.244.60/tcp/1406/p2p/16Uiu2HAmRQ8vbNn12GUuYyoDZmAFGoxrV927b1cT78PL6feHggpK"]'
|
|
2026-03-26 04:51:43.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:51:43.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1405/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-26 04:51:43.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:51:43.414 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41133/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-26 04:51:43.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:51:43.419 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1405/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-26 04:51:43.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:51:43.434 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-26 04:51:43.534 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-26 04:51:43.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1405/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:51:43.536 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774500703419409413,"ephemeral":false,"proof":""}]'
|
|
2026-03-26 04:51:43.538 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-26 04:51:43.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41133/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:51:43.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774500703419409413,"ephemeral":false,"proof":""}]'
|
|
2026-03-26 04:51:43.543 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-26 04:51:43.544 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-26 04:51:43.544 DEBUG [src.node.waku_node] Stopping container with id ba532c43576d
|
|
2026-03-26 04:51:44.127 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-26 04:51:44.127 DEBUG [src.node.waku_node] Stopping container with id 16045d7d0a9f
|
|
2026-03-26 04:51:44.697 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-26 04:51:44.700 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-26 04:51:44.723 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-26 04:51:44.746 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|