78 lines
13 KiB
Plaintext

2026-03-11 04:38:00.668 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-11 04:38:00.668 DEBUG [tests.conftest] Running test: test_store_sync_range_with_zero_jitter with id: 2026-03-11_04-38-00__dbee8d03-efef-4a3b-9e88-173433ae980d
2026-03-11 04:38:00.669 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-11 04:38:00.675 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-11 04:38:00.676 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-11_04-38-00__dbee8d03-efef-4a3b-9e88-173433ae980d__wakuorg_nwaku:latest.log
2026-03-11 04:38:00.682 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-11 04:38:00.682 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-11_04-38-00__dbee8d03-efef-4a3b-9e88-173433ae980d__wakuorg_nwaku:latest.log
2026-03-11 04:38:00.687 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-11 04:38:00.688 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-11_04-38-00__dbee8d03-efef-4a3b-9e88-173433ae980d__wakuorg_nwaku:latest.log
2026-03-11 04:38:00.688 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-11 04:38:00.689 DEBUG [src.node.waku_node] Starting Node...
2026-03-11 04:38:00.689 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-11 04:38:00.690 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-11 04:38:00.690 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.32.231
2026-03-11 04:38:00.691 DEBUG [src.node.docker_mananger] Generated ports ['42499', '42500', '42501', '42502', '42503']
2026-03-11 04:38:00.691 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-11 04:38:00.691 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-11 04:38:00.691 DEBUG [src.node.waku_node] Using volumes []
2026-03-11 04:38:00.691 DEBUG [src.node.docker_mananger] docker run -i -t -p 42499:42499 -p 42500:42500 -p 42501:42501 -p 42502:42502 -p 42503:42503 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=42501 --rest-port=42499 --tcp-port=42500 --discv5-udp-port=42502 --rest-address=0.0.0.0 --nat=extip:172.18.32.231 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3f9e472094a3bbea6b2f5e8c126cccb52dc51b48dea0d95131eb0e0faee44a21 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42503 --metrics-logging=true --relay=true --dns-discovery=false
2026-03-11 04:38:00.886 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.32.231 waku d883fca2b9e6f2881c921d3a36e6510b2f424e21c250f9020fe43e2ac832d418
2026-03-11 04:38:00.912 ERROR [src.node.docker_mananger] Max retries reached for container 3f7bf6ca7971. Exiting log stream.
2026-03-11 04:38:00.921 DEBUG [src.node.docker_mananger] Container started with ID d883fca2b9e6. Setting up logs at ./log/docker/node1_2026-03-11_04-38-00__dbee8d03-efef-4a3b-9e88-173433ae980d__wakuorg_nwaku:latest.log
2026-03-11 04:38:00.922 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42499
2026-03-11 04:38:00.923 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-11 04:38:01.446 ERROR [src.node.docker_mananger] Max retries reached for container 0c1105d1287d. Exiting log stream.
2026-03-11 04:38:01.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42499/health" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:38:01.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-11 04:38:01.927 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-11 04:38:01.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42499/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:38:01.930 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.32.231/tcp/42500/p2p/16Uiu2HAkxD9MLruhZeYQQXCua46D8m6ExGuFvcdHqKBHXivc3V71","/ip4/172.18.32.231/tcp/42501/ws/p2p/16Uiu2HAkxD9MLruhZeYQQXCua46D8m6ExGuFvcdHqKBHXivc3V71"],"enrUri":"enr:-L24QGMaJz--ui7Gp3FRYnl3Ppq1jhz7Orcvcr4M0OCnP-apSmDK-riWoBVhLFZciWc9lFNiUaPdyRH8-cDn1Ekwu70CgmlkgnY0gmlwhKwSIOeKbXVsdGlhZGRyc5YACASsEiDnBqYEAAoErBIg5wamBd0DgnJzhQADAQAAiXNlY3AyNTZrMaECKV11mSHElkpuPJrUTbp70SYwVHAAttNVeo4mWp0J4CyDdGNwgqYEg3VkcIKmBoV3YWt1MhM"}'
2026-03-11 04:38:01.930 INFO [src.node.waku_node] REST service is ready !!
2026-03-11 04:38:01.930 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42499/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-03-11 04:38:01.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:38:01.946 DEBUG [src.steps.store] Relaying message
2026-03-11 04:38:01.946 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42499/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-03-11 04:38:01.950 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:38:01.950 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-11 04:38:02.151 DEBUG [src.steps.store] Relaying message
2026-03-11 04:38:02.151 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42499/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-03-11 04:38:02.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:38:02.156 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-11 04:38:02.356 DEBUG [src.steps.store] Relaying message
2026-03-11 04:38:02.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42499/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-03-11 04:38:02.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:38:02.361 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-11 04:38:27.562 DEBUG [src.node.waku_node] Starting Node...
2026-03-11 04:38:27.562 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-11 04:38:27.564 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-11 04:38:27.564 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.80.139
2026-03-11 04:38:27.564 DEBUG [src.node.docker_mananger] Generated ports ['21565', '21566', '21567', '21568', '21569']
2026-03-11 04:38:27.564 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-11 04:38:27.565 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-11 04:38:27.565 DEBUG [src.node.waku_node] Using volumes []
2026-03-11 04:38:27.565 DEBUG [src.node.docker_mananger] docker run -i -t -p 21565:21565 -p 21566:21566 -p 21567:21567 -p 21568:21568 -p 21569:21569 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=21567 --rest-port=21565 --tcp-port=21566 --discv5-udp-port=21568 --rest-address=0.0.0.0 --nat=extip:172.18.80.139 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=198ca1b46e0f16aaec06ac0bd9b3a16778defffb55a1baeb950ced3c87ac55f8 --store-sync=true --store=true --store-sync-range=20 --store-sync-interval=5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21569 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QGMaJz--ui7Gp3FRYnl3Ppq1jhz7Orcvcr4M0OCnP-apSmDK-riWoBVhLFZciWc9lFNiUaPdyRH8-cDn1Ekwu70CgmlkgnY0gmlwhKwSIOeKbXVsdGlhZGRyc5YACASsEiDnBqYEAAoErBIg5wamBd0DgnJzhQADAQAAiXNlY3AyNTZrMaECKV11mSHElkpuPJrUTbp70SYwVHAAttNVeo4mWp0J4CyDdGNwgqYEg3VkcIKmBoV3YWt1MhM
2026-03-11 04:38:27.760 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.80.139 waku 4de6c438628bfd8499e14d7e96be31d8c131156bb6e593c93761d168386d1db6
2026-03-11 04:38:27.794 DEBUG [src.node.docker_mananger] Container started with ID 4de6c438628b. Setting up logs at ./log/docker/node2_2026-03-11_04-38-00__dbee8d03-efef-4a3b-9e88-173433ae980d__wakuorg_nwaku:latest.log
2026-03-11 04:38:27.795 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21565
2026-03-11 04:38:27.795 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-11 04:38:28.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21565/health" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:38:28.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-11 04:38:28.799 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-11 04:38:28.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21565/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:38:28.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.80.139/tcp/21566/p2p/16Uiu2HAmQJXDvhyk1o3eVyyb1hn1bSU1mdpFagJv84UpSBQRxars","/ip4/172.18.80.139/tcp/21567/ws/p2p/16Uiu2HAmQJXDvhyk1o3eVyyb1hn1bSU1mdpFagJv84UpSBQRxars"],"enrUri":"enr:-L24QN8OvyQY3rNuWHTIypnINyvF4KYJVDG1tZ3rfa2w4UdSJOtJ4vMf5l_s3yYaPDAw6lzlPYnRuEoyNjWo0ZOfhakCgmlkgnY0gmlwhKwSUIuKbXVsdGlhZGRyc5YACASsElCLBlQ-AAoErBJQiwZUP90DgnJzhQADAQAAiXNlY3AyNTZrMaEDrQ30UzjWE9fwCZp8CodsPDrUgMZCB1bAAZ0RCub_TGiDdGNwglQ-g3VkcIJUQIV3YWt1MhI"}'
2026-03-11 04:38:28.801 INFO [src.node.waku_node] REST service is ready !!
2026-03-11 04:38:28.802 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21565/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.32.231/tcp/42500/p2p/16Uiu2HAkxD9MLruhZeYQQXCua46D8m6ExGuFvcdHqKBHXivc3V71"]'
2026-03-11 04:38:28.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:38:38.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21565/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:38:38.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
2026-03-11 04:38:38.847 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-11 04:38:38.848 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-11 04:38:38.848 DEBUG [src.node.waku_node] Stopping container with id d883fca2b9e6
2026-03-11 04:38:39.425 DEBUG [src.node.waku_node] Container stopped.
2026-03-11 04:38:39.426 DEBUG [src.node.waku_node] Stopping container with id 4de6c438628b
2026-03-11 04:38:40.000 DEBUG [src.node.waku_node] Container stopped.
2026-03-11 04:38:40.004 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-11 04:38:40.014 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-11 04:38:40.021 DEBUG [src.node.docker_mananger] No errors found in the waku logs.