Advertisement
Joachyy

Untitled

Aug 6th, 2023
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.53 KB | None | 0 0
  1. [INFO]: <- directory context /content/.buildozer/android/platform/python-for-android
  2. [INFO]: Building pyjnius for arm64-v8a
  3. [INFO]: jnius apparently isn't already in site-packages
  4. [INFO]: Cythonizing anything necessary in pyjnius
  5. [INFO]: -> directory context /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/pyjnius-sdl2/arm64-v8a__ndk_target_21/pyjnius
  6. [DEBUG]: -> running python3 -c import sys; print(sys.path)
  7. [DEBUG]: ['', '/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib', '/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages', '/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/scripts-3.10', '/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/temp.linux-x86_64-3.10', '/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/lib.linux-x86_64-3.10', '/usr/local/lib/python310.zip', '/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib']
  8. [DEBUG]: cwd is /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/pyjnius-sdl2/arm64-v8a__ndk_target_21/pyjnius
  9. [INFO]: Trying first build of pyjnius to get cython files: this is expected to fail
  10. [DEBUG]: -> running python3 setup.py build_ext -v
  11. [DEBUG]: warning: [options] bootstrap class path not set in conjunction with -source 7
  12. [DEBUG]: 1 warning
  13. [DEBUG]: running build_ext
  14. [DEBUG]: building 'jnius' extension
  15. [DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/joachyyapp/arm64-v8a/include/python3.1 -fPIC -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c jnius/jnius.c -o build/temp.linux-x86_64-3.10/jnius/jnius.o
  16. [DEBUG]: jnius/jnius.c:12406:19: warning: assigning to 'jchar *' (aka 'unsigned short *') from 'const jchar *' (aka 'const unsigned short *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  17. [DEBUG]: __pyx_v_j_chars = (__pyx_v_j_env[0])->GetStringChars(__pyx_v_j_env, __pyx_v_j_string, NULL);
  18. [DEBUG]: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  19. [DEBUG]: jnius/jnius.c:54433:5: error: expression is not assignable
  20. [DEBUG]: ++Py_REFCNT(o);
  21. [DEBUG]: ^ ~~~~~~~~~~~~
  22. [DEBUG]: jnius/jnius.c:54435:5: error: expression is not assignable
  23. [DEBUG]: --Py_REFCNT(o);
  24. [DEBUG]: ^ ~~~~~~~~~~~~
  25. [DEBUG]: jnius/jnius.c:54549:5: error: expression is not assignable
  26. [DEBUG]: ++Py_REFCNT(o);
  27. [DEBUG]: ^ ~~~~~~~~~~~~
  28. [DEBUG]: jnius/jnius.c:54551:5: error: expression is not assignable
  29. [DEBUG]: --Py_REFCNT(o);
  30. [DEBUG]: ^ ~~~~~~~~~~~~
  31. [DEBUG]: jnius/jnius.c:54803:5: error: expression is not assignable
  32. [DEBUG]: ++Py_REFCNT(o);
  33. [DEBUG]: ^ ~~~~~~~~~~~~
  34. [DEBUG]: jnius/jnius.c:54805:5: error: expression is not assignable
  35. [DEBUG]: --Py_REFCNT(o);
  36. [DEBUG]: ^ ~~~~~~~~~~~~
  37. [DEBUG]: jnius/jnius.c:55697:5: error: expression is not assignable
  38. [DEBUG]: ++Py_REFCNT(o);
  39. [DEBUG]: ^ ~~~~~~~~~~~~
  40. [DEBUG]: jnius/jnius.c:55699:5: error: expression is not assignable
  41. [DEBUG]: --Py_REFCNT(o);
  42. [DEBUG]: ^ ~~~~~~~~~~~~
  43. [DEBUG]: jnius/jnius.c:56008:5: error: expression is not assignable
  44. [DEBUG]: ++Py_REFCNT(o);
  45. [DEBUG]: ^ ~~~~~~~~~~~~
  46. [DEBUG]: jnius/jnius.c:56010:5: error: expression is not assignable
  47. [DEBUG]: --Py_REFCNT(o);
  48. [DEBUG]: ^ ~~~~~~~~~~~~
  49. [DEBUG]: jnius/jnius.c:56258:5: error: expression is not assignable
  50. [DEBUG]: ++Py_REFCNT(o);
  51. [DEBUG]: ^ ~~~~~~~~~~~~
  52. [DEBUG]: jnius/jnius.c:56260:5: error: expression is not assignable
  53. [DEBUG]: --Py_REFCNT(o);
  54. [DEBUG]: ^ ~~~~~~~~~~~~
  55. [DEBUG]: jnius/jnius.c:59573:16: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
  56. [DEBUG]: return PyUnicode_FromUnicode(NULL, 0);
  57. [DEBUG]: ^
  58. [DEBUG]: /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
  59. [DEBUG]: Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
  60. [DEBUG]: ^
  61. [DEBUG]: /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  62. [DEBUG]: #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  63. [DEBUG]: ^
  64. [DEBUG]: jnius/jnius.c:60809:16: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
  65. [DEBUG]: return PyUnicode_FromUnicode(NULL, 0);
  66. [DEBUG]: ^
  67. [DEBUG]: /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
  68. [DEBUG]: Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
  69. [DEBUG]: ^
  70. [DEBUG]: /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  71. [DEBUG]: #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  72. [DEBUG]: ^
  73. [DEBUG]: 3 warnings and 12 errors generated.
  74. [DEBUG]: error: command '/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang' failed with exit code 1
  75. Exception in thread background thread for pid 62766:
  76. Traceback (most recent call last):
  77. File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
  78. self.run()
  79. File "/usr/lib/python3.10/threading.py", line 953, in run
  80. self._target(*self._args, **self._kwargs)
  81. File "/root/.local/lib/python3.10/site-packages/sh.py", line 1641, in wrap
  82. fn(*rgs, **kwargs)
  83. File "/root/.local/lib/python3.10/site-packages/sh.py", line 2569, in background_thread
  84. handle_exit_code(exit_code)
  85. File "/root/.local/lib/python3.10/site-packages/sh.py", line 2269, in fn
  86. return self.command.handle_command_exit_code(exit_code)
  87. File "/root/.local/lib/python3.10/site-packages/sh.py", line 869, in handle_command_exit_code
  88. raise exc
  89. sh.ErrorReturnCode_1:
  90.  
  91. RAN: /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3 setup.py build_ext -v
  92.  
  93. STDOUT:
  94. warning: [options] bootstrap class path not set in conjunction with -source 7
  95. 1 warning
  96. running build_ext
  97. building 'jnius' extension
  98. /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/joachyyapp/arm64-v8a/include/python3.1 -fPIC -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c jnius/jnius.c -o build/temp.linux-x86_64-3.10/jnius/jnius.o
  99. jnius/jnius.c:12406:19: warning: assigning to 'jchar *' (aka 'unsigned short *') from 'const jchar *' (aka 'const unsigned short *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  100. __pyx_v_j_chars = (__pyx_v_j_env[0])->GetStringChars(__pyx_v_j_env, __pyx_v_j_string, NULL);
  101. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  102. jnius/jnius.c:54433:5: error: expression is not assignable
  103. ++Py_REFCNT(o);
  104. ^ ~~~~~~~~~~~~
  105. jnius/jnius.c:54435:5: error: expression is not assignable
  106. --Py_REFCNT(o);
  107. ^ ~~~~~~~~~~~~
  108. jnius/jnius.c:54549:5: error: expression is not assignable
  109. ++Py_REFCNT(o);
  110. ^ ~~~~~~~~~~~~
  111. jnius/jnius.c:54551:5: error: expression is not assignable
  112. --Py_REFCNT(o);
  113. ^ ~~~~~~~~~~~~
  114. jnius/jnius.c:54803:5: error: expression is not assignable
  115. ++Py_REFCNT(o);
  116. ^ ~~~~~~~~~~~~
  117. jnius/jnius.c:54805:5: error: expression is not assignable
  118. --Py_REFCNT(o);
  119. ^ ~~~~~~~~~~~~
  120. jnius/jnius.c:55697:5: error: expression is not assignable
  121. ++Py_REFCNT(o);
  122. ^ ~~~~~~~~~~~~
  123. jnius/jnius.c:55699:5: error: expression is not assignable
  124. --Py_REFCNT(o);
  125. ^ ~~~~~~~~~~~~
  126. jnius/jnius.c:56008:5: error: expression is not assignable
  127. ++Py_REFCNT(o);
  128. ^ ~~~~~~~~~~~~
  129. jnius/jnius.c:56010:5: error: expression is not assignable
  130. --Py_REFCNT(o);
  131. ^ ~~~~~~~~~~~~
  132. jnius/jnius.c:56258:5: error: expression is not assignable
  133. ++Py_REFCNT(o);
  134. ^ ~~~~~~~~~~~~
  135. jnius/jnius.c:56260:5: error: expression is not assignable
  136. --Py_REFCNT(o);
  137. ^ ~~~~~~~~~~~~
  138. jnius/jnius.c:59573:16: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
  139. return PyUnicode_FromUnicode(NULL, 0);
  140. ^
  141. /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
  142. Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
  143. ^
  144. /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  145. #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  146. ^
  147. jnius/jnius.c:60809:16: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
  148. return PyUnicode_FromUnicode(NULL, 0);
  149. ^
  150. /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
  151. Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
  152. ^
  153. /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  154. #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  155. ^
  156. 3 warnings and 12 errors generated.
  157. error: command '/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang' failed with exit code 1
  158.  
  159.  
  160. STDERR:
  161.  
  162. [INFO]: pyjnius first build failed (as expected)
  163. [INFO]: Running cython where appropriate
  164. [INFO]: Cythonize jnius/jnius.pyx
  165. [DEBUG]: -> running python3 -cimport sys; from Cython.Compiler.Main import setuptools_main; sys.exit(setuptools_main()); ./jnius/jnius.pyx
  166. [DEBUG]: /usr/local/lib/python3.10/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/pyjnius-sdl2/arm64-v8a__ndk_target_21/pyjnius/jnius/jnius.pyx
  167. [DEBUG]: tree = Parsing.p_module(s, pxd, full_module_name)
  168. [DEBUG]: -> running python3 setup.py build_ext -v
  169. [DEBUG]: warning: [options] bootstrap class path not set in conjunction with -source 7
  170. [DEBUG]: 1 warning
  171. [DEBUG]: running build_ext
  172. [DEBUG]: building 'jnius' extension
  173. [DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/joachyyapp/arm64-v8a/include/python3.1 -fPIC -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c jnius/jnius.c -o build/temp.linux-x86_64-3.10/jnius/jnius.o
  174. [DEBUG]: jnius/jnius.c:12406:19: warning: assigning to 'jchar *' (aka 'unsigned short *') from 'const jchar *' (aka 'const unsigned short *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  175. [DEBUG]: __pyx_v_j_chars = (__pyx_v_j_env[0])->GetStringChars(__pyx_v_j_env, __pyx_v_j_string, NULL);
  176. [DEBUG]: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177. [DEBUG]: jnius/jnius.c:54433:5: error: expression is not assignable
  178. [DEBUG]: ++Py_REFCNT(o);
  179. [DEBUG]: ^ ~~~~~~~~~~~~
  180. [DEBUG]: jnius/jnius.c:54435:5: error: expression is not assignable
  181. [DEBUG]: --Py_REFCNT(o);
  182. [DEBUG]: ^ ~~~~~~~~~~~~
  183. [DEBUG]: jnius/jnius.c:54549:5: error: expression is not assignable
  184. [DEBUG]: ++Py_REFCNT(o);
  185. [DEBUG]: ^ ~~~~~~~~~~~~
  186. [DEBUG]: jnius/jnius.c:54551:5: error: expression is not assignable
  187. [DEBUG]: --Py_REFCNT(o);
  188. [DEBUG]: ^ ~~~~~~~~~~~~
  189. [DEBUG]: jnius/jnius.c:54803:5: error: expression is not assignable
  190. [DEBUG]: ++Py_REFCNT(o);
  191. [DEBUG]: ^ ~~~~~~~~~~~~
  192. [DEBUG]: jnius/jnius.c:54805:5: error: expression is not assignable
  193. [DEBUG]: --Py_REFCNT(o);
  194. [DEBUG]: ^ ~~~~~~~~~~~~
  195. [DEBUG]: jnius/jnius.c:55697:5: error: expression is not assignable
  196. [DEBUG]: ++Py_REFCNT(o);
  197. [DEBUG]: ^ ~~~~~~~~~~~~
  198. [DEBUG]: jnius/jnius.c:55699:5: error: expression is not assignable
  199. [DEBUG]: --Py_REFCNT(o);
  200. [DEBUG]: ^ ~~~~~~~~~~~~
  201. [DEBUG]: jnius/jnius.c:56008:5: error: expression is not assignable
  202. [DEBUG]: ++Py_REFCNT(o);
  203. [DEBUG]: ^ ~~~~~~~~~~~~
  204. [DEBUG]: jnius/jnius.c:56010:5: error: expression is not assignable
  205. [DEBUG]: --Py_REFCNT(o);
  206. [DEBUG]: ^ ~~~~~~~~~~~~
  207. [DEBUG]: jnius/jnius.c:56258:5: error: expression is not assignable
  208. [DEBUG]: ++Py_REFCNT(o);
  209. [DEBUG]: ^ ~~~~~~~~~~~~
  210. [DEBUG]: jnius/jnius.c:56260:5: error: expression is not assignable
  211. [DEBUG]: --Py_REFCNT(o);
  212. [DEBUG]: ^ ~~~~~~~~~~~~
  213. [DEBUG]: jnius/jnius.c:59573:16: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
  214. [DEBUG]: return PyUnicode_FromUnicode(NULL, 0);
  215. [DEBUG]: ^
  216. [DEBUG]: /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
  217. [DEBUG]: Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
  218. [DEBUG]: ^
  219. [DEBUG]: /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  220. [DEBUG]: #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  221. [DEBUG]: ^
  222. [DEBUG]: jnius/jnius.c:60809:16: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
  223. [DEBUG]: return PyUnicode_FromUnicode(NULL, 0);
  224. [DEBUG]: ^
  225. [DEBUG]: /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
  226. [DEBUG]: Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
  227. [DEBUG]: ^
  228. [DEBUG]: /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  229. [DEBUG]: #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  230. [DEBUG]: ^
  231. [DEBUG]: 3 warnings and 12 errors generated.
  232. [DEBUG]: error: command '/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang' failed with exit code 1
  233. Exception in thread background thread for pid 62836:
  234. Traceback (most recent call last):
  235. File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
  236. self.run()
  237. File "/usr/lib/python3.10/threading.py", line 953, in run
  238. self._target(*self._args, **self._kwargs)
  239. File "/root/.local/lib/python3.10/site-packages/sh.py", line 1641, in wrap
  240. fn(*rgs, **kwargs)
  241. File "/root/.local/lib/python3.10/site-packages/sh.py", line 2569, in background_thread
  242. handle_exit_code(exit_code)
  243. File "/root/.local/lib/python3.10/site-packages/sh.py", line 2269, in fn
  244. return self.command.handle_command_exit_code(exit_code)
  245. File "/root/.local/lib/python3.10/site-packages/sh.py", line 869, in handle_command_exit_code
  246. raise exc
  247. sh.ErrorReturnCode_1:
  248.  
  249. RAN: /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3 setup.py build_ext -v
  250.  
  251. STDOUT:
  252. warning: [options] bootstrap class path not set in conjunction with -source 7
  253. 1 warning
  254. running build_ext
  255. building 'jnius' extension
  256. /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include -DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/joachyyapp/arm64-v8a/include/python3.1 -fPIC -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c jnius/jnius.c -o build/temp.linux-x86_64-3.10/jnius/jnius.o
  257. jnius/jnius.c:12406:19: warning: assigning to 'jchar *' (aka 'unsigned short *') from 'const jchar *' (aka 'const unsigned short *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  258. __pyx_v_j_chars = (__pyx_v_j_env[0])->GetStringChars(__pyx_v_j_env, __pyx_v_j_string, NULL);
  259. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  260. jnius/jnius.c:54433:5: error: expression is not assignable
  261. ++Py_REFCNT(o);
  262. ^ ~~~~~~~~~~~~
  263. jnius/jnius.c:54435:5: error: expression is not assignable
  264. --Py_REFCNT(o);
  265. ^ ~~~~~~~~~~~~
  266. jnius/jnius.c:54549:5: error: expression is not assignable
  267. ++Py_REFCNT(o);
  268. ^ ~~~~~~~~~~~~
  269. jnius/jnius.c:54551:5: error: expression is not assignable
  270. --Py_REFCNT(o);
  271. ^ ~~~~~~~~~~~~
  272. jnius/jnius.c:54803:5: error: expression is not assignable
  273. ++Py_REFCNT(o);
  274. ^ ~~~~~~~~~~~~
  275. jnius/jnius.c:54805:5: error: expression is not assignable
  276. --Py_REFCNT(o);
  277. ^ ~~~~~~~~~~~~
  278. jnius/jnius.c:55697:5: error: expression is not assignable
  279. ++Py_REFCNT(o);
  280. ^ ~~~~~~~~~~~~
  281. jnius/jnius.c:55699:5: error: expression is not assignable
  282. --Py_REFCNT(o);
  283. ^ ~~~~~~~~~~~~
  284. jnius/jnius.c:56008:5: error: expression is not assignable
  285. ++Py_REFCNT(o);
  286. ^ ~~~~~~~~~~~~
  287. jnius/jnius.c:56010:5: error: expression is not assignable
  288. --Py_REFCNT(o);
  289. ^ ~~~~~~~~~~~~
  290. jnius/jnius.c:56258:5: error: expression is not assignable
  291. ++Py_REFCNT(o);
  292. ^ ~~~~~~~~~~~~
  293. jnius/jnius.c:56260:5: error: expression is not assignable
  294. --Py_REFCNT(o);
  295. ^ ~~~~~~~~~~~~
  296. jnius/jnius.c:59573:16: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
  297. return PyUnicode_FromUnicode(NULL, 0);
  298. ^
  299. /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
  300. Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
  301. ^
  302. /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  303. #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  304. ^
  305. jnius/jnius.c:60809:16: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
  306. return PyUnicode_FromUnicode(NULL, 0);
  307. ^
  308. /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
  309. Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
  310. ^
  311. /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  312. #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  313. ^
  314. 3 warnings and 12 errors generated.
  315. error: command '/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang' failed with exit code 1
  316.  
  317.  
  318. STDERR:
  319.  
  320. [INFO]: STDOUT (last 20 lines of 64):
  321. jnius/jnius.c:59573:16: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
  322. return PyUnicode_FromUnicode(NULL, 0);
  323. ^
  324. /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
  325. Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
  326. ^
  327. /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  328. #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  329. ^
  330. jnius/jnius.c:60809:16: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
  331. return PyUnicode_FromUnicode(NULL, 0);
  332. ^
  333. /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
  334. Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
  335. ^
  336. /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  337. #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  338. ^
  339. 3 warnings and 12 errors generated.
  340. error: command '/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang' failed with exit code 1
  341. [INFO]: STDERR:
  342.  
  343. [INFO]: ENV:
  344. export HOME='/root'
  345. export CFLAGS='-target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/Include'
  346. export CXXFLAGS='-target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC'
  347. export CPPFLAGS='-DANDROID -I/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/joachyyapp/arm64-v8a/include/python3.1'
  348. export LDFLAGS=' -L/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/joachyyapp/arm64-v8a -L/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/arm64-v8a__ndk_target_21/python3/android-build -lpython3.11 -L/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/joachyyapp/arm64-v8a -L/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/joachyyapp -L/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/obj/local/arm64-v8a '
  349. export LDLIBS='-lm'
  350. export PATH='/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin:/root/.buildozer/android/platform/android-ndk-r25b:/root/.buildozer/android/platform/android-sdk/tools:/root/.buildozer/android/platform/apache-ant-1.9.4/bin:/opt/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/tools/node/bin:/tools/google-cloud-sdk/bin'
  351. export CC='/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC'
  352. export CXX='/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC'
  353. export AR='/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar'
  354. export RANLIB='/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ranlib'
  355. export STRIP='/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip --strip-unneeded'
  356. export READELF='/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-readelf'
  357. export OBJCOPY='/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-objcopy'
  358. export MAKE='make -j2'
  359. export ARCH='arm64-v8a'
  360. export NDK_API='android-21'
  361. export LDSHARED='/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer -march=armv8-a -fPIC -shared'
  362. export BUILDLIB_PATH='/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/lib.linux-x86_64-3.11'
  363. export PYTHONNOUSERSITE='1'
  364. export LANG='en_GB.UTF-8'
  365. export PYTHONPATH='/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib:/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib/site-packages:/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/scripts-3.10:/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/temp.linux-x86_64-3.10:/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/lib.linux-x86_64-3.10'
  366. export LIBLINK='NOTNONE'
  367. export COPYLIBS='1'
  368. export LIBLINK_PATH='/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/pyjnius-sdl2/arm64-v8a__ndk_target_21/objects_pyjnius'
  369. export NDKPLATFORM='NOTNONE'
  370.  
  371. [INFO]: COMMAND:
  372. cd /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/pyjnius-sdl2/arm64-v8a__ndk_target_21/pyjnius && /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3 setup.py build_ext -v
  373.  
  374. [WARNING]: ERROR: /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3 failed!
  375.  
  376. # Command failed: ['/usr/bin/python3', '-m', 'pythonforandroid.toolchain', 'create', '--dist_name=joachyyapp', '--bootstrap=sdl2', '--requirements=python3==3.11.2,kivy,plyer,jnius==1.5.0', '--arch=arm64-v8a', '--arch=armeabi-v7a', '--copy-libs', '--color=always', '--storage-dir=/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a', '--ndk-api=21', '--ignore-setup-py', '--debug']
  377. # ENVIRONMENT:
  378. # SHELL = '/bin/bash'
  379. # NV_LIBCUBLAS_VERSION = '11.11.3.6-1'
  380. # NVIDIA_VISIBLE_DEVICES = 'all'
  381. # COLAB_JUPYTER_TRANSPORT = 'ipc'
  382. # NV_NVML_DEV_VERSION = '11.8.86-1'
  383. # NV_CUDNN_PACKAGE_NAME = 'libcudnn8'
  384. # CGROUP_MEMORY_EVENTS = '/sys/fs/cgroup/memory.events /var/colab/cgroup/jupyter-children/memory.events'
  385. # NV_LIBNCCL_DEV_PACKAGE = 'libnccl-dev=2.15.5-1+cuda11.8'
  386. # NV_LIBNCCL_DEV_PACKAGE_VERSION = '2.15.5-1'
  387. # VM_GCE_METADATA_HOST = '169.254.169.253'
  388. # HOSTNAME = '9933af1a6cd5'
  389. # TBE_RUNTIME_ADDR = '172.28.0.1:8011'
  390. # GCE_METADATA_TIMEOUT = '3'
  391. # NVIDIA_REQUIRE_CUDA = ('cuda>=11.8 brand=tesla,driver>=450,driver<451 '
  392. 'brand=tesla,driver>=470,driver<471 brand=unknown,driver>=470,driver<471 '
  393. 'brand=nvidia,driver>=470,driver<471 brand=nvidiartx,driver>=470,driver<471 '
  394. 'brand=geforce,driver>=470,driver<471 brand=geforcertx,driver>=470,driver<471 '
  395. 'brand=quadro,driver>=470,driver<471 brand=quadrortx,driver>=470,driver<471 '
  396. 'brand=titan,driver>=470,driver<471 brand=titanrtx,driver>=470,driver<471 '
  397. 'brand=tesla,driver>=510,driver<511 brand=unknown,driver>=510,driver<511 '
  398. 'brand=nvidia,driver>=510,driver<511 brand=nvidiartx,driver>=510,driver<511 '
  399. 'brand=geforce,driver>=510,driver<511 brand=geforcertx,driver>=510,driver<511 '
  400. 'brand=quadro,driver>=510,driver<511 brand=quadrortx,driver>=510,driver<511 '
  401. 'brand=titan,driver>=510,driver<511 brand=titanrtx,driver>=510,driver<511 '
  402. 'brand=tesla,driver>=515,driver<516 brand=unknown,driver>=515,driver<516 '
  403. 'brand=nvidia,driver>=515,driver<516 brand=nvidiartx,driver>=515,driver<516 '
  404. 'brand=geforce,driver>=515,driver<516 brand=geforcertx,driver>=515,driver<516 '
  405. 'brand=quadro,driver>=515,driver<516 brand=quadrortx,driver>=515,driver<516 '
  406. 'brand=titan,driver>=515,driver<516 brand=titanrtx,driver>=515,driver<516')
  407. # NV_LIBCUBLAS_DEV_PACKAGE = 'libcublas-dev-11-8=11.11.3.6-1'
  408. # NV_NVTX_VERSION = '11.8.86-1'
  409. # COLAB_JUPYTER_IP = '172.28.0.12'
  410. # NV_CUDA_CUDART_DEV_VERSION = '11.8.89-1'
  411. # NV_LIBCUSPARSE_VERSION = '11.7.5.86-1'
  412. # COLAB_LANGUAGE_SERVER_PROXY_ROOT_URL = 'http://172.28.0.1:8013/'
  413. # NV_LIBNPP_VERSION = '11.8.0.86-1'
  414. # NCCL_VERSION = '2.15.5-1'
  415. # KMP_LISTEN_PORT = '6000'
  416. # TF_FORCE_GPU_ALLOW_GROWTH = 'true'
  417. # ENV = '/root/.bashrc'
  418. # PWD = '/content'
  419. # TBE_EPHEM_CREDS_ADDR = '172.28.0.1:8009'
  420. # COLAB_LANGUAGE_SERVER_PROXY_REQUEST_TIMEOUT = '30s'
  421. # TBE_CREDS_ADDR = '172.28.0.1:8008'
  422. # NV_CUDNN_PACKAGE = 'libcudnn8=8.9.0.131-1+cuda11.8'
  423. # NVIDIA_DRIVER_CAPABILITIES = 'compute,utility'
  424. # COLAB_JUPYTER_TOKEN = ''
  425. # LAST_FORCED_REBUILD = '20230731'
  426. # NV_NVPROF_DEV_PACKAGE = 'cuda-nvprof-11-8=11.8.87-1'
  427. # NV_LIBNPP_PACKAGE = 'libnpp-11-8=11.8.0.86-1'
  428. # NV_LIBNCCL_DEV_PACKAGE_NAME = 'libnccl-dev'
  429. # TCLLIBPATH = '/usr/share/tcltk/tcllib1.20'
  430. # NV_LIBCUBLAS_DEV_VERSION = '11.11.3.6-1'
  431. # COLAB_KERNEL_MANAGER_PROXY_HOST = '172.28.0.12'
  432. # NVIDIA_PRODUCT_NAME = 'CUDA'
  433. # NV_LIBCUBLAS_DEV_PACKAGE_NAME = 'libcublas-dev-11-8'
  434. # USE_AUTH_EPHEM = '1'
  435. # NV_CUDA_CUDART_VERSION = '11.8.89-1'
  436. # HOME = '/root'
  437. # LANG = 'en_US.UTF-8'
  438. # CUDA_VERSION = '11.8.0'
  439. # CLOUDSDK_CONFIG = '/content/.config'
  440. # NV_LIBCUBLAS_PACKAGE = 'libcublas-11-8=11.11.3.6-1'
  441. # NV_CUDA_NSIGHT_COMPUTE_DEV_PACKAGE = 'cuda-nsight-compute-11-8=11.8.0-1'
  442. # COLAB_RELEASE_TAG = 'release-colab-20230803-060151-RC00'
  443. # PYDEVD_USE_FRAME_EVAL = 'NO'
  444. # KMP_TARGET_PORT = '9000'
  445. # CLICOLOR = '1'
  446. # KMP_EXTRA_ARGS = ('--logtostderr --listen_host=172.28.0.12 --target_host=172.28.0.12 '
  447. '--tunnel_background_save_url=https://colab.research.google.com/tun/m/cc48301118ce562b961b3c22d803539adc1e0c19/m-s-oizseuuquytj '
  448. '--tunnel_background_save_delay=10s '
  449. '--tunnel_periodic_background_save_frequency=30m0s '
  450. '--enable_output_coalescing=true --output_coalescing_required=true')
  451. # NV_LIBNPP_DEV_PACKAGE = 'libnpp-dev-11-8=11.8.0.86-1'
  452. # NV_LIBCUBLAS_PACKAGE_NAME = 'libcublas-11-8'
  453. # COLAB_KERNEL_MANAGER_PROXY_PORT = '6000'
  454. # CLOUDSDK_PYTHON = 'python3'
  455. # NV_LIBNPP_DEV_VERSION = '11.8.0.86-1'
  456. # ENABLE_DIRECTORYPREFETCHER = '1'
  457. # NO_GCE_CHECK = 'False'
  458. # JPY_PARENT_PID = '84'
  459. # PYTHONPATH = '/env/python'
  460. # TERM = 'xterm-color'
  461. # NV_LIBCUSPARSE_DEV_VERSION = '11.7.5.86-1'
  462. # GIT_PAGER = 'cat'
  463. # LIBRARY_PATH = '/usr/local/cuda/lib64/stubs'
  464. # NV_CUDNN_VERSION = '8.9.0.131'
  465. # SHLVL = '0'
  466. # PAGER = 'cat'
  467. # COLAB_LANGUAGE_SERVER_PROXY = '/usr/colab/bin/language_service'
  468. # NV_CUDA_LIB_VERSION = '11.8.0-1'
  469. # NVARCH = 'x86_64'
  470. # NV_CUDNN_PACKAGE_DEV = 'libcudnn8-dev=8.9.0.131-1+cuda11.8'
  471. # NV_CUDA_COMPAT_PACKAGE = 'cuda-compat-11-8'
  472. # MPLBACKEND = 'module://ipykernel.pylab.backend_inline'
  473. # NV_LIBNCCL_PACKAGE = 'libnccl2=2.15.5-1+cuda11.8'
  474. # LD_LIBRARY_PATH = '/usr/local/nvidia/lib:/usr/local/nvidia/lib64'
  475. # COLAB_GPU = ''
  476. # GCS_READ_CACHE_BLOCK_SIZE_MB = '16'
  477. # NV_CUDA_NSIGHT_COMPUTE_VERSION = '11.8.0-1'
  478. # NV_NVPROF_VERSION = '11.8.87-1'
  479. # COLAB_FILE_HANDLER_ADDR = 'localhost:3453'
  480. # PATH = '/root/.buildozer/android/platform/apache-ant-1.9.4/bin:/opt/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/tools/node/bin:/tools/google-cloud-sdk/bin'
  481. # NV_LIBNCCL_PACKAGE_NAME = 'libnccl2'
  482. # COLAB_DEBUG_ADAPTER_MUX_PATH = '/usr/local/bin/dap_multiplexer'
  483. # NV_LIBNCCL_PACKAGE_VERSION = '2.15.5-1'
  484. # PYTHONWARNINGS = 'ignore:::pip._internal.cli.base_command'
  485. # DEBIAN_FRONTEND = 'noninteractive'
  486. # COLAB_BACKEND_VERSION = 'next'
  487. # OLDPWD = '/'
  488. # _ = '/usr/local/bin/buildozer'
  489. # PACKAGES_PATH = '/root/.buildozer/android/packages'
  490. # ANDROIDSDK = '/root/.buildozer/android/platform/android-sdk'
  491. # ANDROIDNDK = '/root/.buildozer/android/platform/android-ndk-r25b'
  492. # ANDROIDAPI = '31'
  493. # ANDROIDMINAPI = '21'
  494. #
  495. # Buildozer failed to execute the last command
  496. # The error might be hidden in the log above this error
  497. # Please read the full log, and search for it before
  498. # raising an issue with buildozer itself.
  499. # In case of a bug report, please add a full log with log_level = 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement