mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-30 07:33:09 +00:00
77 lines
13 KiB
Plaintext
77 lines
13 KiB
Plaintext
2026-03-21 04:44:07.031 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-21 04:44:07.032 DEBUG [tests.conftest] Running test: test_store_sync_range_with_jitter_catches_old_messages with id: 2026-03-21_04-44-07__60a4e550-1e85-4ae2-8941-09c06850410a
|
|
2026-03-21 04:44:07.032 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-21 04:44:07.044 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:44:07.044 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-21_04-44-07__60a4e550-1e85-4ae2-8941-09c06850410a__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:44:07.053 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:44:07.053 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-21_04-44-07__60a4e550-1e85-4ae2-8941-09c06850410a__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:44:07.061 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:44:07.062 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-21_04-44-07__60a4e550-1e85-4ae2-8941-09c06850410a__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:44:07.063 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-21 04:44:07.065 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:44:07.067 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:44:07.070 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:44:07.070 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.83.243
|
|
2026-03-21 04:44:07.071 DEBUG [src.node.docker_mananger] Generated ports ['55585', '55586', '55587', '55588', '55589']
|
|
2026-03-21 04:44:07.071 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:44:07.071 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:44:07.073 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:44:07.073 DEBUG [src.node.docker_mananger] docker run -i -t -p 55585:55585 -p 55586:55586 -p 55587:55587 -p 55588:55588 -p 55589:55589 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=55587 --rest-port=55585 --tcp-port=55586 --discv5-udp-port=55588 --rest-address=0.0.0.0 --nat=extip:172.18.83.243 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8e16dd07bd30ec0f6776134ee59be221aaaaac614fca36bcfaaf3bbc8177ab9c --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55589 --metrics-logging=true --relay=true --dns-discovery=false
|
|
2026-03-21 04:44:07.289 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.83.243 waku 101e20adcf921d13a7735f2039dedba5da1a71c8ab09d7eda7cb9e274a502f19
|
|
2026-03-21 04:44:07.326 DEBUG [src.node.docker_mananger] Container started with ID 101e20adcf92. Setting up logs at ./log/docker/node1_2026-03-21_04-44-07__60a4e550-1e85-4ae2-8941-09c06850410a__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:44:07.328 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55585
|
|
2026-03-21 04:44:07.329 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:44:07.973 ERROR [src.node.docker_mananger] Max retries reached for container b68255f3b94e. Exiting log stream.
|
|
2026-03-21 04:44:08.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55585/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:44:08.332 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-21 04:44:08.332 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:44:08.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55585/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:44:08.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.83.243/tcp/55586/p2p/16Uiu2HAmFkv8yisASQChmdij2DJ93LoH7CcxMSHABBPWhfHsJAQr","/ip4/172.18.83.243/tcp/55587/ws/p2p/16Uiu2HAmFkv8yisASQChmdij2DJ93LoH7CcxMSHABBPWhfHsJAQr"],"enrUri":"enr:-L24QM95iw94K_0Tjq-7VnjxlMAvmta7mMp5OssL-L72N-uSMnb0BMMVffGzNLkfkFAsRdoQbcczQJujQ9VvULxZOFYCgmlkgnY0gmlwhKwSU_OKbXVsdGlhZGRyc5YACASsElPzBtkiAAoErBJT8wbZI90DgnJzhQADAQAAiXNlY3AyNTZrMaEDLhfIZppu-qcJeAz-bKNbZ1i3aykEKpvt2RzR6nJkEfODdGNwgtkig3VkcILZJIV3YWt1MhM"}'
|
|
2026-03-21 04:44:08.335 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:44:08.335 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55585/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-21 04:44:08.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:44:08.353 DEBUG [src.steps.store] Relaying message
|
|
2026-03-21 04:44:08.354 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55585/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-21 04:44:08.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:44:08.357 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-21 04:44:08.558 DEBUG [src.steps.store] Relaying message
|
|
2026-03-21 04:44:08.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55585/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-21 04:44:08.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:44:08.563 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-21 04:44:08.763 DEBUG [src.steps.store] Relaying message
|
|
2026-03-21 04:44:08.764 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55585/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-21 04:44:08.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:44:08.768 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-21 04:44:33.969 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:44:33.969 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:44:33.971 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:44:33.971 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.140.170
|
|
2026-03-21 04:44:33.971 DEBUG [src.node.docker_mananger] Generated ports ['24453', '24454', '24455', '24456', '24457']
|
|
2026-03-21 04:44:33.971 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:44:33.972 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:44:33.972 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:44:33.972 DEBUG [src.node.docker_mananger] docker run -i -t -p 24453:24453 -p 24454:24454 -p 24455:24455 -p 24456:24456 -p 24457:24457 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=24455 --rest-port=24453 --tcp-port=24454 --discv5-udp-port=24456 --rest-address=0.0.0.0 --nat=extip:172.18.140.170 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=65b46495ce4d0fbaa33a67cbbfda11ebebee4aaa9a6b0d2a7b7b10eaeffda8cf --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=24457 --metrics-logging=true --store-sync-relay-jitter=25 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QM95iw94K_0Tjq-7VnjxlMAvmta7mMp5OssL-L72N-uSMnb0BMMVffGzNLkfkFAsRdoQbcczQJujQ9VvULxZOFYCgmlkgnY0gmlwhKwSU_OKbXVsdGlhZGRyc5YACASsElPzBtkiAAoErBJT8wbZI90DgnJzhQADAQAAiXNlY3AyNTZrMaEDLhfIZppu-qcJeAz-bKNbZ1i3aykEKpvt2RzR6nJkEfODdGNwgtkig3VkcILZJIV3YWt1MhM
|
|
2026-03-21 04:44:34.169 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.140.170 waku 5134c6604ae22c41fc92cf48328db666b03fde949bd6acccf78cbf29b7f7f524
|
|
2026-03-21 04:44:34.208 DEBUG [src.node.docker_mananger] Container started with ID 5134c6604ae2. Setting up logs at ./log/docker/node2_2026-03-21_04-44-07__60a4e550-1e85-4ae2-8941-09c06850410a__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:44:34.208 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24453
|
|
2026-03-21 04:44:34.209 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:44:35.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24453/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:44:35.212 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-21 04:44:35.212 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:44:35.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24453/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:44:35.215 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.140.170/tcp/24454/p2p/16Uiu2HAkwcBvM6VpRbATYpwpYu3J6s6LCwd8nP4QeEyx2svFZNic","/ip4/172.18.140.170/tcp/24455/ws/p2p/16Uiu2HAkwcBvM6VpRbATYpwpYu3J6s6LCwd8nP4QeEyx2svFZNic"],"enrUri":"enr:-L24QHFkNbdxOr2WnX2HsC143QY8kZyGijePthYcfB0-a4JoIiEtZjQDc1XIRqb3PypKJ-u8hFTjoySO_P9xoiRT0zYCgmlkgnY0gmlwhKwSjKqKbXVsdGlhZGRyc5YACASsEoyqBl-GAAoErBKMqgZfh90DgnJzhQADAQAAiXNlY3AyNTZrMaECIGkJLp2YpmXW1K0SPdNaJdjrEeRlIa8Al57F3XHryWGDdGNwgl-Gg3VkcIJfiIV3YWt1MhI"}'
|
|
2026-03-21 04:44:35.215 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:44:35.215 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24453/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.83.243/tcp/55586/p2p/16Uiu2HAmFkv8yisASQChmdij2DJ93LoH7CcxMSHABBPWhfHsJAQr"]'
|
|
2026-03-21 04:44:35.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:44:45.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24453/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:44:45.253 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xd7f475a0287377df7f216c05d3aff3ebade2fc31ce907da2b0f0fb2b1cb15c3d"},{"messageHash":"0x4b06bc07caf8b06466ed7eb26e3d0cab9736e16cd9e35b9c56cdefe84ed9af95"},{"messageHash":"0xf0be3ee4fdfbf7b37c035b720e3985855a1afafa255bf67f9891bdbf45a8e2b6"}]}'
|
|
2026-03-21 04:44:45.255 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-21 04:44:45.256 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-21 04:44:45.256 DEBUG [src.node.waku_node] Stopping container with id 101e20adcf92
|
|
2026-03-21 04:44:45.801 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:44:45.801 DEBUG [src.node.waku_node] Stopping container with id 5134c6604ae2
|
|
2026-03-21 04:44:46.396 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:44:46.399 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-21 04:44:46.410 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-21 04:44:46.419 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|