110 lines
18 KiB
Plaintext

2026-01-30 04:33:37.067 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-30 04:33:37.067 DEBUG [tests.conftest] Running test: test_sync_flags_no_relay_2nodes with id: 2026-01-30_04-33-37__5c092c69-8ebf-465c-b74b-bce0a565b4a0
2026-01-30 04:33:37.069 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-30 04:33:37.077 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-30 04:33:37.077 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-30_04-33-37__5c092c69-8ebf-465c-b74b-bce0a565b4a0__wakuorg_nwaku:latest.log
2026-01-30 04:33:37.083 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-30 04:33:37.083 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-30_04-33-37__5c092c69-8ebf-465c-b74b-bce0a565b4a0__wakuorg_nwaku:latest.log
2026-01-30 04:33:37.088 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-30 04:33:37.089 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-30_04-33-37__5c092c69-8ebf-465c-b74b-bce0a565b4a0__wakuorg_nwaku:latest.log
2026-01-30 04:33:37.089 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-30 04:33:37.090 DEBUG [src.node.waku_node] Starting Node...
2026-01-30 04:33:37.090 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-30 04:33:37.091 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-30 04:33:37.091 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.160.133
2026-01-30 04:33:37.091 DEBUG [src.node.docker_mananger] Generated ports ['13702', '13703', '13704', '13705', '13706']
2026-01-30 04:33:37.092 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-30 04:33:37.092 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-30 04:33:37.092 DEBUG [src.node.waku_node] Using volumes []
2026-01-30 04:33:37.092 DEBUG [src.node.docker_mananger] docker run -i -t -p 13702:13702 -p 13703:13703 -p 13704:13704 -p 13705:13705 -p 13706:13706 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=13704 --rest-port=13702 --tcp-port=13703 --discv5-udp-port=13705 --rest-address=0.0.0.0 --nat=extip:172.18.160.133 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dbbef41fe158ad7b7c3ba428affb70cc519f8dfc193c9cd840ae1e6909aa3ec8 --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=13706 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true
2026-01-30 04:33:37.278 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.160.133 waku d3a1ad0d9698d569cf077a6b270aa6cc61ad1201a29536c543119b519100b34a
2026-01-30 04:33:37.309 DEBUG [src.node.docker_mananger] Container started with ID d3a1ad0d9698. Setting up logs at ./log/docker/node1_2026-01-30_04-33-37__5c092c69-8ebf-465c-b74b-bce0a565b4a0__wakuorg_nwaku:latest.log
2026-01-30 04:33:37.311 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13702
2026-01-30 04:33:37.312 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-30 04:33:37.317 ERROR [src.node.docker_mananger] Max retries reached for container 936afe36f4c3. Exiting log stream.
2026-01-30 04:33:37.892 ERROR [src.node.docker_mananger] Max retries reached for container 7acab50134a4. Exiting log stream.
2026-01-30 04:33:38.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13702/health" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:33:38.318 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-01-30 04:33:38.318 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-30 04:33:38.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13702/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:33:38.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.160.133/tcp/13703/p2p/16Uiu2HAkv9XyUMF624V18r6T3ZgN7sV1b88VRzSCYZh1CYpoT543","/ip4/172.18.160.133/tcp/13704/ws/p2p/16Uiu2HAkv9XyUMF624V18r6T3ZgN7sV1b88VRzSCYZh1CYpoT543"],"enrUri":"enr:-L24QNRDY3oRKWTQgx7Q1AbZNvpm3_nCk8sPn254MMqjFoIXGabWCNyBkObOHVg3hW4m04asZrua6bx8w1ieBpiuPwUCgmlkgnY0gmlwhKwSoIWKbXVsdGlhZGRyc5YACASsEqCFBjWHAAoErBKghQY1iN0DgnJzhQADAQAAiXNlY3AyNTZrMaECCrlXk0pLODcT49_ZHU-N8r3RGXbGvQJ2vMZw7tRLe9CDdGNwgjWHg3VkcII1iYV3YWt1MhM"}'
2026-01-30 04:33:38.321 INFO [src.node.waku_node] REST service is ready !!
2026-01-30 04:33:38.321 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13702/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-30 04:33:38.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:33:38.332 DEBUG [src.node.waku_node] Starting Node...
2026-01-30 04:33:38.332 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-30 04:33:38.333 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-30 04:33:38.333 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.86.233
2026-01-30 04:33:38.333 DEBUG [src.node.docker_mananger] Generated ports ['58506', '58507', '58508', '58509', '58510']
2026-01-30 04:33:38.334 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-30 04:33:38.334 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-30 04:33:38.334 DEBUG [src.node.waku_node] Using volumes []
2026-01-30 04:33:38.334 DEBUG [src.node.docker_mananger] docker run -i -t -p 58506:58506 -p 58507:58507 -p 58508:58508 -p 58509:58509 -p 58510:58510 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=58508 --rest-port=58506 --tcp-port=58507 --discv5-udp-port=58509 --rest-address=0.0.0.0 --nat=extip:172.18.86.233 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1cce432df3f3a417d2cfc785f2c8c293ab26c83f6bdfefb595c90cc52112b9cf --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=58510 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --discv5-bootstrap-node=enr:-L24QNRDY3oRKWTQgx7Q1AbZNvpm3_nCk8sPn254MMqjFoIXGabWCNyBkObOHVg3hW4m04asZrua6bx8w1ieBpiuPwUCgmlkgnY0gmlwhKwSoIWKbXVsdGlhZGRyc5YACASsEqCFBjWHAAoErBKghQY1iN0DgnJzhQADAQAAiXNlY3AyNTZrMaECCrlXk0pLODcT49_ZHU-N8r3RGXbGvQJ2vMZw7tRLe9CDdGNwgjWHg3VkcII1iYV3YWt1MhM
2026-01-30 04:33:38.520 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.86.233 waku 9d1c65e9d71809ae48244aa79d33e5f466581ed7fa6492e0fb198e778c0ebe5e
2026-01-30 04:33:38.550 DEBUG [src.node.docker_mananger] Container started with ID 9d1c65e9d718. Setting up logs at ./log/docker/node2_2026-01-30_04-33-37__5c092c69-8ebf-465c-b74b-bce0a565b4a0__wakuorg_nwaku:latest.log
2026-01-30 04:33:38.551 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58506
2026-01-30 04:33:38.551 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-30 04:33:39.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58506/health" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:33:39.555 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-01-30 04:33:39.555 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-30 04:33:39.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58506/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:33:39.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.86.233/tcp/58507/p2p/16Uiu2HAmJetR9rHKy764VXi1XBDS1q7QijAwJihq5t82j5BiqZg5","/ip4/172.18.86.233/tcp/58508/ws/p2p/16Uiu2HAmJetR9rHKy764VXi1XBDS1q7QijAwJihq5t82j5BiqZg5"],"enrUri":"enr:-L24QN_1okii0QvFqIhHOrya9iEjGN054hPEW9zxAIyx3khSH2zgmFPamS9bYvloFLn8mxDFa8y_ASAssfcUhVLgIXQCgmlkgnY0gmlwhKwSVumKbXVsdGlhZGRyc5YACASsElbpBuSLAAoErBJW6QbkjN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWR9po8jUVacGBh4BMSGgL34t9Ig6CuJGsPcP31-r-aqDdGNwguSLg3VkcILkjYV3YWt1MhI"}'
2026-01-30 04:33:39.558 INFO [src.node.waku_node] REST service is ready !!
2026-01-30 04:33:39.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58506/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.160.133/tcp/13703/p2p/16Uiu2HAkv9XyUMF624V18r6T3ZgN7sV1b88VRzSCYZh1CYpoT543"]'
2026-01-30 04:33:39.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:33:39.587 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-30 04:33:40.587 DEBUG [src.steps.store] Relaying message
2026-01-30 04:33:40.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13702/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-01-30 04:33:40.591 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:33:40.592 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:33:40.792 DEBUG [src.steps.store] Relaying message
2026-01-30 04:33:40.793 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13702/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-01-30 04:33:40.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:33:40.797 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:33:40.997 DEBUG [src.steps.store] Relaying message
2026-01-30 04:33:40.997 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13702/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-01-30 04:33:41.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:33:41.001 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:33:41.202 DEBUG [src.steps.store] Relaying message
2026-01-30 04:33:41.202 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13702/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-01-30 04:33:41.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:33:41.206 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:33:41.406 DEBUG [src.steps.store] Relaying message
2026-01-30 04:33:41.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13702/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-01-30 04:33:41.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:33:41.411 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:33:41.611 DEBUG [src.steps.store] Relaying message
2026-01-30 04:33:41.611 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13702/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-01-30 04:33:41.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:33:41.615 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:33:41.816 DEBUG [src.steps.store] Relaying message
2026-01-30 04:33:41.816 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13702/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-01-30 04:33:41.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:33:41.820 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:33:42.020 DEBUG [src.steps.store] Relaying message
2026-01-30 04:33:42.020 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13702/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-01-30 04:33:42.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:33:42.024 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:33:42.225 DEBUG [src.steps.store] Relaying message
2026-01-30 04:33:42.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13702/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-01-30 04:33:42.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:33:42.229 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:33:42.430 DEBUG [src.steps.store] Relaying message
2026-01-30 04:33:42.430 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13702/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-01-30 04:33:42.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:33:42.434 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:33:42.634 DEBUG [src.libs.common] Sleeping for 20 seconds
2026-01-30 04:34:02.635 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-01-30 04:34:02.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58506/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:34:02.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x5203116183d58ec08f9d9335d9046a3de0de583be54a8505bfa8fe285acae8c6"},{"messageHash":"0x4d1b84c18a2e75c9965b5c73ed6d5844b8c2f4b0a5f9731414c864e03fe93527"},{"messageHash":"0xb6fd1add6eeae917132eca8218db703f03a0f8b2b0ed165d047ddd4572041c06"},{"messageHash":"0x26d5d1a3c29bdf1d774fe242adfe334b778108183d6dc8437e2b5b15fef189a5"},{"messageHash":"0x44756633882d5fa14102223016ed575292d9de130bdbca2775dffbede0705b40"},{"messageHash":"0xe3b597831a8eab1996553b1d717324f8a6373d5313620fc93160e0b04f940bd9"},{"messageHash":"0xc799a8089e7ca85563ea6c8e61a6c59805dcc50892464be522e83b466e697200"},{"messageHash":"0xd56dad2cba37976203c3dff5196105632706a09263e2ffd5f50aed1244bd7d2c"},{"messageHash":"0xe670db002d4f3b4313a24075b54f82c970b6f280fff000cf5f3ccdafd89b0e35"},{"messageHash":"0x6687e7c99b1be734d554aa52ab842ce1ff57c67813f2b2b13480ec61e1c098ff"}]}'
2026-01-30 04:34:02.639 DEBUG [src.steps.store] messages length is 10
2026-01-30 04:34:02.641 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-30 04:34:02.642 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-30 04:34:02.642 DEBUG [src.node.waku_node] Stopping container with id d3a1ad0d9698
2026-01-30 04:34:03.151 DEBUG [src.node.waku_node] Container stopped.
2026-01-30 04:34:03.153 DEBUG [src.node.waku_node] Stopping container with id 9d1c65e9d718
2026-01-30 04:34:03.701 DEBUG [src.node.waku_node] Container stopped.
2026-01-30 04:34:03.702 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-30 04:34:03.719 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-30 04:34:03.731 DEBUG [src.node.docker_mananger] No errors found in the waku logs.