Advertisement
Guest User

Untitled

a guest
May 14th, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 285.10 KB | None | 0 0
  1.  
  2. python -m pip install -r requirements.txt
  3. Collecting langchain==0.0.166 (from -r requirements.txt (line 1))
  4. Downloading langchain-0.0.166-py3-none-any.whl (803 kB)
  5. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 803.5/803.5 kB 1.7 MB/s eta 0:00:00
  6. Collecting pygpt4all==1.1.0 (from -r requirements.txt (line 2))
  7. Downloading pygpt4all-1.1.0.tar.gz (4.4 kB)
  8. Preparing metadata (setup.py) ... done
  9. Collecting qdrant-client==1.1.7 (from -r requirements.txt (line 3))
  10. Downloading qdrant_client-1.1.7-py3-none-any.whl (127 kB)
  11. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127.8/127.8 kB 2.6 MB/s eta 0:00:00
  12. Collecting llama-cpp-python==0.1.49 (from -r requirements.txt (line 4))
  13. Downloading llama_cpp_python-0.1.49.tar.gz (1.1 MB)
  14. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 2.1 MB/s eta 0:00:00
  15. Installing build dependencies ... done
  16. Getting requirements to build wheel ... done
  17. Preparing metadata (pyproject.toml) ... done
  18. Collecting pdfminer.six==20221105 (from -r requirements.txt (line 5))
  19. Downloading pdfminer.six-20221105-py3-none-any.whl (5.6 MB)
  20. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 6.0 MB/s eta 0:00:00
  21. Collecting python-dotenv==1.0.0 (from -r requirements.txt (line 6))
  22. Downloading python_dotenv-1.0.0-py3-none-any.whl (19 kB)
  23. Collecting streamlit==1.22.0 (from -r requirements.txt (line 7))
  24. Downloading streamlit-1.22.0-py2.py3-none-any.whl (8.9 MB)
  25. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.9/8.9 MB 7.6 MB/s eta 0:00:00
  26. Collecting streamlit-chat==0.0.2.2 (from -r requirements.txt (line 8))
  27. Downloading streamlit_chat-0.0.2.2-py3-none-any.whl (1.7 MB)
  28. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 11.3 MB/s eta 0:00:00
  29. Collecting streamlit-extras==0.2.7 (from -r requirements.txt (line 9))
  30. Downloading streamlit_extras-0.2.7-py3-none-any.whl (48 kB)
  31. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.8/48.8 kB 4.9 MB/s eta 0:00:00
  32. Collecting pandoc==2.3 (from -r requirements.txt (line 10))
  33. Downloading pandoc-2.3.tar.gz (33 kB)
  34. Preparing metadata (setup.py) ... done
  35. Collecting unstructured==0.6.6 (from -r requirements.txt (line 11))
  36. Downloading unstructured-0.6.6-py3-none-any.whl (1.3 MB)
  37. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 5.6 MB/s eta 0:00:00
  38. Collecting PyYAML>=5.4.1 (from langchain==0.0.166->-r requirements.txt (line 1))
  39. Using cached PyYAML-6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB)
  40. Collecting SQLAlchemy<3,>=1.4 (from langchain==0.0.166->-r requirements.txt (line 1))
  41. Downloading SQLAlchemy-2.0.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB)
  42. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 9.4 MB/s eta 0:00:00
  43. Collecting aiohttp<4.0.0,>=3.8.3 (from langchain==0.0.166->-r requirements.txt (line 1))
  44. Downloading aiohttp-3.8.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB)
  45. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 18.9 MB/s eta 0:00:00
  46. Collecting dataclasses-json<0.6.0,>=0.5.7 (from langchain==0.0.166->-r requirements.txt (line 1))
  47. Downloading dataclasses_json-0.5.7-py3-none-any.whl (25 kB)
  48. Collecting numexpr<3.0.0,>=2.8.4 (from langchain==0.0.166->-r requirements.txt (line 1))
  49. Using cached numexpr-2.8.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (383 kB)
  50. Collecting numpy<2,>=1 (from langchain==0.0.166->-r requirements.txt (line 1))
  51. Using cached numpy-1.24.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB)
  52. Collecting openapi-schema-pydantic<2.0,>=1.2 (from langchain==0.0.166->-r requirements.txt (line 1))
  53. Downloading openapi_schema_pydantic-1.2.4-py3-none-any.whl (90 kB)
  54. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.0/90.0 kB 16.0 MB/s eta 0:00:00
  55. Collecting pydantic<2,>=1 (from langchain==0.0.166->-r requirements.txt (line 1))
  56. Downloading pydantic-1.10.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)
  57. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 12.8 MB/s eta 0:00:00
  58. Collecting requests<3,>=2 (from langchain==0.0.166->-r requirements.txt (line 1))
  59. Using cached requests-2.30.0-py3-none-any.whl (62 kB)
  60. Collecting tenacity<9.0.0,>=8.1.0 (from langchain==0.0.166->-r requirements.txt (line 1))
  61. Downloading tenacity-8.2.2-py3-none-any.whl (24 kB)
  62. Collecting tqdm>=4.48.0 (from langchain==0.0.166->-r requirements.txt (line 1))
  63. Using cached tqdm-4.65.0-py3-none-any.whl (77 kB)
  64. Collecting pyllamacpp (from pygpt4all==1.1.0->-r requirements.txt (line 2))
  65. Downloading pyllamacpp-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (273 kB)
  66. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 273.3/273.3 kB 17.6 MB/s eta 0:00:00
  67. Collecting pygptj (from pygpt4all==1.1.0->-r requirements.txt (line 2))
  68. Downloading pygptj-2.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (246 kB)
  69. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 246.1/246.1 kB 21.5 MB/s eta 0:00:00
  70. Collecting grpcio>=1.41.0 (from qdrant-client==1.1.7->-r requirements.txt (line 3))
  71. Downloading grpcio-1.54.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB)
  72. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.1/5.1 MB 19.9 MB/s eta 0:00:00
  73. Collecting grpcio-tools>=1.41.0 (from qdrant-client==1.1.7->-r requirements.txt (line 3))
  74. Downloading grpcio_tools-1.54.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB)
  75. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 5.0 MB/s eta 0:00:00
  76. Collecting httpx[http2]>=0.14.0 (from qdrant-client==1.1.7->-r requirements.txt (line 3))
  77. Downloading httpx-0.24.0-py3-none-any.whl (75 kB)
  78. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.3/75.3 kB 6.5 MB/s eta 0:00:00
  79. Collecting portalocker<3.0.0,>=2.7.0 (from qdrant-client==1.1.7->-r requirements.txt (line 3))
  80. Downloading portalocker-2.7.0-py2.py3-none-any.whl (15 kB)
  81. Collecting typing-extensions<5.0.0,>=4.0.0 (from qdrant-client==1.1.7->-r requirements.txt (line 3))
  82. Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB)
  83. Collecting urllib3<2.0.0,>=1.26.14 (from qdrant-client==1.1.7->-r requirements.txt (line 3))
  84. Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB)
  85. Collecting charset-normalizer>=2.0.0 (from pdfminer.six==20221105->-r requirements.txt (line 5))
  86. Using cached charset_normalizer-3.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (197 kB)
  87. Collecting cryptography>=36.0.0 (from pdfminer.six==20221105->-r requirements.txt (line 5))
  88. Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB)
  89. Collecting altair<5,>=3.2.0 (from streamlit==1.22.0->-r requirements.txt (line 7))
  90. Downloading altair-4.2.2-py3-none-any.whl (813 kB)
  91. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 813.6/813.6 kB 23.4 MB/s eta 0:00:00
  92. Collecting blinker>=1.0.0 (from streamlit==1.22.0->-r requirements.txt (line 7))
  93. Downloading blinker-1.6.2-py3-none-any.whl (13 kB)
  94. Collecting cachetools>=4.0 (from streamlit==1.22.0->-r requirements.txt (line 7))
  95. Downloading cachetools-5.3.0-py3-none-any.whl (9.3 kB)
  96. Collecting click>=7.0 (from streamlit==1.22.0->-r requirements.txt (line 7))
  97. Using cached click-8.1.3-py3-none-any.whl (96 kB)
  98. Collecting importlib-metadata>=1.4 (from streamlit==1.22.0->-r requirements.txt (line 7))
  99. Using cached importlib_metadata-6.6.0-py3-none-any.whl (22 kB)
  100. Collecting packaging>=14.1 (from streamlit==1.22.0->-r requirements.txt (line 7))
  101. Using cached packaging-23.1-py3-none-any.whl (48 kB)
  102. Collecting pandas<3,>=0.25 (from streamlit==1.22.0->-r requirements.txt (line 7))
  103. Using cached pandas-2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.2 MB)
  104. Collecting pillow>=6.2.0 (from streamlit==1.22.0->-r requirements.txt (line 7))
  105. Using cached Pillow-9.5.0-cp311-cp311-manylinux_2_28_x86_64.whl (3.4 MB)
  106. Collecting protobuf<4,>=3.12 (from streamlit==1.22.0->-r requirements.txt (line 7))
  107. Downloading protobuf-3.20.3-py2.py3-none-any.whl (162 kB)
  108. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.1/162.1 kB 28.7 MB/s eta 0:00:00
  109. Collecting pyarrow>=4.0 (from streamlit==1.22.0->-r requirements.txt (line 7))
  110. Downloading pyarrow-12.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.9 MB)
  111. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.9/38.9 MB 3.0 MB/s eta 0:00:00
  112. Collecting pympler>=0.9 (from streamlit==1.22.0->-r requirements.txt (line 7))
  113. Downloading Pympler-1.0.1-py3-none-any.whl (164 kB)
  114. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.8/164.8 kB 8.5 MB/s eta 0:00:00
  115. Collecting python-dateutil (from streamlit==1.22.0->-r requirements.txt (line 7))
  116. Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
  117. Collecting rich>=10.11.0 (from streamlit==1.22.0->-r requirements.txt (line 7))
  118. Downloading rich-13.3.5-py3-none-any.whl (238 kB)
  119. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.7/238.7 kB 20.3 MB/s eta 0:00:00
  120. Collecting toml (from streamlit==1.22.0->-r requirements.txt (line 7))
  121. Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
  122. Collecting tzlocal>=1.1 (from streamlit==1.22.0->-r requirements.txt (line 7))
  123. Downloading tzlocal-5.0-py3-none-any.whl (20 kB)
  124. Collecting validators>=0.2 (from streamlit==1.22.0->-r requirements.txt (line 7))
  125. Downloading validators-0.20.0.tar.gz (30 kB)
  126. Preparing metadata (setup.py) ... done
  127. Collecting gitpython!=3.1.19 (from streamlit==1.22.0->-r requirements.txt (line 7))
  128. Downloading GitPython-3.1.31-py3-none-any.whl (184 kB)
  129. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.3/184.3 kB 38.3 MB/s eta 0:00:00
  130. Collecting pydeck>=0.1.dev5 (from streamlit==1.22.0->-r requirements.txt (line 7))
  131. Downloading pydeck-0.8.1b0-py2.py3-none-any.whl (4.8 MB)
  132. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.8/4.8 MB 12.5 MB/s eta 0:00:00
  133. Collecting tornado>=6.0.3 (from streamlit==1.22.0->-r requirements.txt (line 7))
  134. Downloading tornado-6.3.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (426 kB)
  135. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 426.9/426.9 kB 12.2 MB/s eta 0:00:00
  136. Collecting watchdog (from streamlit==1.22.0->-r requirements.txt (line 7))
  137. Downloading watchdog-3.0.0-py3-none-manylinux2014_x86_64.whl (82 kB)
  138. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.1/82.1 kB 27.8 MB/s eta 0:00:00
  139. Collecting htbuilder==0.6.1 (from streamlit-extras==0.2.7->-r requirements.txt (line 9))
  140. Downloading htbuilder-0.6.1.tar.gz (10 kB)
  141. Preparing metadata (setup.py) ... done
  142. Collecting markdownlit>=0.0.5 (from streamlit-extras==0.2.7->-r requirements.txt (line 9))
  143. Downloading markdownlit-0.0.7-py3-none-any.whl (15 kB)
  144. Collecting st-annotated-text>=3.0.0 (from streamlit-extras==0.2.7->-r requirements.txt (line 9))
  145. Downloading st-annotated-text-4.0.0.tar.gz (7.8 kB)
  146. Preparing metadata (setup.py) ... done
  147. Collecting streamlit-camera-input-live>=0.2.0 (from streamlit-extras==0.2.7->-r requirements.txt (line 9))
  148. Downloading streamlit_camera_input_live-0.2.0-py3-none-any.whl (6.6 kB)
  149. Collecting streamlit-card>=0.0.4 (from streamlit-extras==0.2.7->-r requirements.txt (line 9))
  150. Downloading streamlit_card-0.0.4-py3-none-any.whl (679 kB)
  151. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 679.4/679.4 kB 6.1 MB/s eta 0:00:00
  152. Collecting streamlit-embedcode>=0.1.2 (from streamlit-extras==0.2.7->-r requirements.txt (line 9))
  153. Downloading streamlit_embedcode-0.1.2-py3-none-any.whl (3.5 kB)
  154. Collecting streamlit-faker>=0.0.2 (from streamlit-extras==0.2.7->-r requirements.txt (line 9))
  155. Downloading streamlit_faker-0.0.2-py3-none-any.whl (9.8 kB)
  156. Collecting streamlit-image-coordinates<0.2.0,>=0.1.1 (from streamlit-extras==0.2.7->-r requirements.txt (line 9))
  157. Downloading streamlit_image_coordinates-0.1.3-py3-none-any.whl (6.3 kB)
  158. Collecting streamlit-keyup>=0.1.9 (from streamlit-extras==0.2.7->-r requirements.txt (line 9))
  159. Downloading streamlit_keyup-0.2.0-py3-none-any.whl (7.4 kB)
  160. Collecting streamlit-toggle-switch>=1.0.2 (from streamlit-extras==0.2.7->-r requirements.txt (line 9))
  161. Downloading streamlit_toggle_switch-1.0.2-py3-none-any.whl (635 kB)
  162. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 635.4/635.4 kB 16.5 MB/s eta 0:00:00
  163. Collecting streamlit-vertical-slider>=1.0.2 (from streamlit-extras==0.2.7->-r requirements.txt (line 9))
  164. Downloading streamlit_vertical_slider-1.0.2-py3-none-any.whl (624 kB)
  165. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 624.3/624.3 kB 20.9 MB/s eta 0:00:00
  166. Collecting plumbum (from pandoc==2.3->-r requirements.txt (line 10))
  167. Downloading plumbum-1.8.1-py3-none-any.whl (126 kB)
  168. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.7/126.7 kB 37.4 MB/s eta 0:00:00
  169. Collecting ply (from pandoc==2.3->-r requirements.txt (line 10))
  170. Using cached ply-3.11-py2.py3-none-any.whl (49 kB)
  171. Collecting argilla (from unstructured==0.6.6->-r requirements.txt (line 11))
  172. Downloading argilla-1.7.0-py3-none-any.whl (2.2 MB)
  173. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 14.5 MB/s eta 0:00:00
  174. Collecting lxml (from unstructured==0.6.6->-r requirements.txt (line 11))
  175. Using cached lxml-4.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.2 MB)
  176. Collecting msg-parser (from unstructured==0.6.6->-r requirements.txt (line 11))
  177. Downloading msg_parser-1.2.0-py2.py3-none-any.whl (101 kB)
  178. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 11.3 MB/s eta 0:00:00
  179. Collecting nltk (from unstructured==0.6.6->-r requirements.txt (line 11))
  180. Downloading nltk-3.8.1-py3-none-any.whl (1.5 MB)
  181. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 10.3 MB/s eta 0:00:00
  182. Collecting openpyxl (from unstructured==0.6.6->-r requirements.txt (line 11))
  183. Downloading openpyxl-3.1.2-py2.py3-none-any.whl (249 kB)
  184. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.0/250.0 kB 10.9 MB/s eta 0:00:00
  185. Collecting pypandoc (from unstructured==0.6.6->-r requirements.txt (line 11))
  186. Downloading pypandoc-1.11-py3-none-any.whl (20 kB)
  187. Collecting python-docx (from unstructured==0.6.6->-r requirements.txt (line 11))
  188. Downloading python-docx-0.8.11.tar.gz (5.6 MB)
  189. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 9.5 MB/s eta 0:00:00
  190. Preparing metadata (setup.py) ... done
  191. Collecting python-pptx (from unstructured==0.6.6->-r requirements.txt (line 11))
  192. Downloading python-pptx-0.6.21.tar.gz (10.1 MB)
  193. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 12.0 MB/s eta 0:00:00
  194. Preparing metadata (setup.py) ... done
  195. Collecting python-magic (from unstructured==0.6.6->-r requirements.txt (line 11))
  196. Downloading python_magic-0.4.27-py2.py3-none-any.whl (13 kB)
  197. Collecting markdown (from unstructured==0.6.6->-r requirements.txt (line 11))
  198. Downloading Markdown-3.4.3-py3-none-any.whl (93 kB)
  199. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.9/93.9 kB 14.1 MB/s eta 0:00:00
  200. Collecting certifi>=2022.12.07 (from unstructured==0.6.6->-r requirements.txt (line 11))
  201. Downloading certifi-2023.5.7-py3-none-any.whl (156 kB)
  202. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.0/157.0 kB 7.3 MB/s eta 0:00:00
  203. Collecting more-itertools (from htbuilder==0.6.1->streamlit-extras==0.2.7->-r requirements.txt (line 9))
  204. Using cached more_itertools-9.1.0-py3-none-any.whl (54 kB)
  205. Collecting attrs>=17.3.0 (from aiohttp<4.0.0,>=3.8.3->langchain==0.0.166->-r requirements.txt (line 1))
  206. Using cached attrs-23.1.0-py3-none-any.whl (61 kB)
  207. Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.8.3->langchain==0.0.166->-r requirements.txt (line 1))
  208. Downloading multidict-6.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (117 kB)
  209. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.4/117.4 kB 12.9 MB/s eta 0:00:00
  210. Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp<4.0.0,>=3.8.3->langchain==0.0.166->-r requirements.txt (line 1))
  211. Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
  212. Collecting yarl<2.0,>=1.0 (from aiohttp<4.0.0,>=3.8.3->langchain==0.0.166->-r requirements.txt (line 1))
  213. Downloading yarl-1.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB)
  214. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 282.8/282.8 kB 25.6 MB/s eta 0:00:00
  215. Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.8.3->langchain==0.0.166->-r requirements.txt (line 1))
  216. Downloading frozenlist-1.3.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (154 kB)
  217. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.3/154.3 kB 15.4 MB/s eta 0:00:00
  218. Collecting aiosignal>=1.1.2 (from aiohttp<4.0.0,>=3.8.3->langchain==0.0.166->-r requirements.txt (line 1))
  219. Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
  220. Collecting entrypoints (from altair<5,>=3.2.0->streamlit==1.22.0->-r requirements.txt (line 7))
  221. Using cached entrypoints-0.4-py3-none-any.whl (5.3 kB)
  222. Collecting jinja2 (from altair<5,>=3.2.0->streamlit==1.22.0->-r requirements.txt (line 7))
  223. Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
  224. Collecting jsonschema>=3.0 (from altair<5,>=3.2.0->streamlit==1.22.0->-r requirements.txt (line 7))
  225. Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB)
  226. Collecting toolz (from altair<5,>=3.2.0->streamlit==1.22.0->-r requirements.txt (line 7))
  227. Using cached toolz-0.12.0-py3-none-any.whl (55 kB)
  228. Collecting cffi>=1.12 (from cryptography>=36.0.0->pdfminer.six==20221105->-r requirements.txt (line 5))
  229. Using cached cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (462 kB)
  230. Collecting marshmallow<4.0.0,>=3.3.0 (from dataclasses-json<0.6.0,>=0.5.7->langchain==0.0.166->-r requirements.txt (line 1))
  231. Downloading marshmallow-3.19.0-py3-none-any.whl (49 kB)
  232. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 8.2 MB/s eta 0:00:00
  233. Collecting marshmallow-enum<2.0.0,>=1.5.1 (from dataclasses-json<0.6.0,>=0.5.7->langchain==0.0.166->-r requirements.txt (line 1))
  234. Downloading marshmallow_enum-1.5.1-py2.py3-none-any.whl (4.2 kB)
  235. Collecting typing-inspect>=0.4.0 (from dataclasses-json<0.6.0,>=0.5.7->langchain==0.0.166->-r requirements.txt (line 1))
  236. Using cached typing_inspect-0.8.0-py3-none-any.whl (8.7 kB)
  237. Collecting gitdb<5,>=4.0.1 (from gitpython!=3.1.19->streamlit==1.22.0->-r requirements.txt (line 7))
  238. Downloading gitdb-4.0.10-py3-none-any.whl (62 kB)
  239. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 22.6 MB/s eta 0:00:00
  240. INFO: pip is looking at multiple versions of grpcio-tools to determine which version is compatible with other requirements. This could take a while.
  241. Collecting grpcio-tools>=1.41.0 (from qdrant-client==1.1.7->-r requirements.txt (line 3))
  242. Downloading grpcio_tools-1.54.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB)
  243. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 18.1 MB/s eta 0:00:00
  244. Downloading grpcio_tools-1.53.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB)
  245. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 5.9 MB/s eta 0:00:00
  246. Downloading grpcio_tools-1.53.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB)
  247. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 8.7 MB/s eta 0:00:00
  248. Downloading grpcio_tools-1.51.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB)
  249. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 5.2 MB/s eta 0:00:00
  250. Downloading grpcio_tools-1.51.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB)
  251. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 4.3 MB/s eta 0:00:00
  252. Downloading grpcio_tools-1.50.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB)
  253. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 5.1 MB/s eta 0:00:00
  254. Downloading grpcio_tools-1.49.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB)
  255. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 12.0 MB/s eta 0:00:00
  256. INFO: pip is looking at multiple versions of grpcio-tools to determine which version is compatible with other requirements. This could take a while.
  257. Downloading grpcio-tools-1.48.2.tar.gz (2.2 MB)
  258. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 10.0 MB/s eta 0:00:00
  259. Preparing metadata (setup.py) ... done
  260. Requirement already satisfied: setuptools in ./venv/lib/python3.11/site-packages (from grpcio-tools>=1.41.0->qdrant-client==1.1.7->-r requirements.txt (line 3)) (67.6.1)
  261. Collecting httpcore<0.18.0,>=0.15.0 (from httpx[http2]>=0.14.0->qdrant-client==1.1.7->-r requirements.txt (line 3))
  262. Downloading httpcore-0.17.0-py3-none-any.whl (70 kB)
  263. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.6/70.6 kB 339.4 kB/s eta 0:00:00
  264. Collecting idna (from httpx[http2]>=0.14.0->qdrant-client==1.1.7->-r requirements.txt (line 3))
  265. Using cached idna-3.4-py3-none-any.whl (61 kB)
  266. Collecting sniffio (from httpx[http2]>=0.14.0->qdrant-client==1.1.7->-r requirements.txt (line 3))
  267. Using cached sniffio-1.3.0-py3-none-any.whl (10 kB)
  268. Collecting h2<5,>=3 (from httpx[http2]>=0.14.0->qdrant-client==1.1.7->-r requirements.txt (line 3))
  269. Downloading h2-4.1.0-py3-none-any.whl (57 kB)
  270. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 6.4 MB/s eta 0:00:00
  271. Collecting zipp>=0.5 (from importlib-metadata>=1.4->streamlit==1.22.0->-r requirements.txt (line 7))
  272. Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB)
  273. Collecting favicon (from markdownlit>=0.0.5->streamlit-extras==0.2.7->-r requirements.txt (line 9))
  274. Downloading favicon-0.7.0-py2.py3-none-any.whl (5.9 kB)
  275. Collecting pymdown-extensions (from markdownlit>=0.0.5->streamlit-extras==0.2.7->-r requirements.txt (line 9))
  276. Downloading pymdown_extensions-9.11-py3-none-any.whl (239 kB)
  277. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.9/239.9 kB 10.4 MB/s eta 0:00:00
  278. Collecting pytz>=2020.1 (from pandas<3,>=0.25->streamlit==1.22.0->-r requirements.txt (line 7))
  279. Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB)
  280. Collecting tzdata>=2022.1 (from pandas<3,>=0.25->streamlit==1.22.0->-r requirements.txt (line 7))
  281. Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB)
  282. Collecting six>=1.5 (from python-dateutil->streamlit==1.22.0->-r requirements.txt (line 7))
  283. Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
  284. Collecting markdown-it-py<3.0.0,>=2.2.0 (from rich>=10.11.0->streamlit==1.22.0->-r requirements.txt (line 7))
  285. Downloading markdown_it_py-2.2.0-py3-none-any.whl (84 kB)
  286. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.5/84.5 kB 20.6 MB/s eta 0:00:00
  287. Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->streamlit==1.22.0->-r requirements.txt (line 7))
  288. Using cached Pygments-2.15.1-py3-none-any.whl (1.1 MB)
  289. Collecting greenlet!=0.4.17 (from SQLAlchemy<3,>=1.4->langchain==0.0.166->-r requirements.txt (line 1))
  290. Downloading greenlet-2.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618 kB)
  291. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 618.8/618.8 kB 14.4 MB/s eta 0:00:00
  292. Collecting faker (from streamlit-faker>=0.0.2->streamlit-extras==0.2.7->-r requirements.txt (line 9))
  293. Downloading Faker-18.7.0-py3-none-any.whl (1.7 MB)
  294. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 18.7 MB/s eta 0:00:00
  295. Collecting matplotlib (from streamlit-faker>=0.0.2->streamlit-extras==0.2.7->-r requirements.txt (line 9))
  296. Using cached matplotlib-3.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB)
  297. Collecting decorator>=3.4.0 (from validators>=0.2->streamlit==1.22.0->-r requirements.txt (line 7))
  298. Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
  299. INFO: pip is looking at multiple versions of argilla to determine which version is compatible with other requirements. This could take a while.
  300. Collecting argilla (from unstructured==0.6.6->-r requirements.txt (line 11))
  301. Downloading argilla-1.6.0-py3-none-any.whl (2.2 MB)
  302. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 15.0 MB/s eta 0:00:00
  303. Downloading argilla-1.5.1-py3-none-any.whl (2.0 MB)
  304. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 20.0 MB/s eta 0:00:00
  305. Downloading argilla-1.5.0-py3-none-any.whl (2.0 MB)
  306. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 10.6 MB/s eta 0:00:00
  307. Downloading argilla-1.4.1-py3-none-any.whl (2.0 MB)
  308. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 17.5 MB/s eta 0:00:00
  309. Downloading argilla-1.4.0-py3-none-any.whl (2.0 MB)
  310. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 17.2 MB/s eta 0:00:00
  311. Downloading argilla-1.3.2-py3-none-any.whl (2.0 MB)
  312. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 11.6 MB/s eta 0:00:00
  313. Downloading argilla-1.3.1-py3-none-any.whl (2.0 MB)
  314. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 20.0 MB/s eta 0:00:00
  315. INFO: pip is looking at multiple versions of argilla to determine which version is compatible with other requirements. This could take a while.
  316. Downloading argilla-1.3.0-py3-none-any.whl (2.0 MB)
  317. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 14.9 MB/s eta 0:00:00
  318. Downloading argilla-1.2.2-py3-none-any.whl (1.8 MB)
  319. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 19.8 MB/s eta 0:00:00
  320. Downloading argilla-1.2.1-py3-none-any.whl (1.8 MB)
  321. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 23.2 MB/s eta 0:00:00
  322. Downloading argilla-1.2.0-py3-none-any.whl (1.8 MB)
  323. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 19.4 MB/s eta 0:00:00
  324. Downloading argilla-1.1.1-py3-none-any.whl (1.7 MB)
  325. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 20.7 MB/s eta 0:00:00
  326. INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
  327. Downloading argilla-1.1.0-py3-none-any.whl (1.7 MB)
  328. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 16.9 MB/s eta 0:00:00
  329. Downloading argilla-1.0.1-py3-none-any.whl (1.7 MB)
  330. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 9.8 MB/s eta 0:00:00
  331. Downloading argilla-1.0.0-py3-none-any.whl (1.7 MB)
  332. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 18.0 MB/s eta 0:00:00
  333. Downloading argilla-0.0.1-py3-none-any.whl (1.0 kB)
  334. Collecting olefile>=0.46 (from msg-parser->unstructured==0.6.6->-r requirements.txt (line 11))
  335. Downloading olefile-0.46.zip (112 kB)
  336. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.2/112.2 kB 16.3 MB/s eta 0:00:00
  337. Preparing metadata (setup.py) ... done
  338. Collecting joblib (from nltk->unstructured==0.6.6->-r requirements.txt (line 11))
  339. Using cached joblib-1.2.0-py3-none-any.whl (297 kB)
  340. Collecting regex>=2021.8.3 (from nltk->unstructured==0.6.6->-r requirements.txt (line 11))
  341. Downloading regex-2023.5.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (780 kB)
  342. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 780.9/780.9 kB 21.4 MB/s eta 0:00:00
  343. Collecting et-xmlfile (from openpyxl->unstructured==0.6.6->-r requirements.txt (line 11))
  344. Downloading et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB)
  345. Collecting XlsxWriter>=0.5.7 (from python-pptx->unstructured==0.6.6->-r requirements.txt (line 11))
  346. Downloading XlsxWriter-3.1.0-py3-none-any.whl (152 kB)
  347. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.7/152.7 kB 20.0 MB/s eta 0:00:00
  348. Collecting pycparser (from cffi>=1.12->cryptography>=36.0.0->pdfminer.six==20221105->-r requirements.txt (line 5))
  349. Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
  350. Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython!=3.1.19->streamlit==1.22.0->-r requirements.txt (line 7))
  351. Downloading smmap-5.0.0-py3-none-any.whl (24 kB)
  352. Collecting hyperframe<7,>=6.0 (from h2<5,>=3->httpx[http2]>=0.14.0->qdrant-client==1.1.7->-r requirements.txt (line 3))
  353. Downloading hyperframe-6.0.1-py3-none-any.whl (12 kB)
  354. Collecting hpack<5,>=4.0 (from h2<5,>=3->httpx[http2]>=0.14.0->qdrant-client==1.1.7->-r requirements.txt (line 3))
  355. Downloading hpack-4.0.0-py3-none-any.whl (32 kB)
  356. Collecting h11<0.15,>=0.13 (from httpcore<0.18.0,>=0.15.0->httpx[http2]>=0.14.0->qdrant-client==1.1.7->-r requirements.txt (line 3))
  357. Downloading h11-0.14.0-py3-none-any.whl (58 kB)
  358. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 14.1 MB/s eta 0:00:00
  359. Collecting anyio<5.0,>=3.0 (from httpcore<0.18.0,>=0.15.0->httpx[http2]>=0.14.0->qdrant-client==1.1.7->-r requirements.txt (line 3))
  360. Using cached anyio-3.6.2-py3-none-any.whl (80 kB)
  361. Collecting MarkupSafe>=2.0 (from jinja2->altair<5,>=3.2.0->streamlit==1.22.0->-r requirements.txt (line 7))
  362. Using cached MarkupSafe-2.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27 kB)
  363. Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema>=3.0->altair<5,>=3.2.0->streamlit==1.22.0->-r requirements.txt (line 7))
  364. Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB)
  365. Collecting mdurl~=0.1 (from markdown-it-py<3.0.0,>=2.2.0->rich>=10.11.0->streamlit==1.22.0->-r requirements.txt (line 7))
  366. Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
  367. Collecting mypy-extensions>=0.3.0 (from typing-inspect>=0.4.0->dataclasses-json<0.6.0,>=0.5.7->langchain==0.0.166->-r requirements.txt (line 1))
  368. Using cached mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)
  369. Collecting beautifulsoup4>=4.7.0 (from favicon->markdownlit>=0.0.5->streamlit-extras==0.2.7->-r requirements.txt (line 9))
  370. Using cached beautifulsoup4-4.12.2-py3-none-any.whl (142 kB)
  371. Collecting contourpy>=1.0.1 (from matplotlib->streamlit-faker>=0.0.2->streamlit-extras==0.2.7->-r requirements.txt (line 9))
  372. Using cached contourpy-1.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (299 kB)
  373. Collecting cycler>=0.10 (from matplotlib->streamlit-faker>=0.0.2->streamlit-extras==0.2.7->-r requirements.txt (line 9))
  374. Using cached cycler-0.11.0-py3-none-any.whl (6.4 kB)
  375. Collecting fonttools>=4.22.0 (from matplotlib->streamlit-faker>=0.0.2->streamlit-extras==0.2.7->-r requirements.txt (line 9))
  376. Downloading fonttools-4.39.4-py3-none-any.whl (1.0 MB)
  377. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 9.6 MB/s eta 0:00:00
  378. Collecting kiwisolver>=1.0.1 (from matplotlib->streamlit-faker>=0.0.2->streamlit-extras==0.2.7->-r requirements.txt (line 9))
  379. Using cached kiwisolver-1.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB)
  380. Collecting pyparsing>=2.3.1 (from matplotlib->streamlit-faker>=0.0.2->streamlit-extras==0.2.7->-r requirements.txt (line 9))
  381. Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB)
  382. Collecting soupsieve>1.2 (from beautifulsoup4>=4.7.0->favicon->markdownlit>=0.0.5->streamlit-extras==0.2.7->-r requirements.txt (line 9))
  383. Using cached soupsieve-2.4.1-py3-none-any.whl (36 kB)
  384. Building wheels for collected packages: pygpt4all, llama-cpp-python, pandoc, htbuilder, grpcio-tools, st-annotated-text, validators, python-docx, python-pptx, olefile
  385. Building wheel for pygpt4all (setup.py) ... done
  386. Created wheel for pygpt4all: filename=pygpt4all-1.1.0-py3-none-any.whl size=5842 sha256=c2ac0d02881920522f3c40e02a3be32bacb409c0441d6a65e0e934ae615073eb
  387. Stored in directory: /home/Hippa/.cache/pip/wheels/36/ab/8c/440c6ccf98affd60077617cae112189a22bd2e4edeebc04b39
  388. Building wheel for llama-cpp-python (pyproject.toml) ... done
  389. Created wheel for llama-cpp-python: filename=llama_cpp_python-0.1.49-cp311-cp311-linux_x86_64.whl size=185081 sha256=54c7b3eb05ad0f11bd736fafe0152f2a96e2db53df35e667073f5c9bbd0d7b65
  390. Stored in directory: /home/Hippa/.cache/pip/wheels/2c/ba/ea/1fafe6fa034390d573846cd65183a5e6e0e4baab3ffda79066
  391. Building wheel for pandoc (setup.py) ... done
  392. Created wheel for pandoc: filename=pandoc-2.3-py3-none-any.whl size=33262 sha256=9a2636370c6b4b0a7ad88b646aaedefc3616d2b02ebaab7965686a7c644579e1
  393. Stored in directory: /home/Hippa/.cache/pip/wheels/1c/a9/c4/6254542c4e8202d52fcd69798d2507aaad1f2a4bb60f2f0fea
  394. Building wheel for htbuilder (setup.py) ... done
  395. Created wheel for htbuilder: filename=htbuilder-0.6.1-py3-none-any.whl size=12440 sha256=c396297ce92c2a7b99c98b20da98c26cead325b7b755b1d2411dc1062cb28c1f
  396. Stored in directory: /home/Hippa/.cache/pip/wheels/e2/b3/8b/3178ccf0d59f158ee457e114026064d78b2c91bbf29f3d87b6
  397. Building wheel for grpcio-tools (setup.py) ... error
  398. error: subprocess-exited-with-error
  399.  
  400. × python setup.py bdist_wheel did not run successfully.
  401. │ exit code: 1
  402. ╰─> [1327 lines of output]
  403. running bdist_wheel
  404. running build
  405. running build_py
  406. creating build
  407. creating build/lib.linux-x86_64-cpython-311
  408. creating build/lib.linux-x86_64-cpython-311/grpc_tools
  409. copying grpc_tools/command.py -> build/lib.linux-x86_64-cpython-311/grpc_tools
  410. copying grpc_tools/protoc.py -> build/lib.linux-x86_64-cpython-311/grpc_tools
  411. copying grpc_tools/__init__.py -> build/lib.linux-x86_64-cpython-311/grpc_tools
  412. creating build/lib.linux-x86_64-cpython-311/grpc_tools/_proto
  413. creating build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google
  414. creating build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf
  415. copying grpc_tools/_proto/google/protobuf/wrappers.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf
  416. copying grpc_tools/_proto/google/protobuf/type.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf
  417. copying grpc_tools/_proto/google/protobuf/timestamp.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf
  418. copying grpc_tools/_proto/google/protobuf/struct.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf
  419. copying grpc_tools/_proto/google/protobuf/source_context.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf
  420. copying grpc_tools/_proto/google/protobuf/field_mask.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf
  421. copying grpc_tools/_proto/google/protobuf/empty.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf
  422. copying grpc_tools/_proto/google/protobuf/duration.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf
  423. copying grpc_tools/_proto/google/protobuf/descriptor.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf
  424. creating build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf/compiler
  425. copying grpc_tools/_proto/google/protobuf/compiler/plugin.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf/compiler
  426. copying grpc_tools/_proto/google/protobuf/api.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf
  427. copying grpc_tools/_proto/google/protobuf/any.proto -> build/lib.linux-x86_64-cpython-311/grpc_tools/_proto/google/protobuf
  428. running build_ext
  429. building 'grpc_tools._protoc_compiler' extension
  430. creating build/temp.linux-x86_64-cpython-311
  431. creating build/temp.linux-x86_64-cpython-311/grpc_root
  432. creating build/temp.linux-x86_64-cpython-311/grpc_root/src
  433. creating build/temp.linux-x86_64-cpython-311/grpc_root/src/compiler
  434. creating build/temp.linux-x86_64-cpython-311/grpc_tools
  435. creating build/temp.linux-x86_64-cpython-311/third_party
  436. creating build/temp.linux-x86_64-cpython-311/third_party/protobuf
  437. creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src
  438. creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google
  439. creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf
  440. creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler
  441. creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp
  442. creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp
  443. creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java
  444. creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/js
  445. creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec
  446. creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/php
  447. creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/python
  448. creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/ruby
  449. creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io
  450. creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/stubs
  451. creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util
  452. creating build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/internal
  453. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c grpc_root/src/compiler/python_generator.cc -o build/temp.linux-x86_64-cpython-311/grpc_root/src/compiler/python_generator.o -std=c++14 -fno-wrapv -frtti
  454. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/any.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/any.o -std=c++14 -fno-wrapv -frtti
  455. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/api.pb.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/api.pb.o -std=c++14 -fno-wrapv -frtti
  456. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/code_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/code_generator.o -std=c++14 -fno-wrapv -frtti
  457. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.o -std=c++14 -fno-wrapv -frtti
  458. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.o -std=c++14 -fno-wrapv -frtti
  459. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_map_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_map_field.o -std=c++14 -fno-wrapv -frtti
  460. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.o -std=c++14 -fno-wrapv -frtti
  461. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.o -std=c++14 -fno-wrapv -frtti
  462. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.o -std=c++14 -fno-wrapv -frtti
  463. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.o -std=c++14 -fno-wrapv -frtti
  464. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.o -std=c++14 -fno-wrapv -frtti
  465. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_reflection_class.o -std=c++14 -fno-wrapv -frtti
  466. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.o -std=c++14 -fno-wrapv -frtti
  467. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/importer.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/importer.o -std=c++14 -fno-wrapv -frtti
  468. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_enum.o -std=c++14 -fno-wrapv -frtti
  469. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/any.pb.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/any.pb.o -std=c++14 -fno-wrapv -frtti
  470. third_party/protobuf/src/google/protobuf/compiler/code_generator.cc: In member function ‘virtual bool google::protobuf::compiler::CodeGenerator::GenerateAll(const std::vector<const google::protobuf::FileDescriptor*>&, const string&, google::protobuf::compiler::GeneratorContext*, std::string*) const’:
  471. third_party/protobuf/src/google/protobuf/compiler/code_generator.cc:56:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FileDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  472. 56 | for (int i = 0; i < files.size(); i++) {
  473. | ~~^~~~~~~~~~~~~~
  474. third_party/protobuf/src/google/protobuf/compiler/code_generator.cc: In function ‘void google::protobuf::compiler::ParseGeneratorParameter(const string&, std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >*)’:
  475. third_party/protobuf/src/google/protobuf/compiler/code_generator.cc:112:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  476. 112 | for (int i = 0; i < parts.size(); i++) {
  477. | ~~^~~~~~~~~~~~~~
  478. third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.cc: In member function ‘virtual bool google::protobuf::compiler::csharp::Generator::Generate(const google::protobuf::FileDescriptor*, const string&, google::protobuf::compiler::GeneratorContext*, std::string*) const’:
  479. third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.cc:73:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  480. 73 | for (int i = 0; i < options.size(); i++) {
  481. | ~~^~~~~~~~~~~~~~~~
  482. third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc: In member function ‘void google::protobuf::compiler::java::EnumGenerator::Generate(google::protobuf::io::Printer*)’:
  483. third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc:89:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::EnumValueDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  484. 89 | for (int i = 0; i < canonical_values_.size(); i++) {
  485. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  486. third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc:97:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::EnumValueDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  487. 97 | for (int i = 0; i < canonical_values_.size(); i++) {
  488. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  489. third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc:129:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::compiler::java::EnumGenerator::Alias>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  490. 129 | for (int i = 0; i < aliases_.size(); i++) {
  491. | ~~^~~~~~~~~~~~~~~~~
  492. third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc:203:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::EnumValueDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  493. 203 | for (int i = 0; i < canonical_values_.size(); i++) {
  494. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  495. third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc: In member function ‘bool google::protobuf::compiler::java::EnumGenerator::CanUseEnumValues()’:
  496. third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc:377:32: warning: comparison of integer expressions of different signedness: ‘std::vector<const google::protobuf::EnumValueDescriptor*>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  497. 377 | if (canonical_values_.size() != descriptor_->value_count()) {
  498. | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  499. third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc: In member function ‘void google::protobuf::compiler::csharp::MessageGenerator::GenerateWriteToBody(google::protobuf::io::Printer*, bool)’:
  500. third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc:573:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  501. 573 | for (int i = 0; i < fields_by_number().size(); i++) {
  502. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
  503. third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc: In member function ‘void google::protobuf::compiler::csharp::MessageGenerator::GenerateMainParseLoop(google::protobuf::io::Printer*, bool)’:
  504. third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc:716:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  505. 716 | for (int i = 0; i < fields_by_number().size(); i++) {
  506. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
  507. third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc: In member function ‘int google::protobuf::compiler::csharp::MessageGenerator::GetPresenceIndex(const google::protobuf::FieldDescriptor*)’:
  508. third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc:758:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  509. 758 | for (int i = 0; i < fields_by_number().size(); i++) {
  510. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
  511. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc: In member function ‘virtual void google::protobuf::compiler::cpp::PaddingOptimizer::OptimizeLayout(std::vector<const google::protobuf::FieldDescriptor*>*, const google::protobuf::compiler::cpp::Options&, google::protobuf::compiler::cpp::MessageSCCAnalyzer*)’:
  512. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc:141:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  513. 141 | for (int i = 0; i < fields->size(); ++i) {
  514. | ~~^~~~~~~~~~~~~~~~
  515. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc:179:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::compiler::cpp::{anonymous}::FieldGroup>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  516. 179 | for (int i = 0; i < aligned_to_1[f].size(); i += 4) {
  517. | ~~^~~~~~~~~~~~~~~~~~~~~~~~
  518. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc:181:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::compiler::cpp::{anonymous}::FieldGroup>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  519. 181 | for (int j = i; j < aligned_to_1[f].size() && j < i + 4; ++j) {
  520. | ~~^~~~~~~~~~~~~~~~~~~~~~~~
  521. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc:193:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::compiler::cpp::{anonymous}::FieldGroup>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  522. 193 | for (int i = 0; i < aligned_to_4[f].size(); i += 2) {
  523. | ~~^~~~~~~~~~~~~~~~~~~~~~~~
  524. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc:195:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::compiler::cpp::{anonymous}::FieldGroup>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  525. 195 | for (int j = i; j < aligned_to_4[f].size() && j < i + 2; ++j) {
  526. | ~~^~~~~~~~~~~~~~~~~~~~~~~~
  527. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc:198:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::compiler::cpp::{anonymous}::FieldGroup>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  528. 198 | if (i == aligned_to_4[f].size() - 1) {
  529. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc:218:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::compiler::cpp::{anonymous}::FieldGroup>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  531. 218 | for (int i = 0; i < aligned_to_8[f].size(); ++i) {
  532. | ~~^~~~~~~~~~~~~~~~~~~~~~~~
  533. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc: In constructor ‘google::protobuf::compiler::cpp::FileGenerator::FileGenerator(const google::protobuf::FileDescriptor*, const google::protobuf::compiler::cpp::Options&)’:
  534. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:109:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::Descriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  535. 109 | for (int i = 0; i < msgs.size(); i++) {
  536. | ~~^~~~~~~~~~~~~
  537. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:127:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::ServiceGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  538. 127 | for (int i = 0; i < service_generators_.size(); i++) {
  539. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  540. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc: In member function ‘void google::protobuf::compiler::cpp::FileGenerator::GenerateMacroUndefs(google::protobuf::io::Printer*)’:
  541. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:154:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  542. 154 | for (int i = 0; i < fields.size(); i++) {
  543. | ~~^~~~~~~~~~~~~~~
  544. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:157:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  545. 157 | for (int j = 0; j < GOOGLE_ARRAYSIZE(kMacroNames); ++j) {
  546. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:164:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  547. 164 | for (int i = 0; i < names_to_undef.size(); ++i) {
  548. | ~~^~~~~~~~~~~~~~~~~~~~~~~
  549. third_party/protobuf/src/google/protobuf/compiler/importer.cc: In member function ‘google::protobuf::compiler::DiskSourceTree::DiskFileToVirtualFileResult google::protobuf::compiler::DiskSourceTree::DiskFileToVirtualFile(const string&, std::string*, std::string*)’:
  550. third_party/protobuf/src/google/protobuf/compiler/importer.cc:401:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::compiler::DiskSourceTree::Mapping>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  551. 401 | for (int i = 0; i < mappings_.size(); i++) {
  552. | ~~^~~~~~~~~~~~~~~~~~
  553. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc: In member function ‘void google::protobuf::compiler::cpp::FileGenerator::GenerateGlobalSource(google::protobuf::io::Printer*)’:
  554. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:618:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::EnumGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  555. 618 | for (int i = 0; i < enum_generators_.size(); i++) {
  556. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~
  557. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc: In member function ‘void google::protobuf::compiler::cpp::FileGenerator::GenerateSource(google::protobuf::io::Printer*)’:
  558. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:634:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::MessageGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  559. 634 | for (int i = 0; i < message_generators_.size(); i++) {
  560. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  561. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:655:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::EnumGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  562. 655 | for (int i = 0; i < enum_generators_.size(); i++) {
  563. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~
  564. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:660:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::MessageGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  565. 660 | for (int i = 0; i < message_generators_.size(); i++) {
  566. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  567. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:669:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::ServiceGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  568. 669 | for (int i = 0; i < service_generators_.size(); i++) {
  569. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  570. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:678:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::ExtensionGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  571. 678 | for (int i = 0; i < extension_generators_.size(); i++) {
  572. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  573. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:689:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::MessageGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  574. 689 | for (int i = 0; i < message_generators_.size(); i++) {
  575. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  576. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc: In member function ‘void google::protobuf::compiler::cpp::FileGenerator::GenerateReflectionInitializationCode(google::protobuf::io::Printer*)’:
  577. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:741:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::MessageGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  578. 741 | for (int i = 0; i < message_generators_.size(); i++) {
  579. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  580. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:752:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::MessageGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  581. 752 | for (int i = 0; i < message_generators_.size(); i++) {
  582. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  583. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:764:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::MessageGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  584. 764 | for (int i = 0; i < message_generators_.size(); i++) {
  585. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  586. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:811:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  587. 811 | for (int i = 0; i < file_data.size();) {
  588. | ~~^~~~~~~~~~~~~~~~~~
  589. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:812:48: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  590. 812 | for (int j = 0; j < kBytesPerLine && i < file_data.size(); ++i, ++j) {
  591. | ~~^~~~~~~~~~~~~~~~~~
  592. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:821:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  593. 821 | for (int i = 0; i < file_data.size(); i += kBytesPerLine) {
  594. | ~~^~~~~~~~~~~~~~~~~~
  595. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc: In member function ‘void google::protobuf::compiler::cpp::FileGenerator::GenerateTables(google::protobuf::io::Printer*)’:
  596. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:916:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::MessageGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  597. 916 | for (int i = 0; i < message_generators_.size(); i++) {
  598. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  599. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:939:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::MessageGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  600. 939 | for (int i = 0; i < message_generators_.size(); i++) {
  601. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  602. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:959:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::MessageGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  603. 959 | for (int i = 0; i < message_generators_.size(); i++) {
  604. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  605. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:983:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::MessageGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  606. 983 | for (int i = 0; i < message_generators_.size(); i++) {
  607. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  608. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:1000:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::MessageGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  609. 1000 | for (int i = 0; i < message_generators_.size(); i++) {
  610. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  611. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc: In member function ‘void google::protobuf::compiler::cpp::FileGenerator::GenerateForwardDeclarations(google::protobuf::io::Printer*)’:
  612. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:1073:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  613. 1073 | for (int i = 0; i < fields.size(); i++) {
  614. | ~~^~~~~~~~~~~~~~~
  615. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:1087:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::Descriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  616. 1087 | for (int i = 0; i < classes.size(); i++) {
  617. | ~~^~~~~~~~~~~~~~~~
  618. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:1092:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::EnumDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  619. 1092 | for (int i = 0; i < enums.size(); i++) {
  620. | ~~^~~~~~~~~~~~~~
  621. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc: In member function ‘void google::protobuf::compiler::cpp::FileGenerator::GenerateMessageDefinitions(google::protobuf::io::Printer*)’:
  622. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:1324:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::MessageGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  623. 1324 | for (int i = 0; i < message_generators_.size(); i++) {
  624. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  625. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc: In member function ‘void google::protobuf::compiler::cpp::FileGenerator::GenerateEnumDefinitions(google::protobuf::io::Printer*)’:
  626. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:1336:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::EnumGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  627. 1336 | for (int i = 0; i < enum_generators_.size(); i++) {
  628. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~
  629. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc: In member function ‘void google::protobuf::compiler::cpp::FileGenerator::GenerateServiceDefinitions(google::protobuf::io::Printer*)’:
  630. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:1345:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::ServiceGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  631. 1345 | for (int i = 0; i < service_generators_.size(); i++) {
  632. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  633. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc: In member function ‘void google::protobuf::compiler::cpp::FileGenerator::GenerateInlineFunctionDefinitions(google::protobuf::io::Printer*)’:
  634. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:1379:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::MessageGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  635. 1379 | for (int i = 0; i < message_generators_.size(); i++) {
  636. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  637. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:1391:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::MessageGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  638. 1391 | for (int i = 0; i < message_generators_.size(); i++) {
  639. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  640. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc: In member function ‘void google::protobuf::compiler::cpp::FileGenerator::GenerateProto2NamespaceEnumSpecializations(google::protobuf::io::Printer*)’:
  641. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc:1408:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::unique_ptr<google::protobuf::compiler::cpp::EnumGenerator> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  642. 1408 | for (int i = 0; i < enum_generators_.size(); i++) {
  643. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~
  644. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.o -std=c++14 -fno-wrapv -frtti
  645. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.o -std=c++14 -fno-wrapv -frtti
  646. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/command_line_interface.o -std=c++14 -fno-wrapv -frtti
  647. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum_field.o -std=c++14 -fno-wrapv -frtti
  648. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/arena.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/arena.o -std=c++14 -fno-wrapv -frtti
  649. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_context.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_context.o -std=c++14 -fno-wrapv -frtti
  650. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/any_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/any_lite.o -std=c++14 -fno-wrapv -frtti
  651. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.o -std=c++14 -fno-wrapv -frtti
  652. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.o -std=c++14 -fno-wrapv -frtti
  653. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.o -std=c++14 -fno-wrapv -frtti
  654. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.o -std=c++14 -fno-wrapv -frtti
  655. third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.cc: In function ‘std::string google::protobuf::compiler::csharp::UnderscoresToCamelCase(const string&, bool, bool)’:
  656. third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.cc:148:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  657. 148 | for (int i = 0; i < input.size(); i++) {
  658. | ~~^~~~~~~~~~~~~~
  659. third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.cc: In function ‘std::string google::protobuf::compiler::csharp::ShoutyToPascalCase(const string&)’:
  660. third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.cc:201:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  661. 201 | for (int i = 0; i < input.size(); i++) {
  662. | ~~^~~~~~~~~~~~~~
  663. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_parse_function_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_parse_function_generator.o -std=c++14 -fno-wrapv -frtti
  664. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_wrapper_field.o -std=c++14 -fno-wrapv -frtti
  665. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/arenastring.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/arenastring.o -std=c++14 -fno-wrapv -frtti
  666. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In function ‘bool google::protobuf::compiler::{anonymous}::TryCreateParentDirectory(const string&, const string&)’:
  667. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:179:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  668. 179 | for (int i = 0; i < parts.size() - 1; i++) {
  669. | ~~^~~~~~~~~~~~~~~~~~
  670. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function ‘void google::protobuf::compiler::CommandLineInterface::MemoryOutputStream::InsertShiftedInfo(const string&, size_t, size_t, google::protobuf::GeneratedCodeInfo&)’:
  671. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:689:16: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int32_t’ {aka ‘int’} [-Wsign-compare]
  672. 689 | for (; pos < source_annotation.end() && pos < insertion_content.size() - 1;
  673. | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  674. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:692:17: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int32_t’ {aka ‘int’} [-Wsign-compare]
  675. 692 | if (pos >= source_annotation.begin()) {
  676. | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  677. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function ‘void google::protobuf::compiler::CommandLineInterface::MemoryOutputStream::UpdateMetadata(const string&, size_t, size_t, size_t)’:
  678. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:751:35: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  679. 751 | if (source_annotation.begin() >= insertion_offset && !crossed_offset) {
  680. | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  681. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In destructor ‘virtual google::protobuf::compiler::CommandLineInterface::MemoryOutputStream::~MemoryOutputStream()’:
  682. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:858:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  683. 858 | for (int i = 0; i < data_.size(); i++) {
  684. | ~~^~~~~~~~~~~~~~
  685. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.o -std=c++14 -fno-wrapv -frtti
  686. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function ‘int google::protobuf::compiler::CommandLineInterface::Run(int, const char* const*)’:
  687. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:1057:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::compiler::CommandLineInterface::OutputDirective>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  688. 1057 | for (int i = 0; i < output_directives_.size(); i++) {
  689. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
  690. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:1139:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FileDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  691. 1139 | for (int i = 0; i < parsed_files.size(); ++i) {
  692. | ~~^~~~~~~~~~~~~~~~~~~~~
  693. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function ‘bool google::protobuf::compiler::CommandLineInterface::InitializeDiskSourceTree(google::protobuf::compiler::DiskSourceTree*, google::protobuf::DescriptorDatabase*)’:
  694. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:1163:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  695. 1163 | for (int i = 0; i < proto_path_.size(); i++) {
  696. | ~~^~~~~~~~~~~~~~~~~~~~
  697. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function ‘google::protobuf::compiler::CommandLineInterface::ParseArgumentStatus google::protobuf::compiler::CommandLineInterface::ParseArguments(int, const char* const*)’:
  698. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:1465:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  699. 1465 | for (int i = 0; i < arguments.size(); ++i) {
  700. | ~~^~~~~~~~~~~~~~~~~~
  701. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:1470:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  702. 1470 | if (i + 1 == arguments.size() || arguments[i + 1][0] == '-') {
  703. | ~~~~~~^~~~~~~~~~~~~~~~~~~
  704. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function ‘google::protobuf::compiler::CommandLineInterface::ParseArgumentStatus google::protobuf::compiler::CommandLineInterface::InterpretArgument(const string&, const string&)’:
  705. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:1707:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  706. 1707 | for (int i = 0; i < parts.size(); i++) {
  707. | ~~^~~~~~~~~~~~~~
  708. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function ‘bool google::protobuf::compiler::CommandLineInterface::GenerateDependencyManifestFile(const std::vector<const google::protobuf::FileDescriptor*>&, const GeneratorContextMap&, google::protobuf::compiler::DiskSourceTree*)’:
  709. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:2191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FileDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  710. 2191 | for (int i = 0; i < parsed_files.size(); i++) {
  711. | ~~^~~~~~~~~~~~~~~~~~~~~
  712. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:2202:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  713. 2202 | for (int i = 0; i < relative_output_filenames.size(); i++) {
  714. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  715. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:2225:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  716. 2225 | for (int i = 0; i < output_filenames.size(); i++) {
  717. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~
  718. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:2227:11: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  719. 2227 | if (i == output_filenames.size() - 1) {
  720. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  721. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function ‘bool google::protobuf::compiler::CommandLineInterface::GeneratePluginOutput(const std::vector<const google::protobuf::FileDescriptor*>&, const string&, const string&, google::protobuf::compiler::GeneratorContext*, std::string*)’:
  722. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:2268:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FileDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  723. 2268 | for (int i = 0; i < parsed_files.size(); i++) {
  724. | ~~^~~~~~~~~~~~~~~~~~~~~
  725. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function ‘bool google::protobuf::compiler::CommandLineInterface::WriteDescriptorSet(const std::vector<const google::protobuf::FileDescriptor*>&)’:
  726. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:2424:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FileDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  727. 2424 | for (int i = 0; i < parsed_files.size(); i++) {
  728. | ~~^~~~~~~~~~~~~~~~~~~~~
  729. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:2435:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FileDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  730. 2435 | for (int i = 0; i < parsed_files.size(); i++) {
  731. | ~~^~~~~~~~~~~~~~~~~~~~~
  732. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc: In member function ‘void google::protobuf::compiler::CommandLineInterface::PrintFreeFieldNumbers(const google::protobuf::Descriptor*)’:
  733. third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc:2607:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::Descriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  734. 2607 | for (int i = 0; i < nested_messages.size(); ++i) {
  735. | ~~^~~~~~~~~~~~~~~~~~~~~~~~
  736. third_party/protobuf/src/google/protobuf/compiler/java/java_context.cc: In member function ‘void google::protobuf::compiler::java::Context::InitializeFieldGeneratorInfoForFields(const std::vector<const google::protobuf::FieldDescriptor*>&)’:
  737. third_party/protobuf/src/google/protobuf/compiler/java/java_context.cc:132:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  738. 132 | for (int i = 0; i < fields.size(); ++i) {
  739. | ~~^~~~~~~~~~~~~~~
  740. third_party/protobuf/src/google/protobuf/compiler/java/java_context.cc:135:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  741. 135 | for (int j = i + 1; j < fields.size(); ++j) {
  742. | ~~^~~~~~~~~~~~~~~
  743. third_party/protobuf/src/google/protobuf/compiler/java/java_context.cc:154:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  744. 154 | for (int i = 0; i < fields.size(); ++i) {
  745. | ~~^~~~~~~~~~~~~~~
  746. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.o -std=c++14 -fno-wrapv -frtti
  747. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.o -std=c++14 -fno-wrapv -frtti
  748. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_map_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_map_field.o -std=c++14 -fno-wrapv -frtti
  749. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_field.o -std=c++14 -fno-wrapv -frtti
  750. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.o -std=c++14 -fno-wrapv -frtti
  751. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message_field.o -std=c++14 -fno-wrapv -frtti
  752. third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.cc: In member function ‘void google::protobuf::compiler::java::EnumLiteGenerator::Generate(google::protobuf::io::Printer*)’:
  753. third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.cc:88:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::EnumValueDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  754. 88 | for (int i = 0; i < canonical_values_.size(); i++) {
  755. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  756. third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.cc:111:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::compiler::java::EnumLiteGenerator::Alias>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  757. 111 | for (int i = 0; i < aliases_.size(); i++) {
  758. | ~~^~~~~~~~~~~~~~~~~
  759. third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.cc:172:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::EnumValueDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  760. 172 | for (int i = 0; i < canonical_values_.size(); i++) {
  761. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  762. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.o -std=c++14 -fno-wrapv -frtti
  763. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc: In function ‘std::string google::protobuf::compiler::cpp::{anonymous}::ConditionalToCheckBitmasks(const std::vector<unsigned int>&, bool, google::protobuf::stringpiece_internal::StringPiece)’:
  764. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:89:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<unsigned int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  765. 89 | for (int i = 0; i < masks.size(); i++) {
  766. | ~~^~~~~~~~~~~~~~
  767. third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.cc: In function ‘bool google::protobuf::compiler::csharp::AllPrintableAscii(const string&)’:
  768. third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.cc:309:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  769. 309 | for(int i = 0; i < text.size(); i++) {
  770. | ~~^~~~~~~~~~~~~
  771. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc: In member function ‘void google::protobuf::compiler::cpp::{anonymous}::ColdChunkSkipper::OnStartChunk(int, int, const string&, google::protobuf::io::Printer*)’:
  772. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:523:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<const google::protobuf::FieldDescriptor*> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  773. 523 | while (limit_chunk_ < chunks_.size() && IsColdChunk(limit_chunk_)) {
  774. | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
  775. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.o -std=c++14 -fno-wrapv -frtti
  776. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc: In member function ‘int google::protobuf::compiler::cpp::MessageGenerator::GenerateFieldMetadata(google::protobuf::io::Printer*)’:
  777. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:2190:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::Descriptor::ExtensionRange*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  778. 2190 | for (; extension_idx < sorted_extensions.size() &&
  779. | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  780. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:2191:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  781. 2191 | (i == sorted.size() ||
  782. | ~~^~~~~~~~~~~~~~~~
  783. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:2203:11: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  784. 2203 | if (i == sorted.size()) break;
  785. | ~~^~~~~~~~~~~~~~~~
  786. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc: In member function ‘std::pair<long unsigned int, long unsigned int> google::protobuf::compiler::cpp::MessageGenerator::GenerateOffsets(google::protobuf::io::Printer*)’:
  787. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:2782:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  788. 2782 | for (int i = 0; i < has_bit_indices_.size(); i++) {
  789. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~
  790. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc: In member function ‘void google::protobuf::compiler::cpp::MessageGenerator::GenerateConstructorBody(google::protobuf::io::Printer*, std::vector<bool>, bool) const’:
  791. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:2968:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  792. 2968 | for (int i = 0; i < optimized_order_.size(); ++i) {
  793. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~
  794. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc: In member function ‘void google::protobuf::compiler::cpp::MessageGenerator::GenerateStructors(google::protobuf::io::Printer*)’:
  795. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:3101:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  796. 3101 | for (int i = 0; i < optimized_order_.size(); i++) {
  797. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~
  798. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc: In member function ‘void google::protobuf::compiler::cpp::MessageGenerator::GenerateClear(google::protobuf::io::Printer*)’:
  799. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:3267:41: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<const google::protobuf::FieldDescriptor*> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  800. 3267 | for (int chunk_index = 0; chunk_index < chunks.size(); chunk_index++) {
  801. | ~~~~~~~~~~~~^~~~~~~~~~~~~~~
  802. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc: In member function ‘void google::protobuf::compiler::cpp::MessageGenerator::GenerateSwap(google::protobuf::io::Printer*)’:
  803. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:3457:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  804. 3457 | for (int i = 0; i < HasBitsSize(); ++i) {
  805. | ~~^~~~~~~~~~~~~~~
  806. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:3468:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  807. 3468 | for (int i = 0; i < optimized_order_.size(); ++i) {
  808. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~
  809. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc: In member function ‘void google::protobuf::compiler::cpp::MessageGenerator::GenerateClassSpecificMergeFrom(google::protobuf::io::Printer*)’:
  810. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:3601:41: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<const google::protobuf::FieldDescriptor*> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  811. 3601 | for (int chunk_index = 0; chunk_index < chunks.size(); chunk_index++) {
  812. | ~~~~~~~~~~~~^~~~~~~~~~~~~~~
  813. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc: In member function ‘void google::protobuf::compiler::cpp::MessageGenerator::GenerateSerializeWithCachedSizesBody(google::protobuf::io::Printer*)’:
  814. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:4095:12: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  815. 4095 | i < ordered_fields.size() || j < sorted_extensions.size();) {
  816. | ~~^~~~~~~~~~~~~~~~~~~~~~~
  817. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:4095:41: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::Descriptor::ExtensionRange*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  818. 4095 | i < ordered_fields.size() || j < sorted_extensions.size();) {
  819. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  820. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:4096:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::Descriptor::ExtensionRange*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  821. 4096 | if ((j == sorted_extensions.size()) ||
  822. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
  823. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc: In member function ‘void google::protobuf::compiler::cpp::MessageGenerator::GenerateByteSize(google::protobuf::io::Printer*)’:
  824. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:4376:41: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<const google::protobuf::FieldDescriptor*> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  825. 4376 | for (int chunk_index = 0; chunk_index < chunks.size(); chunk_index++) {
  826. | ~~~~~~~~~~~~^~~~~~~~~~~~~~~
  827. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc:4403:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  828. 4403 | for (int j = 0; j < chunk.size(); j++) {
  829. | ~~^~~~~~~~~~~~~~
  830. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_map_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_map_field.o -std=c++14 -fno-wrapv -frtti
  831. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder.o -std=c++14 -fno-wrapv -frtti
  832. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_extension.o -std=c++14 -fno-wrapv -frtti
  833. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.o -std=c++14 -fno-wrapv -frtti
  834. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field_lite.o -std=c++14 -fno-wrapv -frtti
  835. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_primitive_field.o -std=c++14 -fno-wrapv -frtti
  836. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_doc_comment.o -std=c++14 -fno-wrapv -frtti
  837. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.o -std=c++14 -fno-wrapv -frtti
  838. third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc: In function ‘void google::protobuf::compiler::java::WriteDocCommentBodyForLocation(google::protobuf::io::Printer*, const google::protobuf::SourceLocation&)’:
  839. third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc:126:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  840. 126 | for (int i = 0; i < lines.size(); i++) {
  841. | ~~^~~~~~~~~~~~~~
  842. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c grpc_tools/_protoc_compiler.cpp -o build/temp.linux-x86_64-cpython-311/grpc_tools/_protoc_compiler.o -std=c++14 -fno-wrapv -frtti
  843. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_file.o -std=c++14 -fno-wrapv -frtti
  844. third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder.cc: In member function ‘void google::protobuf::compiler::java::MessageBuilderGenerator::GenerateDescriptorMethods(google::protobuf::io::Printer*)’:
  845. third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder.cc:225:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  846. 225 | for (int i = 0; i < map_fields.size(); ++i) {
  847. | ~~^~~~~~~~~~~~~~~~~~~
  848. third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder.cc:250:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  849. 250 | for (int i = 0; i < map_fields.size(); ++i) {
  850. | ~~^~~~~~~~~~~~~~~~~~~
  851. grpc_tools/_protoc_compiler.cpp: In function ‘void __Pyx_AddTraceback(const char*, int, int, const char*)’:
  852. grpc_tools/_protoc_compiler.cpp:652:62: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
  853. 652 | #define __Pyx_PyFrame_SetLineNumber(frame, lineno) (frame)->f_lineno = (lineno)
  854. | ^~
  855. grpc_tools/_protoc_compiler.cpp:8356:5: note: in expansion of macro ‘__Pyx_PyFrame_SetLineNumber’
  856. 8356 | __Pyx_PyFrame_SetLineNumber(py_frame, py_line);
  857. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  858. In file included from /usr/include/python3.11/Python.h:42,
  859. from grpc_tools/_protoc_compiler.cpp:212:
  860. /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
  861. 22 | typedef struct _frame PyFrameObject;
  862. | ^~~~~~
  863. grpc_tools/_protoc_compiler.cpp: In function ‘_PyErr_StackItem* __Pyx_PyErr_GetTopmostException(PyThreadState*)’:
  864. grpc_tools/_protoc_compiler.cpp:9155:23: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_type’
  865. 9155 | while ((exc_info->exc_type == NULL || exc_info->exc_type == Py_None) &&
  866. | ^~~~~~~~
  867. grpc_tools/_protoc_compiler.cpp:9155:53: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_type’
  868. 9155 | while ((exc_info->exc_type == NULL || exc_info->exc_type == Py_None) &&
  869. | ^~~~~~~~
  870. grpc_tools/_protoc_compiler.cpp: In function ‘void __Pyx__ExceptionSave(PyThreadState*, PyObject**, PyObject**, PyObject**)’:
  871. grpc_tools/_protoc_compiler.cpp:9169:23: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_type’
  872. 9169 | *type = exc_info->exc_type;
  873. | ^~~~~~~~
  874. grpc_tools/_protoc_compiler.cpp:9171:21: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_traceback’
  875. 9171 | *tb = exc_info->exc_traceback;
  876. | ^~~~~~~~~~~~~
  877. grpc_tools/_protoc_compiler.cpp: In function ‘void __Pyx__ExceptionReset(PyThreadState*, PyObject*, PyObject*, PyObject*)’:
  878. grpc_tools/_protoc_compiler.cpp:9185:26: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_type’
  879. 9185 | tmp_type = exc_info->exc_type;
  880. | ^~~~~~~~
  881. grpc_tools/_protoc_compiler.cpp:9187:24: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_traceback’
  882. 9187 | tmp_tb = exc_info->exc_traceback;
  883. | ^~~~~~~~~~~~~
  884. grpc_tools/_protoc_compiler.cpp:9188:15: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_type’
  885. 9188 | exc_info->exc_type = type;
  886. | ^~~~~~~~
  887. grpc_tools/_protoc_compiler.cpp:9190:15: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_traceback’
  888. 9190 | exc_info->exc_traceback = tb;
  889. | ^~~~~~~~~~~~~
  890. grpc_tools/_protoc_compiler.cpp: In function ‘void __Pyx__ExceptionSwap(PyThreadState*, PyObject**, PyObject**, PyObject**)’:
  891. grpc_tools/_protoc_compiler.cpp:9211:26: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_type’
  892. 9211 | tmp_type = exc_info->exc_type;
  893. | ^~~~~~~~
  894. grpc_tools/_protoc_compiler.cpp:9213:24: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_traceback’
  895. 9213 | tmp_tb = exc_info->exc_traceback;
  896. | ^~~~~~~~~~~~~
  897. grpc_tools/_protoc_compiler.cpp:9214:15: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_type’
  898. 9214 | exc_info->exc_type = *type;
  899. | ^~~~~~~~
  900. grpc_tools/_protoc_compiler.cpp:9216:15: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_traceback’
  901. 9216 | exc_info->exc_traceback = *tb;
  902. | ^~~~~~~~~~~~~
  903. grpc_tools/_protoc_compiler.cpp: In function ‘void __Pyx_Coroutine_ExceptionClear(_PyErr_StackItem*)’:
  904. grpc_tools/_protoc_compiler.cpp:9440:20: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_type’
  905. 9440 | t = exc_state->exc_type;
  906. | ^~~~~~~~
  907. grpc_tools/_protoc_compiler.cpp:9442:21: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_traceback’
  908. 9442 | tb = exc_state->exc_traceback;
  909. | ^~~~~~~~~~~~~
  910. grpc_tools/_protoc_compiler.cpp:9443:16: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_type’
  911. 9443 | exc_state->exc_type = NULL;
  912. | ^~~~~~~~
  913. grpc_tools/_protoc_compiler.cpp:9445:16: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_traceback’
  914. 9445 | exc_state->exc_traceback = NULL;
  915. | ^~~~~~~~~~~~~
  916. grpc_tools/_protoc_compiler.cpp: In function ‘PyObject* __Pyx_Coroutine_SendEx(__pyx_CoroutineObject*, PyObject*, int)’:
  917. grpc_tools/_protoc_compiler.cpp:9522:20: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_type’
  918. 9522 | if (exc_state->exc_type) {
  919. | ^~~~~~~~
  920. grpc_tools/_protoc_compiler.cpp:9525:24: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_traceback’
  921. 9525 | if (exc_state->exc_traceback) {
  922. | ^~~~~~~~~~~~~
  923. grpc_tools/_protoc_compiler.cpp:9526:70: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_traceback’
  924. 9526 | PyTracebackObject *tb = (PyTracebackObject *) exc_state->exc_traceback;
  925. | ^~~~~~~~~~~~~
  926. grpc_tools/_protoc_compiler.cpp:9530:14: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
  927. 9530 | f->f_back = PyThreadState_GetFrame(tstate);
  928. | ^~
  929. In file included from /usr/include/python3.11/Python.h:42,
  930. from grpc_tools/_protoc_compiler.cpp:212:
  931. /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
  932. 22 | typedef struct _frame PyFrameObject;
  933. | ^~~~~~
  934. grpc_tools/_protoc_compiler.cpp: In function ‘void __Pyx_Coroutine_ResetFrameBackpointer(_PyErr_StackItem*)’:
  935. grpc_tools/_protoc_compiler.cpp:9561:35: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_traceback’
  936. 9561 | PyObject *exc_tb = exc_state->exc_traceback;
  937. | ^~~~~~~~~~~~~
  938. In file included from /usr/include/python3.11/Python.h:38,
  939. from grpc_tools/_protoc_compiler.cpp:212:
  940. grpc_tools/_protoc_compiler.cpp:9567:19: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
  941. 9567 | Py_CLEAR(f->f_back);
  942. | ^~
  943. /usr/include/python3.11/pyport.h:24:38: note: in definition of macro ‘_Py_CAST’
  944. 24 | #define _Py_CAST(type, expr) ((type)(expr))
  945. | ^~~~
  946. /usr/include/python3.11/object.h:581:29: note: in expansion of macro ‘_PyObject_CAST’
  947. 581 | PyObject *_py_tmp = _PyObject_CAST(op); \
  948. | ^~~~~~~~~~~~~~
  949. grpc_tools/_protoc_compiler.cpp:9567:9: note: in expansion of macro ‘Py_CLEAR’
  950. 9567 | Py_CLEAR(f->f_back);
  951. | ^~~~~~~~
  952. In file included from /usr/include/python3.11/Python.h:42,
  953. from grpc_tools/_protoc_compiler.cpp:212:
  954. /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
  955. 22 | typedef struct _frame PyFrameObject;
  956. | ^~~~~~
  957. In file included from /usr/include/python3.11/Python.h:44,
  958. from grpc_tools/_protoc_compiler.cpp:212:
  959. grpc_tools/_protoc_compiler.cpp:9567:19: error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
  960. 9567 | Py_CLEAR(f->f_back);
  961. | ^~
  962. /usr/include/python3.11/object.h:583:14: note: in definition of macro ‘Py_CLEAR’
  963. 583 | (op) = NULL; \
  964. | ^~
  965. In file included from /usr/include/python3.11/Python.h:42,
  966. from grpc_tools/_protoc_compiler.cpp:212:
  967. /usr/include/python3.11/pytypedefs.h:22:16: note: forward declaration of ‘PyFrameObject’ {aka ‘struct _frame’}
  968. 22 | typedef struct _frame PyFrameObject;
  969. | ^~~~~~
  970. In file included from /usr/include/python3.11/Python.h:45,
  971. from grpc_tools/_protoc_compiler.cpp:212:
  972. grpc_tools/_protoc_compiler.cpp: In function ‘int __Pyx_Coroutine_traverse_excstate(_PyErr_StackItem*, visitproc, void*)’:
  973. grpc_tools/_protoc_compiler.cpp:9873:25: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_type’
  974. 9873 | Py_VISIT(exc_state->exc_type);
  975. | ^~~~~~~~
  976. /usr/include/python3.11/objimpl.h:199:13: note: in definition of macro ‘Py_VISIT’
  977. 199 | if (op) { \
  978. | ^~
  979. In file included from /usr/include/python3.11/Python.h:38,
  980. from grpc_tools/_protoc_compiler.cpp:212:
  981. grpc_tools/_protoc_compiler.cpp:9873:25: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_type’
  982. 9873 | Py_VISIT(exc_state->exc_type);
  983. | ^~~~~~~~
  984. /usr/include/python3.11/pyport.h:24:38: note: in definition of macro ‘_Py_CAST’
  985. 24 | #define _Py_CAST(type, expr) ((type)(expr))
  986. | ^~~~
  987. /usr/include/python3.11/objimpl.h:200:30: note: in expansion of macro ‘_PyObject_CAST’
  988. 200 | int vret = visit(_PyObject_CAST(op), arg); \
  989. | ^~~~~~~~~~~~~~
  990. grpc_tools/_protoc_compiler.cpp:9873:5: note: in expansion of macro ‘Py_VISIT’
  991. 9873 | Py_VISIT(exc_state->exc_type);
  992. | ^~~~~~~~
  993. In file included from /usr/include/python3.11/Python.h:45,
  994. from grpc_tools/_protoc_compiler.cpp:212:
  995. grpc_tools/_protoc_compiler.cpp:9875:25: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_traceback’
  996. 9875 | Py_VISIT(exc_state->exc_traceback);
  997. | ^~~~~~~~~~~~~
  998. /usr/include/python3.11/objimpl.h:199:13: note: in definition of macro ‘Py_VISIT’
  999. 199 | if (op) { \
  1000. | ^~
  1001. In file included from /usr/include/python3.11/Python.h:38,
  1002. from grpc_tools/_protoc_compiler.cpp:212:
  1003. grpc_tools/_protoc_compiler.cpp:9875:25: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_traceback’
  1004. 9875 | Py_VISIT(exc_state->exc_traceback);
  1005. | ^~~~~~~~~~~~~
  1006. /usr/include/python3.11/pyport.h:24:38: note: in definition of macro ‘_Py_CAST’
  1007. 24 | #define _Py_CAST(type, expr) ((type)(expr))
  1008. | ^~~~
  1009. /usr/include/python3.11/objimpl.h:200:30: note: in expansion of macro ‘_PyObject_CAST’
  1010. 200 | int vret = visit(_PyObject_CAST(op), arg); \
  1011. | ^~~~~~~~~~~~~~
  1012. grpc_tools/_protoc_compiler.cpp:9875:5: note: in expansion of macro ‘Py_VISIT’
  1013. 9875 | Py_VISIT(exc_state->exc_traceback);
  1014. | ^~~~~~~~
  1015. grpc_tools/_protoc_compiler.cpp: In function ‘__pyx_CoroutineObject* __Pyx__Coroutine_NewInit(__pyx_CoroutineObject*, __pyx_coroutine_body_t, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*)’:
  1016. grpc_tools/_protoc_compiler.cpp:10122:23: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_type’
  1017. 10122 | gen->gi_exc_state.exc_type = NULL;
  1018. | ^~~~~~~~
  1019. grpc_tools/_protoc_compiler.cpp:10124:23: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_traceback’
  1020. 10124 | gen->gi_exc_state.exc_traceback = NULL;
  1021. | ^~~~~~~~~~~~~
  1022. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.o -std=c++14 -fno-wrapv -frtti
  1023. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_message_field_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_message_field_lite.o -std=c++14 -fno-wrapv -frtti
  1024. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.o -std=c++14 -fno-wrapv -frtti
  1025. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.o -std=c++14 -fno-wrapv -frtti
  1026. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/js/js_generator.o -std=c++14 -fno-wrapv -frtti
  1027. third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc: In function ‘bool google::protobuf::compiler::java::{anonymous}::IsForbidden(const string&)’:
  1028. third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc:95:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  1029. 95 | for (int i = 0; i < GOOGLE_ARRAYSIZE(kForbiddenWordList); ++i) {
  1030. third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc: In function ‘std::string google::protobuf::compiler::java::UnderscoresToCamelCase(const string&, bool)’:
  1031. third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc:164:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1032. 164 | for (int i = 0; i < input.size(); i++) {
  1033. | ~~^~~~~~~~~~~~~~
  1034. third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc: In function ‘bool google::protobuf::compiler::java::AllAscii(const string&)’:
  1035. third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc:562:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1036. 562 | for (int i = 0; i < text.size(); i++) {
  1037. | ~~^~~~~~~~~~~~~
  1038. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_extension_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_extension_lite.o -std=c++14 -fno-wrapv -frtti
  1039. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum_field.o -std=c++14 -fno-wrapv -frtti
  1040. third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc: In function ‘bool google::protobuf::compiler::java::{anonymous}::CollectExtensions(const google::protobuf::Message&, google::protobuf::compiler::java::{anonymous}::FieldDescriptorSet*)’:
  1041. third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc:93:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1042. 93 | for (int i = 0; i < fields.size(); i++) {
  1043. | ~~^~~~~~~~~~~~~~~
  1044. In file included from third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h:43,
  1045. from third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc:45:
  1046. third_party/protobuf/src/google/protobuf/io/printer.h: In instantiation of ‘void google::protobuf::io::AnnotationProtoCollector<AnnotationProto>::AddAnnotation(size_t, size_t, const string&, const std::vector<int>&) [with AnnotationProto = google::protobuf::GeneratedCodeInfo; size_t = long unsigned int; std::string = std::__cxx11::basic_string<char>]’:
  1047. third_party/protobuf/src/google/protobuf/io/printer.h:85:8: required from here
  1048. third_party/protobuf/src/google/protobuf/io/printer.h:90:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1049. 90 | for (int i = 0; i < path.size(); ++i) {
  1050. | ~~^~~~~~~~~~~~~
  1051. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc: In member function ‘virtual bool google::protobuf::compiler::cpp::CppGenerator::Generate(const google::protobuf::FileDescriptor*, const string&, google::protobuf::compiler::GeneratorContext*, std::string*) const’:
  1052. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc:90:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1053. 90 | for (int i = 0; i < options.size(); i++) {
  1054. | ~~^~~~~~~~~~~~~~~~
  1055. third_party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.cc: In member function ‘void google::protobuf::compiler::java::SharedCodeGenerator::GenerateDescriptors(google::protobuf::io::Printer*)’:
  1056. third_party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.cc:146:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1057. 146 | for (int i = 0; i < file_data.size(); i += kBytesPerLine) {
  1058. | ~~^~~~~~~~~~~~~~~~~~
  1059. third_party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.cc:186:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1060. 186 | for (int i = 0; i < dependencies.size(); i++) {
  1061. | ~~^~~~~~~~~~~~~~~~~~~~~
  1062. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder_lite.o -std=c++14 -fno-wrapv -frtti
  1063. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.o -std=c++14 -fno-wrapv -frtti
  1064. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc: In function ‘std::vector<std::__cxx11::basic_string<char> > google::protobuf::compiler::js::{anonymous}::ParseLowerUnderscore(const string&)’:
  1065. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:265:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1066. 265 | for (int i = 0; i < input.size(); i++) {
  1067. | ~~^~~~~~~~~~~~~~
  1068. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc: In function ‘std::vector<std::__cxx11::basic_string<char> > google::protobuf::compiler::js::{anonymous}::ParseUpperCamel(const string&)’:
  1069. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:284:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1070. 284 | for (int i = 0; i < input.size(); i++) {
  1071. | ~~^~~~~~~~~~~~~~
  1072. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc: In function ‘std::string google::protobuf::compiler::js::{anonymous}::ToLowerCamel(const std::vector<std::__cxx11::basic_string<char> >&)’:
  1073. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:299:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1074. 299 | for (int i = 0; i < words.size(); i++) {
  1075. | ~~^~~~~~~~~~~~~~
  1076. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc: In function ‘std::string google::protobuf::compiler::js::{anonymous}::ToUpperCamel(const std::vector<std::__cxx11::basic_string<char> >&)’:
  1077. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:313:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1078. 313 | for (int i = 0; i < words.size(); i++) {
  1079. | ~~^~~~~~~~~~~~~~
  1080. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc: In function ‘std::string google::protobuf::compiler::js::{anonymous}::ToEnumCase(const string&)’:
  1081. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:330:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1082. 330 | for (int i = 0; i < input.size(); i++) {
  1083. | ~~^~~~~~~~~~~~~~
  1084. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc: In function ‘std::string google::protobuf::compiler::js::{anonymous}::ToLower(const string&)’:
  1085. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:345:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1086. 345 | for (int i = 0; i < input.size(); i++) {
  1087. | ~~^~~~~~~~~~~~~~
  1088. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_map_field_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_map_field_lite.o -std=c++14 -fno-wrapv -frtti
  1089. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc: In function ‘std::string google::protobuf::compiler::js::{anonymous}::RelativeTypeName(const google::protobuf::FieldDescriptor*)’:
  1090. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:1228:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1091. 1228 | for (int i = 0; i < type.size() && i < containing_type.size(); i++) {
  1092. | ~~^~~~~~~~~~~~~
  1093. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:1228:40: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1094. 1228 | for (int i = 0; i < type.size() && i < containing_type.size(); i++) {
  1095. | ~~^~~~~~~~~~~~~~~~~~~~~~~~
  1096. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:1232:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1097. 1232 | if (type[i] == '.' && i >= package.size()) {
  1098. | ~~^~~~~~~~~~~~~~~~~
  1099. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc: In function ‘void google::protobuf::compiler::js::{anonymous}::GenerateJspbFileOrder(const std::vector<const google::protobuf::FileDescriptor*>&, std::vector<const google::protobuf::FileDescriptor*>*)’:
  1100. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:1490:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FileDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1101. 1490 | for (int i = 0; i < input.size(); i++) {
  1102. | ~~^~~~~~~~~~~~~~
  1103. In file included from third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h:43,
  1104. from third_party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.cc:37:
  1105. third_party/protobuf/src/google/protobuf/io/printer.h: In instantiation of ‘void google::protobuf::io::AnnotationProtoCollector<AnnotationProto>::AddAnnotation(size_t, size_t, const string&, const std::vector<int>&) [with AnnotationProto = google::protobuf::GeneratedCodeInfo; size_t = long unsigned int; std::string = std::__cxx11::basic_string<char>]’:
  1106. third_party/protobuf/src/google/protobuf/io/printer.h:85:8: required from here
  1107. third_party/protobuf/src/google/protobuf/io/printer.h:90:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1108. 90 | for (int i = 0; i < path.size(); ++i) {
  1109. | ~~^~~~~~~~~~~~~
  1110. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc: In function ‘bool google::protobuf::compiler::js::{anonymous}::GenerateJspbAllowedMap(const google::protobuf::compiler::js::GeneratorOptions&, const std::vector<const google::protobuf::FileDescriptor*>&, std::map<const void*, std::__cxx11::basic_string<char> >*, google::protobuf::compiler::SCCAnalyzer<google::protobuf::compiler::js::{anonymous}::DepsGenerator>*)’:
  1111. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:1539:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FileDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1112. 1539 | for (int i = 0; i < files_ordered.size(); i++) {
  1113. | ~~^~~~~~~~~~~~~~~~~~~~~~
  1114. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc: In member function ‘void google::protobuf::compiler::js::Generator::FindProvides(const google::protobuf::compiler::js::GeneratorOptions&, google::protobuf::io::Printer*, const std::vector<const google::protobuf::FileDescriptor*>&, std::set<std::__cxx11::basic_string<char> >*) const’:
  1115. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:1647:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FileDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1116. 1647 | for (int i = 0; i < files.size(); i++) {
  1117. | ~~^~~~~~~~~~~~~~
  1118. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc: In member function ‘void google::protobuf::compiler::js::Generator::FindProvidesForFields(const google::protobuf::compiler::js::GeneratorOptions&, google::protobuf::io::Printer*, const std::vector<const google::protobuf::FieldDescriptor*>&, std::set<std::__cxx11::basic_string<char> >*) const’:
  1119. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:1708:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1120. 1708 | for (int i = 0; i < fields.size(); i++) {
  1121. | ~~^~~~~~~~~~~~~~~
  1122. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.o -std=c++14 -fno-wrapv -frtti
  1123. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc: In member function ‘void google::protobuf::compiler::js::Generator::GenerateRequiresForLibrary(const google::protobuf::compiler::js::GeneratorOptions&, google::protobuf::io::Printer*, const std::vector<const google::protobuf::FileDescriptor*>&, std::set<std::__cxx11::basic_string<char> >*) const’:
  1124. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:1788:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FileDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1125. 1788 | for (int i = 0; i < files.size(); i++) {
  1126. | ~~^~~~~~~~~~~~~~
  1127. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc: In member function ‘void google::protobuf::compiler::js::Generator::GenerateRequiresForExtensions(const google::protobuf::compiler::js::GeneratorOptions&, google::protobuf::io::Printer*, const std::vector<const google::protobuf::FieldDescriptor*>&, std::set<std::__cxx11::basic_string<char> >*) const’:
  1128. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:1831:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1129. 1831 | for (int i = 0; i < fields.size(); i++) {
  1130. | ~~^~~~~~~~~~~~~~~
  1131. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc: In member function ‘bool google::protobuf::compiler::js::GeneratorOptions::ParseFromOptions(const std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >&, std::string*)’:
  1132. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:3448:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1133. 3448 | for (int i = 0; i < options.size(); i++) {
  1134. | ~~^~~~~~~~~~~~~~~~
  1135. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.o -std=c++14 -fno-wrapv -frtti
  1136. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc: In member function ‘void google::protobuf::compiler::js::Generator::GenerateFilesInDepOrder(const google::protobuf::compiler::js::GeneratorOptions&, google::protobuf::io::Printer*, const std::vector<const google::protobuf::FileDescriptor*>&) const’:
  1137. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:3554:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FileDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1138. 3554 | for (int i = 0; i < files.size(); i++) {
  1139. | ~~^~~~~~~~~~~~~~
  1140. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc: In member function ‘virtual bool google::protobuf::compiler::js::Generator::GenerateAll(const std::vector<const google::protobuf::FileDescriptor*>&, const string&, google::protobuf::compiler::GeneratorContext*, std::string*) const’:
  1141. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:3735:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FileDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1142. 3735 | for (int i = 0; i < files.size(); i++) {
  1143. | ~~^~~~~~~~~~~~~~
  1144. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:3757:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1145. 3757 | for (int i = 0; i < extensions.size(); i++) {
  1146. | ~~^~~~~~~~~~~~~~~~~~~
  1147. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:3778:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FileDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1148. 3778 | for (int i = 0; i < files.size(); i++) {
  1149. | ~~^~~~~~~~~~~~~~
  1150. third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:3928:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FileDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1151. 3928 | for (int i = 0; i < files.size(); i++) {
  1152. | ~~^~~~~~~~~~~~~~
  1153. In file included from third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h:49,
  1154. from third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h:43,
  1155. from third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.h:44,
  1156. from third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc:43:
  1157. third_party/protobuf/src/google/protobuf/io/printer.h: In instantiation of ‘void google::protobuf::io::AnnotationProtoCollector<AnnotationProto>::AddAnnotation(size_t, size_t, const string&, const std::vector<int>&) [with AnnotationProto = google::protobuf::GeneratedCodeInfo; size_t = long unsigned int; std::string = std::__cxx11::basic_string<char>]’:
  1158. third_party/protobuf/src/google/protobuf/io/printer.h:85:8: required from here
  1159. third_party/protobuf/src/google/protobuf/io/printer.h:90:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1160. 90 | for (int i = 0; i < path.size(); ++i) {
  1161. | ~~^~~~~~~~~~~~~
  1162. In file included from third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc:37:
  1163. third_party/protobuf/src/google/protobuf/io/printer.h: In instantiation of ‘void google::protobuf::io::AnnotationProtoCollector<AnnotationProto>::AddAnnotation(size_t, size_t, const string&, const std::vector<int>&) [with AnnotationProto = google::protobuf::GeneratedCodeInfo; size_t = long unsigned int; std::string = std::__cxx11::basic_string<char>]’:
  1164. third_party/protobuf/src/google/protobuf/io/printer.h:85:8: required from here
  1165. third_party/protobuf/src/google/protobuf/io/printer.h:90:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1166. 90 | for (int i = 0; i < path.size(); ++i) {
  1167. | ~~^~~~~~~~~~~~~
  1168. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_map_field.o -std=c++14 -fno-wrapv -frtti
  1169. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.o -std=c++14 -fno-wrapv -frtti
  1170. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_message_lite.o -std=c++14 -fno-wrapv -frtti
  1171. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.o -std=c++14 -fno-wrapv -frtti
  1172. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.o -std=c++14 -fno-wrapv -frtti
  1173. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_kotlin_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_kotlin_generator.o -std=c++14 -fno-wrapv -frtti
  1174. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_extension.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_extension.o -std=c++14 -fno-wrapv -frtti
  1175. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_generator.o -std=c++14 -fno-wrapv -frtti
  1176. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.o -std=c++14 -fno-wrapv -frtti
  1177. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc: In function ‘std::string google::protobuf::compiler::cpp::UnderscoresToCamelCase(const string&, bool)’:
  1178. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc:261:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1179. 261 | for (int i = 0; i < input.size(); i++) {
  1180. | ~~^~~~~~~~~~~~~~
  1181. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc: In function ‘std::string google::protobuf::compiler::cpp::FilenameIdentifier(const string&)’:
  1182. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc:737:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1183. 737 | for (int i = 0; i < filename.size(); i++) {
  1184. | ~~^~~~~~~~~~~~~~~~~
  1185. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc: In member function ‘google::protobuf::compiler::cpp::MessageAnalysis google::protobuf::compiler::cpp::MessageSCCAnalyzer::GetSCCAnalysis(const google::protobuf::compiler::SCC*)’:
  1186. third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc:1166:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::Descriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1187. 1166 | for (int i = 0; i < scc->descriptors.size(); i++) {
  1188. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~
  1189. In file included from third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h:43,
  1190. from third_party/protobuf/src/google/protobuf/compiler/java/java_kotlin_generator.cc:34:
  1191. third_party/protobuf/src/google/protobuf/io/printer.h: In instantiation of ‘void google::protobuf::io::AnnotationProtoCollector<AnnotationProto>::AddAnnotation(size_t, size_t, const string&, const std::vector<int>&) [with AnnotationProto = google::protobuf::GeneratedCodeInfo; size_t = long unsigned int; std::string = std::__cxx11::basic_string<char>]’:
  1192. third_party/protobuf/src/google/protobuf/io/printer.h:85:8: required from here
  1193. third_party/protobuf/src/google/protobuf/io/printer.h:90:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1194. 90 | for (int i = 0; i < path.size(); ++i) {
  1195. | ~~^~~~~~~~~~~~~
  1196. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field_lite.o -std=c++14 -fno-wrapv -frtti
  1197. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.o -std=c++14 -fno-wrapv -frtti
  1198. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.o -std=c++14 -fno-wrapv -frtti
  1199. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_message.o -std=c++14 -fno-wrapv -frtti
  1200. third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc: In member function ‘virtual bool google::protobuf::compiler::java::JavaGenerator::Generate(const google::protobuf::FileDescriptor*, const string&, google::protobuf::compiler::GeneratorContext*, std::string*) const’:
  1201. third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc:76:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1202. 76 | for (int i = 0; i < options.size(); i++) {
  1203. | ~~^~~~~~~~~~~~~~~~
  1204. third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc:129:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::compiler::java::FileGenerator*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1205. 129 | for (int i = 0; i < file_generators.size(); ++i) {
  1206. | ~~^~~~~~~~~~~~~~~~~~~~~~~~
  1207. third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc:131:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::compiler::java::FileGenerator*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1208. 131 | for (int j = 0; j < file_generators.size(); ++j) {
  1209. | ~~^~~~~~~~~~~~~~~~~~~~~~~~
  1210. third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc:138:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::compiler::java::FileGenerator*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1211. 138 | for (int i = 0; i < file_generators.size(); ++i) {
  1212. | ~~^~~~~~~~~~~~~~~~~~~~~~~~
  1213. third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc:176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::compiler::java::FileGenerator*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1214. 176 | for (int i = 0; i < file_generators.size(); ++i) {
  1215. | ~~^~~~~~~~~~~~~~~~~~~~~~~~
  1216. third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc:188:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1217. 188 | for (int i = 0; i < all_files.size(); i++) {
  1218. | ~~^~~~~~~~~~~~~~~~~~
  1219. third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc:199:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1220. 199 | for (int i = 0; i < all_annotations.size(); i++) {
  1221. | ~~^~~~~~~~~~~~~~~~~~~~~~~~
  1222. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/python/python_generator.o -std=c++14 -fno-wrapv -frtti
  1223. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.o -std=c++14 -fno-wrapv -frtti
  1224. In file included from third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h:43,
  1225. from third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc:42:
  1226. third_party/protobuf/src/google/protobuf/io/printer.h: In instantiation of ‘void google::protobuf::io::AnnotationProtoCollector<AnnotationProto>::AddAnnotation(size_t, size_t, const string&, const std::vector<int>&) [with AnnotationProto = google::protobuf::GeneratedCodeInfo; size_t = long unsigned int; std::string = std::__cxx11::basic_string<char>]’:
  1227. third_party/protobuf/src/google/protobuf/io/printer.h:85:8: required from here
  1228. third_party/protobuf/src/google/protobuf/io/printer.h:90:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1229. 90 | for (int i = 0; i < path.size(); ++i) {
  1230. | ~~^~~~~~~~~~~~~
  1231. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_field.o -std=c++14 -fno-wrapv -frtti
  1232. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_generator.o -std=c++14 -fno-wrapv -frtti
  1233. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_string_field_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_string_field_lite.o -std=c++14 -fno-wrapv -frtti
  1234. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/zip_writer.o -std=c++14 -fno-wrapv -frtti
  1235. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/descriptor_database.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/descriptor_database.o -std=c++14 -fno-wrapv -frtti
  1236. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function ‘std::string google::protobuf::compiler::php::{anonymous}::PhpName(const string&, const google::protobuf::compiler::php::Options&)’:
  1237. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:291:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1238. 291 | for (int i = 0; i < full_name.size(); i++) {
  1239. | ~~^~~~~~~~~~~~~~~~~~
  1240. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function ‘std::string google::protobuf::compiler::php::{anonymous}::GeneratedMetadataFileName(const google::protobuf::FileDescriptor*, const google::protobuf::compiler::php::Options&)’:
  1241. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:368:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
  1242. 368 | while (first_index != std::string::npos) {
  1243. | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  1244. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:379:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
  1245. 379 | if (file_name_start == std::string::npos) {
  1246. | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  1247. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function ‘std::string google::protobuf::compiler::php::{anonymous}::GeneratedServiceFileName(const google::protobuf::ServiceDescriptor*, const google::protobuf::compiler::php::Options&)’:
  1248. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:425:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1249. 425 | for (int i = 0; i < result.size(); i++) {
  1250. | ~~^~~~~~~~~~~~~~~
  1251. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function ‘std::string google::protobuf::compiler::php::{anonymous}::UnderscoresToCamelCase(const string&, bool)’:
  1252. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:571:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1253. 571 | for (int i = 0; i < name.size(); i++) {
  1254. | ~~^~~~~~~~~~~~~
  1255. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function ‘std::string google::protobuf::compiler::php::{anonymous}::FilenameToClassname(const string&)’:
  1256. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1224:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1257. 1224 | for (int i = 0; i < result.size(); i++) {
  1258. | ~~^~~~~~~~~~~~~~~
  1259. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function ‘void google::protobuf::compiler::php::{anonymous}::GenerateMetadataFile(const google::protobuf::FileDescriptor*, const google::protobuf::compiler::php::Options&, google::protobuf::compiler::GeneratorContext*)’:
  1260. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1244:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
  1261. 1244 | if (lastindex != std::string::npos) {
  1262. | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  1263. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function ‘void google::protobuf::compiler::php::{anonymous}::GenerateEnumFile(const google::protobuf::FileDescriptor*, const google::protobuf::EnumDescriptor*, const google::protobuf::compiler::php::Options&, google::protobuf::compiler::GeneratorContext*)’:
  1264. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1317:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
  1265. 1317 | if (lastindex != std::string::npos) {
  1266. | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  1267. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1329:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
  1268. 1329 | if (lastindex != std::string::npos) {
  1269. | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  1270. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function ‘void google::protobuf::compiler::php::{anonymous}::GenerateMessageFile(const google::protobuf::FileDescriptor*, const google::protobuf::Descriptor*, const google::protobuf::compiler::php::Options&, google::protobuf::compiler::GeneratorContext*)’:
  1271. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1428:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
  1272. 1428 | if (lastindex != std::string::npos) {
  1273. | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  1274. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1437:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
  1275. 1437 | if (lastindex != std::string::npos) {
  1276. | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  1277. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function ‘void google::protobuf::compiler::php::{anonymous}::GenerateServiceFile(const google::protobuf::FileDescriptor*, const google::protobuf::ServiceDescriptor*, const google::protobuf::compiler::php::Options&, google::protobuf::compiler::GeneratorContext*)’:
  1278. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1548:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
  1279. 1548 | lastindex != std::string::npos) {
  1280. | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  1281. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1556:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
  1282. 1556 | if (lastindex != std::string::npos) {
  1283. | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  1284. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In function ‘void google::protobuf::compiler::php::{anonymous}::GenerateDocCommentBodyForLocation(google::protobuf::io::Printer*, const google::protobuf::SourceLocation&, bool, int)’:
  1285. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1660:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1286. 1660 | for (int i = 0; i < lines.size(); i++) {
  1287. | ~~^~~~~~~~~~~~~~
  1288. third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc: In member function ‘void google::protobuf::compiler::java::ImmutableMessageGenerator::GenerateMessageSerializationMethods(google::protobuf::io::Printer*)’:
  1289. third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc:625:44: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::Descriptor::ExtensionRange*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1290. 625 | i < descriptor_->field_count() || j < sorted_extensions.size();) {
  1291. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  1292. third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc:628:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::Descriptor::ExtensionRange*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1293. 628 | } else if (j == sorted_extensions.size()) {
  1294. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1295. third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc: In member function ‘void google::protobuf::compiler::java::ImmutableMessageGenerator::GenerateDescriptorMethods(google::protobuf::io::Printer*)’:
  1296. third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc:841:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1297. 841 | for (int i = 0; i < map_fields.size(); ++i) {
  1298. | ~~^~~~~~~~~~~~~~~~~~~
  1299. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In instantiation of ‘std::string google::protobuf::compiler::php::{anonymous}::GeneratedClassFileName(const DescriptorType*, const google::protobuf::compiler::php::Options&) [with DescriptorType = google::protobuf::EnumDescriptor; std::string = std::__cxx11::basic_string<char>]’:
  1300. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1307:48: required from here
  1301. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:401:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1302. 401 | for (int i = 0; i < result.size(); i++) {
  1303. | ~~^~~~~~~~~~~~~~~
  1304. third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc: In function ‘bool google::protobuf::compiler::python::{anonymous}::ContainsPythonKeyword(const string&)’:
  1305. third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc:109:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1306. 109 | for (int i = 0; i < tokens.size(); ++i) {
  1307. | ~~^~~~~~~~~~~~~~~
  1308. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In instantiation of ‘std::string google::protobuf::compiler::php::{anonymous}::GeneratedClassFileName(const DescriptorType*, const google::protobuf::compiler::php::Options&) [with DescriptorType = google::protobuf::Descriptor; std::string = std::__cxx11::basic_string<char>]’:
  1309. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1418:48: required from here
  1310. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:401:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1311. third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc: In member function ‘virtual bool google::protobuf::compiler::python::Generator::Generate(const google::protobuf::FileDescriptor*, const string&, google::protobuf::compiler::GeneratorContext*, std::string*) const’:
  1312. third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc:309:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1313. 309 | for (int i = 0; i < options.size(); i++) {
  1314. | ~~^~~~~~~~~~~~~~~~
  1315. third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc: In member function ‘void google::protobuf::compiler::python::Generator::PrintImports() const’:
  1316. third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc:425:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
  1317. 425 | if (last_dot_pos == std::string::npos) {
  1318. | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  1319. third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc: In member function ‘void google::protobuf::compiler::python::Generator::PrintTopLevelEnums() const’:
  1320. third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc:540:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::pair<std::__cxx11::basic_string<char>, int> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1321. 540 | for (int i = 0; i < top_level_enum_values.size(); ++i) {
  1322. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1323. third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc: In member function ‘void google::protobuf::compiler::python::Generator::PrintMessages() const’:
  1324. third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc:869:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1325. 869 | for (int j = 0; j < to_register.size(); ++j) {
  1326. | ~~^~~~~~~~~~~~~~~~~~~~
  1327. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In instantiation of ‘std::string google::protobuf::compiler::php::{anonymous}::LegacyGeneratedClassFileName(const DescriptorType*, const google::protobuf::compiler::php::Options&) [with DescriptorType = google::protobuf::EnumDescriptor; std::string = std::__cxx11::basic_string<char>]’:
  1328. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1271:54: required from ‘void google::protobuf::compiler::php::{anonymous}::LegacyGenerateClassFile(const google::protobuf::FileDescriptor*, const DescriptorType*, const google::protobuf::compiler::php::Options&, google::protobuf::compiler::GeneratorContext*) [with DescriptorType = google::protobuf::EnumDescriptor]’
  1329. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1405:28: required from here
  1330. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:414:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1331. 414 | for (int i = 0; i < result.size(); i++) {
  1332. | ~~^~~~~~~~~~~~~~~
  1333. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc: In instantiation of ‘std::string google::protobuf::compiler::php::{anonymous}::LegacyGeneratedClassFileName(const DescriptorType*, const google::protobuf::compiler::php::Options&) [with DescriptorType = google::protobuf::Descriptor; std::string = std::__cxx11::basic_string<char>]’:
  1334. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1271:54: required from ‘void google::protobuf::compiler::php::{anonymous}::LegacyGenerateClassFile(const google::protobuf::FileDescriptor*, const DescriptorType*, const google::protobuf::compiler::php::Options&, google::protobuf::compiler::GeneratorContext*) [with DescriptorType = google::protobuf::Descriptor]’
  1335. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1520:28: required from here
  1336. third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:414:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1337. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.cc: In member function ‘void google::protobuf::compiler::objectivec::MessageGenerator::GenerateSource(google::protobuf::io::Printer*)’:
  1338. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.cc:560:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1339. 560 | for (int i = 0; i < text_format_data_str.size(); i += kBytesPerLine) {
  1340. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1341. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.cc:574:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::Descriptor::ExtensionRange*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1342. 574 | for (int i = 0; i < sorted_extensions.size(); i++) {
  1343. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  1344. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.o -std=c++14 -fno-wrapv -frtti
  1345. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/parser.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/parser.o -std=c++14 -fno-wrapv -frtti
  1346. third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc: In function ‘uint32_t google::protobuf::compiler::ComputeCRC32(const string&)’:
  1347. third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc:97:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1348. 97 | for (int i = 0; i < buf.size(); ++i) {
  1349. | ~~^~~~~~~~~~~~
  1350. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_generator.cc: In member function ‘virtual bool google::protobuf::compiler::objectivec::ObjectiveCGenerator::GenerateAll(const std::vector<const google::protobuf::FileDescriptor*>&, const string&, google::protobuf::compiler::GeneratorContext*, std::string*) const’:
  1351. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_generator.cc:101:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1352. 101 | for (int i = 0; i < options.size(); i++) {
  1353. | ~~^~~~~~~~~~~~~~~~
  1354. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_generator.cc:248:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FileDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1355. 248 | for (int i = 0; i < files.size(); i++) {
  1356. | ~~^~~~~~~~~~~~~~
  1357. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/empty.pb.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/empty.pb.o -std=c++14 -fno-wrapv -frtti
  1358. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/descriptor.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/descriptor.o -std=c++14 -fno-wrapv -frtti
  1359. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/java/java_service.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/java/java_service.o -std=c++14 -fno-wrapv -frtti
  1360. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.o -std=c++14 -fno-wrapv -frtti
  1361. third_party/protobuf/src/google/protobuf/compiler/parser.cc: In function ‘bool google::protobuf::compiler::{anonymous}::IsNumberFollowUnderscore(const string&)’:
  1362. third_party/protobuf/src/google/protobuf/compiler/parser.cc:161:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1363. 161 | for (int i = 1; i < name.length(); i++) {
  1364. | ~~^~~~~~~~~~~~~~~
  1365. third_party/protobuf/src/google/protobuf/compiler/parser.cc: In member function ‘void google::protobuf::compiler::Parser::LocationRecorder::AttachComments(std::string*, std::string*, std::vector<std::__cxx11::basic_string<char> >*) const’:
  1366. third_party/protobuf/src/google/protobuf/compiler/parser.cc:506:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1367. 506 | for (int i = 0; i < detached_comments->size(); ++i) {
  1368. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1369. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.o -std=c++14 -fno-wrapv -frtti
  1370. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/extension_set.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/extension_set.o -std=c++14 -fno-wrapv -frtti
  1371. third_party/protobuf/src/google/protobuf/descriptor.cc: In member function ‘void google::protobuf::{anonymous}::TableArena::RelocateToUsedList(google::protobuf::{anonymous}::TableArena::Block*)’:
  1372. third_party/protobuf/src/google/protobuf/descriptor.cc:1010:37: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  1373. 1010 | if (to_relocate->space_left() >= 1 + kSmallSizes[i]) {
  1374. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/field_mask.pb.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/field_mask.pb.o -std=c++14 -fno-wrapv -frtti
  1375. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/generated_message_reflection.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/generated_message_reflection.o -std=c++14 -fno-wrapv -frtti
  1376. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/generated_message_tctable_full.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/generated_message_tctable_full.o -std=c++14 -fno-wrapv -frtti
  1377. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc: In function ‘std::unordered_set<std::__cxx11::basic_string<char> > google::protobuf::compiler::objectivec::{anonymous}::MakeWordsMap(const char* const*, size_t)’:
  1378. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc:190:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  1379. 190 | for (int i = 0; i < num_words; i++) {
  1380. | ~~^~~~~~~~~~~
  1381. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc: In function ‘std::string google::protobuf::compiler::objectivec::{anonymous}::UnderscoresToCamelCase(const string&, bool)’:
  1382. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc:216:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1383. 216 | for (int i = 0; i < input.size(); i++) {
  1384. | ~~^~~~~~~~~~~~~~
  1385. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc:258:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1386. 258 | for (int j = 0; j < value.length(); j++) {
  1387. | ~~^~~~~~~~~~~~~~~~
  1388. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc: In function ‘std::string google::protobuf::compiler::objectivec::UnCamelCaseEnumShortName(const string&)’:
  1389. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc:665:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1390. 665 | for (int i = 0; i < name.size(); i++) {
  1391. | ~~^~~~~~~~~~~~~
  1392. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc: In function ‘std::string google::protobuf::compiler::objectivec::UnCamelCaseFieldName(const string&, const google::protobuf::FieldDescriptor*)’:
  1393. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc:755:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1394. 755 | for (int i = 0; i < worker.size(); i++) {
  1395. | ~~^~~~~~~~~~~~~~~
  1396. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc: In function ‘std::string google::protobuf::compiler::objectivec::BuildCommentsString(const google::protobuf::SourceLocation&, bool)’:
  1397. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc:1113:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1398. 1113 | for (int i = 0; i < lines.size(); i++) {
  1399. | ~~^~~~~~~~~~~~~~
  1400. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc: In function ‘bool google::protobuf::compiler::objectivec::ReadLine(google::protobuf::stringpiece_internal::StringPiece*, google::protobuf::stringpiece_internal::StringPiece*)’:
  1401. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc:1167:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘google::protobuf::stringpiece_internal::StringPiece::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1402. 1167 | for (int len = 0; len < input->size(); ++len) {
  1403. | ~~~~^~~~~~~~~~~~~~~
  1404. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc: In function ‘void google::protobuf::compiler::objectivec::RemoveComment(google::protobuf::stringpiece_internal::StringPiece*)’:
  1405. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc:1180:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
  1406. 1180 | if (offset != StringPiece::npos) {
  1407. | ~~~~~~~^~~~~~~~~~~~~~~~~~~~
  1408. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc: In member function ‘virtual bool google::protobuf::compiler::objectivec::{anonymous}::ExpectedPrefixesCollector::ConsumeLine(const google::protobuf::stringpiece_internal::StringPiece&, std::string*)’:
  1409. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc:1201:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
  1410. 1201 | if (offset == StringPiece::npos) {
  1411. | ~~~~~~~^~~~~~~~~~~~~~~~~~~~
  1412. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc: In function ‘bool google::protobuf::compiler::objectivec::ValidateObjCClassPrefixes(const std::vector<const google::protobuf::FileDescriptor*>&, const google::protobuf::compiler::objectivec::Options&, std::string*)’:
  1413. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc:1398:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FileDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1414. 1398 | for (int i = 0; i < files.size(); i++) {
  1415. | ~~^~~~~~~~~~~~~~
  1416. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc: In static member function ‘static std::string google::protobuf::compiler::objectivec::TextFormatDecodeData::DecodeDataForString(const string&, const string&)’:
  1417. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc:1606:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1418. 1606 | for (int y = 0; y < desired_output.size(); y++) {
  1419. | ~~^~~~~~~~~~~~~~~~~~~~~~~
  1420. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc:1613:11: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1421. 1613 | if (x >= input_for_decode.size()) {
  1422. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  1423. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc:1625:9: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1424. 1625 | if (x != input_for_decode.size()) {
  1425. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  1426. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc: In member function ‘virtual bool google::protobuf::compiler::objectivec::ImportWriter::ProtoFrameworkCollector::ConsumeLine(const google::protobuf::stringpiece_internal::StringPiece&, std::string*)’:
  1427. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc:1911:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
  1428. 1911 | if (offset == StringPiece::npos) {
  1429. | ~~~~~~~^~~~~~~~~~~~~~~~~~~~
  1430. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc:1922:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘google::protobuf::stringpiece_internal::StringPiece::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1431. 1922 | while (start < proto_file_list.length()) {
  1432. | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  1433. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc:1924:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare]
  1434. 1924 | if (offset == StringPiece::npos) {
  1435. | ~~~~~~~^~~~~~~~~~~~~~~~~~~~
  1436. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/implicit_weak_message.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/implicit_weak_message.o -std=c++14 -fno-wrapv -frtti
  1437. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message_field.o -std=c++14 -fno-wrapv -frtti
  1438. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/generated_enum_util.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/generated_enum_util.o -std=c++14 -fno-wrapv -frtti
  1439. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/generated_message_tctable_lite.o -std=c++14 -fno-wrapv -frtti
  1440. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/gzip_stream.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/gzip_stream.o -std=c++14 -fno-wrapv -frtti
  1441. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/io_win32.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/io_win32.o -std=c++14 -fno-wrapv -frtti
  1442. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/printer.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/printer.o -std=c++14 -fno-wrapv -frtti
  1443. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/strtod.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/strtod.o -std=c++14 -fno-wrapv -frtti
  1444. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/inlined_string_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/inlined_string_field.o -std=c++14 -fno-wrapv -frtti
  1445. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/generated_message_bases.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/generated_message_bases.o -std=c++14 -fno-wrapv -frtti
  1446. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.o -std=c++14 -fno-wrapv -frtti
  1447. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/tokenizer.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/tokenizer.o -std=c++14 -fno-wrapv -frtti
  1448. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/js/well_known_types_embed.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/js/well_known_types_embed.o -std=c++14 -fno-wrapv -frtti
  1449. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/coded_stream.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/coded_stream.o -std=c++14 -fno-wrapv -frtti
  1450. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.o -std=c++14 -fno-wrapv -frtti
  1451. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.o -std=c++14 -fno-wrapv -frtti
  1452. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/map_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/map_field.o -std=c++14 -fno-wrapv -frtti
  1453. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/parse_context.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/parse_context.o -std=c++14 -fno-wrapv -frtti
  1454. third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc: In function ‘std::string google::protobuf::compiler::ruby::DefaultValueForField(const google::protobuf::FieldDescriptor*)’:
  1455. third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc:158:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1456. 158 | for (int i = 0; i < default_str.length(); ++i) {
  1457. | ~~^~~~~~~~~~~~~~~~~~~~~~
  1458. third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc: In function ‘std::string google::protobuf::compiler::ruby::PackageToModule(const string&)’:
  1459. third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc:329:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1460. 329 | for (int i = 0; i < name.size(); i++) {
  1461. | ~~^~~~~~~~~~~~~
  1462. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/repeated_ptr_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/repeated_ptr_field.o -std=c++14 -fno-wrapv -frtti
  1463. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/duration.pb.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/duration.pb.o -std=c++14 -fno-wrapv -frtti
  1464. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/plugin.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/plugin.o -std=c++14 -fno-wrapv -frtti
  1465. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/zero_copy_stream.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/zero_copy_stream.o -std=c++14 -fno-wrapv -frtti
  1466. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/struct.pb.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/struct.pb.o -std=c++14 -fno-wrapv -frtti
  1467. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/generated_message_util.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/generated_message_util.o -std=c++14 -fno-wrapv -frtti
  1468. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/stubs/int128.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/stubs/int128.o -std=c++14 -fno-wrapv -frtti
  1469. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.o -std=c++14 -fno-wrapv -frtti
  1470. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc: In member function ‘void google::protobuf::compiler::objectivec::EnumGenerator::GenerateHeader(google::protobuf::io::Printer*)’:
  1471. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc:126:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::EnumValueDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1472. 126 | for (int i = 0; i < all_values_.size(); i++) {
  1473. | ~~^~~~~~~~~~~~~~~~~~~~
  1474. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc: In member function ‘void google::protobuf::compiler::objectivec::EnumGenerator::GenerateSource(google::protobuf::io::Printer*)’:
  1475. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc:176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::EnumValueDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1476. 176 | for (int i = 0; i < all_values_.size(); i++) {
  1477. | ~~^~~~~~~~~~~~~~~~~~~~
  1478. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc:195:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1479. 195 | for (int i = 0; i < text_blob.size(); i += kBytesPerLine) {
  1480. | ~~^~~~~~~~~~~~~~~~~~
  1481. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc:203:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::EnumValueDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1482. 203 | for (int i = 0; i < all_values_.size(); i++) {
  1483. | ~~^~~~~~~~~~~~~~~~~~~~
  1484. third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc:244:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::EnumValueDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1485. 244 | for (int i = 0; i < base_values_.size(); i++) {
  1486. | ~~^~~~~~~~~~~~~~~~~~~~~
  1487. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/stubs/stringpiece.o -std=c++14 -fno-wrapv -frtti
  1488. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/service.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/service.o -std=c++14 -fno-wrapv -frtti
  1489. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/extension_set_heavy.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/extension_set_heavy.o -std=c++14 -fno-wrapv -frtti
  1490. third_party/protobuf/src/google/protobuf/stubs/int128.cc: In function ‘std::ostream& google::protobuf::operator<<(std::ostream&, const google::protobuf::uint128&)’:
  1491. third_party/protobuf/src/google/protobuf/stubs/int128.cc:176:13: warning: comparison of integer expressions of different signedness: ‘std::streamsize’ {aka ‘long int’} and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1492. 176 | if (width > rep.size()) {
  1493. | ~~~~~~^~~~~~~~~~~~
  1494. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/stubs/strutil.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/stubs/strutil.o -std=c++14 -fno-wrapv -frtti
  1495. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/stubs/status.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/stubs/status.o -std=c++14 -fno-wrapv -frtti
  1496. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/dynamic_message.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/dynamic_message.o -std=c++14 -fno-wrapv -frtti
  1497. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/source_context.pb.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/source_context.pb.o -std=c++14 -fno-wrapv -frtti
  1498. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/map.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/map.o -std=c++14 -fno-wrapv -frtti
  1499. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/stubs/stringprintf.o -std=c++14 -fno-wrapv -frtti
  1500. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/reflection_ops.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/reflection_ops.o -std=c++14 -fno-wrapv -frtti
  1501. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.o -std=c++14 -fno-wrapv -frtti
  1502. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/compiler/subprocess.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/compiler/subprocess.o -std=c++14 -fno-wrapv -frtti
  1503. third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc: In function ‘std::string google::protobuf::StringPrintfVector(const char*, const std::vector<std::__cxx11::basic_string<char> >&)’:
  1504. third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc:152:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1505. 152 | for (int i = 0; i < v.size(); ++i) {
  1506. | ~~^~~~~~~~~~
  1507. third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc:155:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  1508. 155 | for (int i = v.size(); i < GOOGLE_ARRAYSIZE(cstr); ++i) {
  1509. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/stubs/statusor.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/stubs/statusor.o -std=c++14 -fno-wrapv -frtti
  1510. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/stubs/structurally_valid.o -std=c++14 -fno-wrapv -frtti
  1511. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/text_format.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/text_format.o -std=c++14 -fno-wrapv -frtti
  1512. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/generated_message_table_driven.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/generated_message_table_driven.o -std=c++14 -fno-wrapv -frtti
  1513. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/unknown_field_set.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/unknown_field_set.o -std=c++14 -fno-wrapv -frtti
  1514. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/field_mask_util.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/field_mask_util.o -std=c++14 -fno-wrapv -frtti
  1515. third_party/protobuf/src/google/protobuf/compiler/subprocess.cc: In member function ‘bool google::protobuf::compiler::Subprocess::Communicate(const google::protobuf::Message&, google::protobuf::Message*, std::string*)’:
  1516. third_party/protobuf/src/google/protobuf/compiler/subprocess.cc:409:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1517. 409 | if (input_pos == input_data.size()) {
  1518. | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  1519. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/message.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/message.o -std=c++14 -fno-wrapv -frtti
  1520. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/internal/error_listener.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/internal/error_listener.o -std=c++14 -fno-wrapv -frtti
  1521. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.o -std=c++14 -fno-wrapv -frtti
  1522. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/internal/proto_writer.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/internal/proto_writer.o -std=c++14 -fno-wrapv -frtti
  1523. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/stubs/substitute.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/stubs/substitute.o -std=c++14 -fno-wrapv -frtti
  1524. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/internal/type_info.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/internal/type_info.o -std=c++14 -fno-wrapv -frtti
  1525. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/internal/field_mask_utility.o -std=c++14 -fno-wrapv -frtti
  1526. In file included from third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc:31:
  1527. third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.h: In constructor ‘google::protobuf::util::converter::JsonObjectWriter::JsonObjectWriter(google::protobuf::stringpiece_internal::StringPiece, google::protobuf::io::CodedOutputStream*)’:
  1528. third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.h:105:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘google::protobuf::stringpiece_internal::StringPiece::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1529. 105 | for (int i = 1; i < indent_string.length(); i++) {
  1530. | ~~^~~~~~~~~~~~~~~~~~~~~~~~
  1531. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/message_differencer.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/message_differencer.o -std=c++14 -fno-wrapv -frtti
  1532. In file included from third_party/protobuf/src/google/protobuf/stubs/substitute.cc:35:
  1533. third_party/protobuf/src/google/protobuf/stubs/substitute.cc: In function ‘void google::protobuf::strings::SubstituteAndAppend(std::string*, const char*, const google::protobuf::strings::internal::SubstituteArg&, const google::protobuf::strings::internal::SubstituteArg&, const google::protobuf::strings::internal::SubstituteArg&, const google::protobuf::strings::internal::SubstituteArg&, const google::protobuf::strings::internal::SubstituteArg&, const google::protobuf::strings::internal::SubstituteArg&, const google::protobuf::strings::internal::SubstituteArg&, const google::protobuf::strings::internal::SubstituteArg&, const google::protobuf::strings::internal::SubstituteArg&, const google::protobuf::strings::internal::SubstituteArg&)’:
  1534. third_party/protobuf/src/google/protobuf/stubs/logging.h:181:50: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1535. 181 | #define GOOGLE_DCHECK_EQ(A, B) GOOGLE_DCHECK((A) == (B))
  1536. | ~~~~^~~~~~
  1537. third_party/protobuf/src/google/protobuf/stubs/logging.h:149:5: note: in definition of macro ‘GOOGLE_LOG_IF’
  1538. 149 | !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  1539. | ^~~~~~~~~
  1540. third_party/protobuf/src/google/protobuf/stubs/logging.h:179:48: note: in expansion of macro ‘GOOGLE_CHECK’
  1541. 179 | #define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  1542. | ^~~~~~~~~~~~
  1543. third_party/protobuf/src/google/protobuf/stubs/logging.h:181:32: note: in expansion of macro ‘GOOGLE_DCHECK’
  1544. 181 | #define GOOGLE_DCHECK_EQ(A, B) GOOGLE_DCHECK((A) == (B))
  1545. | ^~~~~~~~~~~~~
  1546. third_party/protobuf/src/google/protobuf/stubs/substitute.cc:131:3: note: in expansion of macro ‘GOOGLE_DCHECK_EQ’
  1547. 131 | GOOGLE_DCHECK_EQ(target - output->data(), output->size());
  1548. | ^~~~~~~~~~~~~~~~
  1549. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/repeated_field.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/repeated_field.o -std=c++14 -fno-wrapv -frtti
  1550. third_party/protobuf/src/google/protobuf/util/field_mask_util.cc: In member function ‘void google::protobuf::util::{anonymous}::FieldMaskTree::RemovePath(const string&, const google::protobuf::Descriptor*)’:
  1551. third_party/protobuf/src/google/protobuf/util/field_mask_util.cc:369:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1552. 369 | for (int i = 0; i < parts.size(); ++i) {
  1553. | ~~^~~~~~~~~~~~~~
  1554. third_party/protobuf/src/google/protobuf/util/field_mask_util.cc:375:12: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1555. 375 | i != parts.size() - 1)) {
  1556. | ~~^~~~~~~~~~~~~~~~~~~
  1557. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/wire_format.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/wire_format.o -std=c++14 -fno-wrapv -frtti
  1558. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/stubs/time.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/stubs/time.o -std=c++14 -fno-wrapv -frtti
  1559. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/stubs/bytestream.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/stubs/bytestream.o -std=c++14 -fno-wrapv -frtti
  1560. third_party/protobuf/src/google/protobuf/util/internal/proto_writer.cc: In member function ‘virtual std::string google::protobuf::util::converter::ProtoWriter::ProtoElement::ToString() const’:
  1561. third_party/protobuf/src/google/protobuf/util/internal/proto_writer.cc:410:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1562. 410 | while (i < name.size() &&
  1563. | ~~^~~~~~~~~~~~~
  1564. third_party/protobuf/src/google/protobuf/util/internal/proto_writer.cc:413:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1565. 413 | if (i > 0 && i == name.size()) { // safe field name
  1566. | ~~^~~~~~~~~~~~~~
  1567. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/delimited_message_util.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/delimited_message_util.o -std=c++14 -fno-wrapv -frtti
  1568. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.o -std=c++14 -fno-wrapv -frtti
  1569. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/stubs/common.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/stubs/common.o -std=c++14 -fno-wrapv -frtti
  1570. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/internal/json_escaping.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/internal/json_escaping.o -std=c++14 -fno-wrapv -frtti
  1571. third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc: In function ‘void google::protobuf::util::converter::ReplaceInvalidCodePoints(google::protobuf::stringpiece_internal::StringPiece, const string&, std::string*)’:
  1572. third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc:87:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘google::protobuf::stringpiece_internal::StringPiece::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1573. 87 | if (n_valid_bytes == str.size()) {
  1574. | ~~~~~~~~~~~~~~^~~~~~~~~~~~~
  1575. third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc: In function ‘bool google::protobuf::util::converter::ConsumeKey(google::protobuf::stringpiece_internal::StringPiece*, google::protobuf::stringpiece_internal::StringPiece*)’:
  1576. third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc:102:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘google::protobuf::stringpiece_internal::StringPiece::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1577. 102 | for (; len < input->size(); ++len) {
  1578. | ~~~~^~~~~~~~~~~~~~~
  1579. third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc: In function ‘bool google::protobuf::util::converter::ConsumeKeyPermissive(google::protobuf::stringpiece_internal::StringPiece*, google::protobuf::stringpiece_internal::StringPiece*)’:
  1580. third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc:117:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘google::protobuf::stringpiece_internal::StringPiece::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1581. 117 | for (; len < input->size(); ++len) {
  1582. | ~~~~^~~~~~~~~~~~~~~
  1583. third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc: In member function ‘google::protobuf::util::converter::JsonStreamParser::TokenType google::protobuf::util::converter::JsonStreamParser::GetNextTokenType()’:
  1584. third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc:963:12: warning: comparison of integer expressions of different signedness: ‘int’ and ‘google::protobuf::stringpiece_internal::StringPiece::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1585. 963 | if (size >= kKeywordTrue.length() &&
  1586. | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
  1587. third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc:967:12: warning: comparison of integer expressions of different signedness: ‘int’ and ‘google::protobuf::stringpiece_internal::StringPiece::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1588. 967 | if (size >= kKeywordFalse.length() &&
  1589. | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  1590. third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc:971:12: warning: comparison of integer expressions of different signedness: ‘int’ and ‘google::protobuf::stringpiece_internal::StringPiece::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1591. 971 | if (size >= kKeywordNull.length() &&
  1592. | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
  1593. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/field_comparator.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/field_comparator.o -std=c++14 -fno-wrapv -frtti
  1594. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/internal/datapiece.o -std=c++14 -fno-wrapv -frtti
  1595. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/internal/utility.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/internal/utility.o -std=c++14 -fno-wrapv -frtti
  1596. third_party/protobuf/src/google/protobuf/util/internal/json_escaping.cc: In function ‘bool google::protobuf::util::converter::{anonymous}::ReadCodePoint(google::protobuf::stringpiece_internal::StringPiece, int, uint32_t*, int*, int*)’:
  1597. third_party/protobuf/src/google/protobuf/util/internal/json_escaping.cc:182:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘google::protobuf::stringpiece_internal::StringPiece::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1598. 182 | while (*num_left > 0 && index < str.size()) {
  1599. | ~~~~~~^~~~~~~~~~~~
  1600. third_party/protobuf/src/google/protobuf/util/internal/json_escaping.cc: In static member function ‘static void google::protobuf::util::converter::JsonEscaping::Escape(google::protobuf::strings::ByteSource*, google::protobuf::strings::ByteSink*)’:
  1601. third_party/protobuf/src/google/protobuf/util/internal/json_escaping.cc:328:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘google::protobuf::stringpiece_internal::StringPiece::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1602. 328 | } while (i < str.length()); // case iv
  1603. | ~~^~~~~~~~~~~~~~
  1604. third_party/protobuf/src/google/protobuf/util/internal/json_escaping.cc: In static member function ‘static void google::protobuf::util::converter::JsonEscaping::Escape(google::protobuf::stringpiece_internal::StringPiece, google::protobuf::strings::ByteSink*)’:
  1605. third_party/protobuf/src/google/protobuf/util/internal/json_escaping.cc:352:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_t’ {aka ‘const long unsigned int’} [-Wsign-compare]
  1606. 352 | for (int i = 0; i < len; i++) {
  1607. | ~~^~~~~
  1608. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/message_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/message_lite.o -std=c++14 -fno-wrapv -frtti
  1609. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource.o -std=c++14 -fno-wrapv -frtti
  1610. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/internal/object_writer.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/internal/object_writer.o -std=c++14 -fno-wrapv -frtti
  1611. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc: In instantiation of ‘google::protobuf::util::statusor_internal::StatusOr<T> google::protobuf::util::converter::{anonymous}::ValidateNumberConversion(To, From) [with To = int; From = unsigned int]’:
  1612. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:75:34: required from ‘google::protobuf::util::statusor_internal::StatusOr<T> google::protobuf::util::converter::{anonymous}::NumberConvertAndCheck(From) [with To = int; From = unsigned int]’
  1613. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:339:49: required from ‘google::protobuf::util::statusor_internal::StatusOr<T> google::protobuf::util::converter::DataPiece::GenericConvert() const [with To = int]’
  1614. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:122:33: required from here
  1615. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:56:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
  1616. 56 | if (after == before &&
  1617. | ~~~~~~^~~~~~~~~
  1618. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:57:36: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  1619. 57 | MathUtil::Sign<From>(before) == MathUtil::Sign<To>(after)) {
  1620. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1621. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc: In instantiation of ‘google::protobuf::util::statusor_internal::StatusOr<T> google::protobuf::util::converter::{anonymous}::ValidateNumberConversion(To, From) [with To = int; From = long unsigned int]’:
  1622. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:75:34: required from ‘google::protobuf::util::statusor_internal::StatusOr<T> google::protobuf::util::converter::{anonymous}::NumberConvertAndCheck(From) [with To = int; From = long unsigned int]’
  1623. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:341:49: required from ‘google::protobuf::util::statusor_internal::StatusOr<T> google::protobuf::util::converter::DataPiece::GenericConvert() const [with To = int]’
  1624. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:122:33: required from here
  1625. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:56:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  1626. 56 | if (after == before &&
  1627. | ~~~~~~^~~~~~~~~
  1628. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:57:36: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare]
  1629. 57 | MathUtil::Sign<From>(before) == MathUtil::Sign<To>(after)) {
  1630. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1631. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc: In instantiation of ‘google::protobuf::util::statusor_internal::StatusOr<T> google::protobuf::util::converter::{anonymous}::ValidateNumberConversion(To, From) [with To = unsigned int; From = int]’:
  1632. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:75:34: required from ‘google::protobuf::util::statusor_internal::StatusOr<T> google::protobuf::util::converter::{anonymous}::NumberConvertAndCheck(From) [with To = unsigned int; From = int]’
  1633. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:335:48: required from ‘google::protobuf::util::statusor_internal::StatusOr<T> google::protobuf::util::converter::DataPiece::GenericConvert() const [with To = unsigned int]’
  1634. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:135:34: required from here
  1635. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:56:13: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  1636. 56 | if (after == before &&
  1637. | ~~~~~~^~~~~~~~~
  1638. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:57:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
  1639. 57 | MathUtil::Sign<From>(before) == MathUtil::Sign<To>(after)) {
  1640. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1641. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc: In instantiation of ‘google::protobuf::util::statusor_internal::StatusOr<T> google::protobuf::util::converter::{anonymous}::ValidateNumberConversion(To, From) [with To = long int; From = long unsigned int]’:
  1642. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:75:34: required from ‘google::protobuf::util::statusor_internal::StatusOr<T> google::protobuf::util::converter::{anonymous}::NumberConvertAndCheck(From) [with To = long int; From = long unsigned int]’
  1643. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:341:49: required from ‘google::protobuf::util::statusor_internal::StatusOr<T> google::protobuf::util::converter::DataPiece::GenericConvert() const [with To = long int]’
  1644. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:148:33: required from here
  1645. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:56:13: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘long unsigned int’ [-Wsign-compare]
  1646. 56 | if (after == before &&
  1647. | ~~~~~~^~~~~~~~~
  1648. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:57:36: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare]
  1649. 57 | MathUtil::Sign<From>(before) == MathUtil::Sign<To>(after)) {
  1650. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1651. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc: In instantiation of ‘google::protobuf::util::statusor_internal::StatusOr<T> google::protobuf::util::converter::{anonymous}::ValidateNumberConversion(To, From) [with To = long unsigned int; From = int]’:
  1652. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:75:34: required from ‘google::protobuf::util::statusor_internal::StatusOr<T> google::protobuf::util::converter::{anonymous}::NumberConvertAndCheck(From) [with To = long unsigned int; From = int]’
  1653. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:335:48: required from ‘google::protobuf::util::statusor_internal::StatusOr<T> google::protobuf::util::converter::DataPiece::GenericConvert() const [with To = long unsigned int]’
  1654. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:161:34: required from here
  1655. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:56:13: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare]
  1656. 56 | if (after == before &&
  1657. | ~~~~~~^~~~~~~~~
  1658. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:57:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  1659. 57 | MathUtil::Sign<From>(before) == MathUtil::Sign<To>(after)) {
  1660. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1661. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc: In instantiation of ‘google::protobuf::util::statusor_internal::StatusOr<T> google::protobuf::util::converter::{anonymous}::ValidateNumberConversion(To, From) [with To = long unsigned int; From = long int]’:
  1662. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:75:34: required from ‘google::protobuf::util::statusor_internal::StatusOr<T> google::protobuf::util::converter::{anonymous}::NumberConvertAndCheck(From) [with To = long unsigned int; From = long int]’
  1663. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:337:48: required from ‘google::protobuf::util::statusor_internal::StatusOr<T> google::protobuf::util::converter::DataPiece::GenericConvert() const [with To = long unsigned int]’
  1664. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:161:34: required from here
  1665. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:56:13: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare]
  1666. 56 | if (after == before &&
  1667. | ~~~~~~^~~~~~~~~
  1668. third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc:57:36: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘long unsigned int’ [-Wsign-compare]
  1669. 57 | MathUtil::Sign<From>(before) == MathUtil::Sign<To>(after)) {
  1670. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1671. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/generated_message_table_driven_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/generated_message_table_driven_lite.o -std=c++14 -fno-wrapv -frtti
  1672. third_party/protobuf/src/google/protobuf/util/internal/utility.cc: In function ‘void google::protobuf::util::converter::InitWellKnownTypes()’:
  1673. third_party/protobuf/src/google/protobuf/util/internal/utility.cc:348:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  1674. 348 | for (int i = 0; i < GOOGLE_ARRAYSIZE(well_known_types_name_array_); ++i) {
  1675. In file included from /usr/include/string.h:535,
  1676. from third_party/protobuf/src/google/protobuf/stubs/port.h:39,
  1677. from third_party/protobuf/src/google/protobuf/stubs/common.h:48,
  1678. from third_party/protobuf/src/google/protobuf/message_lite.h:45,
  1679. from third_party/protobuf/src/google/protobuf/message_lite.cc:36:
  1680. In function ‘void* memcpy(void*, const void*, size_t)’,
  1681. inlined from ‘uint8_t* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, uint8_t*)’ at third_party/protobuf/src/google/protobuf/io/coded_stream.h:706:16,
  1682. inlined from ‘virtual uint8_t* google::protobuf::internal::ImplicitWeakMessage::_InternalSerialize(uint8_t*, google::protobuf::io::EpsCopyOutputStream*) const’ at third_party/protobuf/src/google/protobuf/implicit_weak_message.h:84:28,
  1683. inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at third_party/protobuf/src/google/protobuf/message_lite.cc:412:30:
  1684. /usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:33: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’ specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
  1685. 29 | return __builtin___memcpy_chk (__dest, __src, __len,
  1686. | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
  1687. 30 | __glibc_objsize0 (__dest));
  1688. | ~~~~~~~~~~~~~~~~~~~~~~~~~~
  1689. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/json_util.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/json_util.o -std=c++14 -fno-wrapv -frtti
  1690. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.o -std=c++14 -fno-wrapv -frtti
  1691. In file included from third_party/protobuf/src/google/protobuf/util/json_util.cc:37:
  1692. third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.h: In destructor ‘virtual google::protobuf::util::converter::DefaultValueObjectWriter::Node::~Node()’:
  1693. third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.h:157:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::util::converter::DefaultValueObjectWriter::Node*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1694. 157 | for (int i = 0; i < children_.size(); ++i) {
  1695. | ~~^~~~~~~~~~~~~~~~~~
  1696. In file included from third_party/protobuf/src/google/protobuf/util/json_util.cc:39:
  1697. third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.h: In constructor ‘google::protobuf::util::converter::JsonObjectWriter::JsonObjectWriter(google::protobuf::stringpiece_internal::StringPiece, google::protobuf::io::CodedOutputStream*)’:
  1698. third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.h:105:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘google::protobuf::stringpiece_internal::StringPiece::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1699. 105 | for (int i = 1; i < indent_string.length(); i++) {
  1700. | ~~^~~~~~~~~~~~~~~~~~~~~~~~
  1701. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/timestamp.pb.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/timestamp.pb.o -std=c++14 -fno-wrapv -frtti
  1702. third_party/protobuf/src/google/protobuf/util/json_util.cc: In member function ‘virtual void google::protobuf::util::internal::ZeroCopyStreamByteSink::Append(const char*, size_t)’:
  1703. third_party/protobuf/src/google/protobuf/util/json_util.cc:67:13: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  1704. 67 | if (len <= buffer_size_) {
  1705. | ~~~~^~~~~~~~~~~~~~~
  1706. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/wire_format_lite.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/wire_format_lite.o -std=c++14 -fno-wrapv -frtti
  1707. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.o -std=c++14 -fno-wrapv -frtti
  1708. In file included from third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc:31:
  1709. third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.h: In destructor ‘virtual google::protobuf::util::converter::DefaultValueObjectWriter::Node::~Node()’:
  1710. third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.h:157:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::util::converter::DefaultValueObjectWriter::Node*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1711. 157 | for (int i = 0; i < children_.size(); ++i) {
  1712. | ~~^~~~~~~~~~~~~~~~~~
  1713. third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc: In member function ‘virtual void google::protobuf::util::converter::DefaultValueObjectWriter::Node::PopulateChildren(const google::protobuf::util::converter::TypeInfo*)’:
  1714. third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc:315:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::util::converter::DefaultValueObjectWriter::Node*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1715. 315 | for (int i = 0; i < children_.size(); ++i) {
  1716. | ~~^~~~~~~~~~~~~~~~~~
  1717. third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc:392:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::util::converter::DefaultValueObjectWriter::Node*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1718. 392 | for (int i = 0; i < children_.size(); ++i) {
  1719. | ~~^~~~~~~~~~~~~~~~~~
  1720. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/type.pb.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/type.pb.o -std=c++14 -fno-wrapv -frtti
  1721. third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc: In member function ‘void google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter::StartAny(const google::protobuf::util::converter::DataPiece&)’:
  1722. third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc:380:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter::Event>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  1723. 380 | for (int i = 0; i < uninterpreted_events_.size(); ++i) {
  1724. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1725. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/time_util.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/time_util.o -std=c++14 -fno-wrapv -frtti
  1726. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/wrappers.pb.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/wrappers.pb.o -std=c++14 -fno-wrapv -frtti
  1727. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/util/type_resolver_util.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/util/type_resolver_util.o -std=c++14 -fno-wrapv -frtti
  1728. x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/protobuf/src -I/home/Hippa/PycharmProjects/CASALIOY/venv/include -I/usr/include/python3.11 -c third_party/protobuf/src/google/protobuf/descriptor.pb.cc -o build/temp.linux-x86_64-cpython-311/third_party/protobuf/src/google/protobuf/descriptor.pb.o -std=c++14 -fno-wrapv -frtti
  1729. error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
  1730. [end of output]
  1731.  
  1732. note: This error originates from a subprocess, and is likely not a problem with pip.
  1733. ERROR: Failed building wheel for grpcio-tools
  1734. Running setup.py clean for grpcio-tools
  1735. Building wheel for st-annotated-text (setup.py) ... done
  1736. Created wheel for st-annotated-text: filename=st_annotated_text-4.0.0-py3-none-any.whl size=8904 sha256=729499689c74c921c118f9cf6e38f66926bf24f8b7d454f583df4170ad9c69e5
  1737. Stored in directory: /home/Hippa/.cache/pip/wheels/6b/6a/df/1eda8d742a9094f5694398f5a81a4eb8297297b2cf9f027342
  1738. Building wheel for validators (setup.py) ... done
  1739. Created wheel for validators: filename=validators-0.20.0-py3-none-any.whl size=19579 sha256=5a11acee4f5c3af0a3af713106f43689392b308f4ca499e839a21c203ce7e488
  1740. Stored in directory: /home/Hippa/.cache/pip/wheels/82/35/dc/f88ec71edf2a5596bd72a8fa1b697277e0fcd3cde83048b8bf
  1741. Building wheel for python-docx (setup.py) ... done
  1742. Created wheel for python-docx: filename=python_docx-0.8.11-py3-none-any.whl size=184491 sha256=7e6078c24e43320edef649b0a75cda6bd85085d33c1b1b1411262bf734998660
  1743. Stored in directory: /home/Hippa/.cache/pip/wheels/b2/11/b8/209e41af524253c9ba6c2a8b8ecec0f98ecbc28c732512803c
  1744. Building wheel for python-pptx (setup.py) ... done
  1745. Created wheel for python-pptx: filename=python_pptx-0.6.21-py3-none-any.whl size=470935 sha256=ece0c1b144342dac31b878d220cbc348195453e3b77a3f752756613af34a3266
  1746. Stored in directory: /home/Hippa/.cache/pip/wheels/f4/c7/af/d1d91f3decfaa7621033f30b69a29bf0b1206005663d233e7a
  1747. Building wheel for olefile (setup.py) ... done
  1748. Created wheel for olefile: filename=olefile-0.46-py2.py3-none-any.whl size=35417 sha256=7ae136ecdc319f13e6f9bfe34fd0bb898cceea5e149a46720044b69504595f55
  1749. Stored in directory: /home/Hippa/.cache/pip/wheels/7a/28/c9/4745d0108b03ae5933fd107bd3946eec0d9fa794f8ce837a46
  1750. Successfully built pygpt4all llama-cpp-python pandoc htbuilder st-annotated-text validators python-docx python-pptx olefile
  1751. Failed to build grpcio-tools
  1752. ERROR: Could not build wheels for grpcio-tools, which is required to install pyproject.toml-based projects
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement