78 lines
14 KiB
Plaintext

2025-12-08 12:14:13.070 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-08 12:14:13.070 DEBUG [tests.conftest] Running test: test_store_sync_range_with_jitter_catches_old_messages with id: 2025-12-08_12-14-13__a5d74f6d-7ee5-4a24-a058-16fd88095fa7
2025-12-08 12:14:13.070 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-08 12:14:13.077 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:14:13.077 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-08_12-14-13__a5d74f6d-7ee5-4a24-a058-16fd88095fa7__wakuorg_nwaku:latest.log
2025-12-08 12:14:13.082 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:14:13.082 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-08_12-14-13__a5d74f6d-7ee5-4a24-a058-16fd88095fa7__wakuorg_nwaku:latest.log
2025-12-08 12:14:13.088 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:14:13.088 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-08_12-14-13__a5d74f6d-7ee5-4a24-a058-16fd88095fa7__wakuorg_nwaku:latest.log
2025-12-08 12:14:13.088 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-08 12:14:13.089 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:14:13.089 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:14:13.090 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 12:14:13.090 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.195.57
2025-12-08 12:14:13.091 DEBUG [src.node.docker_mananger] Generated ports ['41067', '41068', '41069', '41070', '41071']
2025-12-08 12:14:13.091 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:14:13.091 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:14:13.091 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:14:13.091 DEBUG [src.node.docker_mananger] docker run -i -t -p 41067:41067 -p 41068:41068 -p 41069:41069 -p 41070:41070 -p 41071:41071 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=41069 --rest-port=41067 --tcp-port=41068 --discv5-udp-port=41070 --rest-address=0.0.0.0 --nat=extip:172.18.195.57 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9aa164eb4de9ba9f4ff778f8cedddd90b4aa48825987de1b6e835d4cecae53c0 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41071 --metrics-logging=true --relay=true --dns-discovery=false
2025-12-08 12:14:13.150 ERROR [src.node.docker_mananger] Max retries reached for container a91b7b66d33b. Exiting log stream.
2025-12-08 12:14:13.236 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.195.57 waku 371b73129838092c57e7fc5562805fbf0abd1d4a8f872bbdea8aef6b09e91c2e
2025-12-08 12:14:13.262 DEBUG [src.node.docker_mananger] Container started with ID 371b73129838. Setting up logs at ./log/docker/node1_2025-12-08_12-14-13__a5d74f6d-7ee5-4a24-a058-16fd88095fa7__wakuorg_nwaku:latest.log
2025-12-08 12:14:13.263 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41067
2025-12-08 12:14:13.264 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:14:13.556 ERROR [src.node.docker_mananger] Max retries reached for container c3eefd5a10d0. Exiting log stream.
2025-12-08 12:14:14.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41067/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:14:14.267 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"}]}'
2025-12-08 12:14:14.268 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:14:14.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41067/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:14:14.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.195.57/tcp/41068/p2p/16Uiu2HAmRicHjTTkDikSU6njeHkQ9QHD2E3So6CPCL3U7mbtt7B3","/ip4/172.18.195.57/tcp/41069/ws/p2p/16Uiu2HAmRicHjTTkDikSU6njeHkQ9QHD2E3So6CPCL3U7mbtt7B3"],"enrUri":"enr:-L24QOzcjOLBf6DCezmz_TdZGF7NxWw_wA0RVsM5DTcVe5d4Fcwlo23FdpJRlF0Pcxhhurco9X48EDFiqA8lxugz2F4CgmlkgnY0gmlwhKwSwzmKbXVsdGlhZGRyc5YACASsEsM5BqBsAAoErBLDOQagbd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwhVO9ur3v7HhzgO3ZKeB48JoCIsr0wDSVVdotg0CpYaDdGNwgqBsg3VkcIKgboV3YWt1MhM"}'
2025-12-08 12:14:14.270 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:14:14.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41067/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-08 12:14:14.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:14:14.282 DEBUG [src.steps.store] Relaying message
2025-12-08 12:14:14.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41067/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)'}'
2025-12-08 12:14:14.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:14:14.285 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:14:14.486 DEBUG [src.steps.store] Relaying message
2025-12-08 12:14:14.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41067/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)'}'
2025-12-08 12:14:14.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:14:14.491 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:14:14.691 DEBUG [src.steps.store] Relaying message
2025-12-08 12:14:14.691 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41067/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)'}'
2025-12-08 12:14:14.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:14:14.695 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:14:39.896 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:14:39.896 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:14:39.898 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 12:14:39.898 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.217.70
2025-12-08 12:14:39.898 DEBUG [src.node.docker_mananger] Generated ports ['54081', '54082', '54083', '54084', '54085']
2025-12-08 12:14:39.898 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:14:39.898 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:14:39.898 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:14:39.898 DEBUG [src.node.docker_mananger] docker run -i -t -p 54081:54081 -p 54082:54082 -p 54083:54083 -p 54084:54084 -p 54085:54085 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=54083 --rest-port=54081 --tcp-port=54082 --discv5-udp-port=54084 --rest-address=0.0.0.0 --nat=extip:172.18.217.70 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=370d7a17b870defba7b85147b45f45065ab6d47bbb4a0943dcaec93357373c6c --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=54085 --metrics-logging=true --store-sync-relay-jitter=25 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QOzcjOLBf6DCezmz_TdZGF7NxWw_wA0RVsM5DTcVe5d4Fcwlo23FdpJRlF0Pcxhhurco9X48EDFiqA8lxugz2F4CgmlkgnY0gmlwhKwSwzmKbXVsdGlhZGRyc5YACASsEsM5BqBsAAoErBLDOQagbd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwhVO9ur3v7HhzgO3ZKeB48JoCIsr0wDSVVdotg0CpYaDdGNwgqBsg3VkcIKgboV3YWt1MhM
2025-12-08 12:14:40.051 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.217.70 waku b07eff61dd14faf980770e9bf6e21523eb7f580f1bcac48bf7fc112302a98df2
2025-12-08 12:14:40.077 DEBUG [src.node.docker_mananger] Container started with ID b07eff61dd14. Setting up logs at ./log/docker/node2_2025-12-08_12-14-13__a5d74f6d-7ee5-4a24-a058-16fd88095fa7__wakuorg_nwaku:latest.log
2025-12-08 12:14:40.078 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54081
2025-12-08 12:14:40.078 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:14:41.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54081/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:14:41.082 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"}]}'
2025-12-08 12:14:41.082 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:14:41.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54081/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:14:41.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.217.70/tcp/54082/p2p/16Uiu2HAm4xWybuYwGYDWXq6YquULPFYoo7N6bgcTo2vR6L46Vw9C","/ip4/172.18.217.70/tcp/54083/ws/p2p/16Uiu2HAm4xWybuYwGYDWXq6YquULPFYoo7N6bgcTo2vR6L46Vw9C"],"enrUri":"enr:-L24QDX3v2UtaOTwctTEFvxD82xbK3h8ffmUJd7VthovLEuZNiNfg3CwmK9dK2mrON_dHE7IRYcQ2_kkGSGm0waiW7ECgmlkgnY0gmlwhKwS2UaKbXVsdGlhZGRyc5YACASsEtlGBtNCAAoErBLZRgbTQ90DgnJzhQADAQAAiXNlY3AyNTZrMaECjaAB4qyNUSdCvZMpJF3YCUMOv4DFfoTVNQCootXov0ODdGNwgtNCg3VkcILTRIV3YWt1MhI"}'
2025-12-08 12:14:41.084 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:14:41.085 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54081/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.195.57/tcp/41068/p2p/16Uiu2HAmRicHjTTkDikSU6njeHkQ9QHD2E3So6CPCL3U7mbtt7B3"]'
2025-12-08 12:14:41.111 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:14:51.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54081/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:14:51.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8d74d06b9d6a1b2b3fcef2b2d739e8fc4d4a8213858fcc32239ebc302b7a633d"},{"messageHash":"0xa530ff0872306fed02d4093bf568ae07e170dc6ec96d5abd2e98367880679dd9"},{"messageHash":"0x7c6309796798a6c8c36e1e84f715c94bea28e2795ea8f58f272f98c9126d6d3a"}]}'
2025-12-08 12:14:51.119 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-08 12:14:51.120 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-08 12:14:51.120 DEBUG [src.node.waku_node] Stopping container with id 371b73129838
2025-12-08 12:14:51.602 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:14:51.603 DEBUG [src.node.waku_node] Stopping container with id b07eff61dd14
2025-12-08 12:14:52.108 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:14:52.109 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-08 12:14:52.120 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-08 12:14:52.129 DEBUG [src.node.docker_mananger] No errors found in the waku logs.