mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-24 04:33:13 +00:00
146 lines
27 KiB
Plaintext
146 lines
27 KiB
Plaintext
2026-02-28 20:30:13.653 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-28 20:30:13.654 DEBUG [tests.conftest] Running test: test_sync_with_one_node_with_delayed_start with id: 2026-02-28_20-30-13__e28441ce-0e60-4a0d-bc02-c7a6e98eecff
|
|
2026-02-28 20:30:13.655 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-28 20:30:13.662 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:30:13.662 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-28_20-30-13__e28441ce-0e60-4a0d-bc02-c7a6e98eecff__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:30:13.668 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:30:13.669 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-28_20-30-13__e28441ce-0e60-4a0d-bc02-c7a6e98eecff__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:30:13.675 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:30:13.675 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-28_20-30-13__e28441ce-0e60-4a0d-bc02-c7a6e98eecff__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:30:13.675 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-02-28 20:30:13.676 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:30:13.676 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:30:13.678 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:30:13.678 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.124.255
|
|
2026-02-28 20:30:13.678 DEBUG [src.node.docker_mananger] Generated ports ['1830', '1831', '1832', '1833', '1834']
|
|
2026-02-28 20:30:13.678 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:30:13.678 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:30:13.679 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:30:13.679 DEBUG [src.node.docker_mananger] docker run -i -t -p 1830:1830 -p 1831:1831 -p 1832:1832 -p 1833:1833 -p 1834:1834 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=1832 --rest-port=1830 --tcp-port=1831 --discv5-udp-port=1833 --rest-address=0.0.0.0 --nat=extip:172.18.124.255 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=11e3993cf1dbb2de7eabceedf5fc4b8b0a7adc9af3b0974392b3fcde5e4fae3b --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1834 --metrics-logging=true --relay=true
|
|
2026-02-28 20:30:13.858 ERROR [src.node.docker_mananger] Max retries reached for container 6ef0b3436f84. Exiting log stream.
|
|
2026-02-28 20:30:13.878 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.124.255 waku 2d50a393bbf558db9633d48ca68149a9bbe5f0245c22e390f09d6bb77f9005d2
|
|
2026-02-28 20:30:13.915 DEBUG [src.node.docker_mananger] Container started with ID 2d50a393bbf5. Setting up logs at ./log/docker/node1_2026-02-28_20-30-13__e28441ce-0e60-4a0d-bc02-c7a6e98eecff__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:30:13.915 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1830
|
|
2026-02-28 20:30:13.916 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:30:14.452 ERROR [src.node.docker_mananger] Max retries reached for container 19032c835cd6. Exiting log stream.
|
|
2026-02-28 20:30:14.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1830/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:30:14.920 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-02-28 20:30:14.921 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:30:14.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1830/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:30:14.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.124.255/tcp/1831/p2p/16Uiu2HAkxzhGiJroZsViehwg1YgRVSrBapVGzPaavYWSbGNU2sn7","/ip4/172.18.124.255/tcp/1832/ws/p2p/16Uiu2HAkxzhGiJroZsViehwg1YgRVSrBapVGzPaavYWSbGNU2sn7"],"enrUri":"enr:-L24QL8KMgpthYR5xcAH1V89Anjy9brxW0Jw30HhIiKFh71bPUgoW_vYunpB-d9bMjtlD2GbSL1IxolhAsIyAOH35rkCgmlkgnY0gmlwhKwSfP-KbXVsdGlhZGRyc5YACASsEnz_BgcnAAoErBJ8_wYHKN0DgnJzhQADAQAAiXNlY3AyNTZrMaECNQiwInkXczaQa6HMRUNCACPgKXilYC3escrgzFQXffiDdGNwggcng3VkcIIHKYV3YWt1MhM"}'
|
|
2026-02-28 20:30:14.923 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:30:14.924 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:30:14.924 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:30:14.925 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:30:14.925 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.144.165
|
|
2026-02-28 20:30:14.926 DEBUG [src.node.docker_mananger] Generated ports ['37065', '37066', '37067', '37068', '37069']
|
|
2026-02-28 20:30:14.926 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:30:14.926 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:30:14.926 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:30:14.926 DEBUG [src.node.docker_mananger] docker run -i -t -p 37065:37065 -p 37066:37066 -p 37067:37067 -p 37068:37068 -p 37069:37069 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=37067 --rest-port=37065 --tcp-port=37066 --discv5-udp-port=37068 --rest-address=0.0.0.0 --nat=extip:172.18.144.165 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=44edf6c4778d0dee58acaced82cf3b2d1ffd9d04eaeef8e574f06c6a5cc6bdf9 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37069 --metrics-logging=true --relay=true --storenode=/ip4/172.18.124.255/tcp/1831/p2p/16Uiu2HAkxzhGiJroZsViehwg1YgRVSrBapVGzPaavYWSbGNU2sn7 --discv5-bootstrap-node=enr:-L24QL8KMgpthYR5xcAH1V89Anjy9brxW0Jw30HhIiKFh71bPUgoW_vYunpB-d9bMjtlD2GbSL1IxolhAsIyAOH35rkCgmlkgnY0gmlwhKwSfP-KbXVsdGlhZGRyc5YACASsEnz_BgcnAAoErBJ8_wYHKN0DgnJzhQADAQAAiXNlY3AyNTZrMaECNQiwInkXczaQa6HMRUNCACPgKXilYC3escrgzFQXffiDdGNwggcng3VkcIIHKYV3YWt1MhM
|
|
2026-02-28 20:30:15.132 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.144.165 waku 8908d81c4ea61dc4c8ca85fa3bc9221a99624ff1b1bbc084ab310c68ac519783
|
|
2026-02-28 20:30:15.168 DEBUG [src.node.docker_mananger] Container started with ID 8908d81c4ea6. Setting up logs at ./log/docker/node2_2026-02-28_20-30-13__e28441ce-0e60-4a0d-bc02-c7a6e98eecff__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:30:15.169 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37065
|
|
2026-02-28 20:30:15.169 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:30:16.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37065/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:30:16.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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-02-28 20:30:16.174 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:30:16.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37065/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:30:16.177 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.144.165/tcp/37066/p2p/16Uiu2HAm2tgsaGoCw2WsDf9Bz59SUK5myQqHVVZ3L19MmSN6Y4NX","/ip4/172.18.144.165/tcp/37067/ws/p2p/16Uiu2HAm2tgsaGoCw2WsDf9Bz59SUK5myQqHVVZ3L19MmSN6Y4NX"],"enrUri":"enr:-L24QB9LzAWO0Nu6zoRV4DROEHjXzADrr1sS8CVOSxvlWMnxGidkzlNeP0AezFvYgb310esS0Ah9znUJ9BRbgbSzMW0CgmlkgnY0gmlwhKwSkKWKbXVsdGlhZGRyc5YACASsEpClBpDKAAoErBKQpQaQy90DgnJzhQADAQAAiXNlY3AyNTZrMaECbu1_8nlhIyuLQHpKahIiTUCwZhceClO0MOOi__NlxNSDdGNwgpDKg3VkcIKQzIV3YWt1MhM"}'
|
|
2026-02-28 20:30:16.177 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:30:16.178 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37065/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.124.255/tcp/1831/p2p/16Uiu2HAkxzhGiJroZsViehwg1YgRVSrBapVGzPaavYWSbGNU2sn7"]'
|
|
2026-02-28 20:30:16.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:30:16.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1830/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-02-28 20:30:16.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:30:16.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37065/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-02-28 20:30:16.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:30:16.187 DEBUG [src.steps.store] Relaying message
|
|
2026-02-28 20:30:16.187 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1830/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-02-28 20:30:16.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:30:16.193 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-28 20:30:16.393 DEBUG [src.steps.store] Relaying message
|
|
2026-02-28 20:30:16.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1830/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-02-28 20:30:16.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:30:16.400 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-28 20:30:16.600 DEBUG [src.steps.store] Relaying message
|
|
2026-02-28 20:30:16.601 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1830/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-02-28 20:30:16.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:30:16.608 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-28 20:30:16.808 DEBUG [src.steps.store] Relaying message
|
|
2026-02-28 20:30:16.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1830/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-02-28 20:30:16.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:30:16.815 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-28 20:30:17.016 DEBUG [src.steps.store] Relaying message
|
|
2026-02-28 20:30:17.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1830/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-02-28 20:30:17.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:30:17.023 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-28 20:30:17.224 DEBUG [src.steps.store] Relaying message
|
|
2026-02-28 20:30:17.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1830/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-02-28 20:30:17.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:30:17.232 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-28 20:30:17.433 DEBUG [src.steps.store] Relaying message
|
|
2026-02-28 20:30:17.433 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1830/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-02-28 20:30:17.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:30:17.439 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-28 20:30:17.640 DEBUG [src.steps.store] Relaying message
|
|
2026-02-28 20:30:17.640 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1830/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-02-28 20:30:17.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:30:17.647 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-28 20:30:17.848 DEBUG [src.steps.store] Relaying message
|
|
2026-02-28 20:30:17.848 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1830/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-02-28 20:30:17.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:30:17.854 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-28 20:30:18.056 DEBUG [src.steps.store] Relaying message
|
|
2026-02-28 20:30:18.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1830/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-02-28 20:30:18.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:30:18.063 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-02-28 20:30:18.263 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:30:18.264 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:30:18.265 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:30:18.266 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.21.127
|
|
2026-02-28 20:30:18.266 DEBUG [src.node.docker_mananger] Generated ports ['40990', '40991', '40992', '40993', '40994']
|
|
2026-02-28 20:30:18.266 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:30:18.266 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:30:18.266 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:30:18.266 DEBUG [src.node.docker_mananger] docker run -i -t -p 40990:40990 -p 40991:40991 -p 40992:40992 -p 40993:40993 -p 40994:40994 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=40992 --rest-port=40990 --tcp-port=40991 --discv5-udp-port=40993 --rest-address=0.0.0.0 --nat=extip:172.18.21.127 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e9bdc1feeefb3bea5cad27da26152d3c928cb2434e8ae6e4b5bbf8ee3a6f8686 --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40994 --metrics-logging=true --relay=true --storenode=/ip4/172.18.144.165/tcp/37066/p2p/16Uiu2HAm2tgsaGoCw2WsDf9Bz59SUK5myQqHVVZ3L19MmSN6Y4NX --discv5-bootstrap-node=enr:-L24QB9LzAWO0Nu6zoRV4DROEHjXzADrr1sS8CVOSxvlWMnxGidkzlNeP0AezFvYgb310esS0Ah9znUJ9BRbgbSzMW0CgmlkgnY0gmlwhKwSkKWKbXVsdGlhZGRyc5YACASsEpClBpDKAAoErBKQpQaQy90DgnJzhQADAQAAiXNlY3AyNTZrMaECbu1_8nlhIyuLQHpKahIiTUCwZhceClO0MOOi__NlxNSDdGNwgpDKg3VkcIKQzIV3YWt1MhM
|
|
2026-02-28 20:30:18.467 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.21.127 waku e1ac72cc95cf9837f38f0d545793b3892f2bde562a20d7a431e00de7885cbf3b
|
|
2026-02-28 20:30:18.503 DEBUG [src.node.docker_mananger] Container started with ID e1ac72cc95cf. Setting up logs at ./log/docker/node3_2026-02-28_20-30-13__e28441ce-0e60-4a0d-bc02-c7a6e98eecff__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:30:18.503 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40990
|
|
2026-02-28 20:30:18.504 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:30:19.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40990/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:30:19.507 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":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"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-02-28 20:30:19.508 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:30:19.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40990/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:30:19.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.21.127/tcp/40991/p2p/16Uiu2HAkzfUphhNgpU28hFsThTFhZLii8pRqki8mS2F8FuBjb4w3","/ip4/172.18.21.127/tcp/40992/ws/p2p/16Uiu2HAkzfUphhNgpU28hFsThTFhZLii8pRqki8mS2F8FuBjb4w3"],"enrUri":"enr:-L24QF1eMyNJFGSvjjH0VfpKPxi3EyksV8ffRIzpPiDFtArQVlDe2nV7_CQTlS1MBkp7IW8KcQnCYhdmhcvWtECRqy4CgmlkgnY0gmlwhKwSFX-KbXVsdGlhZGRyc5YACASsEhV_BqAfAAoErBIVfwagIN0DgnJzhQADAQAAiXNlY3AyNTZrMaECTdPzdBkaTAyORelk7mW6yd-YQJj2UEnrB3VJMUFEgNqDdGNwgqAfg3VkcIKgIYV3YWt1MgE"}'
|
|
2026-02-28 20:30:19.510 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:30:19.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40990/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.144.165/tcp/37066/p2p/16Uiu2HAm2tgsaGoCw2WsDf9Bz59SUK5myQqHVVZ3L19MmSN6Y4NX"]'
|
|
2026-02-28 20:30:19.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:30:19.569 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40990/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-02-28 20:30:19.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:30:19.577 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:30:20.579 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2026-02-28 20:30:20.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1830/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:30:20.583 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe7969d7de1c2fa19268d57844de46c80f554ed6189b06846795193408a01c0c7"},{"messageHash":"0x9a26b5fa67eeb3f9ade4b8e87832f354e74b986e7cdbc574f39ea8820debfb63"},{"messageHash":"0x7fabc9501b00e6e5236428b090253a66b95b4f7a5cb851604495c453d2ecea63"},{"messageHash":"0x7c22d50586c8ce2c7d247839e273597380c8acdeb38a54276d8722206281ae24"},{"messageHash":"0x9681b3ae23c937ab4c48b130d2cb17d75e7210d75bf85ff69d3d5fc319cd1525"},{"messageHash":"0x53fe18c33159acd05f194ab4f82faa0ca748b4d55981b33b415c84b175dd2e80"},{"messageHash":"0x99e5c75bb4e7e6312d9e9f8164b2a831b84a57458b21e0746d6bc7015d8d12b9"},{"messageHash":"0xfe16b41407c839eea627c4aceca1f64ad5fb76d07fb219957e4ea2c7d360d352"},{"messageHash":"0x8e14ca24cb582639658cdbcb45f6a01393e909eba112ddce126efadf5bb48343"},{"messageHash":"0xb8926073919e9367c8b166920de597807600ddfe71b3b008fb9e79e092bbfe7e"}]}'
|
|
2026-02-28 20:30:20.584 DEBUG [src.steps.store] messages length is 10
|
|
2026-02-28 20:30:20.585 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2026-02-28 20:30:20.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37065/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:30:20.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe7969d7de1c2fa19268d57844de46c80f554ed6189b06846795193408a01c0c7"},{"messageHash":"0x9a26b5fa67eeb3f9ade4b8e87832f354e74b986e7cdbc574f39ea8820debfb63"},{"messageHash":"0x7fabc9501b00e6e5236428b090253a66b95b4f7a5cb851604495c453d2ecea63"},{"messageHash":"0x7c22d50586c8ce2c7d247839e273597380c8acdeb38a54276d8722206281ae24"},{"messageHash":"0x9681b3ae23c937ab4c48b130d2cb17d75e7210d75bf85ff69d3d5fc319cd1525"},{"messageHash":"0x53fe18c33159acd05f194ab4f82faa0ca748b4d55981b33b415c84b175dd2e80"},{"messageHash":"0x99e5c75bb4e7e6312d9e9f8164b2a831b84a57458b21e0746d6bc7015d8d12b9"},{"messageHash":"0xfe16b41407c839eea627c4aceca1f64ad5fb76d07fb219957e4ea2c7d360d352"},{"messageHash":"0x8e14ca24cb582639658cdbcb45f6a01393e909eba112ddce126efadf5bb48343"},{"messageHash":"0xb8926073919e9367c8b166920de597807600ddfe71b3b008fb9e79e092bbfe7e"}]}'
|
|
2026-02-28 20:30:20.589 DEBUG [src.steps.store] messages length is 10
|
|
2026-02-28 20:30:20.590 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2026-02-28 20:30:20.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40990/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:30:20.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"3489caa990b84375ce65","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe7969d7de1c2fa19268d57844de46c80f554ed6189b06846795193408a01c0c7"},{"messageHash":"0x9a26b5fa67eeb3f9ade4b8e87832f354e74b986e7cdbc574f39ea8820debfb63"},{"messageHash":"0x7fabc9501b00e6e5236428b090253a66b95b4f7a5cb851604495c453d2ecea63"},{"messageHash":"0x7c22d50586c8ce2c7d247839e273597380c8acdeb38a54276d8722206281ae24"},{"messageHash":"0x9681b3ae23c937ab4c48b130d2cb17d75e7210d75bf85ff69d3d5fc319cd1525"},{"messageHash":"0x53fe18c33159acd05f194ab4f82faa0ca748b4d55981b33b415c84b175dd2e80"},{"messageHash":"0x99e5c75bb4e7e6312d9e9f8164b2a831b84a57458b21e0746d6bc7015d8d12b9"},{"messageHash":"0xfe16b41407c839eea627c4aceca1f64ad5fb76d07fb219957e4ea2c7d360d352"},{"messageHash":"0x8e14ca24cb582639658cdbcb45f6a01393e909eba112ddce126efadf5bb48343"},{"messageHash":"0xb8926073919e9367c8b166920de597807600ddfe71b3b008fb9e79e092bbfe7e"}]}'
|
|
2026-02-28 20:30:20.600 DEBUG [src.steps.store] messages length is 10
|
|
2026-02-28 20:30:20.602 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-28 20:30:20.603 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-28 20:30:20.603 DEBUG [src.node.waku_node] Stopping container with id 2d50a393bbf5
|
|
2026-02-28 20:30:21.191 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:30:21.192 DEBUG [src.node.waku_node] Stopping container with id 8908d81c4ea6
|
|
2026-02-28 20:30:21.762 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:30:21.762 DEBUG [src.node.waku_node] Stopping container with id e1ac72cc95cf
|
|
2026-02-28 20:30:22.010 ERROR [src.node.docker_mananger] Max retries reached for container 2d50a393bbf5. Exiting log stream.
|
|
2026-02-28 20:30:22.381 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:30:22.388 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-28 20:30:22.396 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 20:30:22.418 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 20:30:22.426 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|