110 lines
18 KiB
Plaintext

2026-02-01 04:44:57.262 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-01 04:44:57.263 DEBUG [tests.conftest] Running test: test_sync_flags_no_relay_2nodes with id: 2026-02-01_04-44-57__7a49726d-aeb8-4cd0-bd46-b0fb056dae9a
2026-02-01 04:44:57.263 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-01 04:44:57.270 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-01 04:44:57.270 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-01_04-44-57__7a49726d-aeb8-4cd0-bd46-b0fb056dae9a__wakuorg_nwaku:latest.log
2026-02-01 04:44:57.276 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-01 04:44:57.277 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-01_04-44-57__7a49726d-aeb8-4cd0-bd46-b0fb056dae9a__wakuorg_nwaku:latest.log
2026-02-01 04:44:57.283 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-01 04:44:57.283 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-01_04-44-57__7a49726d-aeb8-4cd0-bd46-b0fb056dae9a__wakuorg_nwaku:latest.log
2026-02-01 04:44:57.283 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-02-01 04:44:57.284 DEBUG [src.node.waku_node] Starting Node...
2026-02-01 04:44:57.284 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-01 04:44:57.286 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-01 04:44:57.286 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.66.202
2026-02-01 04:44:57.286 DEBUG [src.node.docker_mananger] Generated ports ['36970', '36971', '36972', '36973', '36974']
2026-02-01 04:44:57.286 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-01 04:44:57.286 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-01 04:44:57.286 DEBUG [src.node.waku_node] Using volumes []
2026-02-01 04:44:57.287 DEBUG [src.node.docker_mananger] docker run -i -t -p 36970:36970 -p 36971:36971 -p 36972:36972 -p 36973:36973 -p 36974:36974 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=36972 --rest-port=36970 --tcp-port=36971 --discv5-udp-port=36973 --rest-address=0.0.0.0 --nat=extip:172.18.66.202 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=27ff6e8f2c15e5bcca80e7e4bb5b7f8942565974e8fcee15a4aabec4e7fd667e --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36974 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true
2026-02-01 04:44:57.471 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.66.202 waku 23decfc33fa9ffde8b80ad62fac73960ac36abf2018d95ff5b875f95603e7a0e
2026-02-01 04:44:57.502 DEBUG [src.node.docker_mananger] Container started with ID 23decfc33fa9. Setting up logs at ./log/docker/node1_2026-02-01_04-44-57__7a49726d-aeb8-4cd0-bd46-b0fb056dae9a__wakuorg_nwaku:latest.log
2026-02-01 04:44:57.503 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36970
2026-02-01 04:44:57.504 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-01 04:44:57.525 ERROR [src.node.docker_mananger] Max retries reached for container 6fc9c38dbf14. Exiting log stream.
2026-02-01 04:44:58.045 ERROR [src.node.docker_mananger] Max retries reached for container 341c0e04363c. Exiting log stream.
2026-02-01 04:44:58.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36970/health" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:44:58.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-02-01 04:44:58.508 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-01 04:44:58.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36970/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:44:58.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.66.202/tcp/36971/p2p/16Uiu2HAm1PQByRfickdPXWGC1itZzhFfxhctpPgvMB1TQgFE6CTK","/ip4/172.18.66.202/tcp/36972/ws/p2p/16Uiu2HAm1PQByRfickdPXWGC1itZzhFfxhctpPgvMB1TQgFE6CTK"],"enrUri":"enr:-L24QNKnuVaCFgRovU9vtLbQt-xuFVQd8-XWxu3GSfphO1rcDvs6gwEdAVu5nKJ0moIksri2hsWV2XHdt_fy72zxl9kCgmlkgnY0gmlwhKwSQsqKbXVsdGlhZGRyc5YACASsEkLKBpBrAAoErBJCygaQbN0DgnJzhQADAQAAiXNlY3AyNTZrMaECWJEbK4eQLIB1vQ-81jlTrRzy7s_NuLe4AtPTA-1t6RqDdGNwgpBrg3VkcIKQbYV3YWt1MhM"}'
2026-02-01 04:44:58.511 INFO [src.node.waku_node] REST service is ready !!
2026-02-01 04:44:58.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36970/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-02-01 04:44:58.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:44:58.524 DEBUG [src.node.waku_node] Starting Node...
2026-02-01 04:44:58.524 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-01 04:44:58.525 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-01 04:44:58.526 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.12.174
2026-02-01 04:44:58.526 DEBUG [src.node.docker_mananger] Generated ports ['24324', '24325', '24326', '24327', '24328']
2026-02-01 04:44:58.526 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-01 04:44:58.526 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-01 04:44:58.526 DEBUG [src.node.waku_node] Using volumes []
2026-02-01 04:44:58.526 DEBUG [src.node.docker_mananger] docker run -i -t -p 24324:24324 -p 24325:24325 -p 24326:24326 -p 24327:24327 -p 24328:24328 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=24326 --rest-port=24324 --tcp-port=24325 --discv5-udp-port=24327 --rest-address=0.0.0.0 --nat=extip:172.18.12.174 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=92e97dec5b1eb5eae7b1ad1237af213cc8feabf1ffdfb55504be756fdc3c7941 --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24328 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --discv5-bootstrap-node=enr:-L24QNKnuVaCFgRovU9vtLbQt-xuFVQd8-XWxu3GSfphO1rcDvs6gwEdAVu5nKJ0moIksri2hsWV2XHdt_fy72zxl9kCgmlkgnY0gmlwhKwSQsqKbXVsdGlhZGRyc5YACASsEkLKBpBrAAoErBJCygaQbN0DgnJzhQADAQAAiXNlY3AyNTZrMaECWJEbK4eQLIB1vQ-81jlTrRzy7s_NuLe4AtPTA-1t6RqDdGNwgpBrg3VkcIKQbYV3YWt1MhM
2026-02-01 04:44:58.724 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.12.174 waku 39e5774746efe4e4bfee22b48fb5b8fc79538230cab5c916c415b7c35b919063
2026-02-01 04:44:58.754 DEBUG [src.node.docker_mananger] Container started with ID 39e5774746ef. Setting up logs at ./log/docker/node2_2026-02-01_04-44-57__7a49726d-aeb8-4cd0-bd46-b0fb056dae9a__wakuorg_nwaku:latest.log
2026-02-01 04:44:58.755 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24324
2026-02-01 04:44:58.755 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-01 04:44:59.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24324/health" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:44:59.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-02-01 04:44:59.761 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-01 04:44:59.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24324/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:44:59.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.12.174/tcp/24325/p2p/16Uiu2HAm4xLxvy2mq1xSaTYj45rXsQceLr1eaqiSH9oY5XWcZQsB","/ip4/172.18.12.174/tcp/24326/ws/p2p/16Uiu2HAm4xLxvy2mq1xSaTYj45rXsQceLr1eaqiSH9oY5XWcZQsB"],"enrUri":"enr:-L24QI17FsMM22Hq1iznjIqdtDGPPOOwynF_4zZZS_C9TAKNDLXtljUlfoH6iIUcHffpSlPIiqhxwkhkh57du67POz4CgmlkgnY0gmlwhKwSDK6KbXVsdGlhZGRyc5YACASsEgyuBl8FAAoErBIMrgZfBt0DgnJzhQADAQAAiXNlY3AyNTZrMaECjZSv7v5x8fn3fyde-AAFs-Mwb_iPCiv7VnkDSmf2G2qDdGNwgl8Fg3VkcIJfB4V3YWt1MhI"}'
2026-02-01 04:44:59.763 INFO [src.node.waku_node] REST service is ready !!
2026-02-01 04:44:59.764 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24324/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.66.202/tcp/36971/p2p/16Uiu2HAm1PQByRfickdPXWGC1itZzhFfxhctpPgvMB1TQgFE6CTK"]'
2026-02-01 04:44:59.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:44:59.794 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-01 04:45:00.795 DEBUG [src.steps.store] Relaying message
2026-02-01 04:45:00.795 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36970/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-01 04:45:00.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:45:00.800 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:45:01.000 DEBUG [src.steps.store] Relaying message
2026-02-01 04:45:01.001 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36970/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-01 04:45:01.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:45:01.005 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:45:01.206 DEBUG [src.steps.store] Relaying message
2026-02-01 04:45:01.206 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36970/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-01 04:45:01.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:45:01.210 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:45:01.411 DEBUG [src.steps.store] Relaying message
2026-02-01 04:45:01.412 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36970/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-01 04:45:01.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:45:01.416 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:45:01.617 DEBUG [src.steps.store] Relaying message
2026-02-01 04:45:01.617 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36970/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-01 04:45:01.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:45:01.622 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:45:01.822 DEBUG [src.steps.store] Relaying message
2026-02-01 04:45:01.823 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36970/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-01 04:45:01.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:45:01.827 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:45:02.028 DEBUG [src.steps.store] Relaying message
2026-02-01 04:45:02.028 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36970/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-01 04:45:02.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:45:02.033 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:45:02.234 DEBUG [src.steps.store] Relaying message
2026-02-01 04:45:02.234 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36970/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-01 04:45:02.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:45:02.239 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:45:02.439 DEBUG [src.steps.store] Relaying message
2026-02-01 04:45:02.440 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36970/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-01 04:45:02.444 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:45:02.444 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:45:02.645 DEBUG [src.steps.store] Relaying message
2026-02-01 04:45:02.645 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36970/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-01 04:45:02.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:45:02.651 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:45:02.851 DEBUG [src.libs.common] Sleeping for 20 seconds
2026-02-01 04:45:22.852 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-02-01 04:45:22.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24324/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:45:22.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x31a8ef239984b54cd30edf8e86f950cb466b3714b0699b1484455bdd51913d19"},{"messageHash":"0x9f026a3f39052bcd367af84bbce2e73cf0be56a2e858e2761db1755781a63976"},{"messageHash":"0xfc50d9d7895e35bedc990eef71e1af953d190bcc5d7c9bc44bcd9562a8cdc76f"},{"messageHash":"0xb6dc0e55a4e41b65b785a55693aff8e0b974f4ea883d1e067a52928626211600"},{"messageHash":"0xc68d301f29885e9f9c828e95ed71b6bb65097e9ed55d1fb76d3fb883ecdf31c5"},{"messageHash":"0xf411ae768fed6db513689af992b7fe01815b84ce01bfb404af7fff0eceffa374"},{"messageHash":"0x16b21c606f857bdb5e67d873ff768393cb4eda69667383d14cb01d04013fe3d0"},{"messageHash":"0x502e5fe57c9f91e4f7ad09d45db81a14609e6a35da9f7fe80909f89f38e19f3b"},{"messageHash":"0xc0cd5276232116b4e8801f86e90de794c8dd303725b280408b5701fc33105e60"},{"messageHash":"0xa5fad6ada998a88ca8688e6e980b901daa952b92342d6e2c340188b20ad51af3"}]}'
2026-02-01 04:45:22.856 DEBUG [src.steps.store] messages length is 10
2026-02-01 04:45:22.858 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-01 04:45:22.859 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-01 04:45:22.859 DEBUG [src.node.waku_node] Stopping container with id 23decfc33fa9
2026-02-01 04:45:23.434 DEBUG [src.node.waku_node] Container stopped.
2026-02-01 04:45:23.435 DEBUG [src.node.waku_node] Stopping container with id 39e5774746ef
2026-02-01 04:45:24.005 DEBUG [src.node.waku_node] Container stopped.
2026-02-01 04:45:24.006 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-01 04:45:24.033 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-01 04:45:24.044 DEBUG [src.node.docker_mananger] No errors found in the waku logs.