78 lines
14 KiB
Plaintext

2026-02-01 04:54:36.659 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-01 04:54:36.659 DEBUG [tests.conftest] Running test: test_store_sync_range_with_jitter_catches_old_messages with id: 2026-02-01_04-54-36__39339d70-0102-4c40-a093-ae9bd51623c1
2026-02-01 04:54:36.660 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-01 04:54:36.668 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-01 04:54:36.668 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-01_04-54-36__39339d70-0102-4c40-a093-ae9bd51623c1__wakuorg_nwaku:latest.log
2026-02-01 04:54:36.677 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-01 04:54:36.678 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-01_04-54-36__39339d70-0102-4c40-a093-ae9bd51623c1__wakuorg_nwaku:latest.log
2026-02-01 04:54:36.685 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-01 04:54:36.685 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-01_04-54-36__39339d70-0102-4c40-a093-ae9bd51623c1__wakuorg_nwaku:latest.log
2026-02-01 04:54:36.686 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-02-01 04:54:36.688 DEBUG [src.node.waku_node] Starting Node...
2026-02-01 04:54:36.689 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-01 04:54:36.691 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-01 04:54:36.691 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.83.222
2026-02-01 04:54:36.691 DEBUG [src.node.docker_mananger] Generated ports ['35593', '35594', '35595', '35596', '35597']
2026-02-01 04:54:36.692 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-01 04:54:36.692 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-01 04:54:36.692 DEBUG [src.node.waku_node] Using volumes []
2026-02-01 04:54:36.692 DEBUG [src.node.docker_mananger] docker run -i -t -p 35593:35593 -p 35594:35594 -p 35595:35595 -p 35596:35596 -p 35597:35597 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=35595 --rest-port=35593 --tcp-port=35594 --discv5-udp-port=35596 --rest-address=0.0.0.0 --nat=extip:172.18.83.222 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=827bbcf23adae1ceb1d55540a50fecbf9a2aa2fa48c27672aca73d1ee64d05fa --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35597 --metrics-logging=true --relay=true --dns-discovery=false
2026-02-01 04:54:36.850 ERROR [src.node.docker_mananger] Max retries reached for container c3e861da57cc. Exiting log stream.
2026-02-01 04:54:36.884 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.83.222 waku a59db0bf4ea2f9b6170a2dc53d159efbd068b87fedb267b796c0c6839ac2aff8
2026-02-01 04:54:36.917 DEBUG [src.node.docker_mananger] Container started with ID a59db0bf4ea2. Setting up logs at ./log/docker/node1_2026-02-01_04-54-36__39339d70-0102-4c40-a093-ae9bd51623c1__wakuorg_nwaku:latest.log
2026-02-01 04:54:36.919 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35593
2026-02-01 04:54:36.920 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-01 04:54:37.582 ERROR [src.node.docker_mananger] Max retries reached for container 1d4425071421. Exiting log stream.
2026-02-01 04:54:37.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35593/health" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:54:37.923 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:54:37.923 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-01 04:54:37.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35593/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:54:37.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.83.222/tcp/35594/p2p/16Uiu2HAmRtm9ikmGJGeSSiNKjG6H1nuN5HCaKp8MpAGbB1hVjogN","/ip4/172.18.83.222/tcp/35595/ws/p2p/16Uiu2HAmRtm9ikmGJGeSSiNKjG6H1nuN5HCaKp8MpAGbB1hVjogN"],"enrUri":"enr:-L24QGhQInajbj2CdaqCFVZsjZR9O2nxEA3YljUFuk4Zm0vxGjP747M8PqmmzJcy26YbhXj8x0PJdASyYEbZWw-zDW0CgmlkgnY0gmlwhKwSU96KbXVsdGlhZGRyc5YACASsElPeBosKAAoErBJT3gaLC90DgnJzhQADAQAAiXNlY3AyNTZrMaEDxK8i_a7JEJZxWUU5MgvVMPuutkRRgzZl3LzJoeYha7ODdGNwgosKg3VkcIKLDIV3YWt1MhM"}'
2026-02-01 04:54:37.926 INFO [src.node.waku_node] REST service is ready !!
2026-02-01 04:54:37.927 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35593/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-02-01 04:54:37.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:54:37.940 DEBUG [src.steps.store] Relaying message
2026-02-01 04:54:37.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35593/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:54:37.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:54:37.944 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:54:38.144 DEBUG [src.steps.store] Relaying message
2026-02-01 04:54:38.145 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35593/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:54:38.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:54:38.149 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:54:38.349 DEBUG [src.steps.store] Relaying message
2026-02-01 04:54:38.349 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35593/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:54:38.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:54:38.354 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:55:03.554 DEBUG [src.node.waku_node] Starting Node...
2026-02-01 04:55:03.554 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-01 04:55:03.556 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-01 04:55:03.556 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.160.78
2026-02-01 04:55:03.556 DEBUG [src.node.docker_mananger] Generated ports ['41061', '41062', '41063', '41064', '41065']
2026-02-01 04:55:03.557 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-01 04:55:03.557 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-01 04:55:03.557 DEBUG [src.node.waku_node] Using volumes []
2026-02-01 04:55:03.557 DEBUG [src.node.docker_mananger] docker run -i -t -p 41061:41061 -p 41062:41062 -p 41063:41063 -p 41064:41064 -p 41065:41065 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=41063 --rest-port=41061 --tcp-port=41062 --discv5-udp-port=41064 --rest-address=0.0.0.0 --nat=extip:172.18.160.78 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=70af9cbeb7aebceecd3fce2906ac3aace5ce3fbc0ea61412c9e95867bf893fa2 --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=41065 --metrics-logging=true --store-sync-relay-jitter=25 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QGhQInajbj2CdaqCFVZsjZR9O2nxEA3YljUFuk4Zm0vxGjP747M8PqmmzJcy26YbhXj8x0PJdASyYEbZWw-zDW0CgmlkgnY0gmlwhKwSU96KbXVsdGlhZGRyc5YACASsElPeBosKAAoErBJT3gaLC90DgnJzhQADAQAAiXNlY3AyNTZrMaEDxK8i_a7JEJZxWUU5MgvVMPuutkRRgzZl3LzJoeYha7ODdGNwgosKg3VkcIKLDIV3YWt1MhM
2026-02-01 04:55:03.755 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.160.78 waku 866fe8a1c8a801960c55068f391827c8f3bd4f46de6268507d5cfdb109eb5d95
2026-02-01 04:55:03.785 DEBUG [src.node.docker_mananger] Container started with ID 866fe8a1c8a8. Setting up logs at ./log/docker/node2_2026-02-01_04-54-36__39339d70-0102-4c40-a093-ae9bd51623c1__wakuorg_nwaku:latest.log
2026-02-01 04:55:03.786 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41061
2026-02-01 04:55:03.787 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-01 04:55:04.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41061/health" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:55:04.791 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:55:04.791 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-01 04:55:04.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41061/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:55:04.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.160.78/tcp/41062/p2p/16Uiu2HAmQBoNQ1qBvCb2VnfmY5Yc4xd9KjcM5rrcazVVyvuw9Pfi","/ip4/172.18.160.78/tcp/41063/ws/p2p/16Uiu2HAmQBoNQ1qBvCb2VnfmY5Yc4xd9KjcM5rrcazVVyvuw9Pfi"],"enrUri":"enr:-L24QJDlIFjlJUuLPn0Ujk9eEZAn5WHNKgE5ViyJbb4AVp4HQZoprCugLr6sxgLKinIhhmV9R6yGCCzM-OU5JF9N5QYCgmlkgnY0gmlwhKwSoE6KbXVsdGlhZGRyc5YACASsEqBOBqBmAAoErBKgTgagZ90DgnJzhQADAQAAiXNlY3AyNTZrMaEDq1UlJwewYggctadbMRDG-9Li0W69g8-8nC4u64RnSD2DdGNwgqBmg3VkcIKgaIV3YWt1MhI"}'
2026-02-01 04:55:04.794 INFO [src.node.waku_node] REST service is ready !!
2026-02-01 04:55:04.795 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41061/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.83.222/tcp/35594/p2p/16Uiu2HAmRtm9ikmGJGeSSiNKjG6H1nuN5HCaKp8MpAGbB1hVjogN"]'
2026-02-01 04:55:04.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:55:14.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41061/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:55:14.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x54e076f685d30f5bad85febb045f3d9702c24ee9d5302eeb054ff05797aeb009"},{"messageHash":"0xc2be3718e6c9d8c0702a316e84b6638121bd342e3831e162231f87793d43d708"},{"messageHash":"0x3b2fef716f1735b8eaa7bee66a03ad21722b064a7ac0a2e2f54ac278398f667a"}]}'
2026-02-01 04:55:14.832 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-01 04:55:14.833 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-01 04:55:14.833 DEBUG [src.node.waku_node] Stopping container with id a59db0bf4ea2
2026-02-01 04:55:15.368 DEBUG [src.node.waku_node] Container stopped.
2026-02-01 04:55:15.370 DEBUG [src.node.waku_node] Stopping container with id 866fe8a1c8a8
2026-02-01 04:55:15.954 DEBUG [src.node.waku_node] Container stopped.
2026-02-01 04:55:15.955 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-01 04:55:15.977 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-01 04:55:15.986 DEBUG [src.node.docker_mananger] No errors found in the waku logs.