mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-08 21:03:08 +00:00
64 lines
12 KiB
Plaintext
64 lines
12 KiB
Plaintext
2026-02-27 04:34:29.791 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-27 04:34:29.791 DEBUG [tests.conftest] Running test: test_filter_ping_on_peer_without_subscription with id: 2026-02-27_04-34-29__da695726-7c37-44fc-99ea-acac56f8bceb
|
|
2026-02-27 04:34:29.791 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-27 04:34:29.791 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-02-27 04:34:29.792 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-02-27 04:34:29.798 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-27 04:34:29.798 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-27_04-34-29__da695726-7c37-44fc-99ea-acac56f8bceb__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:29.798 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-27 04:34:29.798 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-27 04:34:29.800 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-27 04:34:29.800 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.191.76
|
|
2026-02-27 04:34:29.800 DEBUG [src.node.docker_mananger] Generated ports ['3361', '3362', '3363', '3364', '3365']
|
|
2026-02-27 04:34:29.800 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-27 04:34:29.800 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-27 04:34:29.800 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-27 04:34:29.801 DEBUG [src.node.docker_mananger] docker run -i -t -p 3361:3361 -p 3362:3362 -p 3363:3363 -p 3364:3364 -p 3365:3365 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=3363 --rest-port=3361 --tcp-port=3362 --discv5-udp-port=3364 --rest-address=0.0.0.0 --nat=extip:172.18.191.76 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=de0bd2e5ebf0a551ee42ef7c4c39114d6ceab4e1f1ce9ab7fc62bb4ba08a637f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3365 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-27 04:34:29.989 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.191.76 waku 91f274a19e932fff4b3f8c482d54f8a916d68f8d512c57721b1a72ee19e5ca84
|
|
2026-02-27 04:34:30.023 DEBUG [src.node.docker_mananger] Container started with ID 91f274a19e93. Setting up logs at ./log/docker/node1_2026-02-27_04-34-29__da695726-7c37-44fc-99ea-acac56f8bceb__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:30.024 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3361
|
|
2026-02-27 04:34:30.024 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-27 04:34:30.061 ERROR [src.node.docker_mananger] Max retries reached for container e7ddfa117f07. Exiting log stream.
|
|
2026-02-27 04:34:30.580 ERROR [src.node.docker_mananger] Max retries reached for container c986f96b025a. Exiting log stream.
|
|
2026-02-27 04:34:31.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3361/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:34:31.027 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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-27 04:34:31.027 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-27 04:34:31.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3361/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:34:31.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.191.76/tcp/3362/p2p/16Uiu2HAmHyv2nXooPevZf4rDiQ3GaKdi2R8oh57SuvEyUuxbT1Hf","/ip4/172.18.191.76/tcp/3363/ws/p2p/16Uiu2HAmHyv2nXooPevZf4rDiQ3GaKdi2R8oh57SuvEyUuxbT1Hf"],"enrUri":"enr:-L24QB7v5cMVOO_J5VnCfo_LBVtk3oFTtax1MPjaS31d8c0bKPyuJznDCT0pBCh2Vi44qQRtA8gOQcEuiDVfOlc-IlQCgmlkgnY0gmlwhKwSv0yKbXVsdGlhZGRyc5YACASsEr9MBg0iAAoErBK_TAYNI90DgnJzhQADAQAAiXNlY3AyNTZrMaEDTyOWIfOAyYsBtO8zWG94tmk3a-yk9X9adgFG-YqAe9aDdGNwgg0ig3VkcIINJIV3YWt1MgU"}'
|
|
2026-02-27 04:34:31.030 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-27 04:34:31.030 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-02-27 04:34:31.036 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-27 04:34:31.037 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-27_04-34-29__da695726-7c37-44fc-99ea-acac56f8bceb__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:31.037 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-27 04:34:31.037 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-27 04:34:31.038 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-27 04:34:31.038 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.10.172
|
|
2026-02-27 04:34:31.038 DEBUG [src.node.docker_mananger] Generated ports ['45593', '45594', '45595', '45596', '45597']
|
|
2026-02-27 04:34:31.039 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-27 04:34:31.039 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-27 04:34:31.039 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-27 04:34:31.039 DEBUG [src.node.docker_mananger] docker run -i -t -p 45593:45593 -p 45594:45594 -p 45595:45595 -p 45596:45596 -p 45597:45597 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=45595 --rest-port=45593 --tcp-port=45594 --discv5-udp-port=45596 --rest-address=0.0.0.0 --nat=extip:172.18.10.172 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a340bcbad481a6ae9abe0b7f0f9decca4fa24effc51ccd1de5ce9cda6daee7a5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45597 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QB7v5cMVOO_J5VnCfo_LBVtk3oFTtax1MPjaS31d8c0bKPyuJznDCT0pBCh2Vi44qQRtA8gOQcEuiDVfOlc-IlQCgmlkgnY0gmlwhKwSv0yKbXVsdGlhZGRyc5YACASsEr9MBg0iAAoErBK_TAYNI90DgnJzhQADAQAAiXNlY3AyNTZrMaEDTyOWIfOAyYsBtO8zWG94tmk3a-yk9X9adgFG-YqAe9aDdGNwgg0ig3VkcIINJIV3YWt1MgU --filternode=/ip4/172.18.191.76/tcp/3362/p2p/16Uiu2HAmHyv2nXooPevZf4rDiQ3GaKdi2R8oh57SuvEyUuxbT1Hf
|
|
2026-02-27 04:34:31.233 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.10.172 waku b1563e3767ed5e8826e21c9ac3bda353035ebc1b1a7021584fb931b8236b7748
|
|
2026-02-27 04:34:31.267 DEBUG [src.node.docker_mananger] Container started with ID b1563e3767ed. Setting up logs at ./log/docker/node2_2026-02-27_04-34-29__da695726-7c37-44fc-99ea-acac56f8bceb__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:31.268 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45593
|
|
2026-02-27 04:34:31.269 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-27 04:34:32.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45593/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:34:32.272 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":"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-27 04:34:32.272 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-27 04:34:32.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45593/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:34:32.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.10.172/tcp/45594/p2p/16Uiu2HAmMAuMG6gn1kwKjnfkcg4W4czgix7YJEH5mVNncCBUPzZf","/ip4/172.18.10.172/tcp/45595/ws/p2p/16Uiu2HAmMAuMG6gn1kwKjnfkcg4W4czgix7YJEH5mVNncCBUPzZf"],"enrUri":"enr:-L24QLxSTa7OgDOaJRa5AI6zLiKVuWR9pGZnkS92bwpLp1bpbH34NiSdBh10aTNHfFsgEySoJnvbNt4A1kghbqhXxoECgmlkgnY0gmlwhKwSCqyKbXVsdGlhZGRyc5YACASsEgqsBrIaAAoErBIKrAayG90DgnJzhQADAQAAiXNlY3AyNTZrMaEDfodD_qmetJKwdI4c66kiVpGbWcJHcXrlWQEP0NFz4AqDdGNwgrIag3VkcIKyHIV3YWt1MgA"}'
|
|
2026-02-27 04:34:32.275 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-27 04:34:32.275 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45593/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.191.76/tcp/3362/p2p/16Uiu2HAmHyv2nXooPevZf4rDiQ3GaKdi2R8oh57SuvEyUuxbT1Hf"]'
|
|
2026-02-27 04:34:32.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:34:32.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45593/filter/v2/subscriptions/c3975e5b-459d-49b7-a141-88fad2d740e5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:34:32.335 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:45593/filter/v2/subscriptions/c3975e5b-459d-49b7-a141-88fad2d740e5. Response content: b'{"requestId":"c3975e5b-459d-49b7-a141-88fad2d740e5","statusDesc":"NOT_FOUND: peer has no subscriptions"}'
|
|
2026-02-27 04:34:32.345 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-27 04:34:32.346 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-27 04:34:32.347 DEBUG [src.node.waku_node] Stopping container with id 91f274a19e93
|
|
2026-02-27 04:34:32.861 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-27 04:34:32.862 DEBUG [src.node.waku_node] Stopping container with id b1563e3767ed
|
|
2026-02-27 04:34:33.388 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-27 04:34:33.390 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-27 04:34:33.399 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-27 04:34:33.403 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|