Git Product home page Git Product logo

tur's Introduction

Termux User Repository (TUR)

Sounds like Archlinux User repository aka AUR? TUR functioning mechanism is bit different. Instead of building packages in device that too in android is quite hectic work for user. So TUR saves resources and time since user could install pre-compiled package.

Subscribe TUR

Add TUR in Termux.

pkg install tur-repo

Once tur-repo successfully installed. TUR packages can be install with pkg or apt in same ways.

NOTE: TUR's apt repository is consist of many components. tur, tur-on-device and tur-continuous are avaiable by default. If you want to subscribe other components in TUR, please add them manually.

TUR also hosts a PyPI index and contains some prebuilt Python packages.

python -m pip install some_packages --extra-index-url https://termux-user-repository.github.io/pypi/

Request

Request to all TUR users.

Please don't Discuss/Open issues about any of TUR packages in Termux Offical forum. TUR packages are not Termux official packages so any discussion just waste time of Termux maintainters. Users are free to discuss/open issues here.

Contribution

Set up build environment

Method 1 (Conventional)

TUR uses same building scripts what Termux does.So all building mechanism is same.

Method 2 (Dev Container)

  • Clone this repository
  • Create a Dev Container:
    • Visual Studio Code (local, docker required): Ctrl + Shift + P>Dev Containers: Open Folder in Container... → pick this repository
    • Github Codespaces (online): green <> Code button on this repository Github website → Codespaces+

Create and build a new package

  • Create build.sh file under tur/<your-package-name> directory (not in packages/<your-package-name>). For more details, see the official wiki "Creating new package".
  • Build the package with
    TERMUX_INSTALL_DEPS=true ./build-package.sh -a <arch> <package-name>
    
    • <arch> accepts aarch64, arm, i686, x86_64.
    • TERMUX_NO_CLEAN=true should be needed when building on an Android device.
    • For more details, see the official wiki "How to build package" and "Build environment".
  • Patch the source when needed. One way to do so is:
    • After running ./build-package.sh in the previous step, enter into ~/.termux-build/<package-name>/src (using VS Code FileOpen Folder... or cd in terminal)
    • If git is not set up in the directory, run
      git init .
      git commit -a -m "first commit"
      
    • modify files needed to be patched and then run
      git diff <path-to-modified-file> > <path-to-tur-repo>/tur/<package-name>/<any-name>.patch
      
    • re-run ./build-package.sh in the previous step.

TUR as a solution

TUR solves following issues of termux user:

  • Less popular packages could be added too.
  • Many python/node/ruby packages needs compilation in device. TUR could make installation easy via distributing deb file.
  • Instead of hosting own apt repository, One could add their package in TUR.
  • One place for all packages which could not be part of official termux repo for some reason.
  • Old versions of packages available in TUR.

Suggestions

Suggestions/ideas are always welcome.

Let's make TUR a single/trusted place for all unofficial debfile which supposed to be run in Termux. In order to achieve it we need your precious suggestions. Please let us know your suggestions through starting a discussion/issue.

Components and other git repos

The components in TUR are listed below.

tur: The main component. It contains almost all the packages.

tur-on-device: This component contains some packages that cannot be cross-compiling. It uses Termux-Docker to simulate a Termux-like environment. It runs under a self-hosted arm environment and Github-Action-provided x86 environment. Not every package is able to compile under it.

tur-continuous: This component contains some packages that costs lots of time to compile, e.g. chromium-based applications.

tur-hacking: This component contains some hacking tools.

tur-multilib WIP: This component contains some packages that provide a multilib environment.

Some other components may be added to TUR. If you're interested in it, please see TODO.md for more information.

TUR also maintains some other git repos. These git repos are listed below.

electron-tur-builder: It contains some scripts to build specific version of electron and release the pre-built binaries to GitHub Release. This repository provides an APT component called tur-electron.

pypi-wheel-builder: It contains some scripts to build and publish wheels to a custom pypi index.

pypi: It hosts the pages of a pypi index for Termux/Android.

dists: It contains some scripts to publish APT repo, hosts the GitHub Pages, and holds deb files in its Releases.

termux-docker: It is forked from termux/termux-docker. The original one contains some binaries and libraries which is targeting API 28, and the fork contains them which is targeting API 24.

ndk-toolchain-gcc-9/10/11/12: These repos contain some build scripts to build a NDK toolchain with GCC rather than LLVM.

tur-on-device Archived: It has been merged into TUR.

Stargazers over time

Stargazers over time

tur's People

Contributors

2096779623 avatar amuramatsu avatar araczkowski avatar bdhackers009 avatar benjamin-loison avatar biswa96 avatar dichvucoder avatar e343io avatar flosnvjx avatar freed-wu avatar grimler91 avatar ifurther avatar intintedao avatar kapral67 avatar kawanakaiku avatar kcubeterm avatar knyipab avatar krutosvip avatar licy183 avatar maxython avatar nacho00112 avatar nisheri-ascar avatar okineadev avatar sertonix avatar sunpodder avatar t-dynamos avatar tomjo2000 avatar truboxl avatar vxcvxcvxc avatar vzyhutll avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tur's Issues

Kivy window dies

After installing python-kivy

Python 3.10.5 (main, Jun  7 2022, 03:52:12) [Clang 12.0.8 (https://android.googlesource.com/toolchain/llvm-project c935d99d7 on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import kivy
[WARNING] [Config      ] Older configuration version detected (0 instead of 24)
[WARNING] [Config      ] Upgrading configuration in progress.
[INFO   ] [Logger      ] Record log in /data/data/com.termux/files/home/.kivy/logs/kivy_22-08-12_0.txt
[INFO   ] [Kivy        ] v2.1.0
[INFO   ] [Kivy        ] Installed at "/data/data/com.termux/files/usr/lib/python3.10/site-packages/Kivy-2.1.0-py3.10-linux-aarch64.egg/kivy/__init__.py"
[INFO   ] [Python      ] v3.10.5 (main, Jun  7 2022, 03:52:12) [Clang 12.0.8 (https://android.googlesource.com/toolchain/llvm-project c935d99d7
[INFO   ] [Python      ] Interpreter at "/data/data/com.termux/files/usr/bin/python3"
[INFO   ] [Logger      ] Purge log fired. Processing...
[INFO   ] [Logger      ] Purge finished!
>>> from kivy.core.window import Window
[INFO   ] [Factory     ] 189 symbols loaded
[INFO   ] [Image       ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored)
[INFO   ] [Window      ] Provider: sdl2
[CRITICAL] [Window      ] Unable to find any valuable Window provider. Please enable debug logging (e.g. add -d if running from the command line, or change the log level in the config) and re-run your app to identify potential causes
sdl2 - RuntimeError: b'No available video device'
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/Kivy-2.1.0-py3.10-linux-aarch64.egg/kivy/core/__init__.py", line 71, in core_select_lib
    cls = cls()
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/Kivy-2.1.0-py3.10-linux-aarch64.egg/kivy/core/window/window_sdl2.py", line 165, in __init__
    super(WindowSDL, self).__init__()
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/Kivy-2.1.0-py3.10-linux-aarch64.egg/kivy/core/window/__init__.py", line 1071, in __init__
    self.create_window()
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/Kivy-2.1.0-py3.10-linux-aarch64.egg/kivy/core/window/window_sdl2.py", line 306, in create_window
    self.system_size = _size = self._win.setup_window(
  File "kivy/core/window/_window_sdl2.pyx", line 114, in kivy.core.window._window_sdl2._WindowSDL2Storage.setup_window
  File "kivy/core/window/_window_sdl2.pyx", line 76, in kivy.core.window._window_sdl2._WindowSDL2Storage.die

x11 - ModuleNotFoundError: No module named 'kivy.core.window.window_x11'
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/Kivy-2.1.0-py3.10-linux-aarch64.egg/kivy/core/__init__.py", line 59, in core_select_lib
    mod = importlib.__import__(name='{2}.{0}.{1}'.format(
  File "<frozen importlib._bootstrap>", line 1129, in __import__
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked

>>>

Auto update failing for cf

Hi, I'm Termux 🤖.

I'm here to help you update your Termux packages.

I've tried to update the cf package, but it failed.

Here's the output of the update script:

Show log
INFO: Updating cf [Current version: 0.4.1]
INFO: package being updated to 0.4.2.
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 77929    0 77929    0     0   409k      0 --:--:-- --:--:-- --:--:--  409k
You are about to commit these changes:

diff --git a/tur/cf/build.sh b/tur/cf/build.sh
index 4ebeaf8..6334126 100644
--- a/tur/cf/build.sh
+++ b/tur/cf/build.sh
@@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://wiki.teamssix.com/cf
TERMUX_PKG_DESCRIPTION="Cloud Exploitation Framework"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@UtermuxBlog"
-TERMUX_PKG_VERSION="0.4.1"
+TERMUX_PKG_VERSION="0.4.2"
TERMUX_PKG_SRCURL=https://github.com/teamssix/cf/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
-TERMUX_PKG_SHA256=7abc6a48ac91513c953bc9bc0cbf16aa35eb08f4a4df9d3947b140840f4f1945
+TERMUX_PKG_SHA256=a3ab590a1e6de5273746e03b700f9bc31bef8c7f779d604bdcce821993a674ea
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true

upgpkg(tur/cf): 0.4.2
Not committing to Git!
INFO: Trying to build package.
basename: extra operand ‘/home/runner/work/tur/tur/termux-packages’
Try 'basename --help' for more information.
jq: error: syntax error, unexpected IDENT, expecting $end (Unix shell quoting issues?) at , line 1:
..name
jq: 1 compile error


Above error occured when I last tried to update at 2022-10-11 18:18:37 UTC.
Run ID: 3229235174

Note: Automatic updates will be disabled until this issue is resolved.

Auto update failing for code-server

Hi, I'm Termux 🤖.

I'm here to help you update your Termux packages.

I've tried to update the code-server package, but it failed.

Here's the output of the update script:

Show log
INFO: Updating code-server [Current version: 4.8.3]
INFO: package being updated to 4.9.0-rc.1.
INFO: Trying to build package.
INFO: Package code-server exists in tur repo.
Running container 'termux-package-builder' from image 'ghcr.io/termux/package-builder'...
Creating new container...
Unable to find image 'ghcr.io/termux/package-builder:latest' locally
latest: Pulling from termux/package-builder
e96e057aae67: Pulling fs layer
35a9098b030c: Pulling fs layer
a4fd33b3c1b4: Pulling fs layer
6ee5d749bdcb: Pulling fs layer
b5ec0b2c82b9: Pulling fs layer
5039d6d81627: Pulling fs layer
6ee5d749bdcb: Waiting
b5ec0b2c82b9: Waiting
5039d6d81627: Waiting
35a9098b030c: Verifying Checksum
35a9098b030c: Download complete
a4fd33b3c1b4: Verifying Checksum
a4fd33b3c1b4: Download complete
e96e057aae67: Verifying Checksum
e96e057aae67: Download complete
6ee5d749bdcb: Verifying Checksum
6ee5d749bdcb: Download complete
5039d6d81627: Verifying Checksum
5039d6d81627: Download complete
e96e057aae67: Pull complete
35a9098b030c: Pull complete
a4fd33b3c1b4: Pull complete
6ee5d749bdcb: Pull complete
b5ec0b2c82b9: Verifying Checksum
b5ec0b2c82b9: Download complete
b5ec0b2c82b9: Pull complete
5039d6d81627: Pull complete
Digest: sha256:1d7339c42a04425a05c2b77e0ecf15e6f6af35ce763746776e723b063e4ab361
Status: Downloaded newer image for ghcr.io/termux/package-builder:latest
abf0c95a39c744a82539aea1f04e1b90365d55132def24f478d0036f09f8448f
gpg: key B0076E490B71616B: 17 signatures not checked due to missing keys
gpg: key B0076E490B71616B: public key "Henrik Grimler " imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg: no ultimately trusted keys found
gpg (GnuPG) 2.2.27; Copyright (C) 2021 Free Software Foundation, Inc.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
gpg: key 5A897D96E57CF20C: public key "Termux Releases (Termux automatic builds) [email protected]" imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   1  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1  valid:   1  signed:   0  trust: 1-, 0q, 0n, 0m, 0f, 0u
gpg: next trustdb check due at 2024-08-25
gpg (GnuPG) 2.2.27; Copyright (C) 2021 Free Software Foundation, Inc.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
gpg: key 6A5C550C260667D1: public key "Termux-user-repository (TUR AUTOBUILD key)" imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg (GnuPG) 2.2.27; Copyright (C) 2021 Free Software Foundation, Inc.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
termux - building code-server for arch aarch64...
Downloading https://github.com/termux/termux-elf-cleaner/releases/download/v2.1.1/termux-elf-cleaner
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 63912  100 63912    0     0   109k      0 --:--:-- --:--:-- --:--:--  109k
Downloading https://packages-cf.termux.dev/apt/termux-main/dists/stable/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 13134  100 13134    0     0  32218      0 --:--:-- --:--:-- --:--:-- 32191
Downloading https://packages-cf.termux.dev/apt/termux-main/dists/stable/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   833  100   833    0     0   2606      0 --:--:-- --:--:-- --:--:--  2611
gpg: Signature made Thu 10 Nov 2022 06:33:41 PM UTC
gpg:                using RSA key CC72CF8BA7DBFA0182877D045A897D96E57CF20C
gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   3  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 3u
gpg: next trustdb check due at 2024-08-25
gpg: Good signature from "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
gpg:                 aka "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
Downloading https://packages-cf.termux.dev/apt/termux-main/dists/stable/main/binary-aarch64/Packages
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1448k  100 1448k    0     0  2229k      0 --:--:-- --:--:-- --:--:-- 2228k
Downloading https://packages-cf.termux.dev/apt/termux-root/dists/root/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 13319  100 13319    0     0  34552      0 --:--:-- --:--:-- --:--:-- 34594
Downloading https://packages-cf.termux.dev/apt/termux-root/dists/root/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   833  100   833    0     0   2495      0 --:--:-- --:--:-- --:--:--  2494
gpg: Signature made Sun 06 Nov 2022 09:27:21 AM UTC
gpg:                using RSA key CC72CF8BA7DBFA0182877D045A897D96E57CF20C
gpg: Good signature from "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
gpg:                 aka "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
Downloading https://packages-cf.termux.dev/apt/termux-root/dists/root/stable/binary-aarch64/Packages
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 48515  100 48515    0     0   181k      0 --:--:-- --:--:-- --:--:--  182k
Downloading https://packages-cf.termux.dev/apt/termux-x11/dists/x11/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 13120  100 13120    0     0  31817      0 --:--:-- --:--:-- --:--:-- 31767
100 13120  100 13120    0     0  31809      0 --:--:-- --:--:-- --:--:-- 31767
Downloading https://packages-cf.termux.dev/apt/termux-x11/dists/x11/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   833  100   833    0     0   3432      0 --:--:-- --:--:-- --:--:--  3456
gpg: Signature made Fri 11 Nov 2022 12:46:37 AM UTC
gpg:                using RSA key CC72CF8BA7DBFA0182877D045A897D96E57CF20C
gpg: Good signature from "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
gpg:                 aka "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
Downloading https://packages-cf.termux.dev/apt/termux-x11/dists/x11/main/binary-aarch64/Packages
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  356k  100  356k    0     0   937k      0 --:--:-- --:--:-- --:--:--  938k
Downloading https://tur.kcubeterm.com/dists/tur-packages/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    77    0    77    0     0    206      0 --:--:-- --:--:-- --:--:--   206
100 10587  100 10587    0     0  16369      0 --:--:-- --:--:-- --:--:-- 16369
Downloading https://tur.kcubeterm.com/dists/tur-packages/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    81    0    81    0     0    228      0 --:--:-- --:--:-- --:--:--   229
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   659  100   659    0     0   1020      0 --:--:-- --:--:-- --:--:--  643k
gpg: Signature made Thu 10 Nov 2022 11:38:30 AM UTC
gpg:                using RSA key 43EEC3A2934343315717FF6F6A5C550C260667D1
gpg: Good signature from "Termux-user-repository (TUR AUTOBUILD key)" [ultimate]
Downloading https://tur.kcubeterm.com/dists/tur-packages/tur/binary-aarch64/Packages
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    97    0    97    0     0    273      0 --:--:-- --:--:-- --:--:--   274
100 48302  100 48302    0     0  79151      0 --:--:-- --:--:-- --:--:-- 79151
Downloading https://tur.kcubeterm.com/dists/tur-packages/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    77    0    77    0     0    183      0 --:--:-- --:--:-- --:--:--   183
100 10587  100 10587    0     0  20027      0 --:--:-- --:--:-- --:--:-- 20027
Downloading https://tur.kcubeterm.com/dists/tur-packages/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    81    0    81    0     0    286      0 --:--:-- --:--:-- --:--:--   287
100   659  100   659    0     0   1669      0 --:--:-- --:--:-- --:--:--  1669
gpg: Signature made Thu 10 Nov 2022 11:38:30 AM UTC
gpg:                using RSA key 43EEC3A2934343315717FF6F6A5C550C260667D1
gpg: Good signature from "Termux-user-repository (TUR AUTOBUILD key)" [ultimate]
Downloading https://tur.kcubeterm.com/dists/tur-packages/tur-on-device/binary-aarch64/Packages
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   107    0   107    0     0    390      0 --:--:-- --:--:-- --:--:--   389
100   107    0   107    0     0    390      0 --:--:-- --:--:-- --:--:--   389
100  2993  100  2993    0     0   6341      0 --:--:-- --:--:-- --:--:--  6341
Downloading dependency libandroid-support@28-2 if necessary...
Found libandroid-support in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/liba/libandroid-support/libandroid-support_28-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 10674  100 10674    0     0  77480      0 --:--:-- --:--:-- --:--:-- 77912
extracting libandroid-support to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libffi in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libf/libffi/libffi_3.4.4_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 30692  100 30692    0     0   226k      0 --:--:-- --:--:-- --:--:--  225k
extracting libffi to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libiconv in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libi/libiconv/libiconv_1.17_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  543k  100  543k    0     0  3065k      0 --:--:-- --:--:-- --:--:-- 3069k
extracting libiconv to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found iconv in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/i/iconv/iconv_1.17_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  8988  100  8988    0     0  34023      0 --:--:-- --:--:-- --:--:-- 34045
extracting iconv to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found pcre2 in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/p/pcre2/pcre2_10.40_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  820k  100  820k    0     0  4054k      0 --:--:-- --:--:-- --:--:-- 4041k
extracting pcre2 to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found pcre2grep in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/p/pcre2grep/pcre2grep_10.40_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 32132  100 32132    0     0   215k      0 --:--:-- --:--:-- --:--:--  216k
extracting pcre2grep to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found ncurses in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/n/ncurses/ncurses_6.3-5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  499k  100  499k    0     0  2652k      0 --:--:-- --:--:-- --:--:-- 2658k
extracting ncurses to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found ncurses-utils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/n/ncurses-utils/ncurses-utils_6.3-5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 85124  100 85124    0     0   525k      0 --:--:-- --:--:-- --:--:--  522k
extracting ncurses-utils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found ncurses-ui-libs-static in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/n/ncurses-ui-libs-static/ncurses-ui-libs-static_6.3-5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 38900  100 38900    0     0   103k      0 --:--:-- --:--:-- --:--:--  104k
extracting ncurses-ui-libs-static to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found ncurses-ui-libs in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/n/ncurses-ui-libs/ncurses-ui-libs_6.3-5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 31896  100 31896    0     0   204k      0 --:--:-- --:--:-- --:--:--  204k
extracting ncurses-ui-libs to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found readline in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/r/readline/readline_8.2.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  227k  100  227k    0     0  1362k      0 --:--:-- --:--:-- --:--:-- 1356k
extracting readline to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found gdbm in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/g/gdbm/gdbm_1.23_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  138k  100  138k    0     0   890k      0 --:--:-- --:--:-- --:--:--  894k
extracting gdbm to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libandroid-posix-semaphore in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/liba/libandroid-posix-semaphore/libandroid-posix-semaphore_0.1-3_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  4128  100  4128    0     0  27053      0 --:--:-- --:--:-- --:--:-- 27157
extracting libandroid-posix-semaphore to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libbz2 in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libb/libbz2/libbz2_1.0.8-6_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 26634  100 26634    0     0   181k      0 --:--:-- --:--:-- --:--:--  181k
extracting libbz2 to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found bzip2 in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/b/bzip2/bzip2_1.0.8-6_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 25506  100 25506    0     0    99k      0 --:--:-- --:--:-- --:--:--   99k
extracting bzip2 to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency ca-certificates@1:2022.10.11 if necessary...
Found ca-certificates in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/c/ca-certificates/ca-certificates_1:2022.10.11_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  228k  100  228k    0     0  1386k      0 --:--:-- --:--:-- --:--:-- 1394k
extracting ca-certificates to /home/builder/.termux-build/_cache-all...
Downloading dependency ca-certificates-java@1:2022.10.11 if necessary...
Found ca-certificates-java in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/c/ca-certificates-java/ca-certificates-java_1:2022.10.11_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   804  100   804    0     0   6051      0 --:--:-- --:--:-- --:--:--  6090
extracting ca-certificates-java to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found zlib in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/z/zlib/zlib_1.2.13_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 60060  100 60060    0     0   401k      0 --:--:-- --:--:-- --:--:--  404k
extracting zlib to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency openssl@1:3.0.7 if necessary...
Found openssl in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/o/openssl/openssl_1:3.0.7_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1538k  100 1538k    0     0  7171k      0 --:--:-- --:--:-- --:--:-- 7154k
extracting openssl to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency openssl-tool@1:3.0.7 if necessary...
Found openssl-tool in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/o/openssl-tool/openssl-tool_1:3.0.7_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  235k  100  235k    0     0  1446k      0 --:--:-- --:--:-- --:--:-- 1451k
extracting openssl-tool to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libcrypt in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libc/libcrypt/libcrypt_0.2-5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  8720  100  8720    0     0  64424      0 --:--:-- --:--:-- --:--:-- 64117
extracting libcrypt to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libexpat in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libe/libexpat/libexpat_2.5.0_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 81732  100 81732    0     0   527k      0 --:--:-- --:--:-- --:--:--  528k
extracting libexpat to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found liblzma in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libl/liblzma/liblzma_5.2.7_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  137k  100  137k    0     0   398k      0 --:--:-- --:--:-- --:--:--  398k
extracting liblzma to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found xz-utils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/x/xz-utils/xz-utils_5.2.7_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 61416  100 61416    0     0   404k      0 --:--:-- --:--:-- --:--:--  405k
extracting xz-utils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libsqlite in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libs/libsqlite/libsqlite_3.39.4_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  554k  100  554k    0     0  3159k      0 --:--:-- --:--:-- --:--:-- 3168k
extracting libsqlite to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found sqlite in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/s/sqlite/sqlite_3.39.4_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  514k  100  514k    0     0  2646k      0 --:--:-- --:--:-- --:--:-- 2663k
extracting sqlite to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libpng in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libp/libpng/libpng_1.6.38_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  190k  100  190k    0     0  1000k      0 --:--:-- --:--:-- --:--:-- 1005k
extracting libpng to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found freetype in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/f/freetype/freetype_2.12.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  389k  100  389k    0     0  2061k      0 --:--:-- --:--:-- --:--:-- 2069k
extracting freetype to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libuuid in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libu/libuuid/libuuid_1.0.3-5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  6820  100  6820    0     0  45919      0 --:--:-- --:--:-- --:--:-- 46081
extracting libuuid to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxml2 in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxml2/libxml2_2.10.3_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  522k  100  522k    0     0  2627k      0 --:--:-- --:--:-- --:--:-- 2640k
extracting libxml2 to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxml2-utils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxml2-utils/libxml2-utils_2.10.3_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 30652  100 30652    0     0   111k      0 --:--:-- --:--:-- --:--:--  112k
extracting libxml2-utils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found ttf-dejavu in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/t/ttf-dejavu/ttf-dejavu_2.37-8_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 2410k  100 2410k    0     0  11.4M      0 --:--:-- --:--:-- --:--:-- 11.4M
extracting ttf-dejavu to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found fontconfig in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/f/fontconfig/fontconfig_2.14.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  114k  100  114k    0     0   796k      0 --:--:-- --:--:-- --:--:--  798k
extracting fontconfig to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found fontconfig-utils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/f/fontconfig-utils/fontconfig-utils_2.14.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 14580  100 14580    0     0  51526      0 --:--:-- --:--:-- --:--:-- 51702
extracting fontconfig-utils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found xorg-util-macros in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/x/xorg-util-macros/xorg-util-macros_1.19.3-1_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 21768  100 21768    0     0   150k      0 --:--:-- --:--:-- --:--:--  151k
extracting xorg-util-macros to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found xorgproto in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/x/xorgproto/xorgproto_2022.2_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  240k  100  240k    0     0  1511k      0 --:--:-- --:--:-- --:--:-- 1519k
extracting xorgproto to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found libxau in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxau/libxau_1.0.10_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  8476  100  8476    0     0  66967      0 --:--:-- --:--:-- --:--:-- 67269
extracting libxau to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxdmcp in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxdmcp/libxdmcp_1.1.3-10_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 23478  100 23478    0     0  85873      0 --:--:-- --:--:-- --:--:-- 86000
extracting libxdmcp to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found xcb-proto in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/x/xcb-proto/xcb-proto_1.15.2-1_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 74912  100 74912    0     0   519k      0 --:--:-- --:--:-- --:--:--  518k
extracting xcb-proto to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found python-xcbgen in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/p/python-xcbgen/python-xcbgen_1.15.2-1_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 45960  100 45960    0     0   304k      0 --:--:-- --:--:-- --:--:--  305k
extracting python-xcbgen to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found libxcb in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxcb/libxcb_1.15_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
83  893k   83  749k    0     0  1189k      0 --:--:-- --:--:-- --:--:-- 1188k
100  893k  100  893k    0     0  1357k      0 --:--:-- --:--:-- --:--:-- 1355k
extracting libxcb to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found xtrans in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/x/xtrans/xtrans_1.4.0-9_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 42780  100 42780    0     0   291k      0 --:--:-- --:--:-- --:--:--  292k
extracting xtrans to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found libx11 in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libx11/libx11_1.8.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1747k  100 1747k    0     0  6869k      0 --:--:-- --:--:-- --:--:-- 6878k
extracting libx11 to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxrender in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxrender/libxrender_0.9.11_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 23576  100 23576    0     0   188k      0 --:--:-- --:--:-- --:--:--  188k
extracting libxrender to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxft in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxft/libxft_2.3.6-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 47796  100 47796    0     0   190k      0 --:--:-- --:--:-- --:--:--  191k
extracting libxft to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxext in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxext/libxext_1.3.5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 97068  100 97068    0     0   686k      0 --:--:-- --:--:-- --:--:--  686k
extracting libxext to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxss in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxss/libxss_1.2.3-13_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 11666  100 11666    0     0  93806      0 --:--:-- --:--:-- --:--:-- 94080
extracting libxss to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found tcl in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/t/tcl/tcl_8.6.11-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 2171k  100 2171k    0     0  6983k      0 --:--:-- --:--:-- --:--:-- 7003k
extracting tcl to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found tk in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/t/tk/tk_8.6.11.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1143k  100 1143k    0     0  5438k      0 --:--:-- --:--:-- --:--:-- 5443k
extracting tk to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found python in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/p/python/python_3.11.0_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 10.3M  100 10.3M    0     0  40.9M      0 --:--:-- --:--:-- --:--:-- 40.9M
extracting python to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found python-tkinter in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/p/python-tkinter/python-tkinter_3.11.0_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1168k  100 1168k    0     0  2597k      0 --:--:-- --:--:-- --:--:-- 2597k
extracting python-tkinter to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found glib in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/g/glib/glib_2.74.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1208k  100 1208k    0     0  5960k      0 --:--:-- --:--:-- --:--:-- 5984k
extracting glib to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found glib-bin in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/g/glib-bin/glib-bin_2.74.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 90292  100 90292    0     0   281k      0 --:--:-- --:--:-- --:--:--  282k
extracting glib-bin to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency libc++@25b if necessary...
Found libc++ in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libc/libc++/libc++_25b_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  215k  100  215k    0     0  1429k      0 --:--:-- --:--:-- --:--:-- 1437k
extracting libc++ to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libgmp in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libg/libgmp/libgmp_6.2.1-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  312k  100  312k    0     0  1687k      0 --:--:-- --:--:-- --:--:-- 1681k
extracting libgmp to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found coreutils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/c/coreutils/coreutils_9.1-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  721k  100  721k    0     0  4354k      0 --:--:-- --:--:-- --:--:-- 4372k
extracting coreutils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libnghttp2 in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libn/libnghttp2/libnghttp2_1.50.0_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 95932  100 95932    0     0   683k      0 --:--:-- --:--:-- --:--:--  683k
extracting libnghttp2 to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libssh2 in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libs/libssh2/libssh2_1.10.0-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  177k  100  177k    0     0  1167k      0 --:--:-- --:--:-- --:--:-- 1167k
extracting libssh2 to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libcurl in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libc/libcurl/libcurl_7.86.0_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  935k  100  935k    0     0  5159k      0 --:--:-- --:--:-- --:--:-- 5170k
extracting libcurl to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found curl in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/c/curl/curl_7.86.0_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  178k  100  178k    0     0  1182k      0 --:--:-- --:--:-- --:--:-- 1186k
extracting curl to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found dash in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/d/dash/dash_0.5.11.5-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
59 65632   59 38787    0     0   266k      0 --:--:-- --:--:-- --:--:--  264k
100 65632  100 65632    0     0   425k      0 --:--:-- --:--:-- --:--:--  424k
extracting dash to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found dialog in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/d/dialog/dialog_1.3-20220728-0_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 98220  100 98220    0     0   661k      0 --:--:-- --:--:-- --:--:--  666k
extracting dialog to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found diffutils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/d/diffutils/diffutils_3.8_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  144k  100  144k    0     0   934k      0 --:--:-- --:--:-- --:--:--  935k
extracting diffutils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found findutils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/f/findutils/findutils_4.9.0-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  235k  100  235k    0     0  1309k      0 --:--:-- --:--:-- --:--:-- 1314k
extracting findutils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libmpfr in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libm/libmpfr/libmpfr_4.1.0-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  248k  100  248k    0     0  1619k      0 --:--:-- --:--:-- --:--:-- 1612k
extracting libmpfr to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found gawk in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/g/gawk/gawk_5.1.1-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  699k  100  699k    0     0  3994k      0 --:--:-- --:--:-- --:--:-- 3998k
extracting gawk to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found grep in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/g/grep/grep_3.8-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  119k  100  119k    0     0   791k      0 --:--:-- --:--:-- --:--:--  794k
extracting grep to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found gzip in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/g/gzip/gzip_1.12-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 78836  100 78836    0     0   526k      0 --:--:-- --:--:-- --:--:--  527k
extracting gzip to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency less@608 if necessary...
Found less in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/l/less/less_608_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 97084  100 97084    0     0   678k      0 --:--:-- --:--:-- --:--:--  682k
extracting less to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found procps in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/p/procps/procps_3.3.17-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  138k  100  138k    0     0   890k      0 --:--:-- --:--:-- --:--:--  891k
extracting procps to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found psmisc in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/p/psmisc/psmisc_23.5-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 40272  100 40272    0     0   253k      0 --:--:-- --:--:-- --:--:--  255k
extracting psmisc to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found sed in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/s/sed/sed_4.9_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  113k  100  113k    0     0   727k      0 --:--:-- --:--:-- --:--:--  730k
extracting sed to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libandroid-glob in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/liba/libandroid-glob/libandroid-glob_0.6-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  6802  100  6802    0     0  21192      0 --:--:-- --:--:-- --:--:-- 21256
extracting libandroid-glob to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found tar in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/t/tar/tar_1.34-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  330k  100  330k    0     0   915k      0 --:--:-- --:--:-- --:--:--  917k
extracting tar to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found termux-am in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/t/termux-am/termux-am_0.4_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 17144  100 17144    0     0   118k      0 --:--:-- --:--:-- --:--:--  117k
extracting termux-am to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found termux-am-socket in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/t/termux-am-socket/termux-am-socket_1.5.0_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 15672  100 15672    0     0   120k      0 --:--:-- --:--:-- --:--:--  121k
extracting termux-am-socket to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency termux-exec@1:1.0 if necessary...
Found termux-exec in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/t/termux-exec/termux-exec_1:1.0_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  3708  100  3708    0     0  28214      0 --:--:-- --:--:-- --:--:-- 28305
extracting termux-exec to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency libcap-ng@2:0.8.3 if necessary...
Found libcap-ng in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libc/libcap-ng/libcap-ng_2:0.8.3_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 35132  100 35132    0     0   248k      0 --:--:-- --:--:-- --:--:--  250k
extracting libcap-ng to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found util-linux in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/u/util-linux/util-linux_2.38.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
61  747k   61  462k    0     0  2638k      0 --:--:-- --:--:-- --:--:-- 2643k
100  747k  100  747k    0     0  3871k      0 --:--:-- --:--:-- --:--:-- 3872k
extracting util-linux to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found termux-tools in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/t/termux-tools/termux-tools_1.31.0_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 27940  100 27940    0     0   182k      0 --:--:-- --:--:-- --:--:--  183k
extracting termux-tools to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found bash in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/b/bash/bash_5.2.9_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  858k  100  858k    0     0  4441k      0 --:--:-- --:--:-- --:--:-- 4447k
extracting bash to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found binutils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/b/binutils/binutils_2.39-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1635k  100 1635k    0     0  7956k      0 --:--:-- --:--:-- --:--:-- 7939k
extracting binutils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found binutils-libs in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/b/binutils-libs/binutils-libs_2.39-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  980k  100  980k    0     0  4907k      0 --:--:-- --:--:-- --:--:-- 4928k
extracting binutils-libs to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found binutils-gold in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/b/binutils-gold/binutils-gold_2.39-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  872k  100  872k    0     0  3831k      0 --:--:-- --:--:-- --:--:-- 3842k
extracting binutils-gold to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found binutils-cross in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/b/binutils-cross/binutils-cross_2.39-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 2036k  100 2036k    0     0  7427k      0 --:--:-- --:--:-- --:--:-- 7431k
extracting binutils-cross to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libcompiler-rt in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libc/libcompiler-rt/libcompiler-rt_15.0.4_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 2641k  100 2641k    0     0  12.4M      0 --:--:-- --:--:-- --:--:-- 12.5M
extracting libcompiler-rt to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libedit in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libe/libedit/libedit_20210910-3.1-0_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 76480  100 76480    0     0   561k      0 --:--:-- --:--:-- --:--:--  565k
extracting libedit to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libllvm in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libl/libllvm/libllvm_15.0.4_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
7 21.8M    7 1790k    0     0  6886k      0  0:00:03 --:--:--  0:00:03 6886k
100 21.8M  100 21.8M    0     0  30.1M      0 --:--:-- --:--:-- --:--:-- 30.1M
extracting libllvm to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found mlir in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/m/mlir/mlir_15.0.4_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
95 17.2M   95 16.5M    0     0  43.8M      0 --:--:-- --:--:-- --:--:-- 43.8M
100 17.2M  100 17.2M    0     0  45.2M      0 --:--:-- --:--:-- --:--:-- 45.1M
extracting mlir to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found llvm-tools in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/l/llvm-tools/llvm-tools_15.0.4_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1917k  100 1917k    0     0  3885k      0 --:--:-- --:--:-- --:--:-- 3890k
extracting llvm-tools to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found llvm in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/l/llvm/llvm_15.0.4_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
65 8130k   65 5294k    0     0  10.6M      0 --:--:-- --:--:-- --:--:-- 10.6M
100 8130k  100 8130k    0     0  12.5M      0 --:--:-- --:--:-- --:--:-- 12.5M
extracting llvm to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found lldb in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/l/lldb/lldb_15.0.4_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 4396k  100 4396k    0     0  11.4M      0 --:--:-- --:--:-- --:--:-- 11.4M
extracting lldb to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libpolly in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libp/libpolly/libpolly_15.0.4_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
33 1150k   33  381k    0     0   976k      0  0:00:01 --:--:--  0:00:01  976k
100 1150k  100 1150k    0     0  2599k      0 --:--:-- --:--:-- --:--:-- 2596k
extracting libpolly to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found lld in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/l/lld/lld_15.0.4_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1916k  100 1916k    0     0  7630k      0 --:--:-- --:--:-- --:--:-- 7637k
extracting lld to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found clang in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/c/clang/clang_15.0.4_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 26.9M  100 26.9M    0     0  65.2M      0 --:--:-- --:--:-- --:--:-- 65.3M
extracting clang to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found binutils-is-llvm in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/b/binutils-is-llvm/binutils-is-llvm_0.3_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1904  100  1904    0     0  13788      0 --:--:-- --:--:-- --:--:-- 13897
extracting binutils-is-llvm to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found ldd in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/l/ldd/ldd_0.1-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1796  100  1796    0     0  12520      0 --:--:-- --:--:-- --:--:-- 12559
extracting ldd to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found gobject-introspection in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/g/gobject-introspection/gobject-introspection_1.74.0-3_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1082k  100 1082k    0     0  5226k      0 --:--:-- --:--:-- --:--:-- 5231k
extracting gobject-introspection to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found g-ir-scanner in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/g/g-ir-scanner/g-ir-scanner_1.74.0-3_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  122k  100  122k    0     0   751k      0 --:--:-- --:--:-- --:--:--  752k
extracting g-ir-scanner to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libgpg-error in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libg/libgpg-error/libgpg-error_1.46_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  103k  100  103k    0     0   490k      0 --:--:-- --:--:-- --:--:--  491k
extracting libgpg-error to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libgcrypt in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libg/libgcrypt/libgcrypt_1.10.1-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  417k  100  417k    0     0  2350k      0 --:--:-- --:--:-- --:--:-- 2343k
extracting libgcrypt to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libjpeg-turbo in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libj/libjpeg-turbo/libjpeg-turbo_2.1.4_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  276k  100  276k    0     0  1620k      0 --:--:-- --:--:-- --:--:-- 1625k
extracting libjpeg-turbo to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libjpeg-turbo-progs in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libj/libjpeg-turbo-progs/libjpeg-turbo-progs_2.1.4_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 82248  100 82248    0     0   249k      0 --:--:-- --:--:-- --:--:--  249k
extracting libjpeg-turbo-progs to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found zstd in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/z/zstd/zstd_1.5.2-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  260k  100  260k    0     0  1569k      0 --:--:-- --:--:-- --:--:-- 1568k
extracting zstd to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found pzstd in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/p/pzstd/pzstd_1.5.2-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  157k  100  157k    0     0   991k      0 --:--:-- --:--:-- --:--:--  999k
extracting pzstd to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libtiff in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libt/libtiff/libtiff_4.4.0_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  522k  100  522k    0     0  1305k      0 --:--:-- --:--:-- --:--:-- 1309k
extracting libtiff to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libtiff-utils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libt/libtiff-utils/libtiff-utils_4.4.0_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  241k  100  241k    0     0  1544k      0 --:--:-- --:--:-- --:--:-- 1547k
extracting libtiff-utils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found gdk-pixbuf in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/g/gdk-pixbuf/gdk-pixbuf_2.42.10_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  149k  100  149k    0     0  1005k      0 --:--:-- --:--:-- --:--:-- 1011k
extracting gdk-pixbuf to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libandroid-shmem in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/liba/libandroid-shmem/libandroid-shmem_0.4_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  6944  100  6944    0     0  44986      0 --:--:-- --:--:-- --:--:-- 45090
extracting libandroid-shmem to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found liblzo in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libl/liblzo/liblzo_2.10-3_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 65316  100 65316    0     0   441k      0 --:--:-- --:--:-- --:--:--  439k
extracting liblzo to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libpixman in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libp/libpixman/libpixman_0.42.2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  143k  100  143k    0     0   387k      0 --:--:-- --:--:-- --:--:--  388k
extracting libpixman to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libcairo in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libc/libcairo/libcairo_1.17.6_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  442k  100  442k    0     0  1986k      0 --:--:-- --:--:-- --:--:-- 1991k
extracting libcairo to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libgraphite in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libg/libgraphite/libgraphite_1.3.14-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 78600  100 78600    0     0   489k      0 --:--:-- --:--:-- --:--:--  492k
extracting libgraphite to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libicu in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libi/libicu/libicu_72.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 9376k  100 9376k    0     0  34.8M      0 --:--:-- --:--:-- --:--:-- 34.9M
extracting libicu to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found icu-devtools in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/i/icu-devtools/icu-devtools_72.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  207k  100  207k    0     0  1168k      0 --:--:-- --:--:-- --:--:-- 1174k
extracting icu-devtools to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found harfbuzz in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/h/harfbuzz/harfbuzz_5.3.1-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  721k  100  721k    0     0  3610k      0 --:--:-- --:--:-- --:--:-- 3623k
extracting harfbuzz to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found harfbuzz-utils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/h/harfbuzz-utils/harfbuzz-utils_5.3.1-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 37468  100 37468    0     0   212k      0 --:--:-- --:--:-- --:--:--  212k
extracting harfbuzz-utils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found harfbuzz-icu in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/h/harfbuzz-icu/harfbuzz-icu_5.3.1-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  3684  100  3684    0     0  28594      0 --:--:-- --:--:-- --:--:-- 28781
extracting harfbuzz-icu to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found giflib in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/g/giflib/giflib_5.2.1-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 16968  100 16968    0     0   129k      0 --:--:-- --:--:-- --:--:--  130k
extracting giflib to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found giflib-utils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/g/giflib-utils/giflib-utils_5.2.1-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 51642  100 51642    0     0   368k      0 --:--:-- --:--:-- --:--:--  370k
extracting giflib-utils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libwebp in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libw/libwebp/libwebp_1.2.4_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
7  206k    7 15875    0     0   115k      0  0:00:01 --:--:--  0:00:01  115k
100  206k  100  206k    0     0  1310k      0 --:--:-- --:--:-- --:--:-- 1308k
extracting libwebp to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency libgd@1:2.3.3 if necessary...
Found libgd in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libg/libgd/libgd_1:2.3.3_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  118k  100  118k    0     0   434k      0 --:--:-- --:--:-- --:--:--  435k
extracting libgd to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libtool in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libt/libtool/libtool_2.4.7_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  372k  100  372k    0     0  2221k      0 --:--:-- --:--:-- --:--:-- 2232k
extracting libtool to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libltdl in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libl/libltdl/libltdl_2.4.7_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 13292  100 13292    0     0  47904      0 --:--:-- --:--:-- --:--:-- 47812
extracting libltdl to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found fribidi in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/f/fribidi/fribidi_1.0.12_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 37292  100 37292    0     0   246k      0 --:--:-- --:--:-- --:--:--  247k
extracting fribidi to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found pango in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/p/pango/pango_1.50.11-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  333k  100  333k    0     0  1958k      0 --:--:-- --:--:-- --:--:-- 1961k
extracting pango to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found librsvg in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libr/librsvg/librsvg_2.55.1-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0 2820k    0 17245    0     0  56756      0  0:00:50 --:--:--  0:00:50 56726
100 2820k  100 2820k    0     0  5963k      0 --:--:-- --:--:-- --:--:-- 5962k
extracting librsvg to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found graphviz in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/g/graphviz/graphviz_7.0.0-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 2776k  100 2776k    0     0  9301k      0 --:--:-- --:--:-- --:--:-- 9285k
extracting graphviz to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found valac in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/v/valac/valac_0.56.3-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1579k  100 1579k    0     0  3561k      0 --:--:-- --:--:-- --:--:-- 3556k
extracting valac to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found valadoc in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/v/valadoc/valadoc_0.56.3-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
4  320k    4 15884    0     0  50124      0  0:00:06 --:--:--  0:00:06 50107
100  320k  100  320k    0     0   822k      0 --:--:-- --:--:-- --:--:--  822k
extracting valadoc to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found valadoc-static in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/v/valadoc-static/valadoc-static_0.56.3-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  357k  100  357k    0     0   937k      0 --:--:-- --:--:-- --:--:--  939k
extracting valadoc-static to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libsecret in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libs/libsecret/libsecret_0.20.5-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  139k  100  139k    0     0   389k      0 --:--:-- --:--:-- --:--:--  388k
extracting libsecret to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found c-ares in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/c/c-ares/c-ares_1.18.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  115k  100  115k    0     0   768k      0 --:--:-- --:--:-- --:--:--  773k
extracting c-ares to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency openssl-1.1@1:1.1.1s if necessary...
Found openssl-1.1 in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/o/openssl-1.1/openssl-1.1_1:1.1.1s_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1155k  100 1155k    0     0  6085k      0 --:--:-- --:--:-- --:--:-- 6111k
extracting openssl-1.1 to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency openssl1.1-tool@1:1.1.1s if necessary...
Found openssl1.1-tool in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/o/openssl1.1-tool/openssl1.1-tool_1:1.1.1s_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  185k  100  185k    0     0   483k      0 --:--:-- --:--:-- --:--:--  484k
extracting openssl1.1-tool to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found nodejs-lts in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/n/nodejs-lts/nodejs-lts_16.18.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
20 7990k   20 1661k    0     0  3413k      0  0:00:02 --:--:--  0:00:02 3412k
100 7990k  100 7990k    0     0  11.8M      0 --:--:-- --:--:-- --:--:-- 11.8M
extracting nodejs-lts to /home/builder/.termux-build/_cache-aarch64...
Cloning into '/home/builder/.termux-build/code-server/cache/tmp-checkout'...
Note: switching to 'ccf882f8303bd1fa097dde5f4d124ee3c80996bd'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c 
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
Submodule 'lib/vscode' (https://github.com/microsoft/vscode) registered for path 'lib/vscode'
Cloning into '/home/builder/.termux-build/code-server/cache/tmp-checkout/lib/vscode'...
Submodule path 'lib/vscode': checked out '6261075646f055b99068d3688932416f2346dd3b'
Applying patch: 0001-vscode-fix-pathes.patch.beforehostbuild
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
Get:3 https://ppa.launchpadcontent.net/openjdk-r/ppa/ubuntu jammy InRelease [23.8 kB]
Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB]
Get:6 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [761 kB]
Get:7 http://archive.ubuntu.com/ubuntu jammy/main i386 Packages [1,324 kB]
Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [486 kB]
Get:9 http://archive.ubuntu.com/ubuntu jammy/universe i386 Packages [9,385 kB]
Get:10 https://ppa.launchpadcontent.net/openjdk-r/ppa/ubuntu jammy/main i386 Packages [4,637 B]
Get:11 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [254 kB]
Get:12 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [981 B]
Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [595 kB]
Get:14 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [4,644 B]
Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [28.0 kB]
Get:16 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [580 kB]
Get:17 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
Get:19 https://ppa.launchpadcontent.net/openjdk-r/ppa/ubuntu jammy/main amd64 Packages [4,684 B]
Get:20 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1,792 kB]
Get:22 http://archive.ubuntu.com/ubuntu jammy/multiverse i386 Packages [134 kB]
Get:23 http://archive.ubuntu.com/ubuntu jammy/restricted i386 Packages [36.7 kB]
Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [1,731 B]
Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [944 kB]
Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [688 kB]
Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [28.5 kB]
Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [8,056 B]
Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [466 kB]
Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [884 kB]
Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [538 kB]
Get:32 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [5,525 B]
Get:33 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [3,141 B]
Get:34 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [7,277 B]
Get:35 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [3,175 B]
Fetched 37.5 MB in 6s (6,345 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
18 packages can be upgraded. Run 'apt list --upgradable' to see them.
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
gir1.2-secret-1 libgcrypt20-dev libgpg-error-dev libsecret-1-0
libsecret-common
Suggested packages:
libgcrypt20-doc
The following NEW packages will be installed:
gir1.2-secret-1 libgcrypt20-dev libgpg-error-dev libsecret-1-0
libsecret-1-dev libsecret-common libxkbfile-dev
0 upgraded, 7 newly installed, 0 to remove and 18 not upgraded.
Need to get 1,058 kB of archives.
After this operation, 7,426 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsecret-common all 0.20.5-2 [4,278 B]
Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsecret-1-0 amd64 0.20.5-2 [124 kB]
Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-secret-1 amd64 0.20.5-2 [9,318 B]
Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpg-error-dev amd64 1.43-3 [129 kB]
Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgcrypt20-dev amd64 1.9.4-3ubuntu3 [572 kB]
Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsecret-1-dev amd64 0.20.5-2 [135 kB]
Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxkbfile-dev amd64 1:1.1.0-1build3 [85.0 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1,058 kB in 1s (809 kB/s)
Selecting previously unselected package libsecret-common.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 107605 files and directories currently installed.)
Preparing to unpack .../0-libsecret-common_0.20.5-2_all.deb ...
Unpacking libsecret-common (0.20.5-2) ...
Selecting previously unselected package libsecret-1-0:amd64.
Preparing to unpack .../1-libsecret-1-0_0.20.5-2_amd64.deb ...
Unpacking libsecret-1-0:amd64 (0.20.5-2) ...
Selecting previously unselected package gir1.2-secret-1:amd64.
Preparing to unpack .../2-gir1.2-secret-1_0.20.5-2_amd64.deb ...
Unpacking gir1.2-secret-1:amd64 (0.20.5-2) ...
Selecting previously unselected package libgpg-error-dev.
Preparing to unpack .../3-libgpg-error-dev_1.43-3_amd64.deb ...
Unpacking libgpg-error-dev (1.43-3) ...
Selecting previously unselected package libgcrypt20-dev.
Preparing to unpack .../4-libgcrypt20-dev_1.9.4-3ubuntu3_amd64.deb ...
Unpacking libgcrypt20-dev (1.9.4-3ubuntu3) ...
Selecting previously unselected package libsecret-1-dev:amd64.
Preparing to unpack .../5-libsecret-1-dev_0.20.5-2_amd64.deb ...
Unpacking libsecret-1-dev:amd64 (0.20.5-2) ...
Selecting previously unselected package libxkbfile-dev:amd64.
Preparing to unpack .../6-libxkbfile-dev_1%3a1.1.0-1build3_amd64.deb ...
Unpacking libxkbfile-dev:amd64 (1:1.1.0-1build3) ...
Setting up libgpg-error-dev (1.43-3) ...
Setting up libsecret-common (0.20.5-2) ...
Setting up libxkbfile-dev:amd64 (1:1.1.0-1build3) ...
Setting up libsecret-1-0:amd64 (0.20.5-2) ...
Setting up gir1.2-secret-1:amd64 (0.20.5-2) ...
Setting up libgcrypt20-dev (1.9.4-3ubuntu3) ...
Setting up libsecret-1-dev:amd64 (0.20.5-2) ...
Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
Downloading https://nodejs.org/dist/v16.18.1/node-v16.18.1-linux-x64.tar.xz
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 21.4M  100 21.4M    0     0  84.0M      0 --:--:-- --:--:-- --:--:-- 84.1M
added 1 package, and audited 2 packages in 557ms
found 0 vulnerabilities
npm notice
npm notice New major version of npm available! 8.19.2 -> 9.1.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.1.1
npm notice Run npm install -g [email protected] to update!
npm notice
yarn install v1.22.19
warning ../package.json: No license field
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
warning " > @coder/[email protected]" has unmet peer dependency "@google-cloud/logging@^9.2.1".
[5/5] Building fresh packages...
$ ./ci/dev/postinstall.sh
Installing dependencies for /home/builder/.termux-build/code-server/host-build/src/test
yarn install v1.22.19
warning ../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning " > [email protected]" has unmet peer dependency "typescript@>=3.8 <5.0".
[4/4] Building fresh packages...
Done in 30.93s.
Installing dependencies for /home/builder/.termux-build/code-server/host-build/src/test/e2e/extensions/test-extension
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/5] Validating package.json...
warning [email protected]: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 1.59s.
Installing dependencies for /home/builder/.termux-build/code-server/host-build/src/lib/vscode
yarn install v1.22.19
warning ../../../package.json: No license field
$ node build/npm/preinstall.js
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "@microsoft/1ds-core-js > @microsoft/[email protected]" has unmet peer dependency "tslib@".
warning " > [email protected]" has unmet peer dependency "postcss@^8.0.0".
[4/4] Building fresh packages...
$ node build/npm/postinstall.js
Installing dependencies in build...
$ yarn --frozen-lockfile
yarn install v1.22.19
warning ../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 31.83s.
Installing dependencies in extensions...
$ yarn --frozen-lockfile
yarn install v1.22.19
warning ../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
$ node ./postinstall.mjs
Removed /home/builder/.termux-build/code-server/host-build/src/lib/vscode/extensions/node_modules/typescript/AUTHORS.md
Removed /home/builder/.termux-build/code-server/host-build/src/lib/vscode/extensions/node_modules/typescript/CODE_OF_CONDUCT.md
Removed /home/builder/.termux-build/code-server/host-build/src/lib/vscode/extensions/node_modules/typescript/CopyrightNotice.txt
Removed /home/builder/.termux-build/code-server/host-build/src/lib/vscode/extensions/node_modules/typescript/LICENSE.txt
Removed /home/builder/.termux-build/code-server/host-build/src/lib/vscode/extensions/node_modules/typescript/README.md
Removed /home/builder/.termux-build/code-server/host-build/src/lib/vscode/extensions/node_modules/typescript/SECURITY.md
Removed /home/builder/.termux-build/code-server/host-build/src/lib/vscode/extensions/node_modules/typescript/ThirdPartyNoticeText.txt
Removed /home/builder/.termux-build/code-server/host-build/src/lib/vscode/extensions/node_modules/typescript/bin
Removed /home/builder/.termux-build/code-server/host-build/src/lib/vscode/extensions/node_modules/typescript/loc
removed '/home/builder/.termux-build/code-server/host-build/src/lib/vscode/extensions/node_modules/typescript/lib/tsc.js'
removed '/home/builder/.termux-build/code-server/host-build/src/lib/vscode/extensions/node_modules/typescript/lib/tsserverlibrary.d.ts'
removed '/home/builder/.termux-build/code-server/host-build/src/lib/vscode/extensions/node_modules/typescript/lib/tsserverlibrary.js'
removed '/home/builder/.termux-build/code-server/host-build/src/lib/vscode/extensions/node_modules/typescript/lib/typescriptServices.d.ts'
removed '/home/builder/.termux-build/code-server/host-build/src/lib/vscode/extensions/node_modules/typescript/lib/typescriptServices.js'
Done in 25.46s.
Installing dependencies in extensions/configuration-editing...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.58s.
Installing dependencies in extensions/css-language-features...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.80s.
Installing dependencies in extensions/css-language-features/server...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.72s.
Installing dependencies in extensions/debug-auto-launch...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.22s.
Installing dependencies in extensions/debug-server-ready...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.21s.
Installing dependencies in extensions/emmet...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 1.08s.
Installing dependencies in extensions/extension-editing...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.68s.
Installing dependencies in extensions/git...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "@vscode/extension-telemetry > @microsoft/1ds-core-js > @microsoft/[email protected]" has unmet peer dependency "tslib@".
[4/4] Building fresh packages...
Done in 1.63s.
Installing dependencies in extensions/git-base...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.48s.
Installing dependencies in extensions/github...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.95s.
Installing dependencies in extensions/github-authentication...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "@vscode/extension-telemetry > @microsoft/1ds-core-js > @microsoft/[email protected]" has unmet peer dependency "tslib@".
[4/4] Building fresh packages...
Done in 1.11s.
Installing dependencies in extensions/grunt...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.22s.
Installing dependencies in extensions/gulp...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.22s.
Installing dependencies in extensions/html-language-features...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "@vscode/extension-telemetry > @microsoft/1ds-core-js > @microsoft/[email protected]" has unmet peer dependency "tslib@".
[4/4] Building fresh packages...
Done in 1.60s.
Installing dependencies in extensions/html-language-features/server...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.72s.
Installing dependencies in extensions/ipynb...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "@jupyterlab/nbformat > @lumino/[email protected]" has unmet peer dependency "[email protected]".
[4/4] Building fresh packages...
Done in 0.69s.
Installing dependencies in extensions/jake...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.22s.
Installing dependencies in extensions/json-language-features...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "@vscode/extension-telemetry > @microsoft/1ds-core-js > @microsoft/[email protected]" has unmet peer dependency "tslib@".
[4/4] Building fresh packages...
Done in 0.73s.
Installing dependencies in extensions/json-language-features/server...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.60s.
Installing dependencies in extensions/markdown-language-features/server...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.88s.
Installing dependencies in extensions/markdown-language-features...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "@vscode/extension-telemetry > @microsoft/1ds-core-js > @microsoft/[email protected]" has unmet peer dependency "tslib@".
[4/4] Building fresh packages...
Done in 3.27s.
Installing dependencies in extensions/markdown-math...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.83s.
Installing dependencies in extensions/media-preview...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "@vscode/extension-telemetry > @microsoft/1ds-core-js > @microsoft/[email protected]" has unmet peer dependency "tslib@".
[4/4] Building fresh packages...
Done in 0.45s.
Installing dependencies in extensions/merge-conflict...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.23s.
Installing dependencies in extensions/microsoft-authentication...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "@vscode/extension-telemetry > @microsoft/1ds-core-js > @microsoft/[email protected]" has unmet peer dependency "tslib@".
[4/4] Building fresh packages...
Done in 1.02s.
Installing dependencies in extensions/notebook-renderers...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.14s.
Installing dependencies in extensions/npm...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.74s.
Installing dependencies in extensions/php-language-features...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.23s.
Installing dependencies in extensions/references-view...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.49s.
Installing dependencies in extensions/search-result...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.11s.
Installing dependencies in extensions/simple-browser...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "@vscode/extension-telemetry > @microsoft/1ds-core-js > @microsoft/[email protected]" has unmet peer dependency "tslib@".
[4/4] Building fresh packages...
Done in 1.15s.
Installing dependencies in extensions/typescript-language-features...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "@vscode/extension-telemetry > @microsoft/1ds-core-js > @microsoft/[email protected]" has unmet peer dependency "tslib@".
[4/4] Building fresh packages...
Done in 0.80s.
Installing dependencies in extensions/vscode-api-tests...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.22s.
Installing dependencies in extensions/vscode-colorize-tests...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.21s.
Installing dependencies in extensions/vscode-test-resolver...
$ yarn --frozen-lockfile --ignore-engines
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.19s.
Installing dependencies in remote...
$ yarn --frozen-lockfile
yarn install v1.22.19
warning ../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "@microsoft/1ds-core-js > @microsoft/[email protected]" has unmet peer dependency "tslib@".
[4/4] Building fresh packages...
Done in 34.42s.
Installing dependencies in remote/web...
$ yarn --frozen-lockfile
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "@microsoft/1ds-core-js > @microsoft/[email protected]" has unmet peer dependency "tslib@".
[4/4] Building fresh packages...
Done in 0.65s.
Installing dependencies in test/automation...
$ yarn --frozen-lockfile
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 1.70s.
Installing dependencies in test/integration/browser...
$ yarn --frozen-lockfile
yarn install v1.22.19
warning ../../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 0.72s.
Installing dependencies in test/monaco...
$ yarn --frozen-lockfile
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning " > [email protected]" has unmet peer dependency "webpack@^2.2.0-rc || ^3 || ^4 || ^5".
[4/4] Building fresh packages...
Done in 0.55s.
Installing dependencies in test/smoke...
$ yarn --frozen-lockfile
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 1.84s.
Done in 286.56s.
Done in 334.69s.
yarn run v1.22.19
warning ../package.json: No license field
$ ./ci/build/build-code-server.sh
Downloading the cloud agent...
Done in 17.14s.
yarn run v1.22.19
warning ../package.json: No license field
$ ./ci/build/build-vscode.sh
Updated 1 path from the index
./ci/build/build-vscode.sh: line 58: VERSION: unbound variable
jq: error (at /dev/fd/63:0): object ({"nameShort...) and null (null) cannot be multiplied
error Command failed with exit code 5.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
ERROR: failed to build.


Above error occured when I last tried to update at 2022-11-11 01:18:06 UTC.
Run ID: 3441674451

Note: Automatic updates will be disabled until this issue is resolved.

Legacy termux

Will these packages work on legacy termux?

I'm trying to build gdb with python support for legacy termux so I can install legacy-gef for gdb.

Thanks

Package request: Spleeter

Describe package:
Name: Spleeter
Homepage: ↓
Source link: https://github.com/deezer/spleeter

Additional Info:
This is a Music Source Separation tool for musicians based on AI.
I tried installing Spleeter via pip in Termux, but the dependency numpy seems to give an error. I find it odd, because there's the python-numpy package in Termux, but doing pip install numpy also gives an error.
Thia is an alternative to #131, so I thought this could be easier to setup than trying to get CUDA to work (which seems impossible)

Issues of duplicate packages in current build system.

Issues 1: Two packages with same name can't be exist. Suppose we want to add zlib in TUR. Since zlib exist in termux packages already, Buildorder.py will report duplicate package and exit.

Workaround 1: Name package after version. Like zlib1 or zlib1.3

Workaround 2: add ability in setup_environment that could remove those packages from Termux packages directory which has same name in tur dir.

Issue 2: Suppose we added a package Holla_worldo and after sometimes Termux also added same package then again buildorder.py reports issues, Here workaround 2 could save us.

Fervi's Packages

Hi. Unfortunately I have had some minor health issues recently and will not be involved in the development of Termux.

I have 3 packages here that I think you can add to TUR.
The first is python-opengl, it seems to work (although there is no OpenGL support in Termux)
The second is openalut, which is required for Trigger Rally
The third is Trigger Rally - the game works, but unfortunately due to the lack of OpenGL, it runs terribly slow on LLVMPipe.

termux-packages.tar.gz

Package request: Net::SSLeay Perl module

Describe package:
Name: Net-SSLeay
Homepage: https://metacpan.org/dist/Net-SSLeay
Source link: https://github.com/radiator-software/p5-net-ssleay (git), https://cpan.metacpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.92.tar.gz (release)

Additional Info:
Before OpenSSL library on termux was upgraded to 3.x it was easy to install this module using cpan, and that came along and OpenSSL was split into two with the secure version being 1.1.x (now renamed openssl-1.1) and the other one 3.0.x. The former one's lib directory and include files are now located at each seperate openssl-1.1 directory. This "breaks" the Makefile.PL build script by finding the 3.x version in the lib directory and rejects it, making it to fail to build this module.

There's no scripts to setup and package Perl modules on this build system yet so I'll just leave this to you. You can look at this Arch PKGBUILD for ideas, assuming you know how to read arch linux's build system.

Package request: Free Abuse / fRaBs

Describe package:
Name: (Free) Abuse
Homepage: https://github.com/Xenoveritas/abuse
Source link:

Additional Info:

In short, the working product consists of 2 parts - the engine (given in the link) and the game files that are in my repository.

I generally compiled the game engine myself on Termux. Unfortunately it doesn't work with Clang, even after correcting the compilation errors, the application doesn't start after SegFault.

Instead, it works when compiled with GCC. What I don't know is how to make a proper build.sh that would build the engine. It would be nice if someone writes such a file and makes it available, I will try to extend it to use fRaBs (or do it manually :P)

https://github.com/IntinteDAO/Frabs

Trying to build ChemicalFun

Bcz I am using scipy I have installed it from its-pointless repo whereas python3.9 from tur repo. In effect now I have x2 pythons.

I am building ChemicalFun
These were some dependencies pkg install libspdlog fmt & python3.9 -m pip install pybind11[global]

git clone https://github.com/thermohub/thermofun.git && cd thermofun 
mkdir build 
cd build 
cmake .. 

Output

-- The CXX compiler identification is Clang 14.0.6
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /data/data/com.termux/files/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonInterp: /data/data/com.termux/files/usr/bin/python3 (found suitable version "3.10.6", minimum required is "3.6")
-- Found PythonLibs: /data/data/com.termux/files/usr/lib/libpython3.10.so
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- Performing Test HAS_FLTO_THIN
-- Performing Test HAS_FLTO_THIN - Success
-- Found pybind11: /data/data/com.termux/files/usr/include (found version "2.10.0")
-- Found pybind11 v2.10.0: /data/data/com.termux/files/usr/include;/data/data/com.termux/files/usr/include/python3.10
-- Found pybind11 v2.10.0: /data/data/com.termux/files/usr/include;/data/data/com.termux/files/usr/include/python3.10
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found spdlog v1.10.0
-- Configuring done
-- Generating done
-- Build files have been written to: /data/data/com.termux/files/home/chemicalfun/build

The problem is that it keep detecting python3.10 & I want to access it in python3.9 where my jupyter & all stack is installed
I have tried these before cmake .. but failed

export PYTHONPATH=$PYTHONPATH:/data/data/com.termux/files/usr/lib/python3.9/site-packages
export PythonInterp=$PythonInterp:/data/data/com.termux/files/usr/bin/python3.9
export PythonLibs=$PythonLibs:/data/data/com.termux/files/usr/lib/libpython3.9.so

[BUG] REMOVE Shark

  • Additional packages like 7z packages as : p7zip or p7zip-full

  • can't be executed while installing package,

  • Becoz shark is installing as a package, normal shell commands can be in use,

  • remove shark from tur-repo i'll PR for new one. Later on

@licy183 if i'm wrong about this, then please explain!

Thanks for Ur help and support @licy183

Auto update failing for python-cryptography

Hi, I'm Termux 🤖.

I'm here to help you update your Termux packages.

I've tried to update the python-cryptography package, but it failed.

Here's the output of the update script:

Show log
INFO: Updating python-cryptography [Current version: 37.0.4]
INFO: package being updated to 38.0.1.
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1696k    0 1696k    0     0  4293k      0 --:--:-- --:--:-- --:--:-- 4293k
100 10.3M    0 10.3M    0     0  7587k      0 --:--:--  0:00:01 --:--:-- 8885k
100 19.2M    0 19.2M    0     0  8193k      0 --:--:--  0:00:02 --:--:-- 8961k
100 28.4M    0 28.4M    0     0  8580k      0 --:--:--  0:00:03 --:--:-- 9144k
100 34.2M    0 34.2M    0     0  8971k      0 --:--:--  0:00:03 --:--:-- 9496k
You are about to commit these changes:

diff --git a/tur/python-cryptography/build.sh b/tur/python-cryptography/build.sh
index b256ac1..e0dced3 100644
--- a/tur/python-cryptography/build.sh
+++ b/tur/python-cryptography/build.sh
@@ -7,9 +7,9 @@ LICENSE.APACHE
LICENSE.BSD
LICENSE.PSF"
TERMUX_PKG_MAINTAINER="@termux-user-repository"
-TERMUX_PKG_VERSION=37.0.4
+TERMUX_PKG_VERSION="38.0.1"
TERMUX_PKG_SRCURL=https://github.com/pyca/cryptography/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
-TERMUX_PKG_SHA256=26cb3b7e5cb14345502737c30188b807c1a58e64c535d961e683e86d3300c112
+TERMUX_PKG_SHA256=4d2e2b3192cd3767bdb68c22dd40c07a1deb209a05daee21df74fbf2df8bfbed
TERMUX_PKG_DEPENDS="libffi, openssl, python"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true
python-cryptography: update to 38.0.1
Not committing to Git!
INFO: Trying to build package.
Running container 'termux-package-builder' from image 'ghcr.io/termux/package-builder'...
Creating new container...
Unable to find image 'ghcr.io/termux/package-builder:latest' locally
latest: Pulling from termux/package-builder
2b55860d4c66: Pulling fs layer
9de6aac79b0f: Pulling fs layer
180256135a87: Pulling fs layer
b81e9405f196: Pulling fs layer
523d39803785: Pulling fs layer
ed02647356cf: Pulling fs layer
b81e9405f196: Waiting
523d39803785: Waiting
ed02647356cf: Waiting
9de6aac79b0f: Verifying Checksum
9de6aac79b0f: Download complete
180256135a87: Verifying Checksum
180256135a87: Download complete
b81e9405f196: Verifying Checksum
b81e9405f196: Download complete
2b55860d4c66: Download complete
ed02647356cf: Verifying Checksum
ed02647356cf: Download complete
2b55860d4c66: Pull complete
9de6aac79b0f: Pull complete
180256135a87: Pull complete
b81e9405f196: Pull complete
523d39803785: Verifying Checksum
523d39803785: Download complete
523d39803785: Pull complete
ed02647356cf: Pull complete
Digest: sha256:770243427bca3a361ba0de85aceaefbea2a3c1e1575a988584aa31fc7b0f0da3
Status: Downloaded newer image for ghcr.io/termux/package-builder:latest
ff6f073d228e895d1a3d21f9748eb844026360491377bec49c4f136d327e4c44
gpg: key B0076E490B71616B: 17 signatures not checked due to missing keys
gpg: key B0076E490B71616B: public key "Henrik Grimler [email protected]" imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg: no ultimately trusted keys found
gpg (GnuPG) 2.2.27; Copyright (C) 2021 Free Software Foundation, Inc.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
gpg: key 5A897D96E57CF20C: public key "Termux Releases (Termux automatic builds) [email protected]" imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   1  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1  valid:   1  signed:   0  trust: 1-, 0q, 0n, 0m, 0f, 0u
gpg: next trustdb check due at 2024-08-25
gpg (GnuPG) 2.2.27; Copyright (C) 2021 Free Software Foundation, Inc.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
gpg: key 6A5C550C260667D1: public key "Termux-user-repository (TUR AUTOBUILD key)" imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg (GnuPG) 2.2.27; Copyright (C) 2021 Free Software Foundation, Inc.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
termux - building python-cryptography for arch aarch64...
Downloading https://github.com/termux/termux-elf-cleaner/releases/download/v2.1.1/termux-elf-cleaner
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 63912  100 63912    0     0   228k      0 --:--:-- --:--:-- --:--:--  228k
Downloading https://packages-cf.termux.dev/apt/termux-main/dists/stable/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 13133  100 13133    0     0  38388      0 --:--:-- --:--:-- --:--:-- 38400
Downloading https://packages-cf.termux.dev/apt/termux-main/dists/stable/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   833  100   833    0     0   2464      0 --:--:-- --:--:-- --:--:--  2464
gpg: Signature made Thu 08 Sep 2022 06:17:59 PM UTC
gpg:                using RSA key CC72CF8BA7DBFA0182877D045A897D96E57CF20C
gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   3  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 3u
gpg: next trustdb check due at 2024-08-25
gpg: Good signature from "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
gpg:                 aka "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
Downloading https://packages-cf.termux.dev/apt/termux-main/dists/stable/main/binary-aarch64/Packages
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1375k  100 1375k    0     0  2119k      0 --:--:-- --:--:-- --:--:-- 2119k
Downloading https://packages-cf.termux.dev/apt/termux-root/dists/root/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 13319  100 13319    0     0  42785      0 --:--:-- --:--:-- --:--:-- 42826
Downloading https://packages-cf.termux.dev/apt/termux-root/dists/root/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   833  100   833    0     0   2375      0 --:--:-- --:--:-- --:--:--  2380
gpg: Signature made Sun 04 Sep 2022 06:32:25 AM UTC
gpg:                using RSA key CC72CF8BA7DBFA0182877D045A897D96E57CF20C
gpg: Good signature from "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
gpg:                 aka "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
Downloading https://packages-cf.termux.dev/apt/termux-root/dists/root/stable/binary-aarch64/Packages
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 49200  100 49200    0     0   147k      0 --:--:-- --:--:-- --:--:--  147k
100 49200  100 49200    0     0   147k      0 --:--:-- --:--:-- --:--:--  147k
Downloading https://packages-cf.termux.dev/apt/termux-x11/dists/x11/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 13119  100 13119    0     0  45226      0 --:--:-- --:--:-- --:--:-- 45394
Downloading https://packages-cf.termux.dev/apt/termux-x11/dists/x11/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   833  100   833    0     0   2680      0 --:--:-- --:--:-- --:--:--  2687
gpg: Signature made Thu 08 Sep 2022 09:04:56 PM UTC
gpg:                using RSA key CC72CF8BA7DBFA0182877D045A897D96E57CF20C
gpg: Good signature from "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
gpg:                 aka "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
Downloading https://packages-cf.termux.dev/apt/termux-x11/dists/x11/main/binary-aarch64/Packages
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
8  343k    8 30715    0     0  81013      0  0:00:04 --:--:--  0:00:04 80828
100  343k  100  343k    0     0   720k      0 --:--:-- --:--:-- --:--:--  719k
Downloading https://tur.kcubeterm.com/dists/tur-packages/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    77    0    77    0     0     72      0 --:--:--  0:00:01 --:--:--    72
100    77    0    77    0     0     72      0 --:--:--  0:00:01 --:--:--    72
100  7079  100  7079    0     0   5771      0  0:00:01  0:00:01 --:--:--  5771
Downloading https://tur.kcubeterm.com/dists/tur-packages/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100    81    0    81    0     0     46      0 --:--:--  0:00:01 --:--:--    46
100    81    0    81    0     0     46      0 --:--:--  0:00:01 --:--:--    46
100   659  100   659    0     0    348      0  0:00:01  0:00:01 --:--:--   348
gpg: Signature made Thu 08 Sep 2022 06:22:53 PM UTC
gpg:                using RSA key 43EEC3A2934343315717FF6F6A5C550C260667D1
gpg: Good signature from "Termux-user-repository (TUR AUTOBUILD key)" [ultimate]
Downloading https://tur.kcubeterm.com/dists/tur-packages/tur/binary-aarch64/Packages
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
100    97    0    97    0     0     31      0 --:--:--  0:00:03 --:--:--    31
100    97    0    97    0     0     31      0 --:--:--  0:00:03 --:--:--    31
100 36797  100 36797    0     0  11698      0  0:00:03  0:00:03 --:--:-- 11698
Downloading https://tur.kcubeterm.com/dists/tur-packages/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:04 --:--:--     0
100    77    0    77    0     0     15      0 --:--:--  0:00:05 --:--:--    15
100    77    0    77    0     0     15      0 --:--:--  0:00:05 --:--:--    19
100  7079  100  7079    0     0   1322      0  0:00:05  0:00:05 --:--:--  1322
Downloading https://tur.kcubeterm.com/dists/tur-packages/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
100    81    0    81    0     0     29      0 --:--:--  0:00:02 --:--:--    29
100   659  100   659    0     0    229      0  0:00:02  0:00:02 --:--:--   229
gpg: Signature made Thu 08 Sep 2022 06:22:53 PM UTC
gpg:                using RSA key 43EEC3A2934343315717FF6F6A5C550C260667D1
gpg: Good signature from "Termux-user-repository (TUR AUTOBUILD key)" [ultimate]
Downloading https://tur.kcubeterm.com/dists/tur-packages/tur-on-device/binary-aarch64/Packages
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     0
100   107    0   107    0     0     25      0 --:--:--  0:00:04 --:--:--    25
100   107    0   107    0     0     25      0 --:--:--  0:00:04 --:--:--    26
100  1505  100  1505    0     0    345      0  0:00:04  0:00:04 --:--:--   345
Downloading dependency [email protected] if necessary...
Found libffi in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libf/libffi/libffi_3.4.2-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 30744  100 30744    0     0   313k      0 --:--:-- --:--:-- --:--:--  316k
extracting libffi to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency ca-certificates@1:2022.07.19 if necessary...
Found ca-certificates in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/c/ca-certificates/ca-certificates_1:2022.07.19_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  225k  100  225k    0     0  2109k      0 --:--:-- --:--:-- --:--:-- 2127k
extracting ca-certificates to /home/builder/.termux-build/_cache-all...
Downloading dependency ca-certificates-java@1:2022.07.19 if necessary...
Found ca-certificates-java in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/c/ca-certificates-java/ca-certificates-java_1:2022.07.19_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   812  100   812    0     0   6149      0 --:--:-- --:--:-- --:--:--  6198
extracting ca-certificates-java to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found zlib in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/z/zlib/zlib_1.2.12-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 59984  100 59984    0     0   600k      0 --:--:-- --:--:-- --:--:--  603k
extracting zlib to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found openssl in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/o/openssl/openssl_3.0.5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1538k  100 1538k    0     0  10.4M      0 --:--:-- --:--:-- --:--:-- 10.5M
extracting openssl to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found openssl-tool in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/o/openssl-tool/openssl-tool_3.0.5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  234k  100  234k    0     0  1918k      0 --:--:-- --:--:-- --:--:-- 1922k
extracting openssl-tool to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency libandroid-support@28-2 if necessary...
Found libandroid-support in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/liba/libandroid-support/libandroid-support_28-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 10674  100 10674    0     0  94296      0 --:--:-- --:--:-- --:--:-- 94460
extracting libandroid-support to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found ncurses in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/n/ncurses/ncurses_6.3-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  501k  100  501k    0     0  4048k      0 --:--:-- --:--:-- --:--:-- 4077k
extracting ncurses to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found ncurses-utils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/n/ncurses-utils/ncurses-utils_6.3-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 85552  100 85552    0     0   593k      0 --:--:-- --:--:-- --:--:--  592k
extracting ncurses-utils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found ncurses-ui-libs-static in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/n/ncurses-ui-libs-static/ncurses-ui-libs-static_6.3-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 38740  100 38740    0     0   354k      0 --:--:-- --:--:-- --:--:--  356k
extracting ncurses-ui-libs-static to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found ncurses-ui-libs in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/n/ncurses-ui-libs/ncurses-ui-libs_6.3-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 32104  100 32104    0     0   309k      0 --:--:-- --:--:-- --:--:--  310k
extracting ncurses-ui-libs to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found readline in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/r/readline/readline_8.1.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  221k  100  221k    0     0  2117k      0 --:--:-- --:--:-- --:--:-- 2130k
extracting readline to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found gdbm in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/g/gdbm/gdbm_1.23_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  138k  100  138k    0     0   469k      0 --:--:-- --:--:-- --:--:--  469k
extracting gdbm to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libandroid-posix-semaphore in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/liba/libandroid-posix-semaphore/libandroid-posix-semaphore_0.1-3_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  4128  100  4128    0     0  38823      0 --:--:-- --:--:-- --:--:-- 38943
extracting libandroid-posix-semaphore to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libbz2 in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libb/libbz2/libbz2_1.0.8-6_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 26634  100 26634    0     0   238k      0 --:--:-- --:--:-- --:--:--  238k
extracting libbz2 to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found bzip2 in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/b/bzip2/bzip2_1.0.8-6_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 25506  100 25506    0     0   243k      0 --:--:-- --:--:-- --:--:--  244k
extracting bzip2 to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libcrypt in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libc/libcrypt/libcrypt_0.2-5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  8720  100  8720    0     0  89255      0 --:--:-- --:--:-- --:--:-- 89896
extracting libcrypt to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libexpat in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libe/libexpat/libexpat_2.4.8-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 80688  100 80688    0     0   612k      0 --:--:-- --:--:-- --:--:--  615k
extracting libexpat to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found liblzma in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libl/liblzma/liblzma_5.2.5-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
43  131k   43 58051    0     0   467k      0 --:--:-- --:--:-- --:--:--  464k
100  131k  100  131k    0     0  1057k      0 --:--:-- --:--:-- --:--:-- 1057k
extracting liblzma to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found xz-utils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/x/xz-utils/xz-utils_5.2.5-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 57484  100 57484    0     0   544k      0 --:--:-- --:--:-- --:--:--  545k
extracting xz-utils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libsqlite in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libs/libsqlite/libsqlite_3.38.5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  549k  100  549k    0     0  5351k      0 --:--:-- --:--:-- --:--:-- 5385k
extracting libsqlite to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found sqlite in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/s/sqlite/sqlite_3.38.5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  508k  100  508k    0     0  5278k      0 --:--:-- --:--:-- --:--:-- 5293k
extracting sqlite to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libpng in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libp/libpng/libpng_1.6.37-3_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  185k  100  185k    0     0  1464k      0 --:--:-- --:--:-- --:--:-- 1473k
extracting libpng to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found freetype in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/f/freetype/freetype_2.12.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  389k  100  389k    0     0  3872k      0 --:--:-- --:--:-- --:--:-- 3851k
extracting freetype to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libuuid in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libu/libuuid/libuuid_1.0.3-5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  6820  100  6820    0     0  67320      0 --:--:-- --:--:-- --:--:-- 67524
extracting libuuid to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libiconv in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libi/libiconv/libiconv_1.16-3_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  534k  100  534k    0     0  5178k      0 --:--:-- --:--:-- --:--:-- 5189k
extracting libiconv to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found iconv in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/i/iconv/iconv_1.16-3_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  8242  100  8242    0     0  83464      0 --:--:-- --:--:-- --:--:-- 84102
extracting iconv to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxml2 in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxml2/libxml2_2.9.14_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  811k  100  811k    0     0  6354k      0 --:--:-- --:--:-- --:--:-- 6388k
extracting libxml2 to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxml2-utils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxml2-utils/libxml2-utils_2.9.14_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 30884  100 30884    0     0   320k      0 --:--:-- --:--:-- --:--:--  320k
extracting libxml2-utils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found ttf-dejavu in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/t/ttf-dejavu/ttf-dejavu_2.37-8_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 2410k  100 2410k    0     0  20.3M      0 --:--:-- --:--:-- --:--:-- 20.4M
extracting ttf-dejavu to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found fontconfig in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/f/fontconfig/fontconfig_2.14.0_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  115k  100  115k    0     0   378k      0 --:--:-- --:--:-- --:--:--  378k
extracting fontconfig to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found fontconfig-utils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/f/fontconfig-utils/fontconfig-utils_2.14.0_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 15060  100 15060    0     0   146k      0 --:--:-- --:--:-- --:--:--  147k
extracting fontconfig-utils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libandroid-shmem in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/liba/libandroid-shmem/libandroid-shmem_0.4_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  6944  100  6944    0     0  24902      0 --:--:-- --:--:-- --:--:-- 24978
extracting libandroid-shmem to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found xorg-util-macros in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/x/xorg-util-macros/xorg-util-macros_1.19.3_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 21812  100 21812    0     0   222k      0 --:--:-- --:--:-- --:--:--  224k
extracting xorg-util-macros to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found xorgproto in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/x/xorgproto/xorgproto_2020.1-1_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  171k  100  171k    0     0  1863k      0 --:--:-- --:--:-- --:--:-- 1849k
extracting xorgproto to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found libxau in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxau/libxau_1.0.9-9_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  8322  100  8322    0     0  85938      0 --:--:-- --:--:-- --:--:-- 86687
extracting libxau to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxdmcp in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxdmcp/libxdmcp_1.1.3-10_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 23478  100 23478    0     0   180k      0 --:--:-- --:--:-- --:--:--  180k
extracting libxdmcp to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found xcb-proto in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/x/xcb-proto/xcb-proto_1.15_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 86800  100 86800    0     0   912k      0 --:--:-- --:--:-- --:--:--  921k
extracting xcb-proto to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found libxcb in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxcb/libxcb_1.15_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  893k  100  893k    0     0  8096k      0 --:--:-- --:--:-- --:--:-- 8121k
extracting libxcb to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found xtrans in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/x/xtrans/xtrans_1.4.0-8_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 43048  100 43048    0     0   405k      0 --:--:-- --:--:-- --:--:--  408k
extracting xtrans to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found libx11 in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libx11/libx11_1.7.2-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1897k  100 1897k    0     0  18.5M      0 --:--:-- --:--:-- --:--:-- 18.7M
extracting libx11 to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxrender in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxrender/libxrender_0.9.10-14_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 19476  100 19476    0     0   158k      0 --:--:-- --:--:-- --:--:--  158k
extracting libxrender to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxft in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxft/libxft_2.3.3-13_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 35592  100 35592    0     0   100k      0 --:--:-- --:--:-- --:--:--  100k
extracting libxft to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxext in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxext/libxext_1.3.4-11_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 95550  100 95550    0     0   953k      0 --:--:-- --:--:-- --:--:--  961k
extracting libxext to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxss in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxss/libxss_1.2.3-13_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 11666  100 11666    0     0   120k      0 --:--:-- --:--:-- --:--:--  121k
extracting libxss to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found tcl in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/t/tcl/tcl_8.6.11-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 2171k  100 2171k    0     0  19.7M      0 --:--:-- --:--:-- --:--:-- 19.8M
extracting tcl to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found tk in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/t/tk/tk_8.6.11.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1143k  100 1143k    0     0  7633k      0 --:--:-- --:--:-- --:--:-- 7672k
extracting tk to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found python in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/p/python/python_3.10.7_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 8911k  100 8911k    0     0  60.0M      0 --:--:-- --:--:-- --:--:-- 60.4M
extracting python to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found python-tkinter in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/p/python-tkinter/python-tkinter_3.10.7_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  937k  100  937k    0     0  8752k      0 --:--:-- --:--:-- --:--:-- 8759k
extracting python-tkinter to /home/builder/.termux-build/_cache-aarch64...
Downloading https://github.com/pyca/cryptography/archive/refs/tags/38.0.1.tar.gz
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  768k    0  768k    0     0  1866k      0 --:--:-- --:--:-- --:--:-- 1866k
100 9566k    0 9566k    0     0  6716k      0 --:--:--  0:00:01 --:--:-- 8694k
100 18.0M    0 18.0M    0     0  7684k      0 --:--:--  0:00:02 --:--:-- 8880k
100 27.3M    0 27.3M    0     0  8200k      0 --:--:--  0:00:03 --:--:-- 9068k
100 34.2M    0 34.2M    0     0  8665k      0 --:--:--  0:00:04 --:--:-- 9436k
Applying ndk-patch: bits-struct_file.h.patch
Applying ndk-patch: dirent.h.patch
Applying ndk-patch: grp.h.patch
Applying ndk-patch: langinfo.h.patch
Applying ndk-patch: linux-fcntl.h.patch
Applying ndk-patch: paths.h.patch
Applying ndk-patch: pwd.h.patch
Applying ndk-patch: redefine-TCSAFLUSH.patch
Applying ndk-patch: semaphore.h.patch
Applying ndk-patch: stdio.h.patch
Applying ndk-patch: stdlib.h.patch
Applying ndk-patch: sys-cdefs.h.patch
Applying ndk-patch: syslog.patch
Applying ndk-patch: unistd.h.patch
Applying ndk-patch: utmp.h.patch
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libcamera2ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libvulkan.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libaaudio.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libcamera2ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libnativewindow.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libsync.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libvulkan.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libaaudio.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libcamera2ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libnativewindow.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libneuralnetworks.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libsync.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libvulkan.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libaaudio.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libcamera2ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libnativewindow.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libneuralnetworks.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libsync.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libvulkan.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libaaudio.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libamidi.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libbinder_ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libcamera2ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libnativewindow.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libneuralnetworks.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libsync.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libvulkan.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libaaudio.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libamidi.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libbinder_ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libcamera2ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libnativewindow.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libneuralnetworks.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libsync.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libvulkan.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libaaudio.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libamidi.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libbinder_ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libcamera2ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libicu.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libnativehelper.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libnativewindow.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libneuralnetworks.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libsync.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libvulkan.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libaaudio.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libamidi.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libbinder_ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libcamera2ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libicu.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libnativehelper.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libnativewindow.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libneuralnetworks.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libsync.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libvulkan.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libaaudio.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libamidi.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libbinder_ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libcamera2ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libicu.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libnativehelper.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libnativewindow.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libneuralnetworks.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libsync.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libvulkan.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libz.so'
Downloading https://github.com/benfogle/crossenv/archive/refs/tags/v1.3.0.tar.gz
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 43443    0 43443    0     0   132k      0 --:--:-- --:--:-- --:--:--  132k
~/.termux-build/_cache/crossenv-1.3.0 ~/.termux-build/python-cryptography/src
WARNING: The cross-compiler ('aarch64-linux-android-clang') does not appear to be for the correct architecture (got aarch64-unknown-linux-android24, expected aarch64-unknown-linux-android). Use --cc to correct, if necessary.
~/.termux-build/python-cryptography/src
Collecting cffi
Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 KB 15.4 MB/s eta 0:00:00
Collecting setuptools>=60.10
Downloading setuptools-65.3.0-py3-none-any.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 48.9 MB/s eta 0:00:00
Collecting setuptools_rust
Downloading setuptools_rust-1.5.1-py3-none-any.whl (23 kB)
Collecting semantic_version
Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Collecting pycparser
Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 KB 48.7 MB/s eta 0:00:00
Collecting typing-extensions>=3.7.4.3
Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB)
Installing collected packages: typing-extensions, setuptools, semantic_version, pycparser, setuptools_rust, cffi
Attempting uninstall: setuptools
Found existing installation: setuptools 59.6.0
Uninstalling setuptools-59.6.0:
Successfully uninstalled setuptools-59.6.0
Successfully installed cffi-1.15.1 pycparser-2.21 semantic_version-2.10.0 setuptools-65.3.0 setuptools_rust-1.5.1 typing-extensions-4.3.0
Collecting setuptools==65.3.0
Using cached setuptools-65.3.0-py3-none-any.whl (1.2 MB)
Collecting setuptools_rust
Using cached setuptools_rust-1.5.1-py3-none-any.whl (23 kB)
Collecting semantic_version
Using cached semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Collecting typing-extensions>=3.7.4.3
Using cached typing_extensions-4.3.0-py3-none-any.whl (25 kB)
Installing collected packages: typing-extensions, setuptools, semantic_version, setuptools_rust
Attempting uninstall: setuptools
Found existing installation: setuptools 59.6.0
Uninstalling setuptools-59.6.0:
Successfully uninstalled setuptools-59.6.0
Successfully installed semantic_version-2.10.0 setuptools-65.3.0 setuptools_rust-1.5.1 typing-extensions-4.3.0
info: downloading installer
info: profile set to 'default'
info: default host triple is x86_64-unknown-linux-gnu
info: syncing channel updates for '1.62.1-x86_64-unknown-linux-gnu'
info: latest update on 2022-07-19, rust version 1.62.1 (e092d0b6b 2022-07-16)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustfmt'
info: default toolchain set to '1.62.1-x86_64-unknown-linux-gnu'
1.62.1-x86_64-unknown-linux-gnu installed - rustc 1.62.1 (e092d0b6b 2022-07-16)
Rust is installed now. Great!
To get started you may need to restart your current shell.
This would reload your PATH environment variable to include
Cargo's bin directory ($HOME/.cargo/bin).
To configure your current shell, run:
source "$HOME/.cargo/env"
info: downloading component 'rust-std' for 'aarch64-linux-android'
info: installing component 'rust-std' for 'aarch64-linux-android'
running install
/home/builder/.termux-build/python-cryptography/src/python-crossenv-prefix/build/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running build
running build_py
creating build
creating build/lib.linux-aarch64-cpython-310
creating build/lib.linux-aarch64-cpython-310/cryptography
copying src/cryptography/fernet.py -> build/lib.linux-aarch64-cpython-310/cryptography
copying src/cryptography/about.py -> build/lib.linux-aarch64-cpython-310/cryptography
copying src/cryptography/exceptions.py -> build/lib.linux-aarch64-cpython-310/cryptography
copying src/cryptography/utils.py -> build/lib.linux-aarch64-cpython-310/cryptography
copying src/cryptography/init.py -> build/lib.linux-aarch64-cpython-310/cryptography
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat
copying src/cryptography/hazmat/_oid.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat
copying src/cryptography/hazmat/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat
creating build/lib.linux-aarch64-cpython-310/cryptography/x509
copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-aarch64-cpython-310/cryptography/x509
copying src/cryptography/x509/oid.py -> build/lib.linux-aarch64-cpython-310/cryptography/x509
copying src/cryptography/x509/name.py -> build/lib.linux-aarch64-cpython-310/cryptography/x509
copying src/cryptography/x509/general_name.py -> build/lib.linux-aarch64-cpython-310/cryptography/x509
copying src/cryptography/x509/extensions.py -> build/lib.linux-aarch64-cpython-310/cryptography/x509
copying src/cryptography/x509/base.py -> build/lib.linux-aarch64-cpython-310/cryptography/x509
copying src/cryptography/x509/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/x509
copying src/cryptography/x509/ocsp.py -> build/lib.linux-aarch64-cpython-310/cryptography/x509
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends
copying src/cryptography/hazmat/backends/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings
copying src/cryptography/hazmat/bindings/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/types.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/kdf
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/serialization
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/twofactor
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/ciphers
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/openssl
running egg_info
creating src/cryptography.egg-info
writing src/cryptography.egg-info/PKG-INFO
writing dependency_links to src/cryptography.egg-info/dependency_links.txt
writing requirements to src/cryptography.egg-info/requires.txt
writing top-level names to src/cryptography.egg-info/top_level.txt
writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files found matching 'vectors'
warning: no previously-included files matching '' found under directory 'vectors'
warning: no previously-included files matching '' found under directory '.github'
warning: no previously-included files found matching 'release.py'
warning: no previously-included files found matching '.readthedocs.yml'
warning: no previously-included files found matching 'dev-requirements.txt'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files found matching 'mypy.ini'
warning: no previously-included files matching '*' found under directory '.circleci'
adding license file 'LICENSE'
adding license file 'LICENSE.APACHE'
adding license file 'LICENSE.BSD'
adding license file 'LICENSE.PSF'
writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
/home/builder/.termux-build/python-cryptography/src/python-crossenv-prefix/build/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'cryptography.hazmat.bindings._rust' as data is deprecated, please list it in packages.
!!
############################
# Package would be ignored #
############################
Python recognizes 'cryptography.hazmat.bindings._rust' as an importable package,
but it is not listed in the `packages` configuration of setuptools.

'cryptography.hazmat.bindings._rust' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).

Please make sure that 'cryptography.hazmat.bindings._rust' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).

You can read more about "package discovery" and "data files" on setuptools
documentation page.

!!
check.warn(importable)
copying src/cryptography/py.typed -> build/lib.linux-aarch64-cpython-310/cryptography
copying src/cryptography/hazmat/bindings/_openssl.pyi -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/init.pyi -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/x509.pyi -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/_rust
running build_ext
running build_rust
cargo rustc --lib --message-format=json-render-diagnostics --manifest-path src/rust/Cargo.toml --target aarch64-linux-android --release -v --features pyo3/extension-module pyo3/abi3-py36 -- --crate-type cdylib
Updating crates.io index
Downloading crates ...
Downloaded android_system_properties v0.1.5
Downloaded autocfg v1.1.0
Downloaded instant v0.1.12
Downloaded lock_api v0.4.8
Downloaded chrono v0.4.22
Downloaded ouroboros v0.15.4
Downloaded paste v0.1.18
Downloaded paste-impl v0.1.18
Downloaded scopeguard v1.1.0
Downloaded proc-macro-error-attr v1.0.4
Downloaded unindent v0.1.10
Downloaded pyo3-macros v0.15.2
Downloaded asn1_derive v0.12.2
Downloaded cfg-if v1.0.0
Downloaded indoc-impl v0.3.6
Downloaded aliasable v0.1.3
Downloaded pem v1.1.0
Downloaded libc v0.2.132
Downloaded indoc v0.3.6
Downloaded parking_lot_core v0.8.5
Downloaded once_cell v1.14.0
Downloaded num-traits v0.2.15
Downloaded pyo3 v0.15.2
Downloaded pyo3-macros-backend v0.15.2
Downloaded unicode-ident v1.0.3
Downloaded smallvec v1.9.0
Downloaded version_check v0.9.4
Downloaded asn1 v0.12.2
Downloaded quote v1.0.21
Downloaded syn v1.0.99
Downloaded pyo3-build-config v0.15.2
Downloaded parking_lot v0.11.2
Downloaded ouroboros_macro v0.15.4
Downloaded base64 v0.13.0
Downloaded proc-macro2 v1.0.43
Downloaded num-integer v0.1.45
Downloaded iana-time-zone v0.1.47
Downloaded Inflector v0.11.4
Downloaded proc-macro-hack v0.5.19
Downloaded proc-macro-error v1.0.4
Compiling proc-macro2 v1.0.43
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=98ab84702e8d3485 -C extra-filename=-98ab84702e8d3485 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/proc-macro2-98ab84702e8d3485 -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling quote v1.0.21
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=9b150f851f6e5d9a -C extra-filename=-9b150f851f6e5d9a --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/quote-9b150f851f6e5d9a -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling unicode-ident v1.0.3
Running rustc --crate-name unicode_ident --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=afb03e5584b1603b -C extra-filename=-afb03e5584b1603b --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling autocfg v1.1.0
Running rustc --crate-name autocfg /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=6a63892a331d8a1c -C extra-filename=-6a63892a331d8a1c --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling syn v1.0.99
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=25a0e5cad98068d0 -C extra-filename=-25a0e5cad98068d0 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/syn-25a0e5cad98068d0 -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling libc v0.2.132
Running rustc --crate-name build_script_build /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.132/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=464999fe180cf604 -C extra-filename=-464999fe180cf604 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/libc-464999fe180cf604 -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling version_check v0.9.4
Running rustc --crate-name version_check /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=ad39b4215ca88f49 -C extra-filename=-ad39b4215ca88f49 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling pyo3-build-config v0.15.2
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/pyo3-build-config-0.15.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py36"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="resolve-config"' -C metadata=53ec0cb81e25ba92 -C extra-filename=-53ec0cb81e25ba92 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/pyo3-build-config-53ec0cb81e25ba92 -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling proc-macro-hack v0.5.19
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-hack-0.5.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=cd2cf30e6553a54d -C extra-filename=-cd2cf30e6553a54d --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/proc-macro-hack-cd2cf30e6553a54d -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling once_cell v1.14.0
Running rustc --crate-name once_cell --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=c76628e18bbc6bbf -C extra-filename=-c76628e18bbc6bbf --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling cfg-if v1.0.0
Running rustc --crate-name cfg_if --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=d36c9ce13f4358dd -C extra-filename=-d36c9ce13f4358dd --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Compiling parking_lot_core v0.8.5
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.8.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=ad2b64cd9f826c15 -C extra-filename=-ad2b64cd9f826c15 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/parking_lot_core-ad2b64cd9f826c15 -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling scopeguard v1.1.0
Running rustc --crate-name scopeguard /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=d9a765e6e40490ce -C extra-filename=-d9a765e6e40490ce --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Compiling unindent v0.1.10
Running rustc --crate-name unindent --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/unindent-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=ec911b64f3c9e8eb -C extra-filename=-ec911b64f3c9e8eb --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Running rustc --crate-name once_cell --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=8e9e2692ea8d240b -C extra-filename=-8e9e2692ea8d240b --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Compiling smallvec v1.9.0
Running rustc --crate-name smallvec --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=29ffc1fe046006a5 -C extra-filename=-29ffc1fe046006a5 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Compiling Inflector v0.11.4
Running rustc --crate-name inflector /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/Inflector-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=48410624b45de834 -C extra-filename=-48410624b45de834 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling aliasable v0.1.3
Running rustc --crate-name aliasable --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/aliasable-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=c9f432b5ec67d9a4 -C extra-filename=-c9f432b5ec67d9a4 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Compiling base64 v0.13.0
Running rustc --crate-name base64 --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=039f85f8effb81f8 -C extra-filename=-039f85f8effb81f8 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Running rustc --crate-name unindent --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/unindent-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=c7097c653290e9ca -C extra-filename=-c7097c653290e9ca --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/proc-macro2-98ab84702e8d3485/build-script-build
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/quote-9b150f851f6e5d9a/build-script-build
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/syn-25a0e5cad98068d0/build-script-build
Compiling num-traits v0.2.15
Running rustc --crate-name build_script_build /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=28910636ec8964e9 -C extra-filename=-28910636ec8964e9 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/num-traits-28910636ec8964e9 -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern autocfg=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libautocfg-6a63892a331d8a1c.rlib --cap-lints allow
Compiling lock_api v0.4.8
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=e6107d5c6d817d37 -C extra-filename=-e6107d5c6d817d37 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/lock_api-e6107d5c6d817d37 -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern autocfg=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libautocfg-6a63892a331d8a1c.rlib --cap-lints allow
Compiling num-integer v0.1.45
Running rustc --crate-name build_script_build /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=e6bd1f991d5921dd -C extra-filename=-e6bd1f991d5921dd --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/num-integer-e6bd1f991d5921dd -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern autocfg=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libautocfg-6a63892a331d8a1c.rlib --cap-lints allow
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/libc-464999fe180cf604/build-script-build
Compiling proc-macro-error-attr v1.0.4
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=1eca3abd79ee0c6b -C extra-filename=-1eca3abd79ee0c6b --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/proc-macro-error-attr-1eca3abd79ee0c6b -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern version_check=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libversion_check-ad39b4215ca88f49.rlib --cap-lints allow
Compiling proc-macro-error v1.0.4
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=d1229065e65628e8 -C extra-filename=-d1229065e65628e8 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/proc-macro-error-d1229065e65628e8 -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern version_check=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libversion_check-ad39b4215ca88f49.rlib --cap-lints allow
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/proc-macro-hack-cd2cf30e6553a54d/build-script-build
Compiling instant v0.1.12
Running rustc --crate-name instant --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=b4f4da616a280307 -C extra-filename=-b4f4da616a280307 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern cfg_if=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libcfg_if-d36c9ce13f4358dd.rmeta --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/pyo3-build-config-53ec0cb81e25ba92/build-script-build
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/parking_lot_core-ad2b64cd9f826c15/build-script-build
Compiling pem v1.1.0
Running rustc --crate-name pem --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/pem-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=f7778dc25d52d64e -C extra-filename=-f7778dc25d52d64e --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern base64=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libbase64-039f85f8effb81f8.rmeta --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Running rustc --crate-name proc_macro2 --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=dbc0c1a115d9764d -C extra-filename=-dbc0c1a115d9764d --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern unicode_ident=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libunicode_ident-afb03e5584b1603b.rmeta --cap-lints allow --cfg use_proc_macro --cfg wrap_proc_macro
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/num-traits-28910636ec8964e9/build-script-build
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/lock_api-e6107d5c6d817d37/build-script-build
Running rustc --crate-name libc /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.132/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5a8187c916b2a491 -C extra-filename=-5a8187c916b2a491 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/num-integer-e6bd1f991d5921dd/build-script-build
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/proc-macro-error-attr-1eca3abd79ee0c6b/build-script-build
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/proc-macro-error-d1229065e65628e8/build-script-build
Running rustc --crate-name proc_macro_hack --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-hack-0.5.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=eab23d8381ddaafe -C extra-filename=-eab23d8381ddaafe --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern proc_macro --cap-lints allow
Running rustc --crate-name pyo3_build_config --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/pyo3-build-config-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py36"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="resolve-config"' -C metadata=a3542a7a49f116cc -C extra-filename=-a3542a7a49f116cc --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern once_cell=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libonce_cell-c76628e18bbc6bbf.rmeta --cap-lints allow
Running rustc --crate-name quote --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=3c209b1217cbff5d -C extra-filename=-3c209b1217cbff5d --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern proc_macro2=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libproc_macro2-dbc0c1a115d9764d.rmeta --cap-lints allow
Running rustc --crate-name lock_api --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=8b75e231c28c8443 -C extra-filename=-8b75e231c28c8443 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern scopeguard=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libscopeguard-d9a765e6e40490ce.rmeta --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags --cfg has_const_fn_trait_bound
Running rustc --crate-name num_traits /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=04dda73b57b0bd09 -C extra-filename=-04dda73b57b0bd09 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags --cfg has_i128 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_int_assignop_ref --cfg has_div_euclid
Compiling android_system_properties v0.1.5
Running rustc --crate-name android_system_properties --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/android_system_properties-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=cd9a58e9aa81af35 -C extra-filename=-cd9a58e9aa81af35 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern libc=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/liblibc-5a8187c916b2a491.rmeta --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Running rustc --crate-name parking_lot_core --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=eb7547129cafe35b -C extra-filename=-eb7547129cafe35b --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern cfg_if=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libcfg_if-d36c9ce13f4358dd.rmeta --extern instant=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libinstant-b4f4da616a280307.rmeta --extern libc=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/liblibc-5a8187c916b2a491.rmeta --extern smallvec=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libsmallvec-29ffc1fe046006a5.rmeta --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Compiling paste-impl v0.1.18
Running rustc --crate-name paste_impl --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/paste-impl-0.1.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=a54d336522787561 -C extra-filename=-a54d336522787561 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern proc_macro_hack=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libproc_macro_hack-eab23d8381ddaafe.so --extern proc_macro --cap-lints allow
Compiling pyo3 v0.15.2
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/pyo3-0.15.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py36"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="paste"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=dc6b9bdf0f036ae0 -C extra-filename=-dc6b9bdf0f036ae0 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/pyo3-dc6b9bdf0f036ae0 -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern pyo3_build_config=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libpyo3_build_config-a3542a7a49f116cc.rlib --cap-lints allow
Running rustc --crate-name syn --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=a95989e67de8cf50 -C extra-filename=-a95989e67de8cf50 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern proc_macro2=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libproc_macro2-dbc0c1a115d9764d.rmeta --extern quote=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libquote-3c209b1217cbff5d.rmeta --extern unicode_ident=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libunicode_ident-afb03e5584b1603b.rmeta --cap-lints allow --cfg syn_disable_nightly_tests
Running rustc --crate-name proc_macro_error_attr --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=b74d81defaef7f29 -C extra-filename=-b74d81defaef7f29 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern proc_macro2=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libproc_macro2-dbc0c1a115d9764d.rlib --extern quote=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libquote-3c209b1217cbff5d.rlib --extern proc_macro --cap-lints allow
Compiling iana-time-zone v0.1.47
Running rustc --crate-name iana_time_zone --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="fallback"' -C metadata=ad303be84f317982 -C extra-filename=-ad303be84f317982 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern android_system_properties=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libandroid_system_properties-cd9a58e9aa81af35.rmeta --extern once_cell=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libonce_cell-8e9e2692ea8d240b.rmeta --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Compiling parking_lot v0.11.2
Running rustc --crate-name parking_lot --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' -C metadata=372b4df87460df12 -C extra-filename=-372b4df87460df12 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern instant=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libinstant-b4f4da616a280307.rmeta --extern lock_api=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/liblock_api-8b75e231c28c8443.rmeta --extern parking_lot_core=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libparking_lot_core-eb7547129cafe35b.rmeta --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Running rustc --crate-name num_integer /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=299b5a4a4d943bf1 -C extra-filename=-299b5a4a4d943bf1 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern num_traits=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libnum_traits-04dda73b57b0bd09.rmeta --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags --cfg has_i128
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/pyo3-dc6b9bdf0f036ae0/build-script-build
error: failed to run custom build command for pyo3 v0.15.2
Caused by:
process didn't exit successfully: /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/pyo3-dc6b9bdf0f036ae0/build-script-build (exit status: 1)
--- stdout
cargo:rerun-if-env-changed=PYO3_CROSS
cargo:rerun-if-env-changed=PYO3_CROSS_LIB_DIR
cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_VERSION
--- stderr
error: The PYO3_CROSS_LIB_DIR environment variable must be set when cross-compiling
warning: build failed, waiting for other jobs to finish...
=============================DEBUG ASSISTANCE=============================
If you are seeing a compilation error please try the following steps to
successfully install cryptography:
1) Upgrade to the latest pip and try again. This will fix errors for most
   users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
2) Read https://cryptography.io/en/latest/installation/ for specific
   instructions for your platform.
3) Check our frequently asked questions for more information:
   https://cryptography.io/en/latest/faq/
4) Ensure you have a recent Rust toolchain installed:
   https://cryptography.io/en/latest/installation/#rust

Python: 3.10.4
platform: Linux-aarch64-with
pip: 22.0.2
setuptools: 65.3.0
setuptools_rust: 1.5.1
rustc: 1.62.1 (e092d0b6b 2022-07-16)
=============================DEBUG ASSISTANCE=============================

error: cargo rustc --lib --message-format=json-render-diagnostics --manifest-path src/rust/Cargo.toml --target aarch64-linux-android --release -v --features 'pyo3/extension-module pyo3/abi3-py36' -- --crate-type cdylib failed with code 101
ERROR: failed to build.


Above error occured when I last tried to update at 2022-09-08 23:22:43 UTC.
Run ID: 3018883525

Note: Automatic updates will be disabled until this issue is resolved.

Python3 doesn't recognize python-scipy installed from Tur-Repo

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:
Describe how others will reproduce this bug.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Termux-info
paste output of termux-info command

Additional context
Add any other context about the problem here.

pygame module not found

Describe the bug
A clear and concise description of what the bug is.

After apt install python-pygame

~  python
Python 3.10.5 (main, Jun  7 2022, 03:53:14) [Clang 12.0.8 (https://android.googlesource.com/toolchain/llvm-project c935d99d7 on linux
Type "help", "copyright", "credits" or "license" for more information.
i>>> import pygame
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'pygame'
>>>

To Reproduce
Steps to reproduce the behavior:
Describe how others will reproduce this bug.

$ apt install python-pygame
$ python
>>> import pygame

Expected behavior
A clear and concise description of what you expected to happen.

Pygame imports successfully.

Screenshots
If applicable, add screenshots to help explain your problem.

N/A

Termux-info
paste output of termux-info command

N/A

Additional context
Add any other context about the problem here.

I tried a different package python-pillow and that worked fine, so I took a peek at the package script and it seems like that package adds the egg into $PREFIX/lib/python3.10/site-packages/easy-install.pth but the pygame module seems to have missed that step, I tried to manually append the directory into that file and it worked.

Auto update failing for dialog

Hi, I'm Termux 🤖.

I'm here to help you update your Termux packages.

I've tried to update the dialog package, but it failed.

Here's the output of the update script:

Show log
INFO: Updating dialog [Current version: 1.3-20220728]
sha256sum: output_file: No such file or directory

Above error occured when I last tried to update at 2022-10-10 06:41:43 UTC.
Run ID: 3217335784

Note: Automatic updates will be disabled until this issue is resolved.

Is this good practise to add Environment Variables

Is following a good practise?

nano ~/.bash_profile add these lines at top

PATH=$PATH:$PREFIX/bin:$PREFIX/local/bin

export LD_LIBRARY_PATH=$PREFIX/lib:$PREFIX/local/lib

export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig:$PREFIX/local/lib/pkgconfig

export C_INCLUDE_PATH=$PREFIX/include:$PREFIX/local/include:$PREFIX/local/include/coin:$PREFIX/local/include/coin-or:$PREFIX/local/include/coin-or/asl:$PREFIX/local/include/coin-or/hsl:$PREFIX/local/include/coin-or/mumps

export CPLUS_INCLUDE_PATH=$PREFIX/include:$PREFIX/local/include:$PREFIX/local/include/coin:$PREFIX/local/include/coinor:$PREFIX/local/include/coin-or/asl:$PREFIX/local/include/coin-or/hsl:$PREFIX/local/include/coin-or/mumps

libgomp dependancy error

As requested by terminall to report it
The following packages have unmet dependencies: libgomp-11 : Depends: gcc-11 (= 11.1.0) but 11.3.0-3 is to be installed E: Unable to correct problems, you have held broken packages.

Auto update failing for cf

Hi, I'm Termux 🤖.

I'm here to help you update your Termux packages.

I've tried to update the cf package, but it failed.

Here's the output of the update script:

Show log
INFO: Updating cf [Current version: 0.2.4]
INFO: package being updated to 0.4.0.
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 13212    0 13212    0     0  17158      0 --:--:-- --:--:-- --:--:-- 17158
100 70336    0 70336    0     0  76121      0 --:--:-- --:--:-- --:--:--  364k
You are about to commit these changes:

diff --git a/tur/cf/build.sh b/tur/cf/build.sh
index 924105f..7e866c1 100644
--- a/tur/cf/build.sh
+++ b/tur/cf/build.sh
@@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://wiki.teamssix.com/cf
TERMUX_PKG_DESCRIPTION="Cloud Exploitation Framework"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@UtermuxBlog"
-TERMUX_PKG_VERSION="0.2.4"
+TERMUX_PKG_VERSION="0.4.0"
TERMUX_PKG_SRCURL=https://github.com/teamssix/cf/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
-TERMUX_PKG_SHA256=401779498ec69f937bddcf78f816ed99ced730a6858cd2f3062c712667d38376
+TERMUX_PKG_SHA256=c0d68d36851e0cb638b41da00e300f08032c5a378b89029498fc05966512ff4a
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true

cf: update to 0.4.0
Not committing to Git!
INFO: Trying to build package.
Running container 'termux-package-builder' from image 'ghcr.io/termux/package-builder'...
termux - building cf for arch aarch64...
Downloading https://packages-cf.termux.dev/apt/termux-main/dists/stable/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 13133  100 13133    0     0  66004      0 --:--:-- --:--:-- --:--:-- 66328
Downloading https://packages-cf.termux.dev/apt/termux-main/dists/stable/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   833  100   833    0     0   3778      0 --:--:-- --:--:-- --:--:--  3769
gpg: Signature made Thu 08 Sep 2022 01:41:44 PM UTC
gpg:                using RSA key CC72CF8BA7DBFA0182877D045A897D96E57CF20C
gpg: Good signature from "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
gpg:                 aka "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
Downloading https://packages-cf.termux.dev/apt/termux-root/dists/root/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 13319  100 13319    0     0  77437      0 --:--:-- --:--:-- --:--:-- 77888
Downloading https://packages-cf.termux.dev/apt/termux-root/dists/root/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   833  100   833    0     0   3549      0 --:--:-- --:--:-- --:--:--  3559
gpg: Signature made Sun 04 Sep 2022 06:32:25 AM UTC
gpg:                using RSA key CC72CF8BA7DBFA0182877D045A897D96E57CF20C
gpg: Good signature from "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
gpg:                 aka "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
Downloading https://packages-cf.termux.dev/apt/termux-x11/dists/x11/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 13119  100 13119    0     0  61008      0 --:--:-- --:--:-- --:--:-- 61303
Downloading https://packages-cf.termux.dev/apt/termux-x11/dists/x11/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   833  100   833    0     0   3595      0 --:--:-- --:--:-- --:--:--  3590
gpg: Signature made Fri 02 Sep 2022 11:16:28 AM UTC
gpg:                using RSA key CC72CF8BA7DBFA0182877D045A897D96E57CF20C
gpg: Good signature from "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
gpg:                 aka "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
Downloading https://tur.kcubeterm.com/dists/tur-packages/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    77    0    77    0     0    232      0 --:--:-- --:--:-- --:--:--   233
100  7071  100  7071    0     0  16024      0 --:--:-- --:--:-- --:--:-- 16024
Downloading https://tur.kcubeterm.com/dists/tur-packages/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    81    0    81    0     0    280      0 --:--:-- --:--:-- --:--:--   281
100   659  100   659    0     0   1689      0 --:--:-- --:--:-- --:--:--  1689
gpg: Signature made Tue 06 Sep 2022 07:00:06 AM UTC
gpg:                using RSA key 43EEC3A2934343315717FF6F6A5C550C260667D1
gpg: Good signature from "Termux-user-repository (TUR AUTOBUILD key)" [ultimate]
Downloading https://tur.kcubeterm.com/dists/tur-packages/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    77    0    77    0     0    249      0 --:--:-- --:--:-- --:--:--   249
100  7071  100  7071    0     0  17436      0 --:--:-- --:--:-- --:--:-- 17436
Downloading https://tur.kcubeterm.com/dists/tur-packages/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    81    0    81    0     0    270      0 --:--:-- --:--:-- --:--:--   270
100   659  100   659    0     0   1664      0 --:--:-- --:--:-- --:--:--  1664
gpg: Signature made Tue 06 Sep 2022 07:00:06 AM UTC
gpg:                using RSA key 43EEC3A2934343315717FF6F6A5C550C260667D1
gpg: Good signature from "Termux-user-repository (TUR AUTOBUILD key)" [ultimate]
Downloading https://github.com/teamssix/cf/archive/refs/tags/v0.4.0.tar.gz
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 70336    0 70336    0     0  73457      0 --:--:-- --:--:-- --:--:-- 73457
go: /home/builder/.termux-build/cf/src/go.mod already exists
go: downloading github.com/spf13/cobra v1.5.0
go: downloading github.com/sirupsen/logrus v1.9.0
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/gookit/color v1.5.1
go: downloading github.com/ivanpirog/coloredcobra v1.0.1
go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1685
go: downloading github.com/AlecAivazis/survey/v2 v2.3.5
go: downloading github.com/aliyun/aliyun-oss-go-sdk v2.2.4+incompatible
go: downloading github.com/schollz/progressbar/v3 v3.8.7
go: downloading github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cam v1.0.447
go: downloading github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.486
go: downloading github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cvm v1.0.447
go: downloading github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/lighthouse v1.0.447
go: downloading github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/sts v1.0.475
go: downloading github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tat v1.0.447
go: downloading github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cwp v1.0.447
go: downloading github.com/x-cray/logrus-prefixed-formatter v0.5.2
go: downloading github.com/teamssix/sqlite v0.0.0-20220829105700-c806b7ad356b
go: downloading gorm.io/gorm v1.23.8
go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
go: downloading github.com/stretchr/testify v1.7.2
go: downloading github.com/mattn/go-runewidth v0.0.13
go: downloading github.com/inconshreveable/mousetrap v1.0.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/fatih/color v1.13.0
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
go: downloading github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2
go: downloading github.com/creack/pty v1.1.17
go: downloading github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec
go: downloading golang.org/x/time v0.0.0-20220609170525-579cf78fd858
go: downloading github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f
go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
go: downloading github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
go: downloading golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838
go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
go: downloading github.com/onsi/ginkgo v1.16.5
go: downloading github.com/onsi/gomega v1.20.0
go: downloading modernc.org/sqlite v1.18.1
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/rivo/uniseg v0.2.0
go: downloading github.com/mattn/go-colorable v0.1.9
go: downloading github.com/mattn/go-isatty v0.0.14
go: downloading github.com/satori/go.uuid v1.2.0
go: downloading github.com/kr/pretty v0.2.0
go: downloading gopkg.in/ini.v1 v1.66.2
go: downloading github.com/json-iterator/go v1.1.5
go: downloading github.com/modern-go/reflect2 v1.0.1
go: downloading github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
go: downloading github.com/jinzhu/now v1.1.5
go: downloading github.com/jinzhu/inflection v1.0.0
go: downloading github.com/google/go-cmp v0.5.8
go: downloading github.com/kr/text v0.1.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
go: downloading modernc.org/libc v1.16.19
go: downloading modernc.org/ccgo/v3 v3.16.8
go: downloading github.com/mattn/go-sqlite3 v1.14.14
go: downloading modernc.org/mathutil v1.4.1
go: downloading modernc.org/tcl v1.13.1
go: downloading golang.org/x/tools v0.1.11
go: downloading modernc.org/cc/v3 v3.36.0
go: downloading modernc.org/opt v0.1.3
go: downloading github.com/dustin/go-humanize v1.0.0
go: downloading modernc.org/ccorpus v1.11.6
go: downloading github.com/google/uuid v1.3.0
go: downloading modernc.org/memory v1.1.1
go: downloading github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0
go: downloading lukechampine.com/uint128 v1.2.0
go: downloading modernc.org/strutil v1.1.2
go: downloading modernc.org/token v1.0.0
go: downloading modernc.org/httpfs v1.0.6
go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
go: downloading modernc.org/z v1.5.1
/home/builder/termux-packages/tur/cf/build.sh: line 19: cd: /home/builder/.termux-build/cf/src/command/scan: No such file or directory
ERROR: failed to build.


Above error occured when I last tried to update at 2022-09-08 16:29:59 UTC.
Run ID: 3016686966

Note: Automatic updates will be disabled until this issue is resolved.

Is this Termux Specific Error: cannot locate symbol "PyExc_TypeError"

@ numba/numba#8584
I have compiled with clang & gcc-11 package numba It builds OK it installs OK but I cannot import it in python session

This error always occur ImportError: dlopen failed: cannot locate symbol "PyExc_TypeError" referenced by "/data/data/com.termux/files/usr/lib/python3.9/site-packages/numba-0.57.0.dev0+782.g04d4af3ce-py3.9-linux-aarch64.egg/numba/core/typeconv/_typeconv.cpython-39.so"...

Further note:
numba requires llvm-11 which I installed via TUR repo

Full Text Search... Done
libllvm-11/tur-packages,now 11.1.0-1 aarch64 [installed]
  Modular compiler and toolchain technologies library (Version 11)

llvm-11/tur-packages,now 11.1.0-1 aarch64 [installed]
  LLVM modular compiler and toolchain executables

& afterwards I used build command for numba as well as llvmlite git versions

LLVM_CONFIG=$PREFIX/opt/libllvm-11/bin/llvm-config python setup.py install

[Discussion]: Setup an apt repo that supports on-device build

Lots of packages is not friendly to cross compile, such as openblas and scipy. Currently, TUR is actually a repo containing build.sh which must be able to cross-compile and may be able to compile on device.

Termux has termux-docker, and it provides the ability to test packages under a docker environment on host PC. But clang under termux-docker:aarch64/arm has issues when using binfmt_misc and qemu-user-aarch64/arm. It will hang on or crash when compiling with -std=c++11. But self-hosted runner of aarch64 can be used to solve this problem.

I have an aarch64 device and can be used as a self-hosted runner. And I think it is possible to create such a repo.

Maybe we can add a new source repository called tur-on-device under termux-user-repository. And one more apt repo should be added.

CC @kcubeterm @2096779623

Auto update failing for python-cryptography

Hi, I'm Termux 🤖.

I'm here to help you update your Termux packages.

I've tried to update the python-cryptography package, but it failed.

Here's the output of the update script:

Show log
INFO: Updating python-cryptography [Current version: 37.0.4]
ERROR: No 'latest-release-tag' found (https://api.github.com/repos/pyca/cryptography/releases/latest).
Try using 'newest-tag'.

Above error occured when I last tried to update at 2022-09-08 23:12:37 UTC.
Run ID: 3018861077

Note: Automatic updates will be disabled until this issue is resolved.

[Question] TUR Direct URL

I'm trying to get the TUR working with different package managers, What's the direct URL for the armv7 repo?

Numpy Scipy Version mismatch

Reporting this because terminal asked me to do so

WARNING: python-scipy is compiled with numpy 1.23.4, but numpy 1.23.4-2 is installed. It seems that python-numpy has been upgraded. Please report it to https://github.com/termux-user-repository/tur if any bug happens.

[Discussion]: Add a GPG key

Currently, our repo is using @kcubeterm 's GPG key to sign the Release file. Rather than using our own GPG keys, I'd prefer adding a new GPG key that is used to sign the TUR repo only. We are going the sign the repo using Github Action, but I don't think it is safe for us to store our own GPG passphrase to the repo's Action Secret.

/CC @kcubeterm @2096779623 @T-Dynamos

Auto update failing for python-cryptography

Hi, I'm Termux 🤖.

I'm here to help you update your Termux packages.

I've tried to update the python-cryptography package, but it failed.

Here's the output of the update script:

Show log
INFO: Updating python-cryptography [Current version: 37.0.4]
INFO: package being updated to 38.0.1.
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  294k    0  294k    0     0  1351k      0 --:--:-- --:--:-- --:--:-- 1351k
100 9072k    0 9072k    0     0  7454k      0 --:--:--  0:00:01 --:--:-- 8786k
100 17.3M    0 17.3M    0     0  8028k      0 --:--:--  0:00:02 --:--:-- 8756k
100 26.5M    0 26.5M    0     0  8460k      0 --:--:--  0:00:03 --:--:-- 8979k
100 34.2M    0 34.2M    0     0  8923k      0 --:--:--  0:00:03 --:--:-- 9370k
You are about to commit these changes:

diff --git a/tur/python-cryptography/build.sh b/tur/python-cryptography/build.sh
index b256ac1..e0dced3 100644
--- a/tur/python-cryptography/build.sh
+++ b/tur/python-cryptography/build.sh
@@ -7,9 +7,9 @@ LICENSE.APACHE
LICENSE.BSD
LICENSE.PSF"
TERMUX_PKG_MAINTAINER="@termux-user-repository"
-TERMUX_PKG_VERSION=37.0.4
+TERMUX_PKG_VERSION="38.0.1"
TERMUX_PKG_SRCURL=https://github.com/pyca/cryptography/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
-TERMUX_PKG_SHA256=26cb3b7e5cb14345502737c30188b807c1a58e64c535d961e683e86d3300c112
+TERMUX_PKG_SHA256=4d2e2b3192cd3767bdb68c22dd40c07a1deb209a05daee21df74fbf2df8bfbed
TERMUX_PKG_DEPENDS="libffi, openssl, python"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true
python-cryptography: update to 38.0.1
Not committing to Git!
INFO: Trying to build package.
Running container 'termux-package-builder' from image 'ghcr.io/termux/package-builder'...
Creating new container...
Unable to find image 'ghcr.io/termux/package-builder:latest' locally
latest: Pulling from termux/package-builder
2b55860d4c66: Pulling fs layer
9de6aac79b0f: Pulling fs layer
180256135a87: Pulling fs layer
b81e9405f196: Pulling fs layer
523d39803785: Pulling fs layer
ed02647356cf: Pulling fs layer
b81e9405f196: Waiting
523d39803785: Waiting
ed02647356cf: Waiting
9de6aac79b0f: Verifying Checksum
9de6aac79b0f: Download complete
180256135a87: Verifying Checksum
180256135a87: Download complete
b81e9405f196: Verifying Checksum
b81e9405f196: Download complete
2b55860d4c66: Verifying Checksum
2b55860d4c66: Download complete
ed02647356cf: Verifying Checksum
ed02647356cf: Download complete
2b55860d4c66: Pull complete
9de6aac79b0f: Pull complete
180256135a87: Pull complete
b81e9405f196: Pull complete
523d39803785: Verifying Checksum
523d39803785: Download complete
523d39803785: Pull complete
ed02647356cf: Pull complete
Digest: sha256:770243427bca3a361ba0de85aceaefbea2a3c1e1575a988584aa31fc7b0f0da3
Status: Downloaded newer image for ghcr.io/termux/package-builder:latest
e029b413142b14c7ea246cc8bc299360ae632a3681f7226c7abbffdf5e932873
gpg: key B0076E490B71616B: 17 signatures not checked due to missing keys
gpg: key B0076E490B71616B: public key "Henrik Grimler [email protected]" imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg: no ultimately trusted keys found
gpg (GnuPG) 2.2.27; Copyright (C) 2021 Free Software Foundation, Inc.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
gpg: key 5A897D96E57CF20C: public key "Termux Releases (Termux automatic builds) [email protected]" imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   1  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1  valid:   1  signed:   0  trust: 1-, 0q, 0n, 0m, 0f, 0u
gpg: next trustdb check due at 2024-08-25
gpg (GnuPG) 2.2.27; Copyright (C) 2021 Free Software Foundation, Inc.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
gpg: key 6A5C550C260667D1: public key "Termux-user-repository (TUR AUTOBUILD key)" imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg (GnuPG) 2.2.27; Copyright (C) 2021 Free Software Foundation, Inc.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
termux - building python-cryptography for arch aarch64...
Downloading https://github.com/termux/termux-elf-cleaner/releases/download/v2.1.1/termux-elf-cleaner
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 63912  100 63912    0     0   291k      0 --:--:-- --:--:-- --:--:--  291k
Downloading https://packages-cf.termux.dev/apt/termux-main/dists/stable/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 13133  100 13133    0     0  36718      0 --:--:-- --:--:-- --:--:-- 36787
Downloading https://packages-cf.termux.dev/apt/termux-main/dists/stable/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   833  100   833    0     0   2360      0 --:--:-- --:--:-- --:--:--  2366
gpg: Signature made Thu 08 Sep 2022 06:17:59 PM UTC
gpg:                using RSA key CC72CF8BA7DBFA0182877D045A897D96E57CF20C
gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   3  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 3u
gpg: next trustdb check due at 2024-08-25
gpg: Good signature from "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
gpg:                 aka "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
Downloading https://packages-cf.termux.dev/apt/termux-main/dists/stable/main/binary-aarch64/Packages
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1375k  100 1375k    0     0  2108k      0 --:--:-- --:--:-- --:--:-- 2109k
Downloading https://packages-cf.termux.dev/apt/termux-root/dists/root/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 13319  100 13319    0     0  36113      0 --:--:-- --:--:-- --:--:-- 36094
100 13319  100 13319    0     0  36104      0 --:--:-- --:--:-- --:--:-- 36094
Downloading https://packages-cf.termux.dev/apt/termux-root/dists/root/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   833  100   833    0     0   2342      0 --:--:-- --:--:-- --:--:--  2346
gpg: Signature made Sun 04 Sep 2022 06:32:25 AM UTC
gpg:                using RSA key CC72CF8BA7DBFA0182877D045A897D96E57CF20C
gpg: Good signature from "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
gpg:                 aka "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
Downloading https://packages-cf.termux.dev/apt/termux-root/dists/root/stable/binary-aarch64/Packages
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 49200  100 49200    0     0   280k      0 --:--:-- --:--:-- --:--:--  280k
Downloading https://packages-cf.termux.dev/apt/termux-x11/dists/x11/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 13119  100 13119    0     0  38485      0 --:--:-- --:--:-- --:--:-- 38472
100 13119  100 13119    0     0  38473      0 --:--:-- --:--:-- --:--:-- 38472
Downloading https://packages-cf.termux.dev/apt/termux-x11/dists/x11/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   833  100   833    0     0   2595      0 --:--:-- --:--:-- --:--:--  2603
gpg: Signature made Thu 08 Sep 2022 09:04:56 PM UTC
gpg:                using RSA key CC72CF8BA7DBFA0182877D045A897D96E57CF20C
gpg: Good signature from "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
gpg:                 aka "Termux Releases (Termux automatic builds) [email protected]" [ultimate]
Downloading https://packages-cf.termux.dev/apt/termux-x11/dists/x11/main/binary-aarch64/Packages
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  343k  100  343k    0     0  1002k      0 --:--:-- --:--:-- --:--:-- 1005k
Downloading https://tur.kcubeterm.com/dists/tur-packages/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    77    0    77    0     0     74      0 --:--:--  0:00:01 --:--:--    74
100  7079  100  7079    0     0   5895      0  0:00:01  0:00:01 --:--:--  5895
Downloading https://tur.kcubeterm.com/dists/tur-packages/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100    81    0    81    0     0     46      0 --:--:--  0:00:01 --:--:--    47
100   659  100   659    0     0    351      0  0:00:01  0:00:01 --:--:--   351
gpg: Signature made Thu 08 Sep 2022 06:22:53 PM UTC
gpg:                using RSA key 43EEC3A2934343315717FF6F6A5C550C260667D1
gpg: Good signature from "Termux-user-repository (TUR AUTOBUILD key)" [ultimate]
Downloading https://tur.kcubeterm.com/dists/tur-packages/tur/binary-aarch64/Packages
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     0
100    97    0    97    0     0     26      0 --:--:--  0:00:03 --:--:--    26
100 36797  100 36797    0     0   9713      0  0:00:03  0:00:03 --:--:--  9713
Downloading https://tur.kcubeterm.com/dists/tur-packages/Release
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     0
100    77    0    77    0     0     19      0 --:--:--  0:00:03 --:--:--    19
100    77    0    77    0     0     19      0 --:--:--  0:00:03 --:--:--    19
100  7079  100  7079    0     0   1709      0  0:00:04  0:00:04 --:--:--  1709
Downloading https://tur.kcubeterm.com/dists/tur-packages/Release.gpg
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     0
100    81    0    81    0     0     24      0 --:--:--  0:00:03 --:--:--    24
100   659  100   659    0     0    192      0  0:00:03  0:00:03 --:--:--   192
gpg: Signature made Thu 08 Sep 2022 06:22:53 PM UTC
gpg:                using RSA key 43EEC3A2934343315717FF6F6A5C550C260667D1
gpg: Good signature from "Termux-user-repository (TUR AUTOBUILD key)" [ultimate]
Downloading https://tur.kcubeterm.com/dists/tur-packages/tur-on-device/binary-aarch64/Packages
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     0
0     0    0     0    0     0      0      0 --:--:--  0:00:04 --:--:--     0
100   107    0   107    0     0     22      0 --:--:--  0:00:04 --:--:--    22
100   107    0   107    0     0     22      0 --:--:--  0:00:04 --:--:--    29
100  1505  100  1505    0     0    298      0  0:00:05  0:00:05 --:--:--   298
Downloading dependency [email protected] if necessary...
Found libffi in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libf/libffi/libffi_3.4.2-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 30744  100 30744    0     0   199k      0 --:--:-- --:--:-- --:--:--  200k
extracting libffi to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency ca-certificates@1:2022.07.19 if necessary...
Found ca-certificates in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/c/ca-certificates/ca-certificates_1:2022.07.19_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  225k  100  225k    0     0  1317k      0 --:--:-- --:--:-- --:--:-- 1318k
extracting ca-certificates to /home/builder/.termux-build/_cache-all...
Downloading dependency ca-certificates-java@1:2022.07.19 if necessary...
Found ca-certificates-java in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/c/ca-certificates-java/ca-certificates-java_1:2022.07.19_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   812  100   812    0     0   5244      0 --:--:-- --:--:-- --:--:--  5272
extracting ca-certificates-java to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found zlib in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/z/zlib/zlib_1.2.12-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 59984  100 59984    0     0   475k      0 --:--:-- --:--:-- --:--:--  476k
extracting zlib to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found openssl in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/o/openssl/openssl_3.0.5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1538k  100 1538k    0     0  6553k      0 --:--:-- --:--:-- --:--:-- 6575k
extracting openssl to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found openssl-tool in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/o/openssl-tool/openssl-tool_3.0.5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  234k  100  234k    0     0  1168k      0 --:--:-- --:--:-- --:--:-- 1172k
extracting openssl-tool to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency libandroid-support@28-2 if necessary...
Found libandroid-support in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/liba/libandroid-support/libandroid-support_28-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 10674  100 10674    0     0  60708      0 --:--:-- --:--:-- --:--:-- 60994
extracting libandroid-support to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found ncurses in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/n/ncurses/ncurses_6.3-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  501k  100  501k    0     0  2823k      0 --:--:-- --:--:-- --:--:-- 2833k
extracting ncurses to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found ncurses-utils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/n/ncurses-utils/ncurses-utils_6.3-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
72 85552   72 62297    0     0   134k      0 --:--:-- --:--:-- --:--:--  134k
100 85552  100 85552    0     0   181k      0 --:--:-- --:--:-- --:--:--  181k
extracting ncurses-utils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found ncurses-ui-libs-static in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/n/ncurses-ui-libs-static/ncurses-ui-libs-static_6.3-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 38740  100 38740    0     0   267k      0 --:--:-- --:--:-- --:--:--  268k
extracting ncurses-ui-libs-static to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found ncurses-ui-libs in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/n/ncurses-ui-libs/ncurses-ui-libs_6.3-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 32104  100 32104    0     0   243k      0 --:--:-- --:--:-- --:--:--  244k
extracting ncurses-ui-libs to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found readline in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/r/readline/readline_8.1.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  221k  100  221k    0     0  1206k      0 --:--:-- --:--:-- --:--:-- 1210k
extracting readline to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found gdbm in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/g/gdbm/gdbm_1.23_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  138k  100  138k    0     0   888k      0 --:--:-- --:--:-- --:--:--  888k
extracting gdbm to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libandroid-posix-semaphore in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/liba/libandroid-posix-semaphore/libandroid-posix-semaphore_0.1-3_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  4128  100  4128    0     0  34852      0 --:--:-- --:--:-- --:--:-- 34983
extracting libandroid-posix-semaphore to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libbz2 in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libb/libbz2/libbz2_1.0.8-6_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 26634  100 26634    0     0   197k      0 --:--:-- --:--:-- --:--:--  198k
extracting libbz2 to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found bzip2 in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/b/bzip2/bzip2_1.0.8-6_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 25506  100 25506    0     0   166k      0 --:--:-- --:--:-- --:--:--  167k
extracting bzip2 to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libcrypt in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libc/libcrypt/libcrypt_0.2-5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  8720  100  8720    0     0  72389      0 --:--:-- --:--:-- --:--:-- 72666
extracting libcrypt to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libexpat in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libe/libexpat/libexpat_2.4.8-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 80688  100 80688    0     0   557k      0 --:--:-- --:--:-- --:--:--  554k
extracting libexpat to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found liblzma in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libl/liblzma/liblzma_5.2.5-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  131k  100  131k    0     0   782k      0 --:--:-- --:--:-- --:--:--  785k
extracting liblzma to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found xz-utils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/x/xz-utils/xz-utils_5.2.5-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 57484  100 57484    0     0   461k      0 --:--:-- --:--:-- --:--:--  463k
extracting xz-utils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libsqlite in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libs/libsqlite/libsqlite_3.38.5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  549k  100  549k    0     0  3286k      0 --:--:-- --:--:-- --:--:-- 3289k
extracting libsqlite to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found sqlite in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/s/sqlite/sqlite_3.38.5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
11  508k   11 62273    0     0   439k      0  0:00:01 --:--:--  0:00:01  437k
100  508k  100  508k    0     0  2971k      0 --:--:-- --:--:-- --:--:-- 2971k
extracting sqlite to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libpng in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libp/libpng/libpng_1.6.37-3_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  185k  100  185k    0     0  1360k      0 --:--:-- --:--:-- --:--:-- 1365k
extracting libpng to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found freetype in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/f/freetype/freetype_2.12.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  389k  100  389k    0     0  2231k      0 --:--:-- --:--:-- --:--:-- 2235k
extracting freetype to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libuuid in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libu/libuuid/libuuid_1.0.3-5_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  6820  100  6820    0     0  53675      0 --:--:-- --:--:-- --:--:-- 54126
extracting libuuid to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libiconv in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libi/libiconv/libiconv_1.16-3_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  534k  100  534k    0     0  3241k      0 --:--:-- --:--:-- --:--:-- 3239k
extracting libiconv to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found iconv in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/i/iconv/iconv_1.16-3_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  8242  100  8242    0     0  27117      0 --:--:-- --:--:-- --:--:-- 27201
extracting iconv to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxml2 in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxml2/libxml2_2.9.14_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  811k  100  811k    0     0  5250k      0 --:--:-- --:--:-- --:--:-- 5268k
extracting libxml2 to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxml2-utils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxml2-utils/libxml2-utils_2.9.14_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 30884  100 30884    0     0   263k      0 --:--:-- --:--:-- --:--:--  262k
extracting libxml2-utils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found ttf-dejavu in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/t/ttf-dejavu/ttf-dejavu_2.37-8_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 2410k  100 2410k    0     0  12.6M      0 --:--:-- --:--:-- --:--:-- 12.6M
extracting ttf-dejavu to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found fontconfig in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/f/fontconfig/fontconfig_2.14.0_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  115k  100  115k    0     0   730k      0 --:--:-- --:--:-- --:--:--  734k
extracting fontconfig to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found fontconfig-utils in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/f/fontconfig-utils/fontconfig-utils_2.14.0_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 15060  100 15060    0     0   117k      0 --:--:-- --:--:-- --:--:--  118k
extracting fontconfig-utils to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libandroid-shmem in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/liba/libandroid-shmem/libandroid-shmem_0.4_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  6944  100  6944    0     0  53402      0 --:--:-- --:--:-- --:--:-- 53829
extracting libandroid-shmem to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found xorg-util-macros in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/x/xorg-util-macros/xorg-util-macros_1.19.3_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 21812  100 21812    0     0   168k      0 --:--:-- --:--:-- --:--:--  169k
extracting xorg-util-macros to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found xorgproto in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/x/xorgproto/xorgproto_2020.1-1_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  171k  100  171k    0     0  1302k      0 --:--:-- --:--:-- --:--:-- 1312k
extracting xorgproto to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found libxau in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxau/libxau_1.0.9-9_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  8322  100  8322    0     0  26865      0 --:--:-- --:--:-- --:--:-- 26845
extracting libxau to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxdmcp in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxdmcp/libxdmcp_1.1.3-10_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 23478  100 23478    0     0   192k      0 --:--:-- --:--:-- --:--:--  192k
extracting libxdmcp to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found xcb-proto in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/x/xcb-proto/xcb-proto_1.15_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 86800  100 86800    0     0   666k      0 --:--:-- --:--:-- --:--:--  667k
extracting xcb-proto to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found libxcb in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxcb/libxcb_1.15_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  893k  100  893k    0     0  5255k      0 --:--:-- --:--:-- --:--:-- 5285k
extracting libxcb to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found xtrans in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/x/xtrans/xtrans_1.4.0-8_all.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 43048  100 43048    0     0   355k      0 --:--:-- --:--:-- --:--:--  356k
extracting xtrans to /home/builder/.termux-build/_cache-all...
Downloading dependency [email protected] if necessary...
Found libx11 in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libx11/libx11_1.7.2-2_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1897k  100 1897k    0     0  10.0M      0 --:--:-- --:--:-- --:--:-- 10.1M
extracting libx11 to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxrender in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxrender/libxrender_0.9.10-14_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 19476  100 19476    0     0  61009      0 --:--:-- --:--:-- --:--:-- 60862
extracting libxrender to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxft in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxft/libxft_2.3.3-13_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 35592  100 35592    0     0   291k      0 --:--:-- --:--:-- --:--:--  292k
extracting libxft to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxext in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxext/libxext_1.3.4-11_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 95550  100 95550    0     0   651k      0 --:--:-- --:--:-- --:--:--  652k
extracting libxext to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found libxss in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/libx/libxss/libxss_1.2.3-13_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 11666  100 11666    0     0  93754      0 --:--:-- --:--:-- --:--:-- 94080
extracting libxss to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found tcl in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/t/tcl/tcl_8.6.11-1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 2171k  100 2171k    0     0  11.2M      0 --:--:-- --:--:-- --:--:-- 11.2M
extracting tcl to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found tk in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/t/tk/tk_8.6.11.1_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1143k  100 1143k    0     0  6173k      0 --:--:-- --:--:-- --:--:-- 6179k
extracting tk to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found python in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/p/python/python_3.10.7_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 8911k  100 8911k    0     0  32.3M      0 --:--:-- --:--:-- --:--:-- 32.2M
extracting python to /home/builder/.termux-build/_cache-aarch64...
Downloading dependency [email protected] if necessary...
Found python-tkinter in https://packages-cf.termux.dev/apt/termux-main/dists/stable
Downloading https://packages-cf.termux.dev/apt/termux-main/pool/main/p/python-tkinter/python-tkinter_3.10.7_aarch64.deb
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  937k  100  937k    0     0  5613k      0 --:--:-- --:--:-- --:--:-- 5646k
extracting python-tkinter to /home/builder/.termux-build/_cache-aarch64...
Downloading https://github.com/pyca/cryptography/archive/refs/tags/38.0.1.tar.gz
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 4167k    0 4167k    0     0  4300k      0 --:--:-- --:--:-- --:--:-- 4300k
100 12.4M    0 12.4M    0     0  6486k      0 --:--:--  0:00:01 --:--:-- 8609k
100 21.4M    0 21.4M    0     0  7407k      0 --:--:--  0:00:02 --:--:-- 8913k
100 30.8M    0 30.8M    0     0  7951k      0 --:--:--  0:00:03 --:--:-- 9131k
100 34.2M    0 34.2M    0     0  8245k      0 --:--:--  0:00:04 --:--:-- 9412k
Applying ndk-patch: bits-struct_file.h.patch
Applying ndk-patch: dirent.h.patch
Applying ndk-patch: grp.h.patch
Applying ndk-patch: langinfo.h.patch
Applying ndk-patch: linux-fcntl.h.patch
Applying ndk-patch: paths.h.patch
Applying ndk-patch: pwd.h.patch
Applying ndk-patch: redefine-TCSAFLUSH.patch
Applying ndk-patch: semaphore.h.patch
Applying ndk-patch: stdio.h.patch
Applying ndk-patch: stdlib.h.patch
Applying ndk-patch: sys-cdefs.h.patch
Applying ndk-patch: syslog.patch
Applying ndk-patch: unistd.h.patch
Applying ndk-patch: utmp.h.patch
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/21/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/22/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/23/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libcamera2ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libvulkan.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/24/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libaaudio.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libcamera2ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libnativewindow.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libsync.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libvulkan.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/26/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libaaudio.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libcamera2ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libnativewindow.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libneuralnetworks.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libsync.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libvulkan.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/27/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libaaudio.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libcamera2ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libnativewindow.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libneuralnetworks.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libsync.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libvulkan.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/28/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libaaudio.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libamidi.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libbinder_ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libcamera2ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libnativewindow.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libneuralnetworks.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libsync.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libvulkan.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/29/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libaaudio.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libamidi.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libbinder_ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libcamera2ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libnativewindow.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libneuralnetworks.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libsync.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libvulkan.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/30/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libaaudio.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libamidi.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libbinder_ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libcamera2ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libicu.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libnativehelper.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libnativewindow.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libneuralnetworks.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libsync.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libvulkan.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/31/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libaaudio.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libamidi.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libbinder_ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libcamera2ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libicu.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libnativehelper.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libnativewindow.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libneuralnetworks.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libsync.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libvulkan.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/32/libz.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libaaudio.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libamidi.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libandroid.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libbinder_ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libcamera2ndk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libc.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libdl.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libEGL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libGLESv1_CM.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libGLESv2.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libGLESv3.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libicu.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libjnigraphics.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/liblog.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libmediandk.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libm.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libnativehelper.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libnativewindow.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libneuralnetworks.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libOpenMAXAL.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libOpenSLES.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libstdc++.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libsync.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libvulkan.so'
termux-elf-cleaner: Removing the DT_AARCH64_BTI_PLT dynamic section entry from 'usr/lib/aarch64-linux-android/33/libz.so'
Downloading https://github.com/benfogle/crossenv/archive/refs/tags/v1.3.0.tar.gz
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 13206    0 13206    0     0  41298      0 --:--:-- --:--:-- --:--:-- 41298
100 43443    0 43443    0     0   128k      0 --:--:-- --:--:-- --:--:-- 2952k
~/.termux-build/_cache/crossenv-1.3.0 ~/.termux-build/python-cryptography/src
WARNING: The cross-compiler ('aarch64-linux-android-clang') does not appear to be for the correct architecture (got aarch64-unknown-linux-android24, expected aarch64-unknown-linux-android). Use --cc to correct, if necessary.
~/.termux-build/python-cryptography/src
Collecting cffi
Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 KB 8.7 MB/s eta 0:00:00
Collecting setuptools>=60.10
Downloading setuptools-65.3.0-py3-none-any.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 17.8 MB/s eta 0:00:00
Collecting setuptools_rust
Downloading setuptools_rust-1.5.1-py3-none-any.whl (23 kB)
Collecting semantic_version
Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Collecting pycparser
Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 KB 38.8 MB/s eta 0:00:00
Collecting typing-extensions>=3.7.4.3
Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB)
Installing collected packages: typing-extensions, setuptools, semantic_version, pycparser, setuptools_rust, cffi
Attempting uninstall: setuptools
Found existing installation: setuptools 59.6.0
Uninstalling setuptools-59.6.0:
Successfully uninstalled setuptools-59.6.0
Successfully installed cffi-1.15.1 pycparser-2.21 semantic_version-2.10.0 setuptools-65.3.0 setuptools_rust-1.5.1 typing-extensions-4.3.0
Collecting setuptools==65.3.0
Using cached setuptools-65.3.0-py3-none-any.whl (1.2 MB)
Collecting setuptools_rust
Using cached setuptools_rust-1.5.1-py3-none-any.whl (23 kB)
Collecting semantic_version
Using cached semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Collecting typing-extensions>=3.7.4.3
Using cached typing_extensions-4.3.0-py3-none-any.whl (25 kB)
Installing collected packages: typing-extensions, setuptools, semantic_version, setuptools_rust
Attempting uninstall: setuptools
Found existing installation: setuptools 59.6.0
Uninstalling setuptools-59.6.0:
Successfully uninstalled setuptools-59.6.0
Successfully installed semantic_version-2.10.0 setuptools-65.3.0 setuptools_rust-1.5.1 typing-extensions-4.3.0
info: downloading installer
info: profile set to 'default'
info: default host triple is x86_64-unknown-linux-gnu
info: syncing channel updates for '1.62.1-x86_64-unknown-linux-gnu'
info: latest update on 2022-07-19, rust version 1.62.1 (e092d0b6b 2022-07-16)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustfmt'
info: default toolchain set to '1.62.1-x86_64-unknown-linux-gnu'
1.62.1-x86_64-unknown-linux-gnu installed - rustc 1.62.1 (e092d0b6b 2022-07-16)
Rust is installed now. Great!
To get started you may need to restart your current shell.
This would reload your PATH environment variable to include
Cargo's bin directory ($HOME/.cargo/bin).
To configure your current shell, run:
source "$HOME/.cargo/env"
info: downloading component 'rust-std' for 'aarch64-linux-android'
info: installing component 'rust-std' for 'aarch64-linux-android'
running install
/home/builder/.termux-build/python-cryptography/src/python-crossenv-prefix/build/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running build
running build_py
creating build
creating build/lib.linux-aarch64-cpython-310
creating build/lib.linux-aarch64-cpython-310/cryptography
copying src/cryptography/fernet.py -> build/lib.linux-aarch64-cpython-310/cryptography
copying src/cryptography/about.py -> build/lib.linux-aarch64-cpython-310/cryptography
copying src/cryptography/exceptions.py -> build/lib.linux-aarch64-cpython-310/cryptography
copying src/cryptography/utils.py -> build/lib.linux-aarch64-cpython-310/cryptography
copying src/cryptography/init.py -> build/lib.linux-aarch64-cpython-310/cryptography
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat
copying src/cryptography/hazmat/_oid.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat
copying src/cryptography/hazmat/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat
creating build/lib.linux-aarch64-cpython-310/cryptography/x509
copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-aarch64-cpython-310/cryptography/x509
copying src/cryptography/x509/oid.py -> build/lib.linux-aarch64-cpython-310/cryptography/x509
copying src/cryptography/x509/name.py -> build/lib.linux-aarch64-cpython-310/cryptography/x509
copying src/cryptography/x509/general_name.py -> build/lib.linux-aarch64-cpython-310/cryptography/x509
copying src/cryptography/x509/extensions.py -> build/lib.linux-aarch64-cpython-310/cryptography/x509
copying src/cryptography/x509/base.py -> build/lib.linux-aarch64-cpython-310/cryptography/x509
copying src/cryptography/x509/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/x509
copying src/cryptography/x509/ocsp.py -> build/lib.linux-aarch64-cpython-310/cryptography/x509
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends
copying src/cryptography/hazmat/backends/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings
copying src/cryptography/hazmat/bindings/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/types.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/asymmetric
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/kdf
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/serialization
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/twofactor
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/primitives/ciphers
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/backends/openssl
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/init.py -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/openssl
running egg_info
creating src/cryptography.egg-info
writing src/cryptography.egg-info/PKG-INFO
writing dependency_links to src/cryptography.egg-info/dependency_links.txt
writing requirements to src/cryptography.egg-info/requires.txt
writing top-level names to src/cryptography.egg-info/top_level.txt
writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files found matching 'vectors'
warning: no previously-included files matching '' found under directory 'vectors'
warning: no previously-included files matching '' found under directory '.github'
warning: no previously-included files found matching 'release.py'
warning: no previously-included files found matching '.readthedocs.yml'
warning: no previously-included files found matching 'dev-requirements.txt'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files found matching 'mypy.ini'
warning: no previously-included files matching '*' found under directory '.circleci'
adding license file 'LICENSE'
adding license file 'LICENSE.APACHE'
adding license file 'LICENSE.BSD'
adding license file 'LICENSE.PSF'
writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
/home/builder/.termux-build/python-cryptography/src/python-crossenv-prefix/build/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'cryptography.hazmat.bindings._rust' as data is deprecated, please list it in packages.
!!
############################
# Package would be ignored #
############################
Python recognizes 'cryptography.hazmat.bindings._rust' as an importable package,
but it is not listed in the `packages` configuration of setuptools.

'cryptography.hazmat.bindings._rust' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).

Please make sure that 'cryptography.hazmat.bindings._rust' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).

You can read more about "package discovery" and "data files" on setuptools
documentation page.

!!
check.warn(importable)
copying src/cryptography/py.typed -> build/lib.linux-aarch64-cpython-310/cryptography
copying src/cryptography/hazmat/bindings/_openssl.pyi -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings
creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/init.pyi -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/x509.pyi -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/_rust
running build_ext
running build_rust
cargo rustc --lib --message-format=json-render-diagnostics --manifest-path src/rust/Cargo.toml --target aarch64-linux-android --release -v --features pyo3/abi3-py36 pyo3/extension-module -- --crate-type cdylib
Updating crates.io index
Downloading crates ...
Downloaded autocfg v1.1.0
Downloaded num-traits v0.2.15
Downloaded instant v0.1.12
Downloaded ouroboros v0.15.4
Downloaded lock_api v0.4.8
Downloaded proc-macro-error v1.0.4
Downloaded proc-macro2 v1.0.43
Downloaded scopeguard v1.1.0
Downloaded smallvec v1.9.0
Downloaded quote v1.0.21
Downloaded Inflector v0.11.4
Downloaded syn v1.0.99
Downloaded version_check v0.9.4
Downloaded unicode-ident v1.0.3
Downloaded proc-macro-error-attr v1.0.4
Downloaded asn1_derive v0.12.2
Downloaded paste v0.1.18
Downloaded proc-macro-hack v0.5.19
Downloaded pyo3-macros v0.15.2
Downloaded unindent v0.1.10
Downloaded pyo3-macros-backend v0.15.2
Downloaded parking_lot v0.11.2
Downloaded pyo3-build-config v0.15.2
Downloaded pem v1.1.0
Downloaded indoc-impl v0.3.6
Downloaded indoc v0.3.6
Downloaded pyo3 v0.15.2
Downloaded libc v0.2.132
Downloaded parking_lot_core v0.8.5
Downloaded iana-time-zone v0.1.47
Downloaded android_system_properties v0.1.5
Downloaded aliasable v0.1.3
Downloaded paste-impl v0.1.18
Downloaded ouroboros_macro v0.15.4
Downloaded asn1 v0.12.2
Downloaded once_cell v1.14.0
Downloaded num-integer v0.1.45
Downloaded chrono v0.4.22
Downloaded cfg-if v1.0.0
Downloaded base64 v0.13.0
Compiling proc-macro2 v1.0.43
Compiling unicode-ident v1.0.3
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=98ab84702e8d3485 -C extra-filename=-98ab84702e8d3485 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/proc-macro2-98ab84702e8d3485 -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Running rustc --crate-name unicode_ident --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=afb03e5584b1603b -C extra-filename=-afb03e5584b1603b --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling quote v1.0.21
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=9b150f851f6e5d9a -C extra-filename=-9b150f851f6e5d9a --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/quote-9b150f851f6e5d9a -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling autocfg v1.1.0
Compiling syn v1.0.99
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=25a0e5cad98068d0 -C extra-filename=-25a0e5cad98068d0 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/syn-25a0e5cad98068d0 -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Running rustc --crate-name autocfg /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=6a63892a331d8a1c -C extra-filename=-6a63892a331d8a1c --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling libc v0.2.132
Running rustc --crate-name build_script_build /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.132/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=464999fe180cf604 -C extra-filename=-464999fe180cf604 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/libc-464999fe180cf604 -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling version_check v0.9.4
Running rustc --crate-name version_check /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=ad39b4215ca88f49 -C extra-filename=-ad39b4215ca88f49 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling proc-macro-hack v0.5.19
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-hack-0.5.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=cd2cf30e6553a54d -C extra-filename=-cd2cf30e6553a54d --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/proc-macro-hack-cd2cf30e6553a54d -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling pyo3-build-config v0.15.2
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/pyo3-build-config-0.15.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py36"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="resolve-config"' -C metadata=53ec0cb81e25ba92 -C extra-filename=-53ec0cb81e25ba92 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/pyo3-build-config-53ec0cb81e25ba92 -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling once_cell v1.14.0
Running rustc --crate-name once_cell --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=c76628e18bbc6bbf -C extra-filename=-c76628e18bbc6bbf --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling parking_lot_core v0.8.5
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.8.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=ad2b64cd9f826c15 -C extra-filename=-ad2b64cd9f826c15 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/parking_lot_core-ad2b64cd9f826c15 -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Compiling cfg-if v1.0.0
Running rustc --crate-name cfg_if --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=d36c9ce13f4358dd -C extra-filename=-d36c9ce13f4358dd --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Compiling unindent v0.1.10
Running rustc --crate-name unindent --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/unindent-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=ec911b64f3c9e8eb -C extra-filename=-ec911b64f3c9e8eb --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Running rustc --crate-name once_cell --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=8e9e2692ea8d240b -C extra-filename=-8e9e2692ea8d240b --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Compiling smallvec v1.9.0
Running rustc --crate-name smallvec --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=29ffc1fe046006a5 -C extra-filename=-29ffc1fe046006a5 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Compiling scopeguard v1.1.0
Running rustc --crate-name scopeguard /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=d9a765e6e40490ce -C extra-filename=-d9a765e6e40490ce --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Compiling Inflector v0.11.4
Running rustc --crate-name inflector /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/Inflector-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=48410624b45de834 -C extra-filename=-48410624b45de834 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow
Running rustc --crate-name unindent --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/unindent-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=c7097c653290e9ca -C extra-filename=-c7097c653290e9ca --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Compiling base64 v0.13.0
Running rustc --crate-name base64 --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=039f85f8effb81f8 -C extra-filename=-039f85f8effb81f8 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Compiling aliasable v0.1.3
Running rustc --crate-name aliasable --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/aliasable-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=c9f432b5ec67d9a4 -C extra-filename=-c9f432b5ec67d9a4 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/proc-macro2-98ab84702e8d3485/build-script-build
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/quote-9b150f851f6e5d9a/build-script-build
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/syn-25a0e5cad98068d0/build-script-build
Compiling num-traits v0.2.15
Running rustc --crate-name build_script_build /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=28910636ec8964e9 -C extra-filename=-28910636ec8964e9 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/num-traits-28910636ec8964e9 -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern autocfg=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libautocfg-6a63892a331d8a1c.rlib --cap-lints allow
Compiling lock_api v0.4.8
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=e6107d5c6d817d37 -C extra-filename=-e6107d5c6d817d37 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/lock_api-e6107d5c6d817d37 -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern autocfg=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libautocfg-6a63892a331d8a1c.rlib --cap-lints allow
Compiling num-integer v0.1.45
Running rustc --crate-name build_script_build /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=e6bd1f991d5921dd -C extra-filename=-e6bd1f991d5921dd --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/num-integer-e6bd1f991d5921dd -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern autocfg=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libautocfg-6a63892a331d8a1c.rlib --cap-lints allow
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/libc-464999fe180cf604/build-script-build
Compiling proc-macro-error-attr v1.0.4
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=1eca3abd79ee0c6b -C extra-filename=-1eca3abd79ee0c6b --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/proc-macro-error-attr-1eca3abd79ee0c6b -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern version_check=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libversion_check-ad39b4215ca88f49.rlib --cap-lints allow
Compiling proc-macro-error v1.0.4
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=d1229065e65628e8 -C extra-filename=-d1229065e65628e8 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/proc-macro-error-d1229065e65628e8 -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern version_check=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libversion_check-ad39b4215ca88f49.rlib --cap-lints allow
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/proc-macro-hack-cd2cf30e6553a54d/build-script-build
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/parking_lot_core-ad2b64cd9f826c15/build-script-build
Compiling instant v0.1.12
Running rustc --crate-name instant --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=b4f4da616a280307 -C extra-filename=-b4f4da616a280307 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern cfg_if=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libcfg_if-d36c9ce13f4358dd.rmeta --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/pyo3-build-config-53ec0cb81e25ba92/build-script-build
Compiling pem v1.1.0
Running rustc --crate-name pem --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/pem-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=f7778dc25d52d64e -C extra-filename=-f7778dc25d52d64e --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern base64=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libbase64-039f85f8effb81f8.rmeta --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Running rustc --crate-name proc_macro2 --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=dbc0c1a115d9764d -C extra-filename=-dbc0c1a115d9764d --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern unicode_ident=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libunicode_ident-afb03e5584b1603b.rmeta --cap-lints allow --cfg use_proc_macro --cfg wrap_proc_macro
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/num-traits-28910636ec8964e9/build-script-build
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/lock_api-e6107d5c6d817d37/build-script-build
Running rustc --crate-name libc /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.132/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5a8187c916b2a491 -C extra-filename=-5a8187c916b2a491 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/num-integer-e6bd1f991d5921dd/build-script-build
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/proc-macro-error-attr-1eca3abd79ee0c6b/build-script-build
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/proc-macro-error-d1229065e65628e8/build-script-build
Running rustc --crate-name proc_macro_hack --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-hack-0.5.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=eab23d8381ddaafe -C extra-filename=-eab23d8381ddaafe --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern proc_macro --cap-lints allow
Running rustc --crate-name pyo3_build_config --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/pyo3-build-config-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py36"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="resolve-config"' -C metadata=a3542a7a49f116cc -C extra-filename=-a3542a7a49f116cc --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern once_cell=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libonce_cell-c76628e18bbc6bbf.rmeta --cap-lints allow
Running rustc --crate-name quote --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=3c209b1217cbff5d -C extra-filename=-3c209b1217cbff5d --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern proc_macro2=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libproc_macro2-dbc0c1a115d9764d.rmeta --cap-lints allow
Running rustc --crate-name lock_api --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=8b75e231c28c8443 -C extra-filename=-8b75e231c28c8443 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern scopeguard=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libscopeguard-d9a765e6e40490ce.rmeta --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags --cfg has_const_fn_trait_bound
Running rustc --crate-name num_traits /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=04dda73b57b0bd09 -C extra-filename=-04dda73b57b0bd09 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags --cfg has_i128 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_int_assignop_ref --cfg has_div_euclid
Compiling android_system_properties v0.1.5
Running rustc --crate-name android_system_properties --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/android_system_properties-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=cd9a58e9aa81af35 -C extra-filename=-cd9a58e9aa81af35 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern libc=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/liblibc-5a8187c916b2a491.rmeta --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Running rustc --crate-name parking_lot_core --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=eb7547129cafe35b -C extra-filename=-eb7547129cafe35b --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern cfg_if=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libcfg_if-d36c9ce13f4358dd.rmeta --extern instant=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libinstant-b4f4da616a280307.rmeta --extern libc=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/liblibc-5a8187c916b2a491.rmeta --extern smallvec=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libsmallvec-29ffc1fe046006a5.rmeta --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Compiling paste-impl v0.1.18
Running rustc --crate-name paste_impl --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/paste-impl-0.1.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=a54d336522787561 -C extra-filename=-a54d336522787561 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern proc_macro_hack=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libproc_macro_hack-eab23d8381ddaafe.so --extern proc_macro --cap-lints allow
Compiling pyo3 v0.15.2
Running rustc --crate-name build_script_build --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/pyo3-0.15.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py36"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="paste"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=dc6b9bdf0f036ae0 -C extra-filename=-dc6b9bdf0f036ae0 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/pyo3-dc6b9bdf0f036ae0 -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern pyo3_build_config=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libpyo3_build_config-a3542a7a49f116cc.rlib --cap-lints allow
Running rustc --crate-name syn --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=a95989e67de8cf50 -C extra-filename=-a95989e67de8cf50 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern proc_macro2=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libproc_macro2-dbc0c1a115d9764d.rmeta --extern quote=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libquote-3c209b1217cbff5d.rmeta --extern unicode_ident=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libunicode_ident-afb03e5584b1603b.rmeta --cap-lints allow --cfg syn_disable_nightly_tests
Running rustc --crate-name proc_macro_error_attr --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=b74d81defaef7f29 -C extra-filename=-b74d81defaef7f29 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern proc_macro2=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libproc_macro2-dbc0c1a115d9764d.rlib --extern quote=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps/libquote-3c209b1217cbff5d.rlib --extern proc_macro --cap-lints allow
Compiling iana-time-zone v0.1.47
Running rustc --crate-name iana_time_zone --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="fallback"' -C metadata=ad303be84f317982 -C extra-filename=-ad303be84f317982 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern android_system_properties=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libandroid_system_properties-cd9a58e9aa81af35.rmeta --extern once_cell=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libonce_cell-8e9e2692ea8d240b.rmeta --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Compiling parking_lot v0.11.2
Running rustc --crate-name parking_lot --edition=2018 /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' -C metadata=372b4df87460df12 -C extra-filename=-372b4df87460df12 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern instant=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libinstant-b4f4da616a280307.rmeta --extern lock_api=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/liblock_api-8b75e231c28c8443.rmeta --extern parking_lot_core=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libparking_lot_core-eb7547129cafe35b.rmeta --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags
Running rustc --crate-name num_integer /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=299b5a4a4d943bf1 -C extra-filename=-299b5a4a4d943bf1 --out-dir /home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -C linker=aarch64-linux-android-clang -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps -L dependency=/home/builder/.termux-build/python-cryptography/src/src/rust/target/release/deps --extern num_traits=/home/builder/.termux-build/python-cryptography/src/src/rust/target/aarch64-linux-android/release/deps/libnum_traits-04dda73b57b0bd09.rmeta --cap-lints allow -C link-arg=-Wl,-rpath=/data/data/com.termux/files/usr/lib -C link-arg=-Wl,--enable-new-dtags --cfg has_i128
Running /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/pyo3-dc6b9bdf0f036ae0/build-script-build
error: failed to run custom build command for pyo3 v0.15.2
Caused by:
process didn't exit successfully: /home/builder/.termux-build/python-cryptography/src/src/rust/target/release/build/pyo3-dc6b9bdf0f036ae0/build-script-build (exit status: 1)
--- stdout
cargo:rerun-if-env-changed=PYO3_CROSS
cargo:rerun-if-env-changed=PYO3_CROSS_LIB_DIR
cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_VERSION
--- stderr
error: The PYO3_CROSS_LIB_DIR environment variable must be set when cross-compiling
warning: build failed, waiting for other jobs to finish...
error: cargo rustc --lib --message-format=json-render-diagnostics --manifest-path src/rust/Cargo.toml --target aarch64-linux-android --release -v --features 'pyo3/abi3-py36 pyo3/extension-module' -- --crate-type cdylib failed with code 101
=============================DEBUG ASSISTANCE=============================
If you are seeing a compilation error please try the following steps to
successfully install cryptography:
1) Upgrade to the latest pip and try again. This will fix errors for most
   users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
2) Read https://cryptography.io/en/latest/installation/ for specific
   instructions for your platform.
3) Check our frequently asked questions for more information:
   https://cryptography.io/en/latest/faq/
4) Ensure you have a recent Rust toolchain installed:
   https://cryptography.io/en/latest/installation/#rust

Python: 3.10.4
platform: Linux-aarch64-with
pip: 22.0.2
setuptools: 65.3.0
setuptools_rust: 1.5.1
rustc: 1.62.1 (e092d0b6b 2022-07-16)
=============================DEBUG ASSISTANCE=============================

ERROR: failed to build.


Above error occured when I last tried to update at 2022-09-08 23:22:48 UTC.
Run ID: 3018883594

Note: Automatic updates will be disabled until this issue is resolved.

Package request: Demucs

Describe package:
Name: Demucs Music Source Separation
Homepage: ↓
Source link: https://github.com/facebookresearch/demucs

Additional Info:
This is a really useful tool for musicians!
This is an AI based audio source separation tool.
It's written in Python. I tried instaling it as the GitHub page says, but it gave me some errors and couldn't install.
If this happened, is there a way to erase the files that were downloaded? Since it didn't install correctly via pip, there's no need to keep the Demucs files of a failed installation

Package request

Describe package:
TERMUX_PKG_HOMEPAGE=https://github.com/GH05T-HUNTER5/GH05T-INSTA
TERMUX_PKG_DESCRIPTION="Instagram Account Hacking Total Package for Termux users . safe to use , BruteForce Attack "
TERMUX_PKG_LICENSE=" MIT license"
TERMUX_PKG_MAINTAINER="@termux-user-repository"
TERMUX_PKG_VERSION=2.3.2
TERMUX_PKG_SRCURL=https://github.com/GH05T-HUNTER5/GH05T-INSTA/archive/refs/tags/GH05T-INSTA.3.01.tar.gz
TERMUX_PKG_SHA256=c2b167d7fea616792f6ad2fe970e804815e555d801ab8f2bb19c966ac9c1ca1c
TERMUX_PKG_DEPENDS="wget, curl, php, python "
TERMUX_PKG_PLATFORM_INDEPENDENT=true

SETUP

cd $HOME/GH05T-INSTA/ && python install.py

Setup "complete"

Just type gh05t
Advanced

Repo Error Unable to fetch some archives

I cannot resolve this issue on my Tab S7, I cannot remove or add a new package ...

Steps to reproduce

pkg install python3.9 (tur repo)
pkg install scipy (its-pointless repo)

Error

apt --fix-broken install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  openblas
The following NEW packages will be installed:
  openblas
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 2725 kB of archives.
After this operation, 12.1 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 https://tur.kcubeterm.com tur-packages/tur aarch64 openblas aarch64 0.3.21 [2725 kB]
Err:1 https://tur.kcubeterm.com tur-packages/tur aarch64 openblas aarch64 0.3.21
  File has unexpected size (2723204 != 2724556). Mirror sync in progress? [IP: 185.199.108.133 443]
  Hashes of expected file:
   - SHA256:14d0b78a0fefe3649053e23328121382eb1529f3d7ff1a69996826a539447655
   - SHA1:36066d1c15fb1511a5d6b18fadefe109dbf9a153 [weak]
   - MD5Sum:e242acdc3aef1f335471f73fca8cfa5f [weak]
   - Filesize:2724556 [weak]
E: Failed to fetch https://objects.githubusercontent.com/github-production-release-asset-2e65be/509717777/c8ac4f54-9bab-4fa9-af1b-c9ac67e2d743?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220902%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220902T200731Z&X-Amz-Expires=300&X-Amz-Signature=d45ed17828be3c08b8c1d8bfecb5568568a3b850b5f1363237ebcb5ef4906abc&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=509717777&response-content-disposition=attachment%3B%20filename%3Dopenblas_0.3.21_aarch64.deb&response-content-type=application%2Foctet-stream  File has unexpected size (2723204 != 2724556). Mirror sync in progress? [IP: 185.199.108.133 443]
   Hashes of expected file:
    - SHA256:14d0b78a0fefe3649053e23328121382eb1529f3d7ff1a69996826a539447655
    - SHA1:36066d1c15fb1511a5d6b18fadefe109dbf9a153 [weak]
    - MD5Sum:e242acdc3aef1f335471f73fca8cfa5f [weak]
    - Filesize:2724556 [weak]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

[Discussion]: The problem in TUR on Device

English Version

PS: English is not my native language, there may be some expression deviations. Please feel free to point out if there are any deviations in expression. Thanks!

Problem Description

The original intention of the TUR on Device repository, is to use termux-docker to provide an environment similar to running Termux on Android phones, install a set of compilers, and use the same build system as termux-packages to compile some packages. It's just like to compile some packages on device. If you use the x86 environment provided by Github Action, you can simulate running i686 and x86_64 environments. There is an issue if running the arm environment using qemu as a translation layer on x86 machines (termux/termux-docker#28), but this can be solved by using an arm server. That is exactly what the TUR on Device repository does now.

When compiling classic-flang, I found out a new problem. The libc.so in the termux-docker environment is taken from Android 9, __ANDROID__API__ is 28 (see termux/termux-docker#16 (comment)). Currently, termux packages defines __ANDROID__API__ to 24, the system version corresponds to Android 7. Some functions, such as catopen/catgets/catclose from libc, clog/clogf/cpow/cpowf from libm, are implemented in Android 9, but not in Android 7. When compiling these packages in an Android 9 environment, some functions will be automatically linked to libc, and running these executables on lower versions of Android devices will result in errors.

Possible Solutions

1. Switch termux-docker to Android 7

This is the way I initially tested, but libc of Android 7 seems to have some issues. The environment works fine onx86_64/aarch64 architecture, but doesn't work on i686/x86 architecture. The easiest way to verify is to run apt install glib after building the image and running the container, and you can find that the installation failed.

2.Provide some shared library, just like libandroid-support

This is what I've tried so far. I also implement some shared libraries in TUR repo like libandroid-mathlib (providing clog/clogf/cpow/cpowf), but this means that we should check every package added to TUR on Device manually to ensure they work fine on Android 7 devices. If all packages are tested in this way, the workload will be unimaginable.

3. Remove/Localize some symbols from libc.so

This is what I've been trying to do these days, but due to my lack of personal skills, I only know that patchelf --clear-symbol-version can be used to remove some non-default versioned symbols (such as a@LIBC_O, the symbols with default version like a@@LIBC_O cannot be removed temporarily, see NixOS/patchelf#252, and objcopy/llvm-objcopy --localize-symbol can localize some function symbols, but it doesn't do much sence because objcopy --localize-symbol doesn't change the visibility of versioned symbols.

4. Use Android Emulator

This is not very recommended. It uses qemu as the underlying layer, and it is supposed to run much more slower in Github Action (without KVM acceleration).

中文版

附言:英语不是我的母语,可能存在一些表达偏差,因此,我用中文写出来一份相同的文档,如果有表达偏差请随时指出,谢谢!

问题描述

TUR on Device 仓库的设计初衷是,使用 termux-docker 来提供一个类似在 Android 手机上运行 Termux 的环境,安装 clang 等一系列编译器,运用和 termux-packages 一样的编译系统来实现一些包的编译。如果使用 Github Action 提供的 x86 环境,可以模拟运行 i686x86_64 的环境。在 x86 架构的电脑上,使用 qemu 作为兼容层运行 arm 环境存在问题 (https://github.com/termux/termux-docker/issues/28),但可以通过使用 arm 架构的服务器来规避这个问题。这正是现在 TUR on Device 仓库的做法。

在编译 classic-flang 时,我遇到了新的问题。termux-docker 环境中的 libc.so 版本取自 Android 9 ,__ANDROID__API__ 为 28 (参见 https://github.com/termux/termux-docker/pull/16#issuecomment-959925937),目前,Termux 中软件包的 __ANDROID__API__ 是 24,系统版本对应为 Android 7,一些函数,如来自 libc 的 catopen/catgets/catclose,来自 libm 的 clog/clogf/cpow/cpowf,在 Android 9 的 libc 中已经实现,但在 Android 7 的 libc 中并没有实现。当在 Android 9 的环境中去编译这些包,一些函数将会被自动连接到 libc,在低版本的 Android 设备中运行这些可执行文件,那么将会报错。

可能的解决方式

我觉得有以下四种解决方式,如果有别的未提到的,请随时指出。

1. 将 termux-docker 切换到 Android 7

这是我最一开始所测试的方式,但是 Android 7 的 libc 似乎存在一些问题, x86_64/aarch64 架构可以正常运行,i686/x86 架构并不能正常运行。最简单的验证方式为构建镜像运行容器后,运行 apt install glib,可以发现安装失败。

2. 提供一些共享库,就像 libandroid-support 一样

这是我目前尝试的做法,也在 TUR 中实现了一些共享库,如 libandroid-mathlib (提供了 clog/clogf/cpow/cpowf),但是这对于每一个添加到 TUR on Device 的包都需要手动的去 Android 7 的设备上测试,来检测能否正常运行,如果所有的包都进行这样的测试,那么工作量将不堪设想。

3. 从 libc.so 中移除/不可见部分符号

这是我这几天在尝试做的事,但由于个人水平不足,目前仅知道可以使用 patchelf --clear-symbol-version 移除非默认版本的符号 (即形如 a@LIBC_O 的符号,形如 a@@LIBC_O 的默认版本的符号暂时不能移除,参见https://github.com/NixOS/patchelf/issues/252),使用 objcopy/llvm-objcopy --localize-symbol 可以使函数符号不可见,但是这并没有太大的作用,因为 objcopy --localize-symbol 并不能改变带版本的符号。

4. 使用 Android 模拟器

这并不是十分的推荐,因为 Android 模拟器在本地运行就很慢,它使用 qemu 作为底层,估计在 Github Action 中运行会更慢 (如果没有 KVM 加速的话)。

CC: @truboxl @2096779623 @kcubeterm @T-Dynamos

Any Fortran compiler

I am compiling a math solver dependency & i dearly need this to figure it out: https://github.com/coin-or-tools/ThirdParty-HSL

I already have libgfortran5

ThirdParty-HSL $ ./configure
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for a BSD-compatible install... /data/data/com.termux/files/usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /data/data/com.termux/files/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gfortran... no
checking for ifort... no
checking for g95... no
checking for fort77... no
checking for f77... no
checking for f95... no
checking for f90... no
checking for g77... no
checking for pgf90... no
checking for pgf77... no
checking for ifc... no
checking for frt... no
checking for af77... no
checking for xlf_r... no
checking for fl32... no
checking whether the compiler supports GNU Fortran 77... no
checking whether  accepts -g... no
configure: No Fortran 77 compiler available.
configure: error: No Fortran compiler.

libgfortran5 has no binary / compiler only libraries

dpkg -L libgfortran5
/.
/data
/data/data
/data/data/com.termux
/data/data/com.termux/files
/data/data/com.termux/files/usr
/data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/gcc
/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android
/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/11.1.0
/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/11.1.0/libgfortran.so.5.0.0
/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/11.1.0/libgfortran.so
/data/data/com.termux/files/usr/lib/gcc/aarch64-linux-android/11.1.0/libgfortran.so.5
/data/data/com.termux/files/usr/lib/libgfortran.so.5
/data/data/com.termux/files/usr/lib/libgfortran.so.5.0.0

[Suggestion]: Avoid using Git Sub-module

Currently, TUR uses git sub-module to get the build.shs from termux-main, and uses a copy(fork) of the build system scripts of termux-packages. This makes it hard to keep up to date with the termux-packages repo.

Shall the master branch of tur repository only provide the repo.json and tur folders (and README.md etc.)? Actually it is enough for github action to perform a normal compilation. The action workflow can get the master branch of termux-packages and merge it with the tur repository before building packages. But this way will make it hard to build the packages in tur locally. Then a bash script could be used to get/update the master branch of termux-packages, merge it with the tur repository. Besides, add the files from termux-packages to .gitignore. Maybe this script will be named as setup-environment.sh or something else.

PS: This is just a suggestion and if it is inappropriate feel free to close it!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.