Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
63 views140 pages

CAPS Application Build

The document outlines a series of commands executed in a Python environment to install various packages, including Buildozer and Cython. It shows the installation process of these packages along with their dependencies and the successful completion of the installations. Additionally, it includes system package installations necessary for development, indicating that many packages were already up to date.

Uploaded by

orgasajosh3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views140 pages

CAPS Application Build

The document outlines a series of commands executed in a Python environment to install various packages, including Buildozer and Cython. It shows the installation process of these packages along with their dependencies and the successful completion of the installations. Additionally, it includes system package installations necessary for development, indicating that many packages were already up to date.

Uploaded by

orgasajosh3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 140

{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"provenance":

[],"authorship_tag":"ABX9TyPWlskAphzkaFOnzoVDYF0L"},"kernelspec":
{"name":"python3","display_name":"Python 3"},"language_info":
{"name":"python"}},"cells":[{"cell_type":"code","execution_count":1,"metadata":
{"colab":{"base_uri":"https://
localhost:8080/"},"id":"MR5JPQXCGHZm","executionInfo":
{"status":"ok","timestamp":1729749509279,"user_tz":-480,"elapsed":6253,"user":
{"displayName":"Josh
Orgasa","userId":"16827805989949185886"}},"outputId":"c84b5b07-0be9-4ee9-f1d1-
2da11761698a"},"outputs":[{"output_type":"stream","name":"stdout","text":
["Collecting buildozer\n"," Downloading buildozer-1.5.0-py3-none-any.whl.metadata
(139 kB)\n","\u001b[?25l \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\
u001b[0m \u001b[32m0.0/139.8 kB\u001b[0m \u001b[31m?\u001b[0m eta \
u001b[36m-:--:--\u001b[0m\r\u001b[2K \
u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[90m╺\u001b[0m\
u001b[90m━\u001b[0m \u001b[32m133.1/139.8 kB\u001b[0m \u001b[31m4.7 MB/s\u001b[0m
eta \u001b[36m0:00:01\u001b[0m\r\u001b[2K \
u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m139.8/139.8
kB\u001b[0m \u001b[31m3.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n","\u001b[?
25hRequirement already satisfied: pexpect in /usr/local/lib/python3.10/dist-
packages (from buildozer) (4.9.0)\n","Collecting virtualenv (from buildozer)\n","
Downloading virtualenv-20.27.0-py3-none-any.whl.metadata (4.5 kB)\n","Collecting sh
(from buildozer)\n"," Downloading sh-2.1.0-py3-none-any.whl.metadata (3.4 kB)\
n","Requirement already satisfied: ptyprocess>=0.5 in
/usr/local/lib/python3.10/dist-packages (from pexpect->buildozer) (0.7.0)\
n","Collecting distlib<1,>=0.3.7 (from virtualenv->buildozer)\n"," Downloading
distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)\n","Requirement already
satisfied: filelock<4,>=3.12.2 in /usr/local/lib/python3.10/dist-packages (from
virtualenv->buildozer) (3.16.1)\n","Requirement already satisfied:
platformdirs<5,>=3.9.1 in /usr/local/lib/python3.10/dist-packages (from virtualenv-
>buildozer) (4.3.6)\n","Downloading buildozer-1.5.0-py3-none-any.whl (86 kB)\n","\
u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \
u001b[32m86.9/86.9 kB\u001b[0m \u001b[31m6.5 MB/s\u001b[0m eta \u001b[36m0:00:00\
u001b[0m\n","\u001b[?25hDownloading sh-2.1.0-py3-none-any.whl (38 kB)\
n","Downloading virtualenv-20.27.0-py3-none-any.whl (3.1 MB)\n","\u001b[2K \
u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m3.1/3.1 MB\
u001b[0m \u001b[31m41.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n","\u001b[?
25hDownloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)\n","\u001b[2K \
u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m469.0/469.0
kB\u001b[0m \u001b[31m28.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n","\
u001b[?25hInstalling collected packages: distlib, virtualenv, sh, buildozer\
n","Successfully installed buildozer-1.5.0 distlib-0.3.9 sh-2.1.0 virtualenv-
20.27.0\n"]}],"source":["!pip install buildozer"]},{"cell_type":"code","source":["!
pip install
cython"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"QnwM1mZBG
3bJ","executionInfo":{"status":"ok","timestamp":1729749574686,"user_tz":-
480,"elapsed":4491,"user":{"displayName":"Josh
Orgasa","userId":"16827805989949185886"}},"outputId":"9dc006d9-dfd2-4f87-e249-
c7f21263d267"},"execution_count":2,"outputs":
[{"output_type":"stream","name":"stdout","text":["Requirement already satisfied:
cython in /usr/local/lib/python3.10/dist-packages (3.0.11)\n"]}]},
{"cell_type":"code","source":["!sudo apt-get install -y \\\n"," python3-pip \\\
n"," build-essential \\\n"," git \\\n"," python3 \\\n"," python3-
dev \\\n"," ffmpeg \\\n"," libsdl2-dev \\\n"," libsdl2-image-dev \\\n","
libsdl2-mixer-dev \\\n"," libsdl2-ttf-dev \\\n"," libportmidi-dev \\\n","
libswscale-dev \\\n"," libavformat-dev \\\n"," libavcodec-dev \\\n","
zlib1g-dev"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"JhY8D
1PdHH9v","executionInfo":{"status":"ok","timestamp":1729749663071,"user_tz":-
480,"elapsed":27899,"user":{"displayName":"Josh
Orgasa","userId":"16827805989949185886"}},"outputId":"5e95db3b-9b86-40fa-f6a1-
69c8e5da9b7e"},"execution_count":3,"outputs":
[{"output_type":"stream","name":"stdout","text":["Reading package lists... Done\
n","Building dependency tree... Done\n","Reading state information... Done\
n","build-essential is already the newest version (12.9ubuntu3).\n","git is already
the newest version (1:2.34.1-1ubuntu1.11).\n","python3 is already the newest
version (3.10.6-1~22.04.1).\n","python3 set to manually installed.\n","python3-dev
is already the newest version (3.10.6-1~22.04.1).\n","python3-dev set to manually
installed.\n","zlib1g-dev is already the newest version (1:1.2.11.dfsg-
2ubuntu9.2).\n","zlib1g-dev set to manually installed.\n","ffmpeg is already the
newest version (7:4.4.2-0ubuntu0.22.04.1).\n","libavcodec-dev is already the newest
version (7:4.4.2-0ubuntu0.22.04.1).\n","libavcodec-dev set to manually installed.\
n","libavformat-dev is already the newest version (7:4.4.2-0ubuntu0.22.04.1).\
n","libavformat-dev set to manually installed.\n","libswscale-dev is already the
newest version (7:4.4.2-0ubuntu0.22.04.1).\n","libswscale-dev set to manually
installed.\n","The following additional packages will be installed:\n"," gir1.2-
ibus-1.0 libblkid-dev libblkid1 libdbus-1-dev libdecor-0-dev\n"," libdrm-dev
libegl-dev libegl1-mesa-dev libffi-dev libfluidsynth3 libgbm-dev\n"," libgl-dev
libgles-dev libgles1 libglib2.0-dev libglib2.0-dev-bin\n"," libglu1-mesa libglu1-
mesa-dev libglvnd-core-dev libglvnd-dev libglx-dev\n"," libibus-1.0-5 libibus-1.0-
dev libice-dev libinstpatch-1.0-2 libmodplug1\n"," libmount-dev libmount1
libopengl-dev libopusfile0 libpciaccess-dev\n"," libportmidi0 libpulse-dev
libpulse-mainloop-glib0 libsdl2-image-2.0-0\n"," libsdl2-mixer-2.0-0 libsdl2-ttf-
2.0-0 libselinux1-dev libsepol-dev libsm-dev\n"," libsndio-dev libudev-dev
libudev1 libwayland-bin libwayland-dev\n"," libxcursor-dev libxfixes-dev libxi-dev
libxinerama-dev libxkbcommon-dev\n"," libxrandr-dev libxt-dev libxv-dev
libxxf86vm-dev python3-setuptools\n"," python3-wheel timgm6mb-soundfont\
n","Suggested packages:\n"," libgirepository1.0-dev libglib2.0-doc libgdk-
pixbuf2.0-bin\n"," | libgdk-pixbuf2.0-dev libxml2-utils libice-doc cryptsetup-bin
libsm-doc\n"," libwayland-doc libxt-doc python-setuptools-doc fluid-soundfont-gm\
n","The following NEW packages will be installed:\n"," gir1.2-ibus-1.0 libblkid-
dev libdbus-1-dev libdecor-0-dev libdrm-dev\n"," libegl-dev libegl1-mesa-dev
libffi-dev libfluidsynth3 libgbm-dev libgl-dev\n"," libgles-dev libgles1
libglib2.0-dev libglib2.0-dev-bin libglu1-mesa\n"," libglu1-mesa-dev libglvnd-
core-dev libglvnd-dev libglx-dev libibus-1.0-5\n"," libibus-1.0-dev libice-dev
libinstpatch-1.0-2 libmodplug1 libmount-dev\n"," libopengl-dev libopusfile0
libpciaccess-dev libportmidi-dev libportmidi0\n"," libpulse-dev libpulse-mainloop-
glib0 libsdl2-dev libsdl2-image-2.0-0\n"," libsdl2-image-dev libsdl2-mixer-2.0-0
libsdl2-mixer-dev libsdl2-ttf-2.0-0\n"," libsdl2-ttf-dev libselinux1-dev libsepol-
dev libsm-dev libsndio-dev\n"," libudev-dev libwayland-bin libwayland-dev
libxcursor-dev libxfixes-dev\n"," libxi-dev libxinerama-dev libxkbcommon-dev
libxrandr-dev libxt-dev libxv-dev\n"," libxxf86vm-dev python3-pip python3-
setuptools python3-wheel\n"," timgm6mb-soundfont\n","The following packages will
be upgraded:\n"," libblkid1 libmount1 libudev1\n","3 upgraded, 60 newly installed,
0 to remove and 46 not upgraded.\n","Need to get 15.6 MB of archives.\n","After
this operation, 58.6 MB of additional disk space will be used.\n","Get:1
http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libblkid1 amd64 2.37.2-
4ubuntu3.4 [103 kB]\n","Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main
amd64 libmount1 amd64 2.37.2-4ubuntu3.4 [122 kB]\n","Get:3
http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libudev1 amd64 249.11-
0ubuntu3.12 [78.2 kB]\n","Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64
libibus-1.0-5 amd64 1.5.26-4 [183 kB]\n","Get:5 http://archive.ubuntu.com/ubuntu
jammy/main amd64 gir1.2-ibus-1.0 amd64 1.5.26-4 [88.3 kB]\n","Get:6
http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdbus-1-dev amd64
1.12.20-2ubuntu4.1 [188 kB]\n","Get:7 http://archive.ubuntu.com/ubuntu jammy-
updates/main amd64 libwayland-bin amd64 1.20.0-1ubuntu0.1 [20.4 kB]\n","Get:8
http://archive.ubuntu.com/ubuntu jammy/main amd64 libffi-dev amd64 3.4.2-4 [63.7
kB]\n","Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwayland-
dev amd64 1.20.0-1ubuntu0.1 [69.5 kB]\n","Get:10 http://archive.ubuntu.com/ubuntu
jammy/main amd64 libdecor-0-dev amd64 0.1.0-3build1 [5,544 B]\n","Get:11
http://archive.ubuntu.com/ubuntu jammy/main amd64 libpciaccess-dev amd64 0.16-3
[21.9 kB]\n","Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64
libdrm-dev amd64 2.4.113-2~ubuntu0.22.04.1 [292 kB]\n","Get:13
http://archive.ubuntu.com/ubuntu jammy/main amd64 libglx-dev amd64 1.4.0-1 [14.1
kB]\n","Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgl-dev amd64
1.4.0-1 [101 kB]\n","Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64
libegl-dev amd64 1.4.0-1 [18.0 kB]\n","Get:16 http://archive.ubuntu.com/ubuntu
jammy/main amd64 libglvnd-core-dev amd64 1.4.0-1 [12.7 kB]\n","Get:17
http://archive.ubuntu.com/ubuntu jammy/main amd64 libgles1 amd64 1.4.0-1 [11.5 kB]\
n","Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgles-dev amd64
1.4.0-1 [49.4 kB]\n","Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64
libopengl-dev amd64 1.4.0-1 [3,400 B]\n","Get:20 http://archive.ubuntu.com/ubuntu
jammy/main amd64 libglvnd-dev amd64 1.4.0-1 [3,162 B]\n","Get:21
http://archive.ubuntu.com/ubuntu
jammy-updates/main amd64 libegl1-mesa-dev amd64 23.2.1-1ubuntu3.1~22.04.2 [11.1
kB]\n","Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libinstpatch-
1.0-2 amd64 1.1.6-1 [240 kB]\n","Get:23 http://archive.ubuntu.com/ubuntu
jammy/universe amd64 timgm6mb-soundfont all 1.3-5 [5,427 kB]\n","Get:24
http://archive.ubuntu.com/ubuntu jammy/universe amd64 libfluidsynth3 amd64 2.2.5-1
[246 kB]\n","Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64
libgbm-dev amd64 23.2.1-1ubuntu3.1~22.04.2 [9,546 B]\n","Get:26
http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-dev-bin amd64
2.72.4-0ubuntu2.3 [117 kB]\n","Get:27 http://archive.ubuntu.com/ubuntu jammy-
updates/main amd64 libblkid-dev amd64 2.37.2-4ubuntu3.4 [185 kB]\n","Get:28
http://archive.ubuntu.com/ubuntu jammy/main amd64 libsepol-dev amd64 3.3-1build1
[378 kB]\n","Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libselinux1-
dev amd64 3.3-1build2 [158 kB]\n","Get:30 http://archive.ubuntu.com/ubuntu jammy-
updates/main amd64 libmount-dev amd64 2.37.2-4ubuntu3.4 [14.5 kB]\n","Get:31
http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-dev amd64
2.72.4-0ubuntu2.3 [1,743 kB]\n","Get:32 http://archive.ubuntu.com/ubuntu jammy/main
amd64 libglu1-mesa amd64 9.0.2-1 [145 kB]\n","Get:33
http://archive.ubuntu.com/ubuntu jammy/main amd64 libglu1-mesa-dev amd64 9.0.2-1
[231 kB]\n","Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 libibus-1.0-
dev amd64 1.5.26-4 [185 kB]\n","Get:35 http://archive.ubuntu.com/ubuntu jammy/main
amd64 libice-dev amd64 2:1.0.10-1build2 [51.4 kB]\n","Get:36
http://archive.ubuntu.com/ubuntu jammy/universe amd64 libmodplug1 amd64 1:0.8.9.0-3
[153 kB]\n","Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64
libopusfile0 amd64 0.9+20170913-1.1build1 [43.2 kB]\n","Get:38
http://archive.ubuntu.com/ubuntu jammy/universe amd64 libportmidi0 amd64 1:217-6
[17.8 kB]\n","Get:39 http://archive.ubuntu.com/ubuntu jammy/universe amd64
libportmidi-dev amd64 1:217-6 [52.2 kB]\n","Get:40 http://archive.ubuntu.com/ubuntu
jammy-updates/main amd64 libpulse-mainloop-glib0 amd64 1:15.99.1+dfsg1-1ubuntu2.2
[12.4 kB]\n","Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64
libpulse-dev amd64 1:15.99.1+dfsg1-1ubuntu2.2 [75.6 kB]\n","Get:42
http://archive.ubuntu.com/ubuntu jammy/universe amd64 libsndio-dev amd64 1.8.1-1.1
[17.8 kB]\n","Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64
libudev-dev amd64 249.11-0ubuntu3.12 [20.7 kB]\n","Get:44
http://archive.ubuntu.com/ubuntu jammy/main amd64 libxfixes-dev amd64 1:6.0.0-1
[12.2 kB]\n","Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcursor-
dev amd64 1:1.2.0-2build4 [28.2 kB]\n","Get:46 http://archive.ubuntu.com/ubuntu
jammy/main amd64 libxi-dev amd64 2:1.8-1build1 [193 kB]\n","Get:47
http://archive.ubuntu.com/ubuntu jammy/main amd64 libxinerama-dev amd64 2:1.1.4-3
[8,104 B]\n","Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64
libxkbcommon-dev amd64 1.4.0-1 [54.9 kB]\n","Get:49
http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrandr-dev amd64 2:1.5.2-
1build1 [26.7 kB]\n","Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64
libsm-dev amd64 2:1.2.3-1build2 [18.1 kB]\n","Get:51
http://archive.ubuntu.com/ubuntu jammy/main amd64 libxt-dev amd64 1:1.2.1-1 [396
kB]\n","Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxv-dev amd64
2:1.0.11-1build2 [33.4 kB]\n","Get:53 http://archive.ubuntu.com/ubuntu jammy/main
amd64 libxxf86vm-dev amd64 1:1.1.4-1build3 [13.9 kB]\n","Get:54
http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libsdl2-dev amd64
2.0.20+dfsg-2ubuntu1.22.04.1 [1,767 kB]\n","Get:55 http://archive.ubuntu.com/ubuntu
jammy/universe amd64 libsdl2-image-2.0-0 amd64 2.0.5+dfsg1-3build1 [70.4 kB]\
n","Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libsdl2-image-dev
amd64 2.0.5+dfsg1-3build1 [76.9 kB]\n","Get:57 http://archive.ubuntu.com/ubuntu
jammy/universe amd64 libsdl2-mixer-2.0-0 amd64 2.0.4+dfsg1-4build1 [65.9 kB]\
n","Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libsdl2-mixer-dev
amd64 2.0.4+dfsg1-4build1 [83.3 kB]\n","Get:59 http://archive.ubuntu.com/ubuntu
jammy/universe amd64 libsdl2-ttf-2.0-0 amd64 2.0.18+dfsg-2 [30.9 kB]\n","Get:60
http://archive.ubuntu.com/ubuntu jammy/universe amd64 libsdl2-ttf-dev amd64
2.0.18+dfsg-2 [35.9 kB]\n","Get:61 http://archive.ubuntu.com/ubuntu
jammy-updates/main amd64 python3-setuptools all 59.6.0-1.2ubuntu0.22.04.2 [340 kB]\
n","Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-
wheel all 0.37.1-2ubuntu0.22.04.1 [32.0 kB]\n","Get:63
http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-pip all
22.0.2+dfsg-1ubuntu0.4 [1,305 kB]\n","Fetched 15.6 MB in 6s (2,441 kB/s)\
n","debconf: unable to initialize frontend: Dialog\n","debconf: (No usable dialog-
like program is installed, so the dialog based frontend cannot be used. at
/usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 63.)\n","debconf:
falling back to frontend: Readline\n","debconf: unable to initialize frontend:
Readline\n","debconf: (This frontend requires a controlling tty.)\n","debconf:
falling back to frontend: Teletype\n","dpkg-preconfigure: unable to re-open
stdin: \n","(Reading database ... 123622 files and directories currently
installed.)\n","Preparing to unpack .../libblkid1_2.37.2-4ubuntu3.4_amd64.deb ...\
n","Unpacking libblkid1:amd64 (2.37.2-4ubuntu3.4) over (2.37.2-4ubuntu3) ...\
n","Setting up libblkid1:amd64 (2.37.2-4ubuntu3.4) ...\n","(Reading database ...
123622 files and directories currently installed.)\n","Preparing to unpack
.../libmount1_2.37.2-4ubuntu3.4_amd64.deb ...\n","Unpacking libmount1:amd64
(2.37.2-4ubuntu3.4) over (2.37.2-4ubuntu3) ...\n","Setting up libmount1:amd64
(2.37.2-4ubuntu3.4) ...\n","(Reading database ... 123622 files and directories
currently installed.)\n","Preparing to unpack .../libudev1_249.11-
0ubuntu3.12_amd64.deb ...\n","Unpacking libudev1:amd64 (249.11-0ubuntu3.12) over
(249.11-0ubuntu3.10) ...\n","Setting up libudev1:amd64 (249.11-0ubuntu3.12) ...\
n","Selecting previously unselected package libibus-1.0-5:amd64.\n","(Reading
database ... 123622 files and directories currently installed.)\n","Preparing to
unpack .../00-libibus-1.0-5_1.5.26-4_amd64.deb ...\n","Unpacking libibus-1.0-
5:amd64 (1.5.26-4) ...\n","Selecting previously unselected package gir1.2-ibus-
1.0:amd64.\n","Preparing to unpack .../01-gir1.2-ibus-1.0_1.5.26-4_amd64.deb ...\
n","Unpacking gir1.2-ibus-1.0:amd64 (1.5.26-4) ...\n","Selecting previously
unselected package libdbus-1-dev:amd64.\n","Preparing to unpack .../02-libdbus-1-
dev_1.12.20-2ubuntu4.1_amd64.deb ...\n","Unpacking libdbus-1-dev:amd64 (1.12.20-
2ubuntu4.1) ...\n","Selecting previously unselected package libwayland-bin.\
n","Preparing to unpack .../03-libwayland-bin_1.20.0-1ubuntu0.1_amd64.deb ...\
n","Unpacking libwayland-bin (1.20.0-1ubuntu0.1) ...\n","Selecting previously
unselected package libffi-dev:amd64.\n","Preparing to unpack .../04-libffi-
dev_3.4.2-4_amd64.deb ...\n","Unpacking libffi-dev:amd64 (3.4.2-4) ...\
n","Selecting previously unselected package libwayland-dev:amd64.\n","Preparing to
unpack .../05-libwayland-dev_1.20.0-1ubuntu0.1_amd64.deb ...\n","Unpacking
libwayland-dev:amd64 (1.20.0-1ubuntu0.1) ...\n","Selecting previously unselected
package libdecor-0-dev:amd64.\n","Preparing to unpack .../06-libdecor-0-dev_0.1.0-
3build1_amd64.deb ...\n","Unpacking libdecor-0-dev:amd64 (0.1.0-3build1) ...\
n","Selecting previously unselected package libpciaccess-dev:amd64.\n","Preparing
to unpack .../07-libpciaccess-dev_0.16-3_amd64.deb ...\n","Unpacking libpciaccess-
dev:amd64 (0.16-3) ...\n","Selecting previously unselected package libdrm-
dev:amd64.\n","Preparing to unpack .../08-libdrm-dev_2.4.113-
2~ubuntu0.22.04.1_amd64.deb ...\n","Unpacking libdrm-dev:amd64 (2.4.113-
2~ubuntu0.22.04.1) ...\n","Selecting previously unselected package libglx-
dev:amd64.\n","Preparing to unpack .../09-libglx-dev_1.4.0-1_amd64.deb ...\
n","Unpacking libglx-dev:amd64 (1.4.0-1) ...\n","Selecting previously unselected
package libgl-dev:amd64.\n","Preparing to unpack .../10-libgl-dev_1.4.0-1_amd64.deb
...\n","Unpacking libgl-dev:amd64 (1.4.0-1) ...\n","Selecting previously unselected
package libegl-dev:amd64.\n","Preparing to unpack .../11-libegl-dev_1.4.0-
1_amd64.deb ...\n","Unpacking libegl-dev:amd64 (1.4.0-1) ...\n","Selecting
previously unselected package libglvnd-core-dev:amd64.\n","Preparing to
unpack .../12-libglvnd-core-dev_1.4.0-1_amd64.deb ...\n","Unpacking libglvnd-core-
dev:amd64 (1.4.0-1) ...\n","Selecting previously unselected package
libgles1:amd64.\n","Preparing to unpack .../13-libgles1_1.4.0-1_amd64.deb ...\
n","Unpacking libgles1:amd64 (1.4.0-1) ...\n","Selecting previously unselected
package libgles-dev:amd64.\n","Preparing to unpack .../14-libgles-dev_1.4.0-
1_amd64.deb ...\n","Unpacking libgles-dev:amd64 (1.4.0-1) ...\n","Selecting
previously unselected package libopengl-dev:amd64.\n","Preparing to unpack .../15-
libopengl-dev_1.4.0-1_amd64.deb ...\n","Unpacking libopengl-dev:amd64 (1.4.0-
1) ...\n","Selecting previously unselected package libglvnd-dev:amd64.\
n","Preparing to unpack .../16-libglvnd-dev_1.4.0-1_amd64.deb ...\n","Unpacking
libglvnd-dev:amd64 (1.4.0-1) ...\n","Selecting previously unselected package
libegl1-mesa-dev:amd64.\n","Preparing to unpack .../17-libegl1-mesa-dev_23.2.1-
1ubuntu3.1~22.04.2_amd64.deb ...\n","Unpacking libegl1-mesa-dev:amd64 (23.2.1-
1ubuntu3.1~22.04.2) ...\n","Selecting previously unselected package libinstpatch-
1.0-2:amd64.\n","Preparing to unpack .../18-libinstpatch-1.0-2_1.1.6-
1_amd64.deb ...\n","Unpacking libinstpatch-1.0-2:amd64 (1.1.6-1) ...\n","Selecting
previously unselected package timgm6mb-soundfont.\n","Preparing to unpack .../19-
timgm6mb-soundfont_1.3-5_all.deb ...\n","Unpacking timgm6mb-soundfont (1.3-5)
...\n","Selecting previously unselected package libfluidsynth3:amd64.\
n","Preparing to unpack .../20-libfluidsynth3_2.2.5-1_amd64.deb ...\n","Unpacking
libfluidsynth3:amd64 (2.2.5-1) ...\n","Selecting previously unselected package
libgbm-dev:amd64.\n","Preparing to unpack .../21-libgbm-dev_23.2.1-
1ubuntu3.1~22.04.2_amd64.deb ...\n","Unpacking libgbm-dev:amd64 (23.2.1-
1ubuntu3.1~22.04.2) ...\n","Selecting previously unselected package libglib2.0-dev-
bin.\n","Preparing to unpack .../22-libglib2.0-dev-bin_2.72.4-
0ubuntu2.3_amd64.deb ...\n","Unpacking libglib2.0-dev-bin (2.72.4-0ubuntu2.3) ...\
n","Selecting previously unselected package libblkid-dev:amd64.\n","Preparing to
unpack .../23-libblkid-dev_2.37.2-4ubuntu3.4_amd64.deb ...\n","Unpacking libblkid-
dev:amd64 (2.37.2-4ubuntu3.4) ...\n","Selecting previously unselected package
libsepol-dev:amd64.\n","Preparing to unpack .../24-libsepol-dev_3.3-
1build1_amd64.deb ...\n","Unpacking libsepol-dev:amd64 (3.3-1build1) ...\
n","Selecting previously unselected package libselinux1-dev:amd64.\n","Preparing to
unpack .../25-libselinux1-dev_3.3-1build2_amd64.deb ...\n","Unpacking libselinux1-
dev:amd64 (3.3-1build2) ...\n","Selecting previously unselected package libmount-
dev:amd64.\n","Preparing to unpack .../26-libmount-dev_2.37.2-
4ubuntu3.4_amd64.deb ...\n","Unpacking libmount-dev:amd64 (2.37.2-4ubuntu3.4) ...\
n","Selecting previously unselected package libglib2.0-dev:amd64.\n","Preparing to
unpack .../27-libglib2.0-dev_2.72.4-0ubuntu2.3_amd64.deb ...\n","Unpacking
libglib2.0-dev:amd64 (2.72.4-0ubuntu2.3) ...\n","Selecting previously unselected
package libglu1-mesa:amd64.\n","Preparing to unpack .../28-libglu1-mesa_9.0.2-
1_amd64.deb ...\n","Unpacking libglu1-mesa:amd64 (9.0.2-1) ...\n","Selecting
previously unselected package libglu1-mesa-dev:amd64.\n","Preparing to unpack
.../29-libglu1-mesa-dev_9.0.2-1_amd64.deb ...\n","Unpacking libglu1-mesa-dev:amd64
(9.0.2-1) ...\n","Selecting previously unselected package libibus-1.0-dev:amd64.\
n","Preparing to unpack .../30-libibus-1.0-dev_1.5.26-4_amd64.deb ...\n","Unpacking
libibus-1.0-dev:amd64 (1.5.26-4) ...\n","Selecting previously unselected package
libice-dev:amd64.\n","Preparing to unpack .../31-libice-dev_2%3a1.0.10-
1build2_amd64.deb ...\n","Unpacking libice-dev:amd64 (2:1.0.10-1build2) ...\
n","Selecting previously unselected package libmodplug1:amd64.\n","Preparing to
unpack .../32-libmodplug1_1%3a0.8.9.0-3_amd64.deb ...\n","Unpacking
libmodplug1:amd64 (1:0.8.9.0-3) ...\n","Selecting previously unselected package
libopusfile0.\n","Preparing to unpack .../33-libopusfile0_0.9+20170913-
1.1build1_amd64.deb ...\n","Unpacking libopusfile0 (0.9+20170913-1.1build1) ...\
n","Selecting previously unselected package libportmidi0:amd64.\n","Preparing to
unpack .../34-libportmidi0_1%3a217-6_amd64.deb ...\n","Unpacking libportmidi0:amd64
(1:217-6) ...\n","Selecting previously unselected package libportmidi-dev.\
n","Preparing to unpack .../35-libportmidi-dev_1%3a217-6_amd64.deb ...\
n","Unpacking libportmidi-dev (1:217-6) ...\n","Selecting previously unselected
package libpulse-mainloop-glib0:amd64.\n","Preparing to unpack .../36-libpulse-
mainloop-glib0_1%3a15.99.1+dfsg1-1ubuntu2.2_amd64.deb ...\n","Unpacking libpulse-
mainloop-glib0:amd64 (1:15.99.1+dfsg1-1ubuntu2.2) ...\n","Selecting previously
unselected package libpulse-dev:amd64.\n","Preparing to unpack .../37-libpulse-
dev_1%3a15.99.1+dfsg1-1ubuntu2.2_amd64.deb ...\n","Unpacking libpulse-dev:amd64
(1:15.99.1+dfsg1-1ubuntu2.2) ...\n","Selecting previously unselected package
libsndio-dev:amd64.\n","Preparing to unpack .../38-libsndio-dev_1.8.1-1.1_amd64.deb
...\n","Unpacking libsndio-dev:amd64 (1.8.1-1.1) ...\n","Selecting previously
unselected package libudev-dev:amd64.\n","Preparing to unpack .../39-libudev-
dev_249.11-0ubuntu3.12_amd64.deb ...\n","Unpacking libudev-dev:amd64 (249.11-
0ubuntu3.12) ...\n","Selecting previously unselected package libxfixes-dev:amd64.\
n","Preparing to unpack .../40-libxfixes-dev_1%3a6.0.0-1_amd64.deb ...\
n","Unpacking libxfixes-dev:amd64 (1:6.0.0-1) ...\n","Selecting previously
unselected package libxcursor-dev:amd64.\n","Preparing to unpack .../41-libxcursor-
dev_1%3a1.2.0-2build4_amd64.deb ...\n","Unpacking libxcursor-dev:amd64 (1:1.2.0-
2build4) ...\n","Selecting previously unselected package libxi-dev:amd64.\
n","Preparing to unpack .../42-libxi-dev_2%3a1.8-1build1_amd64.deb ...\
n","Unpacking libxi-dev:amd64 (2:1.8-1build1) ...\n","Selecting previously
unselected package libxinerama-dev:amd64.\n","Preparing to unpack .../43-
libxinerama-dev_2%3a1.1.4-3_amd64.deb ...\n","Unpacking libxinerama-dev:amd64
(2:1.1.4-3) ...\n","Selecting previously unselected package libxkbcommon-
dev:amd64.\n","Preparing to unpack .../44-libxkbcommon-dev_1.4.0-1_amd64.deb ...\
n","Unpacking libxkbcommon-dev:amd64 (1.4.0-1) ...\n","Selecting previously
unselected package libxrandr-dev:amd64.\n","Preparing to unpack .../45-libxrandr-
dev_2%3a1.5.2-1build1_amd64.deb ...\n","Unpacking libxrandr-dev:amd64 (2:1.5.2-
1build1) ...\n","Selecting previously unselected package libsm-dev:amd64.\
n","Preparing to unpack .../46-libsm-dev_2%3a1.2.3-1build2_amd64.deb ...\
n","Unpacking libsm-dev:amd64 (2:1.2.3-1build2) ...\n","Selecting previously
unselected package libxt-dev:amd64.\n","Preparing to unpack .../47-libxt-
dev_1%3a1.2.1-1_amd64.deb ...\n","Unpacking libxt-dev:amd64 (1:1.2.1-1) ...\
n","Selecting previously unselected package libxv-dev:amd64.\n","Preparing to
unpack .../48-libxv-dev_2%3a1.0.11-1build2_amd64.deb ...\n","Unpacking libxv-
dev:amd64 (2:1.0.11-1build2) ...\n","Selecting previously unselected package
libxxf86vm-dev:amd64.\n","Preparing to unpack .../49-libxxf86vm-dev_1%3a1.1.4-
1build3_amd64.deb ...\n","Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1build3) ...\
n","Selecting previously unselected package libsdl2-dev:amd64.\n","Preparing to
unpack .../50-libsdl2-dev_2.0.20+dfsg-2ubuntu1.22.04.1_amd64.deb ...\n","Unpacking
libsdl2-dev:amd64 (2.0.20+dfsg-2ubuntu1.22.04.1) ...\n","Selecting previously
unselected package libsdl2-image-2.0-0:amd64.\n","Preparing to unpack .../51-
libsdl2-image-2.0-0_2.0.5+dfsg1-3build1_amd64.deb ...\n","Unpacking libsdl2-image-
2.0-0:amd64 (2.0.5+dfsg1-3build1) ...\n","Selecting previously unselected package
libsdl2-image-dev:amd64.\n","Preparing to unpack .../52-libsdl2-image-
dev_2.0.5+dfsg1-3build1_amd64.deb ...\n","Unpacking libsdl2-image-dev:amd64
(2.0.5+dfsg1-3build1) ...\n","Selecting previously unselected package libsdl2-
mixer-2.0-0:amd64.\n","Preparing to unpack .../53-libsdl2-mixer-2.0-0_2.0.4+dfsg1-
4build1_amd64.deb ...\n","Unpacking libsdl2-mixer-2.0-0:amd64 (2.0.4+dfsg1-4build1)
...\n","Selecting previously unselected package libsdl2-mixer-dev:amd64.\
n","Preparing to unpack .../54-libsdl2-mixer-dev_2.0.4+dfsg1-4build1_amd64.deb ...\
n","Unpacking libsdl2-mixer-dev:amd64 (2.0.4+dfsg1-4build1) ...\n","Selecting
previously unselected package libsdl2-ttf-2.0-0:amd64.\n","Preparing to
unpack .../55-libsdl2-ttf-2.0-0_2.0.18+dfsg-2_amd64.deb ...\n","Unpacking libsdl2-
ttf-2.0-0:amd64 (2.0.18+dfsg-2) ...\n","Selecting previously unselected package
libsdl2-ttf-dev:amd64.\n","Preparing to unpack .../56-libsdl2-ttf-dev_2.0.18+dfsg-
2_amd64.deb ...\n","Unpacking libsdl2-ttf-dev:amd64 (2.0.18+dfsg-2) ...\
n","Selecting previously unselected package python3-setuptools.\n","Preparing to
unpack .../57-python3-setuptools_59.6.0-1.2ubuntu0.22.04.2_all.deb ...\
n","Unpacking python3-setuptools (59.6.0-1.2ubuntu0.22.04.2) ...\n","Selecting
previously unselected package python3-wheel.\n","Preparing to unpack .../58-
python3-wheel_0.37.1-2ubuntu0.22.04.1_all.deb ...\n","Unpacking python3-wheel
(0.37.1-2ubuntu0.22.04.1) ...\n","Selecting previously unselected package python3-
pip.\n","Preparing to unpack .../59-python3-pip_22.0.2+dfsg-1ubuntu0.4_all.deb ...\
n","Unpacking python3-pip (22.0.2+dfsg-1ubuntu0.4) ...\n","Setting up libsdl2-
image-2.0-0:amd64 (2.0.5+dfsg1-3build1) ...\n","Setting up libglib2.0-dev-bin
(2.72.4-0ubuntu2.3) ...\n","Setting up libblkid-dev:amd64 (2.37.2-4ubuntu3.4) ...\
n","Setting up libmodplug1:amd64 (1:0.8.9.0-3) ...\n","Setting up libsndio-
dev:amd64 (1.8.1-1.1) ...\n","Setting up libpciaccess-dev:amd64 (0.16-3) ...\
n","Setting up python3-setuptools (59.6.0-1.2ubuntu0.22.04.2) ...\n","Setting up
libglvnd-core-dev:amd64 (1.4.0-1) ...\n","Setting up libice-dev:amd64 (2:1.0.10-
1build2) ...\n","Setting up libsm-dev:amd64 (2:1.2.3-1build2) ...\n","Setting up
libxxf86vm-dev:amd64 (1:1.1.4-1build3) ...\n","Setting up libxkbcommon-dev:amd64
(1.4.0-1) ...\n","Setting up libibus-1.0-5:amd64 (1.5.26-4) ...\n","Setting up
libffi-dev:amd64 (3.4.2-4) ...\n","Setting up python3-wheel (0.37.1-
2ubuntu0.22.04.1) ...\n","Setting up libgbm-dev:amd64 (23.2.1-
1ubuntu3.1~22.04.2) ...\n","Setting up libxfixes-dev:amd64 (1:6.0.0-1) ...\
n","Setting up libxv-dev:amd64 (2:1.0.11-1build2) ...\n","Setting up libwayland-bin
(1.20.0-1ubuntu0.1) ...\n","Setting up libxrandr-dev:amd64 (2:1.5.2-1build1) ...\
n","Setting up libdbus-1-dev:amd64 (1.12.20-2ubuntu4.1) ...\n","Setting up libxt-
dev:amd64 (1:1.2.1-1) ...\n","Setting up libpulse-mainloop-glib0:amd64
(1:15.99.1+dfsg1-1ubuntu2.2) ...\n","Setting up libgles1:amd64 (1.4.0-1) ...\
n","Setting up libportmidi0:amd64 (1:217-6) ...\n","Setting up libudev-dev:amd64
(249.11-0ubuntu3.12) ...\n","Setting up libxinerama-dev:amd64 (2:1.1.4-3) ...\
n","Setting up libsepol-dev:amd64 (3.3-1build1) ...\n","Setting up python3-pip
(22.0.2+dfsg-1ubuntu0.4) ...\n","Setting up libportmidi-dev (1:217-6) ...\
n","Setting up libglx-dev:amd64 (1.4.0-1) ...\n","Setting up libsdl2-ttf-2.0-
0:amd64 (2.0.18+dfsg-2) ...\n","Setting up libglu1-mesa:amd64 (9.0.2-1) ...\
n","Setting up libopengl-dev:amd64 (1.4.0-1) ...\n","Setting up libxi-dev:amd64
(2:1.8-1build1) ...\n","Setting up timgm6mb-soundfont (1.3-5) ...\n","update-
alternatives: using /usr/share/sounds/sf2/TimGM6mb.sf2
to provide /usr/share/sounds/sf2/default-GM.sf2 (default-GM.sf2) in auto mode\
n","update-alternatives: using /usr/share/sounds/sf2/TimGM6mb.sf2 to provide
/usr/share/sounds/sf3/default-GM.sf3 (default-GM.sf3) in auto mode\n","Setting up
gir1.2-ibus-1.0:amd64 (1.5.26-4) ...\n","Setting up libopusfile0 (0.9+20170913-
1.1build1) ...\n","Setting up libinstpatch-1.0-2:amd64 (1.1.6-1) ...\n","Setting up
libgl-dev:amd64 (1.4.0-1) ...\n","Setting up libfluidsynth3:amd64 (2.2.5-1) ...\
n","Setting up libdrm-dev:amd64 (2.4.113-2~ubuntu0.22.04.1) ...\n","Setting up
libegl-dev:amd64 (1.4.0-1) ...\n","Setting up libselinux1-dev:amd64 (3.3-
1build2) ...\n","Setting up libxcursor-dev:amd64 (1:1.2.0-2build4) ...\n","Setting
up libwayland-dev:amd64 (1.20.0-1ubuntu0.1) ...\n","Setting up libdecor-0-dev:amd64
(0.1.0-3build1) ...\n","Setting up libsdl2-mixer-2.0-0:amd64 (2.0.4+dfsg1-
4build1) ...\n","Setting up libglu1-mesa-dev:amd64 (9.0.2-1) ...\n","Setting up
libgles-dev:amd64 (1.4.0-1) ...\n","Setting up libmount-dev:amd64 (2.37.2-
4ubuntu3.4) ...\n","Setting up libglvnd-dev:amd64 (1.4.0-1) ...\n","Setting up
libglib2.0-dev:amd64 (2.72.4-0ubuntu2.3) ...\n","Setting up libegl1-mesa-dev:amd64
(23.2.1-1ubuntu3.1~22.04.2) ...\n","Processing triggers for libglib2.0-0:amd64
(2.72.4-0ubuntu2.3) ...\n","Processing triggers for libc-bin (2.35-0ubuntu3.4) ...\
n","/sbin/ldconfig.real: /usr/local/lib/libtbbmalloc.so.2 is not a symbolic link\
n","\n","/sbin/ldconfig.real: /usr/local/lib/libur_adapter_opencl.so.0 is not a
symbolic link\n","\n","/sbin/ldconfig.real:
/usr/local/lib/libur_adapter_level_zero.so.0 is not a symbolic
link\n","\n","/sbin/ldconfig.real: /usr/local/lib/libtbb.so.12 is not a symbolic
link\n","\n","/sbin/ldconfig.real: /usr/local/lib/libtbbbind_2_0.so.3 is not a
symbolic link\n","\n","/sbin/ldconfig.real: /usr/local/lib/libtbbmalloc_proxy.so.2
is not a symbolic link\n","\n","/sbin/ldconfig.real: /usr/local/lib/libtbbbind.so.3
is not a symbolic link\n","\n","/sbin/ldconfig.real:
/usr/local/lib/libtbbbind_2_5.so.3 is not a symbolic
link\n","\n","/sbin/ldconfig.real: /usr/local/lib/libur_loader.so.0 is not a
symbolic link\n","\n","Processing triggers for man-db (2.10.2-1) ...\n","Setting up
libibus-1.0-dev:amd64 (1.5.26-4) ...\n","Setting up libpulse-dev:amd64
(1:15.99.1+dfsg1-1ubuntu2.2) ...\n","Setting up libsdl2-dev:amd64 (2.0.20+dfsg-
2ubuntu1.22.04.1) ...\n","Setting up libsdl2-ttf-dev:amd64 (2.0.18+dfsg-2) ...\
n","Setting up libsdl2-mixer-dev:amd64 (2.0.4+dfsg1-4build1) ...\n","Setting up
libsdl2-image-dev:amd64 (2.0.5+dfsg1-3build1) ...\n"]}]},
{"cell_type":"code","source":["!sudo apt-get install -y \\\n","
libgstreamer1.0 \\\n"," gstreamer1.0-plugins-base \\\n"," gstreamer1.0-
plugins-good"],"metadata":{"colab":{"base_uri":"https://
localhost:8080/"},"id":"TZtvctlBHhEO","executionInfo":
{"status":"ok","timestamp":1729749777757,"user_tz":-480,"elapsed":13106,"user":
{"displayName":"Josh
Orgasa","userId":"16827805989949185886"}},"outputId":"7e118e33-4a6c-42ff-cbeb-
77ac533de0e3"},"execution_count":4,"outputs":
[{"output_type":"stream","name":"stdout","text":["Reading package lists... Done\
n","Building dependency tree... Done\n","Reading state information... Done\
n","Note, selecting 'libgstreamer1.0-dev' for regex 'libgstreamer1.0'\n","Note,
selecting 'libgstreamer1.0-0' for regex 'libgstreamer1.0'\n","libgstreamer1.0-0 is
already the newest version (1.20.3-0ubuntu1).\n","libgstreamer1.0-0 set to manually
installed.\n","The following additional packages will be installed:\n"," gir1.2-
gstreamer-1.0 glib-networking glib-networking-common\n"," glib-networking-services
gsettings-desktop-schemas gstreamer1.0-x libaa1\n"," libcdparanoia0 libdv4 libdw-
dev libelf-dev libgstreamer-plugins-good1.0-0\n"," libgudev-1.0-0 libproxy1v5
libshout3 libsoup2.4-1 libsoup2.4-common\n"," libtag1v5 libtag1v5-vanilla
libunwind-dev libv4l-0 libv4lconvert0\n"," libvisual-0.4-0 libwavpack1 session-
migration\n","Suggested packages:\n"," gvfs libdv-bin oss-compat gstreamer1.0-doc
libvisual-0.4-plugins\n","The following NEW packages will be installed:\n","
gir1.2-gstreamer-1.0 glib-networking glib-networking-common\n"," glib-networking-
services gsettings-desktop-schemas gstreamer1.0-plugins-base\n"," gstreamer1.0-
plugins-good gstreamer1.0-x libaa1 libcdparanoia0 libdv4\n"," libdw-dev libelf-dev
libgstreamer-plugins-good1.0-0 libgstreamer1.0-dev\n"," libgudev-1.0-0 libproxy1v5
libshout3 libsoup2.4-1 libsoup2.4-common\n"," libtag1v5 libtag1v5-vanilla
libunwind-dev libv4l-0 libv4lconvert0\n"," libvisual-0.4-0 libwavpack1 session-
migration\n","0 upgraded, 28 newly installed, 0 to remove and 46 not upgraded.\
n","Need to get 7,043 kB of archives.\n","After this operation, 29.3 MB of
additional disk space will be used.\n","Get:1 http://archive.ubuntu.com/ubuntu
jammy-updates/main amd64 gir1.2-gstreamer-1.0 amd64 1.20.3-0ubuntu1 [87.4 kB]\
n","Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libproxy1v5 amd64
0.4.17-2 [51.9 kB]\n","Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64
glib-networking-common all 2.72.0-1 [3,718 B]\n","Get:4
http://archive.ubuntu.com/ubuntu jammy/main amd64 glib-networking-services amd64
2.72.0-1 [9,982 B]\n","Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64
session-migration amd64 0.3.6 [9,774 B]\n","Get:6 http://archive.ubuntu.com/ubuntu
jammy/main amd64 gsettings-desktop-schemas all 42.0-1ubuntu1 [31.1 kB]\n","Get:7
http://archive.ubuntu.com/ubuntu jammy/main amd64 glib-networking amd64 2.72.0-1
[69.8 kB]\n","Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64
libcdparanoia0 amd64 3.10.2+debian-14build2 [49.3 kB]\n","Get:9
http://archive.ubuntu.com/ubuntu jammy/main amd64 libvisual-0.4-0 amd64 0.4.0-
17build2 [108 kB]\n","Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main
amd64 gstreamer1.0-plugins-base amd64 1.20.1-1ubuntu0.2 [712 kB]\n","Get:11
http://archive.ubuntu.com/ubuntu jammy/main amd64 libaa1 amd64 1.4p5-50build1 [51.9
kB]\n","Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdv4 amd64
1.0.0-14build1 [61.9 kB]\n","Get:13 http://archive.ubuntu.com/ubuntu jammy-
updates/main amd64 libgstreamer-plugins-good1.0-0 amd64 1.20.3-0ubuntu1.1 [30.0
kB]\n","Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgudev-1.0-0
amd64 1:237-2build1 [16.3 kB]\n","Get:15 http://archive.ubuntu.com/ubuntu
jammy/main amd64 libshout3 amd64 2.4.5-1build3 [54.5 kB]\n","Get:16
http://archive.ubuntu.com/ubuntu jammy/main amd64 libtag1v5-vanilla amd64
1.11.1+dfsg.1-3ubuntu3 [304 kB]\n","Get:17 http://archive.ubuntu.com/ubuntu
jammy/main amd64 libtag1v5 amd64 1.11.1+dfsg.1-3ubuntu3 [11.5 kB]\n","Get:18
http://archive.ubuntu.com/ubuntu jammy/main amd64 libv4lconvert0 amd64 1.22.1-
2build1 [82.4 kB]\n","Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64
libv4l-0 amd64 1.22.1-2build1 [44.9 kB]\n","Get:20 http://archive.ubuntu.com/ubuntu
jammy/main amd64 libwavpack1 amd64 5.4.0-1build2 [83.7 kB]\n","Get:21
http://archive.ubuntu.com/ubuntu jammy/main amd64 libsoup2.4-common all 2.74.2-3
[4,008 B]\n","Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsoup2.4-1
amd64 2.74.2-3 [287 kB]\n","Get:23 http://archive.ubuntu.com/ubuntu
jammy-updates/main amd64 gstreamer1.0-plugins-good amd64 1.20.3-0ubuntu1.1 [2,008
kB]\n","Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64
gstreamer1.0-x amd64 1.20.1-1ubuntu0.2 [85.1 kB]\n","Get:25
http://archive.ubuntu.com/ubuntu jammy/main amd64 libelf-dev amd64 0.186-1build1
[64.4 kB]\n","Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdw-dev
amd64 0.186-1build1 [327 kB]\n","Get:27 http://archive.ubuntu.com/ubuntu jammy-
updates/main amd64 libunwind-dev amd64 1.3.2-2build2.1 [1,883 kB]\n","Get:28
http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgstreamer1.0-dev amd64
1.20.3-0ubuntu1 [510 kB]\n","Fetched 7,043 kB in 6s (1,216 kB/s)\n","debconf:
unable to initialize frontend: Dialog\n","debconf: (No usable dialog-like program
is installed, so the dialog based frontend cannot be used. at
/usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 28.)\n","debconf:
falling back to frontend: Readline\n","debconf: unable to initialize frontend:
Readline\n","debconf: (This frontend requires a controlling tty.)\n","debconf:
falling back to frontend: Teletype\n","dpkg-preconfigure: unable to re-open
stdin: \n","Selecting previously unselected package gir1.2-gstreamer-1.0:amd64.\
n","(Reading database ... 126541 files and directories currently installed.)\
n","Preparing to unpack .../00-gir1.2-gstreamer-1.0_1.20.3-0ubuntu1_amd64.deb ...\
n","Unpacking gir1.2-gstreamer-1.0:amd64 (1.20.3-0ubuntu1) ...\n","Selecting
previously unselected package libproxy1v5:amd64.\n","Preparing to unpack .../01-
libproxy1v5_0.4.17-2_amd64.deb ...\n","Unpacking libproxy1v5:amd64 (0.4.17-2) ...\
n","Selecting previously unselected package glib-networking-common.\n","Preparing
to unpack .../02-glib-networking-common_2.72.0-1_all.deb ...\n","Unpacking glib-
networking-common (2.72.0-1) ...\n","Selecting previously unselected package glib-
networking-services.\n","Preparing to unpack .../03-glib-networking-
services_2.72.0-1_amd64.deb ...\n","Unpacking glib-networking-services (2.72.0-
1) ...\n","Selecting previously unselected package session-migration.\n","Preparing
to unpack .../04-session-migration_0.3.6_amd64.deb ...\n","Unpacking session-
migration (0.3.6) ...\n","Selecting previously unselected package gsettings-
desktop-schemas.\n","Preparing to unpack .../05-gsettings-desktop-schemas_42.0-
1ubuntu1_all.deb ...\n","Unpacking gsettings-desktop-schemas (42.0-1ubuntu1) ...\
n","Selecting previously unselected package glib-networking:amd64.\n","Preparing to
unpack .../06-glib-networking_2.72.0-1_amd64.deb ...\n","Unpacking glib-
networking:amd64 (2.72.0-1) ...\n","Selecting previously unselected package
libcdparanoia0:amd64.\n","Preparing to unpack .../07-libcdparanoia0_3.10.2+debian-
14build2_amd64.deb
...\n","Unpacking libcdparanoia0:amd64 (3.10.2+debian-14build2) ...\n","Selecting
previously unselected package libvisual-0.4-0:amd64.\n","Preparing to unpack
.../08-libvisual-0.4-0_0.4.0-17build2_amd64.deb ...\n","Unpacking libvisual-0.4-
0:amd64 (0.4.0-17build2) ...\n","Selecting previously unselected package
gstreamer1.0-plugins-base:amd64.\n","Preparing to unpack .../09-gstreamer1.0-
plugins-base_1.20.1-1ubuntu0.2_amd64.deb ...\n","Unpacking gstreamer1.0-plugins-
base:amd64 (1.20.1-1ubuntu0.2) ...\n","Selecting previously unselected package
libaa1:amd64.\n","Preparing to unpack .../10-libaa1_1.4p5-50build1_amd64.deb ...\
n","Unpacking libaa1:amd64 (1.4p5-50build1) ...\n","Selecting previously unselected
package libdv4:amd64.\n","Preparing to unpack .../11-libdv4_1.0.0-
14build1_amd64.deb ...\n","Unpacking libdv4:amd64 (1.0.0-14build1) ...\
n","Selecting previously unselected package libgstreamer-plugins-good1.0-0:amd64.\
n","Preparing to unpack .../12-libgstreamer-plugins-good1.0-0_1.20.3-
0ubuntu1.1_amd64.deb ...\n","Unpacking libgstreamer-plugins-good1.0-0:amd64
(1.20.3-0ubuntu1.1) ...\n","Selecting previously unselected package libgudev-1.0-
0:amd64.\n","Preparing to unpack .../13-libgudev-1.0-0_1%3a237-
2build1_amd64.deb ...\n","Unpacking libgudev-1.0-0:amd64 (1:237-2build1) ...\
n","Selecting previously unselected package libshout3:amd64.\n","Preparing to
unpack .../14-libshout3_2.4.5-1build3_amd64.deb ...\n","Unpacking libshout3:amd64
(2.4.5-1build3) ...\n","Selecting previously unselected package libtag1v5-
vanilla:amd64.\n","Preparing to unpack .../15-libtag1v5-vanilla_1.11.1+dfsg.1-
3ubuntu3_amd64.deb ...\n","Unpacking libtag1v5-vanilla:amd64 (1.11.1+dfsg.1-
3ubuntu3) ...\n","Selecting previously unselected package libtag1v5:amd64.\
n","Preparing to unpack .../16-libtag1v5_1.11.1+dfsg.1-3ubuntu3_amd64.deb ...\
n","Unpacking libtag1v5:amd64 (1.11.1+dfsg.1-3ubuntu3) ...\n","Selecting previously
unselected package libv4lconvert0:amd64.\n","Preparing to unpack .../17-
libv4lconvert0_1.22.1-2build1_amd64.deb ...\n","Unpacking libv4lconvert0:amd64
(1.22.1-2build1) ...\n","Selecting previously unselected package libv4l-0:amd64.\
n","Preparing to unpack .../18-libv4l-0_1.22.1-2build1_amd64.deb ...\n","Unpacking
libv4l-0:amd64 (1.22.1-2build1) ...\n","Selecting previously unselected package
libwavpack1:amd64.\n","Preparing to unpack .../19-libwavpack1_5.4.0-
1build2_amd64.deb ...\n","Unpacking libwavpack1:amd64 (5.4.0-1build2) ...\
n","Selecting previously unselected package libsoup2.4-common.\n","Preparing to
unpack .../20-libsoup2.4-common_2.74.2-3_all.deb ...\n","Unpacking libsoup2.4-
common (2.74.2-3) ...\n","Selecting previously unselected package libsoup2.4-
1:amd64.\n","Preparing to unpack .../21-libsoup2.4-1_2.74.2-3_amd64.deb ...\
n","Unpacking libsoup2.4-1:amd64 (2.74.2-3) ...\n","Selecting previously unselected
package gstreamer1.0-plugins-good:amd64.\n","Preparing to unpack .../22-
gstreamer1.0-plugins-good_1.20.3-0ubuntu1.1_amd64.deb ...\n","Unpacking
gstreamer1.0-plugins-good:amd64 (1.20.3-0ubuntu1.1) ...\n","Selecting previously
unselected package gstreamer1.0-x:amd64.\n","Preparing to unpack .../23-
gstreamer1.0-x_1.20.1-1ubuntu0.2_amd64.deb ...\n","Unpacking gstreamer1.0-x:amd64
(1.20.1-1ubuntu0.2) ...\n","Selecting previously unselected package libelf-
dev:amd64.\n","Preparing to unpack .../24-libelf-dev_0.186-1build1_amd64.deb ...\
n","Unpacking libelf-dev:amd64 (0.186-1build1) ...\n","Selecting previously
unselected package libdw-dev:amd64.\n","Preparing to unpack .../25-libdw-dev_0.186-
1build1_amd64.deb ...\n","Unpacking libdw-dev:amd64 (0.186-1build1) ...\
n","Selecting previously unselected package libunwind-dev:amd64.\n","Preparing to
unpack .../26-libunwind-dev_1.3.2-2build2.1_amd64.deb ...\n","Unpacking libunwind-
dev:amd64 (1.3.2-2build2.1) ...\n","Selecting previously unselected package
libgstreamer1.0-dev:amd64.\n","Preparing to unpack .../27-libgstreamer1.0-
dev_1.20.3-0ubuntu1_amd64.deb ...\n","Unpacking libgstreamer1.0-dev:amd64 (1.20.3-
0ubuntu1) ...\n","Setting up libcdparanoia0:amd64 (3.10.2+debian-14build2) ...\
n","Setting up gir1.2-gstreamer-1.0:amd64 (1.20.3-0ubuntu1) ...\n","Setting up
session-migration (0.3.6) ...\n","Created symlink /etc/systemd/user/graphical-
session-pre.target.wants/session-migration.service → /usr/lib/systemd/user/session-
migration.service.\n","Setting up libproxy1v5:amd64 (0.4.17-2) ...\n","Setting up
libtag1v5-vanilla:amd64 (1.11.1+dfsg.1-3ubuntu3) ...\n","Setting up gstreamer1.0-
x:amd64 (1.20.1-1ubuntu0.2) ...\n","Setting up libunwind-dev:amd64 (1.3.2-
2build2.1) ...\n","Setting up libvisual-0.4-0:amd64 (0.4.0-17build2) ...\
n","Setting up libgstreamer-plugins-good1.0-0:amd64 (1.20.3-0ubuntu1.1) ...\
n","Setting up gstreamer1.0-plugins-base:amd64 (1.20.1-1ubuntu0.2) ...\n","Setting
up libshout3:amd64 (2.4.5-1build3) ...\n","Setting up libelf-dev:amd64 (0.186-
1build1) ...\n","Setting up libsoup2.4-common (2.74.2-3) ...\n","Setting up
libtag1v5:amd64 (1.11.1+dfsg.1-3ubuntu3) ...\n","Setting up libdv4:amd64 (1.0.0-
14build1) ...\n","Setting up libwavpack1:amd64 (5.4.0-1build2) ...\n","Setting up
libv4lconvert0:amd64 (1.22.1-2build1) ...\n","Setting up glib-networking-common
(2.72.0-1) ...\n","Setting up libgudev-1.0-0:amd64 (1:237-2build1) ...\n","Setting
up libaa1:amd64 (1.4p5-50build1) ...\n","Setting up gsettings-desktop-schemas
(42.0-1ubuntu1) ...\n","Setting up glib-networking-services (2.72.0-1) ...\
n","Setting up libdw-dev:amd64 (0.186-1build1) ...\n","Setting up libv4l-0:amd64
(1.22.1-2build1) ...\n","Setting up libgstreamer1.0-dev:amd64 (1.20.3-
0ubuntu1) ...\n","Processing triggers for libglib2.0-0:amd64 (2.72.4-
0ubuntu2.3) ...\n","Processing triggers for libc-bin (2.35-0ubuntu3.4)
...\n","/sbin/ldconfig.real: /usr/local/lib/libtbbmalloc.so.2 is not a symbolic
link\n","\n","/sbin/ldconfig.real: /usr/local/lib/libur_adapter_opencl.so.0 is not
a symbolic link\n","\n","/sbin/ldconfig.real:
/usr/local/lib/libur_adapter_level_zero.so.0 is not a symbolic
link\n","\n","/sbin/ldconfig.real: /usr/local/lib/libtbb.so.12 is not a symbolic
link\n","\n","/sbin/ldconfig.real: /usr/local/lib/libtbbbind_2_0.so.3 is not a
symbolic link\n","\n","/sbin/ldconfig.real: /usr/local/lib/libtbbmalloc_proxy.so.2
is not a symbolic link\n","\n","/sbin/ldconfig.real: /usr/local/lib/libtbbbind.so.3
is not a symbolic link\n","\n","/sbin/ldconfig.real:
/usr/local/lib/libtbbbind_2_5.so.3 is not a symbolic
link\n","\n","/sbin/ldconfig.real: /usr/local/lib/libur_loader.so.0 is not a
symbolic link\n","\n","Processing triggers for man-db (2.10.2-1) ...\n","Setting up
glib-networking:amd64 (2.72.0-1) ...\n","Setting up libsoup2.4-1:amd64 (2.74.2-
3) ...\n","Setting up gstreamer1.0-plugins-good:amd64 (1.20.3-0ubuntu1.1) ...\
n","Processing triggers for libc-bin (2.35-0ubuntu3.4) ...\n","/sbin/ldconfig.real:
/usr/local/lib/libtbbmalloc.so.2 is not a symbolic
link\n","\n","/sbin/ldconfig.real: /usr/local/lib/libur_adapter_opencl.so.0 is not
a symbolic link\n","\n","/sbin/ldconfig.real:
/usr/local/lib/libur_adapter_level_zero.so.0 is not a symbolic
link\n","\n","/sbin/ldconfig.real: /usr/local/lib/libtbb.so.12 is not a symbolic
link\n","\n","/sbin/ldconfig.real: /usr/local/lib/libtbbbind_2_0.so.3 is not a
symbolic link\n","\n","/sbin/ldconfig.real: /usr/local/lib/libtbbmalloc_proxy.so.2
is not a symbolic link\n","\n","/sbin/ldconfig.real: /usr/local/lib/libtbbbind.so.3
is not a symbolic link\n","\n","/sbin/ldconfig.real:
/usr/local/lib/libtbbbind_2_5.so.3 is not a symbolic
link\n","\n","/sbin/ldconfig.real: /usr/local/lib/libur_loader.so.0 is not a
symbolic link\n","\n"]}]},{"cell_type":"code","source":["!pip install
pyjnius"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"69-
9cqVHH4af","executionInfo":{"status":"ok","timestamp":1729749823220,"user_tz":-
480,"elapsed":3889,"user":{"displayName":"Josh
Orgasa","userId":"16827805989949185886"}},"outputId":"5ddab9bb-fc98-46dd-ffdd-
899fb864d40d"},"execution_count":5,"outputs":
[{"output_type":"stream","name":"stdout","text":["Collecting pyjnius\n","
Downloading pyjnius-1.6.1-cp310-cp310-
manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB)\n","Downloading
pyjnius-1.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB)\
n","\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \
u001b[32m1.5/1.5 MB\u001b[0m \u001b[31m16.1 MB/s\u001b[0m eta \u001b[36m0:00:00\
u001b[0m\n","\u001b[?25hInstalling collected packages: pyjnius\n","Successfully
installed pyjnius-1.6.1\n"]}]},{"cell_type":"code","source":["!buildozer
init"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"57tdOJEcH_2
W","executionInfo":{"status":"ok","timestamp":1729749869781,"user_tz":-
480,"elapsed":8579,"user":{"displayName":"Josh
Orgasa","userId":"16827805989949185886"}},"outputId":"d62a3941-2675-4025-ad90-
4e507b1abb6a"},"execution_count":6,"outputs":
[{"output_type":"stream","name":"stdout","text":["\u001b[91m\u001b[1mBuildozer is
running as root!\u001b[0m\n","\u001b[91mThis is \u001b[1mnot\u001b[0m \
u001b[91mrecommended, and may lead to problems later.\u001b[0m\n","Are you sure you
want to continue [y/n]? y\n","File buildozer.spec created, ready to customize!\
n"]}]},{"cell_type":"code","source":["!buildozer -v android debug"],"metadata":
{"colab":{"base_uri":"https://localhost:8080/"},"id":"NEspwK4cI-
B6","executionInfo":{"status":"ok","timestamp":1729750598920,"user_tz":-
480,"elapsed":464915,"user":{"displayName":"Josh
Orgasa","userId":"16827805989949185886"}},"outputId":"628ce129-4974-4682-a084-
3c73c09602e6"},"execution_count":7,"outputs":
[{"output_type":"stream","name":"stdout","text":["\u001b[0m\u001b[1;34m# Check
configuration tokens\u001b[0m\n","\u001b[91m\u001b[1mBuildozer is running as root!\
u001b[0m\n","\u001b[91mThis is \u001b[1mnot\u001b[0m \u001b[91mrecommended, and may
lead to problems later.\u001b[0m\n","Are you sure you want
to continue [y/n]? y\n","\u001b[0m\u001b[1;34m# Ensure build layout\u001b[0m\n","\
u001b[0m\u001b[1;30m# Create directory /root/.buildozer\u001b[0m\n","\u001b[0m\
u001b[1;30m# Create directory /root/.buildozer/cache\u001b[0m\n","\u001b[0m\
u001b[1;30m# Create directory /content/.buildozer\u001b[0m\n","\u001b[0m\
u001b[1;30m# Create directory /content/bin\u001b[0m\n","\u001b[0m\u001b[1;30m#
Create directory /content/.buildozer/applibs\u001b[0m\n","\u001b[0m\u001b[1;30m#
Create directory /root/.buildozer/android/platform/android/platform\u001b[0m\n","\
u001b[0m\u001b[1;30m# Create directory /content/.buildozer/android/platform\
u001b[0m\n","\u001b[0m\u001b[1;30m# Create directory
/content/.buildozer/android/app\u001b[0m\n","\u001b[0m\u001b[1;34m# Check
configuration tokens\u001b[0m\n","\u001b[0m\u001b[1;34m# Preparing build\u001b[0m\
n","\u001b[0m\u001b[1;34m# Check requirements for android\u001b[0m\n","\u001b[0m\
u001b[1;30m# Search for Git (git)\u001b[0m\n","\u001b[0m\u001b[1;30m# -> found
at /usr/bin/git\u001b[0m\n","\u001b[0m\u001b[1;30m# Search for Cython (cython)\
u001b[0m\n","\u001b[0m\u001b[1;30m# -> found at /usr/local/bin/cython\u001b[0m\
n","\u001b[0m\u001b[1;30m# Search for Java compiler (javac)\u001b[0m\n","\u001b[0m\
u001b[1;30m# -> found at /usr/lib/jvm/java-11-openjdk-amd64/bin/javac\u001b[0m\
n","\u001b[0m\u001b[1;30m# Search for Java keytool (keytool)\u001b[0m\n","\
u001b[0m\u001b[1;30m# -> found at /usr/lib/jvm/java-11-openjdk-amd64/bin/keytool\
u001b[0m\n","\u001b[0m\u001b[1;34m# Install platform\u001b[0m\n","\u001b[0m\
u001b[1;30m# Run ['git', 'clone', '-b', 'master', '--single-branch',
'https://github.com/kivy/python-for-android.git', 'python-for-android']\u001b[0m\
n","\u001b[0m\u001b[1;30m# Cwd /content/.buildozer/android/platform\u001b[0m\
n","Cloning into 'python-for-android'...\n","\u001b[0m\u001b[1;30m# Run
['/usr/bin/python3', '-m', 'pip', 'install', '-q', '--user', 'appdirs',
'colorama>=0.3.3', 'jinja2', 'sh>=1.10, <2.0; sys_platform!=\"win32\"', 'build',
'toml', 'packaging', 'setuptools']\u001b[0m\n","\u001b[0m\u001b[1;30m# Cwd None\
u001b[0m\n"," ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.9/62.9 kB 1.9 MB/s
eta 0:00:00\n"," WARNING: The script pyproject-build is installed in
'/root/.local/bin' which is not on PATH.\n"," Consider adding this directory to
PATH or, if you prefer to suppress this warning, use --no-warn-script-location.\
n","\u001b[0m\u001b[1;34m# Android ANT is missing, downloading\u001b[0m\n","\
u001b[0m\u001b[1;30m# Downloading
https://archive.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.tar.gz\u001b[0m\
n","\u001b[0m\u001b[1;30m# Run ['tar', 'xzf', 'apache-ant-1.9.4-bin.tar.gz']\
u001b[0m\n","\u001b[0m\u001b[1;30m# Cwd /root/.buildozer/android/platform/apache-
ant-1.9.4\u001b[0m\n","\u001b[0m\u001b[1;34m# Apache ANT installation done.\
u001b[0m\n","\u001b[0m\u001b[1;34m# Android SDK is missing, downloading\u001b[0m\
n","\u001b[0m\u001b[1;30m# Downloading
https://dl.google.com/android/repository/commandlinetools-linux-6514223_latest.zip\
u001b[0m\n","\u001b[0m\u001b[1;34m# Unpacking Android SDK\u001b[0m\n","\u001b[0m\
u001b[1;30m# Run ['unzip', '-q',
'/root/.buildozer/android/platform/android-sdk/commandlinetools-linux-
6514223_latest.zip']\u001b[0m\n","\u001b[0m\u001b[1;30m# Cwd
/root/.buildozer/android/platform/android-sdk\u001b[0m\n","\u001b[0m\u001b[1;34m#
Android SDK tools base installation done.\u001b[0m\n","\u001b[0m\u001b[1;34m#
Recommended android's NDK version by p4a is: 25b\u001b[0m\n","\u001b[0m\
u001b[1;34m# Android NDK is missing, downloading\u001b[0m\n","\u001b[0m\
u001b[1;30m# Downloading https://dl.google.com/android/repository/android-ndk-r25b-
linux.zip\u001b[0m\n","\u001b[0m\u001b[1;34m# Unpacking Android NDK\u001b[0m\n","\
u001b[0m\u001b[1;30m# Run ['unzip', '-q',
'/root/.buildozer/android/platform/android-ndk-r25b-linux.zip']\u001b[0m\n","\
u001b[0m\u001b[1;30m# Cwd /root/.buildozer/android/platform\u001b[0m\n","\u001b[0m\
u001b[1;30m# Rename /root/.buildozer/android/platform/android-ndk-r25b to
/root/.buildozer/android/platform/android-ndk-r25b\u001b[0m\n","\u001b[0m\
u001b[1;34m# Android NDK installation done.\u001b[0m\n","\u001b[0m\u001b[1;34m#
Installing/updating SDK platform tools if necessary\u001b[0m\n","\u001b[0m\
u001b[1;30m# Run
['/root/.buildozer/android/platform/android-sdk/tools/bin/sdkmanager', '--
sdk_root=/root/.buildozer/android/platform/android-sdk', 'platform-tools']\
u001b[0m\n","\u001b[0m\u001b[1;30m# Cwd /root/.buildozer/android/platform/android-
sdk\u001b[0m\n","Warning: Errors during XML parse:\n","Warning: Additionally, the
fallback loader failed to parse the XML.\n","License android-sdk-license:\
n","---------------------------------------\n","Terms and Conditions\n","\n","This
is the Android Software Development Kit License Agreement\n","\n","1. Introduction\
n","\n","1.1 The Android Software Development Kit (referred to in the License
Agreement as the \"SDK\" and specifically including the Android system files,
packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of
the License Agreement. The License Agreement forms a legally binding contract
between you and Google in relation to your use of the SDK.\n","\n","1.2 \"Android\"
means the Android software stack for devices, as made available under the Android
Open Source Project, which is located at the following URL:
http://source.android.com/, as updated from time to time.\n","\n","1.3
A \"compatible implementation\" means any Android device that (i) complies with the
Android Compatibility Definition document, which can be found at the Android
compatibility website (http://source.android.com/compatibility) and which may be
updated from time to time; and (ii) successfully passes the Android Compatibility
Test Suite (CTS).\n","\n","1.4 \"Google\" means Google Inc., a Delaware corporation
with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA
94043, United States.\n","\n","\n","2. Accepting the License Agreement\n","\n","2.1
In order to use the SDK, you must first agree to the License Agreement. You may not
use the SDK if you do not accept the License Agreement.\n","\n","2.2 By clicking to
accept, you hereby agree to the terms of the License Agreement.\n","\n","2.3 You
may not use the SDK and may not accept the License Agreement if you are a person
barred from receiving the SDK under the laws of the United States or other
countries, including the country in which you are resident or from which you use
the SDK.\n","\n","2.4 If you are agreeing to be bound by the License Agreement on
behalf of your employer or other entity, you represent and warrant that you have
full legal authority to bind your employer or such entity to the License Agreement.
If you do not have the requisite authority, you may not accept the License
Agreement or use the SDK on behalf of your employer or other entity.\n","\n","\
n","3. SDK License from Google\n","\n","3.1 Subject to the terms of the License
Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable,
non-exclusive, and non-sublicensable license to use the SDK solely to develop
applications for compatible implementations of Android.\n","\n","3.2 You may not
use this SDK to develop applications for other platforms (including non-compatible
implementations of Android) or to develop another SDK. You are of course free to
develop applications for other platforms, including non-compatible implementations
of Android, provided that this SDK is not used for that purpose.\n","\n","3.3 You
agree that Google or third parties own all legal right, title and interest in and
to the SDK, including any Intellectual Property Rights that subsist in the
SDK. \"Intellectual Property Rights\" means any and all rights under patent law,
copyright law, trade secret law, trademark law, and any and all other proprietary
rights. Google reserves all rights not expressly granted to you.\n","\n","3.4 You
may not use the SDK for any purpose not expressly permitted by the License
Agreement. Except to the extent required by applicable third party licenses, you
may not copy (except for backup purposes), modify, adapt, redistribute, decompile,
reverse engineer, disassemble, or create derivative works of the SDK or any part of
the SDK.\n","\n","3.5 Use, reproduction and distribution of components of the SDK
licensed under an open source software license are governed solely by the terms of
that open source software license and not the License Agreement.\n","\n","3.6 You
agree that the form and nature of the SDK that Google provides may change without
prior notice to you and that future versions of the SDK may be incompatible with
applications developed on previous versions of the SDK. You agree that Google may
stop (permanently or temporarily) providing the SDK (or any features within the
SDK) to you or to users generally at Google's sole discretion, without prior notice
to you.\n","\n","3.7 Nothing in the License Agreement gives you a right to use any
of Google's trade names, trademarks, service marks, logos, domain names, or other
distinctive brand features.\n","\n","3.8 You agree that you will not remove,
obscure, or alter any proprietary rights notices (including copyright and trademark
notices) that may be affixed to or contained within the SDK.\n","\n","\n","4. Use
of the SDK by You\n","\n","4.1 Google agrees that it obtains no right, title or
interest from you (or your licensors) under the License Agreement in or to any
software applications that you develop using the SDK, including any intellectual
property rights that subsist in those applications.\n","\n","4.2 You agree to use
the SDK and write applications only for purposes that are permitted by (a) the
License Agreement and (b) any applicable law, regulation or generally accepted
practices or guidelines in the relevant jurisdictions (including any laws regarding
the export
of data or software to and from the United States or other relevant countries).\
n","\n","4.3 You agree that if you use the SDK to develop applications for general
public users, you will protect the privacy and legal rights of those users. If the
users provide you with user names, passwords, or other login information or
personal information, you must make the users aware that the information will be
available to your application, and you must provide legally adequate privacy notice
and protection for those users. If your application stores personal or sensitive
information provided by users, it must do so securely. If the user provides your
application with Google Account information, your application may only use that
information to access the user's Google Account when, and for the limited purposes
for which, the user has given you permission to do so.\n","\n","4.4 You agree that
you will not engage in any activity with the SDK, including the development or
distribution of an application, that interferes with, disrupts, damages, or
accesses in an unauthorized manner the servers, networks, or other properties or
services of any third party including, but not limited to, Google or any mobile
communications carrier.\n","\n","4.5 You agree that you are solely responsible for
(and that Google has no responsibility to you or to any third party for) any data,
content, or resources that you create, transmit or display through Android and/or
applications for Android, and for the consequences of your actions (including any
loss or damage which Google may suffer) by doing so.\n","\n","4.6 You agree that
you are solely responsible for (and that Google has no responsibility to you or to
any third party for) any breach of your obligations under the License Agreement,
any applicable third party contract or Terms of Service, or any applicable law or
regulation, and for the consequences (including any loss or damage which Google or
any third party may suffer) of any such breach.\n","\n","5. Your Developer
Credentials\n","\n","5.1 You agree that you are responsible for maintaining the
confidentiality of any developer credentials that may be issued to you by Google or
which you may choose yourself and that you will be solely responsible for all
applications that are developed under your developer credentials.\n","\n","6.
Privacy and Information\n","\n","6.1 In order to continually innovate and improve
the SDK, Google may collect certain usage statistics from the software including
but not limited to a unique identifier, associated IP address, version number of
the software, and information on which tools and/or services in the SDK are being
used and how they are being used. Before any of this information is collected, the
SDK will notify you and seek your consent. If you withhold consent, the information
will not be collected.\n","\n","6.2 The data collected is examined in the aggregate
to improve the SDK and is maintained in accordance with Google's Privacy Policy.\
n","\n","\n","7. Third Party Applications\n","\n","7.1 If you use the SDK to run
applications developed by a third party or that access data, content or resources
provided by a third party, you agree that Google is not responsible for those
applications, data, content, or resources. You understand that all data, content or
resources which you may access through such third party applications are the sole
responsibility of the person from which they originated and that Google is not
liable for any loss or damage that you may experience as a result of the use or
access of any of those third party applications, data, content, or resources.\n","\
n","7.2 You should be aware the data, content, and resources presented to you
through such a third party application may be protected by intellectual property
rights which are owned by the providers (or by other persons or companies on their
behalf). You may not modify, rent, lease, loan, sell, distribute or create
derivative works based on these data, content, or resources (either in whole or in
part) unless you have been specifically given permission to do so by the relevant
owners.\n","\n","7.3 You acknowledge that your use of such third party
applications, data, content, or resources may be subject to separate terms between
you and the relevant third party. In that case, the License Agreement does not
affect your legal relationship with these third parties.\n","\n","\n","8. Using
Android APIs\n","\n","8.1 Google Data APIs\n","\n","8.1.1 If you use any API to
retrieve data from Google, you acknowledge that the data may be protected by
intellectual property rights which are owned by Google or those parties that
provide the data (or by other persons or companies on their behalf). Your use of
any such API may be subject to additional Terms of Service. You may not modify,
rent, lease, loan, sell, distribute or create derivative works based on this data
(either in whole or in part) unless allowed by the relevant Terms of Service.\n","\
n","8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge
and agree that you shall retrieve data only with the user's explicit consent and
only when, and for the limited purposes for which, the user has given you
permission to do so. If you use the Android Recognition Service API, documented at
the following URL:
https://developer.android.com/reference/android/speech/RecognitionService, as
updated from time to time, you acknowledge that the use of the API is subject to
the Data Processing Addendum for Products where Google is a Data Processor, which
is located at the following URL:
https://privacy.google.com/businesses/gdprprocessorterms/, as updated from time to
time. By clicking to accept, you hereby agree to the terms of the Data Processing
Addendum for Products where Google is a Data Processor.\n","\n","\n","9.
Terminating the License Agreement\n","\n","9.1 The License Agreement will continue
to apply until terminated by either you or Google as set out below.\n","\n","9.2 If
you want to terminate the License Agreement, you may do so by ceasing your use of
the SDK and any relevant developer credentials.\n","\n","9.3 Google may at any
time, terminate the License Agreement with you if: (A) you have breached any
provision of the License Agreement; or (B) Google is required to do so by law; or
(C) the partner with whom Google offered certain parts of SDK (such as APIs) to you
has terminated its relationship with Google or ceased to offer certain parts of the
SDK to you; or (D) Google decides to no longer provide the SDK or certain parts of
the SDK to users in the country in which you are resident or from which you use the
service, or the provision of the SDK or certain SDK services to you by Google is,
in Google's sole discretion, no longer commercially viable.\n","\n","9.4 When the
License Agreement comes to an end, all of the legal rights, obligations and
liabilities that you and Google have benefited from, been subject to (or which have
accrued over time whilst the License Agreement has been in force) or which are
expressed to continue indefinitely, shall be unaffected by this cessation, and the
provisions of paragraph 14.7 shall continue to apply to such rights, obligations
and liabilities indefinitely.\n","\n","\n","10. DISCLAIMER OF WARRANTIES\n","\
n","10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR
SOLE RISK AND THAT THE SDK IS PROVIDED \"AS IS\" AND \"AS AVAILABLE\" WITHOUT
WARRANTY OF ANY KIND FROM GOOGLE.\n","\n","10.2 YOUR USE OF THE SDK AND ANY
MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN
DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER
SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE.\n","\n","10.3
GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND,
WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES
AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-
INFRINGEMENT.\n","\n","\n","11. LIMITATION OF LIABILITY\n","\n","11.1 YOU EXPRESSLY
UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS
LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE
INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS
REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY
OF ANY SUCH LOSSES ARISING.\n","\n","\n","12. Indemnification\n","\n","12.1 To the
maximum extent permitted by law, you agree to defend, indemnify and hold harmless
Google, its affiliates and their respective directors, officers, employees and
agents from and against any and all claims, actions, suits or proceedings, as well
as any and all losses, liabilities, damages, costs and expenses (including
reasonable attorneys fees) arising out of or accruing from (a) your use of the SDK,
(b) any application you develop on the SDK that infringes any copyright, trademark,
trade secret, trade dress, patent or other intellectual property right of any
person or defames any person or violates their rights of publicity or privacy, and
(c) any non-compliance by you with the License Agreement.\n","\n","\n","13. Changes
to the License Agreement\n","\n","13.1 Google may make changes to the License
Agreement as it distributes new versions of the SDK. When these changes are made,
Google will make a new version of the License Agreement available on the website
where the SDK is made available.\n","\n","\n","14. General Legal Terms\n","\
n","14.1 The License Agreement constitutes the whole legal agreement between you
and Google and governs your use of the SDK (excluding any services which Google may
provide to you under a separate written agreement), and completely replaces any
prior
agreements between you and Google in relation to the SDK.\n","\n","14.2 You agree
that if Google does not exercise or enforce any legal right or remedy which is
contained in the License Agreement (or which Google has the benefit of under any
applicable law), this will not be taken to be a formal waiver of Google's rights
and that those rights or remedies will still be available to Google.\n","\n","14.3
If any court of law, having the jurisdiction to decide on this matter, rules that
any provision of the License Agreement is invalid, then that provision will be
removed from the License Agreement without affecting the rest of the License
Agreement. The remaining provisions of the License Agreement will continue to be
valid and enforceable.\n","\n","14.4 You acknowledge and agree that each member of
the group of companies of which Google is the parent shall be third party
beneficiaries to the License Agreement and that such other companies shall be
entitled to directly enforce, and rely upon, any provision of the License Agreement
that confers a benefit on (or rights in favor of) them. Other than this, no other
person or company shall be third party beneficiaries to the License Agreement.\
n","\n","14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS
AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS
AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON
DESTINATIONS, END USERS AND END USE.\n","\n","14.6 The rights granted in the
License Agreement may not be assigned or transferred by either you or Google
without the prior written approval of the other party. Neither you nor Google shall
be permitted to delegate their responsibilities or obligations under the License
Agreement without the prior written approval of the other party.\n","\n","14.7 The
License Agreement, and your relationship with Google under the License Agreement,
shall be governed by the laws of the State of California without regard to its
conflict of laws provisions. You and Google agree to submit to the exclusive
jurisdiction of the courts located within the county of Santa Clara, California to
resolve any legal matter arising from the License Agreement. Notwithstanding this,
you agree that Google shall still be allowed to apply for injunctive remedies (or
an equivalent type of urgent legal relief) in any jurisdiction.\n","\n","\
n","January 16, 2019\n","---------------------------------------\n","Accept? (y/N):
y\n","[=======================================] 100% Unzipping...
platform-tools/lib64\n","\u001b[0m\u001b[1;30m# Run
['/root/.buildozer/android/platform/android-sdk/tools/bin/sdkmanager', '--
sdk_root=/root/.buildozer/android/platform/android-sdk', '--update']\u001b[0m\n","\
u001b[0m\u001b[1;30m# Cwd /root/.buildozer/android/platform/android-sdk\u001b[0m\
n","Warning: Errors during XML parse:\n","Warning: Additionally, the fallback
loader failed to parse the XML.\n","[=======================================] 100%
Computing updates... \n","\u001b[0m\u001b[1;34m# Updating SDK build
tools if necessary\u001b[0m\n","\u001b[0m\u001b[1;30m# build-tools folder not found
/root/.buildozer/android/platform/android-sdk/build-tools\u001b[0m\n","\u001b[0m\
u001b[1;30m# Run
['/root/.buildozer/android/platform/android-sdk/tools/bin/sdkmanager', '--
sdk_root=/root/.buildozer/android/platform/android-sdk', '--list']\u001b[0m\n","\
u001b[0m\u001b[1;30m# Cwd /root/.buildozer/android/platform/android-sdk\u001b[0m\
n","Warning: Errors during XML parse:\n","Warning: Additionally, the fallback
loader failed to parse the XML.\n","Installed packages:\n"," Path |
Version | Description | Location \n"," ------- |
------- | ------- | ------- \n"," platform-tools |
35.0.2 | Android SDK Platform-Tools | platform-tools/\n"," tools | 2.0.0
| Android SDK Tools 2 | tools/ \n","\n","Available Packages:\n","
Path
| Version | Description
\n"," -------
| ------- | -------
\n"," add-ons;addon-google_apis-google-15
| 3 | Google APIs
\n"," add-ons;addon-google_apis-google-16
| 4 | Google APIs
\n"," add-ons;addon-google_apis-google-17
| 4 | Google APIs
\n"," add-ons;addon-google_apis-google-18
| 4 | Google APIs
\n"," add-ons;addon-google_apis-google-19
| 20 | Google APIs
\n"," add-ons;addon-google_apis-google-21
| 1 | Google APIs
\n"," add-ons;addon-google_apis-google-22
| 1 | Google APIs
\n"," add-ons;addon-google_apis-google-23
| 1 | Google APIs
\n"," add-ons;addon-google_apis-google-24
| 1 | Google APIs
\n"," build-tools;19.1.0
| 19.1.0 | Android SDK Build-Tools 19.1
\n"," build-tools;20.0.0
| 20.0.0 | Android SDK Build-Tools 20
\n"," build-tools;21.1.2
| 21.1.2 | Android SDK Build-Tools 21.1.2
\n"," build-tools;22.0.1
| 22.0.1 | Android SDK Build-Tools 22.0.1
\n"," build-tools;23.0.1
| 23.0.1 | Android SDK Build-Tools 23.0.1
\n"," build-tools;23.0.2
| 23.0.2 | Android SDK Build-Tools 23.0.2
\n"," build-tools;23.0.3
| 23.0.3 | Android SDK Build-Tools 23.0.3
\n"," build-tools;24.0.0
| 24.0.0 | Android SDK Build-Tools 24
\n"," build-tools;24.0.1
| 24.0.1 | Android SDK Build-Tools 24.0.1
\n"," build-tools;24.0.2
| 24.0.2 | Android SDK Build-Tools 24.0.2
\n"," build-tools;24.0.3
| 24.0.3 | Android SDK Build-Tools 24.0.3
\n"," build-tools;25.0.0
| 25.0.0 | Android SDK Build-Tools 25
\n"," build-tools;25.0.1
| 25.0.1 | Android SDK Build-Tools 25.0.1
\n"," build-tools;25.0.2
| 25.0.2 | Android SDK Build-Tools 25.0.2
\n"," build-tools;25.0.3
| 25.0.3 | Android SDK Build-Tools 25.0.3
\n"," build-tools;26.0.0
| 26.0.0 | Android SDK Build-Tools 26
\n"," build-tools;26.0.1
| 26.0.1 | Android SDK Build-Tools 26.0.1
\n"," build-tools;26.0.2
| 26.0.2 | Android SDK Build-Tools 26.0.2
\n"," build-tools;26.0.3
| 26.0.3 | Android SDK Build-Tools 26.0.3
\n"," build-tools;27.0.0
| 27.0.0 | Android SDK Build-Tools 27
\n"," build-tools;27.0.1
| 27.0.1 | Android SDK Build-Tools 27.0.1
\n"," build-tools;27.0.2
| 27.0.2 | Android SDK Build-Tools 27.0.2
\n"," build-tools;27.0.3
| 27.0.3 | Android SDK Build-Tools 27.0.3
\n"," build-tools;28.0.0
| 28.0.0 | Android SDK Build-Tools 28
\n"," build-tools;28.0.1
| 28.0.1 | Android SDK Build-Tools 28.0.1
\n"," build-tools;28.0.2
| 28.0.2 | Android SDK Build-Tools 28.0.2
\n"," build-tools;28.0.3
| 28.0.3 | Android SDK Build-Tools 28.0.3
\n"," build-tools;29.0.0
| 29.0.0 | Android SDK Build-Tools 29
\n"," build-tools;29.0.1
| 29.0.1 | Android SDK Build-Tools 29.0.1
\n"," build-tools;29.0.2
| 29.0.2 | Android SDK Build-Tools 29.0.2
\n"," build-tools;29.0.3
| 29.0.3 | Android SDK Build-Tools 29.0.3
\n"," build-tools;30.0.0
| 30.0.0 | Android SDK Build-Tools 30
\n"," build-tools;30.0.1
| 30.0.1 | Android SDK Build-Tools 30.0.1
\n"," build-tools;30.0.2
| 30.0.2 | Android SDK Build-Tools 30.0.2
\n"," build-tools;30.0.3
| 30.0.3 | Android SDK Build-Tools 30.0.3
\n"," build-tools;31.0.0
| 31.0.0 | Android SDK Build-Tools 31
\n"," build-tools;32.0.0
| 32.0.0 | Android SDK Build-Tools 32
\n"," build-tools;32.1.0-rc1
| 32.1.0 rc1 | Android SDK Build-Tools 32.1-rc1
\n"," build-tools;33.0.0
| 33.0.0 | Android SDK Build-Tools 33
\n"," build-tools;33.0.1
| 33.0.1 | Android SDK Build-Tools 33.0.1
\n"," build-tools;33.0.2
| 33.0.2 | Android SDK Build-Tools 33.0.2
\n"," build-tools;33.0.3
| 33.0.3 | Android SDK Build-Tools 33.0.3
\n"," build-tools;34.0.0
| 34.0.0 | Android SDK Build-Tools 34
\n"," build-tools;34.0.0-rc1
| 34.0.0 rc1 | Android SDK Build-Tools 34-rc1
\n"," build-tools;34.0.0-rc2
| 34.0.0 rc2 | Android SDK Build-Tools 34-rc2
\n"," build-tools;34.0.0-rc3
| 34.0.0 rc3 | Android SDK Build-Tools 34-rc3
\n"," build-tools;35.0.0
| 35.0.0 | Android SDK Build-Tools 35
\n"," build-tools;35.0.0-rc1
| 35.0.0 rc1 | Android SDK Build-Tools 35-rc1
\n"," build-tools;35.0.0-rc2
| 35.0.0 rc2 | Android SDK Build-Tools 35-rc2
\n"," build-tools;35.0.0-rc3
| 35.0.0 rc3 | Android SDK Build-Tools 35-rc3
\n"," build-tools;35.0.0-rc4
| 35.0.0 rc4 | Android SDK Build-Tools 35-rc4
\n"," cmake;3.10.2.4988404
| 3.10.2 | CMake 3.10.2.4988404
\n"," cmake;3.18.1
| 3.18.1 | CMake 3.18.1
\n"," cmake;3.22.1
| 3.22.1 | CMake 3.22.1
\n"," cmake;3.30.3
| 3.30.3 | CMake 3.30.3
\n"," cmake;3.30.4
| 3.30.4 | CMake 3.30.4
\n"," cmake;3.30.5
| 3.30.5 | CMake 3.30.5
\n"," cmake;3.6.4111459
| 3.6.4111459 | CMake 3.6.4111459
\n"," cmdline-tools;1.0
| 1.0 | Android SDK Command-line Tools
\n"," cmdline-tools;10.0
| 10.0 | Android SDK Command-line Tools
\n"," cmdline-tools;11.0
| 11.0 | Android SDK Command-line Tools
\n"," cmdline-tools;12.0
| 12.0 | Android SDK Command-line Tools
\n"," cmdline-tools;13.0
| 13.0 | Android SDK Command-line Tools
\n"," cmdline-tools;16.0
| 16.0 | Android SDK Command-line Tools
\n"," cmdline-tools;16.0-alpha01
| 16.0.0 rc1 | Android SDK Command-line Tools
\n"," cmdline-tools;2.1
| 2.1 | Android SDK Command-line Tools
\n"," cmdline-tools;3.0
| 3.0 | Android SDK Command-line Tools
\n"," cmdline-tools;4.0
| 4.0 | Android SDK Command-line Tools
\n"," cmdline-tools;5.0
| 5.0 | Android SDK Command-line Tools
\n"," cmdline-tools;6.0
| 6.0 | Android SDK Command-line Tools
\n"," cmdline-tools;7.0
| 7.0 | Android SDK Command-line Tools
\n"," cmdline-tools;8.0
| 8.0 | Android SDK Command-line Tools
\n"," cmdline-tools;9.0
| 9.0 | Android SDK Command-line Tools
\n"," cmdline-tools;latest
| 16.0 | Android SDK Command-line Tools (latest)
\n"," emulator
|
35.2.10 | Android Emulator
\n"," extras;android;m2repository
| 47.0.0 | Android Support Repository
\n"," extras;google;auto
| 2.0 | Android Auto Desktop Head Unit Emulator
\n"," extras;google;google_play_services
| 49 | Google Play services
\n"," extras;google;instantapps
| 1.9.0 | Google Play Instant Development SDK
\n"," extras;google;m2repository
| 58 | Google Repository
\n"," extras;google;market_apk_expansion
| 1 | Google Play APK Expansion library
\n"," extras;google;market_licensing
| 1 | Google Play Licensing Library
\n"," extras;google;simulators
| 1 | Android Auto API Simulators
\n"," extras;google;webdriver
| 2 | Google Web Driver
\n"," ndk-bundle
| 22.1.7171670 | NDK
\n"," ndk;16.1.4479499
| 16.1.4479499 | NDK (Side by side) 16.1.4479499
\n"," ndk;17.2.4988734
| 17.2.4988734 | NDK (Side by side) 17.2.4988734
\n"," ndk;18.1.5063045
| 18.1.5063045 | NDK (Side by side) 18.1.5063045
\n"," ndk;19.2.5345600
| 19.2.5345600 | NDK (Side by side) 19.2.5345600
\n"," ndk;20.0.5594570
| 20.0.5594570 | NDK (Side by side) 20.0.5594570
\n"," ndk;20.1.5948944
| 20.1.5948944 | NDK (Side by side) 20.1.5948944
\n"," ndk;21.0.6113669
| 21.0.6113669 | NDK (Side by side) 21.0.6113669
\n"," ndk;21.1.6352462
| 21.1.6352462 | NDK (Side by side) 21.1.6352462
\n"," ndk;21.2.6472646
| 21.2.6472646 | NDK (Side by side) 21.2.6472646
\n"," ndk;21.3.6528147
| 21.3.6528147 | NDK (Side by side) 21.3.6528147
\n"," ndk;21.4.7075529
| 21.4.7075529 | NDK (Side by side) 21.4.7075529
\n"," ndk;22.0.7026061
| 22.0.7026061 | NDK (Side by side) 22.0.7026061
\n"," ndk;22.1.7171670
| 22.1.7171670 | NDK (Side by side) 22.1.7171670
\n"," ndk;23.0.7599858
| 23.0.7599858 | NDK (Side by side) 23.0.7599858
\n"," ndk;23.1.7779620
| 23.1.7779620 | NDK (Side by side) 23.1.7779620
\n"," ndk;23.2.8568313
| 23.2.8568313 | NDK (Side by side) 23.2.8568313
\n"," ndk;24.0.8215888
| 24.0.8215888 | NDK (Side by side) 24.0.8215888
\n"," ndk;25.0.8775105
| 25.0.8775105 | NDK (Side by side) 25.0.8775105
\n"," ndk;25.1.8937393
| 25.1.8937393 | NDK (Side by side) 25.1.8937393
\n"," ndk;25.2.9519653
| 25.2.9519653 | NDK (Side by side) 25.2.9519653
\n"," ndk;26.0.10792818
| 26.0.10792818 | NDK (Side by side) 26.0.10792818
\n"," ndk;26.1.10909125
| 26.1.10909125 | NDK (Side by side) 26.1.10909125
\n"," ndk;26.2.11394342
| 26.2.11394342 | NDK (Side by side) 26.2.11394342
\n"," ndk;26.3.11579264
| 26.3.11579264 | NDK (Side by side) 26.3.11579264
\n"," ndk;27.0.11718014
| 27.0.11718014 rc1 | NDK (Side by side) 27.0.11718014
\n"," ndk;27.0.11902837
| 27.0.11902837 rc2 | NDK (Side by side) 27.0.11902837
\n"," ndk;27.0.12077973
| 27.0.12077973 | NDK (Side by side) 27.0.12077973
\n"," ndk;27.1.12297006
| 27.1.12297006 | NDK (Side by side) 27.1.12297006
\n"," ndk;27.2.12479018
| 27.2.12479018 | NDK (Side by side) 27.2.12479018
\n"," ndk;28.0.12433566
| 28.0.12433566 rc1 | NDK (Side by side) 28.0.12433566
\n"," platform-tools
| 35.0.2 | Android SDK Platform-Tools
\n"," platforms;android-10
| 2 | Android SDK Platform 10
\n"," platforms;android-11
| 2 | Android SDK Platform 11
\n"," platforms;android-12
| 3 | Android SDK Platform 12
\n"," platforms;android-13
| 1 | Android SDK Platform 13
\n"," platforms;android-14
| 4 | Android SDK Platform 14
\n"," platforms;android-15
| 5 | Android SDK Platform 15
\n"," platforms;android-16
| 5 | Android SDK Platform 16
\n"," platforms;android-17
| 3 | Android SDK Platform 17
\n"," platforms;android-18
| 3 | Android SDK Platform 18
\n"," platforms;android-19
| 4 | Android SDK Platform 19
\n"," platforms;android-20
| 2 | Android SDK Platform 20
\n"," platforms;android-21
| 2 | Android SDK Platform 21
\n"," platforms;android-22
| 2 | Android SDK Platform 22
\n"," platforms;android-23
| 3 | Android SDK Platform 23
\n"," platforms;android-24
| 2 | Android SDK Platform 24
\n"," platforms;android-25
| 3 | Android SDK Platform 25
\n"," platforms;android-26
| 2 | Android SDK Platform 26
\n"," platforms;android-27
| 3 | Android SDK Platform 27
\n"," platforms;android-28
| 6 | Android SDK Platform 28
\n"," platforms;android-29
| 5 | Android SDK Platform 29
\n"," platforms;android-30
| 3 | Android SDK Platform 30
\n"," platforms;android-31
| 1 | Android SDK Platform 31
\n"," platforms;android-32
| 1 | Android SDK Platform 32
\n"," platforms;android-33
| 3 | Android SDK Platform 33
\n"," platforms;android-34
| 3 | Android SDK Platform 34
\n"," platforms;android-35
| 1 | Android SDK Platform 35
\n"," platforms;android-7
| 3 | Android SDK Platform 7
\n"," platforms;android-8
| 3 | Android SDK Platform 8
\n"," platforms;android-9
| 2 | Android SDK Platform 9
\n"," platforms;android-TiramisuPrivacySandbox
| 9 | Android SDK Platform TiramisuPrivacySandbox
\n"," platforms;android-UpsideDownCakePrivacySandbox
| 3 | Android SDK Platform UpsideDownCakePrivacySandbox
\n"," platforms;android-VanillaIceCream
| 4 | Android SDK Platform VanillaIceCream
\n"," skiaparser;1
| 6 | Layout Inspector image server for API 29-30
\n"," skiaparser;2
| 3 | Layout Inspector image server for API S
\n"," skiaparser;3
| 4 | Layout Inspector image server for API 31-35
\n"," sources;android-15
| 2 | Sources for Android 15
\n"," sources;android-16
| 2 | Sources for Android 16
\n"," sources;android-17
| 1 | Sources for Android 17
\n"," sources;android-18
| 1 | Sources for Android 18
\n"," sources;android-19
| 2 | Sources for Android 19
\n"," sources;android-20
| 1 | Sources for Android 20
\n"," sources;android-21
| 1 | Sources for Android 21
\n"," sources;android-22
| 1 | Sources for Android 22
\n"," sources;android-23
| 1 | Sources for Android 23
\n"," sources;android-24
| 1 | Sources for Android 24
\n"," sources;android-25
| 1 | Sources for Android 25
\n"," sources;android-26
| 1 | Sources for Android 26
\n"," sources;android-27
| 1 | Sources for Android 27
\n"," sources;android-28
| 1 | Sources for Android 28
\n"," sources;android-29
| 1 | Sources for Android 29
\n"," sources;android-30
| 1 | Sources for Android 30
\n"," sources;android-31
| 1 | Sources for Android 31
\n"," sources;android-32
| 1 | Sources for Android 32
\n"," sources;android-33
| 1 | Sources for Android 33
\n"," sources;android-34
| 2 | Sources for Android 34
\n"," sources;android-35
| 1 | Sources for Android 35
\n"," system-images;android-10;default;armeabi-v7a
| 5 | ARM EABI v7a System Image
\n"," system-images;android-10;default;x86
| 5 | Intel x86 Atom System Image
\n"," system-images;android-10;google_apis;armeabi-v7a
| 6 | Google APIs ARM EABI v7a System Image
\n"," system-images;android-10;google_apis;x86
| 6 | Google APIs Intel x86 Atom System Image
\n"," system-images;android-14;default;armeabi-v7a
| 2 | ARM EABI v7a System Image
\n"," system-images;android-15;default;armeabi-v7a
| 5 | ARM EABI v7a System Image
\n"," system-images;android-15;default;x86
| 7 | Intel x86 Atom System Image
\n"," system-images;android-15;google_apis;armeabi-v7a
| 6 | Google APIs ARM EABI v7a System Image
\n"," system-images;android-15;google_apis;x86
| 7
| Google APIs Intel x86 Atom System Image
\n"," system-images;android-16;default;armeabi-v7a
| 6 | ARM EABI v7a System Image
\n"," system-images;android-16;default;mips
| 1 | MIPS System Image
\n"," system-images;android-16;default;x86
| 7 | Intel x86 Atom System Image
\n"," system-images;android-16;google_apis;armeabi-v7a
| 6 | Google APIs ARM EABI v7a System Image
\n"," system-images;android-16;google_apis;x86
| 7 | Google APIs Intel x86 Atom System Image
\n"," system-images;android-17;default;armeabi-v7a
| 6 | ARM EABI v7a System Image
\n"," system-images;android-17;default;mips
| 1 | MIPS System Image
\n"," system-images;android-17;default;x86
| 7 | Intel x86 Atom System Image
\n"," system-images;android-17;google_apis;armeabi-v7a
| 6 | Google APIs ARM EABI v7a System Image
\n"," system-images;android-17;google_apis;x86
| 7 | Google APIs Intel x86 Atom System Image
\n"," system-images;android-18;default;armeabi-v7a
| 5 | ARM EABI v7a System Image
\n"," system-images;android-18;default;x86
| 4 | Intel x86 Atom System Image
\n"," system-images;android-18;google_apis;armeabi-v7a
| 6 | Google APIs ARM EABI v7a System Image
\n"," system-images;android-18;google_apis;x86
| 6 | Google APIs Intel x86 Atom System Image
\n"," system-images;android-19;default;armeabi-v7a
| 5 | ARM EABI v7a System Image
\n"," system-images;android-19;default;x86
| 6 | Intel x86 Atom System Image
\n"," system-images;android-19;google_apis;armeabi-v7a
| 40 | Google APIs ARM EABI v7a System Image
\n"," system-images;android-19;google_apis;x86
| 40 | Google APIs Intel x86 Atom System Image
\n"," system-images;android-21;android-tv;armeabi-v7a
| 3 | Android TV ARM EABI v7a System Image
\n"," system-images;android-21;android-tv;x86
| 3 | Android TV Intel x86 Atom System Image
\n"," system-images;android-21;default;arm64-v8a
| 4 | ARM 64 v8a System Image
\n"," system-images;android-21;default;armeabi-v7a
| 4 | ARM EABI v7a System Image
\n"," system-images;android-21;default;x86
| 5 | Intel x86 Atom System Image
\n"," system-images;android-21;default;x86_64
| 5 | Intel x86_64 Atom System Image
\n"," system-images;android-21;google_apis;arm64-v8a
| 32 | Google APIs ARM 64 v8a System Image
\n"," system-images;android-21;google_apis;armeabi-v7a
| 32 | Google APIs ARM EABI v7a System Image
\n"," system-images;android-21;google_apis;x86
| 32 | Google APIs Intel x86 Atom System Image
\n"," system-images;android-21;google_apis;x86_64
| 32 | Google APIs Intel x86_64 Atom System Image
\n"," system-images;android-22;android-tv;x86
| 3 | Android TV Intel x86 Atom System Image
\n"," system-images;android-22;default;arm64-v8a
| 2 | ARM 64 v8a System Image
\n"," system-images;android-22;default;armeabi-v7a
| 2 | ARM EABI v7a System Image
\n"," system-images;android-22;default;x86
| 6 | Intel x86 Atom System Image
\n"," system-images;android-22;default;x86_64
| 6 | Intel x86_64 Atom System Image
\n"," system-images;android-22;google_apis;arm64-v8a
| 26 | Google APIs ARM 64 v8a System Image
\n"," system-images;android-22;google_apis;armeabi-v7a
| 26 | Google APIs ARM EABI v7a System Image
\n"," system-images;android-22;google_apis;x86
| 26 | Google APIs Intel x86 Atom System Image
\n"," system-images;android-22;google_apis;x86_64
| 26 | Google APIs Intel x86_64 Atom System Image
\n"," system-images;android-23;android-tv;armeabi-v7a
| 12 | Android TV ARM EABI v7a System Image
\n"," system-images;android-23;android-tv;x86
| 21 | Android TV Intel x86 Atom System Image
\n"," system-images;android-23;default;arm64-v8a
| 7 | ARM 64 v8a System Image
\n"," system-images;android-23;default;armeabi-v7a
| 6 | ARM EABI v7a System Image
\n"," system-images;android-23;default;x86
| 10 | Intel x86 Atom System Image
\n"," system-images;android-23;default;x86_64
| 10 | Intel x86_64 Atom System Image
\n"," system-images;android-23;google_apis;arm64-v8a
| 33 | Google APIs ARM 64 v8a System Image
\n"," system-images;android-23;google_apis;armeabi-v7a
| 33 | Google APIs ARM EABI v7a System Image
\n"," system-images;android-23;google_apis;x86
| 33 | Google APIs Intel x86 Atom System Image
\n"," system-images;android-23;google_apis;x86_64
| 33 | Google APIs Intel x86_64 Atom System Image
\n"," system-images;android-24;android-tv;x86
| 22 | Android TV Intel x86 Atom System Image
\n"," system-images;android-24;default;arm64-v8a
| 9 | ARM 64 v8a System Image
\n"," system-images;android-24;default;armeabi-v7a
| 7 | ARM EABI v7a System Image
\n"," system-images;android-24;default;x86
| 8 | Intel x86 Atom System Image
\n"," system-images;android-24;default;x86_64
| 8 | Intel x86_64 Atom System Image
\n"," system-images;android-24;google_apis;arm64-v8a
| 29 | Google APIs ARM 64 v8a System
Image \n"," system-images;android-
24;google_apis;x86 | 27 |
Google APIs Intel x86 Atom System Image \n","
system-images;android-24;google_apis;x86_64
| 27 | Google APIs Intel x86_64 Atom System Image
\n"," system-images;android-24;google_apis_playstore;x86
| 19 | Google Play Intel x86 Atom System Image
\n"," system-images;android-25;android-tv;x86
| 16 | Android TV Intel x86 Atom System Image
\n"," system-images;android-25;android-wear;armeabi-v7a
| 3 | Android Wear ARM EABI v7a System Image
\n"," system-images;android-25;android-wear;x86
| 3 | Android Wear Intel x86 Atom System Image
\n"," system-images;android-25;default;arm64-v8a
| 2 | ARM 64 v8a System Image
\n"," system-images;android-25;default;x86
| 1 | Intel x86 Atom System Image
\n"," system-images;android-25;default;x86_64
| 1 | Intel x86_64 Atom System Image
\n"," system-images;android-25;google_apis;arm64-v8a
| 20 | Google APIs ARM 64 v8a System Image
\n"," system-images;android-25;google_apis;armeabi-v7a
| 18 | Google APIs ARM EABI v7a System Image
\n"," system-images;android-25;google_apis;x86
| 18 | Google APIs Intel x86 Atom System Image
\n"," system-images;android-25;google_apis;x86_64
| 18 | Google APIs Intel x86_64 Atom System Image
\n"," system-images;android-25;google_apis_playstore;x86
| 9 | Google Play Intel x86 Atom System Image
\n"," system-images;android-26;android-tv;x86
| 14 | Android TV Intel x86 Atom System Image
\n"," system-images;android-26;android-wear;x86
| 4 | Android Wear Intel x86 Atom System Image
\n"," system-images;android-26;default;arm64-v8a
| 2 | ARM 64 v8a System Image
\n"," system-images;android-26;default;x86
| 1 | Intel x86 Atom System Image
\n"," system-images;android-26;default;x86_64
| 1 | Intel x86_64 Atom System Image
\n"," system-images;android-26;google_apis;arm64-v8a
| 3 | Google APIs ARM 64 v8a System Image
\n"," system-images;android-26;google_apis;x86
| 16 | Google APIs Intel x86 Atom System Image
\n"," system-images;android-26;google_apis;x86_64
| 16 | Google APIs Intel x86_64 Atom System Image
\n"," system-images;android-26;google_apis_playstore;x86
| 7 | Google Play Intel x86 Atom System Image
\n"," system-images;android-27;android-tv;x86
| 9 | Android TV Intel x86 Atom System Image
\n"," system-images;android-27;default;arm64-v8a
| 2 | ARM 64 v8a System Image
\n"," system-images;android-27;default;x86
| 1 | Intel x86 Atom System Image
\n"," system-images;android-27;default;x86_64
| 1 | Intel x86_64 Atom System Image
\n"," system-images;android-27;google_apis;arm64-v8a
| 3 | Google APIs ARM 64 v8a System Image
\n"," system-images;android-27;google_apis;x86
| 11 | Google APIs Intel x86 Atom System Image
\n"," system-images;android-27;google_apis_playstore;x86
| 3 | Google Play Intel x86 Atom System Image
\n"," system-images;android-28;android-tv;x86
| 10 | Android TV Intel x86 Atom System Image
\n"," system-images;android-28;android-wear;x86
| 9 | Wear OS Intel x86 Atom System Image
\n"," system-images;android-28;default;arm64-v8a
| 2 | ARM 64 v8a System Image
\n"," system-images;android-28;default;x86
| 4 | Intel x86 Atom System Image
\n"," system-images;android-28;default;x86_64
| 4 | Intel x86_64 Atom System Image
\n"," system-images;android-28;google_apis;arm64-v8a
| 2 | Google APIs ARM 64 v8a System Image
\n"," system-images;android-28;google_apis;x86
| 12 | Google APIs Intel x86 Atom System Image
\n"," system-images;android-28;google_apis;x86_64
| 11 | Google APIs Intel x86_64 Atom System Image
\n"," system-images;android-28;google_apis_playstore;arm64-v8a
| 2 | Google ARM64-V8a Play ARM 64 v8a System Image
\n"," system-images;android-28;google_apis_playstore;x86
| 9 | Google Play Intel x86 Atom System Image
\n"," system-images;android-28;google_apis_playstore;x86_64
| 8 | Google Play Intel x86_64 Atom System Image
\n"," system-images;android-29;android-tv;x86
| 3 | Android TV Intel x86 Atom System Image
\n"," system-images;android-29;default;arm64-v8a
| 8 | ARM 64 v8a System Image
\n"," system-images;android-29;default;x86
| 8 | Intel x86 Atom System Image
\n"," system-images;android-29;default;x86_64
| 8 | Intel x86_64 Atom System Image
\n"," system-images;android-29;google_apis;arm64-v8a
| 13 | Google APIs ARM 64 v8a System Image
\n"," system-images;android-29;google_apis;x86
| 12 | Google APIs Intel x86 Atom System Image
\n"," system-images;android-29;google_apis;x86_64
| 12 | Google APIs Intel x86_64 Atom System Image
\n"," system-images;android-29;google_apis_playstore;arm64-v8a
| 9 | Google Play ARM 64 v8a System Image
\n"," system-images;android-29;google_apis_playstore;x86
| 8 | Google Play Intel x86 Atom System Image
\n"," system-images;android-29;google_apis_playstore;x86_64
| 8 | Google Play Intel x86_64 Atom System Image
\n"," system-images;android-30;android-tv;x86
| 4 | Android TV Intel x86 Atom System Image
\n"," system-images;android-30;android-wear-cn;arm64-v8a
| 12 | China version of Wear OS 3 ARM 64 v8a System Image
\n"," system-images;android-30;android-wear-cn;x86
| 12 | China version of Wear OS 3 Intel x86 Atom System Image
\n"," system-images;android-30;android-wear;arm64-v8a
| 12 | Wear OS 3 ARM 64 v8a System Image
\n"," system-images;android-30;android-wear;x86
| 12 | Wear OS 3 Intel x86 Atom System Image
\n"," system-images;android-30;aosp_atd;arm64-v8a
| 2 | AOSP ATD ARM 64 v8a System Image
\n"," system-images;android-30;aosp_atd;x86
| 1 | AOSP ATD Intel x86 Atom System Image
\n"," system-images;android-30;aosp_atd;x86_64
| 2 | AOSP ATD Intel x86_64 Atom System Image
\n"," system-images;android-30;default;arm64-v8a
| 2 | ARM 64 v8a System Image
\n"," system-images;android-30;default;x86_64
| 11 | Intel x86_64 Atom System Image
\n"," system-images;android-30;google-tv;x86
| 4 | Google TV Intel x86 Atom System Image
\n"," system-images;android-30;google_apis;arm64-v8a
| 16 | Google APIs ARM 64 v8a System Image
\n"," system-images;android-30;google_apis;x86
| 16 | Google APIs Intel x86 Atom System Image
\n"," system-images;android-30;google_apis;x86_64
| 16 | Google APIs Intel x86_64 Atom System Image
\n"," system-images;android-30;google_apis_playstore;arm64-v8a
| 10 | Google Play ARM 64 v8a System Image
\n"," system-images;android-30;google_apis_playstore;x86
| 9 | Google Play Intel x86 Atom System Image
\n"," system-images;android-30;google_apis_playstore;x86_64
| 10 | Google Play Intel x86_64 Atom System Image
\n"," system-images;android-30;google_atd;arm64-v8a
| 2 | Google APIs ATD ARM 64 v8a System Image
\n"," system-images;android-30;google_atd;x86
| 1 | Google APIs ATD Intel x86 Atom System Image
\n"," system-images;android-30;google_atd;x86_64
| 2 | Google APIs ATD Intel x86_64 Atom System Image
\n"," system-images;android-31;android-tv;arm64-v8a
| 4 | Android TV ARM 64 v8a System Image
\n"," system-images;android-31;android-tv;x86
| 4 | Android TV Intel x86 Atom System Image
\n"," system-images;android-31;aosp_atd;arm64-v8a
| 1 | AOSP ATD ARM 64 v8a System Image
\n"," system-images;android-31;aosp_atd;x86_64
| 2 | AOSP ATD Intel x86_64 Atom System Image
\n"," system-images;android-31;default;arm64-v8a
| 4 | ARM 64 v8a System Image
\n"," system-images;android-31;default;x86_64
| 5 | Intel x86_64 Atom System Image
\n"," system-images;android-31;google-tv;arm64-v8a
| 4 | Google TV ARM 64 v8a System Image
\n"," system-images;android-31;google-tv;x86
| 4 | Google TV Intel x86 Atom System Image
\n"," system-images;android-31;google_apis;arm64-v8a
| 11 | Google APIs ARM 64 v8a System Image
\n"," system-images;android-31;google_apis;x86_64
| 14 | Google APIs Intel x86_64 Atom System Image
\n"," system-images;android-31;google_apis_playstore;arm64-v8a
| 9 | Google Play ARM 64 v8a System Image
\n"," system-images;android-31;google_apis_playstore;x86_64
| 9 | Google Play Intel x86_64 Atom System Image
\n"," system-images;android-31;google_atd;arm64-v8a
| 1 | Google APIs ATD ARM 64 v8a System Image
\n"," system-images;android-31;google_atd;x86_64
| 2 | Google APIs ATD Intel x86_64 Atom System Image
\n"," system-images;android-32;android-desktop;arm64-v8a
| 5 | Desktop ARM 64 v8a System Image
\n"," system-images;android-32;android-desktop;x86_64
| 5 | Desktop Intel x86_64 Atom System Image
\n"," system-images;android-32;aosp_atd;arm64-v8a
| 1 | AOSP ATD ARM 64 v8a System Image
\n"," system-images;android-32;aosp_atd;x86_64
| 1 | AOSP ATD Intel x86_64 Atom System Image
\n"," system-images;android-32;default;arm64-v8a
| 2 | ARM 64 v8a System Image
\n"," system-images;android-32;default;x86_64
| 2 | Intel x86_64 Atom System Image
\n"," system-images;android-32;google_apis;arm64-v8a
| 8 | Google APIs ARM 64 v8a System Image
\n"," system-images;android-32;google_apis;x86_64
| 8 | Google APIs Intel x86_64 Atom System Image
\n"," system-images;android-32;google_apis_playstore;arm64-v8a
| 4 | Google Play ARM 64 v8a System Image
\n"," system-images;android-32;google_apis_playstore;x86_64
| 4 | Google Play Intel x86_64 Atom System Image
\n"," system-images;android-32;google_atd;arm64-v8a
| 1 | Google APIs ATD ARM 64 v8a System Image
\n"," system-images;android-32;google_atd;x86_64
| 1 | Google APIs ATD Intel x86_64 Atom System Image
\n"," system-images;android-33-ext5;google_apis_playstore;arm64-v8a
| 2 | Google Play ARM 64 v8a System Image
\n"," system-images;android-33-ext5;google_apis_playstore;x86_64
| 2 | Google Play Intel x86_64 Atom System Image
\n"," system-images;android-33;android-automotive-distant-display-playstore;arm64-
v8a | 1 | Automotive Distant Display with Google Play arm64-v8a
System Image \n"," system-images;android-33;android-automotive-distant-
display-playstore;x86_64 | 1 | Automotive Distant Display
with Google Play x86_64 System Image \n"," system-images;android-
33;android-automotive;arm64-v8a | 4 |
Android Automotive with Google APIs arm64-v8a System Image \n","
system-images;android-33;android-automotive;x86_64
| 4 | Android Automotive with Google APIs x86_64 System Image
\n"," system-images;android-33;android-desktop;arm64-v8a
| 4 | Desktop ARM 64 v8a System Image
\n"," system-images;android-33;android-desktop;x86_64
| 4 | Desktop Intel x86_64 Atom System Image
\n"," system-images;android-33;android-tv;arm64-v8a
| 5 | Android TV ARM 64 v8a System Image
\n"," system-images;android-33;android-tv;x86
| 5 | Android TV Intel
x86 Atom System Image \n"," system-
images;android-33;android-wear;arm64-v8a | 4
| Wear OS 4 ARM 64 v8a System Image \n","
system-images;android-33;android-wear;x86_64
| 4 | Wear OS 4 Intel x86_64 Atom System Image
\n"," system-images;android-33;aosp_atd;arm64-v8a
| 2 | AOSP ATD ARM 64 v8a System Image
\n"," system-images;android-33;aosp_atd;x86_64
| 2 | AOSP ATD Intel x86_64 Atom System Image
\n"," system-images;android-33;default;arm64-v8a
| 2 | ARM 64 v8a System Image
\n"," system-images;android-33;default;x86_64
| 2 | Intel x86_64 Atom System Image
\n"," system-images;android-33;google-tv;arm64-v8a
| 5 | Google TV ARM 64 v8a System Image
\n"," system-images;android-33;google-tv;x86
| 5 | Google TV Intel x86 Atom System Image
\n"," system-images;android-33;google_apis;arm64-v8a
| 17 | Google APIs ARM 64 v8a System Image
\n"," system-images;android-33;google_apis;x86_64
| 17 | Google APIs Intel x86_64 Atom System Image
\n"," system-images;android-33;google_apis_playstore;arm64-v8a
| 9 | Google Play ARM 64 v8a System Image
\n"," system-images;android-33;google_apis_playstore;x86_64
| 9 | Google Play Intel x86_64 Atom System Image
\n"," system-images;android-33;google_atd;arm64-v8a
| 2 | Google APIs ATD ARM 64 v8a System Image
\n"," system-images;android-33;google_atd;x86_64
| 2 | Google APIs ATD Intel x86_64 Atom System Image
\n"," system-images;android-34-ext10;google_apis_playstore;arm64-v8a
| 2 | Google Play ARM 64 v8a System Image
\n"," system-images;android-34-ext10;google_apis_playstore;x86_64
| 2 | Google Play Intel x86_64 Atom System Image
\n"," system-images;android-34-ext11;google_apis_playstore;arm64-v8a
| 1 | Google Play ARM 64 v8a System Image
\n"," system-images;android-34-ext11;google_apis_playstore;x86_64
| 1 | Google Play Intel x86_64 Atom System Image
\n"," system-images;android-34-ext12;google_apis_playstore;arm64-v8a
| 1 | Google Play ARM 64 v8a System Image
\n"," system-images;android-34-ext12;google_apis_playstore;x86_64
| 1 | Google Play Intel x86_64 Atom System Image
\n"," system-images;android-34-ext8;google_apis_playstore;arm64-v8a
| 2 | Google Play ARM 64 v8a System Image
\n"," system-images;android-34-ext8;google_apis_playstore;x86_64
| 2 | Google Play Intel x86_64 Atom System Image
\n"," system-images;android-34-ext9;android-automotive-playstore;arm64-v8a
| 1 | Android Automotive with Google Play arm64-v8a System Image
\n"," system-images;android-34-ext9;android-automotive-playstore;x86_64
| 1 | Android Automotive with Google Play x86_64 System Image
\n"," system-images;android-34-ext9;android-automotive;arm64-v8a
| 2 | Android Automotive with Google APIs arm64-v8a System Image
\n"," system-images;android-34-ext9;android-automotive;x86_64
| 2 | Android Automotive with Google APIs x86_64 System Image
\n"," system-images;android-34;android-desktop;arm64-v8a
| 1 | Desktop ARM 64 v8a System Image
\n"," system-images;android-34;android-desktop;x86_64
| 1 | Desktop Intel x86_64 Atom System Image
\n"," system-images;android-34;android-tv;arm64-v8a
| 3 | Android TV ARM 64 v8a System Image
\n"," system-images;android-34;android-tv;x86
| 3 | Android TV Intel x86 Atom System Image
\n"," system-images;android-34;android-wear;arm64-v8a
| 1 | Wear OS 5 ARM 64 v8a System Image
\n"," system-images;android-34;android-wear;x86_64
| 1 | Wear OS 5 Intel x86_64 Atom System Image
\n"," system-images;android-34;aosp_atd;arm64-v8a
| 2 | AOSP ATD ARM 64 v8a System Image
\n"," system-images;android-34;aosp_atd;x86_64
| 2 | AOSP ATD Intel x86_64 Atom System Image
\n"," system-images;android-34;default;arm64-v8a
| 4 | ARM 64 v8a System Image
\n"," system-images;android-34;default;x86_64
| 4 | Intel x86_64 Atom System Image
\n"," system-images;android-34;google-tv;arm64-v8a
| 3 | Google TV ARM 64 v8a System Image
\n"," system-images;android-34;google-tv;x86
| 3 | Google TV Intel x86 Atom System Image
\n"," system-images;android-34;google_apis;arm64-v8a
| 14 | Google APIs ARM 64 v8a System Image
\n"," system-images;android-34;google_apis;x86_64
| 14 | Google APIs Intel x86_64 Atom System Image
\n"," system-images;android-34;google_apis_playstore;arm64-v8a
| 14 | Google Play ARM 64 v8a System Image
\n"," system-images;android-34;google_apis_playstore;x86_64
| 14 | Google Play Intel x86_64 Atom System Image
\n"," system-images;android-34;google_atd;arm64-v8a
| 1 | Google APIs ATD ARM 64 System Image
\n"," system-images;android-34;google_atd;x86_64
| 1 | Google APIs ATD Intel x86_64 Atom System Image
\n"," system-images;android-35;default;arm64-v8a
| 2 | ARM 64 v8a System Image
\n"," system-images;android-35;default;x86_64
| 2 | Intel x86_64 Atom System Image
\n"," system-images;android-35;google_apis;arm64-v8a
| 8 | Google APIs ARM 64 v8a System Image
\n"," system-images;android-35;google_apis;x86_64
| 8 | Google APIs Intel x86_64 Atom System Image
\n"," system-images;android-35;google_apis_playstore;arm64-v8a
| 8 | Google Play ARM 64 v8a System Image
\n"," system-images;android-35;google_apis_playstore;x86_64
| 8 | Google Play Intel x86_64 Atom System Image
\n"," system-images;android-35;google_apis_playstore_ps16k;arm64-v8a
| 4 | Pre-Release 16 KB Page Size Google Play ARM 64 v8a System
Image \n"," system-images;android-35;google_apis_playstore_ps16k;x86_64
| 4 | Pre-Release 16 KB Page Size Google Play ARM Intel x86_64 Atom
System Image\n"," system-images;android-35;google_apis_ps16k;arm64-v8a
| 4 | Pre-Release 16 KB Page Size Google APIs ARM 64 v8a System
Image \n"," system-images;android-35;google_apis_ps16k;x86_64
| 4 | Pre-Release 16 KB Page Size Google APIs Intel x86_64 Atom
System Image \n"," system-images;android-
TiramisuPrivacySandbox;google_apis;arm64-v8a | 1 |
Google APIs ARM 64 v8a System Image \n","
system-images;android-TiramisuPrivacySandbox;google_apis;x86_64
| 1 | Google APIs Intel x86_64 Atom System Image
\n"," system-images;android-TiramisuPrivacySandbox;google_apis_playstore;arm64-v8a
| 9 | Google Play ARM 64 v8a System Image
\n"," system-images;android-TiramisuPrivacySandbox;google_apis_playstore;x86_64
| 9 | Google Play Intel x86_64 Atom System Image
\n"," system-images;android-
UpsideDownCakePrivacySandbox;google_apis_playstore;arm64-v8a | 3 |
Google Play ARM 64 v8a System Image \n","
system-images;android-UpsideDownCakePrivacySandbox;google_apis_playstore;x86_64
| 3 | Google Play Intel x86_64 Atom System Image
\n"," system-images;android-VanillaIceCream;google_apis;arm64-v8a
| 5 | Google APIs ARM 64 v8a System Image
\n"," system-images;android-VanillaIceCream;google_apis;x86_64
| 5 | Google APIs Intel x86_64 Atom System Image
\n"," system-images;android-VanillaIceCream;google_apis_playstore;arm64-v8a
| 5 | Google Play ARM 64 v8a System Image
\n"," system-images;android-VanillaIceCream;google_apis_playstore;x86_64
| 5 | Google Play Intel x86_64 Atom System Image
\n"," system-images;android-VanillaIceCream;google_apis_ps16k;arm64-v8a
| 1 | Pre-Release 16 KB Page Size Google APIs ARM 64 v8a System
Image \n"," system-images;android-
VanillaIceCream;google_apis_ps16k;x86_64 | 1 |
Pre-Release 16 KB Page Size Google APIs Intel x86_64 Atom System Image \n","\
n","Available Updates:\n"," ID | Installed | Available\n"," ------- |
------- | ------- \n","\n","\u001b[0m\u001b[1;30m# Run
['/root/.buildozer/android/platform/android-sdk/tools/bin/sdkmanager', '--
sdk_root=/root/.buildozer/android/platform/android-sdk', 'build-tools;35.0.0']\
u001b[0m\n","\u001b[0m\u001b[1;30m# Cwd /root/.buildozer/android/platform/android-
sdk\u001b[0m\n","Warning: Errors during XML parse:\n","Warning: Additionally, the
fallback loader failed to parse the XML.\n","\n","\u001b[0m\u001b[1;30m# Check that
aidl can be executed\u001b[0m\n","\u001b[0m\u001b[1;30m# Search for Aidl\u001b[0m\
n","\u001b[0m\u001b[1;30m# Run
'/root/.buildozer/android/platform/android-sdk/build-tools/35.0.0/aidl'\u001b[0m\
n","\u001b[0m\u001b[1;30m# Cwd None\u001b[0m\n","\u001b[0m\u001b[1;34m# Downloading
platform api target if necessary\u001b[0m\n","\u001b[0m\u001b[1;30m# Run
['/root/.buildozer/android/platform/android-sdk/tools/bin/sdkmanager', '--
sdk_root=/root/.buildozer/android/platform/android-sdk', 'platforms;android-31']\
u001b[0m\n","\u001b[0m\u001b[1;30m# Cwd /root/.buildozer/android/platform/android-
sdk\u001b[0m\n","Warning: Errors during XML parse:\n","Warning: Additionally, the
fallback loader failed to parse the XML.\n","\n","\u001b[0m\u001b[1;34m# Android
packages installation done.\u001b[0m\n","\u001b[0m\u001b[1;30m# Run
['/usr/bin/python3', '-m', 'pythonforandroid.toolchain', 'aab', '-h', '--
color=always', '--storage-dir=/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a', '--ndk-api=21', '--ignore-setup-py', '--debug']\u001b[0m\n","\
u001b[0m\u001b[1;30m# Cwd /content/.buildozer/android/platform/python-for-android\
u001b[0m\n","[WARNING]: prerequisites.py is experimental and does not support all
prerequisites yet.\n","[WARNING]: Please report any issues to the python-for-
android issue tracker.\n","[WARNING]: prerequisites.py is experimental and does not
support all prerequisites yet.\n","[WARNING]: Please report any issues to the
python-for-android issue tracker.\n","usage: toolchain.py aab [-h] [--debug] [--
color {always,never,auto}] [--sdk-dir SDK_DIR]\n"," [--ndk-
dir NDK_DIR] [--android-api ANDROID_API]\n"," [--ndk-version
NDK_VERSION] [--ndk-api NDK_API]\n"," [--symlink-bootstrap-
files] [--storage-dir STORAGE_DIR] [--arch ARCH]\n"," [--
dist-name DIST_NAME] [--requirements REQUIREMENTS]\n"," [--
recipe-blacklist RECIPE_BLACKLIST]\n"," [--blacklist-
requirements BLACKLIST_REQUIREMENTS] [--bootstrap BOOTSTRAP]\n","
[--hook HOOK] [--force-build] [--no-force-build] [--require-perfect-match]\n","
[--no-require-perfect-match] [--allow-replace-dist]\n"," [--
no-allow-replace-dist] [--local-recipes LOCAL_RECIPES]\n","
[--activity-class-name ACTIVITY_CLASS_NAME]\n"," [--service-
class-name SERVICE_CLASS_NAME]\n"," [--java-build-tool
{auto,ant,gradle}] [--copy-libs] [--no-copy-libs]\n"," [--
add-asset ASSETS] [--add-resource RESOURCES] [--private PRIVATE]\n","
[--use-setup-py] [--ignore-setup-py] [--release] [--with-debug-symbols]\n","
[--keystore KEYSTORE] [--signkey SIGNKEY] [--keystorepw KEYSTOREPW]\n","
[--signkeypw SIGNKEYPW]\n","\n","options:\n"," -h, --help show this
help message and exit\n"," --debug Display debug output and all
build info\n"," --color {always,never,auto}\n"," Enable or
disable color output (default enabled on tty)\n"," --sdk-dir SDK_DIR, --sdk_dir
SDK_DIR\n"," The filepath where the Android SDK is
installed\n"," --ndk-dir NDK_DIR, --ndk_dir NDK_DIR\n","
The filepath where the Android NDK is installed\n"," --android-api ANDROID_API, --
android_api ANDROID_API\n"," The Android API level to build
against defaults to 33 if not specified.\n"," --ndk-version NDK_VERSION, --
ndk_version NDK_VERSION\n"," DEPRECATED: the NDK version is
now found automatically or not at all.\n"," --ndk-api NDK_API The Android API
level to compile against. This should be your *minimal\n","
supported* API, not normally the same as your --android-api. Defaults to\n","
min(ANDROID_API, 21) if not specified.\n"," --symlink-bootstrap-files, --
ssymlink_bootstrap_files\n"," If True, symlinks the
bootstrap files creation. This is useful for\n","
development only, it could also cause weird problems.\n"," --storage-dir
STORAGE_DIR\n"," Primary storage directory for downloads and
builds (default:\n"," /root/.local/share/python-for-
android)\n"," --arch ARCH The archs to build for.\n"," --dist-name
DIST_NAME, --dist_name DIST_NAME\n"," The name of the
distribution to use or create\n"," --requirements REQUIREMENTS\n","
Dependencies of your app, should be recipe names or Python modules. NOT\n","
NECESSARY if you are using Python 3 with --use-setup-py\n"," --recipe-blacklist
RECIPE_BLACKLIST\n"," Blacklist an internal recipe from use.
Allows disabling Python 3 core\n"," modules to save size\
n"," --blacklist-requirements BLACKLIST_REQUIREMENTS\n","
Blacklist an internal recipe from use. Allows disabling Python 3 core\n","
modules to save size\n"," --bootstrap BOOTSTRAP\n"," The
bootstrap to build with. Leave unset to choose automatically.\n"," --hook HOOK
Filename to a module that contains python-for-android hooks\n"," --local-recipes
LOCAL_RECIPES, --local_recipes LOCAL_RECIPES\n"," Directory
to look for local recipes\n"," --activity-class-name ACTIVITY_CLASS_NAME\n","
The full java class name of the main activity\n"," --service-class-name
SERVICE_CLASS_NAME\n"," Full java package name of the
PythonService class\n"," --java-build-tool {auto,ant,gradle}\n","
The java build tool to use when packaging the APK, defaults to\n","
automatically selecting an appropriate tool.\n"," --add-asset ASSETS Put this
in the assets folder in the apk.\n"," --add-resource RESOURCES\n","
Put this in the res folder in the apk.\n"," --private PRIVATE the directory
with the app source code files (containing your main.py\n","
entrypoint)\n"," --use-setup-py Process the setup.py of a project if
present. (Experimental!\n"," --ignore-setup-py Don't run the setup.py of a
project if present. This may be required if\n"," the
setup.py is not designed to work inside p4a (e.g. by installing\n","
dependencies that won't work or aren't desired on Android\n"," --release
Build your app as a non-debug release build. (Disables gdb debugging among\n","
other things)\n","
--with-debug-symbols Will keep debug symbols from `.so` files.\n"," --keystore
KEYSTORE Keystore for JAR signing key, will use jarsigner default if not
specified\n"," (release build only)\n"," --signkey SIGNKEY
Key alias to sign PARSER_APK. with (release build only)\n"," --keystorepw
KEYSTOREPW\n"," Password for keystore\n"," --signkeypw
SIGNKEYPW\n"," Password for key alias\n","\n"," Whether to
force compilation of a new distribution\n","\n"," --force-build\n"," --no-force-
build (this is the default)\n"," --require-perfect-match\n"," --no-require-
perfect-match\n"," (this is the default)\n"," --allow-
replace-dist (this is the default)\n"," --no-allow-replace-dist\n"," --copy-
libs\n"," --no-copy-libs (this is the default)\n","\u001b[0m\u001b[1;34m#
Check application requirements\u001b[0m\n","\u001b[0m\u001b[1;34m# Compile
platform\u001b[0m\n","\u001b[0m\u001b[1;30m# Run ['/usr/bin/python3', '-m',
'pythonforandroid.toolchain', 'create', '--dist_name=caps_betaI_org', '--
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', '--debug']\u001b[0m\n","\u001b[0m\u001b[1;30m#
Cwd /content/.buildozer/android/platform/python-for-android\u001b[0m\n","[WARNING]:
prerequisites.py is experimental and does not support all prerequisites yet.\
n","[WARNING]: Please report any issues to the python-for-android issue tracker.\
n","[WARNING]: prerequisites.py is experimental and does not support all
prerequisites yet.\n","[WARNING]: Please report any issues to the python-for-
android issue tracker.\n","\u001b[1m[INFO]\u001b[0m: Will compile for the
following archs: armeabi-v7a, arm64-v8a\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: Create directory /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create
directory /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
bootstrap_builds\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create
directory /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds\n","\u001b[1m[INFO]\u001b[0m: Found Android API target in
$ANDROIDAPI: 31\n","\u001b[1m[INFO]\u001b[0m: Available Android APIs are (31)\
n","\u001b[1m[INFO]\u001b[0m: Requested API target 31 is available, continuing.\
n","\u001b[1m[INFO]\u001b[0m: Found NDK dir in $ANDROIDNDK:
/root/.buildozer/android/platform/android-ndk-r25b\n","\u001b[1m[INFO]\u001b[0m:
Found NDK version 25b\n","\u001b[1m[INFO]\u001b[0m: Getting NDK API version
(i.e. minimum supported API) from user argument\n","\u001b[1m[INFO]\u001b[0m:
ccache is missing, the build will not be optimized in the future.\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: All possible dists: []\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: Dist matching name and arch: []\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Dist matching ndk_api and recipe:
[]\n","\u001b[1m[INFO]\u001b[0m: No existing dists meet the given requirements!\
n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[94mNo dist exists that meets your
requirements, so one will be built.\u001b[0m\n","\u001b[1m[INFO]\u001b[0m: Found
a single valid recipe set: ['hostpython3', 'libffi', 'openssl', 'sdl2_image',
'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six',
'pyjnius', 'android', 'kivy']\n","\u001b[1m[INFO]\u001b[0m: The selected
bootstrap is sdl2\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32m# Creating
dist with sdl2 bootstrap\u001b[0m\u001b[39m\n","\u001b[1m[INFO]\u001b[0m: \
u001b[1m\u001b[94mDist will have name caps_betaI_org and requirements (python3,
kivy)\u001b[0m\n","\u001b[1m[INFO]\u001b[0m: Dist contains the following
requirements as recipes: ['hostpython3', 'libffi', 'openssl', 'sdl2_image',
'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six',
'pyjnius', 'android', 'kivy']\n","\u001b[1m[INFO]\u001b[0m: Dist will also
contain modules (chardet, idna, requests, urllib3, certifi) installed from pip\
n","\u001b[1m[INFO]\u001b[0m: Dist will be build in mode debug\n","\
u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
bootstrap_builds/sdl2\u001b[39m\n","\u001b[1m[INFO]\u001b[0m: \u001b[36m<-
directory context /content/.buildozer/android/platform/python-for-android\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/
caps_betaI_org\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[94mRecipe build
order is ['hostpython3', 'libffi', 'openssl', 'sdl2_image', 'sdl2_mixer',
'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius',
'android', 'kivy']\u001b[0m\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[94mThe
requirements (certifi, chardet, idna, requests, urllib3) were not found as recipes,
they will be installed with pip.\u001b[0m\n","\u001b[1m[INFO]\u001b[0m: \
u001b[1m\u001b[32m# Downloading recipes \u001b[0m\u001b[39m\n","\u001b[1m[INFO]\
u001b[0m: \u001b[1m\u001b[32mDownloading hostpython3\u001b[0m\u001b[39m\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/
hostpython3\n","\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/
hostpython3\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
u001b[90m->\u001b[0m running basename
https://www.python.org/ftp/python/3.11.5/Python-3.11.5.tgz\u001b[0m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tPython-3.11.5.tgz\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: Downloading hostpython3 from
https://www.python.org/ftp/python/3.11.5/Python-3.11.5.tgz\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-
Python-3.11.5.tgz\u001b[0m\n","\u001b[1m[INFO]\u001b[0m: Downloading hostpython3
from https://www.python.org/ftp/python/3.11.5/Python-3.11.5.tgz\n","\
u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mDownloading libffi\u001b[0m\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/libffi\
n","\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/libffi\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\
u001b[0m running basename https://github.com/libffi/libffi/archive/v3.4.2.tar.gz\
u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tv3.4.2.tar.gz\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Downloading libffi from
https://github.com/libffi/libffi/archive/v3.4.2.tar.gz\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-
v3.4.2.tar.gz\u001b[0m\n","\u001b[1m[INFO]\u001b[0m: Downloading libffi from
https://github.com/libffi/libffi/archive/v3.4.2.tar.gz\n","\u001b[1m[INFO]\
u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mDownloading openssl\u001b[0m\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/openssl\
n","\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/openssl\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\
u001b[0m running basename https://www.openssl.org/source/openssl-1.1.1w.tar.gz\
u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \topenssl-
1.1.1w.tar.gz\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Downloading
openssl from https://www.openssl.org/source/openssl-1.1.1w.tar.gz\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-
openssl-1.1.1w.tar.gz\u001b[0m\n","\u001b[1m[INFO]\u001b[0m: Downloading openssl
from https://www.openssl.org/source/openssl-1.1.1w.tar.gz\n","\u001b[1m[INFO]\
u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mDownloading sdl2_image\u001b[0m\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/
sdl2_image\n","\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/
sdl2_image\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
u001b[90m->\u001b[0m running basename
https://github.com/libsdl-org/SDL_image/releases/download/release-2.8.0/SDL2_image-
2.8.0.tar.gz\u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tSDL2_image-2.8.0.tar.gz\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
Downloading sdl2_image from
https://github.com/libsdl-org/SDL_image/releases/download/release-2.8.0/SDL2_image-
2.8.0.tar.gz\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\u001b[90m->\u001b[0m running rm -f .mark-SDL2_image-2.8.0.tar.gz\u001b[0m\n","\
u001b[1m[INFO]\u001b[0m: Downloading sdl2_image from https://github.com/libsdl-
org/SDL_image/releases/download/release-2.8.0/SDL2_image-2.8.0.tar.gz\n","\
u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mDownloading sdl2_mixer\u001b[0m\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/
sdl2_mixer\n","\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/
sdl2_mixer\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
u001b[90m->\u001b[0m running basename
https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.6.3/SDL2_mixer-
2.6.3.tar.gz\u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tSDL2_mixer-2.6.3.tar.gz\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
Downloading sdl2_mixer from
https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.6.3/SDL2_mixer-
2.6.3.tar.gz\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\
u001b[0m running rm -f .mark-SDL2_mixer-2.6.3.tar.gz\u001b[0m\n","\u001b[1m[INFO]\
u001b[0m: Downloading sdl2_mixer from
https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.6.3/SDL2_mixer-
2.6.3.tar.gz\n","\u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mDownloading sdl2_ttf\u001b[0m\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sdl2_ttf\
n","\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sdl2_ttf\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\
u001b[0m running basename
https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.20.2/SDL2_ttf-
2.20.2.tar.gz\u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tSDL2_ttf-2.20.2.tar.gz\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
Downloading sdl2_ttf from
https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.20.2/SDL2_ttf-
2.20.2.tar.gz\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\
u001b[0m running rm -f .mark-SDL2_ttf-2.20.2.tar.gz\u001b[0m\n","\u001b[1m[INFO]\
u001b[0m: Downloading sdl2_ttf from
https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.20.2/SDL2_ttf-
2.20.2.tar.gz\n","\u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mDownloading sqlite3\u001b[0m\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sqlite3\
n","\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sqlite3\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\
u001b[0m running basename https://www.sqlite.org/2021/sqlite-amalgamation-
3350500.zip\u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tsqlite-
amalgamation-3350500.zip\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
Downloading sqlite3 from https://www.sqlite.org/2021/sqlite-amalgamation-
3350500.zip\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\
u001b[0m running rm -f .mark-sqlite-amalgamation-3350500.zip\u001b[0m\n","\
u001b[1m[INFO]\u001b[0m: Downloading sqlite3 from
https://www.sqlite.org/2021/sqlite-amalgamation-3350500.zip\n","\u001b[1m[INFO]\
u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mDownloading python3\u001b[0m\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/python3\
n","\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/python3\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\
u001b[0m running basename https://www.python.org/ftp/python/3.11.5/Python-
3.11.5.tgz\u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tPython-
3.11.5.tgz\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Downloading python3
from https://www.python.org/ftp/python/3.11.5/Python-3.11.5.tgz\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-
Python-3.11.5.tgz\u001b[0m\n","\u001b[1m[INFO]\u001b[0m: Downloading python3
from https://www.python.org/ftp/python/3.11.5/Python-3.11.5.tgz\n","\
u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mDownloading sdl2\u001b[0m\u001b[39m\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sdl2\
n","\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/sdl2\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\
u001b[0m running basename
https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-
2.28.5.tar.gz\u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tSDL2-
2.28.5.tar.gz\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Downloading sdl2
from https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-
2.28.5.tar.gz\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\
u001b[0m running rm -f .mark-SDL2-2.28.5.tar.gz\u001b[0m\n","\u001b[1m[INFO]\
u001b[0m: Downloading sdl2 from
https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-
2.28.5.tar.gz\n","\u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mDownloading setuptools\u001b[0m\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/
setuptools\n","\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/
setuptools\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
u001b[90m->\u001b[0m running basename
https://pypi.python.org/packages/source/s/setuptools/setuptools-51.3.3.tar.gz\
u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tsetuptools-
51.3.3.tar.gz\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Downloading
setuptools from https://pypi.python.org/packages/source/s/setuptools/setuptools-
51.3.3.tar.gz\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\
u001b[0m running rm -f .mark-setuptools-51.3.3.tar.gz\u001b[0m\n","\u001b[1m[INFO]\
u001b[0m: Downloading setuptools from
https://pypi.python.org/packages/source/s/setuptools/setuptools-51.3.3.tar.gz\n","\
u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mDownloading six\u001b[0m\u001b[39m\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/six\n","\
u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/six\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\
u001b[0m running basename https://pypi.python.org/packages/source/s/six/six-
1.15.0.tar.gz\u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tsix-
1.15.0.tar.gz\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Downloading six
from https://pypi.python.org/packages/source/s/six/six-1.15.0.tar.gz\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-
six-1.15.0.tar.gz\u001b[0m\n","\u001b[1m[INFO]\u001b[0m: Downloading six from
https://pypi.python.org/packages/source/s/six/six-1.15.0.tar.gz\n","\
u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mDownloading pyjnius\u001b[0m\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/pyjnius\
n","\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/packages/pyjnius\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\
u001b[0m running basename https://github.com/kivy/pyjnius/archive/1.6.1.zip\
u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t1.6.1.zip\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Downloading pyjnius from
https://github.com/kivy/pyjnius/archive/1.6.1.zip\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-1.6.1.zip\u001b[0m\
n","\u001b[1m[INFO]\u001b[0m: Downloading pyjnius from
https://github.com/kivy/pyjnius/archive/1.6.1.zip\n","\u001b[1m[INFO]\
u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mDownloading
android\u001b[0m\u001b[39m\n","\u001b[1m[INFO]\u001b[0m: Skipping android
download as no URL is set\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\
u001b[32mDownloading kivy\u001b[0m\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: Create directory /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/packages/kivy\n","\u001b[1m[INFO]\u001b[0m: \u001b[36m->
directory context /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/packages/kivy\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
u001b[90m->\u001b[0m running basename
https://github.com/kivy/kivy/archive/2.3.0.zip\u001b[0m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t2.3.0.zip\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: Downloading kivy from
https://github.com/kivy/kivy/archive/2.3.0.zip\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-2.3.0.zip\u001b[0m\
n","\u001b[1m[INFO]\u001b[0m: Downloading kivy from
https://github.com/kivy/kivy/archive/2.3.0.zip\n","\u001b[1m[INFO]\u001b[0m: \
u001b[36m<- directory context /content/.buildozer/android/platform/python-for-
android\u001b[39m\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32m# Building
all recipes for arch armeabi-v7a\u001b[0m\u001b[39m\n","\u001b[1m[INFO]\u001b[0m:
\u001b[1m\u001b[32m# Unpacking recipes\u001b[0m\u001b[39m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\
u001b[32mUnpacking hostpython3 for armeabi-v7a\u001b[0m\u001b[39m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running basename
https://www.python.org/ftp/python/3.11.5/Python-3.11.5.tgz\u001b[0m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tPython-3.11.5.tgz\n","\u001b[1m[INFO]\
u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: Moving Python-3.11.5 to
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3\n","\u001b[1m[INFO]\u001b[0m: \
u001b[36m<- directory context /content/.buildozer/android/platform/python-for-
android\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create
directory /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/libffi/armeabi-v7a__ndk_target_21\n","\u001b[1m[INFO]\u001b[0m: \
u001b[1m\u001b[32mUnpacking libffi for armeabi-v7a\u001b[0m\u001b[39m\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running
basename https://github.com/libffi/libffi/archive/v3.4.2.tar.gz\u001b[0m\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tv3.4.2.tar.gz\n","\
u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/libffi/armeabi-v7a__ndk_target_21\u001b[39m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: Moving libffi-3.4.2 to
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/libffi/armeabi-v7a__ndk_target_21/libffi\n","\u001b[1m[INFO]\u001b[0m:
\u001b[36m<- directory context /content/.buildozer/android/platform/python-for-
android\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create
directory /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/openssl/armeabi-v7a__ndk_target_21\n","\u001b[1m[INFO]\u001b[0m: \
u001b[1m\u001b[32mUnpacking openssl for armeabi-v7a\u001b[0m\u001b[39m\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running
basename https://www.openssl.org/source/openssl-1.1.1w.tar.gz\u001b[0m\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \topenssl-1.1.1w.tar.gz\n","\
u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/openssl/armeabi-v7a__ndk_target_21\u001b[39m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: Moving openssl-1.1.1w to
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/openssl/armeabi-v7a__ndk_target_21/openssl1.1\n","\u001b[1m[INFO]\
u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mUnpacking sdl2_image for armeabi-
v7a\u001b[0m\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
u001b[90m->\u001b[0m running basename
https://github.com/libsdl-org/SDL_image/releases/download/release-2.8.0/SDL2_image-
2.8.0.tar.gz\u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tSDL2_image-2.8.0.tar.gz\n","\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory
context /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
bootstrap_builds/sdl2/jni\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: Moving SDL2_image-2.8.0 to /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image\n","\
u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mUnpacking sdl2_mixer for armeabi-
v7a\u001b[0m\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
u001b[90m->\u001b[0m running basename
https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.6.3/SDL2_mixer-
2.6.3.tar.gz\u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tSDL2_mixer-2.6.3.tar.gz\n","\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory
context /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
bootstrap_builds/sdl2/jni\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: Moving SDL2_mixer-2.6.3 to /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer\n","\
u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mUnpacking sdl2_ttf for armeabi-v7a\
u001b[0m\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m-
>\u001b[0m running basename
https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.20.2/SDL2_ttf-
2.20.2.tar.gz\u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tSDL2_ttf-2.20.2.tar.gz\n","\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory
context /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
bootstrap_builds/sdl2/jni\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: Moving SDL2_ttf-2.20.2 to /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_ttf\n","\u001b[1m[INFO]\
u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/sqlite3/armeabi-v7a__ndk_target_21\n","\u001b[1m[INFO]\u001b[0m: \
u001b[1m\u001b[32mUnpacking sqlite3 for armeabi-v7a\u001b[0m\u001b[39m\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running
basename https://www.sqlite.org/2021/sqlite-amalgamation-3350500.zip\u001b[0m\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tsqlite-amalgamation-3350500.zip\
n","\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/sqlite3/armeabi-v7a__ndk_target_21\u001b[39m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: Moving sqlite-amalgamation-3350500 to
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/sqlite3/armeabi-v7a__ndk_target_21/sqlite3\n","\u001b[1m[INFO]\
u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/python3/armeabi-v7a__ndk_target_21\n","\u001b[1m[INFO]\u001b[0m: \
u001b[1m\u001b[32mUnpacking python3 for armeabi-v7a\u001b[0m\u001b[39m\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running
basename https://www.python.org/ftp/python/3.11.5/Python-3.11.5.tgz\u001b[0m\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tPython-3.11.5.tgz\n","\
u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/python3/armeabi-v7a__ndk_target_21\u001b[39m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: Moving Python-3.11.5 to
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/python3/armeabi-v7a__ndk_target_21/python3\n","\u001b[1m[INFO]\
u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mUnpacking sdl2 for armeabi-v7a\
u001b[0m\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m-
>\u001b[0m running basename
https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-
2.28.5.tar.gz\u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tSDL2-
2.28.5.tar.gz\n","\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
bootstrap_builds/sdl2/jni\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: Moving SDL2-2.28.5 to /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL\n","\u001b[1m[INFO]\u001b[0m:
\u001b[36m<- directory context /content/.buildozer/android/platform/python-for-
android\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create
directory /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/setuptools/armeabi-v7a__ndk_target_21\n","\u001b[1m[INFO]\u001b[0m:
\u001b[1m\u001b[32mUnpacking setuptools for armeabi-v7a\u001b[0m\u001b[39m\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running
basename https://pypi.python.org/packages/source/s/setuptools/setuptools-
51.3.3.tar.gz\u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tsetuptools-51.3.3.tar.gz\n","\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory
context /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/setuptools/armeabi-v7a__ndk_target_21\u001b[39m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: Moving setuptools-51.3.3 to
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/setuptools/armeabi-v7a__ndk_target_21/setuptools\n","\u001b[1m[INFO]\
u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/six/armeabi-v7a__ndk_target_21\n","\u001b[1m[INFO]\u001b[0m: \
u001b[1m\u001b[32mUnpacking six for armeabi-v7a\u001b[0m\u001b[39m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running basename
https://pypi.python.org/packages/source/s/six/six-1.15.0.tar.gz\u001b[0m\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tsix-1.15.0.tar.gz\n","\
u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/six/armeabi-v7a__ndk_target_21\u001b[39m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: Moving six-1.15.0 to
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/six/armeabi-v7a__ndk_target_21/six\n","\u001b[1m[INFO]\u001b[0m: \
u001b[36m<- directory context /content/.buildozer/android/platform/python-for-
android\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create
directory /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/pyjnius-sdl2/armeabi-v7a__ndk_target_21\n","\u001b[1m[INFO]\u001b[0m:
\u001b[1m\u001b[32mUnpacking pyjnius for armeabi-v7a\u001b[0m\u001b[39m\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running
basename https://github.com/kivy/pyjnius/archive/1.6.1.zip\u001b[0m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t1.6.1.zip\n","\u001b[1m[INFO]\u001b[0m:
\u001b[36m-> directory context /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/pyjnius-sdl2/armeabi-v7a__ndk_target_21\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Moving pyjnius-1.6.1
to /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/pyjnius-sdl2/armeabi-v7a__ndk_target_21/pyjnius\n","\u001b[1m[INFO]\
u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/android-sdl2/armeabi-v7a__ndk_target_21\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running cp -a
/content/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/
android/src
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/android-sdl2/armeabi-v7a__ndk_target_21/android\u001b[0m\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/kivy/armeabi-v7a__ndk_target_21\n","\u001b[1m[INFO]\u001b[0m: \
u001b[1m\u001b[32mUnpacking kivy for armeabi-v7a\u001b[0m\u001b[39m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running basename
https://github.com/kivy/kivy/archive/2.3.0.zip\u001b[0m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t2.3.0.zip\n","\u001b[1m[INFO]\u001b[0m:
\u001b[36m-> directory context /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/kivy/armeabi-v7a__ndk_target_21\u001b[39m\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Moving kivy-2.3.0 to
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/kivy/armeabi-v7a__ndk_target_21/kivy\n","\u001b[1m[INFO]\
u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32m# Prebuilding recipes\u001b[0m\
u001b[39m\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPrebuilding
hostpython3 for armeabi-v7a\u001b[0m\u001b[39m\n","\u001b[1m[INFO]\u001b[0m:
hostpython3 has no prebuild_armeabi_v7a, skipping\n","\u001b[1m[INFO]\
u001b[0m: \u001b[1m\u001b[32mApplying patches for hostpython3[armeabi-v7a]\
u001b[0m\u001b[39m\n","\u001b[1m[INFO]\u001b[0m: Applying patch
patches/pyconfig_detection.patch\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\u001b[90m->\u001b[0m running patch -t -d
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3 -p1 -i
/content/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/
hostpython3/patches/pyconfig_detection.patch\u001b[0m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tpatching file Lib/site.py\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tHunk #1 succeeded at 523 (offset 36
lines).\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPrebuilding libffi for
armeabi-v7a\u001b[0m\u001b[39m\n","\u001b[1m[INFO]\u001b[0m: libffi has no
prebuild_armeabi_v7a, skipping\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\
u001b[32mApplying patches for libffi[armeabi-v7a]\u001b[0m\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: Applying patch remove-version-info.patch\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running patch -t -d
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/libffi/armeabi-v7a__ndk_target_21/libffi -p1 -i
/content/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/
libffi/remove-version-info.patch\u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tpatching file Makefile.am\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tHunk #1 succeeded at 138 with fuzz 2 (offset -18 lines).\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPrebuilding openssl for armeabi-v7a\
u001b[0m\u001b[39m\n","\u001b[1m[INFO]\u001b[0m: openssl has no
prebuild_armeabi_v7a, skipping\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\
u001b[32mPrebuilding sdl2_image for armeabi-v7a\u001b[0m\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
bootstrap_builds/sdl2/jni/SDL2_image/external\u001b[39m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running download.sh\
u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tCloning into
'external/jpeg'...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tremote:
Enumerating objects: 309, done.\u001b[K\n","remote: Counting objects: 100%
(309/309), done.\u001b[K\n","remote: Compressing objects: 100% (184/184), done.\
u001b[K\n","remote: Total 309 (delta 138), reused 291 (delta 122), pack-reused 0
(from 0)\u001b[K\n","Receiving objects: 100% (309/309), 1.15 MiB | 1.79 MiB/s,
done.\n","Resolving deltas: 100% (138/138), done.\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tCloning into 'external/libpng'...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tremote: Enumerating objects: 109240,
done.\u001b[K\n","remote: Counting objects: 100% (728/728), done.\u001b[K\
n","remote: Compressing objects: 100% (351/351), done.\u001b[K\n","remote: Total
109240 (delta 450), reused 525 (delta 356), pack-reused 108512 (from 1)\u001b[K\
n","Receiving objects: 100% (109240/109240), 41.72 MiB | 22.23 MiB/s, done.\
n","Resolving deltas: 100% (98240/98240), done.\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tCloning into 'external/libwebp'...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tremote: Enumerating objects: 28533, done.\
u001b[K\n","remote: Counting objects: 100% (3048/3048), done.\u001b[K\n","remote:
Compressing objects: 100% (1110/1110), done.\u001b[K\n","remote: Total 28533 (delta
2130), reused 2443 (delta 1927), pack-reused 25485 (from 1)\u001b[K\n","Receiving
objects: 100% (28533/28533), 12.45 MiB | 17.71 MiB/s, done.\n","Resolving deltas:
100% (21671/21671), done.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tCloning into 'external/libtiff'...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tremote: Enumerating objects: 31498, done.\u001b[K\n","remote:
Counting objects: 100% (5694/5694), done.\u001b[K\n","remote: Compressing objects:
100% (1708/1708), done.\u001b[K\n","remote: Total 31498 (delta 4160), reused 5318
(delta 3929), pack-reused 25804 (from 1)\u001b[K\n","Receiving objects: 100%
(31498/31498), 12.92 MiB | 8.34 MiB/s, done.\n","Resolving deltas: 100%
(24571/24571), done.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tCloning
into 'external/zlib'...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tremote: Enumerating objects: 6714, done.\u001b[K\n","remote: Counting objects:
100% (171/171), done.\u001b[K\n","remote: Compressing objects: 100% (112/112),
done.\u001b[K\n","remote: Total 6714 (delta 82), reused 105 (delta 58), pack-reused
6543 (from 1)\u001b[K\n","Receiving
objects: 100% (6714/6714), 4.27 MiB | 12.62 MiB/s, done.\n","Resolving deltas:
100% (4764/4764), done.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tCloning into 'external/libjxl'...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tremote: Enumerating objects: 33057, done.\u001b[K\n","remote:
Counting objects: 100% (5316/5316), done.\u001b[K\n","remote: Compressing objects:
100% (514/514), done.\u001b[K\n","remote: Total 33057 (delta 4975), reused 4834
(delta 4799), pack-reused 27741 (from 1)\u001b[K\n","Receiving objects: 100%
(33057/33057), 35.19 MiB | 15.84 MiB/s, done.\n","Resolving deltas: 100%
(27138/27138), done.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tSubmodule 'third_party/brotli' (https://github.com/libsdl-org/brotli.git)
registered for path 'third_party/brotli'\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tSubmodule 'third_party/googletest'
(https://github.com/google/googletest) registered for path
'third_party/googletest'\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tSubmodule 'third_party/highway' (https://github.com/libsdl-org/highway.git)
registered for path 'third_party/highway'\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tSubmodule 'third_party/lcms' (https://github.com/mm2/Little-CMS)
registered for path 'third_party/lcms'\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tSubmodule 'third_party/lodepng' (https://github.com/lvandeve/lodepng)
registered for path 'third_party/lodepng'\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tSubmodule 'third_party/sjpeg'
(https://github.com/webmproject/sjpeg.git) registered for path 'third_party/sjpeg'\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tSubmodule
'third_party/skcms' (https://skia.googlesource.com/skcms) registered for path
'third_party/skcms'\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tCloning
into '/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
bootstrap_builds/sdl2/jni/SDL2_image/external/libjxl/third_party/brotli'...\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tremote: Enumerating objects:
7560, done.\n","remote: Counting objects: 100% (1501/1501), done.\n","remote:
Compressing objects: 100% (337/337), done.\n","remote: Total 7560 (delta 1263),
reused 1164 (delta 1164), pack-reused 6059 (from 1)\n","Receiving objects: 100%
(7560/7560), 36.46 MiB | 21.90 MiB/s, done.\n","Resolving deltas: 100% (4978/4978),
done.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tCloning into
'/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
bootstrap_builds/sdl2/jni/SDL2_image/external/libjxl/third_party/googletest'...\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tremote: Enumerating objects:
27690, done.\n","remote: Counting objects: 100% (39/39), done.\n","remote:
Compressing objects: 100% (32/32), done.\n","remote: Total 27690 (delta 14), reused
21 (delta 4), pack-reused 27651 (from 1)\n","Receiving objects: 100% (27690/27690),
12.96 MiB | 14.88 MiB/s, done.\n","Resolving deltas: 100% (20568/20568), done.\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tCloning into
'/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
bootstrap_builds/sdl2/jni/SDL2_image/external/libjxl/third_party/highway'...\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tremote: Enumerating objects:
18537, done.\n","remote: Counting objects: 100% (26/26), done.\n","remote:
Compressing objects: 100% (23/23), done.\n","remote: Total 18537 (delta 5), reused
19 (delta 3), pack-reused 18511 (from 1)\n","Receiving objects: 100% (18537/18537),
22.65 MiB | 20.31 MiB/s, done.\n","Resolving deltas: 100% (14570/14570), done.\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tCloning into
'/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
bootstrap_builds/sdl2/jni/SDL2_image/external/libjxl/third_party/lcms'...\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tremote: Enumerating objects:
8218, done.\n","remote: Counting objects: 100% (3442/3442), done.\n","remote:
Compressing objects: 100% (832/832), done.\n","remote: Total 8218 (delta 2794),
reused 2821 (delta 2590), pack-reused 4776 (from 1)\n","Receiving objects: 100%
(8218/8218), 90.96 MiB | 23.20 MiB/s, done.\n","Resolving deltas: 100% (5860/5860),
done.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tCloning into
'/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
bootstrap_builds/sdl2/jni/SDL2_image/external/libjxl/third_party/lodepng'...\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tremote: Enumerating objects:
2712, done.\n","remote: Counting objects: 100% (309/309), done.\n","remote:
Compressing objects: 100% (73/73), done.\n","remote: Total 2712 (delta 246), reused
240 (delta 236), pack-reused 2403 (from 1)\n","Receiving objects: 100% (2712/2712),
1.52 MiB | 6.26 MiB/s, done.\n","Resolving deltas: 100% (1176/1176), done.\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tCloning into
'/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
bootstrap_builds/sdl2/jni/SDL2_image/external/libjxl/third_party/sjpeg'...\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tremote: Enumerating objects: 957,
done.\n","remote: Counting objects: 100% (126/126), done.\n","remote: Compressing
objects: 100% (87/87), done.\n","remote: Total 957 (delta 53), reused 79 (delta
35), pack-reused 831 (from 1)\n","Receiving objects: 100% (957/957), 2.68 MiB |
9.92 MiB/s, done.\n","Resolving deltas: 100% (593/593), done.\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tCloning into
'/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
bootstrap_builds/sdl2/jni/SDL2_image/external/libjxl/third_party/skcms'...\
n","remote: Total 5453 (delta 2584), reused 5453 (delta 2584)\n","Receiving
objects: 100% (5453/5453), 13.46 MiB | 19.91 MiB/s, done.\n","Resolving deltas:
100% (2584/2584), done.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tSubmodule path 'third_party/brotli': checked out
'2ae7ff838d1a7ba9726ef0f9b3e42d9eadc5d252'\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tSubmodule 'research/esaxx'
(https://github.com/hillbig/esaxx) registered for path
'third_party/brotli/research/esaxx'\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tSubmodule 'research/libdivsufsort'
(https://github.com/y-256/libdivsufsort.git) registered for path
'third_party/brotli/research/libdivsufsort'\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tCloning into '/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image/external/libjxl/
third_party/brotli/research/esaxx'...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tremote: Enumerating objects: 32, done.\n","remote: Total 32 (delta
0), reused 0 (delta 0), pack-reused 32 (from 1)\n","Receiving objects: 100%
(32/32), 345.18 KiB | 1.85 MiB/s, done.\n","Resolving deltas: 100% (10/10), done.\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tCloning into
'/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
bootstrap_builds/sdl2/jni/SDL2_image/external/libjxl/third_party/brotli/research/
libdivsufsort'...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tremote:
Enumerating objects: 210, done.\n","remote: Counting objects: 100% (79/79), done.\
n","remote: Compressing objects: 100% (16/16), done.\n","remote: Total 210 (delta
67), reused 63 (delta 63), pack-reused 131 (from 1)\n","Receiving objects: 100%
(210/210), 97.29 KiB | 1.33 MiB/s, done.\n","Resolving deltas: 100% (133/133),
done.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tSubmodule path
'third_party/brotli/research/esaxx': checked out
'ca7cb332011ec37a8436487f210f396b84bd8273'\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tSubmodule path 'third_party/brotli/research/libdivsufsort':
checked out '5f60d6f026c30fb4ac296f696b3c8b0eb71bd428'\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tSubmodule path 'third_party/googletest':
checked out '0ea2d8f8fa1601abb9ce713b7414e7b86f90bc61'\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tSubmodule path 'third_party/highway':
checked out 'a2104044ca0717cc571e4a7570b6e8900d4f8c13'\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tSubmodule path 'third_party/lcms': checked
out '65c63bf549d78253c14b30b3d62cb668bbbe612c'\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tSubmodule path 'third_party/lodepng': checked out
'48e5364ef48ec2408f44c727657ac1b6703185f8'\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tSubmodule path 'third_party/sjpeg': checked out
'868ab558fad70fcbe8863ba4e85179eeb81cc840'\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tSubmodule path 'third_party/skcms': checked out
'64374756e03700d649f897dbd98c95e78c30c7da'\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tCloning into 'external/libavif'...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tremote: Enumerating objects: 17498, done.\
u001b[K\n","remote: Counting objects: 100% (3438/3438), done.\u001b[K\n","remote:
Compressing objects: 100% (377/377), done.\u001b[K\n","remote: Total 17498 (delta
3197), reused 3142 (delta 3047), pack-reused 14060 (from 1)\u001b[K\n","Receiving
objects: 100% (17498/17498), 23.49 MiB | 19.90 MiB/s, done.\n","Resolving deltas:
100% (11344/11344), done.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tCloning into 'external/dav1d'...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tremote: Enumerating objects: 15976, done.\u001b[K\n","remote:
Counting objects: 100% (3769/3769), done.\u001b[K\n","remote: Compressing objects:
100% (957/957), done.\u001b[K\n","remote: Total 15976 (delta 2961), reused 2964
(delta 2810), pack-reused 12207 (from 1)\u001b[K\n","Receiving objects: 100%
(15976/15976), 8.40 MiB | 11.69 MiB/s, done.\n","Resolving deltas: 100%
(12282/12282), done.\n","\u001b[1m[INFO]\u001b[0m:
\u001b[36m<- directory context /content/.buildozer/android/platform/python-for-
android\u001b[39m\n","\u001b[1m[INFO]\u001b[0m: sdl2_image has no
prebuild_armeabi_v7a, skipping\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\
u001b[32mApplying patches for sdl2_image[armeabi-v7a]\u001b[0m\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: Applying patch enable-webp.patch\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running patch -t -d
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
bootstrap_builds/sdl2/jni/SDL2_image -p1 -i
/content/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/
sdl2_image/enable-webp.patch\u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tpatching file Android.mk\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\
u001b[32mPrebuilding sdl2_mixer for armeabi-v7a\u001b[0m\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: sdl2_mixer has no prebuild_armeabi_v7a, skipping\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPrebuilding sdl2_ttf for armeabi-
v7a\u001b[0m\u001b[39m\n","\u001b[1m[INFO]\u001b[0m: sdl2_ttf has no
prebuild_armeabi_v7a, skipping\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\
u001b[32mPrebuilding sqlite3 for armeabi-v7a\u001b[0m\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: sqlite3 has no prebuild_armeabi_v7a, skipping\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/sqlite3/armeabi-v7a__ndk_target_21/sqlite3/jni\n","\u001b[1m[INFO]\
u001b[0m: \u001b[1m\u001b[32mPrebuilding python3 for armeabi-v7a\u001b[0m\
u001b[39m\n","\u001b[1m[INFO]\u001b[0m: python3 has no prebuild_armeabi_v7a,
skipping\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mApplying patches for
python3[armeabi-v7a]\u001b[0m\u001b[39m\n","\u001b[1m[INFO]\u001b[0m: Applying
patch patches/pyconfig_detection.patch\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \u001b[90m->\u001b[0m running patch -t -d
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/python3/armeabi-v7a__ndk_target_21/python3 -p1 -i
/content/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/
python3/patches/pyconfig_detection.patch\u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tpatching file Lib/site.py\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tHunk #1 succeeded at 523 (offset 36 lines).\n","\
u001b[1m[INFO]\u001b[0m: Applying patch patches/reproducible-buildinfo.diff\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running
patch -t -d
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/python3/armeabi-v7a__ndk_target_21/python3 -p1 -i
/content/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/
python3/patches/reproducible-buildinfo.diff\u001b[0m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tpatching file Makefile.pre.in\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tHunk #1 succeeded at 1238 with
fuzz 1 (offset 453 lines).\n","\u001b[1m[INFO]\u001b[0m: Applying patch
patches/cpython-311-ctypes-find-library.patch\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running patch -t -d
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/python3/armeabi-v7a__ndk_target_21/python3 -p1 -i
/content/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/
python3/patches/cpython-311-ctypes-find-library.patch\u001b[0m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tpatching file Lib/ctypes/util.py\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPrebuilding sdl2 for armeabi-v7a\
u001b[0m\u001b[39m\n","\u001b[1m[INFO]\u001b[0m: sdl2 has no
prebuild_armeabi_v7a, skipping\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\
u001b[32mPrebuilding setuptools for armeabi-v7a\u001b[0m\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: setuptools has no prebuild_armeabi_v7a, skipping\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPrebuilding six for armeabi-v7a\
u001b[0m\u001b[39m\n","\u001b[1m[INFO]\u001b[0m: six has no
prebuild_armeabi_v7a, skipping\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\
u001b[32mPrebuilding pyjnius for armeabi-v7a\u001b[0m\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: pyjnius has no prebuild_armeabi_v7a, skipping\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mApplying patches for
pyjnius[armeabi-v7a]\u001b[0m\u001b[39m\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\
u001b[32mPrebuilding android for armeabi-v7a\u001b[0m\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: android has no prebuild_armeabi_v7a, skipping\n","\
u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/android-sdl2/armeabi-v7a__ndk_target_21/android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPrebuilding kivy for armeabi-v7a\
u001b[0m\u001b[39m\n","\u001b[1m[INFO]\u001b[0m: kivy has no
prebuild_armeabi_v7a, skipping\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\
u001b[32mApplying patches for kivy[armeabi-v7a]\u001b[0m\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/kivy/armeabi-v7a__ndk_target_21/kivy/kivy\u001b[39m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running python3 -c
import _version; print(_version.__version__)\u001b[0m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t2.3.0\n","\u001b[1m[INFO]\u001b[0m: \
u001b[36m<- directory context /content/.buildozer/android/platform/python-for-
android\u001b[39m\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32m# Building
recipes\u001b[0m\u001b[39m\n","\u001b[1m[INFO]\u001b[0m: \u001b[1m\
u001b[32mBuilding hostpython3 for armeabi-v7a\u001b[0m\u001b[39m\n","\u001b[1m\
u001b[31m[WARNING]\u001b[39m\u001b[0m: pkg-config location is not supported on
linux for prerequisite: openssl\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/native-build\n","\u001b[1m[INFO]\
u001b[0m: \u001b[36m-> directory context
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/native-build\u001b[39m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running configure\
u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking build
system type... x86_64-pc-linux-gnu\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking host system type... x86_64-pc-linux-gnu\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for Python interpreter
freezing... ./_bootstrap_python\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for python3.11... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for python3.10... python3.10\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking Python for regen version... Python 3.10.12\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for pkg-config... /usr/bin/pkg-
config\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking pkg-config
is at least version 0.9.0... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for --enable-universalsdk... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for --with-universal-archs... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking MACHDEP... \"linux\"\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for gcc... gcc\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking whether the C compiler
works... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for C
compiler default output file name... a.out\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for suffix of executables...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking whether we are cross compiling...
no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for suffix of
object files... o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
whether we are using the GNU C compiler... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking whether gcc accepts -g... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for gcc option to accept ISO
C89... none needed\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
how to run the C preprocessor... gcc -E\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for grep that handles long lines and -e... /usr/bin/grep\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for a sed that does
not truncate output... /usr/bin/sed\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for egrep... /usr/bin/grep -E\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for CC compiler name... gcc\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for ANSI C header
files... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sys/types.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for sys/stat.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for stdlib.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for string.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for memory.h... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for strings.h... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for inttypes.h...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
stdint.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
unistd.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
minix/config.h usability... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking minix/config.h presence... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for minix/config.h... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking whether it is safe to define __EXTENSIONS__...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --with-cxx-
main=<compiler>... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for g++... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tconfigure:\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t By default, distutils will build C++
extension modules with \"g++\".\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\t If this is not intended, then set CXX on the configure command line.\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for the platform triplet based on compiler
characteristics... x86_64-linux-gnu\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for multiarch... x86_64-linux-gnu\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for PEP 11 support tier...
x86_64-pc-linux-gnu/gcc has tier 1 (supported)\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for -Wl,--no-as-needed... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for the Android API level... not
Android\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --with-
emscripten-target...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for --enable-wasm-dynamic-linking... missing\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --enable-wasm-pthreads...
missing\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --with-
suffix...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for case-
insensitive build directory... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking LINKCC... $(PURIFY) $(MAINCC)\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking EXPORTSYMS...\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for GNU ld... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --enable-shared...
no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --with-
static-libpython... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for --enable-profiling... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking LDLIBRARY... checking HOSTRUNNER...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tlibpython$(VERSION)$(ABIFLAGS).a\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for ar... ar\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for readelf... readelf\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for a BSD-
compatible install... /usr/bin/install -c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for a thread-safe mkdir -p... /usr/bin/mkdir -p\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --with-pydebug...
no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --with-
trace-refs... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for --enable-pystats... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for --with-assertions... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for --enable-optimizations... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking PROFILE_TASK... -m test --pgo --
timeout=$(TESTTIMEOUT)\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for --with-lto... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for llvm-profdata... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking if gcc supports -Og optimization level... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking if we can add -Wextra... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking whether gcc -fno-
strict-aliasing accepts and needs -fno-strict-aliasing... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking if we can disable gcc unused-
parameter warning... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking if we can disable gcc int-conversion warning... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking if we can disable gcc missing-
field-initializers warning... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking if we can enable gcc sign-compare warning... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking if we can enable gcc
unreachable-code warning... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking if we can enable gcc strict-prototypes warning... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking if we can make implicit function
declaration an error in gcc -Werror=implicit-function-declaration... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking if we can use visibility
in gcc -fvisibility=hidden... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking whether pthreads are available without options... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking whether g++ also accepts
flags for thread support... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking alloca.h usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking alloca.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for alloca.h... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking asm/types.h usability... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking asm/types.h
presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
asm/types.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
bluetooth.h usability... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking bluetooth.h presence... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for bluetooth.h... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking conio.h usability... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking conio.h presence... no\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for conio.h... no\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking crypt.h usability...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking crypt.h
presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
crypt.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
direct.h usability... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking direct.h presence... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for direct.h... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking dlfcn.h usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking dlfcn.h presence... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for dlfcn.h... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking endian.h usability... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking endian.h presence...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for endian.h...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking errno.h
usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
errno.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for errno.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking fcntl.h usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking fcntl.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for fcntl.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking grp.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking grp.h presence... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for grp.h... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking ieeefp.h usability...
no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking ieeefp.h
presence... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
ieeefp.h... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking io.h
usability... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
io.h presence... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for io.h... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
langinfo.h usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking langinfo.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for langinfo.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking libintl.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking libintl.h presence... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for libintl.h... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking libutil.h
usability... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
libutil.h presence...
no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
libutil.h... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
linux/auxvec.h usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking linux/auxvec.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for linux/auxvec.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking sys/auxv.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/auxv.h presence... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sys/auxv.h... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking linux/limits.h
usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
linux/limits.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for linux/limits.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking linux/memfd.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking linux/memfd.h presence... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
linux/memfd.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking linux/random.h usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking linux/random.h presence... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for linux/random.h... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking linux/soundcard.h
usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
linux/soundcard.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for linux/soundcard.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking linux/tipc.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking linux/tipc.h presence... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for linux/tipc.h...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking linux/wait.h
usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
linux/wait.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for linux/wait.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking netdb.h usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking netdb.h presence... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for netdb.h... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking netinet/in.h usability... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking netinet/in.h
presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
netinet/in.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
netpacket/packet.h usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking netpacket/packet.h presence... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for netpacket/packet.h... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking poll.h usability...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking poll.h
presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
poll.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
process.h usability... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking process.h presence... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for process.h... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking pthread.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking pthread.h presence... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for pthread.h... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking pty.h usability...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking pty.h
presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
pty.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
sched.h usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking sched.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for sched.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking setjmp.h usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking setjmp.h presence... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for setjmp.h... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking shadow.h usability...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking shadow.h
presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
shadow.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
signal.h usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking signal.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for signal.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking spawn.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking spawn.h presence... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for spawn.h... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking stropts.h usability...
no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking stropts.h
presence... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
stropts.h... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
sys/audioio.h usability... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking sys/audioio.h presence... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for sys/audioio.h... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/bsdtty.h usability... no\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/bsdtty.h
presence... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sys/bsdtty.h... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
sys/devpoll.h usability... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking sys/devpoll.h presence... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for sys/devpoll.h... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/endian.h usability... no\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/endian.h
presence... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sys/endian.h... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
sys/epoll.h usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking sys/epoll.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for sys/epoll.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking sys/event.h usability... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/event.h presence... no\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sys/event.h... no\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/eventfd.h
usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
sys/eventfd.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for sys/eventfd.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking sys/file.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/file.h presence... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sys/file.h... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/ioctl.h
usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
sys/ioctl.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for sys/ioctl.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking sys/kern_control.h usability... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking sys/kern_control.h presence... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sys/kern_control.h... no\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/loadavg.h
usability... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
sys/loadavg.h presence... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for sys/loadavg.h... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking sys/lock.h usability... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking sys/lock.h presence... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sys/lock.h... no\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/memfd.h usability...
no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/memfd.h
presence... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sys/memfd.h... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
sys/mkdev.h usability... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking sys/mkdev.h presence... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for sys/mkdev.h... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking sys/mman.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/mman.h presence... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sys/mman.h... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking sys/modem.h usability... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking sys/modem.h presence... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for sys/modem.h... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/param.h usability... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/param.h
presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sys/param.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
sys/poll.h usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking sys/poll.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for sys/poll.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking sys/random.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/random.h presence... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sys/random.h...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/resource.h
usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
sys/resource.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for sys/resource.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking sys/select.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/select.h presence... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sys/select.h...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/sendfile.h
usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
sys/sendfile.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for sys/sendfile.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking sys/socket.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/socket.h presence... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sys/socket.h...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/soundcard.h
usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
sys/soundcard.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for sys/soundcard.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for sys/stat.h... (cached) yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/statvfs.h usability... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/statvfs.h
presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sys/statvfs.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking sys/sys_domain.h usability... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking sys/sys_domain.h presence... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sys/sys_domain.h... no\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/syscall.h
usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
sys/syscall.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for sys/syscall.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking sys/sysmacros.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/sysmacros.h presence... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sys/sysmacros.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking sys/termio.h usability... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking sys/termio.h presence... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for sys/termio.h... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/time.h usability... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/time.h presence...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sys/time.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
sys/times.h usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking sys/times.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for sys/times.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for sys/types.h... (cached) yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/uio.h usability... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/uio.h presence...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sys/uio.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
sys/un.h usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking sys/un.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for sys/un.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking sys/utsname.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/utsname.h presence... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sys/utsname.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking sys/wait.h usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking sys/wait.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for sys/wait.h... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/xattr.h usability... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sys/xattr.h
presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sys/xattr.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
sysexits.h usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking sysexits.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for sysexits.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking syslog.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking syslog.h presence... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for syslog.h... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking termios.h
usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
termios.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for termios.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking util.h usability... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking util.h presence... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for util.h... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking utime.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking utime.h presence... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for utime.h... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking utmp.h usability... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking utmp.h presence...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for utmp.h...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for dirent.h
that defines DIR... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for library containing opendir... none required\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking whether sys/types.h defines
makedev... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sys/mkdev.h... (cached) no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for sys/sysmacros.h... (cached) yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking bluetooth/bluetooth.h usability... no\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking bluetooth/bluetooth.h
presence... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
bluetooth/bluetooth.h... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for net/if.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for linux/netlink.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for linux/qrtr.h... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for linux/vm_sockets.h... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for linux/can.h...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
linux/can/bcm.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for linux/can/j1939.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for linux/can/raw.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for netcan/can.h... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for clock_t in time.h... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for makedev... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for le64toh... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for mode_t... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for off_t... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for pid_t... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for size_t... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for uid_t in
sys/types.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for ssize_t... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for __uint128_t... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking size of int... 4\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking size of long... 8\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking alignment of long... 8\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking size of long long... 8\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking size of void *... 8\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking size of short... 2\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking size of float... 4\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking size of double... 8\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking size of fpos_t...
16\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking size of
size_t... 8\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
alignment of size_t... 8\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking size of pid_t... 4\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking size of uintptr_t... 8\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for long double... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking size of long double... 16\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking size of _Bool... 1\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking size of off_t... 8\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking whether to enable large file support... no\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking size of time_t... 8\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for pthread_t...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking size of
pthread_t... 8\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking size
of pthread_key_t... 4\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking whether pthread_key_t is compatible with int... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --enable-framework... no\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for dyld... no\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --with-address-
sanitizer... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
--with-memory-sanitizer... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for --with-undefined-behavior-sanitizer... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking the extension of shared
libraries... .so\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
LDSHARED... $(CC) -shared\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking BLDSHARED flags... $(CC) -shared\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking CCSHARED... -fPIC\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking LINKFORSHARED... -Xlinker -export-dynamic\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking CFLAGSFORSHARED...\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking SHLIBS... $(LIBS)\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sendfile in -
lsendfile... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
dlopen in -ldl... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for shl_load in -ldld... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking uuid.h usability... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking uuid.h presence... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for uuid.h... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for LIBUUID... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for library containing
sem_init... none required\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for textdomain in -lintl... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking aligned memory access is required... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --with-hash-algorithm...
default\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --with-
tzpath... \"/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/
zoneinfo\"\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
t_open in -lnsl... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for socket in -lsocket... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for --with-libs... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for --with-system-expat... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --with-system-ffi... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --with-system-
libmpdec... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
--with-decimal-contextvar... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for decimal libmpdec machine... uint128\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for LIBNSL... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking rpc/rpc.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking rpc/rpc.h presence... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for rpc/rpc.h... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for LIBSQLITE3...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking sqlite3.h
usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
sqlite3.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for sqlite3.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for sqlite3_bind_double in -lsqlite3... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sqlite3_column_decltype in -
lsqlite3... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sqlite3_column_double in -lsqlite3... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for sqlite3_complete in -lsqlite3... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sqlite3_enable_shared_cache
in -lsqlite3... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for sqlite3_progress_handler in -lsqlite3... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for sqlite3_result_double in -lsqlite3... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sqlite3_set_authorizer in -lsqlite3... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for sqlite3_trace_v2 in -lsqlite3... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sqlite3_value_double
in -lsqlite3... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for sqlite3_load_extension in -lsqlite3... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for sqlite3_serialize in -lsqlite3... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --enable-loadable-
sqlite-extensions... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for TCLTK... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking gdbm.h usability... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking gdbm.h presence... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for gdbm.h... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking ndbm.h usability... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking ndbm.h presence... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for ndbm.h... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking gdbm/ndbm.h usability... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking gdbm/ndbm.h presence... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for gdbm/ndbm.h... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking gdbm-ndbm.h usability... no\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking gdbm-ndbm.h presence...
no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for gdbm-
ndbm.h... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking db.h
usability... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
db.h presence... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for db.h... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
--with-dbmliborder... gdbm:ndbm:bdb\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking if PTHREAD_SCOPE_SYSTEM is supported... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for pthread_sigmask... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
pthread_getcpuclockid... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking if --enable-ipv6 is specified... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking if RFC2553 API is available... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking ipv6 stack type... linux-glibc\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
CAN_RAW_FD_FRAMES... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for CAN_RAW_JOIN_FILTERS... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for --with-doc-strings... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --with-pymalloc... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --with-freelists...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --with-c-
locale-coercion... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for --with-valgrind... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for --with-dtrace... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for dlopen... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking DYNLOADFILE... dynload_shlib.o\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking MACHDEP_OBJS... none\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for accept4... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for alarm... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
bind_textdomain_codeset... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for chmod... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for chown... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for clock... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for close_range... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for confstr... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for copy_file_range... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for ctermid... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for dup... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for dup3... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for execv... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for explicit_bzero... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for explicit_memset... no\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for faccessat... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for fchmod... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for fchmodat...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for fchown...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for fchownat...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
fdopendir... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for fdwalk... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for fexecve... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for fork... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
fork1... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
fpathconf... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for fstatat... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for ftime... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for ftruncate... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for futimens... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for futimes... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for futimesat... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for gai_strerror... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for getegid... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for getentropy... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for geteuid... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for getgid... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for getgrgid... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for getgrgid_r...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
getgrnam_r... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for getgrouplist... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for getgroups... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for gethostname... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for getitimer... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for getloadavg... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for getlogin... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for getpeername... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for getpgid... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for getpid... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for getppid... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for getpriority...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for _getpty...
no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for getpwent...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
getpwnam_r... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for getpwuid... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for getpwuid_r... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for getresgid... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for getresuid... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for getrusage... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for getsid... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for getspent... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for getspnam... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for getuid... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for getwd... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for if_nameindex... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for initgroups... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for kill... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for killpg... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for lchown... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for linkat... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for lockf... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for lstat... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for lutimes... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for madvise... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for mbrtowc... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for memrchr... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for mkdirat... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for mkfifo... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for mkfifoat... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for mknod... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for mknodat... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for mktime... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for mmap... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for mremap... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for nice... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for openat... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for opendir... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for pathconf...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for pause...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for pipe...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for pipe2...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for plock...
no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for poll... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
posix_fadvise... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for posix_fallocate... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for posix_spawn... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for posix_spawnp... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for pread... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for preadv... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for preadv2... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for pthread_condattr_setclock...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
pthread_init... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for pthread_kill... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for pwrite... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for pwritev... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for pwritev2... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for readlink... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for readlinkat... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for readv... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for realpath... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for renameat... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for rtpSpawn... no\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sched_get_priority_max... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for sched_rr_get_interval... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for sched_setaffinity... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sched_setparam... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sched_setscheduler... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for sem_clockwait... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for sem_getvalue... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for sem_open... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sem_timedwait... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sem_unlink... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sendfile...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for setegid...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for seteuid...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for setgid...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sethostname... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for setitimer... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for setlocale... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for setpgid... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for setpgrp... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for setpriority... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for setregid... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for setresgid... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for setresuid... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for setreuid...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for setsid...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for setuid...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for setvbuf...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for shutdown...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sigaction... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for sigaltstack... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for sigfillset... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for siginterrupt... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for sigpending... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for sigrelse... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sigtimedwait... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sigwait... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sigwaitinfo... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for snprintf...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for splice...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for strftime...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for strlcpy...
no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for strsignal...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
symlinkat... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for sync... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
sysconf... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
system... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
tcgetpgrp... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for tcsetpgrp... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for tempnam... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for timegm... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for times... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for tmpfile... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for tmpnam... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for tmpnam_r... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for truncate... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for ttyname... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for umask... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for uname... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for unlinkat... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for utimensat... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for utimes... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for vfork... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for wait... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for wait3... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for wait4... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for waitid... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for waitpid... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for wcscoll... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for wcsftime... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for wcsxfrm... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for wmemcmp... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for writev... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking whether dirfd is
declared... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
chroot... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
link... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
symlink... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
fchdir... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
fsync... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
fdatasync... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for epoll_create... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for epoll_create1... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for kqueue... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for prlimit... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for _dyld_shared_cache_contains_path... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for memfd_create... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for eventfd... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for ctermid_r... no\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for flock
declaration... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for flock... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for getpagesize... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for broken unsetenv... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for true... true\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for inet_aton in -lc... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for chflags... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for lchflags... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for ZLIB... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for BZIP2... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking bzlib.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking bzlib.h presence... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for bzlib.h... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for BZ2_bzCompress in -
lbz2... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
LIBLZMA... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
hstrerror... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for getservbyname... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for getservbyport... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for gethostbyname... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for gethostbyaddr... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for getprotobyname... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for inet_aton... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for inet_ntoa...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
inet_pton... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for getpeername... (cached) yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for getsockname... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for accept... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for bind... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for connect... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for listen... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for recvfrom... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m:
\tchecking for sendto... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for setsockopt... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for socket... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for setgroups... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for openpty... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for library containing login_tty... none required\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for forkpty... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for fseek64... no\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for fseeko... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for fstatvfs... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for ftell64... no\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for ftello... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for statvfs... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for dup2... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for getpgrp... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for setpgrp...
(cached) yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
LIBCRYPT... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
crypt or crypt_r... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for clock_gettime... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for clock_getres... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for clock_settime... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for clock_nanosleep... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for nanosleep... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for major, minor,
and makedev... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for getaddrinfo... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking getaddrinfo bug... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for getnameinfo... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking whether struct tm is in sys/time.h or time.h... time.h\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for struct tm.tm_zone...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for struct
stat.st_rdev... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for struct stat.st_blksize... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for struct stat.st_flags... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for struct stat.st_gen... no\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for struct
stat.st_birthtime... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for struct stat.st_blocks... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for struct passwd.pw_gecos... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for struct passwd.pw_passwd...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
siginfo_t.si_band... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for time.h that defines altzone... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for addrinfo... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sockaddr_storage... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for sockaddr_alg... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for an ANSI C-
conforming const... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for working signed char... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for prototypes... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for variable length prototypes and stdarg.h...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
socketpair... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
if sockaddr has sa_len member... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for gethostbyname_r... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking gethostbyname_r with 6 args... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for __fpu_control... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --with-
libm=STRING... default LIBM=\"-lm\"\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for --with-libc=STRING... default LIBC=\"\"\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for x64 gcc inline assembler...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking whether float
word ordering is bigendian... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking whether we can use gcc inline assembler to get and set x87 control
word... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking whether
we can use gcc inline assembler to get and set mc68881 fpcr... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for x87-style double rounding...
no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for acosh...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for asinh...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for atanh...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for erf... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for erfc... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for expm1... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for log1p... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for log2... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking whether POSIX
semaphores are enabled... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for broken sem_getvalue... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking whether RTLD_LAZY is declared...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking whether
RTLD_NOW is declared... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking whether RTLD_GLOBAL is declared... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking whether RTLD_LOCAL is declared... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking whether RTLD_NODELETE is
declared... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
whether RTLD_NOLOAD is declared... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking whether RTLD_DEEPBIND is declared... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking whether RTLD_MEMBER is
declared... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
digit size for Python's longs... no value specified\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking wchar.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking wchar.h presence... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for wchar.h... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking size of wchar_t... 4\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking whether wchar_t is
signed... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
whether wchar_t is usable... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking whether byte ordering is bigendian... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking ABIFLAGS...\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking SOABI... cpython-311-x86_64-linux-gnu\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking LDVERSION... $(VERSION)$
(ABIFLAGS)\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --
with-platlibdir... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for --with-wheel-pkg-dir... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking whether right shift extends the sign bit... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for getc_unlocked() and
friends... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking how
to link readline libs... -lreadline\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking whether rl_completion_append_character is declared... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking whether
rl_completion_suppress_append is declared... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for rl_pre_input_hook in -lreadline... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
rl_completion_display_matches_hook in -lreadline... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for rl_resize_terminal in -
lreadline... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for rl_completion_matches in -lreadline... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking whether rl_catch_signals is declared... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for append_history in -
lreadline... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for broken nice()... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for broken poll()... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for working tzset()... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for tv_nsec in struct stat... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for tv_nsec2 in struct stat... no\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking curses.h usability... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking curses.h presence... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for curses.h... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking ncurses.h
usability... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
ncurses.h presence... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for ncurses.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for term.h... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking whether mvwdelch is an expression... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking whether WINDOW has _flags... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for curses function is_pad...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for curses
function is_term_resized... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for curses function resize_term... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for curses function resizeterm... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for curses function
immedok... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
curses function syncok... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for curses function wchgat... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for curses function filter...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for curses
function has_key... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for curses function typeahead... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for curses function use_env... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure: checking for device files\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for /dev/ptmx... yes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for /dev/ptc... no\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for %zd printf()
format support... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for socklen_t... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tchecking for broken mbstowcs... no\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for --with-computed-gotos... no value specified\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking whether gcc supports
computed gotos... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for build directories... done\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for -O2... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for glibc _FORTIFY_SOURCE/memmove bug... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for gcc ipa-pure-const bug... no\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for stdatomic.h...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for builtin
__atomic_load_n and __atomic_store_n functions... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for ensurepip... upgrade\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking if the dirent structure
of a d_type field... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for the Linux getrandom() syscall... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for the getrandom() function... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for library containing
shm_open... none required\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for shm_open... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for shm_unlink... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for pkg-config... /usr/bin/pkg-config\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking whether compiling and
linking against OpenSSL works... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for --with-openssl-rpath...\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking whether OpenSSL provides required ssl module
APIs... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking whether
OpenSSL provides required hashlib module APIs... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --with-ssl-default-suites...
python\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --with-
builtin-hashlib-hashes... md5,sha1,sha256,sha512,sha3,blake2\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for LIBB2... no\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for --disable-test-modules...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for additional
Modules/Setup files...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for stdlib extension module _multiprocessing... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for stdlib extension module
_posixshmem... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for stdlib extension module fcntl... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for stdlib extension module mmap... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for stdlib extension module
_socket... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
stdlib extension module grp... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for stdlib extension module ossaudiodev... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for stdlib extension
module pwd... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for stdlib extension module resource... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for stdlib extension module _scproxy... n/a\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for stdlib extension
module spwd... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for stdlib extension module syslog... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for stdlib extension module termios... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for stdlib extension module
pyexpat... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
stdlib extension module _elementtree... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for stdlib extension module _md5... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for stdlib extension
module _sha1... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for stdlib extension module _sha256... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for stdlib extension module _sha512... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for stdlib extension
module _sha3... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for stdlib extension module _blake2... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for stdlib extension module _crypt... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for stdlib extension
module _decimal... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for stdlib extension module _gdbm... missing\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for stdlib extension module
nis... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
stdlib extension module _sqlite3... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for stdlib extension module _tkinter... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for stdlib extension module
_uuid... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
stdlib extension module zlib... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for stdlib extension module _bz2... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for stdlib extension module
_lzma... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for
stdlib extension module _ssl... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for stdlib extension module _hashlib... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for stdlib extension module
_testcapi... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking
for stdlib extension module _testclinic... yes\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tchecking for stdlib extension module _testinternalcapi...
yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for stdlib
extension module _testbuffer... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for stdlib extension module _testimportmultiple... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for stdlib extension
module _testmultiphase... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tchecking for stdlib extension module _xxtestfuzz... yes\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for stdlib extension
module _ctypes_test... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tchecking for stdlib extension module xxlimited... yes\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchecking for stdlib extension module
xxlimited_35... yes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tconfigure: creating ./config.status\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tconfig.status: creating
Makefile.pre\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfig.status:
creating Misc/python.pc\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tconfig.status: creating Misc/python-embed.pc\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tconfig.status: creating Misc/python-config.sh\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfig.status: creating
Modules/Setup.bootstrap\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tconfig.status: creating Modules/Setup.stdlib\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tconfig.status: creating Modules/ld_so_aix\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfig.status: creating pyconfig.h\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure: creating
Modules/Setup.local\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tconfigure: creating Makefile\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tconfigure:\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tIf you want a release build
with all stable optimizations active (PGO, etc),\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tplease run ./configure --enable-optimizations\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\n","\u001b[1m[INFO]\u001b[0m:
\u001b[36m<- directory context /content/.buildozer/android/platform/python-for-
android\u001b[39m\n","\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory
context /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3\u001b[39m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running make -j 2 -
C /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/native-build\u001b[0m\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tmake: Entering directory
'/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/native-build'\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Programs/python.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/python.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Parser/token.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Parser/token.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Parser/pegen.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Parser/pegen.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Parser/pegen_errors.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Parser/pegen_errors.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Parser/action_helpers.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Parser/
action_helpers.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Parser/parser.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Parser/parser.c\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-
missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Parser/string_parser.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Parser/string_parser.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Parser/peg_api.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Parser/peg_api.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Parser/myreadline.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Parser/myreadline.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Parser/tokenizer.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Parser/tokenizer.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/abstract.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/abstract.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-
unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-
declaration -fvisibility=hidden -I/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/
internal -IObjects -IInclude -IPython -I.
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/accu.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Objects/accu.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/boolobject.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/boolobject.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/bytes_methods.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
bytes_methods.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/bytearrayobject.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Objects/bytearrayobject.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/bytesobject.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/bytesobject.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/call.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Objects/call.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/capsule.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/capsule.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/cellobject.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/cellobject.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/classobject.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/classobject.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/codeobject.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/codeobject.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/complexobject.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
complexobject.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/descrobject.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
descrobject.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/enumobject.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
enumobject.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/exceptions.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
exceptions.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-
unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-
declaration -fvisibility=hidden -I/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/
internal -IObjects -IInclude -IPython -I.
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/genericaliasobject.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
genericaliasobject.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c
-Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/genobject.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
genobject.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/fileobject.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
fileobject.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/floatobject.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
floatobject.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/frameobject.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
frameobject.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/funcobject.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
funcobject.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/interpreteridobject.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Objects/interpreteridobject.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/iterobject.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/iterobject.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/listobject.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/listobject.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/longobject.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/longobject.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/dictobject.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/dictobject.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/odictobject.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/odictobject.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/memoryobject.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
memoryobject.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/methodobject.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Objects/methodobject.c\n","\u0
01b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/moduleobject.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
moduleobject.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/namespaceobject.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Objects/namespaceobject.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/object.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Objects/object.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/obmalloc.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/obmalloc.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/picklebufobject.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
picklebufobject.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/rangeobject.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
rangeobject.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/setobject.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
setobject.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/sliceobject.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
sliceobject.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/structseq.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
structseq.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/tupleobject.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
tupleobject.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/typeobject.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
typeobject.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/unicodeobject.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Objects/unicodeobject.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Objects/unicodectype.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Objects/
unicodectype.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/unionobject.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Object
s/unionobject.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Objects/weakrefobject.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Objects/weakrefobject.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/_warnings.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/_warnings.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/Python-ast.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/Python-ast.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/Python-tokenize.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/Python-
tokenize.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/asdl.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/asdl.c\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-
missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/ast.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/ast.c\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-
missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/ast_opt.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/
ast_opt.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/ast_unparse.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/
ast_unparse.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/bltinmodule.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/
bltinmodule.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/ceval.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/ceval.c\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-
missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/codecs.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/codecs.c\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-
missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/compile.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/
compile.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/context.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/
context.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/dynamic_annotations.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Python/dynamic_annotations.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39
m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -
Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-
function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/errors.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Python/errors.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/frame.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Python/frame.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/frozenmain.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/frozenmain.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/future.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Python/future.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/getargs.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Python/getargs.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/getcompiler.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/getcompiler.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/getcopyright.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/getcopyright.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -
DPLATFORM='\"linux\"' -o Python/getplatform.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Python/getplatform.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/getversion.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/getversion.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/hamt.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Python/hamt.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/hashtable.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/hashtable.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/import.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Python/import.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -I. -
o Python/importdl.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/importdl.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/initconfig.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/initconfig.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-
unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-
declaration -fvisibility=hidden -I/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/
internal -IObjects -IInclude -IPython -I.
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/marshal.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Python/marshal.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/modsupport.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/modsupport.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/mysnprintf.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/mysnprintf.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/mystrtoul.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/mystrtoul.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/pathconfig.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/pathconfig.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/preconfig.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/preconfig.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/pyarena.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Python/pyarena.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/pyctype.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Python/pyctype.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/pyfpe.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Python/pyfpe.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/pyhash.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Python/pyhash.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/pylifecycle.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/pylifecycle.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/pymath.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Python/pymath.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/pystate.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Python/pystate.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/pythonrun.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/pythonrun.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-
unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-
declaration -fvisibility=hidden -I/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/
internal -IObjects -IInclude -IPython -I.
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/pytime.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Python/pytime.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/bootstrap_hash.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/
bootstrap_hash.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/specialize.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/
specialize.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/structmember.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/
structmember.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/symtable.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/
symtable.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE \\\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\t-
DABIFLAGS='\"\"' \\\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\t-
DMULTIARCH=\\\"x86_64-linux-gnu\\\" \\\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \t\t-o Python/sysmodule.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/
sysmodule.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/thread.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/thread.c\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-
missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/traceback.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/
traceback.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/getopt.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/getopt.c\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-
missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/pystrcmp.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/
pystrcmp.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/pystrtod.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/
pystrtod.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/pystrhex.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/
pystrhex.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -
Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Python/dtoa.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/dtoa.c\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-
missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include
-DPy_BUILD_CORE -o Python/formatter_unicode.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Python/formatter_unicode.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/fileutils.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/fileutils.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/suggestions.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/suggestions.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE \\\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\t-DSOABI='\"cpython-311-
x86_64-linux-gnu\"' \\\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\t-o
Python/dynload_shlib.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Python/
dynload_shlib.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Modules/config.o Modules/config.c\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -
std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Modules/main.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/main.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Modules/gcmodule.o /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/gcmodule.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
atexitmodule.c -o Modules/atexitmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-
declaration -fvisibility=hidden -I/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/
internal -IObjects -IInclude -IPython -I.
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -
c /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/faulthandler.c -o
Modules/faulthandler.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc
-Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
posixmodule.c -o Modules/posixmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-
declaration -fvisibility=hidden -I/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/
internal -IObjects -IInclude -IPython -I.
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -
c /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/signalmodule.c -o
Modules/signalmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc
-Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_tracemalloc.c -o Modules/_tracemalloc.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-
declaration -fvisibility=hidden -I/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/
internal -IObjects -IInclude -IPython -I.
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -
c /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_codecsmodule.c -o
Modules/_codecsmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc
-Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_collectionsmodule.c -o Modules/_collectionsmodule.o\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -Wsign-compare -DNDEBUG -g -fwrapv -
O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal
-IObjects -IInclude -IPython -I. -I/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include
-DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
errnomodule.c -o Modules/errnomodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-
missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io/
_iomodule.c -o Modules/_io/_iomodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-
missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io/
iobase.c -o Modules/_io/iobase.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tgcc -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_io -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io/
fileio.c -o Modules/_io/fileio.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tgcc -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_io -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io/
bytesio.c -o Modules/_io/bytesio.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-
missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io/
bufferedio.c -o Modules/_io/bufferedio.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-
missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io/
textio.c -o Modules/_io/textio.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tgcc -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_io -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_io/
stringio.c -o Modules/_io/stringio.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-
declaration -fvisibility=hidden -I/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/
internal -IObjects -IInclude -IPython -I.
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -
c /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/itertoolsmodule.c -o
Modules/itertoolsmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tgcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sre/
sre.c -o Modules/_sre/sre.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tgcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_threadmodule.c -o Modules/_threadmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tgcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -
std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
timemodule.c -o Modules/timemodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-
declaration -fvisibility=hidden -I/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/
internal -IObjects -IInclude -IPython -I.
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -
c /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_weakref.c
-o Modules/_weakref.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc
-Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_abc.c -
o Modules/_abc.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_functoolsmodule.c -o Modules/_functoolsmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tgcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -
std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_localemodule.c -o Modules/_localemodule.o\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tgcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -
std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_operator.c -o Modules/_operator.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-
declaration -fvisibility=hidden -I/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/
internal -IObjects -IInclude -IPython -I.
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -
c /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_stat.c -o Modules/_stat.o\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
symtablemodule.c -o Modules/symtablemodule.o\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tgcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -
std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE_BUILTIN -c /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
pwdmodule.c -o Modules/pwdmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-
declaration -fvisibility=hidden -I/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/
internal -IObjects -IInclude -IPython -I.
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE_BUILTIN -
c /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/xxsubtype.c -o
Modules/xxsubtype.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Programs/_freeze_module.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Modules/getpath_noop.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
getpath_noop.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -
DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -
Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o
Modules/_decimal/libmpdec/basearith.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/libmpdec/basearith.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -c -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o
Modules/_decimal/libmpdec/constants.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/libmpdec/constants.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -c -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o
Modules/_decimal/libmpdec/context.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/lib
mpdec/context.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -
DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -
Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o
Modules/_decimal/libmpdec/convolute.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/libmpdec/convolute.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -c -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o
Modules/_decimal/libmpdec/crt.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/libmpdec/crt.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc
-c -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -
DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -
Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o
Modules/_decimal/libmpdec/difradix2.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/libmpdec/difradix2.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -c -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o
Modules/_decimal/libmpdec/fnt.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/libmpdec/fnt.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc
-c -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -
DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -
Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o
Modules/_decimal/libmpdec/fourstep.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/libmpdec/fourstep.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tgcc -c -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -
DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -
Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o
Modules/_decimal/libmpdec/io.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/libmpdec/io.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
c -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -
DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -
Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o
Modules/_decimal/libmpdec/mpalloc.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/libmpdec/mpalloc.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tgcc -c -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -
DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -
Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o
Modules/_decimal/libmpdec/mpdecimal.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/libmpdec/mpdecimal.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -c -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o
Modules/_decimal/libmpdec/numbertheory.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/
numbertheory.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -
DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -
Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o
Modules/_decimal/libmpdec/sixstep.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/libmpdec/sixstep.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tgcc -c -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec -
DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -
Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include
-fPIC -o Modules/_decimal/libmpdec/transpose.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/libmpdec/transpose.c\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/expat -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o
Modules/expat/xmlparse.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/expat/
xmlparse.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/expat -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o
Modules/expat/xmlrole.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/expat/
xmlrole.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/expat -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -fPIC -o
Modules/expat/xmltok.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/expat/
xmltok.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t/usr/bin/install -c
-m 644 /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Tools/gdb/libpython.py python-gdb.py\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-
missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -o Programs/_testembed.o /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/
_testembed.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tsed -
e \"s,@EXENAME@,/usr/local/bin/python3.11,\" <
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Misc/python-config.in >python-
config.py\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tLC_ALL=C sed -e
's,\\$(\\([A-Za-z0-9_]*\\)),\\$\\{\\1\\},g' < Misc/python-config.sh >python-config\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-
missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE \\\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t -
DGITVERSION=\"\\\"`LC_ALL=C `\\\"\" \\\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \t -DGITTAG=\"\\\"`LC_ALL=C `\\\"\" \\\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t -DGITBRANCH=\"\\\"`LC_ALL=C
`\\\"\" \\\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t -o
Modules/getbuildinfo.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
getbuildinfo.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \trm -f
Modules/_decimal/libmpdec/libmpdec.a\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tar rcs Modules/_decimal/libmpdec/libmpdec.a
Modules/_decimal/libmpdec/basearith.o Modules/_decimal/libmpdec/constants.o
Modules/_decimal/libmpdec/context.o Modules/_decimal/libmpdec/convolute.o
Modules/_decimal/libmpdec/crt.o Modules/_decimal/libmpdec/difradix2.o
Modules/_decimal/libmpdec/fnt.o Modules/_decimal/libmpdec/fourstep.o
Modules/_decimal/libmpdec/io.o Modules/_decimal/libmpdec/mpalloc.o
Modules/_decimal/libmpdec/mpdecimal.o Modules/_decimal/libmpdec/numbertheory.o
Modules/_decimal/libmpdec/sixstep.o Modules/_decimal/libmpdec/transpose.o\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -o
Programs/_freeze_module Programs/_freeze_module.o Modules/getpath_noop.o
Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o
Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o
Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o
Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o
Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o
Objects/classobject.o Objects/codeobject.o Objects/complexobject.o
Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o
Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o
Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o
Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o
Objects/longobject.o Objects/dictobject.o Objects/odictobject.o
Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o
Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o
Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o
Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o
Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o
Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-
ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o
Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o
Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o
Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o
Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o
Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o
Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o
Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o
Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o
Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o
Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o
Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o
Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o
Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o
Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o
Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o
Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o
Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o
Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o
Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o
Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o
Modules/timemodule.o Modules/_weakref.o Modules/_abc.o
Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o
Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o
-ldl -lm\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\t./Programs/_freeze_module importlib._bootstrap
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Lib/importlib/_bootstrap.py
Python/frozen_modules/importlib._bootstrap.h\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \t./Programs/_freeze_module importlib._bootstrap_external
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Lib/importlib/_bootstrap_external.py
Python/frozen_modules/importlib._bootstrap_external.h\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t./Programs/_freeze_module getpath
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/getpath.py
Python/frozen_modules/getpath.h\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\t./Programs/_freeze_module zipimport
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Lib/zipimport.py
Python/frozen_modules/zipimport.h\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -
Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-
function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Programs/_bootstrap_python.o /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/
_bootstrap_python.c\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -
IInclude -IPython -I. -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -
DPy_BUILD_CORE -DPYTHONPATH='\"\"' \\\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \t\t-DPREFIX='\"/usr/local\"' \\\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \t\t-DEXEC_PREFIX='\"/usr/local\"' \\\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\t-DVERSION='\"3.11\"' \\\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\t\t-DVPATH='\"/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3\"' \\\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\t-DPLATLIBDIR='\"lib\"' \\\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\t-DPYTHONFRAMEWORK='\"\"' \\\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\t-o Modules/getpath.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/getpath.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -o _bootstrap_python
Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o
Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o
Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o
Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o
Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o
Objects/classobject.o Objects/codeobject.o Objects/complexobject.o
Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o
Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o
Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o
Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o
Objects/longobject.o Objects/dictobject.o Objects/odictobject.o
Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o
Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o
Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o
Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o
Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o
Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-
ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o
Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o
Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o
Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o
Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o
Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o
Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o
Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o
Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o
Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o
Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o
Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o
Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o
Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o
Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o
Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o
Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o
Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o
Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o
Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o
Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o
Modules/timemodule.o Modules/_weakref.o Modules/_abc.o
Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o
Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o
\\\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\t\tPrograms/_bootstrap_python.o Modules/getpath.o -ldl -
lm\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \trm -f
Modules/expat/libexpat.a\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tar
rcs Modules/expat/libexpat.a Modules/expat/xmlparse.o Modules/expat/xmlrole.o
Modules/expat/xmltok.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\t./_bootstrap_python /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py
abc /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Lib/abc.py
Python/frozen_modules/abc.h\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
t./_bootstrap_python /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py
codecs /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Lib/codecs.py
Python/frozen_modules/codecs.h\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\t./_bootstrap_python /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py
io /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Lib/io.py Python/frozen_modules/io.h\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t./_bootstrap_python
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py
_collections_abc
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Lib/_collections_abc.py
Python/frozen_modules/_collections_abc.h\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \t./_bootstrap_python /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/
_freeze_module.py _sitebuiltins /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/
_sitebuiltins.py Python/frozen_modules/_sitebuiltins.h\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t./_bootstrap_python
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py genericpath
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Lib/genericpath.py
Python/frozen_modules/genericpath.h\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \t./_bootstrap_python /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/
_freeze_module.py ntpath /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/ntpath.py
Python/frozen_modules/ntpath.h\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\t./_bootstrap_python /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py
posixpath /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Lib/posixpath.py
Python/frozen_modules/posixpath.h\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \t./_bootstrap_python /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/
_freeze_module.py os /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/os.py
Python/frozen_modules/os.h\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
t./_bootstrap_python /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py
site /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Lib/site.py
Python/frozen_modules/site.h\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
t./_bootstrap_python /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py
stat /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Lib/stat.py
Python/frozen_modules/stat.h\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \t./_bootstrap_python /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/
_freeze_module.py importlib.util /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/importlib/
util.py Python/frozen_modules/importlib.util.h\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \t./_bootstrap_python
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py
importlib.machinery /content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/importlib/machinery.py
Python/frozen_modules/importlib.machinery.h\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \t./_bootstrap_python
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py runpy
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Lib/runpy.py
Python/frozen_modules/runpy.h\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \t./_bootstrap_python /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/
_freeze_module.py __hello__ /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/__hello__.py
Python/frozen_modules/__hello__.h\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \t./_bootstrap_python /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/
_freeze_module.py __phello__ /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/__phello__/
__init__.py Python/frozen_modules/__phello__.h\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \t./_bootstrap_python
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py
__phello__.ham
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Lib/__phello__/ham/__init__.py
Python/frozen_modules/__phello__.ham.h\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \t./_bootstrap_python /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/
_freeze_module.py __phello__.ham.eggs /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/
__phello__/ham/eggs.py Python/frozen_modules/__phello__.ham.eggs.h\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t./_bootstrap_python
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Programs/_freeze_module.py
__phello__.spam
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Lib/__phello__/spam.py
Python/frozen_modules/__phello__.spam.h\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \t./_bootstrap_python /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Programs/
_freeze_module.py frozen_only /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Tools/freeze/
flag.py Python/frozen_modules/frozen_only.h\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \t./_bootstrap_python
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Tools/scripts/deepfreeze.py \\\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tPython/frozen_modules/importlib._bootstrap.h:importlib._bootstrap \\\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tPython/frozen_modules/importlib._bootstrap_external.h:importlib._bootstrap_extern
al \\\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tPython/frozen_modules/zipimport.h:zipimport \\\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tPython/frozen_modules/abc.h:abc \\\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tPython/frozen_modules/codecs.h:codecs \\\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tPython/frozen_modules/io.h:io \\\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tPython/frozen_modules/_collections_abc.h:_collections_abc \\\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tPython/frozen_modules/_sitebuiltins.h:_sitebuiltins \\\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tPython/frozen_modules/genericpath.h:genericpath \\\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tPython/frozen_modules/ntpath.h:ntpath \\\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tPython/frozen_modules/posixpath.h:posixpath \\\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tPython/frozen_modules/os.h:os \\\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tPython/frozen_modules/site.h:site \\\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tPython/frozen_modules/stat.h:stat
\\\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tPython/frozen_modules/importlib.util.h:importlib.util \\\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tPython/frozen_modules/importlib.machinery.h:importlib.machinery \\\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tPython/frozen_modules/runpy.h:runpy \\\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tPython/frozen_modules/__hello__.h:__hello__ \\\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tPython/frozen_modules/__phello__.h:__phello__ \\\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tPython/frozen_modules/__phello__.ham.h:__phello__.ham \\\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tPython/frozen_modules/__phello__.ham.eggs.h:__phello__.ham.eggs \\\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tPython/frozen_modules/__phello__.spam.h:__phello__.spam \\\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tPython/frozen_modules/frozen_only.h:frozen_only \\\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t-o Python/deepfreeze/deepfreeze.c\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/frozen.o
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Python/frozen.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tNote: Deepfreeze may have added some
global objects,\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t so run
'make regen-global-objects' if necessary.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -c -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -
Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-
function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -IObjects -IInclude -
IPython -I. -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/
build/other_builds/hostpython3/desktop/hostpython3/Include -DPy_BUILD_CORE -o
Python/deepfreeze/deepfreeze.o Python/deepfreeze/deepfreeze.c\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \trm -f libpython3.11.a\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tar rcs libpython3.11.a
Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o
Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o
Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o
Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o
Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o
Objects/classobject.o Objects/codeobject.o Objects/complexobject.o
Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o
Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o
Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o
Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o
Objects/longobject.o Objects/dictobject.o Objects/odictobject.o
Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o
Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o
Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o
Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o
Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o
Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-
ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o
Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o
Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o
Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o
Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o
Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o
Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o
Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o
Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o
Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o
Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o
Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o
Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o
Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o
Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o
Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o
Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o
Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o
Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o
Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o
Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o
Modules/timemodule.o Modules/_weakref.o Modules/_abc.o
Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o
Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o
Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -Xlinker -export-dynamic -o python
Programs/python.o Modules/getbuildinfo.o Parser/token.o Parser/pegen.o
Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o
Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o
Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o
Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o
Objects/cellobject.o Objects/classobject.o Objects/codeobject.o
Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o
Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o
Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o
Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o
Objects/listobject.o Objects/longobject.o Objects/dictobject.o
Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o
Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o
Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o
Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o
Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o
Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-
ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o
Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o
Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o
Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o
Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o
Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o
Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o
Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o
Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o
Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o
Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o
Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o
Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o
Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o
Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o
Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o
Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o
Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o
Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o
Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o
Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o
Modules/timemodule.o Modules/_weakref.o Modules/_abc.o
Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o
Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o
Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -ldl
-lm\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -Xlinker -
export-dynamic -o Programs/_testembed Programs/_testembed.o Modules/getbuildinfo.o
Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o
Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o
Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o
Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o
Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o
Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o
Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o
Objects/genobject.o Objects/fileobject.o Objects/floatobject.o
Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o
Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o
Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o
Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o
Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o
Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o
Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o
Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-
ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o
Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o
Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o
Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o
Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o
Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o
Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o
Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o
Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o
Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o
Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o
Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o
Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o
Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o
Python/dynload_shlib.o Modules/config.o Modules/main.o Modules/gcmodule.o
Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o
Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o
Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o
Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o
Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o
Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o
Modules/timemodule.o Modules/_weakref.o Modules/_abc.o
Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o
Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o
Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -ldl
-lm\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t./python -E -S -m
sysconfig --generate-posix-vars ;\\\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tif test $? -ne 0 ; then \\\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \t\techo \"generate-posix-vars failed\" ; \\\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\trm -f ./pybuilddir.txt ; \\\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\texit 1 ; \\\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tfi\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \t./python -E -c 'import sys ; from sysconfig import
get_platform ; print(\"%s-%d.%d\" % (get_platform(), *sys.version_info[:2]))'
>platform\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t CC='gcc'
LDSHARED='gcc -shared ' OPT='-DNDEBUG -g -fwrapv -O3 -Wall' \t./python -E
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/setup.py build\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \trunning build\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \trunning build_ext\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding 'array' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_contextvars' extension\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tcreating build/temp.linux-x86_64-
3.11/content\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tcreating
build/temp.linux-x86_64-3.11/content/.buildozer\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tcreating
build/temp.linux-x86_64-3.11/content/.buildozer/android\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tcreating
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tcreating
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tcreating
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tcreating build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tcreating
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3\n","\u001b[1m\u001b[90m[DEBUG]
\u001b[39m\u001b[0m: \tcreating
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tcreating
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tcreating
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/arraymodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
arraymodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter
-Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -
IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_contextvarsmodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_contextvarsmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
shared build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_contextvarsmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/_contextvars.cpython-311-x86_64-linux-gnu.so\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding 'math' extension\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/mathmodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
mathmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
arraymodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/array.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding 'cmath' extension\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -
std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/cmathmodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
cmathmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
mathmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-
x86_64-3.11/math.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding '_datetime' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_datetimemodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_datetimemodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
shared build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
cmathmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-
x86_64-3.11/cmath.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding '_zoneinfo' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_zoneinfo.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_zoneinfo.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_zoneinfo.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-
3.11/_zoneinfo.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding '_random' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_randommodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_randommodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_randommodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/_random.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding '_bisect' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_bisectmodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_bisectmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_datetimemodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o
build/lib.linux-x86_64-3.11/_datetime.cpython-311-x86_64-linux-gnu.so\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_heapq' extension\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_heapqmodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_heapqmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_bisectmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/_bisect.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding '_pickle' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_pickle.c -o build/temp.linux-
x86_64-3.11/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_pickle.o\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_heapqmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/_heapq.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding '_json' extension\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -
std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_json.c -o build/temp.linux-
x86_64-3.11/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_json.o\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_json.o
-L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/_json.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_lsprof' extension\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_lsprof.c -o build/temp.linux-
x86_64-3.11/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_lsprof.o\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/rotatingtree.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
rotatingtree.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_lsprof.o build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
rotatingtree.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/_lsprof.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding 'unicodedata' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/unicodedata.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
unicodedata.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hos
tpython3/desktop/hostpython3/Modules/_pickle.o -L/usr/lib/x86_64-linux-gnu
-L/usr/local/lib -o build/lib.linux-x86_64-3.11/_pickle.cpython-311-x86_64-linux-
gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_opcode'
extension\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-
missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -
IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_opcode.c -o build/temp.linux-
x86_64-3.11/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_opcode.o\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_opcode.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-
3.11/_opcode.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding '_asyncio' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_asynciomodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_asynciomodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
unicodedata.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/unicodedata.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_queue' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_queuemodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_queuemodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_queuemodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/_queue.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding '_statistics' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_statisticsmodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_statisticsmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
shared build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_statisticsmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o
build/lib.linux-x86_64-3.11/_statistics.cpython-311-x86_64-linux-gnu.so\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_struct' extension\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-
field-initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_struct.c -o build/temp.linux-
x86_64-3.11/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_struct.o\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_asynciomodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/_asyncio.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_typing' extension\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_typingmodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_typingmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_typingmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/_typing.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding 'fcntl' extension\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -
std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/fcntlmodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
fcntlmodule.o\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared build/temp.linux-
x86_64-3.11/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/fcntlmodule.o
-L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/fcntl.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding 'grp' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/grpmodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
grpmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
grpmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-
3.11/grp.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tbuilding '_socket' extension\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -
std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/socketmodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
socketmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_struct.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-
3.11/_struct.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding 'spwd' extension\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -
std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/spwdmodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
spwdmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
spwdmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/spwd.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding 'select' extension\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -
std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/selectmodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
selectmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
selectmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/select.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding 'mmap' extension\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -
std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/mmapmodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
mmapmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
mmapmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/mmap.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding 'syslog' extension\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -
std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/syslogmodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
syslogmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
syslogmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/syslog.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding '_xxsubinterpreters' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_xxsubinterpretersmodule.c
-o build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_xxsubinterpretersmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
socketmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/_socket.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding 'audioop' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/audioop.c -o build/temp.linux-
x86_64-3.11/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/audioop.o\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_xxsubinterpretersmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/_xxsubinterpreters.cpython-311-x86_64-linux-gnu.so\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_csv' extension\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-
field-initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_csv.c -o build/temp.linux-
x86_64-3.11/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_csv.o\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_csv.o -
L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/_csv.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_posixsubprocess' extension\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-
field-initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_posixsubprocess.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_posixsubprocess.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
shared build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
audioop.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-
x86_64-3.11/audioop.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding '_testcapi' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_testcapimodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_testcapimodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
shared build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_posixsubprocess.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/_posixsubprocess.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_testclinic' extension\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_testclinic.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_testclinic.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_testclinic.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/_testclinic.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_testinternalcapi' extension\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-
field-initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_testinternalcapi.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_testinternalcapi.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
shared build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_testinternalcapi.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/_testinternalcapi.cpython-311-x86_64-linux-gnu.so\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_testbuffer' extension\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-
field-initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_testbuffer.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_testbuffer.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_testcapimodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/_testcapi.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_testimportmultiple' extension\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-
field-initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_testimportmultiple.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_testimportmultiple.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
shared build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_testbuffer.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/_testbuffer.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_testmultiphase' extension\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_testmultiphase.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_testmultiphase.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
shared build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_testimportmultiple.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/_testimportmultiple.cpython-311-x86_64-linux-gnu.so\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_xxtestfuzz'
extension\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tcreating
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_xxtestfuzz\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter
-Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -
IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_xxtestfuzz/_xxtestfuzz.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_xxtestfuzz/_xxtestfuzz.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-
unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-
declaration -fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal
-I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_xxtestfuzz/fuzzer.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_xxtestfuzz/fuzzer.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
shared build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_testmultiphase.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/_testmultiphase.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding 'readline' extension\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/readline.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
readline.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_xxtestfuzz/_xxtestfuzz.o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_xxtestfuzz/fuzzer.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/_xxtestfuzz.cpython-311-x86_64-linux-gnu.so\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_curses' extension\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-
field-initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -DHAVE_NCURSESW=1 -
I/usr/include/ncursesw -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu
-I/usr/local/include -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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_cursesmodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_cursesmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
readline.o -L/usr/lib/termcap -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -
lreadline -o build/lib.linux-x86_64-3.11/readline.cpython-311-x86_64-linux-gnu.so\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_curses_panel'
extension\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter
-Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -
DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I. -IObjects -IPython
-I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_curses_panel.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_curses_panel.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_curses_panel.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lpanelw -lncursesw -o
build/lib.linux-x86_64-3.11/_curses_panel.cpython-311-x86_64-linux-gnu.so\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_crypt' extension\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_cryptmodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_cryptmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_cryptmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lcrypt -o
build/lib.linux-x86_64-3.11/_crypt.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_ssl' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_ssl.c -o build/temp.linux-
x86_64-3.11/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_ssl.o\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_cursesmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lncursesw -o
build/lib.linux-x86_64-3.11/_curses.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_hashlib' extension\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_hashopenssl.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_hashopenssl.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ssl.o -
L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-
x86_64-3.11/_ssl.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding '_md5' extension\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -
std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/md5module.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
md5module.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_hashopenssl.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lcrypto -o
build/lib.linux-x86_64-3.11/_hashlib.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_sha1' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/sha1module.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
sha1module.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
md5module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-
3.11/_md5.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tbuilding '_sha256' extension\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -
std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/sha256module.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
sha256module.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
sha1module.o -L/usr/lib/x86_64-linux-gnu
-L/usr/local/lib -o build/lib.linux-x86_64-3.11/_sha1.cpython-311-x86_64-linux-
gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_sha512'
extension\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-
missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -
IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/sha512module.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
sha512module.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
sha256module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/_sha256.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding '_sha3' extension\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tcreating
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sha3\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-
field-initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sha3/sha3module.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sha3/
sha3module.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
sha512module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/_sha512.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding '_blake2' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tcreating
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_blake2\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-
field-initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_blake2/blake2b_impl.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_blake2/blake2b_impl.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
shared build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sha3/sha3module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/_sha3.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding '_sqlite3' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tcreating
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-
field-initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite -I. -IObjects -IPython
-I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/blob.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sqlite/blob.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter
-Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite -I. -IObjects -IPython
-I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/connection.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sqlite/connection.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -
IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_blake2/blake2module.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_blake2/blake2module.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -
IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_blake2/blake2s_impl.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_blake2/blake2s_impl.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite -I. -IObjects -IPython
-I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/cursor.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sqlite/cursor.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_blake2/blake2b_impl.o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_blake2/blake2module.o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_blake2/blake2s_impl.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/_blake2.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding 'termios' extension\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/termios.c -o build/temp.linux-
x86_64-3.11/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/termios.o\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
termios.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-
3.11/termios.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding 'resource' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/resource.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
resource.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
resource.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-
3.11/resource.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -
std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite -I. -IObjects -IPython
-I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/microprotocols.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sqlite/microprotocols.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tbuilding 'ossaudiodev' extension\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -
Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-
function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/ossaudiodev.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
ossaudiodev.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter
-Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite -I. -IObjects -IPython
-I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/module.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sqlite/module.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter
-Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite -I. -IObjects -IPython
-I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/prepare_protocol.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sqlite/prepare_protocol.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
ossaudiodev.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/ossaudiodev.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding 'nis' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I/usr/include/tirpc
-I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/host
python3/Include -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/nismodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
nismodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter
-Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite -I. -IObjects -IPython
-I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/row.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sqlite/row.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
nismodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lnsl -ltirpc -o
build/lib.linux-x86_64-3.11/nis.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding 'zlib' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/zlibmodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
zlibmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter
-Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite -I. -IObjects -IPython
-I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/statement.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sqlite/statement.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite -I. -IObjects -IPython
-I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_sqlite/util.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sqlite/util.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sqlite/blob.o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sqlite/connection.o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sqlite/cursor.o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sqlite/microprotocols.o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sqlite/module.o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sqlite/prepare_protocol.o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sqlite/row.o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sqlite/statement.o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_sqlite/util.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lsqlite3 -o
build/lib.linux-x86_64-3.11/_sqlite3.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding 'binascii' extension\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -DUSE_ZLIB_CRC32 -I.
-IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/binascii.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
binascii.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
zlibmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lz -o build/lib.linux-
x86_64-3.11/zlib.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding '_bz2' extension\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -
std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -
Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_bz2module.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_bz2module.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
binascii.o -L/usr/lib/x86_64-linux-gnu
-L/usr/local/lib -lz -o build/lib.linux-x86_64-3.11/binascii.cpython-311-x86_64-
linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding
'_lzma' extension\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC
-Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter
-Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -
IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_lzmamodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_lzmamodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_bz2module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lbz2 -o build/lib.linux-
x86_64-3.11/_bz2.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding 'pyexpat' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/expat -I. -IObjects -IPython -
I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/pyexpat.c -o build/temp.linux-
x86_64-3.11/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/pyexpat.o\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_lzmamodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -llzma -o
build/lib.linux-x86_64-3.11/_lzma.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_elementtree' extension\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/expat -I. -IObjects -IPython -
I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_elementtree.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_elementtree.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
pyexpat.o Modules/expat/libexpat.a -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm
-o build/lib.linux-x86_64-3.11/pyexpat.cpython-311-x86_64-linux-gnu.so\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_multibytecodec'
extension\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tcreating
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
cjkcodecs\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-
missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -
IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/multibytecodec.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
cjkcodecs/multibytecodec.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
cjkcodecs/multibytecodec.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/_multibytecodec.cpython-311-x86_64-linux-gnu.so\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared build/temp.linux-
x86_64-3.11/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_elementtree.o
-L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/_elementtree.cpython-311-x86_64-linux-gnu.so\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_codecs_kr' extension\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-
field-initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_kr.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
cjkcodecs/_codecs_kr.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tbuilding '_codecs_jp' extension\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-
unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-
declaration -fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal
-I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_jp.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
cjkcodecs/_codecs_jp.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
shared build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
cjkcodecs/_codecs_kr.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/_codecs_kr.cpython-311-x86_64-linux-gnu.so\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_codecs_cn' extension\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-
field-initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects
-IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_cn.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
cjkcodecs/_codecs_cn.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
shared build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
cjkcodecs/_codecs_jp.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/_codecs_jp.cpython-311-x86_64-linux-gnu.so\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_codecs_tw' extension\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-
field-initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_tw.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
cjkcodecs/_codecs_tw.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
shared build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
cjkcodecs/_codecs_cn.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/_codecs_cn.cpython-311-x86_64-linux-gnu.so\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_codecs_hk' extension\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-
field-initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_hk.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
cjkcodecs/_codecs_hk.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
shared build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
cjkcodecs/_codecs_tw.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/_codecs_tw.cpython-311-x86_64-linux-gnu.so\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_codecs_iso2022'
extension\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-
compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-
missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -
IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/cjkcodecs/_codecs_iso2022.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
cjkcodecs/_codecs_iso2022.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
cjkcodecs/_codecs_hk.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/_codecs_hk.cpython-311-x86_64-linux-gnu.so\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_decimal' extension\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tcreating build/temp.linux-
x86_64-3.11/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_decimal\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -
fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -DCONFIG_64=1 -
DANSI=1 -DHAVE_UINT128_T=1 -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/libmpdec -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu
-I/usr/local/include -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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_decimal/_decimal.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/_decimal.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
shared build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
cjkcodecs/_codecs_iso2022.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/_codecs_iso2022.cpython-311-x86_64-linux-gnu.so\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_ctypes_test'
extension\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tcreating
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-
field-initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/_ctypes_test.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_ctypes/_ctypes_test.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
shared build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_ctypes/_ctypes_test.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o
build/lib.linux-x86_64-3.11/_ctypes_test.cpython-311-x86_64-linux-gnu.so\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_multiprocessing'
extension\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tcreating
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_multiprocessing\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -
Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter
-Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing
-I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing/
multiprocessing.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_multiprocessing/multiprocessing.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -
Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-
function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing -I. -IObjects
-IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing/semaphore.c -
o build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_multiprocessing/semaphore.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_multiprocessing/multiprocessing.o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_multiprocessing/semaphore.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/_multiprocessing.cpython-311-x86_64-linux-gnu.so\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_posixshmem' extension\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-
field-initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing -I. -IObjects
-IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_multiprocessing/posixshmem.c
-o build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_multiprocessing/posixshmem.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_multiprocessing/posixshmem.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o
build/lib.linux-x86_64-3.11/_posixshmem.cpython-311-x86_64-linux-gnu.so\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_tkinter' extension\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -
DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-
field-initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -DWITH_APPINIT=1
-I/usr/include/tcl8.6 -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu
-I/usr/local/include -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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_tkinter.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_tkinter.o -Wno-strict-prototypes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -
Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-
function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -DWITH_APPINIT=1
-I/usr/include/tcl8.6 -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu
-I/usr/local/include -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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/tkappinit.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
tkappinit.o -Wno-strict-prototypes\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_tkinter.o build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
tkappinit.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -ltk8.6 -ltkstub8.6 -
ltcl8.6 -ltclstub8.6 -o build/lib.linux-x86_64-3.11/_tkinter.cpython-311-x86_64-
linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding
'_uuid' extension\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC
-Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter
-Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/usr/include/uuid -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu
-I/usr/local/include -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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_uuidmodule.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_uuidmodule.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_uuidmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -luuid -o
build/lib.linux-x86_64-3.11/_uuid.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding 'xxlimited' extension\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal -I. -IObjects -
IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/xxlimited.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
xxlimited.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
xxlimited.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-
3.11/xxlimited.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tbuilding 'xxlimited_35' extension\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-
unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-
declaration -fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal
-I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include
-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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/xxlimited_35.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
xxlimited_35.o\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
xxlimited_35.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-
x86_64-3.11/xxlimited_35.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tbuilding '_ctypes' extension\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -fPIC -Wsign-compare -DNDEBUG
-g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-
initializers -Werror=implicit-function-declaration -fvisibility=hidden
-I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/usr/include/x86_64-linux-gnu -I. -IObjects -IPython -I/usr/include/x86_64-linux-
gnu -I/usr/local/include -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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/_ctypes.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_ctypes/_ctypes.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -
DHAVE_FFI_CLOSURE_ALLOC=1\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_decimal/_decimal.o Modules/_decimal/libmpdec/libmpdec.a -L/usr/lib/x86_64-linux-
gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.11/_decimal.cpython-311-
x86_64-linux-gnu.so\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tgcc -
fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-unused-
parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -
fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-v8a_armeabi-
v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/usr/include/x86_64-linux-gnu -I. -IObjects -IPython -I/usr/include/x86_64-linux-
gnu -I/usr/local/include -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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/callbacks.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_ctypes/callbacks.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -
DHAVE_FFI_CLOSURE_ALLOC=1\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-
unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-
declaration -fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/usr/include/x86_64-linux-gnu -I. -IObjects -IPython -I/usr/include/x86_64-linux-
gnu -I/usr/local/include -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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/callproc.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_ctypes/callproc.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -
DHAVE_FFI_CLOSURE_ALLOC=1\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-
unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-
declaration -fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/usr/include/x86_64-linux-gnu -I. -IObjects -IPython -I/usr/include/x86_64-linux-
gnu -I/usr/local/include -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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/cfield.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_ctypes/cfield.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -
DHAVE_FFI_CLOSURE_ALLOC=1\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tgcc -fPIC -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c11 -Wextra -Wno-
unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-
declaration -fvisibility=hidden -I/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include/internal
-I/usr/include/x86_64-linux-gnu -I. -IObjects -IPython -I/usr/include/x86_64-linux-
gnu -I/usr/local/include -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
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/Modules/_ctypes/stgdict.c -o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_ctypes/stgdict.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -
DHAVE_FFI_CLOSURE_ALLOC=1\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tgcc -shared
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_ctypes/_ctypes.o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_ctypes/callbacks.o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_ctypes/callproc.o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_ctypes/cfield.o
build/temp.linux-x86_64-3.11/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Modules/
_ctypes/stgdict.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lffi -ldl -o
build/lib.linux-x86_64-3.11/_ctypes.cpython-311-x86_64-linux-gnu.so\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tThe necessary bits to build these optional modules were not found:\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t_dbm _gdbm\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tTo find the necessary bits,
look in setup.py in detect_modules() for the module's name.\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \trunning build_scripts\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tcreating build/scripts-3.11\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tcopying and adjusting /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Tools/
scripts/pydoc3 -> build/scripts-3.11\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tcopying and adjusting /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Tools/
scripts/idle3 -> build/scripts-3.11\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tcopying and adjusting /content/.buildozer/android/platform/build-
arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Tools/
scripts/2to3 -> build/scripts-3.11\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m:
\tchanging mode of build/scripts-3.11/pydoc3 from 644 to 755\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchanging mode of build/scripts-3.11/idle3
from 644 to 755\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tchanging
mode of build/scripts-3.11/2to3 from 644 to 755\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \trenaming build/scripts-3.11/pydoc3 to
build/scripts-3.11/pydoc3.11\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
trenaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \trenaming build/scripts-3.11/2to3 to
build/scripts-3.11/2to3-3.11\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tmake: Leaving directory '/content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build'\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running
cp /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/native-build/python
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/hostpython3/desktop/hostpython3/native-build/python3\u001b[0m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context
/content/.buildozer/android/platform/python-for-android\u001b[39m\n","\
u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mBuilding libffi for armeabi-v7a\
u001b[0m\u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create
directory /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
python-installs\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: Create
directory /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
libs_collections/caps_betaI_org\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
Create directory
/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
libs_collections/caps_betaI_org/armeabi-v7a\n","\u001b[1m[INFO]\u001b[0m: \
u001b[36m-> directory context /content/.buildozer/android/platform/build-arm64-
v8a_armeabi-v7a/build/other_builds/libffi/armeabi-v7a__ndk_target_21/libffi\
u001b[39m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\
u001b[0m running autogen.sh\u001b[0m\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tautoreconf: export WARNINGS=\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tautoreconf: Entering directory '.'\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tautoreconf: configure.ac: not using
Gettext\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tautoreconf: running:
aclocal -I m4\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tautoreconf:
configure.ac: tracing\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tautoreconf: configure.ac: not using Libtool\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tautoreconf: configure.ac: not using Intltool\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tautoreconf: configure.ac: not using
Gtkdoc\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tautoreconf:
running: /usr/bin/autoconf\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tconfigure.ac:8: warning: The macro `AC_CANONICAL_SYSTEM' is obsolete.\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:8: You should run
autoupdate.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\t./lib/autoconf/general.m4:2081: AC_CANONICAL_SYSTEM is expanded from...\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:8: the top level\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:74: warning:
The macro `AC_TRY_COMPILE' is obsolete.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tconfigure.ac:74: You should run autoupdate.\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t./lib/autoconf/general.m4:2847:
AC_TRY_COMPILE is expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tlib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tlib/m4sugar/m4sh.m4:699: AS_IF is
expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\t./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t./lib/autoconf/general.m4:2270:
AC_CACHE_CHECK is expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tacinclude.m4:3: AC_FUNC_MMAP_BLACKLIST is expanded from...\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:74: the top level\
n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:91: warning:
The macro `AC_HEADER_STDC' is obsolete.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tconfigure.ac:91: You should run autoupdate.\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t./lib/autoconf/headers.m4:704:
AC_HEADER_STDC is expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tconfigure.ac:91: the top level\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tconfigure.ac:118: warning: The macro `AC_TRY_COMPILE' is
obsolete.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:118:
You should run autoupdate.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
t./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tlib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is
expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tlib/m4sugar/m4sh.m4:699: AS_IF is expanded from...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t./lib/autoconf/general.m4:2249:
AC_CACHE_VAL is expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\t./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tm4/asmcfi.m4:1: GCC_AS_CFI_PSEUDO_OP is
expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tconfigure.ac:118: the top level\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tconfigure.ac:122: warning: The macro `AC_TRY_LINK' is obsolete.\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:122: You should run
autoupdate.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\t./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tlib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is
expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tlib/m4sugar/m4sh.m4:699: AS_IF is expanded from...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t./lib/autoconf/general.m4:2249:
AC_CACHE_VAL is expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\t./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:122: the top level\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:138: warning: The
macro `AC_TRY_COMPILE' is obsolete.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tconfigure.ac:138: You should run autoupdate.\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t./lib/autoconf/general.m4:2847:
AC_TRY_COMPILE is expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tlib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tlib/m4sugar/m4sh.m4:699: AS_IF is
expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\t./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t./lib/autoconf/general.m4:2270:
AC_CACHE_CHECK is expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tconfigure.ac:138: the top level\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tconfigure.ac:185: warning: The macro `AC_TRY_COMPILE' is
obsolete.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:185:
You should run autoupdate.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
t./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tlib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is
expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tlib/m4sugar/m4sh.m4:699: AS_IF is expanded from...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t./lib/autoconf/general.m4:2249:
AC_CACHE_VAL is expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\t./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:185: the top level\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:215: warning:
_LT_CMD_GLOBAL_SYMBOLS is m4_require'd but not m4_defun'd\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \taclocal.m4:778: LT_SYS_SYMBOL_USCORE is
expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tconfigure.ac:215: the top level\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tconfigure.ac:310: warning: The macro `AC_HELP_STRING' is obsolete.\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:310: You should run
autoupdate.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\t./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:310: the top level\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:418: warning: The
macro `AC_HELP_STRING' is obsolete.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tconfigure.ac:418: You should run autoupdate.\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t./lib/autoconf/general.m4:204:
AC_HELP_STRING is expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tacinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...\n","\
u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tconfigure.ac:418: the top level\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \tconfigure.ac:418: warning: AC_PROG_LD is m4_require'd but not
m4_defun'd\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tacinclude.m4:251:
LIBFFI_CHECK_LINKER_FEATURES is expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tacinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded
from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:418:
the top level\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tconfigure.ac:418: warning: The macro `AC_TRY_RUN' is obsolete.\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:418: You should run
autoupdate.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\t./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tacinclude.m4:251:
LIBFFI_CHECK_LINKER_FEATURES is expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tacinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded
from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:418:
the top level\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tconfigure.ac:418: warning: The macro `AC_TRY_LINK' is obsolete.\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tconfigure.ac:418: You should run
autoupdate.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\t./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tacinclude.m4:353: LIBFFI_ENABLE_SYMVERS is
expanded from...\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \
tconfigure.ac:418: the top level\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m:
\tconfigure.ac:41: error: possibly undefined macro: AC_PROG_LIBTOOL\n","\u001b[1m\
u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t If this token and others are
legitimate, please use m4_pattern_allow.\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\
u001b[0m: \t See the Autoconf documentation.\n","\u001b[1m\u001b[90m[DEBUG]\
u001b[39m\u001b[0m: \tconfigure:8578: error: possibly undefined macro:
AC_PROG_LD\n","\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tautoreconf:
error: /usr/bin/autoconf failed with exit status: 1\n","Exception in thread
background thread for pid 18285:\n","Traceback (most recent call last):\n","
File \"/usr/lib/python3.10/threading.py\", line 1016, in _bootstrap_inner\n","
self.run()\n"," File \"/usr/lib/python3.10/threading.py\", line 953, in run\n","
self._target(*self._args, **self._kwargs)\n"," File
\"/root/.local/lib/python3.10/site-packages/sh.py\", line 1641, in wrap\n","
fn(*rgs, **kwargs)\n"," File \"/root/.local/lib/python3.10/site-packages/sh.py\",
line 2569, in background_thread\n"," handle_exit_code(exit_code)\n"," File
\"/root/.local/lib/python3.10/site-packages/sh.py\", line 2269, in fn\n","
return self.command.handle_command_exit_code(exit_code)\n"," File
\"/root/.local/lib/python3.10/site-packages/sh.py\", line 869, in
handle_command_exit_code\n"," raise exc\n","sh.ErrorReturnCode_1: \n","\n","
RAN: /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/libffi/armeabi-v7a__ndk_target_21/libffi/autogen.sh\n","\n","
STDOUT:\n","autoreconf: export WARNINGS=\n","autoreconf: Entering directory '.'\
n","autoreconf: configure.ac: not using Gettext\n","autoreconf: running: aclocal -I
m4\n","autoreconf: configure.ac: tracing\n","autoreconf: configure.ac: not using
Libtool\n","autoreconf: configure.ac: not using Intltool\n","autoreconf:
configure.ac: not using Gtkdoc\n","autoreconf: running: /usr/bin/autoconf\
n","configure.ac:8: warning: The macro `AC_CANONICAL_SYSTEM' is obsolete.\
n","configure.ac:8: You should run autoupdate.\n","./lib/autoconf/general.m4:2081:
AC_CANONICAL_SYSTEM is expanded from...\n","configure.ac:8: the top level\
n","configure.ac:74: warning: The macro `AC_TRY_COMPILE' is obsolete.\
n","configure.ac:74: You should run autoupdate.\n","./lib/autoconf/general.m4:2847:
AC_TRY_COMPILE is expanded from...\n","lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is
expanded from...\n","lib/m4sugar/m4sh.m4:699: AS_IF is expanded
from...\n","./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...\
n","./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...\
n","acinclude.m4:3: AC_FUNC_MMAP_BLACKLIST is expanded from...\n","configure.ac:74:
the top level\n","configure.ac:91: warning: The macro `AC_HEADER_STDC' is
obsolete.\n","configure.ac:91: You should run
autoupdate.\n","./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...\
n","configure.ac:91: the top level\n","configure.ac:118: warning: The macro
`AC_TRY_COMPILE' is obsolete.\n","configure.ac:118: You should run autoupdate.\
n","./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded
from...\n","lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded
from...\n","lib/m4sugar/m4sh.m4:699: AS_IF is expanded
from...\n","./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...\
n","./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded
from...\n","m4/asmcfi.m4:1: GCC_AS_CFI_PSEUDO_OP is expanded from...\
n","configure.ac:118: the top level\n","configure.ac:122: warning: The macro
`AC_TRY_LINK' is obsolete.\n","configure.ac:122: You should run
autoupdate.\n","./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...\
n","lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded
from...\n","lib/m4sugar/m4sh.m4:699: AS_IF is expanded
from...\n","./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...\
n","./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...\
n","configure.ac:122: the top level\n","configure.ac:138: warning: The macro
`AC_TRY_COMPILE' is obsolete.\n","configure.ac:138: You should run autoupdate.\
n","./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded
from...\n","lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded
from...\n","lib/m4sugar/m4sh.m4:699: AS_IF is expanded
from...\n","./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...\
n","./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...\
n","configure.ac:138: the top level\n","configure.ac:185: warning: The macro
`AC_TRY_COMPILE' is obsolete.\n","configure.ac:185: You should run autoupdate.\
n","./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded
from...\n","lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded
from...\n","lib/m4sugar/m4sh.m4:699: AS_IF is expanded
from...\n","./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...\
n","./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...\
n","configure.ac:185: the top level\n","configure.ac:215: warning:
_LT_CMD_GLOBAL_SYMBOLS is m4_require'd but not m4_defun'd\n","aclocal.m4:778:
LT_SYS_SYMBOL_USCORE is expanded from...\n","configure.ac:215: the top level\
n","configure.ac:310: warning: The macro `AC_HELP_STRING' is obsolete.\
n","configure.ac:310: You should run autoupdate.\n","./lib/autoconf/general.m4:204:
AC_HELP_STRING is expanded from...\n","configure.ac:310: the top level\
n","configure.ac:418: warning: The macro `AC_HELP_STRING' is obsolete.\
n","configure.ac:418: You should run autoupdate.\n","./lib/autoconf/general.m4:204:
AC_HELP_STRING is expanded from...\n","acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is
expanded from...\n","configure.ac:418: the top level\n","configure.ac:418: warning:
AC_PROG_LD is m4_require'd but not m4_defun'd\n","acinclude.m4:251:
LIBFFI_CHECK_LINKER_FEATURES is expanded from...\n","acinclude.m4:353:
LIBFFI_ENABLE_SYMVERS is expanded from...\n","configure.ac:418: the top level\
n","configure.ac:418: warning: The macro `AC_TRY_RUN' is obsolete.\
n","configure.ac:418: You should run
autoupdate.\n","./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from...\
n","acinclude.m4:251: LIBFFI_CHECK_LINKER_FEATURES is expanded from...\
n","acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...\
n","configure.ac:418: the top level\n","configure.ac:418: warning: The macro
`AC_TRY_LINK' is obsolete.\n","configure.ac:418: You should run
autoupdate.\n","./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...\
n","acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...\
n","configure.ac:418: the top level\n","configure.ac:41: error: possibly undefined
macro: AC_PROG_LIBTOOL\n"," If this token and others are legitimate, please
use m4_pattern_allow.\n"," See the Autoconf documentation.\n","configure:8578:
error: possibly undefined macro: AC_PROG_LD\n","autoreconf: error:
/usr/bin/autoconf failed with exit status: 1\n","\n","\n"," STDERR:\n","\
n","Traceback (most recent call last):\n"," File \"/usr/lib/python3.10/runpy.py\",
line 196, in _run_module_as_main\n"," return _run_code(code, main_globals,
None,\n"," File \"/usr/lib/python3.10/runpy.py\", line 86, in _run_code\n","
exec(code, run_globals)\n"," File \"/content/.buildozer/android/platform/python-
for-android/pythonforandroid/toolchain.py\", line 1256, in <module>\n"," main()\
n"," File
\"/content/.buildozer/android/platform/python-for-android/pythonforandroid/
entrypoints.py\", line 18, in main\n"," ToolchainCL()\n"," File
\"/content/.buildozer/android/platform/python-for-android/pythonforandroid/
toolchain.py\", line 685, in __init__\n"," getattr(self, command)(args)\n","
File \"/content/.buildozer/android/platform/python-for-android/pythonforandroid/
toolchain.py\", line 104, in wrapper_func\n"," build_dist_from_args(ctx, dist,
args)\n"," File
\"/content/.buildozer/android/platform/python-for-android/pythonforandroid/
toolchain.py\", line 163, in build_dist_from_args\n","
build_recipes(build_order, python_modules, ctx,\n"," File
\"/content/.buildozer/android/platform/python-for-android/pythonforandroid/
build.py\", line 504, in build_recipes\n"," recipe.build_arch(arch)\n","
File \"/content/.buildozer/android/platform/python-for-android/pythonforandroid/
recipes/libffi/__init__.py\",
line 28, in build_arch\n"," shprint(sh.Command('./autogen.sh'), _env=env)\n","
File \"/content/.buildozer/android/platform/python-for-android/pythonforandroid/
logger.py\", line 167, in shprint\n"," for line in output:\n"," File
\"/root/.local/lib/python3.10/site-packages/sh.py\", line 915, in next\n","
self.wait()\n"," File \"/root/.local/lib/python3.10/site-packages/sh.py\", line
845, in wait\n"," self.handle_command_exit_code(exit_code)\n"," File
\"/root/.local/lib/python3.10/site-packages/sh.py\", line 869, in
handle_command_exit_code\n"," raise exc\n","sh.ErrorReturnCode_1: \n","\n","
RAN: /content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/
other_builds/libffi/armeabi-v7a__ndk_target_21/libffi/autogen.sh\n","\n","
STDOUT:\n","autoreconf: export WARNINGS=\n","autoreconf: Entering directory '.'\
n","autoreconf: configure.ac: not using Gettext\n","autoreconf: running: aclocal -I
m4\n","autoreconf: configure.ac: tracing\n","autoreconf: configure.ac: not using
Libtool\n","autoreconf: configure.ac: not using Intltool\n","autoreconf:
configure.ac: not using Gtkdoc\n","autoreconf: running: /usr/bin/autoconf\
n","configure.ac:8: warning: The macro `AC_CANONICAL_SYSTEM' is obsolete.\
n","configure.ac:8: You should run autoupdate.\n","./lib/autoconf/general.m4:2081:
AC_CANONICAL_SYSTEM is expanded from...\n","configure.ac:8: the top level\
n","configure.ac:74: warning: The macro `AC_TRY_COMPILE' is obsolete.\
n","configure.ac:74: You should run autoupdate.\n","./lib/autoconf/general.m4:2847:
AC_TRY_COMPILE is expanded from...\n","lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is
expanded from...\n","lib/m4sugar/m4sh.m4:699: AS_IF is expanded
from...\n","./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...\
n","./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...\
n","acinclude.m4:3: AC_FUNC_MMAP_BLACKLIST is expanded from...\n","configure.ac:74:
the top level\n","configure.ac:91: warning: The macro `AC_HEADER_STDC' is
obsolete.\n","configure.ac:91: You should run
autoupdate.\n","./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...\
n","configure.ac:91: the top level\n","configure.ac:118: warning: The macro
`AC_TRY_COMPILE' is obsolete.\n","configure.ac:118: You should run autoupdate.\
n","./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded
from...\n","lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded
from...\n","lib/m4sugar/m4sh.m4:699: AS_IF is expanded
from...\n","./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...\
n","./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded
from...\n","m4/asmcfi.m4:1: GCC_AS_CFI_PSEUDO_OP is expanded from...\
n","configure.ac:118: the top level\n","configure.ac:122: warning: The macro
`AC_TRY_LINK' is obsolete.\n","configure.ac:122: You should run
autoupdate.\n","./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...\
n","lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded
from...\n","lib/m4sugar/m4sh.m4:699: AS_IF is expanded
from...\n","./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...\
n","./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...\
n","configure.ac:122: the top level\n","configure.ac:138: warning: The macro
`AC_TRY_COMPILE' is obsolete.\n","configure.ac:138: You should run autoupdate.\
n","./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded
from...\n","lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded
from...\n","lib/m4sugar/m4sh.m4:699: AS_IF is expanded
from...\n","./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...\
n","./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...\
n","configure.ac:138: the top level\n","configure.ac:185: warning: The macro
`AC_TRY_COMPILE' is obsolete.\n","configure.ac:185: You should run autoupdate.\
n","./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded
from...\n","lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded
from...\n","lib/m4sugar/m4sh.m4:699: AS_IF is expanded
from...\n","./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...\
n","./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...\
n","configure.ac:185: the top level\n","configure.ac:215: warning:
_LT_CMD_GLOBAL_SYMBOLS is m4_require'd but not m4_defun'd\n","aclocal.m4:778:
LT_SYS_SYMBOL_USCORE is expanded from...\n","configure.ac:215: the top level\
n","configure.ac:310: warning: The macro `AC_HELP_STRING' is obsolete.\
n","configure.ac:310: You should run autoupdate.\n","./lib/autoconf/general.m4:204:
AC_HELP_STRING is expanded from...\n","configure.ac:310: the top level\
n","configure.ac:418: warning: The macro `AC_HELP_STRING' is obsolete.\
n","configure.ac:418: You should run autoupdate.\n","./lib/autoconf/general.m4:204:
AC_HELP_STRING is expanded from...\n","acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is
expanded from...\n","configure.ac:418: the top level\n","configure.ac:418: warning:
AC_PROG_LD is m4_require'd but not m4_defun'd\n","acinclude.m4:251:
LIBFFI_CHECK_LINKER_FEATURES is expanded from...\n","acinclude.m4:353:
LIBFFI_ENABLE_SYMVERS is expanded from...\n","configure.ac:418: the top level\
n","configure.ac:418: warning: The macro `AC_TRY_RUN' is obsolete.\
n","configure.ac:418: You should run
autoupdate.\n","./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from...\
n","acinclude.m4:251: LIBFFI_CHECK_LINKER_FEATURES is expanded from...\
n","acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...\
n","configure.ac:418: the top level\n","configure.ac:418: warning: The macro
`AC_TRY_LINK' is obsolete.\n","configure.ac:418: You should run
autoupdate.\n","./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...\
n","acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...\
n","configure.ac:418: the top level\n","configure.ac:41: error: possibly undefined
macro: AC_PROG_LIBTOOL\n"," If this token and others are legitimate, please
use m4_pattern_allow.\n"," See the Autoconf documentation.\n","configure:8578:
error: possibly undefined macro: AC_PROG_LD\n","autoreconf: error:
/usr/bin/autoconf failed with exit status: 1\n","\n","\n"," STDERR:\n","\n","\
u001b[0m\u001b[1;31m# Command failed: ['/usr/bin/python3', '-m',
'pythonforandroid.toolchain', 'create', '--dist_name=caps_betaI_org', '--
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', '--debug']\u001b[0m\n","\u001b[0m\u001b[1;31m#
ENVIRONMENT:\u001b[0m\n","\u001b[0m\u001b[1;31m# SHELL = '/bin/bash'\u001b[0m\
n","\u001b[0m\u001b[1;31m# NV_LIBCUBLAS_VERSION = '12.2.5.6-1'\u001b[0m\n","\
u001b[0m\u001b[1;31m# NVIDIA_VISIBLE_DEVICES = 'all'\u001b[0m\n","\u001b[0m\
u001b[1;31m# COLAB_JUPYTER_TRANSPORT = 'ipc'\u001b[0m\n","\u001b[0m\
u001b[1;31m# NV_NVML_DEV_VERSION = '12.2.140-1'\u001b[0m\n","\u001b[0m\
u001b[1;31m# NV_CUDNN_PACKAGE_NAME = 'libcudnn8'\u001b[0m\n","\u001b[0m\
u001b[1;31m# CGROUP_MEMORY_EVENTS = '/sys/fs/cgroup/memory.events
/var/colab/cgroup/jupyter-children/memory.events'\u001b[0m\n","\u001b[0m\
u001b[1;31m# NV_LIBNCCL_DEV_PACKAGE = 'libnccl-dev=2.19.3-1+cuda12.2'\u001b[0m\
n","\u001b[0m\u001b[1;31m# NV_LIBNCCL_DEV_PACKAGE_VERSION = '2.19.3-1'\
u001b[0m\n","\u001b[0m\u001b[1;31m# VM_GCE_METADATA_HOST = '169.254.169.253'\
u001b[0m\n","\u001b[0m\u001b[1;31m# HOSTNAME = 'b4713ce0ed10'\u001b[0m\n","\
u001b[0m\u001b[1;31m# LANGUAGE = 'en_US'\u001b[0m\n","\u001b[0m\u001b[1;31m#
TBE_RUNTIME_ADDR = '172.28.0.1:8011'\u001b[0m\n","\u001b[0m\u001b[1;31m#
COLAB_TPU_1VM = ''\u001b[0m\n","\u001b[0m\u001b[1;31m# GCE_METADATA_TIMEOUT =
'3'\u001b[0m\n","\u001b[0m\u001b[1;31m# NVIDIA_REQUIRE_CUDA = ('cuda>=12.2
brand=tesla,driver>=470,driver<471 '\n"," 'brand=unknown,driver>=470,driver<471
brand=nvidia,driver>=470,driver<471 '\n"," 'brand=nvidiartx,driver>=470,driver<471
brand=geforce,driver>=470,driver<471 '\n","
'brand=geforcertx,driver>=470,driver<471 brand=quadro,driver>=470,driver<471 '\n","
'brand=quadrortx,driver>=470,driver<471 brand=titan,driver>=470,driver<471 '\n","
'brand=titanrtx,driver>=470,driver<471 brand=tesla,driver>=525,driver<526 '\n","
'brand=unknown,driver>=525,driver<526 brand=nvidia,driver>=525,driver<526 '\n","
'brand=nvidiartx,driver>=525,driver<526 brand=geforce,driver>=525,driver<526 '\n","
'brand=geforcertx,driver>=525,driver<526 brand=quadro,driver>=525,driver<526 '\n","
'brand=quadrortx,driver>=525,driver<526 brand=titan,driver>=525,driver<526 '\n","
'brand=titanrtx,driver>=525,driver<526')\u001b[0m\n","\u001b[0m\u001b[1;31m#
NV_LIBCUBLAS_DEV_PACKAGE = 'libcublas-dev-12-2=12.2.5.6-1'\u001b[0m\n","\u001b[0m\
u001b[1;31m# NV_NVTX_VERSION = '12.2.140-1'\u001b[0m\n","\u001b[0m\u001b[1;31m#
COLAB_JUPYTER_IP = '172.28.0.12'\u001b[0m\n","\u001b[0m\u001b[1;31m#
NV_CUDA_CUDART_DEV_VERSION = '12.2.140-1'\u001b[0m\n","\u001b[0m\u001b[1;31m#
NV_LIBCUSPARSE_VERSION = '12.1.2.141-1'\u001b[0m\n","\u001b[0m\u001b[1;31m#
COLAB_LANGUAGE_SERVER_PROXY_ROOT_URL = 'http://172.28.0.1:8013/'\u001b[0m\n","\
u001b[0m\u001b[1;31m# NV_LIBNPP_VERSION = '12.2.1.4-1'\u001b[0m\n","\u001b[0m\
u001b[1;31m# NCCL_VERSION = '2.19.3-1'\u001b[0m\n","\u001b[0m\u001b[1;31m#
KMP_LISTEN_PORT = '6000'\u001b[0m\n","\u001b[0m\u001b[1;31m#
TF_FORCE_GPU_ALLOW_GROWTH = 'true'\u001b[0m\n","\u001b[0m\u001b[1;31m# ENV =
'/root/.bashrc'\u001b[0m\n","\u001b[0m\u001b[1;31m# PWD = '/content'\u001b[0m\
n","\u001b[0m\u001b[1;31m# TBE_EPHEM_CREDS_ADDR = '172.28.0.1:8009'\u001b[0m\
n","\u001b[0m\u001b[1;31m# COLAB_LANGUAGE_SERVER_PROXY_REQUEST_TIMEOUT = '30s'\
u001b[0m\n","\u001b[0m\u001b[1;31m# TBE_CREDS_ADDR = '172.28.0.1:8008'\
u001b[0m\n","\u001b[0m\u001b[1;31m# NV_CUDNN_PACKAGE = 'libcudnn8=8.9.6.50-
1+cuda12.2'\u001b[0m\n","\u001b[0m\u001b[1;31m# NVIDIA_DRIVER_CAPABILITIES
= 'compute,utility'\u001b[0m\n","\u001b[0m\u001b[1;31m# COLAB_JUPYTER_TOKEN =
''\u001b[0m\n","\u001b[0m\u001b[1;31m# LAST_FORCED_REBUILD = '20241018'\
u001b[0m\n","\u001b[0m\u001b[1;31m# NV_NVPROF_DEV_PACKAGE = 'cuda-nvprof-12-
2=12.2.142-1'\u001b[0m\n","\u001b[0m\u001b[1;31m# NV_LIBNPP_PACKAGE = 'libnpp-
12-2=12.2.1.4-1'\u001b[0m\n","\u001b[0m\u001b[1;31m#
NV_LIBNCCL_DEV_PACKAGE_NAME = 'libnccl-dev'\u001b[0m\n","\u001b[0m\u001b[1;31m#
TCLLIBPATH = '/usr/share/tcltk/tcllib1.20'\u001b[0m\n","\u001b[0m\u001b[1;31m#
NV_LIBCUBLAS_DEV_VERSION = '12.2.5.6-1'\u001b[0m\n","\u001b[0m\u001b[1;31m#
COLAB_KERNEL_MANAGER_PROXY_HOST = '172.28.0.12'\u001b[0m\n","\u001b[0m\u001b[1;31m#
NVIDIA_PRODUCT_NAME = 'CUDA'\u001b[0m\n","\u001b[0m\u001b[1;31m#
NV_LIBCUBLAS_DEV_PACKAGE_NAME = 'libcublas-dev-12-2'\u001b[0m\n","\u001b[0m\
u001b[1;31m# USE_AUTH_EPHEM = '1'\u001b[0m\n","\u001b[0m\u001b[1;31m#
NV_CUDA_CUDART_VERSION = '12.2.140-1'\u001b[0m\n","\u001b[0m\u001b[1;31m#
COLAB_WARMUP_DEFAULTS = '1'\u001b[0m\n","\u001b[0m\u001b[1;31m# HOME = '/root'\
u001b[0m\n","\u001b[0m\u001b[1;31m# LANG = 'en_US.UTF-8'\u001b[0m\n","\
u001b[0m\u001b[1;31m# COLUMNS = '100'\u001b[0m\n","\u001b[0m\u001b[1;31m#
CUDA_VERSION = '12.2.2'\u001b[0m\n","\u001b[0m\u001b[1;31m# CLOUDSDK_CONFIG =
'/content/.config'\u001b[0m\n","\u001b[0m\u001b[1;31m# NV_LIBCUBLAS_PACKAGE =
'libcublas-12-2=12.2.5.6-1'\u001b[0m\n","\u001b[0m\u001b[1;31m#
NV_CUDA_NSIGHT_COMPUTE_DEV_PACKAGE = 'cuda-nsight-compute-12-2=12.2.2-1'\u001b[0m\
n","\u001b[0m\u001b[1;31m# COLAB_RELEASE_TAG = 'release-colab_20241022-
060119_RC00'\u001b[0m\n","\u001b[0m\u001b[1;31m# PYDEVD_USE_FRAME_EVAL = 'NO'\
u001b[0m\n","\u001b[0m\u001b[1;31m# KMP_TARGET_PORT = '9000'\u001b[0m\n","\
u001b[0m\u001b[1;31m# CLICOLOR = '1'\u001b[0m\n","\u001b[0m\u001b[1;31m#
KMP_EXTRA_ARGS = ('--logtostderr --listen_host=172.28.0.12 --
target_host=172.28.0.12 '\n","
'--tunnel_background_save_url=https://colab.research.google.com/tun/m/
cc48301118ce562b961b3c22d803539adc1e0c19/m-s-2mwpalcmpkgx9 '\n"," '--
tunnel_background_save_delay=10s '\n"," '--
tunnel_periodic_background_save_frequency=30m0s '\n"," '--
enable_output_coalescing=true --output_coalescing_required=true')\u001b[0m\n","\
u001b[0m\u001b[1;31m# NV_LIBNPP_DEV_PACKAGE = 'libnpp-dev-12-2=12.2.1.4-1'\
u001b[0m\n","\u001b[0m\u001b[1;31m# COLAB_LANGUAGE_SERVER_PROXY_LSP_DIRS =
'/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-
packages'\u001b[0m\n","\u001b[0m\u001b[1;31m# NV_LIBCUBLAS_PACKAGE_NAME =
'libcublas-12-2'\u001b[0m\n","\u001b[0m\u001b[1;31m#
COLAB_KERNEL_MANAGER_PROXY_PORT = '6000'\u001b[0m\n","\u001b[0m\u001b[1;31m#
CLOUDSDK_PYTHON = 'python3'\u001b[0m\n","\u001b[0m\u001b[1;31m#
NV_LIBNPP_DEV_VERSION = '12.2.1.4-1'\u001b[0m\n","\u001b[0m\u001b[1;31m#
ENABLE_DIRECTORYPREFETCHER = '1'\u001b[0m\n","\u001b[0m\u001b[1;31m#
NO_GCE_CHECK = 'False'\u001b[0m\n","\u001b[0m\u001b[1;31m# JPY_PARENT_PID =
'91'\u001b[0m\n","\u001b[0m\u001b[1;31m# PYTHONPATH = '/env/python'\u001b[0m\
n","\u001b[0m\u001b[1;31m# TERM = 'xterm-color'\u001b[0m\n","\u001b[0m\
u001b[1;31m# NV_LIBCUSPARSE_DEV_VERSION = '12.1.2.141-1'\u001b[0m\n","\
u001b[0m\u001b[1;31m# GIT_PAGER = 'cat'\u001b[0m\n","\u001b[0m\u001b[1;31m#
LIBRARY_PATH = '/usr/local/cuda/lib64/stubs'\u001b[0m\n","\u001b[0m\u001b[1;31m#
NV_CUDNN_VERSION = '8.9.6.50'\u001b[0m\n","\u001b[0m\u001b[1;31m# SHLVL = '0'\
u001b[0m\n","\u001b[0m\u001b[1;31m# PAGER = 'cat'\u001b[0m\n","\u001b[0m\
u001b[1;31m# COLAB_LANGUAGE_SERVER_PROXY = '/usr/colab/bin/language_service'\
u001b[0m\n","\u001b[0m\u001b[1;31m# NV_CUDA_LIB_VERSION = '12.2.2-1'\u001b[0m\
n","\u001b[0m\u001b[1;31m# NVARCH = 'x86_64'\u001b[0m\n","\u001b[0m\
u001b[1;31m# NV_CUDNN_PACKAGE_DEV = 'libcudnn8-dev=8.9.6.50-1+cuda12.2'\
u001b[0m\n","\u001b[0m\u001b[1;31m# NV_CUDA_COMPAT_PACKAGE = 'cuda-compat-12-
2'\u001b[0m\n","\u001b[0m\u001b[1;31m# MPLBACKEND =
'module://ipykernel.pylab.backend_inline'\u001b[0m\n","\u001b[0m\u001b[1;31m#
NV_LIBNCCL_PACKAGE = 'libnccl2=2.19.3-1+cuda12.2'\u001b[0m\n","\u001b[0m\
u001b[1;31m# LD_LIBRARY_PATH = '/usr/local/nvidia/lib:/usr/local/nvidia/lib64'\
u001b[0m\n","\u001b[0m\u001b[1;31m# COLAB_GPU = ''\u001b[0m\n","\u001b[0m\
u001b[1;31m# GCS_READ_CACHE_BLOCK_SIZE_MB = '16'\u001b[0m\n","\u001b[0m\
u001b[1;31m# NV_CUDA_NSIGHT_COMPUTE_VERSION = '12.2.2-1'\u001b[0m\n","\
u001b[0m\u001b[1;31m# NV_NVPROF_VERSION = '12.2.142-1'\u001b[0m\n","\u001b[0m\
u001b[1;31m# LC_ALL = 'en_US.UTF-8'\u001b[0m\n","\u001b[0m\u001b[1;31m#
COLAB_FILE_HANDLER_ADDR = 'localhost:3453'\u001b[0m\n","\u001b[0m\u001b[1;31m#
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'\u001b[0m\n","\
u001b[0m\u001b[1;31m# NV_LIBNCCL_PACKAGE_NAME = 'libnccl2'\u001b[0m\n","\
u001b[0m\u001b[1;31m# COLAB_DEBUG_ADAPTER_MUX_PATH =
'/usr/local/bin/dap_multiplexer'\u001b[0m\n","\u001b[0m\u001b[1;31m#
NV_LIBNCCL_PACKAGE_VERSION = '2.19.3-1'\u001b[0m\n","\u001b[0m\u001b[1;31m#
PYTHONWARNINGS = 'ignore:::pip._internal.cli.base_command'\u001b[0m\n","\u001b[0m\
u001b[1;31m# DEBIAN_FRONTEND = 'noninteractive'\u001b[0m\n","\u001b[0m\
u001b[1;31m# COLAB_BACKEND_VERSION = 'next'\u001b[0m\n","\u001b[0m\u001b[1;31m#
OLDPWD = '/'\u001b[0m\n","\u001b[0m\u001b[1;31m# _ =
'/usr/local/bin/buildozer'\u001b[0m\n","\u001b[0m\u001b[1;31m# PACKAGES_PATH =
'/root/.buildozer/android/packages'\u001b[0m\n","\u001b[0m\u001b[1;31m#
ANDROIDSDK = '/root/.buildozer/android/platform/android-sdk'\u001b[0m\n","\
u001b[0m\u001b[1;31m# ANDROIDNDK = '/root/.buildozer/android/platform/android-
ndk-r25b'\u001b[0m\n","\u001b[0m\u001b[1;31m# ANDROIDAPI = '31'\u001b[0m\n","\
u001b[0m\u001b[1;31m# ANDROIDMINAPI = '21'\u001b[0m\n","\u001b[0m\
u001b[1;31m# \u001b[0m\n","\u001b[0m\u001b[1;31m# Buildozer failed to execute the
last command\u001b[0m\n","\u001b[0m\u001b[1;31m# The error might be hidden in the
log above this error\u001b[0m\n","\u001b[0m\u001b[1;31m# Please read the full log,
and search for it before\u001b[0m\n","\u001b[0m\u001b[1;31m# raising an issue with
buildozer itself.\u001b[0m\n","\u001b[0m\u001b[1;31m# In case of a bug report,
please add a full log with log_level = 2\u001b[0m\n"]}]}]}

You might also like