78 lines
14 KiB
Plaintext

2026-03-13 04:45:34.585 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-13 04:45:34.586 DEBUG [tests.conftest] Running test: test_store_sync_range_with_jitter_catches_old_messages with id: 2026-03-13_04-45-34__9eabfc01-d3e8-4ab8-8f24-83b53132fb24
2026-03-13 04:45:34.586 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-13 04:45:34.593 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-13 04:45:34.593 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-13_04-45-34__9eabfc01-d3e8-4ab8-8f24-83b53132fb24__wakuorg_nwaku:latest.log
2026-03-13 04:45:34.599 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-13 04:45:34.599 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-13_04-45-34__9eabfc01-d3e8-4ab8-8f24-83b53132fb24__wakuorg_nwaku:latest.log
2026-03-13 04:45:34.605 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-13 04:45:34.605 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-13_04-45-34__9eabfc01-d3e8-4ab8-8f24-83b53132fb24__wakuorg_nwaku:latest.log
2026-03-13 04:45:34.605 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-13 04:45:34.606 DEBUG [src.node.waku_node] Starting Node...
2026-03-13 04:45:34.606 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-13 04:45:34.607 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-13 04:45:34.607 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.29.177
2026-03-13 04:45:34.608 DEBUG [src.node.docker_mananger] Generated ports ['11266', '11267', '11268', '11269', '11270']
2026-03-13 04:45:34.608 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-13 04:45:34.608 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-13 04:45:34.608 DEBUG [src.node.waku_node] Using volumes []
2026-03-13 04:45:34.608 DEBUG [src.node.docker_mananger] docker run -i -t -p 11266:11266 -p 11267:11267 -p 11268:11268 -p 11269:11269 -p 11270:11270 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=11268 --rest-port=11266 --tcp-port=11267 --discv5-udp-port=11269 --rest-address=0.0.0.0 --nat=extip:172.18.29.177 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d37cb9bb0cb97ae27cc6b4cbbbdaeea2f6d03da6ba71f701b0cb7de8ece6baba --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11270 --metrics-logging=true --relay=true --dns-discovery=false
2026-03-13 04:45:34.785 ERROR [src.node.docker_mananger] Max retries reached for container 91a5e4f4b702. Exiting log stream.
2026-03-13 04:45:34.810 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.29.177 waku 82d0493e4133e5ea18b5a17114852ec323fcb9888e1ce15fe9adeff39598334d
2026-03-13 04:45:34.847 DEBUG [src.node.docker_mananger] Container started with ID 82d0493e4133. Setting up logs at ./log/docker/node1_2026-03-13_04-45-34__9eabfc01-d3e8-4ab8-8f24-83b53132fb24__wakuorg_nwaku:latest.log
2026-03-13 04:45:34.848 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11266
2026-03-13 04:45:34.848 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-13 04:45:35.070 ERROR [src.node.docker_mananger] Max retries reached for container aa9e9d07c539. Exiting log stream.
2026-03-13 04:45:35.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11266/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:45:35.852 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-13 04:45:35.852 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-13 04:45:35.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11266/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:45:35.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.29.177/tcp/11267/p2p/16Uiu2HAmQntdaQ5AMtnuDGgfrmCDy94K7CB8XzvzLHPLFzinpJFa","/ip4/172.18.29.177/tcp/11268/ws/p2p/16Uiu2HAmQntdaQ5AMtnuDGgfrmCDy94K7CB8XzvzLHPLFzinpJFa"],"enrUri":"enr:-L24QNVU1jabOjLvn6DDCKjPussR2anfq9agfppa4ztisdGvG4Byr93UfjOPByXBdXOSskE9KLCgLZlXSqkeEbihLXMCgmlkgnY0gmlwhKwSHbGKbXVsdGlhZGRyc5YACASsEh2xBiwDAAoErBIdsQYsBN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtFJsQZfj1psXgDMctyYz4xxIPsNr8wXxmZGMiNoIQLmDdGNwgiwDg3VkcIIsBYV3YWt1MhM"}'
2026-03-13 04:45:35.855 INFO [src.node.waku_node] REST service is ready !!
2026-03-13 04:45:35.855 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11266/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-03-13 04:45:35.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:45:35.870 DEBUG [src.steps.store] Relaying message
2026-03-13 04:45:35.871 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11266/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-13 04:45:35.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:45:35.875 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-13 04:45:36.076 DEBUG [src.steps.store] Relaying message
2026-03-13 04:45:36.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11266/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-13 04:45:36.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:45:36.080 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-13 04:45:36.280 DEBUG [src.steps.store] Relaying message
2026-03-13 04:45:36.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11266/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-13 04:45:36.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:45:36.286 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-13 04:46:01.486 DEBUG [src.node.waku_node] Starting Node...
2026-03-13 04:46:01.486 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-13 04:46:01.488 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-13 04:46:01.488 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.210.177
2026-03-13 04:46:01.488 DEBUG [src.node.docker_mananger] Generated ports ['43615', '43616', '43617', '43618', '43619']
2026-03-13 04:46:01.489 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-13 04:46:01.489 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-13 04:46:01.489 DEBUG [src.node.waku_node] Using volumes []
2026-03-13 04:46:01.489 DEBUG [src.node.docker_mananger] docker run -i -t -p 43615:43615 -p 43616:43616 -p 43617:43617 -p 43618:43618 -p 43619:43619 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=43617 --rest-port=43615 --tcp-port=43616 --discv5-udp-port=43618 --rest-address=0.0.0.0 --nat=extip:172.18.210.177 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=acb71ea7897fcf92e0a0f382b4ebda1eb20daabe029ba5aac407da0d1ddcb40f --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=43619 --metrics-logging=true --store-sync-relay-jitter=25 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QNVU1jabOjLvn6DDCKjPussR2anfq9agfppa4ztisdGvG4Byr93UfjOPByXBdXOSskE9KLCgLZlXSqkeEbihLXMCgmlkgnY0gmlwhKwSHbGKbXVsdGlhZGRyc5YACASsEh2xBiwDAAoErBIdsQYsBN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtFJsQZfj1psXgDMctyYz4xxIPsNr8wXxmZGMiNoIQLmDdGNwgiwDg3VkcIIsBYV3YWt1MhM
2026-03-13 04:46:01.683 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.210.177 waku 9e127f8cd1db9a1e611a9c273393dd15422402ccb365792f689f1e17236d6f6d
2026-03-13 04:46:01.722 DEBUG [src.node.docker_mananger] Container started with ID 9e127f8cd1db. Setting up logs at ./log/docker/node2_2026-03-13_04-45-34__9eabfc01-d3e8-4ab8-8f24-83b53132fb24__wakuorg_nwaku:latest.log
2026-03-13 04:46:01.723 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43615
2026-03-13 04:46:01.723 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-13 04:46:02.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43615/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:46:02.726 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-13 04:46:02.726 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-13 04:46:02.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43615/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:46:02.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.210.177/tcp/43616/p2p/16Uiu2HAm5oZCVGQidrGTsqyvJcMafmS46TwaFpyfDySzjcjkxgsm","/ip4/172.18.210.177/tcp/43617/ws/p2p/16Uiu2HAm5oZCVGQidrGTsqyvJcMafmS46TwaFpyfDySzjcjkxgsm"],"enrUri":"enr:-L24QMoJmb11vJlQR_iECgVUl45JYu1FtblGsfGqJjVMruPhdoNm0-5N3alxsTECFG7Q9y_cWbCl90XFCjxbVWYKcc8CgmlkgnY0gmlwhKwS0rGKbXVsdGlhZGRyc5YACASsEtKxBqpgAAoErBLSsQaqYd0DgnJzhQADAQAAiXNlY3AyNTZrMaECmi_6yEeBZhVXm2NV1b1wqb2S4nWOOeQj3e1vGP-Jf0SDdGNwgqpgg3VkcIKqYoV3YWt1MhI"}'
2026-03-13 04:46:02.729 INFO [src.node.waku_node] REST service is ready !!
2026-03-13 04:46:02.729 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43615/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.29.177/tcp/11267/p2p/16Uiu2HAmQntdaQ5AMtnuDGgfrmCDy94K7CB8XzvzLHPLFzinpJFa"]'
2026-03-13 04:46:02.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:46:12.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43615/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:46:12.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x7707cac3b8ae87a84058261c0ac3e5c551a703e9b221e2ac99b6418741b20524"},{"messageHash":"0xa09bb0edacc98c660b53aee50ca56ffab3006e670e255269ed5273a0ca0760a2"},{"messageHash":"0x4868254fe3660c0e9e335e8e792d2f4fc399c7a7856bffb4f5df2e8ff2714d5f"}]}'
2026-03-13 04:46:12.772 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-13 04:46:12.773 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-13 04:46:12.773 DEBUG [src.node.waku_node] Stopping container with id 82d0493e4133
2026-03-13 04:46:13.317 DEBUG [src.node.waku_node] Container stopped.
2026-03-13 04:46:13.319 DEBUG [src.node.waku_node] Stopping container with id 9e127f8cd1db
2026-03-13 04:46:13.845 DEBUG [src.node.waku_node] Container stopped.
2026-03-13 04:46:13.848 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-13 04:46:13.858 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-13 04:46:13.866 DEBUG [src.node.docker_mananger] No errors found in the waku logs.