mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 09:03:25 +00:00
77 lines
13 KiB
Plaintext
77 lines
13 KiB
Plaintext
2026-03-08 04:44:38.916 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-08 04:44:38.917 DEBUG [tests.conftest] Running test: test_store_sync_range_with_jitter_catches_old_messages with id: 2026-03-08_04-44-38__044be937-740e-48f1-82ad-e55bc566657d
|
|
2026-03-08 04:44:38.917 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-08 04:44:38.924 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:44:38.924 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-08_04-44-38__044be937-740e-48f1-82ad-e55bc566657d__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:44:38.931 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:44:38.931 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-08_04-44-38__044be937-740e-48f1-82ad-e55bc566657d__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:44:38.937 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:44:38.937 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-08_04-44-38__044be937-740e-48f1-82ad-e55bc566657d__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:44:38.937 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-08 04:44:38.938 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:44:38.938 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:44:38.940 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:44:38.940 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.141.138
|
|
2026-03-08 04:44:38.940 DEBUG [src.node.docker_mananger] Generated ports ['9953', '9954', '9955', '9956', '9957']
|
|
2026-03-08 04:44:38.940 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:44:38.940 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:44:38.940 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:44:38.940 DEBUG [src.node.docker_mananger] docker run -i -t -p 9953:9953 -p 9954:9954 -p 9955:9955 -p 9956:9956 -p 9957:9957 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=9955 --rest-port=9953 --tcp-port=9954 --discv5-udp-port=9956 --rest-address=0.0.0.0 --nat=extip:172.18.141.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b80b7bffa0aecf3e1e01d9a8aa912fca8e9234eb4de42feba63d73cf7af3b23c --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9957 --metrics-logging=true --relay=true --dns-discovery=false
|
|
2026-03-08 04:44:39.132 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.141.138 waku 90f61b53e7b66a8fae0bc3d31e2e9f9762cde8f17dfa6da09c6dba3374aefd81
|
|
2026-03-08 04:44:39.173 DEBUG [src.node.docker_mananger] Container started with ID 90f61b53e7b6. Setting up logs at ./log/docker/node1_2026-03-08_04-44-38__044be937-740e-48f1-82ad-e55bc566657d__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:44:39.174 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9953
|
|
2026-03-08 04:44:39.174 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:44:39.445 ERROR [src.node.docker_mananger] Max retries reached for container 39c46f257f69. Exiting log stream.
|
|
2026-03-08 04:44:40.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9953/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:44:40.177 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-08 04:44:40.177 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:44:40.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9953/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:44:40.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.141.138/tcp/9954/p2p/16Uiu2HAmBJbsNCP5Aunsk4P7Ph48Ew5r4A4JR4rqjDAYhVpKxigc","/ip4/172.18.141.138/tcp/9955/ws/p2p/16Uiu2HAmBJbsNCP5Aunsk4P7Ph48Ew5r4A4JR4rqjDAYhVpKxigc"],"enrUri":"enr:-L24QGAN7xwjJp9FukjU8OCEXNtzOnAdte6FC4JqeWLxmgNXInrqrrLSLrOEbeFnQVi2Vw76pyF2TRHXoDHebFLYngcCgmlkgnY0gmlwhKwSjYqKbXVsdGlhZGRyc5YACASsEo2KBibiAAoErBKNigYm490DgnJzhQADAQAAiXNlY3AyNTZrMaEC6-tG7G8BDjHPd9EXh2A81b10tbRDINup0zYgjt1iIdWDdGNwgibig3VkcIIm5IV3YWt1MhM"}'
|
|
2026-03-08 04:44:40.180 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:44:40.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9953/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-08 04:44:40.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:44:40.196 DEBUG [src.steps.store] Relaying message
|
|
2026-03-08 04:44:40.196 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9953/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-08 04:44:40.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:44:40.200 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-08 04:44:40.401 DEBUG [src.steps.store] Relaying message
|
|
2026-03-08 04:44:40.401 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9953/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-08 04:44:40.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:44:40.405 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-08 04:44:40.606 DEBUG [src.steps.store] Relaying message
|
|
2026-03-08 04:44:40.606 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9953/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-08 04:44:40.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:44:40.611 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-08 04:45:05.811 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:45:05.812 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:45:05.813 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:45:05.814 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.147.167
|
|
2026-03-08 04:45:05.814 DEBUG [src.node.docker_mananger] Generated ports ['42575', '42576', '42577', '42578', '42579']
|
|
2026-03-08 04:45:05.814 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:45:05.814 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:45:05.814 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:45:05.814 DEBUG [src.node.docker_mananger] docker run -i -t -p 42575:42575 -p 42576:42576 -p 42577:42577 -p 42578:42578 -p 42579:42579 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=42577 --rest-port=42575 --tcp-port=42576 --discv5-udp-port=42578 --rest-address=0.0.0.0 --nat=extip:172.18.147.167 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=50e1e0cdd64817e652fd7fc9e9d6acd349bafdee3eabae8efd1b48de642eefbb --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=42579 --metrics-logging=true --store-sync-relay-jitter=25 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QGAN7xwjJp9FukjU8OCEXNtzOnAdte6FC4JqeWLxmgNXInrqrrLSLrOEbeFnQVi2Vw76pyF2TRHXoDHebFLYngcCgmlkgnY0gmlwhKwSjYqKbXVsdGlhZGRyc5YACASsEo2KBibiAAoErBKNigYm490DgnJzhQADAQAAiXNlY3AyNTZrMaEC6-tG7G8BDjHPd9EXh2A81b10tbRDINup0zYgjt1iIdWDdGNwgibig3VkcIIm5IV3YWt1MhM
|
|
2026-03-08 04:45:06.015 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.147.167 waku 9a54986bc1762bdeb6b94e9386a05b85d4f2f92dd276f0a24cb19da2c4d8cf16
|
|
2026-03-08 04:45:06.050 DEBUG [src.node.docker_mananger] Container started with ID 9a54986bc176. Setting up logs at ./log/docker/node2_2026-03-08_04-44-38__044be937-740e-48f1-82ad-e55bc566657d__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:45:06.050 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42575
|
|
2026-03-08 04:45:06.051 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:45:07.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42575/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:45:07.054 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-08 04:45:07.054 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:45:07.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42575/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:45:07.057 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.147.167/tcp/42576/p2p/16Uiu2HAkw4U27GHD3inA5PbyPnMZ9GRz9spJJpkFxuuyvnfJTHDX","/ip4/172.18.147.167/tcp/42577/ws/p2p/16Uiu2HAkw4U27GHD3inA5PbyPnMZ9GRz9spJJpkFxuuyvnfJTHDX"],"enrUri":"enr:-L24QFDzyED_PK4A5afOgWsIFaQ7SvySt8RN3MjZ2A0039NpZLbFM5P2I4Ig7_UboXtSRwQ_cP28fsvcANQyG8fTY78CgmlkgnY0gmlwhKwSk6eKbXVsdGlhZGRyc5YACASsEpOnBqZQAAoErBKTpwamUd0DgnJzhQADAQAAiXNlY3AyNTZrMaECGEinT2SUHaw9j3PEtzTUVOH-c15BIb8eEPaDWbxenraDdGNwgqZQg3VkcIKmUoV3YWt1MhI"}'
|
|
2026-03-08 04:45:07.057 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:45:07.057 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42575/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.141.138/tcp/9954/p2p/16Uiu2HAmBJbsNCP5Aunsk4P7Ph48Ew5r4A4JR4rqjDAYhVpKxigc"]'
|
|
2026-03-08 04:45:07.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:45:17.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42575/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:45:17.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xaa70f27a2bb608c99f08e70050007d6f728de6483b5ae5f9397be55c3dd50adb"},{"messageHash":"0xf3ac20dd4f015af06e1a60d0ce121effd5dfb69e84eeb000a8e393de7e1c8b83"},{"messageHash":"0x772df71eeee2d669029308caedb0f10bbc5afc31eab38c44a7a3e8bc7437966c"}]}'
|
|
2026-03-08 04:45:17.099 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-08 04:45:17.100 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-08 04:45:17.100 DEBUG [src.node.waku_node] Stopping container with id 90f61b53e7b6
|
|
2026-03-08 04:45:17.651 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:45:17.655 DEBUG [src.node.waku_node] Stopping container with id 9a54986bc176
|
|
2026-03-08 04:45:18.192 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:45:18.195 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-08 04:45:18.216 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-08 04:45:18.224 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|