110 lines
18 KiB
Plaintext

2026-04-23 05:17:10.804 DEBUG [tests.conftest] Running fixture setup: test_id
2026-04-23 05:17:10.805 DEBUG [tests.conftest] Running test: test_sync_flags_node2_start_later with id: 2026-04-23_05-17-10__c6d41456-b732-41ad-a5c9-e5058311e8f9
2026-04-23 05:17:10.805 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-04-23 05:17:10.812 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-23 05:17:10.812 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-23_05-17-10__c6d41456-b732-41ad-a5c9-e5058311e8f9__wakuorg_nwaku:latest.log
2026-04-23 05:17:10.819 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-23 05:17:10.819 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-23_05-17-10__c6d41456-b732-41ad-a5c9-e5058311e8f9__wakuorg_nwaku:latest.log
2026-04-23 05:17:10.825 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-23 05:17:10.825 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-04-23_05-17-10__c6d41456-b732-41ad-a5c9-e5058311e8f9__wakuorg_nwaku:latest.log
2026-04-23 05:17:10.825 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-04-23 05:17:10.826 DEBUG [src.node.waku_node] Starting Node...
2026-04-23 05:17:10.826 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-04-23 05:17:10.828 DEBUG [src.node.docker_mananger] Network waku already exists
2026-04-23 05:17:10.828 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.165.229
2026-04-23 05:17:10.828 DEBUG [src.node.docker_mananger] Generated ports ['40822', '40823', '40824', '40825', '40826']
2026-04-23 05:17:10.828 DEBUG [src.node.waku_node] RLN credentials were not set
2026-04-23 05:17:10.828 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-04-23 05:17:10.829 DEBUG [src.node.waku_node] Using volumes []
2026-04-23 05:17:10.829 DEBUG [src.node.docker_mananger] docker run -i -t -p 40822:40822 -p 40823:40823 -p 40824:40824 -p 40825:40825 -p 40826:40826 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=40824 --rest-port=40822 --tcp-port=40823 --discv5-udp-port=40825 --rest-address=0.0.0.0 --nat=extip:172.18.165.229 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=ead90ab86f59ef6ded3bfe171df5cecbeac2c3b6dca3cc6e72bbb11ca79e30db --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=40826 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true
2026-04-23 05:17:11.016 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.165.229 waku 575a41718526dfe341b3889b86516e4de929cc70954ac3fbf2fa52877e4f3bbf
2026-04-23 05:17:11.055 DEBUG [src.node.docker_mananger] Container started with ID 575a41718526. Setting up logs at ./log/docker/node1_2026-04-23_05-17-10__c6d41456-b732-41ad-a5c9-e5058311e8f9__wakuorg_nwaku:latest.log
2026-04-23 05:17:11.055 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40822
2026-04-23 05:17:11.056 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-23 05:17:11.103 ERROR [src.node.docker_mananger] Max retries reached for container 9692f499dafb. Exiting log stream.
2026-04-23 05:17:11.570 ERROR [src.node.docker_mananger] Max retries reached for container 8a44299b2cfc. Exiting log stream.
2026-04-23 05:17:12.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40822/health" -H "Content-Type: application/json" -d 'None'
2026-04-23 05:17:12.060 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-04-23 05:17:12.060 INFO [src.node.waku_node] Node protocols are initialized !!
2026-04-23 05:17:12.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40822/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-04-23 05:17:12.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.165.229/tcp/40823/p2p/16Uiu2HAm7X2w8UdH1T1yDiPhE2EXTnb3MLH9TBSSDkJ2zt4MQUbG","/ip4/172.18.165.229/tcp/40824/ws/p2p/16Uiu2HAm7X2w8UdH1T1yDiPhE2EXTnb3MLH9TBSSDkJ2zt4MQUbG"],"enrUri":"enr:-L24QE3rc_aeA1RMZCirC9XXbyA5A_jGMfUiKcgBtiWCyVd7IU93oGncsHwX5KGo5F9OUsT0VrHIKOS7TgepT4lVVbMCgmlkgnY0gmlwhKwSpeWKbXVsdGlhZGRyc5YACASsEqXlBp93AAoErBKl5QafeN0DgnJzhQDGAQAAiXNlY3AyNTZrMaECs6vXCrAoORcHj5OfO0QIxufNk5_cUOz9C3tRrJcWdoeDdGNwgp93g3VkcIKfeYV3YWt1MhM"}'
2026-04-23 05:17:12.063 INFO [src.node.waku_node] REST service is ready !!
2026-04-23 05:17:12.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40822/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/0"]'
2026-04-23 05:17:12.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 05:17:12.066 DEBUG [src.steps.store] Relaying message
2026-04-23 05:17:12.066 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40822/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 05:17:12.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 05:17:12.070 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-04-23 05:17:12.271 DEBUG [src.steps.store] Relaying message
2026-04-23 05:17:12.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40822/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 05:17:12.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 05:17:12.275 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-04-23 05:17:12.476 DEBUG [src.steps.store] Relaying message
2026-04-23 05:17:12.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40822/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 05:17:12.481 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 05:17:12.481 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-04-23 05:17:12.682 DEBUG [src.steps.store] Relaying message
2026-04-23 05:17:12.682 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40822/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 05:17:12.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 05:17:12.686 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-04-23 05:17:12.887 DEBUG [src.steps.store] Relaying message
2026-04-23 05:17:12.887 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40822/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 05:17:12.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 05:17:12.891 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-04-23 05:17:13.092 DEBUG [src.steps.store] Relaying message
2026-04-23 05:17:13.092 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40822/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 05:17:13.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 05:17:13.097 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-04-23 05:17:13.297 DEBUG [src.steps.store] Relaying message
2026-04-23 05:17:13.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40822/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 05:17:13.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 05:17:13.302 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-04-23 05:17:13.503 DEBUG [src.steps.store] Relaying message
2026-04-23 05:17:13.503 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40822/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 05:17:13.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 05:17:13.508 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-04-23 05:17:13.708 DEBUG [src.steps.store] Relaying message
2026-04-23 05:17:13.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40822/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 05:17:13.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 05:17:13.713 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-04-23 05:17:13.914 DEBUG [src.steps.store] Relaying message
2026-04-23 05:17:13.914 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40822/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 05:17:13.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 05:17:13.918 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-04-23 05:17:14.119 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-23 05:17:15.119 DEBUG [src.node.waku_node] Starting Node...
2026-04-23 05:17:15.119 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-04-23 05:17:15.121 DEBUG [src.node.docker_mananger] Network waku already exists
2026-04-23 05:17:15.121 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.118.93
2026-04-23 05:17:15.121 DEBUG [src.node.docker_mananger] Generated ports ['22946', '22947', '22948', '22949', '22950']
2026-04-23 05:17:15.122 DEBUG [src.node.waku_node] RLN credentials were not set
2026-04-23 05:17:15.122 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-04-23 05:17:15.122 DEBUG [src.node.waku_node] Using volumes []
2026-04-23 05:17:15.122 DEBUG [src.node.docker_mananger] docker run -i -t -p 22946:22946 -p 22947:22947 -p 22948:22948 -p 22949:22949 -p 22950:22950 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=22948 --rest-port=22946 --tcp-port=22947 --discv5-udp-port=22949 --rest-address=0.0.0.0 --nat=extip:172.18.118.93 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=c6a2efc3bf7c778fdcff7c97bab41b03122f6dbb10e1505ffbc851fbace2eaf2 --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=22950 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --discv5-bootstrap-node=enr:-L24QE3rc_aeA1RMZCirC9XXbyA5A_jGMfUiKcgBtiWCyVd7IU93oGncsHwX5KGo5F9OUsT0VrHIKOS7TgepT4lVVbMCgmlkgnY0gmlwhKwSpeWKbXVsdGlhZGRyc5YACASsEqXlBp93AAoErBKl5QafeN0DgnJzhQDGAQAAiXNlY3AyNTZrMaECs6vXCrAoORcHj5OfO0QIxufNk5_cUOz9C3tRrJcWdoeDdGNwgp93g3VkcIKfeYV3YWt1MhM
2026-04-23 05:17:15.314 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.118.93 waku fa386833f0c6aeaff991ae4a4bc65ec5873d1b2f13a492fb4cea70d863845d96
2026-04-23 05:17:15.348 DEBUG [src.node.docker_mananger] Container started with ID fa386833f0c6. Setting up logs at ./log/docker/node2_2026-04-23_05-17-10__c6d41456-b732-41ad-a5c9-e5058311e8f9__wakuorg_nwaku:latest.log
2026-04-23 05:17:15.349 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22946
2026-04-23 05:17:15.350 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-23 05:17:16.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22946/health" -H "Content-Type: application/json" -d 'None'
2026-04-23 05:17:16.354 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-04-23 05:17:16.354 INFO [src.node.waku_node] Node protocols are initialized !!
2026-04-23 05:17:16.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22946/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-04-23 05:17:16.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.118.93/tcp/22947/p2p/16Uiu2HAmDcA48geLjVu4Nqq6h8DkgpQjc3A2b7TSD5HDc6q1sDQ9","/ip4/172.18.118.93/tcp/22948/ws/p2p/16Uiu2HAmDcA48geLjVu4Nqq6h8DkgpQjc3A2b7TSD5HDc6q1sDQ9"],"enrUri":"enr:-L24QLZux5LUA2zMrxhYcYCja9iUAv6xsSDwlt6nBa8hTGeLYT3rEfn8FdJcXPMMFnN_11fIb-FVhsbIPQww2ShcX7ICgmlkgnY0gmlwhKwSdl2KbXVsdGlhZGRyc5YACASsEnZdBlmjAAoErBJ2XQZZpN0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDDiHqxRAGhhx0Wc_Y7LsdgEoc5Ubhm5j6n_LkiV_hh36DdGNwglmjg3VkcIJZpYV3YWt1MhI"}'
2026-04-23 05:17:16.357 INFO [src.node.waku_node] REST service is ready !!
2026-04-23 05:17:16.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22946/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.165.229/tcp/40823/p2p/16Uiu2HAm7X2w8UdH1T1yDiPhE2EXTnb3MLH9TBSSDkJ2zt4MQUbG"]'
2026-04-23 05:17:16.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 05:17:16.384 DEBUG [src.libs.common] Sleeping for 65 seconds
2026-04-23 05:18:21.385 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-04-23 05:18:21.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22946/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-04-23 05:18:21.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8fb4945a6a6b26b6bd6bc8255c55ed3c2ca6277989912e17d8748d85c66d0b23"},{"messageHash":"0x47cd37771d6708b69c1971a0b693390177c4df5dae4fd8d9924f4fa6a7766af3"},{"messageHash":"0x4d7da3c80b0e6ae5b6874958f351fc42217caee3531c1310e8cb28e0bcc8b34c"},{"messageHash":"0x68f41691f5c6482a869fc7cf1975b79f003694e299e9cf9d894de95ebac1255d"},{"messageHash":"0x07278296742c3807d1011aa7fc9cfbe665c75abc0c7a572df820ae5ca67cfdd2"},{"messageHash":"0xba09ddf8b79e3091d96dea13c92af83272201a498790b331fc10d00fd77d98ab"},{"messageHash":"0x90f4256c73259bab2778b6874df20f85f1dbdcd18341cef819da3792abe97ae4"},{"messageHash":"0x29fe8f765488712fb59964599f62891475306fd70ba0298d77b2759b50d427db"},{"messageHash":"0xe8502ff2be084da6c41d4a4b049ad58e175f8f47f01ff1449535db3798474fcb"},{"messageHash":"0x83464775ce175d99e646c5049db935d69ab8fb6ceae3c0a5e082b9d7bc1a0b12"}]}'
2026-04-23 05:18:21.389 DEBUG [src.steps.store] messages length is 10
2026-04-23 05:18:21.392 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-04-23 05:18:21.393 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-04-23 05:18:21.393 DEBUG [src.node.waku_node] Stopping container with id 575a41718526
2026-04-23 05:18:21.886 DEBUG [src.node.waku_node] Container stopped.
2026-04-23 05:18:21.887 DEBUG [src.node.waku_node] Stopping container with id fa386833f0c6
2026-04-23 05:18:22.355 DEBUG [src.node.waku_node] Container stopped.
2026-04-23 05:18:22.355 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-04-23 05:18:22.432 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-04-23 05:18:22.467 DEBUG [src.node.docker_mananger] No errors found in the waku logs.