Code: Select all
Traceback (most recent call last):
File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner
self.run()
File "/usr/lib/python3.11/threading.py", line 982, in run
self._target(*self._args, **self._kwargs)
File "/root/.local/lib/python3.11/site-packages/sh.py", line 1641, in wrap
fn(*rgs, **kwargs)
File "/root/.local/lib/python3.11/site-packages/sh.py", line 2569, in background_thread
handle_exit_code(exit_code)
File "/root/.local/lib/python3.11/site-packages/sh.py", line 2269, in fn
return self.command.handle_command_exit_code(exit_code)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/.local/lib/python3.11/site-packages/sh.py", line 869, in handle_command_exit_code
raise exc
sh.ErrorReturnCode_1:
RAN: /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3 setup.py build_ext -v
STDOUT:
warning: [options] bootstrap class path not set in conjunction with -source 8
1 warning
running build_ext
building 'jnius' extension
creating build
creating build/temp.linux-x86_64-3.11
creating build/temp.linux-x86_64-3.11/jnius
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/armeabi-v7a__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/bestemmie/armeabi-v7a/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.11/jnius/jnius.o
clang-14: error: no such file or directory: 'jnius/jnius.c'
clang-14: error: no input files
error: command '/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang' failed with exit code 1
STDERR:
[INFO]: pyjnius first build failed (as expected)
[INFO]: Running cython where appropriate
[INFO]: Cythonize jnius/jnius.pyx
[DEBUG]: -> running python3 -cimport sys; from Cython.Compiler.Main import setuptools_main; sys.exit(setuptools_main()); ./jnius/jnius.pyx
[DEBUG]: /usr/local/lib/python3.11/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/armeabi-v7a__ndk_target_21/pyjnius/jnius/jnius.pyx
[DEBUG]: tree = Parsing.p_module(s, pxd, full_module_name)
[DEBUG]: -> running python3 setup.py build_ext -v
[DEBUG]: warning: [options] bootstrap class path not set in conjunction with -source 8
[DEBUG]: 1 warning
[DEBUG]: running build_ext
[DEBUG]: building 'jnius' extension
[DEBUG]: /root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/armeabi-v7a__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/bestemmie/armeabi-v7a/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.11/jnius/jnius.o
[DEBUG]: jnius/jnius.c:196:12: fatal error: 'longintrepr.h' file not found
[DEBUG]: #include "longintrepr.h"
[DEBUG]: ^~~~~~~~~~~~~~~
[DEBUG]: 1 error generated.
[DEBUG]: error: command '/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang' failed with exit code 1
Exception in thread background thread for pid 72940:
Traceback (most recent call last):
File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner
self.run()
File "/usr/lib/python3.11/threading.py", line 982, in run
self._target(*self._args, **self._kwargs)
File "/root/.local/lib/python3.11/site-packages/sh.py", line 1641, in wrap
fn(*rgs, **kwargs)
File "/root/.local/lib/python3.11/site-packages/sh.py", line 2569, in background_thread
handle_exit_code(exit_code)
File "/root/.local/lib/python3.11/site-packages/sh.py", line 2269, in fn
return self.command.handle_command_exit_code(exit_code)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/.local/lib/python3.11/site-packages/sh.py", line 869, in handle_command_exit_code
raise exc
sh.ErrorReturnCode_1:
RAN: /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3 setup.py build_ext -v
STDOUT:
warning: [options] bootstrap class path not set in conjunction with -source 8
1 warning
running build_ext
building 'jnius' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/armeabi-v7a__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/bestemmie/armeabi-v7a/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.11/jnius/jnius.o
jnius/jnius.c:196:12: fatal error: 'longintrepr.h' file not found
#include "longintrepr.h"
^~~~~~~~~~~~~~~
1 error generated.
error: command '/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang' failed with exit code 1
STDERR:
[INFO]: STDOUT:
warning: [options] bootstrap class path not set in conjunction with -source 8
1 warning
running build_ext
building 'jnius' extension
/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/armeabi-v7a__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/bestemmie/armeabi-v7a/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.11/jnius/jnius.o
jnius/jnius.c:196:12: fatal error: 'longintrepr.h' file not found
#include "longintrepr.h"
^~~~~~~~~~~~~~~
1 error generated.
error: command '/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang' failed with exit code 1
[INFO]: STDERR:
[INFO]: ENV:
export HOME='/root'
export CFLAGS='-target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include'
export CXXFLAGS='-target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC'
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/bestemmie/armeabi-v7a/include/python3.1'
export LDFLAGS=' -L/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/bestemmie/armeabi-v7a -L/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build -lpython3.11 -L/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/bestemmie/armeabi-v7a -L/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/libs_collections/bestemmie -L/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/obj/local/armeabi-v7a '
export LDLIBS='-lm'
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'
export CC='/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC'
export CXX='/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC'
export AR='/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar'
export RANLIB='/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ranlib'
export STRIP='/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip --strip-unneeded'
export READELF='/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-readelf'
export OBJCOPY='/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-objcopy'
export MAKE='make -j2'
export ARCH='armeabi-v7a'
export NDK_API='android-21'
export LDSHARED='/root/.buildozer/android/platform/android-ndk-r25b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -shared'
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'
export PYTHONNOUSERSITE='1'
export LANG='en_GB.UTF-8'
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.11:/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/lib.linux-x86_64-3.11:/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/build/temp.linux-x86_64-3.11'
export LIBLINK='NOTNONE'
export COPYLIBS='1'
export LIBLINK_PATH='/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/pyjnius-sdl2/armeabi-v7a__ndk_target_21/objects_pyjnius'
export NDKPLATFORM='NOTNONE'
[INFO]: COMMAND:
cd /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/pyjnius-sdl2/armeabi-v7a__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
[WARNING]: ERROR: /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3 failed!
# Command failed: ['/usr/bin/python3', '-m', 'pythonforandroid.toolchain', 'create', '--dist_name=bestemmie', '--bootstrap=sdl2', '--requirements=python3,kivy', '--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', ' - - d e b u g ' ] < b r / > # E N V I R O N M E N T : < b r / > # S H E L L = ' / b i n / b a s h ' < b r / > # N V _ L I B C U B L A S _ V E R S I O N = ' 1 2 . 5 . 3 . 2 - 1 ' < b r / > # N V I D I A _ V I S I B L E _ D E V I C E S = ' a l l ' < b r / > # C O L A B _ J U P Y T E R _ T R A N S P O R T = ' i p c ' < b r / > # N V _ N V M L _ D E V _ V E R S I O N = ' 1 2 . 5 . 8 2 - 1 ' < b r / > # N V _ C U D N N _ P A C K A G E _ N A M E = ' l i b c u d n n 9 - c u d a - 1 2 ' < b r / > # C G R O U P _ M E M O R Y _ E V E N T S = ' / s y s / f s / c g r o u p / m e m o r y . e v e n t s / v a r / c o l a b / c g r o u p / j u p y t e r - c h i l d r e n / m e m o r y . e v e n t s ' < b r / > # N V _ L I B N C C L _ D E V _ P A C K A G E = ' l i b n c c l - d e v = 2 . 2 2 . 3 - 1 + c u d a 1 2 . 5 ' < b r / > # N V _ L I B N C C L _ D E V _ P A C K A G E _ V E R S I O N = ' 2 . 2 2 . 3 - 1 ' < b r / > # V M _ G C E _ M E T A D A T A _ H O S T = ' 1 6 9 . 2 5 4 . 1 6 9 . 2 5 3 ' < b r / > # H O S T N A M E = ' 1 8 7 a 9 9 0 0 3 c d c ' < b r / > # L A N G U A G E = ' e n _ U S ' < b r / > # T B E _ R U N T I M E _ A D D R = ' 1 7 2 . 2 8 . 0 . 1 : 8 0 1 1 ' < b r / > # C O L A B _ T P U _ 1 V M = ' ' < b r / > # G C E _ M E T A D A T A _ T I M E O U T = ' 3 ' < b r / > # N V I D I A _ R E Q U I R E _ C U D A = ( ' c u d a & g t ; = 1 2 . 5 b r a n d = u n k n o w n , d r i v e r & g t ; = 4 7 0 , d r i v e r & l t ; 4 7 1 ' < b r / > ' b r a n d = g r i d , d r i v e r & g t ; = 4 7 0 , d r i v e r & l t ; 4 7 1 b r a n d = t e s l a , d r i v e r & g t ; = 4 7 0 , d r i v e r & l t ; 4 7 1 ' < b r / > ' b r a n d = n v i d i a , d r i v e r & g t ; = 4 7 0 , d r i v e r & l t ; 4 7 1 b r a n d = q u a d r o , d r i v e r & g t ; = 4 7 0 , d r i v e r & l t ; 4 7 1 ' < b r / > ' b r a n d = q u a d r o r t x , d r i v e r & g t ; = 4 7 0 , d r i v e r & l t ; 4 7 1 ' < b r / > ' b r a n d = n v i d i a r t x , d r i v e r & g t ; = 4 7 0 , d r i v e r & l t ; 4 7 1 b r a n d = v a p p s , d r i v e r & g t ; = 4 7 0 , d r i v e r & l t ; 4 7 1 ' < b r / > ' b r a n d = v p c , d r i v e r & g t ; = 4 7 0 , d r i v e r & l t ; 4 7 1 b r a n d = v c s , d r i v e r & g t ; = 4 7 0 , d r i v e r & l t ; 4 7 1 ' < b r / > ' b r a n d = v w s , d r i v e r & g t ; = 4 7 0 , d r i v e r & l t ; 4 7 1 b r a n d = c l o u d g a m i n g , d r i v e r & g t ; = 4 7 0 , d r i v e r & l t ; 4 7 1 ' < b r / > ' b r a n d = u n k n o w n , d r i v e r & g t ; = 5 3 5 , d r i v e r & l t ; 5 3 6 b r a n d = g r i d , d r i v e r & g t ; = 5 3 5 , d r i v e r & l t ; 5 3 6 ' < b r / > ' b r a n d = t e s l a , d r i v e r & g t ; = 5 3 5 , d r i v e r & l t ; 5 3 6 b r a n d = n v i d i a , d r i v e r & g t ; = 5 3 5 , d r i v e r & l t ; 5 3 6 ' < b r / > ' b r a n d = q u a d r o , d r i v e r & g t ; = 5 3 5 , d r i v e r & l t ; 5 3 6 b r a n d = q u a d r o r t x , d r i v e r & g t ; = 5 3 5 , d r i v e r & l t ; 5 3 6 ' < b r / > ' b r a n d = n v i d i a r t x , d r i v e r & g t ; = 5 3 5 , d r i v e r & l t ; 5 3 6 b r a n d = v a p p s , d r i v e r & g t ; = 5 3 5 , d r i v e r & l t ; 5 3 6 ' < b r / > ' b r a n d = v p c , d r i v e r & g t ; = 5 3 5 , d r i v e r & l t ; 5 3 6 b r a n d = v c s , d r i v e r & g t ; = 5 3 5 , d r i v e r & l t ; 5 3 6 ' < b r / > ' b r a n d = v w s , d r i v e r & g t ; = 5 3 5 , d r i v e r & l t ; 5 3 6 b r a n d = c l o u d g a m i n g , d r i v e r & g t ; = 5 3 5 , d r i v e r & l t ; 5 3 6 ' < b r / > ' b r a n d = u n k n o w n , d r i v e r & g t ; = 5 5 0 , d r i v e r & l t ; 5 5 1 b r a n d = g r i d , d r i v e r & g t ; = 5 5 0 , d r i v e r & l t ; 5 5 1 ' < b r / > ' b r a n d = t e s l a , d r i v e r & g t ; = 5 5 0 , d r i v e r & l t ; 5 5 1 b r a n d = n v i d i a , d r i v e r & g t ; = 5 5 0 , d r i v e r & l t ; 5 5 1 ' < b r / > ' b r a n d = q u a d r o , d r i v e r & g t ; = 5 5 0 , d r i v e r & l t ; 5 5 1 b r a n d = q u a d r o r t x , d r i v e r & g t ; = 5 5 0 , d r i v e r & l t ; 5 5 1 ' < b r / > ' b r a n d = n v i d i a r t x , d r i v e r & g t ; = 5 5 0 , d r i v e r & l t ; 5 5 1 b r a n d = v a p p s , d r i v e r & g t ; = 5 5 0 , d r i v e r & l t ; 5 5 1 ' < b r / > ' b r a n d = v p c , d r i v e r & g t ; = 5 5 0 , d r i v e r & l t ; 5 5 1 b r a n d = v c s , d r i v e r & g t ; = 5 5 0 , d r i v e r & l t ; 5 5 1 ' < b r / > ' b r a n d = v w s , d r i v e r & g t ; = 5 5 0 , d r i v e r & l t ; 5 5 1 b r a n d = c l o u d g a m i n g , d r i v e r & g t ; = 5 5 0 , d r i v e r & l t ; 5 5 1 ' ) < b r / > # N V _ L I B C U B L A S _ D E V _ P A C K A G E = ' l i b c u b l a s - d e v - 1 2 - 5 = 1 2 . 5 . 3 . 2 - 1 ' < b r / > # N V _ N V T X _ V E R S I O N = ' 1 2 . 5 . 8 2 - 1 ' < b r / > # C O L A B _ J U P Y T E R _ I P = ' 1 7 2 . 2 8 . 0.12'
# NV_CUDA_CUDART_DEV_VERSION = '12.5.82-1'
# NV_LIBCUSPARSE_VERSION = '12.5.1.3-1'
# COLAB_LANGUAGE_SERVER_PROXY_ROOT_URL = 'http://172.28.0.1:8013/'
# NV_LIBNPP_VERSION = '12.3.0.159-1'
# NCCL_VERSION = '2.22.3-1'
# KMP_LISTEN_PORT = '6000'
# TF_FORCE_GPU_ALLOW_GROWTH = 'true'
# ENV = '/root/.bashrc'
# PWD = '/content'
# TBE_EPHEM_CREDS_ADDR = '172.28.0.1:8009'
# COLAB_LANGUAGE_SERVER_PROXY_REQUEST_TIMEOUT = '30s'
# TBE_CREDS_ADDR = '172.28.0.1:8008'
# NV_CUDNN_PACKAGE = 'libcudnn9-cuda-12=9.2.1.18-1'
# NVIDIA_DRIVER_CAPABILITIES = 'compute,utility'
# COLAB_JUPYTER_TOKEN = ''
# LAST_FORCED_REBUILD = '20250303'
# NV_NVPROF_DEV_PACKAGE = 'cuda-nvprof-12-5=12.5.82-1'
# NV_LIBNPP_PACKAGE = 'libnpp-12-5=12.3.0.159-1'
# NV_LIBNCCL_DEV_PACKAGE_NAME = 'libnccl-dev'
# TCLLIBPATH = '/usr/share/tcltk/tcllib1.20'
# NV_LIBCUBLAS_DEV_VERSION = '12.5.3.2-1'
# COLAB_KERNEL_MANAGER_PROXY_HOST = '172.28.0.12'
# NVIDIA_PRODUCT_NAME = 'CUDA'
# NV_LIBCUBLAS_DEV_PACKAGE_NAME = 'libcublas-dev-12-5'
# USE_AUTH_EPHEM = '1'
# NV_CUDA_CUDART_VERSION = '12.5.82-1'
# UV_PRERELEASE = 'if-necessary-or-explicit'
# COLAB_WARMUP_DEFAULTS = '1'
# HOME = '/root'
# LANG = 'en_US.UTF-8'
# COLUMNS = '100'
# CUDA_VERSION = '12.5.1'
# CLOUDSDK_CONFIG = '/content/.config'
# NV_LIBCUBLAS_PACKAGE = 'libcublas-12-5=12.5.3.2-1'
# NV_CUDA_NSIGHT_COMPUTE_DEV_PACKAGE = 'cuda-nsight-compute-12-5=12.5.1-1'
# UV_SYSTEM_PYTHON = 'true'
# COLAB_RELEASE_TAG = 'release-colab_20250310-060129_RC00'
# PYDEVD_USE_FRAME_EVAL = 'NO'
# KMP_TARGET_PORT = '9000'
# CLICOLOR = '1'
# KMP_EXTRA_ARGS = ('--logtostderr --listen_host=172.28.0.12 --target_host=172.28.0.12 '
'--tunnel_background_save_url=https://colab.research.google.com/tun/m/cc48301118ce562b961b3c22d803539adc1e0c19/m-s-3fjgqogp0ctf9 '
'--tunnel_background_save_delay=10s '
'--tunnel_periodic_background_save_frequency=30m0s '
'--enable_output_coalescing=true --output_coalescing_required=true '
'--enable_kernel_event_logging=true ')
# UV_INSTALL_DIR = '/usr/local/bin'
# NV_LIBNPP_DEV_PACKAGE = 'libnpp-dev-12-5=12.3.0.159-1'
# COLAB_LANGUAGE_SERVER_PROXY_LSP_DIRS = '/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
# NV_LIBCUBLAS_PACKAGE_NAME = 'libcublas-12-5'
# COLAB_KERNEL_MANAGER_PROXY_PORT = '6000'
# CLOUDSDK_PYTHON = 'python3'
# NV_LIBNPP_DEV_VERSION = '12.3.0.159-1'
# ENABLE_DIRECTORYPREFETCHER = '1'
# NO_GCE_CHECK = 'False'
# JPY_PARENT_PID = '91'
# PYTHONPATH = '/env/python'
# TERM = 'xterm-color'
# NV_LIBCUSPARSE_DEV_VERSION = '12.5.1.3-1'
# GIT_PAGER = 'cat'
# LIBRARY_PATH = '/usr/local/cuda/lib64/stubs'
# NV_CUDNN_VERSION = '9.2.1.18-1'
# SHLVL = '0'
# PAGER = 'cat'
# COLAB_LANGUAGE_SERVER_PROXY = '/usr/colab/bin/language_service'
# NV_CUDA_LIB_VERSION = '12.5.1-1'
# NVARCH = 'x86_64'
# NV_CUDNN_PACKAGE_DEV = 'libcudnn9-dev-cuda-12=9.2.1.18-1'
# MPLBACKEND = 'module://matplotlib_inline.backend_inline'
# NV_LIBNCCL_PACKAGE = 'libnccl2=2.22.3-1+cuda12.5'
# LD_LIBRARY_PATH = '/usr/local/nvidia/lib:/usr/local/nvidia/lib64'
# COLAB_GPU = ''
# GCS_READ_CACHE_BLOCK_SIZE_MB = '16'
# NV_CUDA_NSIGHT_COMPUTE_VERSION = '12.5.1-1'
# NV_NVPROF_VERSION = '12.5.82-1'
# LC_ALL = 'en_US.UTF-8'
# _PYVIZ_COMMS_INSTALLED = '1'
# COLAB_FILE_HANDLER_ADDR = 'localhost:3453'
# 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'
# NV_LIBNCCL_PACKAGE_NAME = 'libnccl2'
# COLAB_DEBUG_ADAPTER_MUX_PATH = '/usr/local/bin/dap_multiplexer'
# NV_LIBNCCL_PACKAGE_VERSION = '2.22.3-1'
# PYTHONWARNINGS = 'ignore:::pip._internal.cli.base_command'
# DEBIAN_FRONTEND = 'noninteractive'
# COLAB_BACKEND_VERSION = 'next'
# OLDPWD = '/'
# _ = '/usr/local/bin/buildozer'
# PACKAGES_PATH = '/root/.buildozer/android/packages'
# ANDROIDSDK = '/root/.buildozer/android/platform/android-sdk'
# ANDROIDNDK = '/root/.buildozer/android/platform/android-ndk-r25b'
# ANDROIDAPI = '31'
# ANDROIDMINAPI = '21'
#
# Buildozer failed to execute the last command
# The error might be hidden in the log above this error
# Please read the full log, and search for it before
# raising an issue with buildozer itself.
# In case of a bug report, please add a full log with log_level = 2