From ffa907c45add71c4ba758e634ff34aac7d7cfa1b Mon Sep 17 00:00:00 2001 From: naveenkrishna88 <41195593+naveenkrishna88@users.noreply.github.com> Date: Wed, 23 Dec 2020 12:52:10 +0530 Subject: [PATCH] Update and rename android_app.ipynb to android_app.py Cleaned up the markdown --- android_app.ipynb | 5440 --------------------------------------------- android_app.py | 42 + 2 files changed, 42 insertions(+), 5440 deletions(-) delete mode 100644 android_app.ipynb create mode 100644 android_app.py diff --git a/android_app.ipynb b/android_app.ipynb deleted file mode 100644 index d1933b4..0000000 --- a/android_app.ipynb +++ /dev/null @@ -1,5440 +0,0 @@ -{ - "nbformat": 4, - "nbformat_minor": 0, - "metadata": { - "colab": { - "name": "android_app.ipynb", - "provenance": [], - "collapsed_sections": [], - "toc_visible": true - }, - "kernelspec": { - "name": "python3", - "display_name": "Python 3" - } - }, - "cells": [ - { - "cell_type": "markdown", - "metadata": { - "id": "mW2gySHo44bO" - }, - "source": [ - "## Install all the dependecies" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "sMhfzR2V5U2k" - }, - "source": [ - "## Put your code as \"main.py\" and upload all the necessary images which is you puted in GUI. Upload all the things in colab." - ] - }, - { - "cell_type": "code", - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "JC2H94GVaO1M", - "outputId": "3a8fc35b-dff9-42dc-9048-8604b0e3f91b" - }, - "source": [ - "!pip install buildozer" - ], - "execution_count": null, - "outputs": [ - { - "output_type": "stream", - "text": [ - "Collecting buildozer\n", - "\u001b[?25l Downloading https://files.pythonhosted.org/packages/ac/62/a53738c604ebc86d3b62f654c3169e8c0b4178a066d7398cf53377a5cb3b/buildozer-1.2.0-py3-none-any.whl (77kB)\n", - "\u001b[K |████████████████████████████████| 81kB 3.6MB/s \n", - "\u001b[?25hCollecting sh\n", - "\u001b[?25l Downloading https://files.pythonhosted.org/packages/50/38/f7dcc62943d0870f02df9e2fa527b7f0cd86b233a80d6e503a08f3ef5ddc/sh-1.14.1-py2.py3-none-any.whl (40kB)\n", - "\u001b[K |████████████████████████████████| 40kB 5.3MB/s \n", - "\u001b[?25hCollecting virtualenv\n", - "\u001b[?25l Downloading https://files.pythonhosted.org/packages/79/88/66ac964ab8cf87c8db839c11812292a966825af205411cb67477cb4e73d3/virtualenv-20.2.1-py2.py3-none-any.whl (4.9MB)\n", - "\u001b[K |████████████████████████████████| 4.9MB 19.4MB/s \n", - "\u001b[?25hRequirement already satisfied: pexpect in /usr/local/lib/python3.6/dist-packages (from buildozer) (4.8.0)\n", - "Requirement already satisfied: importlib-metadata>=0.12; python_version < \"3.8\" in /usr/local/lib/python3.6/dist-packages (from virtualenv->buildozer) (2.0.0)\n", - "Requirement already satisfied: importlib-resources>=1.0; python_version < \"3.7\" in /usr/local/lib/python3.6/dist-packages (from virtualenv->buildozer) (3.3.0)\n", - "Requirement already satisfied: filelock<4,>=3.0.0 in /usr/local/lib/python3.6/dist-packages (from virtualenv->buildozer) (3.0.12)\n", - "Requirement already satisfied: six<2,>=1.9.0 in /usr/local/lib/python3.6/dist-packages (from virtualenv->buildozer) (1.15.0)\n", - "Collecting appdirs<2,>=1.4.3\n", - " Downloading https://files.pythonhosted.org/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl\n", - "Collecting distlib<1,>=0.3.1\n", - "\u001b[?25l Downloading https://files.pythonhosted.org/packages/f5/0a/490fa011d699bb5a5f3a0cf57de82237f52a6db9d40f33c53b2736c9a1f9/distlib-0.3.1-py2.py3-none-any.whl (335kB)\n", - "\u001b[K |████████████████████████████████| 337kB 41.1MB/s \n", - "\u001b[?25hRequirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.6/dist-packages (from pexpect->buildozer) (0.6.0)\n", - "Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.6/dist-packages (from importlib-metadata>=0.12; python_version < \"3.8\"->virtualenv->buildozer) (3.4.0)\n", - "Installing collected packages: sh, appdirs, distlib, virtualenv, buildozer\n", - "Successfully installed appdirs-1.4.4 buildozer-1.2.0 distlib-0.3.1 sh-1.14.1 virtualenv-20.2.1\n" - ], - "name": "stdout" - } - ] - }, - { - "cell_type": "code", - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "f-oQo7nJc72h", - "outputId": "17fc7735-cae4-41fd-a370-c6a06840d06a" - }, - "source": [ - "!pip install cython==0.29.19" - ], - "execution_count": null, - "outputs": [ - { - "output_type": "stream", - "text": [ - "Collecting cython==0.29.19\n", - "\u001b[?25l Downloading https://files.pythonhosted.org/packages/b0/37/13249e34be215c30b4dbfcd890c5ab719a01b252288260e0cf3035ce130f/Cython-0.29.19-cp36-cp36m-manylinux1_x86_64.whl (2.0MB)\n", - "\u001b[K |████████████████████████████████| 2.0MB 5.7MB/s \n", - "\u001b[?25hInstalling collected packages: cython\n", - " Found existing installation: Cython 0.29.21\n", - " Uninstalling Cython-0.29.21:\n", - " Successfully uninstalled Cython-0.29.21\n", - "Successfully installed cython-0.29.19\n" - ], - "name": "stdout" - } - ] - }, - { - "cell_type": "code", - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "8Ro782wDjL-_", - "outputId": "7a87fd84-aa14-4011-e81b-d98419bfb621" - }, - "source": [ - "!lsb_release -a" - ], - "execution_count": null, - "outputs": [ - { - "output_type": "stream", - "text": [ - "No LSB modules are available.\n", - "Distributor ID:\tUbuntu\n", - "Description:\tUbuntu 18.04.5 LTS\n", - "Release:\t18.04\n", - "Codename:\tbionic\n" - ], - "name": "stdout" - } - ] - }, - { - "cell_type": "code", - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "kh5DgUnMjOEm", - "outputId": "5d86a126-673a-4d54-eecc-a0878e84f732" - }, - "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" - ], - "execution_count": null, - "outputs": [ - { - "output_type": "stream", - "text": [ - "Reading package lists... Done\n", - "Building dependency tree \n", - "Reading state information... Done\n", - "build-essential is already the newest version (12.4ubuntu1).\n", - "zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2).\n", - "zlib1g-dev set to manually installed.\n", - "git is already the newest version (1:2.17.1-1ubuntu0.7).\n", - "python3 is already the newest version (3.6.7-1~18.04).\n", - "python3-dev is already the newest version (3.6.7-1~18.04).\n", - "ffmpeg is already the newest version (7:3.4.8-0ubuntu0.2).\n", - "libavcodec-dev is already the newest version (7:3.4.8-0ubuntu0.2).\n", - "libavcodec-dev set to manually installed.\n", - "libavformat-dev is already the newest version (7:3.4.8-0ubuntu0.2).\n", - "libavformat-dev set to manually installed.\n", - "libswscale-dev is already the newest version (7:3.4.8-0ubuntu0.2).\n", - "libswscale-dev set to manually installed.\n", - "The following additional packages will be installed:\n", - " fluidr3mono-gm-soundfont gir1.2-ibus-1.0 libcapnp-0.6.1 libdbus-1-dev\n", - " libfluidsynth1 libibus-1.0-5 libibus-1.0-dev libmad0 libmirclient-dev\n", - " libmirclient9 libmircommon-dev libmircommon7 libmircookie-dev libmircookie2\n", - " libmircore-dev libmircore1 libmirprotobuf3 libmodplug1 libportmidi0\n", - " libprotobuf-dev libprotobuf-lite10 libpulse-dev libpulse-mainloop-glib0\n", - " libsdl2-image-2.0-0 libsdl2-mixer-2.0-0 libsdl2-ttf-2.0-0 libsndio-dev\n", - " libudev-dev libxcursor-dev libxinerama-dev libxkbcommon-dev libxrandr-dev\n", - " libxv-dev python-pip-whl python3-asn1crypto python3-cffi-backend\n", - " python3-crypto python3-cryptography python3-idna python3-keyring\n", - " python3-keyrings.alt python3-pkg-resources python3-secretstorage\n", - " python3-setuptools python3-six python3-wheel python3-xdg x11proto-randr-dev\n", - " x11proto-xinerama-dev\n", - "Suggested packages:\n", - " python-crypto-doc python-cryptography-doc python3-cryptography-vectors\n", - " gnome-keyring libkf5wallet-bin gir1.2-gnomekeyring-1.0\n", - " python-secretstorage-doc python-setuptools-doc\n", - "The following NEW packages will be installed:\n", - " fluidr3mono-gm-soundfont gir1.2-ibus-1.0 libcapnp-0.6.1 libdbus-1-dev\n", - " libfluidsynth1 libibus-1.0-5 libibus-1.0-dev libmad0 libmirclient-dev\n", - " libmirclient9 libmircommon-dev libmircommon7 libmircookie-dev libmircookie2\n", - " libmircore-dev libmircore1 libmirprotobuf3 libmodplug1 libportmidi-dev\n", - " libportmidi0 libprotobuf-dev libprotobuf-lite10 libpulse-dev\n", - " libpulse-mainloop-glib0 libsdl2-dev libsdl2-image-2.0-0 libsdl2-image-dev\n", - " libsdl2-mixer-2.0-0 libsdl2-mixer-dev libsdl2-ttf-2.0-0 libsdl2-ttf-dev\n", - " libsndio-dev libudev-dev libxcursor-dev libxinerama-dev libxkbcommon-dev\n", - " libxrandr-dev libxv-dev python-pip-whl python3-asn1crypto\n", - " python3-cffi-backend python3-crypto python3-cryptography python3-idna\n", - " python3-keyring python3-keyrings.alt python3-pip python3-pkg-resources\n", - " python3-secretstorage python3-setuptools python3-six python3-wheel\n", - " python3-xdg x11proto-randr-dev x11proto-xinerama-dev\n", - "0 upgraded, 55 newly installed, 0 to remove and 14 not upgraded.\n", - "Need to get 26.1 MB of archives.\n", - "After this operation, 59.3 MB of additional disk space will be used.\n", - "Get:1 http://archive.ubuntu.com/ubuntu bionic/universe amd64 fluidr3mono-gm-soundfont all 2.315-4 [18.7 MB]\n", - "Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibus-1.0-5 amd64 1.5.17-3ubuntu5.3 [133 kB]\n", - "Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-ibus-1.0 amd64 1.5.17-3ubuntu5.3 [66.5 kB]\n", - "Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcapnp-0.6.1 amd64 0.6.1-1ubuntu1 [658 kB]\n", - "Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdbus-1-dev amd64 1.12.2-1ubuntu1.2 [165 kB]\n", - "Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libfluidsynth1 amd64 1.1.9-1 [137 kB]\n", - "Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibus-1.0-dev amd64 1.5.17-3ubuntu5.3 [145 kB]\n", - "Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libmad0 amd64 0.15.1b-9ubuntu18.04.1 [64.6 kB]\n", - "Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmircore1 amd64 0.31.1-0ubuntu1 [26.5 kB]\n", - "Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmircommon7 amd64 0.31.1-0ubuntu1 [73.9 kB]\n", - "Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libprotobuf-lite10 amd64 3.0.0-9.1ubuntu1 [97.7 kB]\n", - "Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmirprotobuf3 amd64 0.31.1-0ubuntu1 [127 kB]\n", - "Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmirclient9 amd64 0.31.1-0ubuntu1 [199 kB]\n", - "Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmircore-dev amd64 0.31.1-0ubuntu1 [21.7 kB]\n", - "Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libprotobuf-dev amd64 3.0.0-9.1ubuntu1 [959 kB]\n", - "Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxkbcommon-dev amd64 0.8.2-1~ubuntu18.04.1 [150 kB]\n", - "Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmircommon-dev amd64 0.31.1-0ubuntu1 [13.9 kB]\n", - "Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmircookie2 amd64 0.31.1-0ubuntu1 [19.7 kB]\n", - "Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmircookie-dev amd64 0.31.1-0ubuntu1 [4,392 B]\n", - "Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmirclient-dev amd64 0.31.1-0ubuntu1 [47.8 kB]\n", - "Get:21 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libmodplug1 amd64 1:0.8.9.0-1 [150 kB]\n", - "Get:22 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libportmidi0 amd64 1:217-6 [17.8 kB]\n", - "Get:23 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libportmidi-dev amd64 1:217-6 [52.2 kB]\n", - "Err:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulse-mainloop-glib0 amd64 1:11.1-1ubuntu7.10\n", - " 404 Not Found [IP: 91.189.88.152 80]\n", - "Err:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulse-dev amd64 1:11.1-1ubuntu7.10\n", - " 404 Not Found [IP: 91.189.88.152 80]\n", - "Get:26 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libsndio-dev amd64 1.1.0-3 [13.3 kB]\n", - "Err:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev-dev amd64 237-3ubuntu10.42\n", - " 404 Not Found [IP: 91.189.88.152 80]\n", - "Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcursor-dev amd64 1:1.1.15-1 [26.5 kB]\n", - "Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-xinerama-dev all 2018.4-4 [2,628 B]\n", - "Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxinerama-dev amd64 2:1.1.3-1 [8,404 B]\n", - "Get:31 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-randr-dev all 2018.4-4 [2,620 B]\n", - "Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxrandr-dev amd64 2:1.5.1-1 [24.0 kB]\n", - "Get:33 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxv-dev amd64 2:1.0.11-1 [32.5 kB]\n", - "Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libsdl2-dev amd64 2.0.8+dfsg1-1ubuntu1.18.04.4 [683 kB]\n", - "Get:35 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libsdl2-image-2.0-0 amd64 2.0.3+dfsg1-1 [63.0 kB]\n", - "Get:36 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libsdl2-image-dev amd64 2.0.3+dfsg1-1 [68.6 kB]\n", - "Get:37 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libsdl2-mixer-2.0-0 amd64 2.0.2+dfsg1-2 [58.4 kB]\n", - "Get:38 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libsdl2-mixer-dev amd64 2.0.2+dfsg1-2 [73.6 kB]\n", - "Get:39 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libsdl2-ttf-2.0-0 amd64 2.0.14+dfsg1-2 [14.8 kB]\n", - "Get:40 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libsdl2-ttf-dev amd64 2.0.14+dfsg1-2 [19.7 kB]\n", - "Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip-whl all 9.0.1-2.3~ubuntu1.18.04.4 [1,653 kB]\n", - "Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-asn1crypto all 0.24.0-1 [72.8 kB]\n", - "Get:43 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-cffi-backend amd64 1.11.5-1 [64.6 kB]\n", - "Get:44 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB]\n", - "Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-idna all 2.6-1 [32.5 kB]\n", - "Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-six all 1.11.0-2 [11.4 kB]\n", - "Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-cryptography amd64 2.1.4-1ubuntu1.4 [220 kB]\n", - "Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-secretstorage all 2.3.1-2 [12.1 kB]\n", - "Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyring all 10.6.0-1 [26.7 kB]\n", - "Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyrings.alt all 3.0-1 [16.6 kB]\n", - "Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-pip all 9.0.1-2.3~ubuntu1.18.04.4 [114 kB]\n", - "Get:52 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pkg-resources all 39.0.1-2 [98.8 kB]\n", - "Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-setuptools all 39.0.1-2 [248 kB]\n", - "Get:54 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-wheel all 0.30.0-0.2 [36.5 kB]\n", - "Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-xdg all 0.25-4ubuntu1 [31.4 kB]\n", - "Fetched 26.0 MB in 2s (12.1 MB/s)\n", - "E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/pulseaudio/libpulse-mainloop-glib0_11.1-1ubuntu7.10_amd64.deb 404 Not Found [IP: 91.189.88.152 80]\n", - "E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/pulseaudio/libpulse-dev_11.1-1ubuntu7.10_amd64.deb 404 Not Found [IP: 91.189.88.152 80]\n", - "E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/s/systemd/libudev-dev_237-3ubuntu10.42_amd64.deb 404 Not Found [IP: 91.189.88.152 80]\n", - "E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?\n" - ], - "name": "stdout" - } - ] - }, - { - "cell_type": "code", - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "WxDk8rKvjTa1", - "outputId": "4d8d8c47-d4f7-4b67-b15a-e51c73004715" - }, - "source": [ - "!sudo apt-get install -y \\\n", - " libgstreamer1.0 \\\n", - " gstreamer1.0-plugins-base \\\n", - " gstreamer1.0-plugins-good" - ], - "execution_count": null, - "outputs": [ - { - "output_type": "stream", - "text": [ - "Reading package lists... Done\n", - "Building dependency tree \n", - "Reading state information... Done\n", - "Note, selecting 'libgstreamer1.0-dev' for regex 'libgstreamer1.0'\n", - "Note, selecting 'libgstreamer1.0-0-dbg' for regex 'libgstreamer1.0'\n", - "Note, selecting 'libgstreamer1.0-0' for regex 'libgstreamer1.0'\n", - "The following additional packages will be installed:\n", - " autoconf automake autopoint autotools-dev debhelper dh-autoreconf\n", - " dh-strip-nondeterminism file gettext gettext-base gir1.2-gstreamer-1.0\n", - " gstreamer1.0-x intltool-debian libaa1 libarchive-cpio-perl\n", - " libarchive-zip-perl libcap2-bin libcdparanoia0 libdv4\n", - " libfile-stripnondeterminism-perl libgpm2 libgstreamer-plugins-base1.0-0\n", - " libgstreamer-plugins-good1.0-0 libmagic-mgc libmagic1 libmail-sendmail-perl\n", - " liborc-0.4-0 libpam-cap libshout3 libsigsegv2 libsys-hostname-long-perl\n", - " libtag1v5 libtag1v5-vanilla libtimedate-perl libtool libv4l-0 libv4lconvert0\n", - " libvisual-0.4-0 m4 po-debconf\n", - "Suggested packages:\n", - " autoconf-archive gnu-standards autoconf-doc dh-make dwz gettext-doc\n", - " libasprintf-dev libgettextpo-dev gvfs libdv-bin oss-compat gpm\n", - " libvisual-0.4-plugins gstreamer1.0-tools gstreamer1.0-doc libtool-doc\n", - " gcj-jdk m4-doc libmail-box-perl\n", - "The following NEW packages will be installed:\n", - " autoconf automake autopoint autotools-dev debhelper dh-autoreconf\n", - " dh-strip-nondeterminism file gettext gettext-base gir1.2-gstreamer-1.0\n", - " gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-x\n", - " intltool-debian libaa1 libarchive-cpio-perl libarchive-zip-perl libcap2-bin\n", - " libcdparanoia0 libdv4 libfile-stripnondeterminism-perl libgpm2\n", - " libgstreamer-plugins-base1.0-0 libgstreamer-plugins-good1.0-0\n", - " libgstreamer1.0-0 libgstreamer1.0-0-dbg libgstreamer1.0-dev libmagic-mgc\n", - " libmagic1 libmail-sendmail-perl liborc-0.4-0 libpam-cap libshout3\n", - " libsigsegv2 libsys-hostname-long-perl libtag1v5 libtag1v5-vanilla\n", - " libtimedate-perl libtool libv4l-0 libv4lconvert0 libvisual-0.4-0 m4\n", - " po-debconf\n", - "0 upgraded, 45 newly installed, 0 to remove and 14 not upgraded.\n", - "Need to get 12.8 MB of archives.\n", - "After this operation, 50.6 MB of additional disk space will be used.\n", - "Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic-mgc amd64 1:5.32-2ubuntu0.4 [184 kB]\n", - "Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic1 amd64 1:5.32-2ubuntu0.4 [68.6 kB]\n", - "Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 file amd64 1:5.32-2ubuntu0.4 [22.1 kB]\n", - "Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcap2-bin amd64 1:2.25-1.2 [20.6 kB]\n", - "Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpam-cap amd64 1:2.25-1.2 [7,268 B]\n", - "Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext-base amd64 0.19.8.1-6ubuntu0.3 [113 kB]\n", - "Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsigsegv2 amd64 2.12-1 [14.7 kB]\n", - "Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB]\n", - "Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB]\n", - "Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB]\n", - "Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB]\n", - "Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB]\n", - "Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB]\n", - "Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB]\n", - "Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB]\n", - "Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB]\n", - "Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB]\n", - "Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5,208 B]\n", - "Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1,293 kB]\n", - "Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB]\n", - "Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB]\n", - "Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB]\n", - "Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgstreamer1.0-0 amd64 1.14.5-0ubuntu1~18.04.1 [865 kB]\n", - "Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gir1.2-gstreamer-1.0 amd64 1.14.5-0ubuntu1~18.04.1 [71.5 kB]\n", - "Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcdparanoia0 amd64 3.10.2+debian-13 [46.7 kB]\n", - "Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liborc-0.4-0 amd64 1:0.4.28-1 [137 kB]\n", - "Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.14.5-0ubuntu1~18.04.1 [688 kB]\n", - "Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvisual-0.4-0 amd64 0.4.0-11 [99.2 kB]\n", - "Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gstreamer1.0-plugins-base amd64 1.14.5-0ubuntu1~18.04.1 [587 kB]\n", - "Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgpm2 amd64 1.20.7-5 [15.1 kB]\n", - "Get:31 http://archive.ubuntu.com/ubuntu bionic/main amd64 libaa1 amd64 1.4p5-44build2 [47.2 kB]\n", - "Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdv4 amd64 1.0.0-11 [57.8 kB]\n", - "Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgstreamer-plugins-good1.0-0 amd64 1.14.5-0ubuntu1~18.04.1 [62.6 kB]\n", - "Get:34 http://archive.ubuntu.com/ubuntu bionic/main amd64 libshout3 amd64 2.4.1-2build1 [43.1 kB]\n", - "Get:35 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtag1v5-vanilla amd64 1.11.1+dfsg.1-0.2build2 [265 kB]\n", - "Get:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtag1v5 amd64 1.11.1+dfsg.1-0.2build2 [10.9 kB]\n", - "Get:37 http://archive.ubuntu.com/ubuntu bionic/main amd64 libv4lconvert0 amd64 1.14.2-1 [76.1 kB]\n", - "Get:38 http://archive.ubuntu.com/ubuntu bionic/main amd64 libv4l-0 amd64 1.14.2-1 [41.7 kB]\n", - "Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gstreamer1.0-plugins-good amd64 1.14.5-0ubuntu1~18.04.1 [1,691 kB]\n", - "Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gstreamer1.0-x amd64 1.14.5-0ubuntu1~18.04.1 [74.4 kB]\n", - "Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B]\n", - "Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgstreamer1.0-dev amd64 1.14.5-0ubuntu1~18.04.1 [398 kB]\n", - "Get:43 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]\n", - "Get:44 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]\n", - "Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgstreamer1.0-0-dbg amd64 1.14.5-0ubuntu1~18.04.1 [2,788 kB]\n", - "Fetched 12.8 MB in 2s (8,036 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 76, <> line 45.)\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 libmagic-mgc.\n", - "(Reading database ... 144793 files and directories currently installed.)\n", - "Preparing to unpack .../00-libmagic-mgc_1%3a5.32-2ubuntu0.4_amd64.deb ...\n", - "Unpacking libmagic-mgc (1:5.32-2ubuntu0.4) ...\n", - "Selecting previously unselected package libmagic1:amd64.\n", - "Preparing to unpack .../01-libmagic1_1%3a5.32-2ubuntu0.4_amd64.deb ...\n", - "Unpacking libmagic1:amd64 (1:5.32-2ubuntu0.4) ...\n", - "Selecting previously unselected package file.\n", - "Preparing to unpack .../02-file_1%3a5.32-2ubuntu0.4_amd64.deb ...\n", - "Unpacking file (1:5.32-2ubuntu0.4) ...\n", - "Selecting previously unselected package libcap2-bin.\n", - "Preparing to unpack .../03-libcap2-bin_1%3a2.25-1.2_amd64.deb ...\n", - "Unpacking libcap2-bin (1:2.25-1.2) ...\n", - "Selecting previously unselected package libpam-cap:amd64.\n", - "Preparing to unpack .../04-libpam-cap_1%3a2.25-1.2_amd64.deb ...\n", - "Unpacking libpam-cap:amd64 (1:2.25-1.2) ...\n", - "Selecting previously unselected package gettext-base.\n", - "Preparing to unpack .../05-gettext-base_0.19.8.1-6ubuntu0.3_amd64.deb ...\n", - "Unpacking gettext-base (0.19.8.1-6ubuntu0.3) ...\n", - "Selecting previously unselected package libsigsegv2:amd64.\n", - "Preparing to unpack .../06-libsigsegv2_2.12-1_amd64.deb ...\n", - "Unpacking libsigsegv2:amd64 (2.12-1) ...\n", - "Selecting previously unselected package m4.\n", - "Preparing to unpack .../07-m4_1.4.18-1_amd64.deb ...\n", - "Unpacking m4 (1.4.18-1) ...\n", - "Selecting previously unselected package autoconf.\n", - "Preparing to unpack .../08-autoconf_2.69-11_all.deb ...\n", - "Unpacking autoconf (2.69-11) ...\n", - "Selecting previously unselected package autotools-dev.\n", - "Preparing to unpack .../09-autotools-dev_20180224.1_all.deb ...\n", - "Unpacking autotools-dev (20180224.1) ...\n", - "Selecting previously unselected package automake.\n", - "Preparing to unpack .../10-automake_1%3a1.15.1-3ubuntu2_all.deb ...\n", - "Unpacking automake (1:1.15.1-3ubuntu2) ...\n", - "Selecting previously unselected package autopoint.\n", - "Preparing to unpack .../11-autopoint_0.19.8.1-6ubuntu0.3_all.deb ...\n", - "Unpacking autopoint (0.19.8.1-6ubuntu0.3) ...\n", - "Selecting previously unselected package libtool.\n", - "Preparing to unpack .../12-libtool_2.4.6-2_all.deb ...\n", - "Unpacking libtool (2.4.6-2) ...\n", - "Selecting previously unselected package dh-autoreconf.\n", - "Preparing to unpack .../13-dh-autoreconf_17_all.deb ...\n", - "Unpacking dh-autoreconf (17) ...\n", - "Selecting previously unselected package libarchive-zip-perl.\n", - "Preparing to unpack .../14-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ...\n", - "Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ...\n", - "Selecting previously unselected package libfile-stripnondeterminism-perl.\n", - "Preparing to unpack .../15-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ...\n", - "Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ...\n", - "Selecting previously unselected package libtimedate-perl.\n", - "Preparing to unpack .../16-libtimedate-perl_2.3000-2_all.deb ...\n", - "Unpacking libtimedate-perl (2.3000-2) ...\n", - "Selecting previously unselected package dh-strip-nondeterminism.\n", - "Preparing to unpack .../17-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ...\n", - "Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ...\n", - "Selecting previously unselected package gettext.\n", - "Preparing to unpack .../18-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ...\n", - "Unpacking gettext (0.19.8.1-6ubuntu0.3) ...\n", - "Selecting previously unselected package intltool-debian.\n", - "Preparing to unpack .../19-intltool-debian_0.35.0+20060710.4_all.deb ...\n", - "Unpacking intltool-debian (0.35.0+20060710.4) ...\n", - "Selecting previously unselected package po-debconf.\n", - "Preparing to unpack .../20-po-debconf_1.0.20_all.deb ...\n", - "Unpacking po-debconf (1.0.20) ...\n", - "Selecting previously unselected package debhelper.\n", - "Preparing to unpack .../21-debhelper_11.1.6ubuntu2_all.deb ...\n", - "Unpacking debhelper (11.1.6ubuntu2) ...\n", - "Selecting previously unselected package libgstreamer1.0-0:amd64.\n", - "Preparing to unpack .../22-libgstreamer1.0-0_1.14.5-0ubuntu1~18.04.1_amd64.deb ...\n", - "Unpacking libgstreamer1.0-0:amd64 (1.14.5-0ubuntu1~18.04.1) ...\n", - "Selecting previously unselected package gir1.2-gstreamer-1.0:amd64.\n", - "Preparing to unpack .../23-gir1.2-gstreamer-1.0_1.14.5-0ubuntu1~18.04.1_amd64.deb ...\n", - "Unpacking gir1.2-gstreamer-1.0:amd64 (1.14.5-0ubuntu1~18.04.1) ...\n", - "Selecting previously unselected package libcdparanoia0:amd64.\n", - "Preparing to unpack .../24-libcdparanoia0_3.10.2+debian-13_amd64.deb ...\n", - "Unpacking libcdparanoia0:amd64 (3.10.2+debian-13) ...\n", - "Selecting previously unselected package liborc-0.4-0:amd64.\n", - "Preparing to unpack .../25-liborc-0.4-0_1%3a0.4.28-1_amd64.deb ...\n", - "Unpacking liborc-0.4-0:amd64 (1:0.4.28-1) ...\n", - "Selecting previously unselected package libgstreamer-plugins-base1.0-0:amd64.\n", - "Preparing to unpack .../26-libgstreamer-plugins-base1.0-0_1.14.5-0ubuntu1~18.04.1_amd64.deb ...\n", - "Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.14.5-0ubuntu1~18.04.1) ...\n", - "Selecting previously unselected package libvisual-0.4-0:amd64.\n", - "Preparing to unpack .../27-libvisual-0.4-0_0.4.0-11_amd64.deb ...\n", - "Unpacking libvisual-0.4-0:amd64 (0.4.0-11) ...\n", - "Selecting previously unselected package gstreamer1.0-plugins-base:amd64.\n", - "Preparing to unpack .../28-gstreamer1.0-plugins-base_1.14.5-0ubuntu1~18.04.1_amd64.deb ...\n", - "Unpacking gstreamer1.0-plugins-base:amd64 (1.14.5-0ubuntu1~18.04.1) ...\n", - "Selecting previously unselected package libgpm2:amd64.\n", - "Preparing to unpack .../29-libgpm2_1.20.7-5_amd64.deb ...\n", - "Unpacking libgpm2:amd64 (1.20.7-5) ...\n", - "Selecting previously unselected package libaa1:amd64.\n", - "Preparing to unpack .../30-libaa1_1.4p5-44build2_amd64.deb ...\n", - "Unpacking libaa1:amd64 (1.4p5-44build2) ...\n", - "Selecting previously unselected package libdv4:amd64.\n", - "Preparing to unpack .../31-libdv4_1.0.0-11_amd64.deb ...\n", - "Unpacking libdv4:amd64 (1.0.0-11) ...\n", - "Selecting previously unselected package libgstreamer-plugins-good1.0-0:amd64.\n", - "Preparing to unpack .../32-libgstreamer-plugins-good1.0-0_1.14.5-0ubuntu1~18.04.1_amd64.deb ...\n", - "Unpacking libgstreamer-plugins-good1.0-0:amd64 (1.14.5-0ubuntu1~18.04.1) ...\n", - "Selecting previously unselected package libshout3:amd64.\n", - "Preparing to unpack .../33-libshout3_2.4.1-2build1_amd64.deb ...\n", - "Unpacking libshout3:amd64 (2.4.1-2build1) ...\n", - "Selecting previously unselected package libtag1v5-vanilla:amd64.\n", - "Preparing to unpack .../34-libtag1v5-vanilla_1.11.1+dfsg.1-0.2build2_amd64.deb ...\n", - "Unpacking libtag1v5-vanilla:amd64 (1.11.1+dfsg.1-0.2build2) ...\n", - "Selecting previously unselected package libtag1v5:amd64.\n", - "Preparing to unpack .../35-libtag1v5_1.11.1+dfsg.1-0.2build2_amd64.deb ...\n", - "Unpacking libtag1v5:amd64 (1.11.1+dfsg.1-0.2build2) ...\n", - "Selecting previously unselected package libv4lconvert0:amd64.\n", - "Preparing to unpack .../36-libv4lconvert0_1.14.2-1_amd64.deb ...\n", - "Unpacking libv4lconvert0:amd64 (1.14.2-1) ...\n", - "Selecting previously unselected package libv4l-0:amd64.\n", - "Preparing to unpack .../37-libv4l-0_1.14.2-1_amd64.deb ...\n", - "Unpacking libv4l-0:amd64 (1.14.2-1) ...\n", - "Selecting previously unselected package gstreamer1.0-plugins-good:amd64.\n", - "Preparing to unpack .../38-gstreamer1.0-plugins-good_1.14.5-0ubuntu1~18.04.1_amd64.deb ...\n", - "Unpacking gstreamer1.0-plugins-good:amd64 (1.14.5-0ubuntu1~18.04.1) ...\n", - "Selecting previously unselected package gstreamer1.0-x:amd64.\n", - "Preparing to unpack .../39-gstreamer1.0-x_1.14.5-0ubuntu1~18.04.1_amd64.deb ...\n", - "Unpacking gstreamer1.0-x:amd64 (1.14.5-0ubuntu1~18.04.1) ...\n", - "Selecting previously unselected package libarchive-cpio-perl.\n", - "Preparing to unpack .../40-libarchive-cpio-perl_0.10-1_all.deb ...\n", - "Unpacking libarchive-cpio-perl (0.10-1) ...\n", - "Selecting previously unselected package libgstreamer1.0-dev:amd64.\n", - "Preparing to unpack .../41-libgstreamer1.0-dev_1.14.5-0ubuntu1~18.04.1_amd64.deb ...\n", - "Adding 'diversion of /usr/bin/dh_gstscancodecs to /usr/bin/dh_gstscancodecs-gst0.10 by libgstreamer1.0-dev'\n", - "Adding 'diversion of /usr/share/man/man1/dh_gstscancodecs.1.gz to /usr/share/man/man1/dh_gstscancodecs.1.gz-gst0.10 by libgstreamer1.0-dev'\n", - "Unpacking libgstreamer1.0-dev:amd64 (1.14.5-0ubuntu1~18.04.1) ...\n", - "Selecting previously unselected package libsys-hostname-long-perl.\n", - "Preparing to unpack .../42-libsys-hostname-long-perl_1.5-1_all.deb ...\n", - "Unpacking libsys-hostname-long-perl (1.5-1) ...\n", - "Selecting previously unselected package libmail-sendmail-perl.\n", - "Preparing to unpack .../43-libmail-sendmail-perl_0.80-1_all.deb ...\n", - "Unpacking libmail-sendmail-perl (0.80-1) ...\n", - "Selecting previously unselected package libgstreamer1.0-0-dbg:amd64.\n", - "Preparing to unpack .../44-libgstreamer1.0-0-dbg_1.14.5-0ubuntu1~18.04.1_amd64.deb ...\n", - "Unpacking libgstreamer1.0-0-dbg:amd64 (1.14.5-0ubuntu1~18.04.1) ...\n", - "Setting up libpam-cap:amd64 (1:2.25-1.2) ...\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 76.)\n", - "debconf: falling back to frontend: Readline\n", - "Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ...\n", - "Setting up libtimedate-perl (2.3000-2) ...\n", - "Setting up libsigsegv2:amd64 (2.12-1) ...\n", - "Setting up libgpm2:amd64 (1.20.7-5) ...\n", - "Setting up libcap2-bin (1:2.25-1.2) ...\n", - "Setting up libv4lconvert0:amd64 (1.14.2-1) ...\n", - "Setting up libarchive-cpio-perl (0.10-1) ...\n", - "Setting up gettext-base (0.19.8.1-6ubuntu0.3) ...\n", - "Setting up m4 (1.4.18-1) ...\n", - "Setting up libcdparanoia0:amd64 (3.10.2+debian-13) ...\n", - "Setting up libmagic-mgc (1:5.32-2ubuntu0.4) ...\n", - "Setting up libmagic1:amd64 (1:5.32-2ubuntu0.4) ...\n", - "Setting up libsys-hostname-long-perl (1.5-1) ...\n", - "Setting up libmail-sendmail-perl (0.80-1) ...\n", - "Setting up libaa1:amd64 (1.4p5-44build2) ...\n", - "Setting up autotools-dev (20180224.1) ...\n", - "Setting up libvisual-0.4-0:amd64 (0.4.0-11) ...\n", - "Setting up liborc-0.4-0:amd64 (1:0.4.28-1) ...\n", - "Setting up libshout3:amd64 (2.4.1-2build1) ...\n", - "Setting up autopoint (0.19.8.1-6ubuntu0.3) ...\n", - "Setting up libdv4:amd64 (1.0.0-11) ...\n", - "Setting up libtag1v5-vanilla:amd64 (1.11.1+dfsg.1-0.2build2) ...\n", - "Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ...\n", - "Setting up libtag1v5:amd64 (1.11.1+dfsg.1-0.2build2) ...\n", - "Setting up libgstreamer1.0-0:amd64 (1.14.5-0ubuntu1~18.04.1) ...\n", - "Setcap worked! gst-ptp-helper is not suid!\n", - "Setting up gettext (0.19.8.1-6ubuntu0.3) ...\n", - "Setting up libv4l-0:amd64 (1.14.2-1) ...\n", - "Setting up libgstreamer1.0-0-dbg:amd64 (1.14.5-0ubuntu1~18.04.1) ...\n", - "Setting up autoconf (2.69-11) ...\n", - "Setting up file (1:5.32-2ubuntu0.4) ...\n", - "Setting up intltool-debian (0.35.0+20060710.4) ...\n", - "Setting up automake (1:1.15.1-3ubuntu2) ...\n", - "update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode\n", - "Setting up gir1.2-gstreamer-1.0:amd64 (1.14.5-0ubuntu1~18.04.1) ...\n", - "Setting up libtool (2.4.6-2) ...\n", - "Setting up libgstreamer-plugins-base1.0-0:amd64 (1.14.5-0ubuntu1~18.04.1) ...\n", - "Setting up gstreamer1.0-plugins-base:amd64 (1.14.5-0ubuntu1~18.04.1) ...\n", - "Setting up po-debconf (1.0.20) ...\n", - "Setting up gstreamer1.0-x:amd64 (1.14.5-0ubuntu1~18.04.1) ...\n", - "Setting up libgstreamer-plugins-good1.0-0:amd64 (1.14.5-0ubuntu1~18.04.1) ...\n", - "Setting up libgstreamer1.0-dev:amd64 (1.14.5-0ubuntu1~18.04.1) ...\n", - "Setting up gstreamer1.0-plugins-good:amd64 (1.14.5-0ubuntu1~18.04.1) ...\n", - "Setting up debhelper (11.1.6ubuntu2) ...\n", - "Setting up dh-autoreconf (17) ...\n", - "Setting up dh-strip-nondeterminism (0.040-1.1~build1) ...\n", - "Processing triggers for libc-bin (2.27-3ubuntu1.2) ...\n", - "/sbin/ldconfig.real: /usr/local/lib/python3.6/dist-packages/ideep4py/lib/libmkldnn.so.0 is not a symbolic link\n", - "\n", - "Processing triggers for man-db (2.8.3-2ubuntu0.1) ...\n" - ], - "name": "stdout" - } - ] - }, - { - "cell_type": "code", - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "0bjhCs1bw771", - "outputId": "2a22add8-3047-4584-fb46-83afa81d2918" - }, - "source": [ - "!sudo apt-get install build-essential libsqlite3-dev sqlite3 bzip2 libbz2-dev zlib1g-dev libssl-dev openssl libgdbm-dev libgdbm-compat-dev liblzma-dev libreadline-dev libncursesw5-dev libffi-dev uuid-dev libffi6" - ], - "execution_count": null, - "outputs": [ - { - "output_type": "stream", - "text": [ - "Reading package lists... Done\n", - "Building dependency tree \n", - "Reading state information... Done\n", - "build-essential is already the newest version (12.4ubuntu1).\n", - "libffi6 is already the newest version (3.2.1-8).\n", - "liblzma-dev is already the newest version (5.2.2-1.3).\n", - "liblzma-dev set to manually installed.\n", - "libreadline-dev is already the newest version (7.0-3).\n", - "libreadline-dev set to manually installed.\n", - "zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2).\n", - "zlib1g-dev set to manually installed.\n", - "bzip2 is already the newest version (1.0.6-8.1ubuntu0.2).\n", - "libbz2-dev is already the newest version (1.0.6-8.1ubuntu0.2).\n", - "libbz2-dev set to manually installed.\n", - "libssl-dev is already the newest version (1.1.1-1ubuntu2.1~18.04.6).\n", - "openssl is already the newest version (1.1.1-1ubuntu2.1~18.04.6).\n", - "openssl set to manually installed.\n", - "uuid-dev is already the newest version (2.31.1-0.4ubuntu3.7).\n", - "uuid-dev set to manually installed.\n", - "Suggested packages:\n", - " ncurses-doc sqlite3-doc\n", - "The following NEW packages will be installed:\n", - " libffi-dev libgdbm-compat-dev libgdbm-dev libncursesw5-dev libsqlite3-dev\n", - " sqlite3\n", - "0 upgraded, 6 newly installed, 0 to remove and 14 not upgraded.\n", - "Need to get 1,824 kB of archives.\n", - "After this operation, 6,346 kB of additional disk space will be used.\n", - "Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat-dev amd64 1.14.1-6 [3,360 B]\n", - "Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-dev amd64 1.14.1-6 [79.3 kB]\n", - "Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5-dev amd64 6.1-1ubuntu1.18.04 [199 kB]\n", - "Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-dev amd64 3.22.0-1ubuntu0.4 [633 kB]\n", - "Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB]\n", - "Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB]\n", - "Fetched 1,824 kB in 1s (1,941 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 76, <> line 6.)\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 libgdbm-compat-dev.\n", - "(Reading database ... 146653 files and directories currently installed.)\n", - "Preparing to unpack .../0-libgdbm-compat-dev_1.14.1-6_amd64.deb ...\n", - "Unpacking libgdbm-compat-dev (1.14.1-6) ...\n", - "Selecting previously unselected package libgdbm-dev:amd64.\n", - "Preparing to unpack .../1-libgdbm-dev_1.14.1-6_amd64.deb ...\n", - "Unpacking libgdbm-dev:amd64 (1.14.1-6) ...\n", - "Selecting previously unselected package libncursesw5-dev:amd64.\n", - "Preparing to unpack .../2-libncursesw5-dev_6.1-1ubuntu1.18.04_amd64.deb ...\n", - "Unpacking libncursesw5-dev:amd64 (6.1-1ubuntu1.18.04) ...\n", - "Selecting previously unselected package libsqlite3-dev:amd64.\n", - "Preparing to unpack .../3-libsqlite3-dev_3.22.0-1ubuntu0.4_amd64.deb ...\n", - "Unpacking libsqlite3-dev:amd64 (3.22.0-1ubuntu0.4) ...\n", - "Selecting previously unselected package sqlite3.\n", - "Preparing to unpack .../4-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ...\n", - "Unpacking sqlite3 (3.22.0-1ubuntu0.4) ...\n", - "Selecting previously unselected package libffi-dev:amd64.\n", - "Preparing to unpack .../5-libffi-dev_3.2.1-8_amd64.deb ...\n", - "Unpacking libffi-dev:amd64 (3.2.1-8) ...\n", - "Setting up libgdbm-dev:amd64 (1.14.1-6) ...\n", - "Setting up libsqlite3-dev:amd64 (3.22.0-1ubuntu0.4) ...\n", - "Setting up libffi-dev:amd64 (3.2.1-8) ...\n", - "Setting up sqlite3 (3.22.0-1ubuntu0.4) ...\n", - "Setting up libncursesw5-dev:amd64 (6.1-1ubuntu1.18.04) ...\n", - "Setting up libgdbm-compat-dev (1.14.1-6) ...\n", - "Processing triggers for man-db (2.8.3-2ubuntu0.1) ...\n" - ], - "name": "stdout" - } - ] - }, - { - "cell_type": "code", - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "DqFB6s_HoRWH", - "outputId": "07f405bc-8ee1-44c3-8c2f-f545848ecac7" - }, - "source": [ - "!sudo apt-get install libffi-dev" - ], - "execution_count": null, - "outputs": [ - { - "output_type": "stream", - "text": [ - "Reading package lists... Done\n", - "Building dependency tree \n", - "Reading state information... Done\n", - "libffi-dev is already the newest version (3.2.1-8).\n", - "0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded.\n" - ], - "name": "stdout" - } - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "7MqqgWM_418t" - }, - "source": [ - "## From here your work starts, it will generate .spec file, follow tutorial video" - ] - }, - { - "cell_type": "code", - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "N1OMXvxZaW1d", - "outputId": "d6ec4975-425b-4772-dc70-9f1edb662ea3" - }, - "source": [ - "!buildozer init" - ], - "execution_count": null, - "outputs": [ - { - "output_type": "stream", - "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" - ], - "name": "stdout" - } - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "WA9aIvjH5lvE" - }, - "source": [ - "## From here you can Build APK from \"main.py\"" - ] - }, - { - "cell_type": "code", - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "Vz7YvKFZbCoX", - "outputId": "fcf01114-4f22-46cd-d423-96285f9f71fe" - }, - "source": [ - "!buildozer -v android debug" - ], - "execution_count": null, - "outputs": [ - { - "output_type": "stream", - "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;30m# Read available permissions from api-versions.xml\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# Run 'dpkg --version'\u001b[0m\n", - "\u001b[0m\u001b[1;30m# Cwd None\u001b[0m\n", - "Debian 'dpkg' package management program version 1.19.0.5 (amd64).\n", - "This is free software; see the GNU General Public License version 2 or\n", - "later for copying conditions. There is NO warranty.\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\\' \\'six\\' \\'enum34; python_version<\"3.4\"\\' \\'sh>=1.10; sys_platform!=\"nt\"\\' \\'pep517<0.7.0\"\\' \\'toml\\''\u001b[0m\n", - "\u001b[0m\u001b[1;30m# Cwd None\u001b[0m\n", - "\u001b[0m\u001b[1;34m# Android ANT is missing, downloading\u001b[0m\n", - "\u001b[0m\u001b[1;30m# Downloading http://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: 19c\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-r19c-linux-x86_64.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-r19c-linux-x86_64.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-r19c to /root/.buildozer/android/platform/android-ndk-r19c\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", - "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/systr\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", - "[=======================================] 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", - "Installed packages:\n", - " Path | Version | Description | Location \n", - " ------- | ------- | ------- | ------- \n", - " platform-tools | 30.0.5 | 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", - " cmake;3.10.2.4988404 | 3.10.2 | CMake 3.10.2.4988404 \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;2.1 | 2.1 | Android SDK Command-line Tools \n", - " cmdline-tools;3.0 | 3.0 | Android SDK Command-line Tools \n", - " cmdline-tools;latest | 3.0 | Android SDK Command-line Tools (latest) \n", - " emulator | 30.2.6 | Android Emulator \n", - " extras;android;m2repository | 47.0.0 | Android Support Repository \n", - " extras;google;auto | 1.1 | 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", - " extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.0 | 1 | Solver for ConstraintLayout 1.0.0 \n", - " extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.0-alpha4 | 1 | com.android.support.constraint:constraint-layout-solver:1.0.0-alpha4\n", - " extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.0-alpha8 | 1 | Solver for ConstraintLayout 1.0.0-alpha8 \n", - " extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.0-beta1 | 1 | Solver for ConstraintLayout 1.0.0-beta1 \n", - " extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.0-beta2 | 1 | Solver for ConstraintLayout 1.0.0-beta2 \n", - " extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.0-beta3 | 1 | Solver for ConstraintLayout 1.0.0-beta3 \n", - " extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.0-beta4 | 1 | Solver for ConstraintLayout 1.0.0-beta4 \n", - " extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.0-beta5 | 1 | Solver for ConstraintLayout 1.0.0-beta5 \n", - " extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.1 | 1 | Solver for ConstraintLayout 1.0.1 \n", - " extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.2 | 1 | Solver for ConstraintLayout 1.0.2 \n", - " extras;m2repository;com;android;support;constraint;constraint-layout;1.0.0 | 1 | ConstraintLayout for Android 1.0.0 \n", - " extras;m2repository;com;android;support;constraint;constraint-layout;1.0.0-alpha4 | 1 | com.android.support.constraint:constraint-layout:1.0.0-alpha4 \n", - " extras;m2repository;com;android;support;constraint;constraint-layout;1.0.0-alpha8 | 1 | ConstraintLayout for Android 1.0.0-alpha8 \n", - " extras;m2repository;com;android;support;constraint;constraint-layout;1.0.0-beta1 | 1 | ConstraintLayout for Android 1.0.0-beta1 \n", - " extras;m2repository;com;android;support;constraint;constraint-layout;1.0.0-beta2 | 1 | ConstraintLayout for Android 1.0.0-beta2 \n", - " extras;m2repository;com;android;support;constraint;constraint-layout;1.0.0-beta3 | 1 | ConstraintLayout for Android 1.0.0-beta3 \n", - " extras;m2repository;com;android;support;constraint;constraint-layout;1.0.0-beta4 | 1 | ConstraintLayout for Android 1.0.0-beta4 \n", - " extras;m2repository;com;android;support;constraint;constraint-layout;1.0.0-beta5 | 1 | ConstraintLayout for Android 1.0.0-beta5 \n", - " extras;m2repository;com;android;support;constraint;constraint-layout;1.0.1 | 1 | ConstraintLayout for Android 1.0.1 \n", - " extras;m2repository;com;android;support;constraint;constraint-layout;1.0.2 | 1 | ConstraintLayout for Android 1.0.2 \n", - " ndk-bundle | 21.3.6528147 | 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", - " patcher;v4 | 1 | SDK Patch Applier v4 \n", - " platform-tools | 30.0.5 | 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-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", - " skiaparser;1 | 5 | Layout Inspector image server for API 29-30 \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", - " 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 | 5 | 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 | 6 | 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 | 6 | 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 | 6 | 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 | 4 | 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 | 6 | 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;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 Atom_64 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 Atom_64 System Image \n", - " system-images;android-22;android-tv;x86 | 3 | Android TV Intel x86 Atom 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 Atom_64 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 Atom_64 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;android-wear;armeabi-v7a | 6 | Android Wear ARM EABI v7a System Image \n", - " system-images;android-23;android-wear;x86 | 6 | Android Wear Intel x86 Atom 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 Atom_64 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 Atom_64 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 | 7 | 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 Atom_64 System Image \n", - " system-images;android-24;google_apis;arm64-v8a | 27 | 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 Atom_64 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-cn;armeabi-v7a | 4 | China version of Android Wear ARM EABI v7a System Image \n", - " system-images;android-25;android-wear-cn;x86 | 4 | China version of Android Wear 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;x86 | 1 | Intel x86 Atom System Image \n", - " system-images;android-25;default;x86_64 | 1 | Intel x86 Atom_64 System Image \n", - " system-images;android-25;google_apis;arm64-v8a | 18 | 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 Atom_64 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-cn;x86 | 4 | China version of Android Wear 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;x86 | 1 | Intel x86 Atom System Image \n", - " system-images;android-26;default;x86_64 | 1 | Intel x86 Atom_64 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 Atom_64 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;x86 | 1 | Intel x86 Atom System Image \n", - " system-images;android-27;default;x86_64 | 1 | Intel x86 Atom_64 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-cn;x86 | 4 | China version of Wear OS Intel x86 Atom System Image \n", - " system-images;android-28;android-wear;x86 | 4 | Wear OS Intel x86 Atom 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 Atom_64 System Image \n", - " system-images;android-28;google_apis;x86_64 | 11 | Google APIs Intel x86 Atom_64 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 Atom_64 System Image \n", - " system-images;android-28;google_ndk;x86 | 10 | Google X86_ARM Intel x86 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;x86 | 7 | Intel x86 Atom System Image \n", - " system-images;android-29;default;x86_64 | 7 | Intel x86 Atom_64 System Image \n", - " system-images;android-29;google_apis;x86 | 11 | Google APIs Intel x86 Atom System Image \n", - " system-images;android-29;google_apis;x86_64 | 11 | Google APIs Intel x86 Atom_64 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 Atom_64 System Image \n", - " system-images;android-30;google_apis;x86 | 9 | Google APIs Intel x86 Atom System Image \n", - " system-images;android-30;google_apis;x86_64 | 9 | Google APIs Intel x86 Atom_64 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 | 9 | Google Play Intel x86 Atom_64 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;30.0.2\"'\u001b[0m\n", - "\u001b[0m\u001b[1;30m# Cwd /root/.buildozer/android/platform/android-sdk\u001b[0m\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/30.0.2/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-27\"'\u001b[0m\n", - "\u001b[0m\u001b[1;30m# Cwd /root/.buildozer/android/platform/android-sdk\u001b[0m\n", - "[=======================================] 100% Unzipping... android-8.1.0/build.\n", - "\u001b[0m\u001b[1;34m# Android packages installation done.\u001b[0m\n", - "\u001b[0m\u001b[1;30m# Read available permissions from api-versions.xml\u001b[0m\n", - "\u001b[0m\u001b[1;34m# Check application requirements\u001b[0m\n", - "\u001b[0m\u001b[1;34m# Check garden 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=PR --bootstrap=sdl2 --requirements=python3,kivy,kivymd --arch armeabi-v7a --copy-libs --color=always --storage-dir=\"/content/.buildozer/android/platform/build-armeabi-v7a\" --ndk-api=21'\u001b[0m\n", - "\u001b[0m\u001b[1;30m# Cwd /content/.buildozer/android/platform/python-for-android\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Will compile for the following archs: armeabi-v7a\n", - "\u001b[1m[INFO]\u001b[0m: Found Android API target in $ANDROIDAPI: 27\n", - "\u001b[1m[INFO]\u001b[0m: Available Android APIs are (27)\n", - "\u001b[1m[INFO]\u001b[0m: Requested API target 27 is available, continuing.\n", - "\u001b[1m[INFO]\u001b[0m: Found NDK dir in $ANDROIDNDK: /root/.buildozer/android/platform/android-ndk-r19c\n", - "\u001b[1m[INFO]\u001b[0m: Found NDK version 19c\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[INFO]\u001b[0m: Found the following toolchain versions: ['4.9']\n", - "\u001b[1m[INFO]\u001b[0m: Picking the latest gcc toolchain, here 4.9\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', 'kivymd', '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 PR and requirements (python3, kivy, kivymd)\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 (kivymd, 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-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[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, kivymd) 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[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mkdir -p /content/.buildozer/android/platform/build-armeabi-v7a/packages/hostpy...(and 109 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/packages/hostpython3\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://www.python.org/ftp/python/3.8.1/Python-3.8.1...(and 89 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-Python-3.8.1...(and 52 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Downloading hostpython3 from https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tgz\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch .mark-Python-3.8.1...(and 52 more)\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[32mDownloading libffi\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mkdir -p /content/.buildozer/android/platform/build-armeabi-v7a/packages/li...(and 103 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/packages/libffi\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://github.com/libffi/libffi/archive/8fa8837.ta...(and 88 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-8fa8837.ta...(and 50 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Downloading libffi from https://github.com/libffi/libffi/archive/8fa8837.tar.gz\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch .mark-8fa8837.ta...(and 50 more)\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[32mDownloading openssl\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mkdir -p /content/.buildozer/android/platform/build-armeabi-v7a/packages/op...(and 105 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/packages/openssl\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://www.openssl.org/source/openssl-1.1.1f.ta...(and 85 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-openssl-1.1.1f.ta...(and 57 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Downloading openssl from https://www.openssl.org/source/openssl-1.1.1f.tar.gz\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch .mark-openssl-1.1.1f.ta...(and 57 more)\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[32mDownloading sdl2_image\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mkdir -p /content/.buildozer/android/platform/build-armeabi-v7a/packages/sdl2_...(and 108 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/packages/sdl2_image\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.4.t...(and 107 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-SDL2_image-2.0.4.ta...(and 59 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Downloading sdl2_image from https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.4.tar.gz\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch .mark-SDL2_image-2.0.4.ta...(and 59 more)\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[32mDownloading sdl2_mixer\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mkdir -p /content/.buildozer/android/platform/build-armeabi-v7a/packages/sdl2_...(and 108 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/packages/sdl2_mixer\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.4.t...(and 107 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-SDL2_mixer-2.0.4.ta...(and 59 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Downloading sdl2_mixer from https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.4.tar.gz\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch .mark-SDL2_mixer-2.0.4.ta...(and 59 more)\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[32mDownloading sdl2_ttf\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mkdir -p /content/.buildozer/android/platform/build-armeabi-v7a/packages/sdl...(and 106 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/packages/sdl2_ttf\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.ta...(and 103 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-SDL2_ttf-2.0.14.ta...(and 58 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Downloading sdl2_ttf from https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch .mark-SDL2_ttf-2.0.14.ta...(and 58 more)\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[32mDownloading sqlite3\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mkdir -p /content/.buildozer/android/platform/build-armeabi-v7a/packages/sq...(and 105 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/packages/sqlite3\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://www.sqlite.org/2016/sqlite-amalgamation-3150100...(and 92 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-sqlite-amalgamation-3150100...(and 67 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Downloading sqlite3 from https://www.sqlite.org/2016/sqlite-amalgamation-3150100.zip\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch .mark-sqlite-amalgamation-3150100...(and 67 more)\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[32mDownloading python3\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mkdir -p /content/.buildozer/android/platform/build-armeabi-v7a/packages/py...(and 105 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/packages/python3\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://www.python.org/ftp/python/3.8.1/Python-3.8.1...(and 89 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-Python-3.8.1...(and 52 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Downloading python3 from https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tgz\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch .mark-Python-3.8.1...(and 52 more)\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[32mDownloading sdl2\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mkdir -p /content/.buildozer/android/platform/build-armeabi-v7a/packages/...(and 101 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/packages/sdl2\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://www.libsdl.org/release/SDL2-2.0.9.ta...(and 81 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-SDL2-2.0.9.ta...(and 53 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Downloading sdl2 from https://www.libsdl.org/release/SDL2-2.0.9.tar.gz\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch .mark-SDL2-2.0.9.ta...(and 53 more)\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[32mDownloading setuptools\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mkdir -p /content/.buildozer/android/platform/build-armeabi-v7a/packages/setup...(and 108 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/packages/setuptools\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://pypi.python.org/packages/source/s/setuptools/setuptools-40.9....(and 108 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-setuptools-40.9.0...(and 57 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Downloading setuptools from https://pypi.python.org/packages/source/s/setuptools/setuptools-40.9.0.zip\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch .mark-setuptools-40.9.0...(and 57 more)\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[32mDownloading six\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mkdir -p /content/.buildozer/android/platform/build-armeabi-v7a/packages...(and 100 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/packages/six\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://pypi.python.org/packages/source/s/six/six-1.10.0.ta...(and 96 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-six-1.10.0.ta...(and 53 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Downloading six from https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch .mark-six-1.10.0.ta...(and 53 more)\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[32mDownloading pyjnius\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mkdir -p /content/.buildozer/android/platform/build-armeabi-v7a/packages/py...(and 105 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/packages/pyjnius\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://github.com/kivy/pyjnius/archive/1.2.1...(and 82 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-1.2.1...(and 45 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Downloading pyjnius from https://github.com/kivy/pyjnius/archive/1.2.1.zip\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch .mark-1.2.1...(and 45 more)\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[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[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mkdir -p /content/.buildozer/android/platform/build-armeabi-v7a/packages/...(and 101 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/packages/kivy\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://github.com/kivy/kivy/archive/1.11.1...(and 80 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running rm -f .mark-1.11.1...(and 46 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Downloading kivy from https://github.com/kivy/kivy/archive/1.11.1.zip\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch .mark-1.11.1...(and 46 more)\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[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[INFO]\u001b[0m: \u001b[1m\u001b[32mUnpacking hostpython3 for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://www.python.org/ftp/python/3.8.1/Python-3.8.1...(and 89 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv Python-3.8.1 /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpy...(and 146 more)\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[32mUnpacking libffi for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://github.com/libffi/libffi/archive/8fa8837.ta...(and 88 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/libffi/armeabi-v7a__ndk_target_21\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv libffi-8fa88373a1d433c675b11200ccd58418e91f81e4 /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/libffi/armeabi-v7a__ndk_target_21/l...(and 190 more)\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[32mUnpacking openssl for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://www.openssl.org/source/openssl-1.1.1f.ta...(and 85 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/openssl/armeabi-v7a__ndk_target_21\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv openssl-1.1.1f /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/openssl/armeabi-v7a__ndk_target_21/opens...(and 162 more)\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[32mUnpacking sdl2_image for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.4.t...(and 107 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv SDL2_image-2.0.4 /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_...(and 142 more)\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[32mUnpacking sdl2_mixer for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.4.t...(and 107 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv SDL2_mixer-2.0.4 /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_...(and 142 more)\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[32mUnpacking sdl2_ttf for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.ta...(and 103 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv SDL2_ttf-2.0.14 /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL...(and 139 more)\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[32mUnpacking sqlite3 for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://www.sqlite.org/2016/sqlite-amalgamation-3150100...(and 92 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/sqlite3/armeabi-v7a__ndk_target_21\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv sqlite-amalgamation-3150100 /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/sqlite3/armeabi-v7a__ndk_target_21/sq...(and 172 more)\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[32mUnpacking python3 for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://www.python.org/ftp/python/3.8.1/Python-3.8.1...(and 89 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv Python-3.8.1 /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/py...(and 157 more)\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[32mUnpacking sdl2 for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://www.libsdl.org/release/SDL2-2.0.9.ta...(and 81 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv SDL2-2.0.9 /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jn...(and 129 more)\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[32mUnpacking setuptools for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://pypi.python.org/packages/source/s/setuptools/setuptools-40.9....(and 108 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/setuptools/armeabi-v7a__ndk_target_21\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv setuptools-40.9.0 /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/setuptools/armeabi-v7a__ndk_target_21/setup...(and 168 more)\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[32mUnpacking six for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://pypi.python.org/packages/source/s/six/six-1.10.0.ta...(and 96 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/six/armeabi-v7a__ndk_target_21\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv six-1.10.0 /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/six/armeabi-v7a__ndk_target_2...(and 147 more)\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[32mUnpacking pyjnius for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://github.com/kivy/pyjnius/archive/1.2.1...(and 82 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/pyjnius-sdl2/armeabi-v7a__ndk_target_21\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv pyjnius-1.2.1 /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/pyjnius-sdl2/armeabi-v7a__ndk_target_21/py...(and 163 more)\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[90m->\u001b[0m running rm -rf /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/android-sdl2/armeabi-v7a__ndk_target_21/an...(and 153 more)\u001b[0m\n", - "\u001b[1m[INFO]\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-armeabi-v7a/build/other_builds/android-sdl2/armeabi-v7a__ndk_target_21/an...(and 245 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mUnpacking kivy for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running basename https://github.com/kivy/kivy/archive/1.11.1...(and 80 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/kivy/armeabi-v7a__ndk_target_21\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv kivy-1.11.1 /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/kivy/armeabi-v7a__ndk_target_21...(and 150 more)\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[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[INFO]\u001b[0m: \u001b[90m->\u001b[0m running patch -t -d /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3 -p1 -i /content/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/hostpython3/patches/pyconfig_detection....(and 275 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/.pa...(and 145 more)\u001b[0m\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[INFO]\u001b[0m: \u001b[90m->\u001b[0m running patch -t -d /content/.buildozer/android/platform/build-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....(and 272 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/libffi/armeabi-v7a__ndk_target_21/libffi/.pa...(and 154 more)\u001b[0m\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: 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 toggle_jpg_png_webp.patch\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running patch -t -d /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image -p1 -i /content/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2_image/toggle_jpg_png_webp....(and 259 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Applying patch extra_cflags.patch\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running patch -t -d /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image -p1 -i /content/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2_image/extra_cflags....(and 252 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image/.pa...(and 137 more)\u001b[0m\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[32mApplying patches for sdl2_mixer[armeabi-v7a]\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: Applying patch toggle_modplug_mikmod_smpeg_ogg.patch\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running patch -t -d /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer -p1 -i /content/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/sdl2_mixer/toggle_modplug_mikmod_smpeg_ogg....(and 271 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer/.pa...(and 137 more)\u001b[0m\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[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[INFO]\u001b[0m: \u001b[90m->\u001b[0m running patch -t -d /content/.buildozer/android/platform/build-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....(and 282 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Applying patch patches/py3.8.1.patch\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running patch -t -d /content/.buildozer/android/platform/build-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/py3.8.1....(and 271 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/.pa...(and 156 more)\u001b[0m\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: Applying patch sdl2_jnienv_getter.patch\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running patch -t -d /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/pyjnius-sdl2/armeabi-v7a__ndk_target_21/pyjnius -p1 -i /content/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/pyjnius/sdl2_jnienv_getter....(and 279 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running touch /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/pyjnius-sdl2/armeabi-v7a__ndk_target_21/pyjnius/.pa...(and 161 more)\u001b[0m\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-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[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[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running confi...(and 33 more)\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[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running make -j 2 -C /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-...(and 156 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running cp /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/py...(and 280 more)\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[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/libffi/armeabi-v7a__ndk_target_21/libffi\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running autoge...(and 34 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running autoreconf ...(and 39 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running configure --host=arm-linux-androideabi --prefix=/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/libffi/armeabi-v7a__ndk_target_21/libffi --disable-builddir --enable-s...(and 222 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running make -j 2 libff...(and 43 more)\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[90m->\u001b[0m running cp /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/libffi/armeabi-v7a__ndk_target_21/libffi/.libs/libffi.so /content/.buildozer/android/platform/build-armeabi-v7a/build/libs_collections/PR/armeab...(and 251 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mBuilding openssl for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/openssl/armeabi-v7a__ndk_target_21/openssl1.1\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running perl Configure shared no-dso no-asm android-arm -D__ANDROID_API_...(and 92 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Applying patch disable-sover.patch\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running patch -t -d /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/openssl/armeabi-v7a__ndk_target_21/openssl1.1 -p1 -i /content/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/openssl/disable-sover....(and 272 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running make build_...(and 39 more)\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[90m->\u001b[0m running cp /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/openssl/armeabi-v7a__ndk_target_21/openssl1.1/libssl1.1.so /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/openssl/armeabi-v7a__ndk_target_21/openssl1.1/libcrypto1.1.so /content/.buildozer/android/platform/build-armeabi-v7a/build/libs_collections/PR/armeab...(and 389 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mBuilding sdl2_image for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mBuilding sdl2_mixer for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mBuilding sdl2_ttf for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mBuilding sqlite3 for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/sqlite3/armeabi-v7a__ndk_target_21/sqlite3\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running ndk-build V=1 NDK_DEBUG=1 APP_PLATFORM=android-21 APP_ABI=armeabi...(and 93 more)\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 python3 for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m\u001b[31m[WARNING]\u001b[39m\u001b[0m: lld not found, linking without it. Consider installing lld if linker errors occur.\n", - "\u001b[1m[INFO]\u001b[0m: Activating flags for sqlite3\n", - "\u001b[1m[INFO]\u001b[0m: Activating flags for libffi\n", - "\u001b[1m[INFO]\u001b[0m: Activating flags for openssl\n", - "\u001b[1m[INFO]\u001b[0m: Activating flags for android's zlib\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running configure --host=arm-linux-androideabi --build=x86_64-pc-linux-gnu --enable-shared --enable-ipv6 ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no --without-ensurepip ac_cv_little_endian_double=yes --prefix=/usr/local --exec-prefix=/usr/local --with-openssl=/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/openssl/armeabi-v7a__ndk_target_21/opens...(and 400 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running make all -j 2 INSTSONAME=libpython3.8...(and 65 more)\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 sdl2 for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running ndk-build V=1 NDK_DEB...(and 49 more)\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 setuptools for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: setuptools apparently isn't already in site-packages\n", - "\u001b[1m[INFO]\u001b[0m: Installing setuptools into site-packages\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/setuptools/armeabi-v7a__ndk_target_21/setuptools\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 setup.py install -O2 --root=/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR --install-...(and 156 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 setup.py install -O2 --root=/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build --install-lib=Lib/site-pac...(and 211 more)\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 six for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: six apparently isn't already in site-packages\n", - "\u001b[1m[INFO]\u001b[0m: Installing six into site-packages\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/six/armeabi-v7a__ndk_target_21/six\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 setup.py install -O2 --root=/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR --install-...(and 156 more)\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 pyjnius for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: jnius apparently isn't already in site-packages\n", - "\u001b[1m[INFO]\u001b[0m: Cythonizing anything necessary in pyjnius\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/pyjnius-sdl2/armeabi-v7a__ndk_target_21/pyjnius\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -c import sys; print(sys.p...(and 62 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Trying first build of pyjnius to get cython files: this is expected to fail\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 setup.py build_ex...(and 53 more)\u001b[0m\n", - "Exception in thread background thread for pid 36779:\n", - "Traceback (most recent call last):\n", - " File \"/usr/lib/python3.6/threading.py\", line 916, in _bootstrap_inner\n", - " self.run()\n", - " File \"/usr/lib/python3.6/threading.py\", line 864, in run\n", - " self._target(*self._args, **self._kwargs)\n", - " File \"/usr/local/lib/python3.6/dist-packages/sh.py\", line 1637, in wrap\n", - " fn(*rgs, **kwargs)\n", - " File \"/usr/local/lib/python3.6/dist-packages/sh.py\", line 2561, in background_thread\n", - " handle_exit_code(exit_code)\n", - " File \"/usr/local/lib/python3.6/dist-packages/sh.py\", line 2265, in fn\n", - " return self.command.handle_command_exit_code(exit_code)\n", - " File \"/usr/local/lib/python3.6/dist-packages/sh.py\", line 865, in handle_command_exit_code\n", - " raise exc\n", - "sh.ErrorReturnCode_1: \n", - "\n", - " RAN: /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3 setup.py build_ext -v\n", - "\n", - " STDOUT:\n", - "warning: [options] bootstrap class path not set in conjunction with -source 7\n", - "1 warning\n", - "running build_ext\n", - "building 'jnius' extension\n", - "creating build\n", - "creating build/temp.linux-x86_64-3.8\n", - "creating build/temp.linux-x86_64-3.8/jnius\n", - "/root/.buildozer/android/platform/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -I/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include -DANDROID -D__ANDROID_API__=21 -I/root/.buildozer/android/platform/android-ndk-r19c/sysroot/usr/include/arm-linux-androideabi -I/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/include/python3.8 -fPIC -I/usr/lib/jvm/java-11-openjdk-amd64/include -I/usr/lib/jvm/java-11-openjdk-amd64/include/linux -I/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c jnius/jnius.c -o build/temp.linux-x86_64-3.8/jnius/jnius.o\n", - "clang: error: no such file or directory: 'jnius/jnius.c'\n", - "clang: error: no input files\n", - "error: command '/root/.buildozer/android/platform/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang' failed with exit status 1\n", - "\n", - "\n", - " STDERR:\n", - "\n", - "\n", - "\u001b[1m[INFO]\u001b[0m: pyjnius first build failed (as expected)\n", - "\u001b[1m[INFO]\u001b[0m: Running cython where appropriate\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize jnius/jnius.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./jnius/jnius...(and 75 more)\u001b[0m\n", - "\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 setup.py build_ex...(and 53 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/pyjnius-sdl2/armeabi-v7a__ndk_target_21/pyjnius\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: Stripping object files\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running find . -iname *.so -exec /usr/bin/echo ...(and 67 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running find . -iname *.so -exec arm-linux-androideabi-strip --strip-unneeded ...(and 98 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/pyjnius-sdl2/armeabi-v7a__ndk_target_21/pyjnius\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: Installing pyjnius into site-packages\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/pyjnius-sdl2/armeabi-v7a__ndk_target_21/pyjnius\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 setup.py install -O2 --root=/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR --install-...(and 156 more)\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 android for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: android apparently isn't already in site-packages\n", - "\u001b[1m[INFO]\u001b[0m: Cythonizing anything necessary in android\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/android-sdl2/armeabi-v7a__ndk_target_21/android\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -c import sys; print(sys.p...(and 62 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Trying first build of android to get cython files: this is expected to fail\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 setup.py build_ex...(and 53 more)\u001b[0m\n", - "Exception in thread background thread for pid 36908:\n", - "Traceback (most recent call last):\n", - " File \"/usr/lib/python3.6/threading.py\", line 916, in _bootstrap_inner\n", - " self.run()\n", - " File \"/usr/lib/python3.6/threading.py\", line 864, in run\n", - " self._target(*self._args, **self._kwargs)\n", - " File \"/usr/local/lib/python3.6/dist-packages/sh.py\", line 1637, in wrap\n", - " fn(*rgs, **kwargs)\n", - " File \"/usr/local/lib/python3.6/dist-packages/sh.py\", line 2561, in background_thread\n", - " handle_exit_code(exit_code)\n", - " File \"/usr/local/lib/python3.6/dist-packages/sh.py\", line 2265, in fn\n", - " return self.command.handle_command_exit_code(exit_code)\n", - " File \"/usr/local/lib/python3.6/dist-packages/sh.py\", line 865, in handle_command_exit_code\n", - " raise exc\n", - "sh.ErrorReturnCode_1: \n", - "\n", - " RAN: /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3 setup.py build_ext -v\n", - "\n", - " STDOUT:\n", - "running build_ext\n", - "building 'android._android' extension\n", - "creating build\n", - "creating build/temp.linux-x86_64-3.8\n", - "creating build/temp.linux-x86_64-3.8/android\n", - "/root/.buildozer/android/platform/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -I/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include -DANDROID -D__ANDROID_API__=21 -I/root/.buildozer/android/platform/android-ndk-r19c/sysroot/usr/include/arm-linux-androideabi -I/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/include/python3.8 -fPIC -I/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c android/_android.c -o build/temp.linux-x86_64-3.8/android/_android.o\n", - "clang: error: no such file or directory: 'android/_android.c'\n", - "clang: error: no input files\n", - "error: command '/root/.buildozer/android/platform/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang' failed with exit status 1\n", - "\n", - "\n", - " STDERR:\n", - "\n", - "\n", - "\u001b[1m[INFO]\u001b[0m: android first build failed (as expected)\n", - "\u001b[1m[INFO]\u001b[0m: Running cython where appropriate\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize android/_android.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./android/_android...(and 80 more)\u001b[0m\n", - "\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize android/_android_sound.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./android/_android_sound...(and 86 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize android/_android_billing.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./android/_android_billing...(and 88 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 setup.py build_ex...(and 53 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/android-sdl2/armeabi-v7a__ndk_target_21/android\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: Stripping object files\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running find . -iname *.so -exec /usr/bin/echo ...(and 67 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running find . -iname *.so -exec arm-linux-androideabi-strip --strip-unneeded ...(and 98 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context /content/.buildozer/android/platform/build-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: Installing android into site-packages\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/android-sdl2/armeabi-v7a__ndk_target_21/android\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 setup.py install -O2 --root=/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR --install-...(and 156 more)\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 kivy for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: kivy apparently isn't already in site-packages\n", - "\u001b[1m[INFO]\u001b[0m: Cythonizing anything necessary in kivy\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/kivy/armeabi-v7a__ndk_target_21/kivy\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -c import sys; print(sys.p...(and 62 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Trying first build of kivy to get cython files: this is expected to fail\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 setup.py build_ex...(and 53 more)\u001b[0m\n", - "Exception in thread background thread for pid 36997:\n", - "Traceback (most recent call last):\n", - " File \"/usr/lib/python3.6/threading.py\", line 916, in _bootstrap_inner\n", - " self.run()\n", - " File \"/usr/lib/python3.6/threading.py\", line 864, in run\n", - " self._target(*self._args, **self._kwargs)\n", - " File \"/usr/local/lib/python3.6/dist-packages/sh.py\", line 1637, in wrap\n", - " fn(*rgs, **kwargs)\n", - " File \"/usr/local/lib/python3.6/dist-packages/sh.py\", line 2561, in background_thread\n", - " handle_exit_code(exit_code)\n", - " File \"/usr/local/lib/python3.6/dist-packages/sh.py\", line 2265, in fn\n", - " return self.command.handle_command_exit_code(exit_code)\n", - " File \"/usr/local/lib/python3.6/dist-packages/sh.py\", line 865, in handle_command_exit_code\n", - " raise exc\n", - "sh.ErrorReturnCode_1: \n", - "\n", - " RAN: /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3 setup.py build_ext -v\n", - "\n", - " STDOUT:\n", - "Using setuptools\n", - "Environ change use_sdl2 -> True\n", - "Not using cython on android\n", - "Using this graphics system: OpenGL ES 2\n", - "WARNING: A problem occurred while running pkg-config --libs --cflags sdl2 SDL2_ttf SDL2_image SDL2_mixer (code 1)\n", - "\n", - "b\"Package sdl2 was not found in the pkg-config search path.\\nPerhaps you should add the directory containing `sdl2.pc'\\nto the PKG_CONFIG_PATH environment variable\\nNo package 'sdl2' found\\nPackage SDL2_ttf was not found in the pkg-config search path.\\nPerhaps you should add the directory containing `SDL2_ttf.pc'\\nto the PKG_CONFIG_PATH environment variable\\nNo package 'SDL2_ttf' found\\nPackage SDL2_image was not found in the pkg-config search path.\\nPerhaps you should add the directory containing `SDL2_image.pc'\\nto the PKG_CONFIG_PATH environment variable\\nNo package 'SDL2_image' found\\nPackage SDL2_mixer was not found in the pkg-config search path.\\nPerhaps you should add the directory containing `SDL2_mixer.pc'\\nto the PKG_CONFIG_PATH environment variable\\nNo package 'SDL2_mixer' found\\n\"\n", - "\n", - "SDL2: found SDL header at /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL/include/SDL.h\n", - "SDL2: found SDL_mixer header at /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_mixer/SDL_mixer.h\n", - "SDL2: found SDL_ttf header at /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_ttf/SDL_ttf.h\n", - "SDL2: found SDL_image header at /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image/SDL_image.h\n", - "fatal: not a git repository (or any of the parent directories): .git\n", - "running build_ext\n", - "Build configuration is:\n", - " * use_rpi = 0\n", - " * use_egl = 0\n", - " * use_opengl_es2 = 1\n", - " * use_opengl_mock = 0\n", - " * use_sdl2 = 1\n", - " * use_pangoft2 = 0\n", - " * use_ios = 0\n", - " * use_android = 1\n", - " * use_mesagl = 0\n", - " * use_x11 = 0\n", - " * use_wayland = 0\n", - " * use_gstreamer = 0\n", - " * use_avfoundation = 0\n", - " * use_osx_frameworks = 0\n", - " * debug_gl = 0\n", - " * debug = False\n", - "Updated kivy/include/config.h\n", - "Updated kivy/include/config.pxi\n", - "Updated kivy/setupconfig.py\n", - "Detected compiler is unix\n", - "building 'kivy._event' extension\n", - "creating build\n", - "creating build/temp.linux-x86_64-3.8\n", - "creating build/temp.linux-x86_64-3.8/kivy\n", - "/root/.buildozer/android/platform/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -I/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include -DANDROID -D__ANDROID_API__=21 -I/root/.buildozer/android/platform/android-ndk-r19c/sysroot/usr/include/arm-linux-androideabi -I/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/include/python3.8 -fPIC -Ikivy/include -I/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c kivy/_event.c -o build/temp.linux-x86_64-3.8/kivy/_event.o\n", - "clang: error: no such file or directory: 'kivy/_event.c'\n", - "clang: error: no input files\n", - " error: command '/root/.buildozer/android/platform/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang' failed with exit status 1\n", - "\n", - "\n", - " STDERR:\n", - "\n", - "\n", - "\u001b[1m[INFO]\u001b[0m: kivy first build failed (as expected)\n", - "\u001b[1m[INFO]\u001b[0m: Running cython where appropriate\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/weakproxy.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/weakproxy...(and 78 more)\u001b[0m\n", - "\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/_clock.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/_clock...(and 75 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/properties.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/properties...(and 79 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/_event.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/_event...(and 75 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/lib/vidcore_lite/egl.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/lib/vidcore_lite/egl...(and 89 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/lib/vidcore_lite/bcm.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/lib/vidcore_lite/bcm...(and 89 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/lib/gstplayer/_gstplayer.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/lib/gstplayer/_gstplayer...(and 93 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/core/audio/audio_sdl2.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/core/audio/audio_sdl2...(and 90 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/core/text/text_layout.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/core/text/text_layout...(and 90 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/core/text/_text_pango.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/core/text/_text_pango...(and 90 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/core/text/_text_sdl2.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/core/text/_text_sdl2...(and 89 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/core/window/_window_sdl2.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/core/window/_window_sdl2...(and 93 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/core/window/window_info.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/core/window/window_info...(and 92 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/core/image/_img_sdl2.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/core/image/_img_sdl2...(and 89 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/core/image/img_imageio.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/core/image/img_imageio...(and 91 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/core/clipboard/_clipboard_sdl2.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/core/clipboard/_clipboard_sdl2...(and 99 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/core/camera/camera_avfoundation.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/core/camera/camera_avfoundation...(and 100 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/fbo.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/fbo...(and 81 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/instructions.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/instructions...(and 90 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/transformation.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/transformation...(and 92 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/texture.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/texture...(and 85 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/opengl.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/opengl...(and 84 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/context_instructions.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/context_instructions...(and 98 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/vertex_instructions.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/vertex_instructions...(and 97 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/gl_instructions.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/gl_instructions...(and 93 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/shader.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/shader...(and 84 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/buffer.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/buffer...(and 84 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/stencil_instructions.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/stencil_instructions...(and 98 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/compiler.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/compiler...(and 86 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/svg.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/svg...(and 81 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/vertex.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/vertex...(and 84 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/vbo.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/vbo...(and 81 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/cgl.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/cgl...(and 81 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/tesselator.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/tesselator...(and 88 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/scissor_instructions.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/scissor_instructions...(and 98 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/context.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/context...(and 85 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/opengl_utils.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/opengl_utils...(and 90 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/cgl_backend/cgl_gl.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/cgl_backend/cgl_gl...(and 96 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/cgl_backend/cgl_glew.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/cgl_backend/cgl_glew...(and 98 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/cgl_backend/cgl_mock.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/cgl_backend/cgl_mock...(and 98 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/cgl_backend/cgl_debug.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/cgl_backend/cgl_debug...(and 99 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Cythonize kivy/graphics/cgl_backend/cgl_sdl2.pyx\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m Cython.Build.Cythonize ./kivy/graphics/cgl_backend/cgl_sdl2...(and 98 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context .\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/kivy/armeabi-v7a__ndk_target_21/kivy\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 setup.py build_ex...(and 53 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/kivy/armeabi-v7a__ndk_target_21/kivy\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: Stripping object files\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running find . -iname *.so -exec /usr/bin/echo ...(and 67 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running find . -iname *.so -exec arm-linux-androideabi-strip --strip-unneeded ...(and 98 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/kivy/armeabi-v7a__ndk_target_21/kivy\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: Installing kivy into site-packages\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/kivy/armeabi-v7a__ndk_target_21/kivy\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 setup.py install -O2 --root=/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR --install-...(and 156 more)\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[32m# Biglinking object files\u001b[0m\u001b[39m\n", - "\u001b[1m\u001b[31m[WARNING]\u001b[39m\u001b[0m: Context's python recipe found, skipping biglink (will this work?)\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32m# Postbuilding recipes\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPostbuilding hostpython3 for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPostbuilding libffi for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPostbuilding openssl for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPostbuilding sdl2_image for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPostbuilding sdl2_mixer for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPostbuilding sdl2_ttf for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPostbuilding sqlite3 for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPostbuilding python3 for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPostbuilding sdl2 for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPostbuilding setuptools for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPostbuilding six for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPostbuilding pyjnius for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: Copying pyjnius java class to classes build dir\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/pyjnius-sdl2/armeabi-v7a__ndk_target_21/pyjnius\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running cp -a jnius/src/org /content/.buildozer/android/platform/build-armeabi-v7a/build/javaclass...(and 120 more)\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[32mPostbuilding android for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32mPostbuilding kivy for armeabi-v7a\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32m# Installing pure Python modules\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: *** PYTHON PACKAGE / PROJECT INSTALL STAGE ***\n", - "\u001b[1m[INFO]\u001b[0m: The requirements (certifi, kivymd) don't have recipes, attempting to install them with pip\n", - "\u001b[1m[INFO]\u001b[0m: If this fails, it may mean that the module has compiled components and needs a recipe.\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running python3 -m venv ...(and 44 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Upgrade pip to latest version\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running bash -c source venv/bin/activate && pip install -U...(and 78 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Install Cython in case one of the modules needs it to build\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running bash -c venv/bin/pip install Cy...(and 59 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Creating a requirements.txt file for the Python modules\n", - "\u001b[1m[INFO]\u001b[0m: Installing Python modules with pip\n", - "\u001b[1m[INFO]\u001b[0m: IF THIS FAILS, THE MODULES MAY NEED A RECIPE. A reason for this is often modules compiling native code that is unaware of Android cross-compilation and does not work without additional changes / workarounds.\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running bash -c venv/bin/pip install -v --target '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR' --no-deps -r requirement...(and 177 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: No setup.py found in project directory: None\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: Stripping object files\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running find . -iname *.so -exec /usr/bin/echo ...(and 67 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running find . -iname *.so -exec arm-linux-androideabi-strip --strip-unneeded ...(and 98 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context /content/.buildozer/android/platform/build-armeabi-v7a/build\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[32m# Creating Android project (sdl2)\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: Copying SDL2/gradle build for armeabi-v7a\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running rm -rf /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeab...(and 108 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running cp -r /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2 /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeab...(and 190 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a\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[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: Copying Python distribution\n", - "\u001b[1m[INFO]\u001b[0m: Copying libs\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running cp -a /content/.buildozer/android/platform/build-armeabi-v7a/build/libs_collections/PR/armeabi-v7a/libsqlite3.so /content/.buildozer/android/platform/build-armeabi-v7a/build/libs_collections/PR/armeabi-v7a/libcrypto1.1.so /content/.buildozer/android/platform/build-armeabi-v7a/build/libs_collections/PR/armeabi-v7a/libffi.so /content/.buildozer/android/platform/build-armeabi-v7a/build/libs_collections/PR/armeabi-v7a/libssl1.1.so libs/armeab...(and 472 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Copying java files\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running cp -a /content/.buildozer/android/platform/build-armeabi-v7a/build/javaclasses/PR src/main...(and 120 more)\u001b[0m\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_sysconfigdata__linux_.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/__future__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/__phello__.foo.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/_bootlocale.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/_collections_abc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/_compat_pickle.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/_compression.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/_dummy_thread.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/_markupbase.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/_osx_support.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/_py_abc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/_pydecimal.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/_pyio.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/_sitebuiltins.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/_strptime.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/_threading_local.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/_weakrefset.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/abc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/aifc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/antigravity.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/argparse.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ast.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asynchat.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/base_events.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/base_futures.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/base_subprocess.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/base_tasks.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/constants.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/coroutines.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/events.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/exceptions.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/format_helpers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/futures.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/locks.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/log.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/proactor_events.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/protocols.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/queues.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/runners.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/selector_events.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/sslproto.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/staggered.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/streams.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/subprocess.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/tasks.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/transports.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/trsock.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/unix_events.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/windows_events.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncio/windows_utils.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/asyncore.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/base64.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/bdb.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/binhex.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/bisect.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/bz2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/cProfile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/calendar.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/cgi.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/cgitb.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/chunk.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/cmd.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/code.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/codecs.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/codeop.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/collections'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/collections/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/collections/abc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/colorsys.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/compileall.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/concurrent'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/concurrent/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/concurrent/futures'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/concurrent/futures/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/concurrent/futures/_base.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/concurrent/futures/process.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/concurrent/futures/thread.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/configparser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/contextlib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/contextvars.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/copy.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/copyreg.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/crypt.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/csv.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/_aix.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/_endian.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/macholib'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/macholib/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/macholib/dyld.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/macholib/dylib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/macholib/framework.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_anon.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_array_in_pointer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_arrays.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_as_parameter.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_bitfields.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_buffers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_bytes.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_byteswap.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_callbacks.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_cast.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_cfuncs.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_checkretval.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_delattr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_errno.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_find.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_frombuffer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_funcptr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_functions.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_incomplete.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_init.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_internals.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_keeprefs.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_libc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_loading.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_macholib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_memfunctions.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_numbers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_objects.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_parameters.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_pep3118.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_pickling.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_pointers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_prototypes.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_python_api.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_random_things.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_refcounts.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_repr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_returnfuncptrs.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_simplesubclasses.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_sizes.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_slicing.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_stringptr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_strings.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_struct_fields.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_structures.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_unaligned_structures.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_unicode.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_values.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_varsize_struct.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_win32.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/test/test_wintypes.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ctypes/wintypes.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/curses'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/curses/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/curses/ascii.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/curses/has_key.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/curses/panel.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/curses/textpad.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/dataclasses.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/datetime.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/dbm'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/dbm/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/dbm/dumb.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/dbm/gnu.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/dbm/ndbm.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/decimal.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/difflib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/dis.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/_msvccompiler.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/archive_util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/bcppcompiler.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/ccompiler.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/cmd.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/bdist.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/bdist_dumb.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/bdist_msi.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/bdist_rpm.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/bdist_wininst.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/build.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/build_clib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/build_ext.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/build_py.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/build_scripts.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/check.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/clean.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/config.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/install.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/install_data.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/install_egg_info.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/install_headers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/install_lib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/install_scripts.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/register.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/sdist.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/command/upload.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/config.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/core.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/cygwinccompiler.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/debug.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/dep_util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/dir_util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/dist.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/errors.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/extension.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/fancy_getopt.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/file_util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/filelist.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/log.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/msvc9compiler.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/msvccompiler.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/spawn.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/sysconfig.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/support.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_archive_util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_bdist.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_bdist_dumb.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_bdist_msi.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_bdist_rpm.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_bdist_wininst.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_build.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_build_clib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_build_ext.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_build_py.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_build_scripts.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_check.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_clean.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_cmd.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_config.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_config_cmd.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_core.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_cygwinccompiler.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_dep_util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_dir_util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_dist.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_extension.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_file_util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_filelist.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_install.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_install_data.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_install_headers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_install_lib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_install_scripts.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_log.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_msvc9compiler.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_msvccompiler.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_register.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_sdist.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_spawn.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_sysconfig.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_text_file.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_unixccompiler.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_upload.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_version.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/tests/test_versionpredicate.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/text_file.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/unixccompiler.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/version.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/distutils/versionpredicate.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/doctest.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/dummy_threading.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/_encoded_words.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/_header_value_parser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/_parseaddr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/_policybase.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/base64mime.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/charset.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/contentmanager.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/encoders.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/errors.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/feedparser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/generator.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/header.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/headerregistry.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/iterators.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/message.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/mime'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/mime/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/mime/application.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/mime/audio.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/mime/base.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/mime/image.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/mime/message.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/mime/multipart.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/mime/nonmultipart.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/mime/text.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/parser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/policy.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/quoprimime.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/email/utils.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/aliases.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/ascii.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/base64_codec.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/big5.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/big5hkscs.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/bz2_codec.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/charmap.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp037.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp1006.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp1026.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp1125.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp1140.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp1250.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp1251.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp1252.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp1253.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp1254.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp1255.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp1256.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp1257.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp1258.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp273.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp424.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp437.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp500.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp720.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp737.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp775.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp850.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp852.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp855.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp856.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp857.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp858.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp860.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp861.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp862.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp863.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp864.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp865.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp866.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp869.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp874.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp875.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp932.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp949.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/cp950.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/euc_jis_2004.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/euc_jisx0213.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/euc_jp.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/euc_kr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/gb18030.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/gb2312.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/gbk.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/hex_codec.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/hp_roman8.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/hz.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/idna.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso2022_jp.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso2022_jp_1.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso2022_jp_2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso2022_jp_2004.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso2022_jp_3.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso2022_jp_ext.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso2022_kr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso8859_1.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso8859_10.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso8859_11.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso8859_13.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso8859_14.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso8859_15.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso8859_16.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso8859_2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso8859_3.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso8859_4.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso8859_5.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso8859_6.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso8859_7.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso8859_8.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/iso8859_9.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/johab.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/koi8_r.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/koi8_t.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/koi8_u.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/kz1048.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/latin_1.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/mac_arabic.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/mac_centeuro.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/mac_croatian.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/mac_cyrillic.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/mac_farsi.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/mac_greek.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/mac_iceland.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/mac_latin2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/mac_roman.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/mac_romanian.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/mac_turkish.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/mbcs.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/oem.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/palmos.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/ptcp154.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/punycode.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/quopri_codec.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/raw_unicode_escape.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/rot_13.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/shift_jis.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/shift_jis_2004.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/shift_jisx0213.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/tis_620.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/undefined.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/unicode_escape.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/utf_16.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/utf_16_be.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/utf_16_le.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/utf_32.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/utf_32_be.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/utf_32_le.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/utf_7.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/utf_8.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/utf_8_sig.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/uu_codec.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/encodings/zlib_codec.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ensurepip'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ensurepip/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ensurepip/__main__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ensurepip/_bundled'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ensurepip/_uninstall.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/enum.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/filecmp.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/fileinput.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/fnmatch.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/formatter.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/fractions.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ftplib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/functools.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/genericpath.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/getopt.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/getpass.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/gettext.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/glob.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/gzip.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/hashlib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/heapq.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/hmac.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/html'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/html/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/html/entities.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/html/parser.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/http'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/http/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/http/client.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/http/cookiejar.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/http/cookies.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/http/server.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/Icons'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/autocomplete.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/autocomplete_w.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/autoexpand.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/browser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/calltip.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/calltip_w.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/codecontext.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/colorizer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/config.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/config_key.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/configdialog.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/debugger.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/debugger_r.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/debugobj.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/debugobj_r.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/delegator.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/dynoption.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/editor.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/filelist.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/format.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/grep.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/help.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/help_about.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/history.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/hyperparser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/htest.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/mock_idle.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/mock_tk.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/template.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_autocomplete.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_autocomplete_w.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_autoexpand.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_browser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_calltip.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_calltip_w.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_codecontext.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_colorizer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_config.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_config_key.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_configdialog.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_debugger.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_debugger_r.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_debugobj.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_debugobj_r.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_delegator.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_editmenu.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_editor.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_filelist.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_format.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_grep.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_help.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_help_about.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_history.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_hyperparser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_iomenu.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_macosx.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_mainmenu.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_multicall.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_outwin.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_parenmatch.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_pathbrowser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_percolator.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_pyparse.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_pyshell.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_query.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_redirector.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_replace.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_rpc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_run.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_runscript.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_scrolledlist.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_search.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_searchbase.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_searchengine.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_sidebar.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_squeezer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_stackviewer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_statusbar.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_text.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_textview.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_tooltip.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_tree.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_undo.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_warning.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_window.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/idle_test/test_zoomheight.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/iomenu.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/macosx.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/mainmenu.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/multicall.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/outwin.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/parenmatch.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/pathbrowser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/percolator.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/pyparse.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/pyshell.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/query.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/redirector.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/replace.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/rpc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/run.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/runscript.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/scrolledlist.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/search.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/searchbase.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/searchengine.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/sidebar.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/squeezer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/stackviewer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/statusbar.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/textview.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/tooltip.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/tree.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/undo.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/window.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/zoomheight.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/idlelib/zzdummy.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/imaplib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/imghdr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/imp.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/importlib'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/importlib/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/importlib/_bootstrap.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/importlib/_bootstrap_external.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/importlib/abc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/importlib/machinery.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/importlib/metadata.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/importlib/resources.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/importlib/util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/inspect.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/io.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ipaddress.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/json'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/json/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/json/decoder.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/json/encoder.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/json/scanner.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/json/tool.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/keyword.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/btm_matcher.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/btm_utils.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixer_base.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixer_util.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_apply.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_asserts.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_basestring.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_buffer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_dict.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_except.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_exec.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_execfile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_exitfunc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_filter.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_funcattrs.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_future.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_getcwdu.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_has_key.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_idioms.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_import.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_imports.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_imports2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_input.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_intern.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_isinstance.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_itertools.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_itertools_imports.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_long.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_map.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_metaclass.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_methodattrs.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_ne.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_next.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_nonzero.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_numliterals.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_operator.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_paren.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_print.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_raise.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_raw_input.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_reduce.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_reload.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_renames.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_repr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_set_literal.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_standarderror.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_sys_exc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_throw.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_tuple_params.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_types.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_unicode.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_urllib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_ws_comma.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_xrange.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_xreadlines.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/fixes/fix_zip.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/main.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/patcomp.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/pgen2'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/pgen2/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/pgen2/conv.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/pgen2/driver.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/pgen2/grammar.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/pgen2/literals.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/pgen2/parse.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/pgen2/pgen.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/pgen2/token.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/pgen2/tokenize.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/pygram.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/pytree.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/refactor.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/__main__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/bom.py'...\n", - "*** File \"/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/bom.py\", line 2\n", - " print \"BOM BOOM!\"\n", - " ^\n", - "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(\"BOM BOOM!\")?\n", - "\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/crlf.py'...\n", - "*** File \"/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/crlf.py\", line 1\n", - " print \"hi\"\n", - " ^\n", - "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(\"hi\")?\n", - "\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/different_encoding.py'...\n", - "*** File \"/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/different_encoding.py\", line 3\n", - " print u'ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ'\n", - " ^\n", - "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(u'ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ')?\n", - "\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/false_encoding.py'...\n", - "*** File \"/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/false_encoding.py\", line 2\n", - " print '#coding=0'\n", - " ^\n", - "SyntaxError: Missing parentheses in call to 'print'. Did you mean print('#coding=0')?\n", - "\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/fixers'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/fixers/bad_order.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/fixers/myfixes'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/fixers/myfixes/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/fixers/no_fixer_cls.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/fixers/parrot_example.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/infinite_recursion.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/py2_test_grammar.py'...\n", - "*** File \"/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/py2_test_grammar.py\", line 31\n", - " self.assertEquals(0377, 255)\n", - " ^\n", - "SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers\n", - "\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/py3_test_grammar.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/pytree_idempotency.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/support.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/test_all_fixers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/test_fixers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/test_main.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/test_parser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/test_pytree.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/test_refactor.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/test_util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/linecache.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/locale.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/logging'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/logging/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/logging/config.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/logging/handlers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lzma.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/mailbox.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/mailcap.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/mimetypes.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/modulefinder.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/msilib'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/msilib/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/msilib/schema.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/msilib/sequence.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/msilib/text.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/connection.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/context.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/dummy'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/dummy/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/dummy/connection.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/forkserver.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/heap.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/managers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/pool.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/popen_fork.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/popen_forkserver.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/popen_spawn_posix.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/popen_spawn_win32.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/process.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/queues.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/reduction.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/resource_sharer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/resource_tracker.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/shared_memory.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/sharedctypes.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/spawn.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/synchronize.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/multiprocessing/util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/netrc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/nntplib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ntpath.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/nturl2path.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/numbers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/opcode.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/operator.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/optparse.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/os.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/pathlib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/pdb.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/pickle.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/pickletools.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/pipes.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/pkgutil.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/platform.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/plistlib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/poplib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/posixpath.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/pprint.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/profile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/pstats.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/pty.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/py_compile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/pyclbr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/pydoc.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/pydoc_data'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/pydoc_data/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/pydoc_data/topics.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/queue.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/quopri.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/random.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/re.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/reprlib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/rlcompleter.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/runpy.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sched.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/secrets.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/selectors.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/shelve.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/shlex.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/shutil.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/signal.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/site-packages'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/site.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/smtpd.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/smtplib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sndhdr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/socket.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/socketserver.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sqlite3'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sqlite3/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sqlite3/dbapi2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sqlite3/dump.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sqlite3/test'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sqlite3/test/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sqlite3/test/backup.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sqlite3/test/dbapi.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sqlite3/test/dump.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sqlite3/test/factory.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sqlite3/test/hooks.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sqlite3/test/regression.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sqlite3/test/transactions.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sqlite3/test/types.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sqlite3/test/userfunctions.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sre_compile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sre_constants.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sre_parse.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/ssl.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/stat.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/statistics.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/string.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/stringprep.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/struct.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/subprocess.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sunau.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/symbol.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/symtable.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/sysconfig.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tabnanny.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tarfile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/telnetlib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tempfile.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/_test_multiprocessing.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/ann_module.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/ann_module2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/ann_module3.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/audiodata'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/audiotests.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/audit-tests.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/autotest.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/bad_coding.py'...\n", - "*** File \"/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/bad_coding.py\", line 0\n", - "SyntaxError: unknown encoding: uft-8\n", - "\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/bad_coding2.py'...\n", - "*** File \"/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/bad_coding2.py\", line 0\n", - "SyntaxError: encoding problem: utf8 with BOM\n", - "\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/bad_getattr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/bad_getattr2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/bad_getattr3.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_3131.py'...\n", - "*** File \"/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_3131.py\", line 2\n", - " € = 2\n", - " ^\n", - "SyntaxError: invalid character in identifier\n", - "\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_future10.py'...\n", - "*** File \"/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_future10.py\", line 3\n", - " from __future__ import print_function\n", - " ^\n", - "SyntaxError: from __future__ imports must occur at the beginning of the file\n", - "\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_future3.py'...\n", - "*** File \"/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_future3.py\", line 3\n", - " from __future__ import rested_snopes\n", - " ^\n", - "SyntaxError: future feature rested_snopes is not defined\n", - "\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_future4.py'...\n", - "*** File \"/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_future4.py\", line 3\n", - " from __future__ import nested_scopes\n", - " ^\n", - "SyntaxError: from __future__ imports must occur at the beginning of the file\n", - "\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_future5.py'...\n", - "*** File \"/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_future5.py\", line 4\n", - " from __future__ import nested_scopes\n", - " ^\n", - "SyntaxError: from __future__ imports must occur at the beginning of the file\n", - "\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_future6.py'...\n", - "*** File \"/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_future6.py\", line 3\n", - " from __future__ import nested_scopes\n", - " ^\n", - "SyntaxError: from __future__ imports must occur at the beginning of the file\n", - "\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_future7.py'...\n", - "*** File \"/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_future7.py\", line 3\n", - " from __future__ import nested_scopes; import string; from __future__ import \\\n", - " ^\n", - "SyntaxError: from __future__ imports must occur at the beginning of the file\n", - "\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_future8.py'...\n", - "*** File \"/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_future8.py\", line 3\n", - " from __future__ import *\n", - " ^\n", - "SyntaxError: future feature * is not defined\n", - "\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_future9.py'...\n", - "*** File \"/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_future9.py\", line 3\n", - " from __future__ import nested_scopes, braces\n", - " ^\n", - "SyntaxError: not a chance\n", - "\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_pep3120.py'...\n", - "*** File \"/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/badsyntax_pep3120.py\", line 1\n", - "SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xf6 in position 1: invalid start byte\n", - "\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/bisect_cmd.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/bytecode_helper.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/capath'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/cjkencodings'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/coding20731.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/crashers'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/crashers/bogus_code_obj.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/crashers/gc_inspection.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/crashers/infinite_loop_re.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/crashers/mutation_inside_cyclegc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/crashers/recursive_call.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/crashers/trace_at_recursion_limit.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/crashers/underlying_dict.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/curses_tests.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/data'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/dataclass_module_1.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/dataclass_module_1_str.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/dataclass_module_2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/dataclass_module_2_str.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/dataclass_textanno.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/datetimetester.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/decimaltestdata'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/dis_module.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/doctest_aliases.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/double_const.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/dtracedata'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/dtracedata/call_stack.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/dtracedata/gc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/dtracedata/instance.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/dtracedata/line.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/eintrdata'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/eintrdata/eintr_tester.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/encoded_modules'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/encoded_modules/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/encoded_modules/module_iso_8859_1.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/encoded_modules/module_koi8_r.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/final_a.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/final_b.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/fork_wait.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/future_test1.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/future_test2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/gdb_sample.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/good_getattr.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/imghdrdata'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/imp_dummy.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/inspect_fodder.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/inspect_fodder2.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/leakers'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/leakers/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/leakers/test_ctypes.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/leakers/test_selftype.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/libregrtest'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/libregrtest/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/libregrtest/cmdline.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/libregrtest/main.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/libregrtest/pgo.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/libregrtest/refleak.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/libregrtest/runtest.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/libregrtest/runtest_mp.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/libregrtest/save_env.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/libregrtest/setup.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/libregrtest/utils.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/libregrtest/win_utils.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/list_tests.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/lock_tests.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/make_ssl_certs.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/mapping_tests.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/memory_watchdog.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/mock_socket.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/mod_generics_cache.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/mp_fork_bomb.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/mp_preload.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/multibytecodec_support.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/outstanding_bugs.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/pickletester.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/profilee.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/pyclbr_input.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/pydoc_mod.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/pydocfodder.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/pythoninfo.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/re_tests.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/regrtest.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/relimport.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/reperf.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/sample_doctest.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/sample_doctest_no_docstrings.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/sample_doctest_no_doctests.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/seq_tests.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/signalinterproctester.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/sndhdrdata'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/sortperf.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/ssl_servers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/ssltests.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/string_tests.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/subprocessdata'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/subprocessdata/fd_status.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/subprocessdata/input_reader.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/subprocessdata/qcat.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/subprocessdata/qgrep.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/subprocessdata/sigchild_ignore.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/support'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/support/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/support/script_helper.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/support/testresult.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test___all__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test___future__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test__locale.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test__opcode.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test__osx_support.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test__xxsubinterpreters.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_abc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_abstract_numbers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_aifc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_argparse.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_array.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asdl_parser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_ast.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncgen.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asynchat.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/echo.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/echo2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/echo3.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/functional.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_base_events.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_buffered_proto.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_context.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_events.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_futures.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_locks.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_pep492.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_proactor_events.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_protocols.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_queues.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_runners.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_selector_events.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_sendfile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_server.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_sock_lowlevel.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_sslproto.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_streams.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_subprocess.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_tasks.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_transports.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_unix_events.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_windows_events.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/test_windows_utils.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncio/utils.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_asyncore.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_atexit.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_audioop.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_audit.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_augassign.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_base64.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_baseexception.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_bdb.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_bigaddrspace.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_bigmem.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_binascii.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_binhex.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_binop.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_bisect.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_bool.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_buffer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_bufio.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_builtin.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_bytes.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_bz2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_c_locale_coercion.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_calendar.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_call.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_capi.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_cgi.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_cgitb.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_charmapcodec.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_class.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_clinic.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_cmath.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_cmd.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_cmd_line.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_cmd_line_script.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_code.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_code_module.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_codeccallbacks.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_codecencodings_cn.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_codecencodings_hk.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_codecencodings_iso2022.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_codecencodings_jp.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_codecencodings_kr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_codecencodings_tw.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_codecmaps_cn.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_codecmaps_hk.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_codecmaps_jp.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_codecmaps_kr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_codecmaps_tw.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_codecs.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_codeop.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_collections.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_colorsys.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_compare.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_compile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_compileall.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_complex.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_concurrent_futures.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_configparser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_contains.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_context.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_contextlib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_contextlib_async.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_copy.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_copyreg.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_coroutines.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_cprofile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_crashers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_crypt.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_csv.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_ctypes.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_curses.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_dataclasses.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_datetime.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_dbm.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_dbm_dumb.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_dbm_gnu.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_dbm_ndbm.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_decimal.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_decorators.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_defaultdict.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_deque.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_descr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_descrtut.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_devpoll.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_dict.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_dict_version.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_dictcomps.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_dictviews.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_difflib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_dis.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_distutils.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_doctest.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_doctest2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_docxmlrpc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_dtrace.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_dummy_thread.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_dummy_threading.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_dynamic.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_dynamicclassattribute.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_eintr.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email/__main__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email/data'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email/test__encoded_words.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email/test__header_value_parser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email/test_asian_codecs.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email/test_contentmanager.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email/test_defect_handling.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email/test_email.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email/test_generator.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email/test_headerregistry.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email/test_inversion.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email/test_message.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email/test_parser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email/test_pickleable.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email/test_policy.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email/test_utils.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_email/torture_test.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_embed.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_ensurepip.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_enum.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_enumerate.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_eof.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_epoll.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_errno.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_exception_hierarchy.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_exception_variations.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_exceptions.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_extcall.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_faulthandler.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_fcntl.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_file.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_file_eintr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_filecmp.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_fileinput.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_fileio.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_finalization.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_float.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_flufl.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_fnmatch.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_fork1.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_format.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_fractions.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_frame.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_frozen.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_fstring.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_ftplib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_funcattrs.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_functools.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_future.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_future3.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_future4.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_future5.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_gc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_gdb.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_generator_stop.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_generators.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_genericclass.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_genericpath.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_genexps.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_getargs2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_getopt.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_getpass.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_gettext.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_glob.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_global.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_grammar.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_grp.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_gzip.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_hash.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_hashlib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_heapq.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_hmac.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_html.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_htmlparser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_http_cookiejar.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_http_cookies.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_httplib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_httpservers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_idle.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_imaplib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_imghdr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_imp.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/__main__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/circular_imports'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/circular_imports/basic.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/circular_imports/basic2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/circular_imports/binding.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/circular_imports/binding2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/circular_imports/from_cycle1.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/circular_imports/from_cycle2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/circular_imports/indirect.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/circular_imports/rebinding.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/circular_imports/rebinding2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/circular_imports/source.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/circular_imports/subpackage.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/circular_imports/subpkg'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/circular_imports/subpkg/subpackage2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/circular_imports/subpkg/util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/circular_imports/use.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/circular_imports/util.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/package'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/package/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/package/submodule.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/package2'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/package2/submodule1.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_import/data/package2/submodule2.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/abc.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/builtin'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/builtin/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/builtin/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/builtin/test_finder.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/builtin/test_loader.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data01'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data01/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data01/subdirectory'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data01/subdirectory/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data02'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data02/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data02/one'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data02/one/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data02/two'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data02/two/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data03'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data03/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data03/namespace'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data03/namespace/portion1'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data03/namespace/portion1/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data03/namespace/portion2'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/data03/namespace/portion2/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/extension'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/extension/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/extension/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/extension/test_case_sensitivity.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/extension/test_finder.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/extension/test_loader.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/extension/test_path_hook.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/fixtures.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/frozen'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/frozen/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/frozen/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/frozen/test_finder.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/frozen/test_loader.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/import_'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/import_/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/import_/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/import_/test___loader__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/import_/test___package__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/import_/test_api.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/import_/test_caching.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/import_/test_fromlist.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/import_/test_meta_path.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/import_/test_packages.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/import_/test_path.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/import_/test_relative_imports.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/both_portions'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/both_portions/foo'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/both_portions/foo/one.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/both_portions/foo/two.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/portion1'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/portion1/foo'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/portion1/foo/one.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/portion2'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/portion2/foo'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/portion2/foo/two.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/project1'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/project1/parent'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/project1/parent/child'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/project1/parent/child/one.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/project2'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/project2/parent'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/project2/parent/child'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/project2/parent/child/two.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/project3'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/project3/parent'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/project3/parent/child'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/source'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/source/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/source/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/source/test_case_sensitivity.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/source/test_file_loader.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/source/test_finder.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/source/test_path_hook.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/source/test_source_encoding.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/test_abc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/test_api.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/test_lazy.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/test_locks.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/test_main.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/test_metadata_api.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/test_namespace_pkgs.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/test_open.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/test_path.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/test_read.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/test_resource.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/test_spec.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/test_util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/test_windows.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/test_zip.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/util.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/zipdata01'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/zipdata01/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/zipdata02'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_importlib/zipdata02/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_index.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_inspect.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_int.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_int_literal.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_io.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_ioctl.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_ipaddress.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_isinstance.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_iter.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_iterlen.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_itertools.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/test_decode.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/test_default.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/test_dump.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/test_encode_basestring_ascii.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/test_enum.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/test_fail.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/test_float.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/test_indent.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/test_pass1.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/test_pass2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/test_pass3.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/test_recursion.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/test_scanstring.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/test_separators.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/test_speedups.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/test_tool.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_json/test_unicode.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_keyword.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_keywordonlyarg.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_kqueue.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_largefile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_lib2to3.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_linecache.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_list.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_listcomps.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_lltrace.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_locale.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_logging.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_long.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_longexp.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_lzma.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_mailbox.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_mailcap.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_marshal.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_math.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_memoryio.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_memoryview.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_metaclass.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_mimetypes.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_minidom.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_mmap.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_module.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_modulefinder.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_msilib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_multibytecodec.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_multiprocessing_fork.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_multiprocessing_forkserver.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_multiprocessing_main_handling.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_multiprocessing_spawn.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_named_expressions.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_netrc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_nis.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_nntplib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_normalization.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_ntpath.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_numeric_tower.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_opcodes.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_openpty.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_operator.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_optparse.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_ordered_dict.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_os.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_ossaudiodev.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_osx_env.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_parser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_pathlib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_pdb.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_peepholer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_pickle.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_picklebuffer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_pickletools.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_pipes.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_pkg.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_pkgimport.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_pkgutil.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_platform.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_plistlib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_poll.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_popen.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_poplib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_positional_only_arg.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_posix.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_posixpath.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_pow.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_pprint.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_print.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_profile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_property.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_pstats.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_pty.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_pulldom.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_pwd.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_py_compile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_pyclbr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_pydoc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_pyexpat.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_queue.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_quopri.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_raise.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_random.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_range.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_re.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_readline.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_regrtest.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_repl.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_reprlib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_resource.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_richcmp.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_rlcompleter.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_robotparser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_runpy.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_sax.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_sched.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_scope.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_script_helper.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_secrets.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_select.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_selectors.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_set.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_setcomps.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_shelve.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_shlex.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_shutil.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_signal.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_site.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_slice.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_smtpd.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_smtplib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_smtpnet.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_sndhdr.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_socket.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_socketserver.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_sort.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_source_encoding.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_spwd.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_sqlite.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_ssl.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_startfile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_stat.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_statistics.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_strftime.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_string.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_string_literals.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_stringprep.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_strptime.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_strtod.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_struct.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_structmembers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_structseq.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_subclassinit.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_subprocess.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_sunau.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_sundry.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_super.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_support.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_symbol.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_symtable.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_syntax.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_sys.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_sys_setprofile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_sys_settrace.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_sysconfig.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_syslog.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tabnanny.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tarfile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tcl.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_telnetlib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tempfile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_textwrap.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_thread.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_threaded_import.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_threadedtempfile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_threading.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_threading_local.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_threadsignals.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_time.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_timeit.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_timeout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tix.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tk.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tokenize.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tools'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tools/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tools/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tools/test_fixcid.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tools/test_gprof2html.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tools/test_i18n.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tools/test_lll.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tools/test_md5sum.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tools/test_pathfix.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tools/test_pdeps.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tools/test_pindent.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tools/test_reindent.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tools/test_sundry.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tools/test_unparse.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_trace.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_traceback.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tracemalloc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_ttk_guionly.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_ttk_textonly.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_tuple.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_turtle.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_type_comments.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_typechecks.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_types.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_typing.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_ucn.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_unary.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_unicode.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_unicode_file.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_unicode_file_functions.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_unicode_identifiers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_unicodedata.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_unittest.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_univnewlines.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_unpack.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_unpack_ex.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_urllib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_urllib2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_urllib2_localnet.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_urllib2net.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_urllib_response.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_urllibnet.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_urlparse.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_userdict.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_userlist.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_userstring.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_utf8_mode.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_utf8source.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_uu.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_uuid.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_venv.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_wait3.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_wait4.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_warnings'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_warnings/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_warnings/__main__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_warnings/data'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_warnings/data/import_warning.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_warnings/data/stacklevel.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_wave.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_weakref.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_weakset.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_webbrowser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_winconsoleio.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_winreg.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_winsound.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_with.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_wsgiref.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_xdrlib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_xml_dom_minicompat.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_xml_etree.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_xml_etree_c.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_xmlrpc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_xmlrpc_net.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_xxtestfuzz.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_yield_from.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_zipapp.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_zipfile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_zipfile64.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_zipimport.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_zipimport_support.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/test_zlib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/testcodec.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/tf_inherit_check.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/threaded_import_hangers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/time_hashlib.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/tracedmodules'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/tracedmodules/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/tracedmodules/testmod.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/win_console_handler.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/xmltestdata'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/xmltestdata/c14n-20'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/xmltests.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/ziptestdata'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/test/ziptestdata/testdata_module_inside_zip.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/textwrap.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/this.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/threading.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/timeit.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/colorchooser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/commondialog.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/constants.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/dialog.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/dnd.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/filedialog.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/font.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/messagebox.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/scrolledtext.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/simpledialog.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/runtktests.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/support.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/test_tkinter'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/test_tkinter/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/test_tkinter/test_font.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/test_tkinter/test_geometry_managers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/test_tkinter/test_images.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/test_tkinter/test_loadtk.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/test_tkinter/test_misc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/test_tkinter/test_text.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/test_tkinter/test_variables.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/test_tkinter/test_widgets.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/test_ttk'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/test_ttk/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/test_ttk/test_extensions.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/test_ttk/test_functions.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/test_ttk/test_style.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/test_ttk/test_widgets.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/test/widget_tests.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/tix.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tkinter/ttk.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/token.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tokenize.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/trace.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/traceback.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tracemalloc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/tty.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtle.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/bytedesign.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/chaos.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/clock.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/colormixer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/forest.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/fractalcurves.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/lindenmayer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/minimal_hanoi.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/nim.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/paint.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/peace.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/penrose.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/planet_and_moon.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/rosette.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/round_dance.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/sorting_animate.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/tree.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/two_canvases.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/turtledemo/yinyang.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/types.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/typing.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/async_case.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/case.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/loader.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/main.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/mock.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/result.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/runner.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/signals.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/suite.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/_test_warnings.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/dummy.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/support.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/test_assertions.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/test_async_case.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/test_break.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/test_case.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/test_discovery.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/test_functiontestcase.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/test_loader.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/test_program.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/test_result.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/test_runner.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/test_setups.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/test_skipping.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/test_suite.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/testmock'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/testmock/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/testmock/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/testmock/support.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/testmock/testasync.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/testmock/testcallable.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/testmock/testhelpers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/testmock/testmagicmethods.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/testmock/testmock.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/testmock/testpatch.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/testmock/testsealable.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/testmock/testsentinel.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/test/testmock/testwith.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/unittest/util.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/urllib'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/urllib/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/urllib/error.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/urllib/parse.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/urllib/request.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/urllib/response.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/urllib/robotparser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/uu.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/uuid.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/venv'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/venv/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/venv/__main__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/venv/scripts'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/venv/scripts/common'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/venv/scripts/nt'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/venv/scripts/posix'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/warnings.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/wave.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/weakref.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/webbrowser.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/wsgiref'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/wsgiref/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/wsgiref/handlers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/wsgiref/headers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/wsgiref/simple_server.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/wsgiref/util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/wsgiref/validate.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xdrlib.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/dom'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/dom/NodeFilter.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/dom/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/dom/domreg.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/dom/expatbuilder.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/dom/minicompat.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/dom/minidom.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/dom/pulldom.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/dom/xmlbuilder.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/etree'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/etree/ElementInclude.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/etree/ElementPath.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/etree/ElementTree.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/etree/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/etree/cElementTree.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/parsers'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/parsers/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/parsers/expat.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/sax'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/sax/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/sax/_exceptions.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/sax/expatreader.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/sax/handler.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/sax/saxutils.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xml/sax/xmlreader.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xmlrpc'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xmlrpc/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xmlrpc/client.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/xmlrpc/server.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/zipapp.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/zipfile.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/zipimport.py'...\n", - "/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/py3_test_grammar.py:652: SyntaxWarning: \"is\" with a literal. Did you mean \"==\"?\n", - " if 1 is 1: pass\n", - "/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/py3_test_grammar.py:653: SyntaxWarning: \"is not\" with a literal. Did you mean \"!=\"?\n", - " if 1 is not 1: pass\n", - "/content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib/lib2to3/tests/data/py3_test_grammar.py:656: SyntaxWarning: \"is\" with a literal. Did you mean \"==\"?\n", - " if 1 < 1 > 1 == 1 >= 1 <= 1 != 1 in 1 not in 1 is 1 is not 1: pass\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/Kivy-1.11.1-py3.8.egg-info'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/android'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/android/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/android/_ctypes_library_finder.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/android/activity.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/android/billing.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/android/broadcast.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/android/config.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/android/loadingscreen.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/android/mixer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/android/permissions.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/android/runnable.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/android/storage.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/certifi'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/certifi/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/certifi/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/certifi/core.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/certifi-2020.11.8.dist-info'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/easy_install.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/jnius'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/jnius/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/jnius/env.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/jnius/reflect.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/jnius/signatures.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/jnius/src'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/jnius/src/org'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/jnius/src/org/jnius'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/jnius_config.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/animation.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/app.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/atlas.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/base.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/cache.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/clock.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/compat.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/config.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/context.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/audio'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/audio/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/audio/audio_avplayer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/audio/audio_ffpyplayer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/audio/audio_gstplayer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/audio/audio_pygame.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/camera'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/camera/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/camera/camera_android.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/camera/camera_gi.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/camera/camera_opencv.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/camera/camera_picamera.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/clipboard'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/clipboard/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/clipboard/_clipboard_ext.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/clipboard/clipboard_android.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/clipboard/clipboard_dbusklipper.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/clipboard/clipboard_dummy.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/clipboard/clipboard_gtk3.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/clipboard/clipboard_nspaste.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/clipboard/clipboard_pygame.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/clipboard/clipboard_sdl2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/clipboard/clipboard_winctypes.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/clipboard/clipboard_xclip.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/clipboard/clipboard_xsel.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/gl'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/gl/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/image'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/image/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/image/img_dds.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/image/img_ffpyplayer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/image/img_gif.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/image/img_pil.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/image/img_pygame.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/image/img_sdl2.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/image/img_tex.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/spelling'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/spelling/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/spelling/spelling_enchant.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/spelling/spelling_osxappkit.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/text'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/text/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/text/markup.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/text/text_pango.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/text/text_pil.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/text/text_pygame.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/text/text_sdl2.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/video'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/video/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/video/video_ffmpeg.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/video/video_ffpyplayer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/video/video_gstplayer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/video/video_null.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/window'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/window/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/window/window_egl_rpi.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/window/window_pygame.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/core/window/window_sdl2.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/data'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/data/fonts'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/data/glsl'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/data/images'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/data/keyboards'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/data/logo'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/deps'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/deps/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/effects'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/effects/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/effects/dampedscroll.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/effects/kinetic.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/effects/opacityscroll.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/effects/scroll.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/event.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/extras'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/extras/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/extras/highlight.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/factory.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/factory_registers.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/garden'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/garden/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/geometry.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/gesture.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/graphics'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/graphics/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/graphics/cgl_backend'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/graphics/cgl_backend/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/include'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/factory.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/motionevent.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/postproc'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/postproc/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/postproc/calibration.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/postproc/dejitter.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/postproc/doubletap.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/postproc/ignorelist.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/postproc/retaintouch.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/postproc/tripletap.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/provider.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/providers'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/providers/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/providers/androidjoystick.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/providers/hidinput.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/providers/leapfinger.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/providers/linuxwacom.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/providers/mactouch.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/providers/mouse.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/providers/mtdev.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/providers/probesysfs.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/providers/tuio.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/providers/wm_common.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/providers/wm_pen.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/providers/wm_touch.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/recorder.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/input/shape.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/interactive.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/lang'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/lang/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/lang/builder.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/lang/parser.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/lib'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/lib/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/lib/ddsfile.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/lib/gstplayer'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/lib/gstplayer/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/lib/mtdev.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/lib/vidcore_lite'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/lib/vidcore_lite/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/loader.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/logger.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/metrics.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/modules'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/modules/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/modules/_webdebugger.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/modules/console.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/modules/cursor.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/modules/inspector.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/modules/joycursor.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/modules/keybinding.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/modules/monitor.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/modules/recorder.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/modules/screen.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/modules/showborder.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/modules/touchring.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/modules/webdebugger.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/multistroke.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/network'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/network/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/network/urlrequest.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/parser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/resources.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/setupconfig.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/storage'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/storage/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/storage/dictstore.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/storage/jsonstore.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/storage/redisstore.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/support.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/common.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/conftest.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/perf_test_textinput.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_animations.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_app.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_audio.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_clipboard.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_clock.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_doc_gallery.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_fbo_py2py3.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_filechooser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_filechooser_unicode.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_fonts.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_graphics.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_image.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_imageloader.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_invalid_lang.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_knspace.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_lang.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_lang_complex.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_lang_pre_process_and_post_process.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_module_inspector.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_mouse_multitouchsim.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_multistroke.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_properties.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_rst_replace.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_screen.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_storage.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_uix_actionbar.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_uix_anchorlayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_uix_asyncimage.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_uix_boxlayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_uix_gridlayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_uix_layout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_uix_relativelayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_uix_scrollview.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_uix_slider.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_uix_stacklayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_uix_textinput.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_uix_widget.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_urlrequest.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_utils.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_vector.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_video.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_widget.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_widget_walk.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/test_window_info.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tests/visual_test_label.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/benchmark.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/changelog_parser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/generate-icons.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/gles_compat'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/gles_compat/subset_gles.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/highlight'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/highlight/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/kviewer.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/packaging'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/packaging/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/packaging/factory.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/packaging/pyinstaller_hooks'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/packaging/pyinstaller_hooks/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/packaging/pyinstaller_hooks/__main__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/packaging/pyinstaller_hooks/hook-kivy.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/packaging/pyinstaller_hooks/pyi_rth_kivy.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/pep8checker'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/pep8checker/pep8.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/pep8checker/pep8kivy.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/report.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/stub-gl-debug.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/texturecompress.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/theming'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/tools/theming/defaulttheme'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/accordion.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/actionbar.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/anchorlayout.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/behaviors'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/behaviors/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/behaviors/button.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/behaviors/codenavigation.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/behaviors/compoundselection.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/behaviors/cover.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/behaviors/drag.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/behaviors/emacs.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/behaviors/focus.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/behaviors/knspace.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/behaviors/togglebutton.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/behaviors/touchripple.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/boxlayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/bubble.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/button.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/camera.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/carousel.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/checkbox.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/codeinput.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/colorpicker.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/dropdown.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/effectwidget.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/filechooser.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/floatlayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/gesturesurface.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/gridlayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/image.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/label.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/layout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/modalview.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/pagelayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/popup.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/progressbar.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/recycleboxlayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/recyclegridlayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/recyclelayout.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/recycleview'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/recycleview/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/recycleview/datamodel.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/recycleview/layout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/recycleview/views.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/relativelayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/rst.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/sandbox.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/scatter.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/scatterlayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/screenmanager.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/scrollview.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/settings.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/slider.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/spinner.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/splitter.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/stacklayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/stencilview.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/switch.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/tabbedpanel.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/textinput.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/togglebutton.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/treeview.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/video.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/videoplayer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/vkeyboard.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/widget.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/utils.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/vector.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/version.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/weakmethod.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/app.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/color_definitions.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/factory_registers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/font_definitions.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/fonts'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/icon_definitions.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/images'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/material_resources.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/stiffscroll'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/stiffscroll/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/theming.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/theming_dynamic_text.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/toast'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/toast/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/toast/androidtoast'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/toast/androidtoast/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/toast/androidtoast/androidtoast.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/toast/kivytoast'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/toast/kivytoast/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/toast/kivytoast/kivytoast.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/tools'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/tools/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/tools/packaging'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/tools/packaging/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/tools/packaging/pyinstaller'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/tools/packaging/pyinstaller/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/tools/packaging/pyinstaller/hook-kivymd.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/tools/update_icons.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/backdrop.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/banner.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/behaviors'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/behaviors/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/behaviors/backgroundcolorbehavior.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/behaviors/elevation.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/behaviors/focus_behavior.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/behaviors/hover_behavior.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/behaviors/magic_behavior.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/behaviors/ripplebehavior.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/behaviors/touch_behavior.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/bottomnavigation.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/bottomsheet.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/boxlayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/button.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/card.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/chip.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/context_menu.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/datatables.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/dialog.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/dropdownitem.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/expansionpanel.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/filemanager.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/floatlayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/gridlayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/imagelist.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/label.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/list.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/menu.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/navigationdrawer.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/picker.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/progressbar.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/progressloader.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/refreshlayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/screen.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/selectioncontrol.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/slider.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/snackbar.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/spinner.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/stacklayout.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/tab.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/taptargetview.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/textfield.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/toolbar.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/tooltip.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/useranimationcard.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/utils'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/utils/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/utils/asynckivy.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/utils/cropimage.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/utils/fitimage.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/utils/fpsmonitor.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/vendor'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/vendor/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/vendor/circleLayout'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/vendor/circleLayout/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/vendor/circularTimePicker'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/vendor/circularTimePicker/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd-0.104.1.dist-info'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/_vendor'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/_vendor/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/_vendor/appdirs.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/_vendor/packaging'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/_vendor/packaging/__about__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/_vendor/packaging/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/_vendor/packaging/_compat.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/_vendor/packaging/_structures.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/_vendor/packaging/markers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/_vendor/packaging/requirements.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/_vendor/packaging/specifiers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/_vendor/packaging/utils.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/_vendor/packaging/version.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/_vendor/pyparsing.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/_vendor/six.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/extern'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/extern/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pkg_resources/py31compat.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/pyjnius-1.2.1-py3.8.egg-info'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setup_sdist.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/_deprecation_warning.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/_vendor'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/_vendor/__init__.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/_vendor/packaging'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/_vendor/packaging/__about__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/_vendor/packaging/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/_vendor/packaging/_compat.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/_vendor/packaging/_structures.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/_vendor/packaging/markers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/_vendor/packaging/requirements.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/_vendor/packaging/specifiers.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/_vendor/packaging/utils.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/_vendor/packaging/version.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/_vendor/pyparsing.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/_vendor/six.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/archive_util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/build_meta.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/alias.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/bdist_egg.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/bdist_rpm.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/bdist_wininst.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/build_clib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/build_ext.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/build_py.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/develop.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/dist_info.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/easy_install.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/egg_info.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/install.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/install_egg_info.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/install_lib.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/install_scripts.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/py36compat.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/register.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/rotate.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/saveopts.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/sdist.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/setopt.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/test.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/upload.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/command/upload_docs.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/config.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/dep_util.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/depends.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/dist.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/extension.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/extern'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/extern/__init__.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/glibc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/glob.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/launch.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/lib2to3_ex.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/monkey.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/msvc.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/namespaces.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/package_index.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/pep425tags.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/py27compat.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/py31compat.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/py33compat.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/sandbox.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/site-patch.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/ssl_support.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/unicode_utils.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/version.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/wheel.py'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools/windows_support.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/setuptools-40.9.0-py3.8.egg-info'...\n", - "Compiling '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/six.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/usr'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/usr/local'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/usr/local/bin'...\n", - "/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/extras/highlight.py:45: SyntaxWarning: \"is not\" with a literal. Did you mean \"!=\"?\n", - " if len(sys.argv) is not 4:\n", - "/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/behaviors/focus.py:463: SyntaxWarning: \"is\" with a literal. Did you mean \"==\"?\n", - " walk_tree = 'walk' if focus_dir is 'focus_next' else 'walk_reverse'\n", - "/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/behaviors/focus.py:476: SyntaxWarning: \"is\" with a literal. Did you mean \"==\"?\n", - " if focus_dir is 'focus_next':\n", - "/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivy/uix/behaviors/knspace.py:460: SyntaxWarning: \"is not\" with a literal. Did you mean \"!=\"?\n", - " if parent_knspace is not 0:\n", - "/content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR/kivymd/uix/picker.py:625: SyntaxWarning: \"is\" with a literal. Did you mean \"==\"?\n", - " op = 1 if operation is \"next\" else -1\n", - "\u001b[1m[INFO]\u001b[0m: Copy 62 files into the bundle\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_blake2.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_multibytecodec.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_testinternalcapi.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_testimportmultiple.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_pickle.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_sqlite3.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_csv.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/syslog.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/zlib.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_sha512.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_xxsubinterpreters.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/xxlimited.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_lsprof.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/resource.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/parser.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_random.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_sha1.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/unicodedata.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_ssl.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_codecs_iso2022.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/audioop.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_asyncio.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_testmultiphase.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_ctypes.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/array.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_sha256.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_ctypes_test.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/termios.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_socket.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_xxtestfuzz.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_hashlib.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_codecs_tw.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_codecs_cn.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_testbuffer.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_elementtree.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/select.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/cmath.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_datetime.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_codecs_kr.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_json.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/fcntl.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_contextvars.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_heapq.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/mmap.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_md5.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_posixsubprocess.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/binascii.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_struct.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/pyexpat.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_codecs_hk.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_testcapi.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/math.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_statistics.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_sha3.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_opcode.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_bisect.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_multiprocessing.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_codecs_jp.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/ossaudiodev.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_queue.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_decimal.cpython-38.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/build/lib.linux-arm-3.8/_sysconfigdata__linux_.pyc\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Lib\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: Zip 571 files into the bundle\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running zip /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/stdlib.zip ./getopt.pyc ./selectors.pyc ./_collections_abc.pyc ./fileinput.pyc ./platform.pyc ./symtable.pyc ./antigravity.pyc ./pyclbr.pyc ./cgitb.pyc ./_py_abc.pyc ./statistics.pyc ./mailcap.pyc ./mailbox.pyc ./pydoc.pyc ./sre_compile.pyc ./imghdr.pyc ./inspect.pyc ./signal.pyc ./ssl.pyc ./poplib.pyc ./pty.pyc ./threading.pyc ./tty.pyc ./io.pyc ./heapq.pyc ./queue.pyc ./stringprep.pyc ./genericpath.pyc ./configparser.pyc ./glob.pyc ./enum.pyc ./wave.pyc ./_compression.pyc ./uu.pyc ./bz2.pyc ./warnings.pyc ./zipimport.pyc ./pickletools.pyc ./zipapp.pyc ./sysconfig.pyc ./__phello__.foo.pyc ./copy.pyc ./weakref.pyc ./contextvars.pyc ./_osx_support.pyc ./symbol.pyc ./string.pyc ./functools.pyc ./zipfile.pyc ./traceback.pyc ./cgi.pyc ./fractions.pyc ./tarfile.pyc ./sre_constants.pyc ./asynchat.pyc ./gzip.pyc ./rlcompleter.pyc ./quopri.pyc ./difflib.pyc ./asyncore.pyc ./netrc.pyc ./imaplib.pyc ./trace.pyc ./_compat_pickle.pyc ./_weakrefset.pyc ./_markupbase.pyc ./hashlib.pyc ./pickle.pyc ./optparse.pyc ./smtpd.pyc ./calendar.pyc ./random.pyc ./csv.pyc ./aifc.pyc ./timeit.pyc ./socket.pyc ./_sitebuiltins.pyc ./modulefinder.pyc ./ntpath.pyc ./plistlib.pyc ./getpass.pyc ./code.pyc ./tabnanny.pyc ./typing.pyc ./decimal.pyc ./tokenize.pyc ./codecs.pyc ./nturl2path.pyc ./tempfile.pyc ./linecache.pyc ./pipes.pyc ./_bootlocale.pyc ./site.pyc ./types.pyc ./socketserver.pyc ./dataclasses.pyc ./contextlib.pyc ./gettext.pyc ./sched.pyc ./subprocess.pyc ./codeop.pyc ./dis.pyc ./shutil.pyc ./nntplib.pyc ./smtplib.pyc ./opcode.pyc ./webbrowser.pyc ./_strptime.pyc ./sunau.pyc ./pprint.pyc ./_dummy_thread.pyc ./ast.pyc ./textwrap.pyc ./posixpath.pyc ./shlex.pyc ./numbers.pyc ./argparse.pyc ./dummy_threading.pyc ./sre_parse.pyc ./pstats.pyc ./__future__.pyc ./imp.pyc ./lzma.pyc ./bisect.pyc ./binhex.pyc ./ftplib.pyc ./shelve.pyc ./ipaddress.pyc ./filecmp.pyc ./py_compile.pyc ./this.pyc ./doctest.pyc ./_pydecimal.pyc ./compileall.pyc ./base64.pyc ./pdb.pyc ./profile.pyc ./pkgutil.pyc ./copyreg.pyc ./abc.pyc ./chunk.pyc ./uuid.pyc ./cProfile.pyc ./struct.pyc ./reprlib.pyc ./fnmatch.pyc ./turtle.pyc ./bdb.pyc ./datetime.pyc ./stat.pyc ./locale.pyc ./tracemalloc.pyc ./cmd.pyc ./xdrlib.pyc ./_threading_local.pyc ./os.pyc ./formatter.pyc ./sndhdr.pyc ./operator.pyc ./pathlib.pyc ./_pyio.pyc ./re.pyc ./colorsys.pyc ./mimetypes.pyc ./hmac.pyc ./keyword.pyc ./telnetlib.pyc ./crypt.pyc ./token.pyc ./runpy.pyc ./secrets.pyc ./multiprocessing/synchronize.pyc ./multiprocessing/managers.pyc ./multiprocessing/sharedctypes.pyc ./multiprocessing/util.pyc ./multiprocessing/forkserver.pyc ./multiprocessing/__init__.pyc ./multiprocessing/process.pyc ./multiprocessing/queues.pyc ./multiprocessing/popen_spawn_posix.pyc ./multiprocessing/popen_forkserver.pyc ./multiprocessing/resource_tracker.pyc ./multiprocessing/reduction.pyc ./multiprocessing/popen_fork.pyc ./multiprocessing/spawn.pyc ./multiprocessing/shared_memory.pyc ./multiprocessing/pool.pyc ./multiprocessing/resource_sharer.pyc ./multiprocessing/popen_spawn_win32.pyc ./multiprocessing/context.pyc ./multiprocessing/connection.pyc ./multiprocessing/heap.pyc ./multiprocessing/dummy/__init__.pyc ./multiprocessing/dummy/connection.pyc ./distutils/dir_util.pyc ./distutils/versionpredicate.pyc ./distutils/core.pyc ./distutils/filelist.pyc ./distutils/sysconfig.pyc ./distutils/log.pyc ./distutils/extension.pyc ./distutils/util.pyc ./distutils/dep_util.pyc ./distutils/_msvccompiler.pyc ./distutils/__init__.pyc ./distutils/bcppcompiler.pyc ./distutils/text_file.pyc ./distutils/README ./distutils/errors.pyc ./distutils/cygwinccompiler.pyc ./distutils/ccompiler.pyc ./distutils/file_util.pyc ./distutils/dist.pyc ./distutils/version.pyc ./distutils/msvccompiler.pyc ./distutils/unixccompiler.pyc ./distutils/archive_util.pyc ./distutils/spawn.pyc ./distutils/cmd.pyc ./distutils/msvc9compiler.pyc ./distutils/fancy_getopt.pyc ./distutils/config.pyc ./distutils/debug.pyc ./distutils/command/install_data.pyc ./distutils/command/register.pyc ./distutils/command/bdist_msi.pyc ./distutils/command/build_clib.pyc ./distutils/command/upload.pyc ./distutils/command/bdist_wininst.pyc ./distutils/command/build_scripts.pyc ./distutils/command/command_template ./distutils/command/build_ext.pyc ./distutils/command/install_egg_info.pyc ./distutils/command/install.pyc ./distutils/command/__init__.pyc ./distutils/command/sdist.pyc ./distutils/command/check.pyc ./distutils/command/build_py.pyc ./distutils/command/build.pyc ./distutils/command/install_lib.pyc ./distutils/command/install_scripts.pyc ./distutils/command/install_headers.pyc ./distutils/command/bdist_dumb.pyc ./distutils/command/bdist.pyc ./distutils/command/bdist_rpm.pyc ./distutils/command/clean.pyc ./distutils/command/config.pyc ./email/_parseaddr.pyc ./email/generator.pyc ./email/iterators.pyc ./email/quoprimime.pyc ./email/utils.pyc ./email/contentmanager.pyc ./email/_header_value_parser.pyc ./email/policy.pyc ./email/architecture.rst ./email/charset.pyc ./email/__init__.pyc ./email/feedparser.pyc ./email/errors.pyc ./email/_policybase.pyc ./email/parser.pyc ./email/base64mime.pyc ./email/header.pyc ./email/headerregistry.pyc ./email/message.pyc ./email/encoders.pyc ./email/_encoded_words.pyc ./email/mime/text.pyc ./email/mime/nonmultipart.pyc ./email/mime/__init__.pyc ./email/mime/base.pyc ./email/mime/multipart.pyc ./email/mime/message.pyc ./email/mime/image.pyc ./email/mime/application.pyc ./email/mime/audio.pyc ./urllib/parse.pyc ./urllib/__init__.pyc ./urllib/response.pyc ./urllib/request.pyc ./urllib/error.pyc ./urllib/robotparser.pyc ./venv/__init__.pyc ./venv/__main__.pyc ./venv/scripts/posix/activate.csh ./venv/scripts/posix/activate.fish ./venv/scripts/common/activate ./venv/scripts/common/Activate.ps1 ./venv/scripts/nt/activate.bat ./venv/scripts/nt/deactivate.bat ./collections/__init__.pyc ./collections/abc.pyc ./html/entities.pyc ./html/__init__.pyc ./html/parser.pyc ./concurrent/__init__.pyc ./concurrent/futures/thread.pyc ./concurrent/futures/__init__.pyc ./concurrent/futures/process.pyc ./concurrent/futures/_base.pyc ./asyncio/base_events.pyc ./asyncio/runners.pyc ./asyncio/locks.pyc ./asyncio/windows_events.pyc ./asyncio/futures.pyc ./asyncio/sslproto.pyc ./asyncio/base_subprocess.pyc ./asyncio/streams.pyc ./asyncio/exceptions.pyc ./asyncio/log.pyc ./asyncio/tasks.pyc ./asyncio/staggered.pyc ./asyncio/__init__.pyc ./asyncio/windows_utils.pyc ./asyncio/queues.pyc ./asyncio/events.pyc ./asyncio/base_futures.pyc ./asyncio/coroutines.pyc ./asyncio/subprocess.pyc ./asyncio/selector_events.pyc ./asyncio/__main__.pyc ./asyncio/unix_events.pyc ./asyncio/trsock.pyc ./asyncio/format_helpers.pyc ./asyncio/transports.pyc ./asyncio/constants.pyc ./asyncio/proactor_events.pyc ./asyncio/protocols.pyc ./asyncio/base_tasks.pyc ./http/cookies.pyc ./http/__init__.pyc ./http/cookiejar.pyc ./http/server.pyc ./http/client.pyc ./logging/__init__.pyc ./logging/handlers.pyc ./logging/config.pyc ./json/decoder.pyc ./json/__init__.pyc ./json/tool.pyc ./json/encoder.pyc ./json/scanner.pyc ./msilib/schema.pyc ./msilib/text.pyc ./msilib/__init__.pyc ./msilib/sequence.pyc ./importlib/util.pyc ./importlib/_bootstrap.pyc ./importlib/__init__.pyc ./importlib/resources.pyc ./importlib/_bootstrap_external.pyc ./importlib/machinery.pyc ./importlib/metadata.pyc ./importlib/abc.pyc ./unittest/runner.pyc ./unittest/util.pyc ./unittest/async_case.pyc ./unittest/mock.pyc ./unittest/__init__.pyc ./unittest/case.pyc ./unittest/suite.pyc ./unittest/signals.pyc ./unittest/__main__.pyc ./unittest/result.pyc ./unittest/loader.pyc ./unittest/main.pyc ./site-packages/README.txt ./xmlrpc/__init__.pyc ./xmlrpc/server.pyc ./xmlrpc/client.pyc ./ctypes/_aix.pyc ./ctypes/util.pyc ./ctypes/__init__.pyc ./ctypes/wintypes.pyc ./ctypes/_endian.pyc ./ctypes/macholib/framework.pyc ./ctypes/macholib/README.ctypes ./ctypes/macholib/__init__.pyc ./ctypes/macholib/fetch_macholib.bat ./ctypes/macholib/fetch_macholib ./ctypes/macholib/dylib.pyc ./ctypes/macholib/dyld.pyc ./xml/__init__.pyc ./xml/parsers/expat.pyc ./xml/parsers/__init__.pyc ./xml/dom/expatbuilder.pyc ./xml/dom/xmlbuilder.pyc ./xml/dom/pulldom.pyc ./xml/dom/__init__.pyc ./xml/dom/minicompat.pyc ./xml/dom/minidom.pyc ./xml/dom/domreg.pyc ./xml/dom/NodeFilter.pyc ./xml/sax/_exceptions.pyc ./xml/sax/handler.pyc ./xml/sax/__init__.pyc ./xml/sax/saxutils.pyc ./xml/sax/xmlreader.pyc ./xml/sax/expatreader.pyc ./xml/etree/ElementTree.pyc ./xml/etree/__init__.pyc ./xml/etree/ElementPath.pyc ./xml/etree/ElementInclude.pyc ./xml/etree/cElementTree.pyc ./turtledemo/round_dance.pyc ./turtledemo/sorting_animate.pyc ./turtledemo/fractalcurves.pyc ./turtledemo/peace.pyc ./turtledemo/planet_and_moon.pyc ./turtledemo/colormixer.pyc ./turtledemo/bytedesign.pyc ./turtledemo/rosette.pyc ./turtledemo/nim.pyc ./turtledemo/__init__.pyc ./turtledemo/minimal_hanoi.pyc ./turtledemo/__main__.pyc ./turtledemo/tree.pyc ./turtledemo/clock.pyc ./turtledemo/chaos.pyc ./turtledemo/forest.pyc ./turtledemo/penrose.pyc ./turtledemo/yinyang.pyc ./turtledemo/lindenmayer.pyc ./turtledemo/two_canvases.pyc ./turtledemo/paint.pyc ./turtledemo/turtle.cfg ./dbm/__init__.pyc ./dbm/dumb.pyc ./dbm/ndbm.pyc ./dbm/gnu.pyc ./pydoc_data/topics.pyc ./pydoc_data/__init__.pyc ./pydoc_data/_pydoc.css ./encodings/cp1257.pyc ./encodings/big5.pyc ./encodings/cp273.pyc ./encodings/mac_croatian.pyc ./encodings/cp720.pyc ./encodings/gb2312.pyc ./encodings/palmos.pyc ./encodings/utf_32.pyc ./encodings/cp949.pyc ./encodings/cp737.pyc ./encodings/cp862.pyc ./encodings/cp437.pyc ./encodings/iso8859_13.pyc ./encodings/iso8859_3.pyc ./encodings/iso8859_8.pyc ./encodings/cp869.pyc ./encodings/cp950.pyc ./encodings/iso2022_jp_2004.pyc ./encodings/euc_jp.pyc ./encodings/cp775.pyc ./encodings/mac_latin2.pyc ./encodings/cp861.pyc ./encodings/raw_unicode_escape.pyc ./encodings/iso2022_jp_1.pyc ./encodings/shift_jis.pyc ./encodings/cp858.pyc ./encodings/shift_jisx0213.pyc ./encodings/iso2022_kr.pyc ./encodings/koi8_u.pyc ./encodings/cp1258.pyc ./encodings/cp860.pyc ./encodings/utf_16_be.pyc ./encodings/__init__.pyc ./encodings/euc_jis_2004.pyc ./encodings/kz1048.pyc ./encodings/bz2_codec.pyc ./encodings/cp1255.pyc ./encodings/mac_roman.pyc ./encodings/mac_romanian.pyc ./encodings/iso2022_jp_ext.pyc ./encodings/cp1140.pyc ./encodings/cp932.pyc ./encodings/iso8859_6.pyc ./encodings/cp875.pyc ./encodings/charmap.pyc ./encodings/cp037.pyc ./encodings/cp1006.pyc ./encodings/iso8859_1.pyc ./encodings/iso8859_7.pyc ./encodings/cp850.pyc ./encodings/iso8859_15.pyc ./encodings/hex_codec.pyc ./encodings/ascii.pyc ./encodings/mac_arabic.pyc ./encodings/cp1125.pyc ./encodings/mac_turkish.pyc ./encodings/utf_32_be.pyc ./encodings/iso8859_4.pyc ./encodings/unicode_escape.pyc ./encodings/hz.pyc ./encodings/gbk.pyc ./encodings/euc_kr.pyc ./encodings/oem.pyc ./encodings/mac_iceland.pyc ./encodings/cp1256.pyc ./encodings/mac_centeuro.pyc ./encodings/cp864.pyc ./encodings/quopri_codec.pyc ./encodings/cp866.pyc ./encodings/cp865.pyc ./encodings/utf_7.pyc ./encodings/iso8859_14.pyc ./encodings/base64_codec.pyc ./encodings/johab.pyc ./encodings/cp855.pyc ./encodings/cp1253.pyc ./encodings/koi8_t.pyc ./encodings/cp1252.pyc ./encodings/cp424.pyc ./encodings/utf_16_le.pyc ./encodings/hp_roman8.pyc ./encodings/cp852.pyc ./encodings/shift_jis_2004.pyc ./encodings/iso8859_5.pyc ./encodings/cp1251.pyc ./encodings/cp1026.pyc ./encodings/iso8859_16.pyc ./encodings/utf_16.pyc ./encodings/iso2022_jp.pyc ./encodings/mbcs.pyc ./encodings/iso8859_11.pyc ./encodings/ptcp154.pyc ./encodings/koi8_r.pyc ./encodings/mac_greek.pyc ./encodings/aliases.pyc ./encodings/punycode.pyc ./encodings/iso2022_jp_3.pyc ./encodings/big5hkscs.pyc ./encodings/cp500.pyc ./encodings/utf_8.pyc ./encodings/cp863.pyc ./encodings/cp857.pyc ./encodings/iso2022_jp_2.pyc ./encodings/utf_8_sig.pyc ./encodings/idna.pyc ./encodings/iso8859_2.pyc ./encodings/cp874.pyc ./encodings/utf_32_le.pyc ./encodings/iso8859_10.pyc ./encodings/mac_cyrillic.pyc ./encodings/zlib_codec.pyc ./encodings/cp1250.pyc ./encodings/undefined.pyc ./encodings/latin_1.pyc ./encodings/euc_jisx0213.pyc ./encodings/uu_codec.pyc ./encodings/cp1254.pyc ./encodings/mac_farsi.pyc ./encodings/iso8859_9.pyc ./encodings/tis_620.pyc ./encodings/cp856.pyc ./encodings/rot_13.pyc ./encodings/gb18030.pyc ./sqlite3/__init__.pyc ./sqlite3/dbapi2.pyc ./sqlite3/dump.pyc ./curses/panel.pyc ./curses/__init__.pyc ./curses/textpad.pyc ./curses/ascii.pyc ./curses/has_key.pyc ./wsgiref/util.pyc ./wsgiref/__init__.pyc ./wsgiref/validate.pyc ./wsgiref/headers.pyc ./wsgiref/simple_server.pyc ./wsgiref/handl...(and 12760 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/PR\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: Copy 689 files into the site-packages\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./six.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./android-1.0-py3.8.egg-info\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./six-1.10.0-py3.8.egg-info\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./jnius_config.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./easy_install.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setup_sdist.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools-40.9.0-py3.8.egg-info/requires.txt\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools-40.9.0-py3.8.egg-info/top_level.txt\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools-40.9.0-py3.8.egg-info/entry_points.txt\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools-40.9.0-py3.8.egg-info/SOURCES.txt\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools-40.9.0-py3.8.egg-info/dependency_links.txt\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools-40.9.0-py3.8.egg-info/zip-safe\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools-40.9.0-py3.8.egg-info/PKG-INFO\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./certifi-2020.11.8.dist-info/top_level.txt\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./certifi-2020.11.8.dist-info/METADATA\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./certifi-2020.11.8.dist-info/WHEEL\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./certifi-2020.11.8.dist-info/INSTALLER\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./certifi-2020.11.8.dist-info/RECORD\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./certifi-2020.11.8.dist-info/REQUESTED\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./certifi-2020.11.8.dist-info/LICENSE\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd-0.104.1.dist-info/top_level.txt\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd-0.104.1.dist-info/METADATA\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd-0.104.1.dist-info/WHEEL\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd-0.104.1.dist-info/INSTALLER\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd-0.104.1.dist-info/RECORD\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd-0.104.1.dist-info/REQUESTED\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd-0.104.1.dist-info/LICENSE\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/properties.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/event.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/support.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/logger.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/multistroke.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/compat.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/atlas.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/geometry.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/factory.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/utils.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/weakproxy.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/_event.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/cache.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/setupconfig.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/_event.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/_clock.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/metrics.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/factory_registers.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/resources.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/app.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/version.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/parser.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/base.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/vector.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/animation.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/gesture.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/clock.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/loader.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/_clock.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/interactive.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/context.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/properties.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/weakmethod.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/config.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/deps/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/changelog_parser.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/kviewer.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/generate-icons.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/report.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/stub-gl-debug.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/texturecompress.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/benchmark.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/highlight/kivy-mode.el\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/highlight/kivy.vim\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/highlight/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/highlight/kivy.tmLanguage\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/highlight/kivy.json-tmlanguage\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/packaging/factory.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/packaging/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/packaging/pyinstaller_hooks/hook-kivy.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/packaging/pyinstaller_hooks/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/packaging/pyinstaller_hooks/pyi_rth_kivy.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/packaging/pyinstaller_hooks/__main__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/gles_compat/subset_gles.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/gles_compat/gl2.h\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/vkeyboard_key_down.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/slider_cursor_disabled.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/sliderh_background.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/button_disabled.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/splitter.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/overflow.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/button_disabled_pressed.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/splitter_down_h.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/spinner_pressed.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/image-missing.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/textinput_disabled_active.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/splitter_disabled_h.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/checkbox_radio_disabled_off.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/tab.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/textinput_disabled.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/tree_closed.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/media-playback-stop.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/audio-volume-high.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/button_pressed.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/switch-background.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/progressbar.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/splitter_disabled_down.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/filechooser_file.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/textinput.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/progressbar_background.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/player-background.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/tab_btn_disabled_pressed.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/vkeyboard_disabled_background.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/modalview-background.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/splitter_disabled_down_h.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/separator.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/checkbox_disabled_on.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/textinput_active.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/audio-volume-low.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/checkbox_radio_disabled_on.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/vkeyboard_disabled_key_down.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/filechooser_folder.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/bubble_btn_pressed.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/checkbox_on.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/tab_btn.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/audio-volume-medium.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/audio-volume-muted.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/vkeyboard_background.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/switch-background_disabled.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/bubble.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/media-playback-start.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/bubble_arrow.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/selector_left.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/bubble_btn.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/checkbox_off.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/sliderh_background_disabled.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/action_group_down.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/splitter_grip_h.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/splitter_down.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/action_group_disabled.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/selector_middle.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/player-play-overlay.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/tab_btn_pressed.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/media-playback-pause.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/spinner_disabled.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/checkbox_disabled_off.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/checkbox_radio_off.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/close.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/vkeyboard_key_normal.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/switch-button_disabled.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/action_item_down.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/slider_cursor.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/button.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/ring.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/tab_disabled.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/action_bar.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/tree_opened.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/previous_normal.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/splitter_disabled.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/vkeyboard_disabled_key_normal.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/selector_right.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/switch-button.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/spinner.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/tab_btn_disabled.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/splitter_h.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/sliderv_background.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/action_view.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/action_group.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/sliderv_background_disabled.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/action_item.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/splitter_grip.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/checkbox_radio_on.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/theming/defaulttheme/filechooser_selected.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/pep8checker/pre-commit.githook\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/pep8checker/pep8kivy.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/tools/pep8checker/pep8.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/modules/monitor.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/modules/keybinding.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/modules/inspector.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/modules/screen.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/modules/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/modules/webdebugger.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/modules/showborder.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/modules/cursor.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/modules/touchring.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/modules/recorder.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/modules/_webdebugger.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/modules/joycursor.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/modules/console.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/storage/dictstore.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/storage/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/storage/jsonstore.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/storage/redisstore.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/factory.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/motionevent.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/shape.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/provider.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/recorder.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/providers/mtdev.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/providers/leapfinger.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/providers/probesysfs.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/providers/wm_pen.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/providers/wm_common.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/providers/hidinput.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/providers/linuxwacom.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/providers/androidjoystick.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/providers/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/providers/mactouch.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/providers/mouse.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/providers/tuio.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/providers/wm_touch.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/postproc/retaintouch.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/postproc/tripletap.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/postproc/doubletap.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/postproc/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/postproc/ignorelist.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/postproc/calibration.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/input/postproc/dejitter.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/effects/dampedscroll.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/effects/kinetic.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/effects/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/effects/scroll.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/effects/opacityscroll.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/lib/mtdev.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/lib/ddsfile.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/lib/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/lib/vidcore_lite/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/lib/vidcore_lite/bcm.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/lib/gstplayer/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/include/gl2platform.h\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/include/config.pxi\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/include/common_subset.h\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/include/gl_redirect.h\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/include/khrplatform.h\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/include/config.h\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/spelling/spelling_enchant.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/spelling/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/spelling/spelling_osxappkit.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/audio/audio_ffpyplayer.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/audio/audio_avplayer.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/audio/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/audio/audio_sdl2.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/audio/audio_pygame.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/audio/audio_gstplayer.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/text/text_layout.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/text/text_layout.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/text/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/text/markup.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/text/text_sdl2.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/text/text_pygame.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/text/_text_sdl2.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/text/text_pango.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/text/text_pil.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/video/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/video/video_ffmpeg.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/video/video_ffpyplayer.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/video/video_gstplayer.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/video/video_null.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/gl/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/window/window_pygame.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/window/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/window/_window_sdl2.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/window/window_info.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/window/window_info.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/window/window_attrs.pxi\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/window/window_egl_rpi.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/window/window_sdl2.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/image/img_tex.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/image/img_gif.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/image/img_dds.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/image/_img_sdl2.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/image/img_ffpyplayer.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/image/img_sdl2.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/image/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/image/img_pygame.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/image/img_pil.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/clipboard/clipboard_pygame.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/clipboard/clipboard_winctypes.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/clipboard/clipboard_xclip.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/clipboard/clipboard_gtk3.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/clipboard/clipboard_android.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/clipboard/_clipboard_ext.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/clipboard/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/clipboard/clipboard_sdl2.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/clipboard/clipboard_xsel.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/clipboard/clipboard_nspaste.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/clipboard/clipboard_dummy.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/clipboard/clipboard_dbusklipper.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/clipboard/_clipboard_sdl2.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/camera/camera_android.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/camera/camera_opencv.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/camera/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/camera/camera_picamera.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/core/camera/camera_gi.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/shader.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/stencil_instructions.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/vertex.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/vbo.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/texture.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/context_instructions.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/svg.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/transformation.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/vbo.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/stencil_instructions.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/tesselator.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/svg.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/scissor_instructions.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/instructions.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/context.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/vertex_instructions_line.pxi\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/opengl.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/cgl.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/opengl_utils.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/tesselator.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/opengl_utils.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/transformation.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/memory.pxi\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/vertex_instructions.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/opcodes.pxi\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/gl_instructions.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/instructions.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/vertex_instructions.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/vertex.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/fbo.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/img_tools.pxi\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/shader.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/context.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/opengl_utils_def.pxi\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/compiler.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/compiler.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/context_instructions.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/texture.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/gl_debug_logger.pxi\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/common.pxi\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/cgl.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/buffer.pxd\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/buffer.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/fbo.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/cgl_backend/cgl_mock.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/cgl_backend/cgl_debug.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/cgl_backend/cgl_sdl2.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/cgl_backend/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/cgl_backend/cgl_glew.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/graphics/cgl_backend/cgl_gl.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/pagelayout.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/actionbar.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/stacklayout.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/video.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/recycleboxlayout.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/boxlayout.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/scatterlayout.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/bubble.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/floatlayout.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/scatter.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/dropdown.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/filechooser.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/switch.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/modalview.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/togglebutton.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/widget.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/progressbar.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/label.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/button.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/recyclegridlayout.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/screenmanager.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/sandbox.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/gridlayout.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/tabbedpanel.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/camera.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/recyclelayout.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/checkbox.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/layout.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/popup.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/spinner.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/videoplayer.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/textinput.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/scrollview.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/treeview.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/accordion.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/carousel.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/anchorlayout.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/relativelayout.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/effectwidget.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/vkeyboard.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/colorpicker.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/codeinput.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/rst.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/gesturesurface.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/splitter.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/image.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/stencilview.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/slider.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/settings.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/recycleview/datamodel.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/recycleview/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/recycleview/views.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/recycleview/layout.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/behaviors/focus.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/behaviors/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/behaviors/togglebutton.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/behaviors/cover.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/behaviors/button.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/behaviors/touchripple.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/behaviors/compoundselection.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/behaviors/emacs.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/behaviors/drag.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/behaviors/knspace.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/uix/behaviors/codenavigation.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/style.kv\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/settings_kivy.json\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/glsl/default.fs\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/glsl/default.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/glsl/default.vs\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/glsl/header.vs\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/glsl/header.fs\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/keyboards/fr_CH.json\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/keyboards/en_US.json\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/keyboards/qwertz.json\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/keyboards/qwerty.json\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/keyboards/azerty.json\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/keyboards/de.json\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/keyboards/de_CH.json\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/images/defaulttheme.atlas\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/images/image-loading.gif\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/images/defaulttheme-0.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/images/background.jpg\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/images/testpattern.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/images/defaultshape.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/images/cursor.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/fonts/DejaVuSans.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/fonts/Roboto-Regular.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/fonts/Roboto-Italic.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/fonts/Roboto-Bold.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/fonts/RobotoMono-Regular.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/fonts/Roboto-BoldItalic.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/logo/kivy-icon-32.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/logo/kivy-icon-128.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/logo/kivy-icon-24.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/logo/kivy-icon-256.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/logo/kivy-icon-512.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/logo/kivy-icon-48.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/logo/kivy-icon-64.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/data/logo/kivy-icon-16.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/extras/highlight.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/extras/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/lang/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/lang/builder.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/lang/parser.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/network/urlrequest.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/network/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivy/garden/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pyjnius-1.2.1-py3.8.egg-info/requires.txt\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pyjnius-1.2.1-py3.8.egg-info/top_level.txt\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pyjnius-1.2.1-py3.8.egg-info/SOURCES.txt\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pyjnius-1.2.1-py3.8.egg-info/dependency_links.txt\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pyjnius-1.2.1-py3.8.egg-info/PKG-INFO\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./Kivy-1.11.1-py3.8.egg-info/requires.txt\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./Kivy-1.11.1-py3.8.egg-info/top_level.txt\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./Kivy-1.11.1-py3.8.egg-info/SOURCES.txt\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./Kivy-1.11.1-py3.8.egg-info/dependency_links.txt\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./Kivy-1.11.1-py3.8.egg-info/PKG-INFO\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/glibc.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/namespaces.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/py27compat.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/monkey.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/cli-32.exe\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/package_index.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/script.tmpl\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/glob.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/windows_support.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/pep425tags.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/cli-64.exe\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/py31compat.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/site-patch.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/gui.exe\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/script (dev).tmpl\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/build_meta.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/extension.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/dep_util.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/depends.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/lib2to3_ex.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/_deprecation_warning.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/sandbox.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/unicode_utils.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/dist.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/version.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/cli.exe\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/gui-32.exe\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/archive_util.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/ssl_support.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/gui-64.exe\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/wheel.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/msvc.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/launch.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/py33compat.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/config.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/_vendor/pyparsing.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/_vendor/six.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/_vendor/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/_vendor/packaging/utils.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/_vendor/packaging/_compat.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/_vendor/packaging/_structures.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/_vendor/packaging/markers.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/_vendor/packaging/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/_vendor/packaging/requirements.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/_vendor/packaging/version.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/_vendor/packaging/specifiers.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/_vendor/packaging/__about__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/register.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/build_clib.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/upload.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/bdist_egg.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/bdist_wininst.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/launcher manifest.xml\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/build_ext.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/upload_docs.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/install_egg_info.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/install.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/py36compat.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/alias.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/sdist.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/build_py.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/install_lib.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/rotate.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/egg_info.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/install_scripts.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/test.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/setopt.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/dist_info.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/easy_install.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/bdist_rpm.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/develop.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/command/saveopts.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./setuptools/extern/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./certifi/core.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./certifi/cacert.pem\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./certifi/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./certifi/__main__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pkg_resources/py31compat.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pkg_resources/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pkg_resources/_vendor/pyparsing.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pkg_resources/_vendor/six.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pkg_resources/_vendor/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pkg_resources/_vendor/appdirs.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pkg_resources/_vendor/packaging/utils.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pkg_resources/_vendor/packaging/_compat.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pkg_resources/_vendor/packaging/_structures.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pkg_resources/_vendor/packaging/markers.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pkg_resources/_vendor/packaging/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pkg_resources/_vendor/packaging/requirements.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pkg_resources/_vendor/packaging/version.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pkg_resources/_vendor/packaging/specifiers.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pkg_resources/_vendor/packaging/__about__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./pkg_resources/extern/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./usr/local/bin/easy_install\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./usr/local/bin/easy_install-3.8\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./android/broadcast.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./android/_android.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./android/_ctypes_library_finder.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./android/_android_billing.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./android/billing.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./android/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./android/permissions.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./android/storage.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./android/mixer.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./android/activity.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./android/runnable.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./android/loadingscreen.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./android/config.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/theming_dynamic_text.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/theming.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/icon_definitions.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/factory_registers.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/app.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/color_definitions.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/material_resources.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/font_definitions.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/tools/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/tools/update_icons.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/tools/packaging/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/tools/packaging/pyinstaller/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/tools/packaging/pyinstaller/hook-kivymd.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/quad_shadow-2.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/rec_shadow-1.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/kivymd_512.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/rec_shadow-0.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/rec_st_shadow-1.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/quad_shadow-1.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/round_shadow-0.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/transparent.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/round_shadow-2.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/rec_st_shadow.atlas\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/quad_shadow-0.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/rec_st_shadow-0.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/rec_st_shadow-2.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/round_shadow.atlas\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/rec_shadow.atlas\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/folder.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/kivymd_alpha.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/kivy-logo-white-512.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/kivymd_logo.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/round_shadow-1.png\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/images/quad_shadow.atlas\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/utils/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/utils/fitimage.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/utils/fpsmonitor.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/utils/asynckivy.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/utils/cropimage.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/fonts/materialdesignicons-webfont.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/fonts/Roboto-BlackItalic.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/fonts/Roboto-Regular.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/fonts/Roboto-LightItalic.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/fonts/Roboto-Italic.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/fonts/Roboto-ThinItalic.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/fonts/Roboto-Medium.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/fonts/Roboto-Thin.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/fonts/Roboto-Bold.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/fonts/Roboto-MediumItalic.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/fonts/Roboto-BoldItalic.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/fonts/Roboto-Light.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/fonts/Roboto-Black.ttf\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/dialog.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/bottomnavigation.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/stacklayout.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/banner.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/boxlayout.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/bottomsheet.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/floatlayout.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/card.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/screen.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/snackbar.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/picker.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/useranimationcard.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/navigationdrawer.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/list.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/dropdownitem.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/progressbar.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/label.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/filemanager.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/button.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/selectioncontrol.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/textfield.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/datatables.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/gridlayout.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/backdrop.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/spinner.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/tab.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/refreshlayout.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/imagelist.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/expansionpanel.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/tooltip.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/menu.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/context_menu.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/toolbar.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/slider.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/taptargetview.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/chip.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/progressloader.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/behaviors/focus_behavior.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/behaviors/magic_behavior.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/behaviors/hover_behavior.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/behaviors/touch_behavior.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/behaviors/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/behaviors/elevation.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/behaviors/ripplebehavior.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/uix/behaviors/backgroundcolorbehavior.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/toast/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/toast/kivytoast/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/toast/kivytoast/kivytoast.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/toast/androidtoast/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/toast/androidtoast/androidtoast.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/vendor/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/vendor/circularTimePicker/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/vendor/circleLayout/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./kivymd/stiffscroll/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./jnius/signatures.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./jnius/__init__.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./jnius/reflect.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./jnius/jnius.cpython-38-x86_64-linux-gnu.so\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./jnius/env.pyc\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./jnius/src/org/jnius/NativeInvocationHandler.java\n", - "\u001b[1m[INFO]\u001b[0m: - copy ./jnius/src/org/jnius/NativeInvocationHandler.class\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m<- directory context /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running cp /content/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/android-build/libpython3.8m.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/libs/armeab...(and 269 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Renaming .so files to reflect cross-compile\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running find /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages -iname...(and 162 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/properties.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/properti...(and 335 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/weakproxy.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/weakpro...(and 333 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/audio/audio_sdl2.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/audio/audio_sd...(and 357 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/text/text_layout.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/text/text_layo...(and 357 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/text/_text_sdl2.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/text/_text_sd...(and 355 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/window/_window_sdl2.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/window/_window_sd...(and 363 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/window/window_info.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/window/window_in...(and 361 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/image/_img_sdl2.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/image/_img_sd...(and 355 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/clipboard/_clipboard_sdl2.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/clipboard/_clipboard_sd...(and 375 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/_event.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/_eve...(and 327 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/stencil_instructions.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/stencil_instructio...(and 373 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/svg.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/s...(and 339 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/transformation.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/transformati...(and 361 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/vbo.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/v...(and 339 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/tesselator.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/tesselat...(and 353 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/scissor_instructions.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/scissor_instructio...(and 373 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/cgl_backend/cgl_mock.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/cgl_backend/cgl_mo...(and 373 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/cgl_backend/cgl_debug.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/cgl_backend/cgl_deb...(and 375 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/cgl_backend/cgl_sdl2.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/cgl_backend/cgl_sd...(and 373 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/cgl_backend/cgl_glew.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/cgl_backend/cgl_gl...(and 373 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/cgl_backend/cgl_gl.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/cgl_backend/cgl_...(and 369 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/opengl.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/open...(and 345 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/cgl.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/c...(and 339 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/opengl_utils.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/opengl_uti...(and 357 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/gl_instructions.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/gl_instructio...(and 363 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/instructions.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/instructio...(and 357 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/vertex_instructions.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/vertex_instructio...(and 371 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/vertex.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/vert...(and 345 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/shader.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/shad...(and 345 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/context.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/conte...(and 347 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/compiler.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/compil...(and 349 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/context_instructions.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/context_instructio...(and 373 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/texture.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/textu...(and 347 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/buffer.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/buff...(and 345 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/fbo.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/f...(and 339 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/_clock.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/_clo...(and 327 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/android/_android.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/android/_andro...(and 337 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/android/_android_billing.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/android/_android_billi...(and 353 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running mv /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/jnius/jnius.cpython-38-x86_64-linux-gnu.so /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/jnius/jni...(and 327 more)\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: Stripping libraries\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[90m->\u001b[0m running find /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/modules /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/libs -iname...(and 238 more)\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Stripping libraries in private dir\n", - "\u001b[1m[INFO]\u001b[0m: Frying eggs in /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages\n", - "\u001b[1m[INFO]\u001b[0m: Copying in SDL2 .java files from: /content/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL/android-project/app/src/main/java/org/libsdl/app\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: Saving distribution info\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# Your distribution was created successfully, exiting.\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: Dist can be found at (for now) /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a\n", - "\u001b[0m\u001b[1;34m# Build the application #1\u001b[0m\n", - "\u001b[0m\u001b[1;30m# Copy application source from /content\u001b[0m\n", - "\u001b[0m\u001b[1;30m# Create directory /content/.buildozer/android/app\u001b[0m\n", - "\u001b[0m\u001b[1;30m# Copy /content/python.png\u001b[0m\n", - "\u001b[0m\u001b[1;30m# Copy /content/kivy.png\u001b[0m\n", - "\u001b[0m\u001b[1;30m# Copy /content/cp.png\u001b[0m\n", - "\u001b[0m\u001b[1;30m# Copy /content/main.py\u001b[0m\n", - "\u001b[0m\u001b[1;34m# Package the application\u001b[0m\n", - "\u001b[0m\u001b[1;30m# project.properties updated\u001b[0m\n", - "\u001b[0m\u001b[1;34m# Gradle project detected, copy files /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/src/main/java\u001b[0m\n", - "\u001b[0m\u001b[1;30m# Run '/usr/bin/python3 -m pythonforandroid.toolchain apk --debug --bootstrap=sdl2 --dist_name PR --name Programming --version 0.1 --package org.pr.pr --minsdk 21 --ndk-api 21 --private /content/.buildozer/android/app --android-entrypoint org.kivy.android.PythonActivity --android-apptheme @android:style/Theme.NoTitleBar --orientation portrait --window --copy-libs --arch armeabi-v7a --color=always --storage-dir=\"/content/.buildozer/android/platform/build-armeabi-v7a\" --ndk-api=21'\u001b[0m\n", - "\u001b[0m\u001b[1;30m# Cwd /content/.buildozer/android/platform/python-for-android\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Will compile for the following archs: armeabi-v7a\n", - "\u001b[1m[INFO]\u001b[0m: Found Android API target in $ANDROIDAPI: 27\n", - "\u001b[1m[INFO]\u001b[0m: Available Android APIs are (27)\n", - "\u001b[1m[INFO]\u001b[0m: Requested API target 27 is available, continuing.\n", - "\u001b[1m[INFO]\u001b[0m: Found NDK dir in $ANDROIDNDK: /root/.buildozer/android/platform/android-ndk-r19c\n", - "\u001b[1m[INFO]\u001b[0m: Found NDK version 19c\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[INFO]\u001b[0m: Found the following toolchain versions: ['4.9']\n", - "\u001b[1m[INFO]\u001b[0m: Picking the latest gcc toolchain, here 4.9\n", - "\u001b[1m[INFO]\u001b[0m: Of the existing distributions, the following meet the given requirements:\n", - "\u001b[1m[INFO]\u001b[0m: \t\u001b[32m\u001b[1mPR\u001b[0m: min API 21, includes recipes (\u001b[32mhostpython3, libffi, openssl, sdl2_image, sdl2_mixer, sdl2_ttf, sqlite3, python3, sdl2, setuptools, six, pyjnius, android, kivy, kivymd, certifi\u001b[0m), built for archs (\u001b[34marmeabi-v7a\u001b[0m)\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[94mPR has compatible recipes, using this one\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: Of the existing distributions, the following meet the given requirements:\n", - "\u001b[1m[INFO]\u001b[0m: \t\u001b[32m\u001b[1mPR\u001b[0m: min API 21, includes recipes (\u001b[32mhostpython3, libffi, openssl, sdl2_image, sdl2_mixer, sdl2_ttf, sqlite3, python3, sdl2, setuptools, six, pyjnius, android, kivy, kivymd, certifi\u001b[0m), built for archs (\u001b[34marmeabi-v7a\u001b[0m)\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[94mPR has compatible recipes, using this one\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-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[INFO]\u001b[0m: \u001b[36m-> directory context /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a\u001b[39m\n", - "Listing '/tmp/p4a-extra-env-ha_cxfj4'...\n", - "Listing '/content/.buildozer/android/app'...\n", - "Listing '/content/.buildozer/android/app/_applibs'...\n", - "Compiling '/content/.buildozer/android/app/main.py'...\n", - "Compiling '/content/.buildozer/android/app/sitecustomize.py'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/modules'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/Kivy-1.11.1-py3.8.egg-info'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/android'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/certifi'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/certifi-2020.11.8.dist-info'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/jnius'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/jnius/src'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/jnius/src/org'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/jnius/src/org/jnius'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/audio'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/camera'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/clipboard'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/gl'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/image'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/spelling'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/text'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/video'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/core/window'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/data'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/data/fonts'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/data/glsl'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/data/images'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/data/keyboards'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/data/logo'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/deps'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/effects'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/extras'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/garden'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/graphics/cgl_backend'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/include'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/input'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/input/postproc'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/input/providers'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/lang'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/lib'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/lib/gstplayer'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/lib/vidcore_lite'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/modules'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/network'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/storage'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/tools'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/tools/gles_compat'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/tools/highlight'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/tools/packaging'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/tools/packaging/pyinstaller_hooks'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/tools/pep8checker'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/tools/theming'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/tools/theming/defaulttheme'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/uix'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/uix/behaviors'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivy/uix/recycleview'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivymd'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivymd/fonts'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivymd/images'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivymd/stiffscroll'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivymd/toast'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivymd/toast/androidtoast'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivymd/toast/kivytoast'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivymd/tools'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivymd/tools/packaging'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivymd/tools/packaging/pyinstaller'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivymd/uix'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivymd/uix/behaviors'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivymd/utils'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivymd/vendor'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivymd/vendor/circleLayout'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivymd/vendor/circularTimePicker'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/kivymd-0.104.1.dist-info'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/pkg_resources'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/pkg_resources/_vendor'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/pkg_resources/_vendor/packaging'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/pkg_resources/extern'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/pyjnius-1.2.1-py3.8.egg-info'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/setuptools'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/setuptools/_vendor'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/setuptools/_vendor/packaging'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/setuptools/command'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/setuptools/extern'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/setuptools-40.9.0-py3.8.egg-info'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/usr'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/usr/local'...\n", - "Listing '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/_python_bundle/_python_bundle/site-packages/usr/local/bin'...\n", - "\u001b[1m[INFO]\u001b[0m: Detected highest available build tools version to be 30.0.2\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running gradlew assembleDebug\u001b[0m\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tDownloading https://services.gradle.org/distributions/gradle-6.4.1-all.zip\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tUnzipping /root/.gradle/wrapper/dists/gradle-6.4.1-all/ihamk9lkfdnk0vct06i4nheil/gradle-6.4.1-all.zip to /root/.gradle/wrapper/dists/gradle-6.4.1-all/ihamk9lkfdnk0vct06i4nheil\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tSet executable permissions for: /root/.gradle/wrapper/dists/gradle-6.4.1-all/ihamk9lkfdnk0vct06i4nheil/gradle-6.4.1/bin/gradle\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tWelcome to Gradle 6.4.1!\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tHere are the highlights of this release:\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t - Support for building, testing and running Java Modules\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t - Precompiled script plugins for Groovy DSL\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t - Single dependency lock file per project\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tFor more details see https://docs.gradle.org/6.4.1/release-notes.html\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tStarting a Gradle Daemon (subsequent builds will be faster)\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\u001b[2A\u001b[1B\u001b[1m> Starting Daemon\u001b[m\u001b[17D\u001b[1B\u001b[1A> IDLE\u001b[0K\u001b[6D\u001b[1B\u001b[2A\u001b[1m<\u001b[0;1m-------------> 0% INITIALIZING [66ms]\u001b[m\u001b[38D\u001b[1B\u001b[1m> Evaluating settings\u001b[m\u001b[21D\u001b[1B\u001b[2A\u001b[1m<\u001b[0;1m-------------> 0% INITIALIZING [167ms]\u001b[m\u001b[39D\u001b[2B\u001b[2A\u001b[1m<\u001b[0;1m-------------> 0% INITIALIZING [267ms]\u001b[m\u001b[39D\u001b[2B\u001b[2A\u001b[1m<\u001b[0;1m-------------> 0% INITIALIZING [368ms]\u001b[m\u001b[39D\u001b[2B\u001b[2A\u001b[1m<\u001b[0;1m-------------> 0% INITIALIZING [467ms]\u001b[m\u001b[39D\u001b[2B\u001b[2A\u001b[1m<\u001b[0;1m-------------> 0% INITIALIZING [567ms]\u001b[m\u001b[39D\u001b[2B\u001b[2A\u001b[1m<\u001b[0;1m-------------> 0% INITIALIZING [668ms]\u001b[m\u001b[39D\u001b[2B\u001b[2A\u001b[1m<\u001b[0;1m-------------> 0% INITIALIZING [767ms]\u001b[m\u001b[39D\u001b[2B\u001b[2A\u001b[1m<\u001b[0;1m-------------> 0% INITIALIZING [867ms]\u001b[m\u001b[39D\u001b[2B\u001b[2A\u001b[1m<\u001b[0;1m-------------> 0% INITIALIZING [967ms]\u001b[m\u001b[39D\u001b[2B\u001b[2A\u001b[1m<\u001b[0;1m-------------> 0% INITIALIZING [1s]\u001b[m\u001b[0K\u001b[36D\u001b[2B\u001b[2A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [1s]\u001b[m\u001b[0K\u001b[35D\u001b[1B\u001b[1m> Loading projects\u001b[m\u001b[0K\u001b[18D\u001b[1B\u001b[1A\u001b[1m> root project\u001b[m\u001b[0K\u001b[14D\u001b[1B\u001b[1A\u001b[1m> root project > Compiling /content/.buildozer/android/platform/build-armeabi-v\u001b[m\u001b[79D\u001b[1B\u001b[1A\u001b[1m> root project\u001b[m\u001b[0K\u001b[14D\u001b[1B\u001b[2A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [2s]\u001b[m\u001b[35D\u001b[2B\u001b[1A\u001b[1m> root project > Resolve dependencies of :classpath\u001b[m\u001b[51D\u001b[1B\u001b[1A\u001b[1m> root project > Resolve dependencies of :classpath > gradle-3.1.4.pom\u001b[m\u001b[70D\u001b[1B\u001b[2A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [3s]\u001b[m\u001b[35D\u001b[2B\u001b[1A\u001b[1m> root project > Resolve dependencies of :classpath\u001b[m\u001b[0K\u001b[51D\u001b[1B\u001b[1A\u001b[1m> root project > Resolve dependencies of :classpath > gradle-core-3.1.4.pom\u001b[m\u001b[75D\u001b[1B\u001b[1A\u001b[1m> root project > Resolve dependencies of :classpath > builder-3.1.4.pom\u001b[m\u001b[0K\u001b[71D\u001b[1B\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\u001b[3A\u001b[35C\u001b[0K\u001b[35D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > kotlin-stdlib-jre8-1.2.0.\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > asm-5.1.pom\u001b[m\u001b[65D\u001b[1B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [4s]\u001b[m\u001b[35D\u001b[3B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > asm-parent-5.1.pom\u001b[m\u001b[0K\u001b[72D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > asm-analysis-5.1.pom\u001b[m\u001b[74D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > ow2-1.3.pom\u001b[m\u001b[0K\u001b[65D\u001b[1B> IDLE\u001b[0K\u001b[6D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath\u001b[m\u001b[0K\u001b[51D\u001b[2B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > asm-commons-5.1.pom\u001b[m\u001b[73D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > asm-util-5.1.pom\u001b[m\u001b[70D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > proguard-gradle-5.3.3.pom\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > jopt-simple-4.9.pom\u001b[m\u001b[73D\u001b[1B\u001b[2A> IDLE\u001b[0K\u001b[6D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > jopt-simple-4.9.pom > 12 \u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > proguard-parent-5.3.3.pom\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > oss-parent-7.pom\u001b[m\u001b[0K\u001b[70D\u001b[1B\u001b[2A> IDLE\u001b[0K\u001b[6D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath\u001b[m\u001b[0K\u001b[51D\u001b[1B\u001b[1A\u001b[1m> root project > Resolve dependencies of :classpath > auto-value-1.5.2.pom > 5 \u001b[m\u001b[79D\u001b[1B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [5s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > guava-parent-22.0.pom\u001b[m\u001b[75D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > auto-parent-3.pom\u001b[m\u001b[0K\u001b[71D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > protobuf-java-util-3.4.0.\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > error_prone_annotations-2\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > protobuf-parent-3.4.0.pom\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > error_prone_parent-2.1.2.\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > google-1.pom\u001b[m\u001b[0K\u001b[66D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > protobuf-java-3.4.0.pom\u001b[m\u001b[0K\u001b[77D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > builder-model-3.1.4.pom\u001b[m\u001b[77D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > builder-test-api-3.1.4.po\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > bcpkix-jdk15on-1.56.pom\u001b[m\u001b[77D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > javawriter-2.5.0.pom\u001b[m\u001b[0K\u001b[74D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > bcprov-jdk15on-1.56.pom\u001b[m\u001b[77D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > asm-tree-5.1.pom\u001b[m\u001b[0K\u001b[70D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > fastutil-7.2.0.pom\u001b[m\u001b[0K\u001b[72D\u001b[2B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > json-simple-1.1.pom\u001b[m\u001b[73D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > sdklib-26.1.4.pom\u001b[m\u001b[71D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > kotlin-reflect-1.2.0.pom\u001b[m\u001b[78D\u001b[1B> IDLE\u001b[0K\u001b[6D\u001b[1B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [6s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > antlr4-4.5.3.pom\u001b[m\u001b[0K\u001b[70D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > commons-io-2.4.pom\u001b[m\u001b[72D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > antlr4-master-4.5.3.pom\u001b[m\u001b[77D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > commons-parent-25.pom\u001b[m\u001b[75D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > oss-parent-9.pom\u001b[m\u001b[0K\u001b[70D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > commons-parent-25.pom > 2\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > juniversalchardet-1.0.3.p\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > apache-9.pom\u001b[m\u001b[0K\u001b[66D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > javapoet-1.8.0.pom\u001b[m\u001b[0K\u001b[72D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > gson-2.7.pom\u001b[m\u001b[66D\u001b[1B\u001b[2A> IDLE\u001b[0K\u001b[6D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > gson-parent-2.7.pom\u001b[m\u001b[73D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > kotlin-stdlib-1.2.0.pom\u001b[m\u001b[77D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > kotlin-stdlib-jre7-1.2.0.\u001b[m\u001b[79D\u001b[1B\u001b[2A> IDLE\u001b[0K\u001b[6D\u001b[2B\u001b[1A\u001b[1m> root project > Resolve dependencies of :classpath > proguard-base-5.3.3.pom\u001b[m\u001b[0K\u001b[77D\u001b[1B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [7s]\u001b[m\u001b[35D\u001b[2B\u001b[1m> root project > Resolve dependencies of :classpath > j2objc-annotations-1.1.po\u001b[m\u001b[79D\u001b[1B\u001b[1A\u001b[1m> root project > Resolve dependencies of :classpath > animal-sniffer-annotation\u001b[m\u001b[79D\u001b[1B\u001b[1A\u001b[1m> root project > Resolve dependencies of :classpath > animal-sniffer-parent-1.1\u001b[m\u001b[79D\u001b[1B\u001b[1A\u001b[1m> root project > Resolve dependencies of :classpath > mojo-parent-34.pom\u001b[m\u001b[0K\u001b[72D\u001b[1B\u001b[1A\u001b[1m> root project > Resolve dependencies of :classpath > codehaus-parent-4.pom\u001b[m\u001b[75D\u001b[1B\u001b[1A\u001b[1m> root project > Resolve dependencies of :classpath\u001b[m\u001b[0K\u001b[51D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > httpclient-4.2.6.pom\u001b[m\u001b[74D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > commons-compress-1.12.pom\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > httpcomponents-client-4.2\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > commons-parent-39.pom\u001b[m\u001b[0K\u001b[75D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > apache-16.pom\u001b[m\u001b[0K\u001b[67D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > project-7.pom\u001b[m\u001b[0K\u001b[67D\u001b[1B\u001b[2A> IDLE\u001b[0K\u001b[6D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > apache-13.pom\u001b[m\u001b[67D\u001b[1B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [8s]\u001b[m\u001b[35D\u001b[2B\u001b[1m> root project > Resolve dependencies of :classpath\u001b[m\u001b[0K\u001b[51D\u001b[1B\u001b[1A\u001b[1m> root project > Resolve dependencies of :classpath > project-4.1.1.pom\u001b[m\u001b[71D\u001b[1B\u001b[1A\u001b[1m> root project > Resolve dependencies of :classpath\u001b[m\u001b[0K\u001b[51D\u001b[1B\u001b[1A\u001b[1m> root project > Resolve dependencies of :classpath > kxml2-2.3.0.pom\u001b[m\u001b[69D\u001b[1B\u001b[1A\u001b[1m> root project > Resolve dependencies of :classpath > annotations-13.0.pom\u001b[m\u001b[74D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > javax.activation-1.2.0.po\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > jimfs-1.1.pom\u001b[m\u001b[0K\u001b[67D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > jimfs-parent-1.1.pom\u001b[m\u001b[0K\u001b[74D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > all-1.2.0.pom\u001b[m\u001b[67D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > jaxb-runtime-2.2.11.pom\u001b[m\u001b[77D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > jvnet-parent-1.pom\u001b[m\u001b[72D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > jaxb-runtime-parent-2.2.1\u001b[m\u001b[79D\u001b[1B> IDLE\u001b[0K\u001b[6D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > jaxb-parent-2.2.11.pom\u001b[m\u001b[0K\u001b[76D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [9s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > jaxb-bom-ext-2.2.11.pom\u001b[m\u001b[77D\u001b[2B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > jaxb-bom-2.2.11.pom\u001b[m\u001b[0K\u001b[73D\u001b[2B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > jvnet-parent-4.pom\u001b[m\u001b[0K\u001b[72D\u001b[2B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath\u001b[m\u001b[0K\u001b[51D\u001b[2B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > commons-logging-1.1.1.pom\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > httpcore-4.2.5.pom\u001b[m\u001b[72D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > commons-parent-5.pom\u001b[m\u001b[0K\u001b[74D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > httpcomponents-core-4.2.5\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > apache-4.pom\u001b[m\u001b[0K\u001b[66D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > commons-codec-1.6.pom\u001b[m\u001b[0K\u001b[75D\u001b[1B\u001b[2A> IDLE\u001b[0K\u001b[6D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > commons-parent-22.pom\u001b[m\u001b[75D\u001b[1B\u001b[1A\u001b[1m> root project > Resolve dependencies of :classpath > commons-parent-22.pom > 3\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > FastInfoset-1.2.13.pom\u001b[m\u001b[76D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > jaxb-core-2.2.11.pom\u001b[m\u001b[0K\u001b[74D\u001b[1B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [10s]\u001b[m\u001b[36D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > fastinfoset-project-1.2.1\u001b[m\u001b[79D\u001b[1B> IDLE\u001b[0K\u001b[6D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath\u001b[m\u001b[0K\u001b[51D\u001b[2B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > txw2-2.2.11.pom\u001b[m\u001b[69D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > jaxb-api-2.2.12-b140109.1\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve dependencies of :classpath > istack-commons-runtime-2.\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath > jaxb-txw-parent-2.2.11.po\u001b[m\u001b[79D\u001b[1B\u001b[2A> IDLE\u001b[0K\u001b[6D\u001b[1B\u001b[1m> root project > Resolve dependencies of :classpath\u001b[m\u001b[0K\u001b[51D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > builder-3.1.4.jar > 40 KB/26.35 \u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > gradle-core-3.1.4.jar\u001b[m\u001b[68D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > builder-3.1.4.jar > 618 KB/26.35\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > gradle-core-3.1.4.jar > 454 KB/2\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > builder-3.1.4.jar > 1.52 MB/26.3\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > gradle-core-3.1.4.jar > 1.11 MB/\u001b[m\u001b[79D\u001b[1B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [11s]\u001b[m\u001b[36D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > builder-3.1.4.jar > 2.07 MB/26.3\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > gradle-core-3.1.4.jar > 2.16 MB/\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > builder-3.1.4.jar > 3.13 MB/26.3\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > gradle-api-3.1.4.jar > 48 KB/88 \u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > builder-3.1.4.jar > 4.23 MB/26.3\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > manifest-merger-26.1.4.jar > 120\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > builder-3.1.4.jar > 6.05 MB/26.3\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > sdk-common-26.1.4.jar > 432 KB/1\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > builder-3.1.4.jar > 7.63 MB/26.3\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > sdklib-26.1.4.jar\u001b[m\u001b[0K\u001b[64D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > builder-3.1.4.jar > 12.32 MB/26.\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > sdklib-26.1.4.jar > 512 KB/662 K\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > builder-3.1.4.jar > 18.00 MB/26.\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > kotlin-stdlib-jre8-1.2.0.jar\u001b[m\u001b[0K\u001b[75D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > builder-3.1.4.jar > 20.00 MB/26.\u001b[m\u001b[79D\u001b[2B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > builder-3.1.4.jar > 24.00 MB/26.\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > asm-analysis-5.1.jar\u001b[m\u001b[0K\u001b[67D\u001b[1B\u001b[2A> IDLE\u001b[0K\u001b[6D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > asm-commons-5.1.jar\u001b[m\u001b[0K\u001b[66D\u001b[1B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [12s]\u001b[m\u001b[36D\u001b[2B\u001b[1m> root project > Resolve files of :classpath\u001b[m\u001b[0K\u001b[44D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > asm-tree-5.1.jar\u001b[m\u001b[63D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > asm-util-5.1.jar\u001b[m\u001b[63D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > jopt-simple-4.9.jar\u001b[m\u001b[66D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > asm-5.1.jar\u001b[m\u001b[0K\u001b[58D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > auto-value-1.5.2.jar\u001b[m\u001b[67D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > proguard-gradle-5.3.3.jar\u001b[m\u001b[72D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > auto-value-1.5.2.jar > 109 KB/1.\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > protobuf-java-util-3.4.0.jar\u001b[m\u001b[75D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > auto-value-1.5.2.jar > 386 KB/1.\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > builder-test-api-3.1.4.jar\u001b[m\u001b[0K\u001b[73D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > auto-value-1.5.2.jar > 1.22 MB/1\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > common-26.1.4.jar\u001b[m\u001b[0K\u001b[64D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > guava-22.0.jar\u001b[m\u001b[0K\u001b[61D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > jimfs-1.1.jar > 141 KB/201 KB do\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > guava-22.0.jar > 1.44 MB/2.46 MB\u001b[m\u001b[79D\u001b[1B> IDLE\u001b[0K\u001b[6D\u001b[1B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [13s]\u001b[m\u001b[36D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > protobuf-java-3.4.0.jar\u001b[m\u001b[0K\u001b[70D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > error_prone_annotations-2.1.2.ja\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > protobuf-java-3.4.0.jar > 956 KB\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > builder-model-3.1.4.jar\u001b[m\u001b[0K\u001b[70D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > javawriter-2.5.0.jar\u001b[m\u001b[0K\u001b[67D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > bcpkix-jdk15on-1.56.jar\u001b[m\u001b[70D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > bcprov-jdk15on-1.56.jar\u001b[m\u001b[70D\u001b[2B\u001b[1A\u001b[1m> root project > Resolve files of :classpath > bcpkix-jdk15on-1.56.jar > 31 KB/\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > bcprov-jdk15on-1.56.jar > 159 KB\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > bcpkix-jdk15on-1.56.jar > 607 KB\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > bcprov-jdk15on-1.56.jar > 1.72 M\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > fastutil-7.2.0.jar\u001b[m\u001b[0K\u001b[65D\u001b[1B\u001b[2A> IDLE\u001b[0K\u001b[6D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > fastutil-7.2.0.jar > 1.37 MB/16.\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > json-simple-1.1.jar\u001b[m\u001b[66D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > fastutil-7.2.0.jar > 4.98 MB/16.\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > kotlin-reflect-1.2.0.jar\u001b[m\u001b[71D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > fastutil-7.2.0.jar > 7.71 MB/16.\u001b[m\u001b[79D\u001b[1B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [14s]\u001b[m\u001b[36D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > antlr4-4.5.3.jar\u001b[m\u001b[0K\u001b[63D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > fastutil-7.2.0.jar > 10.01 MB/16\u001b[m\u001b[79D\u001b[1B\u001b[1A\u001b[1m> root project > Resolve files of :classpath > fastutil-7.2.0.jar > 13.28 MB/16\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > commons-io-2.4.jar\u001b[m\u001b[65D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > fastutil-7.2.0.jar > 16.51 MB/16\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath\u001b[m\u001b[0K\u001b[44D\u001b[1B> IDLE\u001b[0K\u001b[6D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > javapoet-1.8.0.jar\u001b[m\u001b[65D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > juniversalchardet-1.0.3.jar\u001b[m\u001b[74D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > gson-2.7.jar\u001b[m\u001b[0K\u001b[59D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > kotlin-stdlib-jre7-1.2.0.jar\u001b[m\u001b[75D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > kotlin-stdlib-1.2.0.jar\u001b[m\u001b[70D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > proguard-base-5.3.3.jar\u001b[m\u001b[0K\u001b[70D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > jsr305-1.3.9.jar\u001b[m\u001b[0K\u001b[63D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > proguard-base-5.3.3.jar > 496 KB\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > j2objc-annotations-1.1.jar\u001b[m\u001b[73D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > animal-sniffer-annotations-1.14.\u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > commons-compress-1.12.jar\u001b[m\u001b[0K\u001b[72D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > httpclient-4.2.6.jar\u001b[m\u001b[0K\u001b[67D\u001b[1B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [15s]\u001b[m\u001b[36D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > httpmime-4.1.jar\u001b[m\u001b[0K\u001b[63D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > kxml2-2.3.0.jar\u001b[m\u001b[0K\u001b[62D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > annotations-13.0.jar\u001b[m\u001b[67D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > javax.activation-1.2.0.jar\u001b[m\u001b[73D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > jaxb-runtime-2.2.11.jar\u001b[m\u001b[70D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > httpcore-4.2.5.jar\u001b[m\u001b[0K\u001b[65D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > commons-codec-1.6.jar\u001b[m\u001b[0K\u001b[68D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > commons-logging-1.1.1.jar\u001b[m\u001b[72D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > stax-ex-1.7.7.jar\u001b[m\u001b[0K\u001b[64D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > jaxb-core-2.2.11.jar\u001b[m\u001b[0K\u001b[67D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > jaxb-api-2.2.12-b140109.1041.jar\u001b[m\u001b[79D\u001b[1B\u001b[1m> root project > Resolve files of :classpath > FastInfoset-1.2.13.jar\u001b[m\u001b[69D\u001b[1B\u001b[2A\u001b[1m> root project > Resolve files of :classpath > istack-commons-runtime-2.21.jar\u001b[m\u001b[0K\u001b[78D\u001b[1B> IDLE\u001b[0K\u001b[6D\u001b[1B\u001b[2A\u001b[1m> root project\u001b[m\u001b[0K\u001b[14D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [16s]\u001b[m\u001b[36D\u001b[3B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [17s]\u001b[m\u001b[36D\u001b[3B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [18s]\u001b[m\u001b[36D\u001b[3B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [19s]\u001b[m\u001b[36D\u001b[3B\u001b[2A\u001b[1m> root project > Compiling /content/.buildozer/android/platform/build-armeabi-v\u001b[m\u001b[79D\u001b[2B\u001b[2A\u001b[1m> root project\u001b[m\u001b[0K\u001b[14D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [20s]\u001b[m\u001b[36D\u001b[3B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [21s]\u001b[m\u001b[36D\u001b[3B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% CONFIGURING [22s]\u001b[m\u001b[36D\u001b[3B\u001b[3A\u001b[1m<\u001b[0;32;1m=============\u001b[0;39;1m> 100% CONFIGURING [22s]\u001b[m\u001b[38D\u001b[1B> IDLE\u001b[0K\u001b[6D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 2% EXECUTING [22s]\u001b[m\u001b[0K\u001b[34D\u001b[1B\u001b[1m> :preDebugBuild\u001b[m\u001b[16D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;1m-------------> 5% EXECUTING [23s]\u001b[m\u001b[34D\u001b[1B\u001b[1m> :compileDebugAidl\u001b[m\u001b[19D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;32;1m==\u001b[0;39;1m-----------> 22% EXECUTING [23s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> :generateDebugResValues\u001b[m\u001b[25D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;32;1m===\u001b[0;39;1m----------> 28% EXECUTING [23s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> :mergeDebugResources\u001b[m\u001b[0K\u001b[22D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;32;1m====\u001b[0;39;1m---------> 34% EXECUTING [23s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> :processDebugManifest\u001b[m\u001b[23D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;32;1m====\u001b[0;39;1m---------> 37% EXECUTING [23s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> :splitsDiscoveryTaskDebug\u001b[m\u001b[27D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;32;1m=====\u001b[0;39;1m--------> 40% EXECUTING [23s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> :processDebugResources\u001b[m\u001b[0K\u001b[24D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;32;1m=====\u001b[0;39;1m--------> 45% EXECUTING [23s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> :javaPreCompileDebug\u001b[m\u001b[0K\u001b[22D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;32;1m======\u001b[0;39;1m-------> 48% EXECUTING [23s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> :compileDebugJavaWithJavac\u001b[m\u001b[28D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;32;1m======\u001b[0;39;1m-------> 48% EXECUTING [24s]\u001b[m\u001b[35D\u001b[3B\u001b[3A\u001b[1m<\u001b[0;32;1m======\u001b[0;39;1m-------> 48% EXECUTING [25s]\u001b[m\u001b[35D\u001b[3B\u001b[3A\u001b[1m<\u001b[0;32;1m======\u001b[0;39;1m-------> 48% EXECUTING [26s]\u001b[m\u001b[35D\u001b[3B\u001b[3A\u001b[1m<\u001b[0;32;1m======\u001b[0;39;1m-------> 48% EXECUTING [27s]\u001b[m\u001b[35D\u001b[3B\u001b[3A\u001b[0K\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\u001b[1m> Task :compileDebugJavaWithJavac\u001b[m\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tNote: Some input files use or override a deprecated API.\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tNote: Recompile with -Xlint:deprecation for details.\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tNote: Some input files use unchecked or unsafe operations.\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tNote: Recompile with -Xlint:unchecked for details.\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\u001b[0K\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\u001b[0K\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\u001b[0K\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\u001b[3A\u001b[1m<\u001b[0;32;1m======\u001b[0;39;1m-------> 48% EXECUTING [27s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> :compileDebugJavaWithJavac\u001b[m\u001b[28D\u001b[1B> IDLE\u001b[6D\u001b[1B\u001b[3A\u001b[1m<\u001b[0;32;1m========\u001b[0;39;1m-----> 65% EXECUTING [27s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> :mergeDebugAssets\u001b[m\u001b[0K\u001b[19D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;32;1m========\u001b[0;39;1m-----> 68% EXECUTING [27s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> :transformClassesWithDexBuilderForDebug\u001b[m\u001b[41D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;32;1m========\u001b[0;39;1m-----> 68% EXECUTING [28s]\u001b[m\u001b[35D\u001b[3B\u001b[3A\u001b[1m<\u001b[0;32;1m========\u001b[0;39;1m-----> 68% EXECUTING [29s]\u001b[m\u001b[35D\u001b[3B\u001b[3A\u001b[1m<\u001b[0;32;1m========\u001b[0;39;1m-----> 68% EXECUTING [30s]\u001b[m\u001b[35D\u001b[3B\u001b[3A\u001b[1m<\u001b[0;32;1m=========\u001b[0;39;1m----> 74% EXECUTING [30s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> :transformDexArchiveWithDexMergerForDebug\u001b[m\u001b[43D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 77% EXECUTING [30s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> :mergeDebugJniLibFolders\u001b[m\u001b[0K\u001b[26D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 80% EXECUTING [30s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> :transformNativeLibsWithMergeJniLibsForDebug\u001b[m\u001b[46D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [30s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> :transformNativeLibsWithStripDebugSymbolForDebug\u001b[m\u001b[50D\u001b[2B\u001b[3A\u001b[0K\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\u001b[1m> Task :transformNativeLibsWithStripDebugSymbolForDebug\u001b[m\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t/root/.buildozer/android/platform/android-ndk-r19c/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-strip:/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/gdb.setup: File format not recognized\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tUnable to strip library '1' due to error /root/.buildozer/android/platform/android-ndk-r19c/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-strip returned from '/content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/gdb.setup', packaging it as is.\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\u001b[0K\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\u001b[0K\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\u001b[0K\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\u001b[3A\u001b[1m<\u001b[0;32;1m===========\u001b[0;39;1m--> 88% EXECUTING [30s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> :transformResourcesWithMergeJavaResForDebug\u001b[m\u001b[45D\u001b[1B> IDLE\u001b[6D\u001b[1B\u001b[3A\u001b[1m<\u001b[0;32;1m===========\u001b[0;39;1m--> 88% EXECUTING [31s]\u001b[m\u001b[35D\u001b[3B\u001b[3A\u001b[1m<\u001b[0;32;1m===========\u001b[0;39;1m--> 91% EXECUTING [31s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> :validateSigningDebug\u001b[m\u001b[0K\u001b[23D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;32;1m===========\u001b[0;39;1m--> 91% EXECUTING [32s]\u001b[m\u001b[35D\u001b[3B\u001b[3A\u001b[1m<\u001b[0;32;1m============\u001b[0;39;1m-> 94% EXECUTING [32s]\u001b[m\u001b[35D\u001b[1B\u001b[1m> :packageDebug\u001b[m\u001b[0K\u001b[15D\u001b[2B\u001b[3A\u001b[1m<\u001b[0;32;1m============\u001b[0;39;1m-> 94% EXECUTING [33s]\u001b[m\u001b[35D\u001b[3B\u001b[3A\u001b[0K\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tDeprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tUse '--warning-mode all' to show the individual deprecation warnings.\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \tSee https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\u001b[32;1mBUILD SUCCESSFUL\u001b[0;39m in 42s\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t27 actionable tasks: 27 executed\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\u001b[0K\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\u001b[0K\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\u001b[0K\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \t\u001b[3A\u001b[1m<\u001b[0;1m-------------> 0% WAITING\u001b[m\u001b[26D\u001b[1B> IDLE\u001b[6D\u001b[1B> IDLE\u001b[6D\u001b[1B\u001b[3A\u001b[2K\u001b[1B\u001b[2K\u001b[1B\u001b[2K\u001b[2A\u001b[m\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: Of the existing distributions, the following meet the given requirements:\n", - "\u001b[1m[INFO]\u001b[0m: \t\u001b[32m\u001b[1mPR\u001b[0m: min API 21, includes recipes (\u001b[32mhostpython3, libffi, openssl, sdl2_image, sdl2_mixer, sdl2_ttf, sqlite3, python3, sdl2, setuptools, six, pyjnius, android, kivy, kivymd, certifi\u001b[0m), built for archs (\u001b[34marmeabi-v7a\u001b[0m)\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[94mPR has compatible recipes, using this one\u001b[0m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32m# Copying android package to current directory\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32m# Android package filename not found in build output. Guessing...\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: \u001b[1m\u001b[32m# Found android package file: /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/build/outputs/apk/debug/PR__armeabi-v7a-debug.apk\u001b[0m\u001b[39m\n", - "\u001b[1m[INFO]\u001b[0m: # Add version number to android package\n", - "\u001b[1m[INFO]\u001b[0m: # Android package renamed to PR__armeabi-v7a-debug-0.1-.apk\n", - "\u001b[1m\u001b[90m[DEBUG]\u001b[39m\u001b[0m: \u001b[90m->\u001b[0m running cp /content/.buildozer/android/platform/build-armeabi-v7a/dists/PR__armeabi-v7a/build/outputs/apk/debug/PR__armeabi-v7a-debug.apk PR__armeabi-v7a-debug-0.1-.apk\u001b[0m\n", - "WARNING: Received a --sdk argument, but this argument is deprecated and does nothing.\n", - "No setup.py/pyproject.toml used, copying full private data into .apk.\n", - "Applying Java source code patches...\n", - "Applying patch: src/patches/SDLActivity.java.patch\n", - "\u001b[0m\u001b[1;34m# Android packaging done!\u001b[0m\n", - "\u001b[0m\u001b[1;34m# APK PR-0.1-armeabi-v7a-debug.apk available in the bin directory\u001b[0m\n" - ], - "name": "stdout" - } - ] - }, - { - "cell_type": "code", - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "gHcbdyuxxDL4", - "outputId": "17a296c9-a695-4564-f4aa-a1e746aa4ca0" - }, - "source": [ - "!buildozer android clean" - ], - "execution_count": null, - "outputs": [ - { - "output_type": "stream", - "text": [ - "\u001b[39m\u001b[0m\u001b[36m# Check configuration tokens\u001b[39m\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[39m\u001b[0m\u001b[36m# Ensure build layout\u001b[39m\u001b[0m\n", - "\u001b[39m\u001b[0m\u001b[36m# Check configuration tokens\u001b[39m\u001b[0m\n", - "\u001b[39m\u001b[0m\u001b[30m\u001b[1m# Run '/usr/bin/python3 -m pythonforandroid.toolchain clean_builds --color=always --storage-dir=\"/content/.buildozer/android/platform/build-armeabi-v7a\" --ndk-api=21'\u001b[39m\u001b[0m\n", - "\u001b[39m\u001b[0m\u001b[30m\u001b[1m# Cwd /content/.buildozer/android/platform/python-for-android\u001b[39m\u001b[0m\n", - "\u001b[39m\u001b[0m\u001b[30m\u001b[1m# Run '/usr/bin/python3 -m pythonforandroid.toolchain clean_dists --color=always --storage-dir=\"/content/.buildozer/android/platform/build-armeabi-v7a\" --ndk-api=21'\u001b[39m\u001b[0m\n", - "\u001b[39m\u001b[0m\u001b[30m\u001b[1m# Cwd /content/.buildozer/android/platform/python-for-android\u001b[39m\u001b[0m\n", - "\u001b[0m" - ], - "name": "stdout" - } - ] - }, - { - "cell_type": "code", - "metadata": { - "id": "Y8Q_nOkrbK0K" - }, - "source": [ - "import cython" - ], - "execution_count": null, - "outputs": [] - }, - { - "cell_type": "code", - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/", - "height": 35 - }, - "id": "eCvIJ8qjc5ql", - "outputId": "a8da53fd-affd-419c-81a7-1b3d6c12627e" - }, - "source": [ - "cython.__version__" - ], - "execution_count": null, - "outputs": [ - { - "output_type": "execute_result", - "data": { - "application/vnd.google.colaboratory.intrinsic+json": { - "type": "string" - }, - "text/plain": [ - "'0.29.19'" - ] - }, - "metadata": { - "tags": [] - }, - "execution_count": 20 - } - ] - }, - { - "cell_type": "code", - "metadata": { - "id": "26sNH06JdJVs" - }, - "source": [ - "" - ], - "execution_count": null, - "outputs": [] - } - ] -} \ No newline at end of file diff --git a/android_app.py b/android_app.py new file mode 100644 index 0000000..8d9df85 --- /dev/null +++ b/android_app.py @@ -0,0 +1,42 @@ +!pip install buildozer + +!pip install cython==0.29.19 + +!lsb_release -a + +!sudo apt-get install -y \ + python3-pip \ + build-essential \ + git \ + python3 \ + python3-dev \ + ffmpeg \ + libsdl2-dev \ + libsdl2-image-dev \ + libsdl2-mixer-dev \ + libsdl2-ttf-dev \ + libportmidi-dev \ + libswscale-dev \ + libavformat-dev \ + libavcodec-dev \ + zlib1g-dev + + +!sudo apt-get install -y \ + libgstreamer1.0 \ + gstreamer1.0-plugins-base \ + gstreamer1.0-plugins-good + +!sudo apt-get install build-essential libsqlite3-dev sqlite3 bzip2 libbz2-dev zlib1g-dev libssl-dev openssl libgdbm-dev libgdbm-compat-dev liblzma-dev libreadline-dev libncursesw5-dev libffi-dev uuid-dev libffi6 + +!sudo apt-get install libffi-dev + +## From here your work starts, it will generate .spec file, follow tutorial video + + +!buildozer init" + +## From here you can Build APK from \"main.py\"" + + +!buildozer -v android debug