Skip to content

Instantly share code, notes, and snippets.

@oberstet
Created July 31, 2022 11:54
Show Gist options
  • Save oberstet/99402f51a7108ec52c87125aceda1f36 to your computer and use it in GitHub Desktop.
Save oberstet/99402f51a7108ec52c87125aceda1f36 to your computer and use it in GitHub Desktop.
(cpy39_1) (base) oberstet@intel-nuci7:~/scm/crossbario/crossbar-binaries$ make build_docker_arm64
cd ./docker && make build_docker_arm64
make[1]: Verzeichnis „/home/oberstet/scm/crossbario/crossbar-binaries/docker“ wird betreten
time docker build \
--build-arg CROSSBAR_ARCH=arm64v8 \
--build-arg CROSSBAR_BUILD_DATE=2022-07-31 \
--build-arg CROSSBAR_VCS_REF=d3bca556 \
--build-arg CROSSBAR_VERSION=22.7.1.dev1 \
-t crossbario/crossbar:cpy-slim-arm64v8 \
-t crossbario/crossbar:cpy-slim-arm64v8-22.7.1.dev1 \
-f Dockerfile.cpy-slim \
..
Sending build context to Docker daemon 20.39MB
Step 1/41 : ARG CROSSBAR_ARCH
Step 2/41 : FROM multiarch/qemu-user-static:x86_64-aarch64 as qemu
---> 97e0ceea7fa6
Step 3/41 : FROM multiarch/qemu-user-static:x86_64-arm as qemuarm
---> 94c13c86fb07
Step 4/41 : FROM ${CROSSBAR_ARCH}/python:3.9-slim
3.9-slim: Pulling from arm64v8/python
60197a4c18d4: Pull complete
54e29ba981bc: Pull complete
e60dd3e4faa2: Pull complete
90d9a9d58f07: Pull complete
b84dca0b961b: Pull complete
Digest: sha256:70187567f415c73fd1418dbd3a2509c5d8170849c0fd27f810c3362ddf8bdd7a
Status: Downloaded newer image for arm64v8/python:3.9-slim
---> 7456e29f78e8
Step 5/41 : MAINTAINER The Crossbar.io Project <support@crossbario.com>
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 6a79f778a7b2
Removing intermediate container 6a79f778a7b2
---> 2d7cb5a4633d
Step 6/41 : ARG CROSSBAR_BUILD_ID
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in b48c8e5363a2
Removing intermediate container b48c8e5363a2
---> 5697bfd5a865
Step 7/41 : ARG CROSSBAR_BUILD_DATE
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 31b4abd2d1e4
Removing intermediate container 31b4abd2d1e4
---> b70d3955b471
Step 8/41 : ARG CROSSBAR_VCS_REF
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 8a7a38da2f77
Removing intermediate container 8a7a38da2f77
---> 96741d19fcdd
Step 9/41 : ARG CROSSBAR_VERSION
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 95fd9a95fb3d
Removing intermediate container 95fd9a95fb3d
---> 0f4ef68a2aa0
Step 10/41 : ENV CROSSBAR_BUILD_ID $CROSSBAR_BUILD_ID
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in ce17b529cb55
Removing intermediate container ce17b529cb55
---> de34f2740856
Step 11/41 : ENV CROSSBAR_BUILD_DATE $CROSSBAR_BUILD_DATE
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in f286988f0654
Removing intermediate container f286988f0654
---> 879e50c8cf22
Step 12/41 : ENV CROSSBAR_VCS_REF $CROSSBAR_VCS_REF
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in d4db5a8b7e97
Removing intermediate container d4db5a8b7e97
---> 007dd87cd975
Step 13/41 : ENV CROSSBAR_VERSION $CROSSBAR_VERSION
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 3ca6d5a41c6a
Removing intermediate container 3ca6d5a41c6a
---> 3082b3f1f7bb
Step 14/41 : COPY --from=qemu /usr/bin/qemu-aarch64-static /usr/bin/
---> 2a13e58b2879
Step 15/41 : COPY --from=qemuarm /usr/bin/qemu-arm-static /usr/bin/
---> d14b4c65a688
Step 16/41 : ENV LANG C.UTF-8
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 65a90e6da5ff
Removing intermediate container 65a90e6da5ff
---> 34e011a87006
Step 17/41 : ENV DEBIAN_FRONTEND noninteractive
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 200cf428e681
Removing intermediate container 200cf428e681
---> 65618b99740a
Step 18/41 : ENV PYTHONUNBUFFERED 1
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 5d0e6c7bf588
Removing intermediate container 5d0e6c7bf588
---> 1f35dead1175
Step 19/41 : ENV PATH /usr/local/bin:$PATH
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 6dbd6f7621c8
Removing intermediate container 6dbd6f7621c8
---> 1b0988ffcc53
Step 20/41 : SHELL ["/bin/bash", "-c"]
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 6a1016ab756a
Removing intermediate container 6a1016ab756a
---> 9e444e0b7064
Step 21/41 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates procps iputils-ping net-tools htop curl expat git build-essential libssl-dev libffi-dev libunwind-dev libreadline-dev zlib1g-dev libbz2-dev libsqlite3-dev libncurses5-dev libsnappy-dev libcairo2 libcairo2-dev libgirepository1.0-dev && rm -rf ~/.cache && rm -rf /var/lib/apt/lists/*
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in fce059899b2c
Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB]
Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
Fetched 8448 kB in 10s (864 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
ca-certificates is already the newest version (20210119).
The following additional packages will be installed:
binutils binutils-aarch64-linux-gnu binutils-common bzip2 cpp cpp-10
dpkg-dev fontconfig-config fonts-dejavu-core g++ g++-10 gcc gcc-10
gir1.2-freedesktop gir1.2-glib-2.0 git-man gobject-introspection libasan6
libatomic1 libbinutils libblkid-dev libbrotli-dev libbrotli1 libbsd0
libc-dev-bin libc6-dev libcairo-gobject2 libcairo-script-interpreter2
libcap2 libcap2-bin libcc1-0 libcrypt-dev libctf-nobfd0 libctf0
libcurl3-gnutls libcurl4 libdpkg-perl libelf1 liberror-perl libexpat1-dev
libfontconfig-dev libfontconfig1 libfontconfig1-dev libfreetype-dev
libfreetype6 libfreetype6-dev libgcc-10-dev libgdbm-compat4
libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
libglib2.0-dev libglib2.0-dev-bin libgomp1 libice-dev libice6 libisl23
libitm1 libldap-2.4-2 liblsan0 liblzma-dev liblzo2-2 libmd0 libmount-dev
libmpc3 libmpdec3 libmpfr6 libncurses-dev libncurses6 libnghttp2-14
libnl-3-200 libnl-genl-3-200 libnsl-dev libpcre16-3 libpcre2-16-0
libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
libpcrecpp0v5 libperl5.32 libpixman-1-0 libpixman-1-dev libpng-dev
libpng16-16 libprocps8 libpsl5 libpthread-stubs0-dev libpython3-stdlib
libpython3.9-minimal libpython3.9-stdlib librtmp1 libsasl2-2
libsasl2-modules-db libselinux1-dev libsepol1-dev libsm-dev libsm6
libsnappy1v5 libssh2-1 libstdc++-10-dev libtirpc-dev libtsan0 libubsan1
libunwind8 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb-render0
libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb1 libxcb1-dev
libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxrender-dev libxrender1
linux-libc-dev make media-types patch perl perl-modules-5.32 pkg-config
python3 python3-distutils python3-lib2to3 python3-mako python3-markdown
python3-markupsafe python3-minimal python3-pkg-resources python3.9
python3.9-minimal sensible-utils ucf uuid-dev x11-common x11proto-dev
x11proto-xext-dev xorg-sgml-doctools xtrans-dev xz-utils
Suggested packages:
binutils-doc bzip2-doc cpp-doc gcc-10-locales debian-keyring gcc-10-doc
gcc-multilib manpages-dev autoconf automake libtool flex bison gdb gcc-doc
gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-cvs git-mediawiki git-svn lm-sensors lsof strace
glibc-doc libcairo2-doc gnupg bzr freetype2-doc libgirepository1.0-doc
libglib2.0-doc libgdk-pixbuf2.0-bin | libgdk-pixbuf2.0-dev libxml2-utils
libice-doc liblzma-doc ncurses-doc readline-doc libsm-doc sqlite3-doc
libssl-doc libstdc++-10-doc libx11-doc libxcb-doc libxext-doc make-doc ed
diffutils-doc perl-doc libterm-readline-gnu-perl
| libterm-readline-perl-perl libtap-harness-archive-perl python3-doc
python3-tk python3-venv python3-beaker python-mako-doc python-markdown-doc
python3-setuptools python3.9-venv python3.9-doc binfmt-support
Recommended packages:
fakeroot gnupg libalgorithm-merge-perl less ssh-client bzip2-doc manpages
manpages-dev libc-devtools libpam-cap libfile-fcntllock-perl
liblocale-gettext-perl shared-mime-info xdg-user-dirs libldap-common libgpm2
libpng-tools publicsuffix libsasl2-modules psmisc python3-pygments
python3-yaml
The following NEW packages will be installed:
binutils binutils-aarch64-linux-gnu binutils-common build-essential bzip2
cpp cpp-10 curl dpkg-dev expat fontconfig-config fonts-dejavu-core g++
g++-10 gcc gcc-10 gir1.2-freedesktop gir1.2-glib-2.0 git git-man
gobject-introspection htop iputils-ping libasan6 libatomic1 libbinutils
libblkid-dev libbrotli-dev libbrotli1 libbsd0 libbz2-dev libc-dev-bin
libc6-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2
libcairo2-dev libcap2 libcap2-bin libcc1-0 libcrypt-dev libctf-nobfd0
libctf0 libcurl3-gnutls libcurl4 libdpkg-perl libelf1 liberror-perl
libexpat1-dev libffi-dev libfontconfig-dev libfontconfig1 libfontconfig1-dev
libfreetype-dev libfreetype6 libfreetype6-dev libgcc-10-dev libgdbm-compat4
libgirepository-1.0-1 libgirepository1.0-dev libglib2.0-0 libglib2.0-bin
libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgomp1 libice-dev
libice6 libisl23 libitm1 libldap-2.4-2 liblsan0 liblzma-dev liblzo2-2 libmd0
libmount-dev libmpc3 libmpdec3 libmpfr6 libncurses-dev libncurses5-dev
libncurses6 libnghttp2-14 libnl-3-200 libnl-genl-3-200 libnsl-dev
libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
libpcre3-dev libpcre32-3 libpcrecpp0v5 libperl5.32 libpixman-1-0
libpixman-1-dev libpng-dev libpng16-16 libprocps8 libpsl5
libpthread-stubs0-dev libpython3-stdlib libpython3.9-minimal
libpython3.9-stdlib libreadline-dev librtmp1 libsasl2-2 libsasl2-modules-db
libselinux1-dev libsepol1-dev libsm-dev libsm6 libsnappy-dev libsnappy1v5
libsqlite3-dev libssh2-1 libssl-dev libstdc++-10-dev libtirpc-dev libtsan0
libubsan1 libunwind-dev libunwind8 libx11-6 libx11-data libx11-dev
libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0
libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev
libxext6 libxrender-dev libxrender1 linux-libc-dev make media-types
net-tools patch perl perl-modules-5.32 pkg-config procps python3
python3-distutils python3-lib2to3 python3-mako python3-markdown
python3-markupsafe python3-minimal python3-pkg-resources python3.9
python3.9-minimal sensible-utils ucf uuid-dev x11-common x11proto-dev
x11proto-xext-dev xorg-sgml-doctools xtrans-dev xz-utils zlib1g-dev
0 upgraded, 170 newly installed, 0 to remove and 0 not upgraded.
Need to get 103 MB of archives.
After this operation, 422 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main arm64 perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
Get:2 http://deb.debian.org/debian bullseye/main arm64 libgdbm-compat4 arm64 1.19-2 [44.6 kB]
Get:3 http://deb.debian.org/debian bullseye/main arm64 libperl5.32 arm64 5.32.1-4+deb11u2 [3911 kB]
Get:4 http://deb.debian.org/debian bullseye/main arm64 perl arm64 5.32.1-4+deb11u2 [293 kB]
Get:5 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-minimal arm64 3.9.2-1 [797 kB]
Get:6 http://deb.debian.org/debian bullseye/main arm64 python3.9-minimal arm64 3.9.2-1 [1884 kB]
Get:7 http://deb.debian.org/debian bullseye/main arm64 python3-minimal arm64 3.9.2-3 [38.2 kB]
Get:8 http://deb.debian.org/debian bullseye/main arm64 media-types all 4.0.0 [30.3 kB]
Get:9 http://deb.debian.org/debian bullseye/main arm64 libmpdec3 arm64 2.5.1-1 [84.4 kB]
Get:10 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-stdlib arm64 3.9.2-1 [1658 kB]
Get:11 http://deb.debian.org/debian bullseye/main arm64 python3.9 arm64 3.9.2-1 [466 kB]
Get:12 http://deb.debian.org/debian bullseye/main arm64 libpython3-stdlib arm64 3.9.2-3 [21.4 kB]
Get:13 http://deb.debian.org/debian bullseye/main arm64 python3 arm64 3.9.2-3 [37.9 kB]
Get:14 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
Get:15 http://deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
Get:16 http://deb.debian.org/debian bullseye/main arm64 iputils-ping arm64 3:20210202-1 [48.3 kB]
Get:17 http://deb.debian.org/debian bullseye/main arm64 libncurses6 arm64 6.2+20201114-2 [93.2 kB]
Get:18 http://deb.debian.org/debian bullseye/main arm64 libprocps8 arm64 2:3.3.17-5 [61.9 kB]
Get:19 http://deb.debian.org/debian bullseye/main arm64 procps arm64 2:3.3.17-5 [497 kB]
Get:20 http://deb.debian.org/debian bullseye/main arm64 sensible-utils all 0.0.14 [14.8 kB]
Get:21 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
Get:22 http://deb.debian.org/debian bullseye/main arm64 ucf all 3.0043 [74.0 kB]
Get:23 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
Get:24 http://deb.debian.org/debian bullseye/main arm64 binutils-common arm64 2.35.2-2 [2220 kB]
Get:25 http://deb.debian.org/debian bullseye/main arm64 libbinutils arm64 2.35.2-2 [599 kB]
Get:26 http://deb.debian.org/debian bullseye/main arm64 libctf-nobfd0 arm64 2.35.2-2 [108 kB]
Get:27 http://deb.debian.org/debian bullseye/main arm64 libctf0 arm64 2.35.2-2 [51.0 kB]
Get:28 http://deb.debian.org/debian bullseye/main arm64 binutils-aarch64-linux-gnu arm64 2.35.2-2 [2472 kB]
Get:29 http://deb.debian.org/debian bullseye/main arm64 binutils arm64 2.35.2-2 [61.2 kB]
Get:30 http://deb.debian.org/debian bullseye/main arm64 libc-dev-bin arm64 2.31-13+deb11u3 [272 kB]
Get:31 http://deb.debian.org/debian-security bullseye-security/main arm64 linux-libc-dev arm64 5.10.127-2 [1497 kB]
Get:32 http://deb.debian.org/debian bullseye/main arm64 libcrypt-dev arm64 1:4.4.18-4 [108 kB]
Get:33 http://deb.debian.org/debian bullseye/main arm64 libtirpc-dev arm64 1.3.1-1 [192 kB]
Get:34 http://deb.debian.org/debian bullseye/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB]
Get:35 http://deb.debian.org/debian bullseye/main arm64 libc6-dev arm64 2.31-13+deb11u3 [2031 kB]
Get:36 http://deb.debian.org/debian bullseye/main arm64 libisl23 arm64 0.23-1 [590 kB]
Get:37 http://deb.debian.org/debian bullseye/main arm64 libmpfr6 arm64 4.1.0-3 [829 kB]
Get:38 http://deb.debian.org/debian bullseye/main arm64 libmpc3 arm64 1.2.0-1 [43.2 kB]
Get:39 http://deb.debian.org/debian bullseye/main arm64 cpp-10 arm64 10.2.1-6 [7756 kB]
Get:40 http://deb.debian.org/debian bullseye/main arm64 cpp arm64 4:10.2.1-1 [19.7 kB]
Get:41 http://deb.debian.org/debian bullseye/main arm64 libcc1-0 arm64 10.2.1-6 [45.1 kB]
Get:42 http://deb.debian.org/debian bullseye/main arm64 libgomp1 arm64 10.2.1-6 [91.6 kB]
Get:43 http://deb.debian.org/debian bullseye/main arm64 libitm1 arm64 10.2.1-6 [23.8 kB]
Get:44 http://deb.debian.org/debian bullseye/main arm64 libatomic1 arm64 10.2.1-6 [9468 B]
Get:45 http://deb.debian.org/debian bullseye/main arm64 libasan6 arm64 10.2.1-6 [2002 kB]
Get:46 http://deb.debian.org/debian bullseye/main arm64 liblsan0 arm64 10.2.1-6 [794 kB]
Get:47 http://deb.debian.org/debian bullseye/main arm64 libtsan0 arm64 10.2.1-6 [1957 kB]
Get:48 http://deb.debian.org/debian bullseye/main arm64 libubsan1 arm64 10.2.1-6 [759 kB]
Get:49 http://deb.debian.org/debian bullseye/main arm64 libgcc-10-dev arm64 10.2.1-6 [876 kB]
Get:50 http://deb.debian.org/debian bullseye/main arm64 gcc-10 arm64 10.2.1-6 [15.4 MB]
Get:51 http://deb.debian.org/debian bullseye/main arm64 gcc arm64 4:10.2.1-1 [5208 B]
Get:52 http://deb.debian.org/debian bullseye/main arm64 libstdc++-10-dev arm64 10.2.1-6 [1704 kB]
Get:53 http://deb.debian.org/debian bullseye/main arm64 g++-10 arm64 10.2.1-6 [8557 kB]
Get:54 http://deb.debian.org/debian bullseye/main arm64 g++ arm64 4:10.2.1-1 [1628 B]
Get:55 http://deb.debian.org/debian bullseye/main arm64 make arm64 4.3-4.1 [391 kB]
Get:56 http://deb.debian.org/debian bullseye/main arm64 libdpkg-perl all 1.20.11 [1546 kB]
Get:57 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
Get:58 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.11 [2308 kB]
Get:59 http://deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
Get:60 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
Get:61 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
Get:62 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
Get:63 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
Get:64 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
Get:65 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
Get:66 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
Get:67 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
Get:68 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB]
Get:69 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB]
Get:70 http://deb.debian.org/debian bullseye/main arm64 expat arm64 2.2.10-2+deb11u3 [37.7 kB]
Get:71 http://deb.debian.org/debian bullseye/main arm64 fonts-dejavu-core all 2.37-2 [1069 kB]
Get:72 http://deb.debian.org/debian bullseye/main arm64 fontconfig-config all 2.13.1-4.2 [281 kB]
Get:73 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-0 arm64 2.66.8-1 [1286 kB]
Get:74 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
Get:75 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
Get:76 http://deb.debian.org/debian bullseye/main arm64 gir1.2-freedesktop arm64 1.66.1-1+b1 [33.4 kB]
Get:77 http://deb.debian.org/debian bullseye/main arm64 libcurl3-gnutls arm64 7.74.0-1.3+deb11u1 [317 kB]
Get:78 http://deb.debian.org/debian bullseye/main arm64 liberror-perl all 0.17029-1 [31.0 kB]
Get:79 http://deb.debian.org/debian bullseye/main arm64 git-man all 1:2.30.2-1 [1827 kB]
Get:80 http://deb.debian.org/debian bullseye/main arm64 git arm64 1:2.30.2-1 [5428 kB]
Get:81 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
Get:82 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
Get:83 http://deb.debian.org/debian bullseye/main arm64 python3-markupsafe arm64 1.1.1-1+b3 [15.2 kB]
Get:84 http://deb.debian.org/debian bullseye/main arm64 python3-mako all 1.1.3+ds1-2 [80.2 kB]
Get:85 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
Get:86 http://deb.debian.org/debian bullseye/main arm64 python3-markdown all 3.3.4-1 [71.4 kB]
Get:87 http://deb.debian.org/debian bullseye/main arm64 gobject-introspection arm64 1.66.1-1+b1 [289 kB]
Get:88 http://deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
Get:89 http://deb.debian.org/debian bullseye/main arm64 libnl-genl-3-200 arm64 3.4.0-1+b1 [20.8 kB]
Get:90 http://deb.debian.org/debian bullseye/main arm64 htop arm64 3.0.5-7 [121 kB]
Get:91 http://deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
Get:92 http://deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
Get:93 http://deb.debian.org/debian bullseye/main arm64 libbrotli-dev arm64 1.0.9-2+b2 [277 kB]
Get:94 http://deb.debian.org/debian bullseye/main arm64 libmd0 arm64 1.0.3-3 [27.9 kB]
Get:95 http://deb.debian.org/debian bullseye/main arm64 libbsd0 arm64 0.11.3-1 [106 kB]
Get:96 http://deb.debian.org/debian bullseye/main arm64 libbz2-dev arm64 1.0.8-4 [31.5 kB]
Get:97 http://deb.debian.org/debian bullseye/main arm64 libpng16-16 arm64 1.6.37-3 [289 kB]
Get:98 http://deb.debian.org/debian bullseye/main arm64 libfreetype6 arm64 2.10.4+dfsg-1+deb11u1 [393 kB]
Get:99 http://deb.debian.org/debian bullseye/main arm64 libfontconfig1 arm64 2.13.1-4.2 [344 kB]
Get:100 http://deb.debian.org/debian bullseye/main arm64 libpixman-1-0 arm64 0.40.0-1 [444 kB]
Get:101 http://deb.debian.org/debian bullseye/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB]
Get:102 http://deb.debian.org/debian bullseye/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
Get:103 http://deb.debian.org/debian bullseye/main arm64 libxcb1 arm64 1.14-3 [138 kB]
Get:104 http://deb.debian.org/debian bullseye/main arm64 libx11-data all 2:1.7.2-1 [311 kB]
Get:105 http://deb.debian.org/debian bullseye/main arm64 libx11-6 arm64 2:1.7.2-1 [748 kB]
Get:106 http://deb.debian.org/debian bullseye/main arm64 libxcb-render0 arm64 1.14-3 [111 kB]
Get:107 http://deb.debian.org/debian bullseye/main arm64 libxcb-shm0 arm64 1.14-3 [101 kB]
Get:108 http://deb.debian.org/debian bullseye/main arm64 libxext6 arm64 2:1.3.3-1.1 [51.6 kB]
Get:109 http://deb.debian.org/debian bullseye/main arm64 libxrender1 arm64 1:0.9.10-1 [30.4 kB]
Get:110 http://deb.debian.org/debian bullseye/main arm64 libcairo2 arm64 1.16.0-5 [648 kB]
Get:111 http://deb.debian.org/debian bullseye/main arm64 libcairo-gobject2 arm64 1.16.0-5 [125 kB]
Get:112 http://deb.debian.org/debian bullseye/main arm64 liblzo2-2 arm64 2.10-2 [51.8 kB]
Get:113 http://deb.debian.org/debian bullseye/main arm64 libcairo-script-interpreter2 arm64 1.16.0-5 [160 kB]
Get:114 http://deb.debian.org/debian bullseye/main arm64 libexpat1-dev arm64 2.2.10-2+deb11u3 [128 kB]
Get:115 http://deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u1 [189 kB]
Get:116 http://deb.debian.org/debian bullseye/main arm64 libpng-dev arm64 1.6.37-3 [294 kB]
Get:117 http://deb.debian.org/debian bullseye/main arm64 libfreetype-dev arm64 2.10.4+dfsg-1+deb11u1 [554 kB]
Get:118 http://deb.debian.org/debian bullseye/main arm64 libfreetype6-dev arm64 2.10.4+dfsg-1+deb11u1 [82.6 kB]
Get:119 http://deb.debian.org/debian bullseye/main arm64 pkg-config arm64 0.29.2-1 [63.6 kB]
Get:120 http://deb.debian.org/debian bullseye/main arm64 libfontconfig-dev arm64 2.13.1-4.2 [367 kB]
Get:121 http://deb.debian.org/debian bullseye/main arm64 libfontconfig1-dev arm64 2.13.1-4.2 [238 kB]
Get:122 http://deb.debian.org/debian bullseye/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [22.1 kB]
Get:123 http://deb.debian.org/debian bullseye/main arm64 x11proto-dev all 2020.1-1 [594 kB]
Get:124 http://deb.debian.org/debian bullseye/main arm64 libxau-dev arm64 1:1.0.9-1 [23.2 kB]
Get:125 http://deb.debian.org/debian bullseye/main arm64 libxdmcp-dev arm64 1:1.1.2-3 [41.2 kB]
Get:126 http://deb.debian.org/debian bullseye/main arm64 xtrans-dev all 1.4.0-1 [98.7 kB]
Get:127 http://deb.debian.org/debian bullseye/main arm64 libpthread-stubs0-dev arm64 0.4-1 [5336 B]
Get:128 http://deb.debian.org/debian bullseye/main arm64 libxcb1-dev arm64 1.14-3 [177 kB]
Get:129 http://deb.debian.org/debian bullseye/main arm64 libx11-dev arm64 2:1.7.2-1 [828 kB]
Get:130 http://deb.debian.org/debian bullseye/main arm64 libxrender-dev arm64 1:0.9.10-1 [38.8 kB]
Get:131 http://deb.debian.org/debian bullseye/main arm64 x11proto-xext-dev all 2020.1-1 [3404 B]
Get:132 http://deb.debian.org/debian bullseye/main arm64 libxext-dev arm64 2:1.3.3-1.1 [107 kB]
Get:133 http://deb.debian.org/debian bullseye/main arm64 x11-common all 1:7.7+22 [252 kB]
Get:134 http://deb.debian.org/debian bullseye/main arm64 libice6 arm64 2:1.0.10-1 [55.6 kB]
Get:135 http://deb.debian.org/debian bullseye/main arm64 libsm6 arm64 2:1.2.3-1 [34.0 kB]
Get:136 http://deb.debian.org/debian bullseye/main arm64 libice-dev arm64 2:1.0.10-1 [66.0 kB]
Get:137 http://deb.debian.org/debian bullseye/main arm64 libsm-dev arm64 2:1.2.3-1 [37.4 kB]
Get:138 http://deb.debian.org/debian bullseye/main arm64 libpixman-1-dev arm64 0.40.0-1 [463 kB]
Get:139 http://deb.debian.org/debian bullseye/main arm64 libxcb-render0-dev arm64 1.14-3 [114 kB]
Get:140 http://deb.debian.org/debian bullseye/main arm64 libxcb-shm0-dev arm64 1.14-3 [103 kB]
Get:141 http://deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
Get:142 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
Get:143 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
Get:144 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
Get:145 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
Get:146 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
Get:147 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB]
Get:148 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB]
Get:149 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB]
Get:150 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB]
Get:151 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
Get:152 http://deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
Get:153 http://deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
Get:154 http://deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
Get:155 http://deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
Get:156 http://deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
Get:157 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
Get:158 http://deb.debian.org/debian bullseye/main arm64 libcairo2-dev arm64 1.16.0-5 [712 kB]
Get:159 http://deb.debian.org/debian bullseye/main arm64 libgirepository1.0-dev arm64 1.66.1-1+b1 [834 kB]
Get:160 http://deb.debian.org/debian bullseye/main arm64 liblzma-dev arm64 5.2.5-2.1~deb11u1 [227 kB]
Get:161 http://deb.debian.org/debian bullseye/main arm64 libncurses-dev arm64 6.2+20201114-2 [335 kB]
Get:162 http://deb.debian.org/debian bullseye/main arm64 libncurses5-dev arm64 6.2+20201114-2 [936 B]
Get:163 http://deb.debian.org/debian bullseye/main arm64 libreadline-dev arm64 8.1-1 [153 kB]
Get:164 http://deb.debian.org/debian bullseye/main arm64 libsnappy1v5 arm64 1.1.8-1 [17.2 kB]
Get:165 http://deb.debian.org/debian bullseye/main arm64 libsnappy-dev arm64 1.1.8-1 [30.9 kB]
Get:166 http://deb.debian.org/debian bullseye/main arm64 libsqlite3-dev arm64 3.34.1-3 [911 kB]
Get:167 http://deb.debian.org/debian bullseye/main arm64 libssl-dev arm64 1.1.1n-0+deb11u3 [1696 kB]
Get:168 http://deb.debian.org/debian bullseye/main arm64 libunwind8 arm64 1.3.2-2 [50.5 kB]
Get:169 http://deb.debian.org/debian bullseye/main arm64 libunwind-dev arm64 1.3.2-2 [397 kB]
Get:170 http://deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 103 MB in 13s (8137 kB/s)
Selecting previously unselected package perl-modules-5.32.
(Reading database ... 7023 files and directories currently installed.)
Preparing to unpack .../0-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
Selecting previously unselected package libgdbm-compat4:arm64.
Preparing to unpack .../1-libgdbm-compat4_1.19-2_arm64.deb ...
Unpacking libgdbm-compat4:arm64 (1.19-2) ...
Selecting previously unselected package libperl5.32:arm64.
Preparing to unpack .../2-libperl5.32_5.32.1-4+deb11u2_arm64.deb ...
Unpacking libperl5.32:arm64 (5.32.1-4+deb11u2) ...
Selecting previously unselected package perl.
Preparing to unpack .../3-perl_5.32.1-4+deb11u2_arm64.deb ...
Unpacking perl (5.32.1-4+deb11u2) ...
Selecting previously unselected package libpython3.9-minimal:arm64.
Preparing to unpack .../4-libpython3.9-minimal_3.9.2-1_arm64.deb ...
Unpacking libpython3.9-minimal:arm64 (3.9.2-1) ...
Selecting previously unselected package python3.9-minimal.
Preparing to unpack .../5-python3.9-minimal_3.9.2-1_arm64.deb ...
Unpacking python3.9-minimal (3.9.2-1) ...
Setting up libpython3.9-minimal:arm64 (3.9.2-1) ...
Setting up python3.9-minimal (3.9.2-1) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 9281 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.9.2-3_arm64.deb ...
Unpacking python3-minimal (3.9.2-3) ...
Selecting previously unselected package media-types.
Preparing to unpack .../1-media-types_4.0.0_all.deb ...
Unpacking media-types (4.0.0) ...
Selecting previously unselected package libmpdec3:arm64.
Preparing to unpack .../2-libmpdec3_2.5.1-1_arm64.deb ...
Unpacking libmpdec3:arm64 (2.5.1-1) ...
Selecting previously unselected package libpython3.9-stdlib:arm64.
Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1_arm64.deb ...
Unpacking libpython3.9-stdlib:arm64 (3.9.2-1) ...
Selecting previously unselected package python3.9.
Preparing to unpack .../4-python3.9_3.9.2-1_arm64.deb ...
Unpacking python3.9 (3.9.2-1) ...
Selecting previously unselected package libpython3-stdlib:arm64.
Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_arm64.deb ...
Unpacking libpython3-stdlib:arm64 (3.9.2-3) ...
Setting up python3-minimal (3.9.2-3) ...
Selecting previously unselected package python3.
(Reading database ... 9678 files and directories currently installed.)
Preparing to unpack .../000-python3_3.9.2-3_arm64.deb ...
Unpacking python3 (3.9.2-3) ...
Selecting previously unselected package libcap2:arm64.
Preparing to unpack .../001-libcap2_1%3a2.44-1_arm64.deb ...
Unpacking libcap2:arm64 (1:2.44-1) ...
Selecting previously unselected package libcap2-bin.
Preparing to unpack .../002-libcap2-bin_1%3a2.44-1_arm64.deb ...
Unpacking libcap2-bin (1:2.44-1) ...
Selecting previously unselected package iputils-ping.
Preparing to unpack .../003-iputils-ping_3%3a20210202-1_arm64.deb ...
Unpacking iputils-ping (3:20210202-1) ...
Selecting previously unselected package libncurses6:arm64.
Preparing to unpack .../004-libncurses6_6.2+20201114-2_arm64.deb ...
Unpacking libncurses6:arm64 (6.2+20201114-2) ...
Selecting previously unselected package libprocps8:arm64.
Preparing to unpack .../005-libprocps8_2%3a3.3.17-5_arm64.deb ...
Unpacking libprocps8:arm64 (2:3.3.17-5) ...
Selecting previously unselected package procps.
Preparing to unpack .../006-procps_2%3a3.3.17-5_arm64.deb ...
Unpacking procps (2:3.3.17-5) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../007-sensible-utils_0.0.14_all.deb ...
Unpacking sensible-utils (0.0.14) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../008-bzip2_1.0.8-4_arm64.deb ...
Unpacking bzip2 (1.0.8-4) ...
Selecting previously unselected package ucf.
Preparing to unpack .../009-ucf_3.0043_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0043) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../010-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
Selecting previously unselected package binutils-common:arm64.
Preparing to unpack .../011-binutils-common_2.35.2-2_arm64.deb ...
Unpacking binutils-common:arm64 (2.35.2-2) ...
Selecting previously unselected package libbinutils:arm64.
Preparing to unpack .../012-libbinutils_2.35.2-2_arm64.deb ...
Unpacking libbinutils:arm64 (2.35.2-2) ...
Selecting previously unselected package libctf-nobfd0:arm64.
Preparing to unpack .../013-libctf-nobfd0_2.35.2-2_arm64.deb ...
Unpacking libctf-nobfd0:arm64 (2.35.2-2) ...
Selecting previously unselected package libctf0:arm64.
Preparing to unpack .../014-libctf0_2.35.2-2_arm64.deb ...
Unpacking libctf0:arm64 (2.35.2-2) ...
Selecting previously unselected package binutils-aarch64-linux-gnu.
Preparing to unpack .../015-binutils-aarch64-linux-gnu_2.35.2-2_arm64.deb ...
Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
Selecting previously unselected package binutils.
Preparing to unpack .../016-binutils_2.35.2-2_arm64.deb ...
Unpacking binutils (2.35.2-2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../017-libc-dev-bin_2.31-13+deb11u3_arm64.deb ...
Unpacking libc-dev-bin (2.31-13+deb11u3) ...
Selecting previously unselected package linux-libc-dev:arm64.
Preparing to unpack .../018-linux-libc-dev_5.10.127-2_arm64.deb ...
Unpacking linux-libc-dev:arm64 (5.10.127-2) ...
Selecting previously unselected package libcrypt-dev:arm64.
Preparing to unpack .../019-libcrypt-dev_1%3a4.4.18-4_arm64.deb ...
Unpacking libcrypt-dev:arm64 (1:4.4.18-4) ...
Selecting previously unselected package libtirpc-dev:arm64.
Preparing to unpack .../020-libtirpc-dev_1.3.1-1_arm64.deb ...
Unpacking libtirpc-dev:arm64 (1.3.1-1) ...
Selecting previously unselected package libnsl-dev:arm64.
Preparing to unpack .../021-libnsl-dev_1.3.0-2_arm64.deb ...
Unpacking libnsl-dev:arm64 (1.3.0-2) ...
Selecting previously unselected package libc6-dev:arm64.
Preparing to unpack .../022-libc6-dev_2.31-13+deb11u3_arm64.deb ...
Unpacking libc6-dev:arm64 (2.31-13+deb11u3) ...
Selecting previously unselected package libisl23:arm64.
Preparing to unpack .../023-libisl23_0.23-1_arm64.deb ...
Unpacking libisl23:arm64 (0.23-1) ...
Selecting previously unselected package libmpfr6:arm64.
Preparing to unpack .../024-libmpfr6_4.1.0-3_arm64.deb ...
Unpacking libmpfr6:arm64 (4.1.0-3) ...
Selecting previously unselected package libmpc3:arm64.
Preparing to unpack .../025-libmpc3_1.2.0-1_arm64.deb ...
Unpacking libmpc3:arm64 (1.2.0-1) ...
Selecting previously unselected package cpp-10.
Preparing to unpack .../026-cpp-10_10.2.1-6_arm64.deb ...
Unpacking cpp-10 (10.2.1-6) ...
Selecting previously unselected package cpp.
Preparing to unpack .../027-cpp_4%3a10.2.1-1_arm64.deb ...
Unpacking cpp (4:10.2.1-1) ...
Selecting previously unselected package libcc1-0:arm64.
Preparing to unpack .../028-libcc1-0_10.2.1-6_arm64.deb ...
Unpacking libcc1-0:arm64 (10.2.1-6) ...
Selecting previously unselected package libgomp1:arm64.
Preparing to unpack .../029-libgomp1_10.2.1-6_arm64.deb ...
Unpacking libgomp1:arm64 (10.2.1-6) ...
Selecting previously unselected package libitm1:arm64.
Preparing to unpack .../030-libitm1_10.2.1-6_arm64.deb ...
Unpacking libitm1:arm64 (10.2.1-6) ...
Selecting previously unselected package libatomic1:arm64.
Preparing to unpack .../031-libatomic1_10.2.1-6_arm64.deb ...
Unpacking libatomic1:arm64 (10.2.1-6) ...
Selecting previously unselected package libasan6:arm64.
Preparing to unpack .../032-libasan6_10.2.1-6_arm64.deb ...
Unpacking libasan6:arm64 (10.2.1-6) ...
Selecting previously unselected package liblsan0:arm64.
Preparing to unpack .../033-liblsan0_10.2.1-6_arm64.deb ...
Unpacking liblsan0:arm64 (10.2.1-6) ...
Selecting previously unselected package libtsan0:arm64.
Preparing to unpack .../034-libtsan0_10.2.1-6_arm64.deb ...
Unpacking libtsan0:arm64 (10.2.1-6) ...
Selecting previously unselected package libubsan1:arm64.
Preparing to unpack .../035-libubsan1_10.2.1-6_arm64.deb ...
Unpacking libubsan1:arm64 (10.2.1-6) ...
Selecting previously unselected package libgcc-10-dev:arm64.
Preparing to unpack .../036-libgcc-10-dev_10.2.1-6_arm64.deb ...
Unpacking libgcc-10-dev:arm64 (10.2.1-6) ...
Selecting previously unselected package gcc-10.
Preparing to unpack .../037-gcc-10_10.2.1-6_arm64.deb ...
Unpacking gcc-10 (10.2.1-6) ...
Selecting previously unselected package gcc.
Preparing to unpack .../038-gcc_4%3a10.2.1-1_arm64.deb ...
Unpacking gcc (4:10.2.1-1) ...
Selecting previously unselected package libstdc++-10-dev:arm64.
Preparing to unpack .../039-libstdc++-10-dev_10.2.1-6_arm64.deb ...
Unpacking libstdc++-10-dev:arm64 (10.2.1-6) ...
Selecting previously unselected package g++-10.
Preparing to unpack .../040-g++-10_10.2.1-6_arm64.deb ...
Unpacking g++-10 (10.2.1-6) ...
Selecting previously unselected package g++.
Preparing to unpack .../041-g++_4%3a10.2.1-1_arm64.deb ...
Unpacking g++ (4:10.2.1-1) ...
Selecting previously unselected package make.
Preparing to unpack .../042-make_4.3-4.1_arm64.deb ...
Unpacking make (4.3-4.1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../043-libdpkg-perl_1.20.11_all.deb ...
Unpacking libdpkg-perl (1.20.11) ...
Selecting previously unselected package patch.
Preparing to unpack .../044-patch_2.7.6-7_arm64.deb ...
Unpacking patch (2.7.6-7) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../045-dpkg-dev_1.20.11_all.deb ...
Unpacking dpkg-dev (1.20.11) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../046-build-essential_12.9_arm64.deb ...
Unpacking build-essential (12.9) ...
Selecting previously unselected package libbrotli1:arm64.
Preparing to unpack .../047-libbrotli1_1.0.9-2+b2_arm64.deb ...
Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
Selecting previously unselected package libsasl2-modules-db:arm64.
Preparing to unpack .../048-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
Selecting previously unselected package libsasl2-2:arm64.
Preparing to unpack .../049-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
Selecting previously unselected package libldap-2.4-2:arm64.
Preparing to unpack .../050-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
Selecting previously unselected package libnghttp2-14:arm64.
Preparing to unpack .../051-libnghttp2-14_1.43.0-1_arm64.deb ...
Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
Selecting previously unselected package libpsl5:arm64.
Preparing to unpack .../052-libpsl5_0.21.0-1.2_arm64.deb ...
Unpacking libpsl5:arm64 (0.21.0-1.2) ...
Selecting previously unselected package librtmp1:arm64.
Preparing to unpack .../053-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
Selecting previously unselected package libssh2-1:arm64.
Preparing to unpack .../054-libssh2-1_1.9.0-2_arm64.deb ...
Unpacking libssh2-1:arm64 (1.9.0-2) ...
Selecting previously unselected package libcurl4:arm64.
Preparing to unpack .../055-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ...
Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ...
Selecting previously unselected package curl.
Preparing to unpack .../056-curl_7.74.0-1.3+deb11u1_arm64.deb ...
Unpacking curl (7.74.0-1.3+deb11u1) ...
Selecting previously unselected package expat.
Preparing to unpack .../057-expat_2.2.10-2+deb11u3_arm64.deb ...
Unpacking expat (2.2.10-2+deb11u3) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../058-fonts-dejavu-core_2.37-2_all.deb ...
Unpacking fonts-dejavu-core (2.37-2) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../059-fontconfig-config_2.13.1-4.2_all.deb ...
Unpacking fontconfig-config (2.13.1-4.2) ...
Selecting previously unselected package libglib2.0-0:arm64.
Preparing to unpack .../060-libglib2.0-0_2.66.8-1_arm64.deb ...
Unpacking libglib2.0-0:arm64 (2.66.8-1) ...
Selecting previously unselected package libgirepository-1.0-1:arm64.
Preparing to unpack .../061-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
Selecting previously unselected package gir1.2-glib-2.0:arm64.
Preparing to unpack .../062-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
Selecting previously unselected package gir1.2-freedesktop:arm64.
Preparing to unpack .../063-gir1.2-freedesktop_1.66.1-1+b1_arm64.deb ...
Unpacking gir1.2-freedesktop:arm64 (1.66.1-1+b1) ...
Selecting previously unselected package libcurl3-gnutls:arm64.
Preparing to unpack .../064-libcurl3-gnutls_7.74.0-1.3+deb11u1_arm64.deb ...
Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u1) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../065-liberror-perl_0.17029-1_all.deb ...
Unpacking liberror-perl (0.17029-1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../066-git-man_1%3a2.30.2-1_all.deb ...
Unpacking git-man (1:2.30.2-1) ...
Selecting previously unselected package git.
Preparing to unpack .../067-git_1%3a2.30.2-1_arm64.deb ...
Unpacking git (1:2.30.2-1) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../068-python3-lib2to3_3.9.2-1_all.deb ...
Unpacking python3-lib2to3 (3.9.2-1) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../069-python3-distutils_3.9.2-1_all.deb ...
Unpacking python3-distutils (3.9.2-1) ...
Selecting previously unselected package python3-markupsafe.
Preparing to unpack .../070-python3-markupsafe_1.1.1-1+b3_arm64.deb ...
Unpacking python3-markupsafe (1.1.1-1+b3) ...
Selecting previously unselected package python3-mako.
Preparing to unpack .../071-python3-mako_1.1.3+ds1-2_all.deb ...
Unpacking python3-mako (1.1.3+ds1-2) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../072-python3-pkg-resources_52.0.0-4_all.deb ...
Unpacking python3-pkg-resources (52.0.0-4) ...
Selecting previously unselected package python3-markdown.
Preparing to unpack .../073-python3-markdown_3.3.4-1_all.deb ...
Unpacking python3-markdown (3.3.4-1) ...
Selecting previously unselected package gobject-introspection.
Preparing to unpack .../074-gobject-introspection_1.66.1-1+b1_arm64.deb ...
Unpacking gobject-introspection (1.66.1-1+b1) ...
Selecting previously unselected package libnl-3-200:arm64.
Preparing to unpack .../075-libnl-3-200_3.4.0-1+b1_arm64.deb ...
Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
Selecting previously unselected package libnl-genl-3-200:arm64.
Preparing to unpack .../076-libnl-genl-3-200_3.4.0-1+b1_arm64.deb ...
Unpacking libnl-genl-3-200:arm64 (3.4.0-1+b1) ...
Selecting previously unselected package htop.
Preparing to unpack .../077-htop_3.0.5-7_arm64.deb ...
Unpacking htop (3.0.5-7) ...
Selecting previously unselected package uuid-dev:arm64.
Preparing to unpack .../078-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
Selecting previously unselected package libblkid-dev:arm64.
Preparing to unpack .../079-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
Selecting previously unselected package libbrotli-dev:arm64.
Preparing to unpack .../080-libbrotli-dev_1.0.9-2+b2_arm64.deb ...
Unpacking libbrotli-dev:arm64 (1.0.9-2+b2) ...
Selecting previously unselected package libmd0:arm64.
Preparing to unpack .../081-libmd0_1.0.3-3_arm64.deb ...
Unpacking libmd0:arm64 (1.0.3-3) ...
Selecting previously unselected package libbsd0:arm64.
Preparing to unpack .../082-libbsd0_0.11.3-1_arm64.deb ...
Unpacking libbsd0:arm64 (0.11.3-1) ...
Selecting previously unselected package libbz2-dev:arm64.
Preparing to unpack .../083-libbz2-dev_1.0.8-4_arm64.deb ...
Unpacking libbz2-dev:arm64 (1.0.8-4) ...
Selecting previously unselected package libpng16-16:arm64.
Preparing to unpack .../084-libpng16-16_1.6.37-3_arm64.deb ...
Unpacking libpng16-16:arm64 (1.6.37-3) ...
Selecting previously unselected package libfreetype6:arm64.
Preparing to unpack .../085-libfreetype6_2.10.4+dfsg-1+deb11u1_arm64.deb ...
Unpacking libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ...
Selecting previously unselected package libfontconfig1:arm64.
Preparing to unpack .../086-libfontconfig1_2.13.1-4.2_arm64.deb ...
Unpacking libfontconfig1:arm64 (2.13.1-4.2) ...
Selecting previously unselected package libpixman-1-0:arm64.
Preparing to unpack .../087-libpixman-1-0_0.40.0-1_arm64.deb ...
Unpacking libpixman-1-0:arm64 (0.40.0-1) ...
Selecting previously unselected package libxau6:arm64.
Preparing to unpack .../088-libxau6_1%3a1.0.9-1_arm64.deb ...
Unpacking libxau6:arm64 (1:1.0.9-1) ...
Selecting previously unselected package libxdmcp6:arm64.
Preparing to unpack .../089-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:arm64.
Preparing to unpack .../090-libxcb1_1.14-3_arm64.deb ...
Unpacking libxcb1:arm64 (1.14-3) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../091-libx11-data_2%3a1.7.2-1_all.deb ...
Unpacking libx11-data (2:1.7.2-1) ...
Selecting previously unselected package libx11-6:arm64.
Preparing to unpack .../092-libx11-6_2%3a1.7.2-1_arm64.deb ...
Unpacking libx11-6:arm64 (2:1.7.2-1) ...
Selecting previously unselected package libxcb-render0:arm64.
Preparing to unpack .../093-libxcb-render0_1.14-3_arm64.deb ...
Unpacking libxcb-render0:arm64 (1.14-3) ...
Selecting previously unselected package libxcb-shm0:arm64.
Preparing to unpack .../094-libxcb-shm0_1.14-3_arm64.deb ...
Unpacking libxcb-shm0:arm64 (1.14-3) ...
Selecting previously unselected package libxext6:arm64.
Preparing to unpack .../095-libxext6_2%3a1.3.3-1.1_arm64.deb ...
Unpacking libxext6:arm64 (2:1.3.3-1.1) ...
Selecting previously unselected package libxrender1:arm64.
Preparing to unpack .../096-libxrender1_1%3a0.9.10-1_arm64.deb ...
Unpacking libxrender1:arm64 (1:0.9.10-1) ...
Selecting previously unselected package libcairo2:arm64.
Preparing to unpack .../097-libcairo2_1.16.0-5_arm64.deb ...
Unpacking libcairo2:arm64 (1.16.0-5) ...
Selecting previously unselected package libcairo-gobject2:arm64.
Preparing to unpack .../098-libcairo-gobject2_1.16.0-5_arm64.deb ...
Unpacking libcairo-gobject2:arm64 (1.16.0-5) ...
Selecting previously unselected package liblzo2-2:arm64.
Preparing to unpack .../099-liblzo2-2_2.10-2_arm64.deb ...
Unpacking liblzo2-2:arm64 (2.10-2) ...
Selecting previously unselected package libcairo-script-interpreter2:arm64.
Preparing to unpack .../100-libcairo-script-interpreter2_1.16.0-5_arm64.deb ...
Unpacking libcairo-script-interpreter2:arm64 (1.16.0-5) ...
Selecting previously unselected package libexpat1-dev:arm64.
Preparing to unpack .../101-libexpat1-dev_2.2.10-2+deb11u3_arm64.deb ...
Unpacking libexpat1-dev:arm64 (2.2.10-2+deb11u3) ...
Selecting previously unselected package zlib1g-dev:arm64.
Preparing to unpack .../102-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u1_arm64.deb ...
Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u1) ...
Selecting previously unselected package libpng-dev:arm64.
Preparing to unpack .../103-libpng-dev_1.6.37-3_arm64.deb ...
Unpacking libpng-dev:arm64 (1.6.37-3) ...
Selecting previously unselected package libfreetype-dev:arm64.
Preparing to unpack .../104-libfreetype-dev_2.10.4+dfsg-1+deb11u1_arm64.deb ...
Unpacking libfreetype-dev:arm64 (2.10.4+dfsg-1+deb11u1) ...
Selecting previously unselected package libfreetype6-dev:arm64.
Preparing to unpack .../105-libfreetype6-dev_2.10.4+dfsg-1+deb11u1_arm64.deb ...
Unpacking libfreetype6-dev:arm64 (2.10.4+dfsg-1+deb11u1) ...
Selecting previously unselected package pkg-config.
Preparing to unpack .../106-pkg-config_0.29.2-1_arm64.deb ...
Unpacking pkg-config (0.29.2-1) ...
Selecting previously unselected package libfontconfig-dev:arm64.
Preparing to unpack .../107-libfontconfig-dev_2.13.1-4.2_arm64.deb ...
Unpacking libfontconfig-dev:arm64 (2.13.1-4.2) ...
Selecting previously unselected package libfontconfig1-dev:arm64.
Preparing to unpack .../108-libfontconfig1-dev_2.13.1-4.2_arm64.deb ...
Unpacking libfontconfig1-dev:arm64 (2.13.1-4.2) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../109-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
Selecting previously unselected package x11proto-dev.
Preparing to unpack .../110-x11proto-dev_2020.1-1_all.deb ...
Unpacking x11proto-dev (2020.1-1) ...
Selecting previously unselected package libxau-dev:arm64.
Preparing to unpack .../111-libxau-dev_1%3a1.0.9-1_arm64.deb ...
Unpacking libxau-dev:arm64 (1:1.0.9-1) ...
Selecting previously unselected package libxdmcp-dev:arm64.
Preparing to unpack .../112-libxdmcp-dev_1%3a1.1.2-3_arm64.deb ...
Unpacking libxdmcp-dev:arm64 (1:1.1.2-3) ...
Selecting previously unselected package xtrans-dev.
Preparing to unpack .../113-xtrans-dev_1.4.0-1_all.deb ...
Unpacking xtrans-dev (1.4.0-1) ...
Selecting previously unselected package libpthread-stubs0-dev:arm64.
Preparing to unpack .../114-libpthread-stubs0-dev_0.4-1_arm64.deb ...
Unpacking libpthread-stubs0-dev:arm64 (0.4-1) ...
Selecting previously unselected package libxcb1-dev:arm64.
Preparing to unpack .../115-libxcb1-dev_1.14-3_arm64.deb ...
Unpacking libxcb1-dev:arm64 (1.14-3) ...
Selecting previously unselected package libx11-dev:arm64.
Preparing to unpack .../116-libx11-dev_2%3a1.7.2-1_arm64.deb ...
Unpacking libx11-dev:arm64 (2:1.7.2-1) ...
Selecting previously unselected package libxrender-dev:arm64.
Preparing to unpack .../117-libxrender-dev_1%3a0.9.10-1_arm64.deb ...
Unpacking libxrender-dev:arm64 (1:0.9.10-1) ...
Selecting previously unselected package x11proto-xext-dev.
Preparing to unpack .../118-x11proto-xext-dev_2020.1-1_all.deb ...
Unpacking x11proto-xext-dev (2020.1-1) ...
Selecting previously unselected package libxext-dev:arm64.
Preparing to unpack .../119-libxext-dev_2%3a1.3.3-1.1_arm64.deb ...
Unpacking libxext-dev:arm64 (2:1.3.3-1.1) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../120-x11-common_1%3a7.7+22_all.deb ...
Unpacking x11-common (1:7.7+22) ...
Selecting previously unselected package libice6:arm64.
Preparing to unpack .../121-libice6_2%3a1.0.10-1_arm64.deb ...
Unpacking libice6:arm64 (2:1.0.10-1) ...
Selecting previously unselected package libsm6:arm64.
Preparing to unpack .../122-libsm6_2%3a1.2.3-1_arm64.deb ...
Unpacking libsm6:arm64 (2:1.2.3-1) ...
Selecting previously unselected package libice-dev:arm64.
Preparing to unpack .../123-libice-dev_2%3a1.0.10-1_arm64.deb ...
Unpacking libice-dev:arm64 (2:1.0.10-1) ...
Selecting previously unselected package libsm-dev:arm64.
Preparing to unpack .../124-libsm-dev_2%3a1.2.3-1_arm64.deb ...
Unpacking libsm-dev:arm64 (2:1.2.3-1) ...
Selecting previously unselected package libpixman-1-dev:arm64.
Preparing to unpack .../125-libpixman-1-dev_0.40.0-1_arm64.deb ...
Unpacking libpixman-1-dev:arm64 (0.40.0-1) ...
Selecting previously unselected package libxcb-render0-dev:arm64.
Preparing to unpack .../126-libxcb-render0-dev_1.14-3_arm64.deb ...
Unpacking libxcb-render0-dev:arm64 (1.14-3) ...
Selecting previously unselected package libxcb-shm0-dev:arm64.
Preparing to unpack .../127-libxcb-shm0-dev_1.14-3_arm64.deb ...
Unpacking libxcb-shm0-dev:arm64 (1.14-3) ...
Selecting previously unselected package libffi-dev:arm64.
Preparing to unpack .../128-libffi-dev_3.3-6_arm64.deb ...
Unpacking libffi-dev:arm64 (3.3-6) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../129-libglib2.0-data_2.66.8-1_all.deb ...
Unpacking libglib2.0-data (2.66.8-1) ...
Selecting previously unselected package libelf1:arm64.
Preparing to unpack .../130-libelf1_0.183-1_arm64.deb ...
Unpacking libelf1:arm64 (0.183-1) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../131-libglib2.0-bin_2.66.8-1_arm64.deb ...
Unpacking libglib2.0-bin (2.66.8-1) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../132-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
Unpacking libglib2.0-dev-bin (2.66.8-1) ...
Selecting previously unselected package libsepol1-dev:arm64.
Preparing to unpack .../133-libsepol1-dev_3.1-1_arm64.deb ...
Unpacking libsepol1-dev:arm64 (3.1-1) ...
Selecting previously unselected package libpcre2-16-0:arm64.
Preparing to unpack .../134-libpcre2-16-0_10.36-2_arm64.deb ...
Unpacking libpcre2-16-0:arm64 (10.36-2) ...
Selecting previously unselected package libpcre2-32-0:arm64.
Preparing to unpack .../135-libpcre2-32-0_10.36-2_arm64.deb ...
Unpacking libpcre2-32-0:arm64 (10.36-2) ...
Selecting previously unselected package libpcre2-posix2:arm64.
Preparing to unpack .../136-libpcre2-posix2_10.36-2_arm64.deb ...
Unpacking libpcre2-posix2:arm64 (10.36-2) ...
Selecting previously unselected package libpcre2-dev:arm64.
Preparing to unpack .../137-libpcre2-dev_10.36-2_arm64.deb ...
Unpacking libpcre2-dev:arm64 (10.36-2) ...
Selecting previously unselected package libselinux1-dev:arm64.
Preparing to unpack .../138-libselinux1-dev_3.1-3_arm64.deb ...
Unpacking libselinux1-dev:arm64 (3.1-3) ...
Selecting previously unselected package libmount-dev:arm64.
Preparing to unpack .../139-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
Selecting previously unselected package libpcre16-3:arm64.
Preparing to unpack .../140-libpcre16-3_2%3a8.39-13_arm64.deb ...
Unpacking libpcre16-3:arm64 (2:8.39-13) ...
Selecting previously unselected package libpcre32-3:arm64.
Preparing to unpack .../141-libpcre32-3_2%3a8.39-13_arm64.deb ...
Unpacking libpcre32-3:arm64 (2:8.39-13) ...
Selecting previously unselected package libpcrecpp0v5:arm64.
Preparing to unpack .../142-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
Selecting previously unselected package libpcre3-dev:arm64.
Preparing to unpack .../143-libpcre3-dev_2%3a8.39-13_arm64.deb ...
Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
Selecting previously unselected package libglib2.0-dev:arm64.
Preparing to unpack .../144-libglib2.0-dev_2.66.8-1_arm64.deb ...
Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
Selecting previously unselected package libcairo2-dev:arm64.
Preparing to unpack .../145-libcairo2-dev_1.16.0-5_arm64.deb ...
Unpacking libcairo2-dev:arm64 (1.16.0-5) ...
Selecting previously unselected package libgirepository1.0-dev:arm64.
Preparing to unpack .../146-libgirepository1.0-dev_1.66.1-1+b1_arm64.deb ...
Unpacking libgirepository1.0-dev:arm64 (1.66.1-1+b1) ...
Selecting previously unselected package liblzma-dev:arm64.
Preparing to unpack .../147-liblzma-dev_5.2.5-2.1~deb11u1_arm64.deb ...
Unpacking liblzma-dev:arm64 (5.2.5-2.1~deb11u1) ...
Selecting previously unselected package libncurses-dev:arm64.
Preparing to unpack .../148-libncurses-dev_6.2+20201114-2_arm64.deb ...
Unpacking libncurses-dev:arm64 (6.2+20201114-2) ...
Selecting previously unselected package libncurses5-dev:arm64.
Preparing to unpack .../149-libncurses5-dev_6.2+20201114-2_arm64.deb ...
Unpacking libncurses5-dev:arm64 (6.2+20201114-2) ...
Selecting previously unselected package libreadline-dev:arm64.
Preparing to unpack .../150-libreadline-dev_8.1-1_arm64.deb ...
Unpacking libreadline-dev:arm64 (8.1-1) ...
Selecting previously unselected package libsnappy1v5:arm64.
Preparing to unpack .../151-libsnappy1v5_1.1.8-1_arm64.deb ...
Unpacking libsnappy1v5:arm64 (1.1.8-1) ...
Selecting previously unselected package libsnappy-dev:arm64.
Preparing to unpack .../152-libsnappy-dev_1.1.8-1_arm64.deb ...
Unpacking libsnappy-dev:arm64 (1.1.8-1) ...
Selecting previously unselected package libsqlite3-dev:arm64.
Preparing to unpack .../153-libsqlite3-dev_3.34.1-3_arm64.deb ...
Unpacking libsqlite3-dev:arm64 (3.34.1-3) ...
Selecting previously unselected package libssl-dev:arm64.
Preparing to unpack .../154-libssl-dev_1.1.1n-0+deb11u3_arm64.deb ...
Unpacking libssl-dev:arm64 (1.1.1n-0+deb11u3) ...
Selecting previously unselected package libunwind8:arm64.
Preparing to unpack .../155-libunwind8_1.3.2-2_arm64.deb ...
Unpacking libunwind8:arm64 (1.3.2-2) ...
Selecting previously unselected package libunwind-dev:arm64.
Preparing to unpack .../156-libunwind-dev_1.3.2-2_arm64.deb ...
Unpacking libunwind-dev:arm64 (1.3.2-2) ...
Selecting previously unselected package net-tools.
Preparing to unpack .../157-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
Unpacking net-tools (1.60+git20181103.0eebece-1) ...
Setting up media-types (4.0.0) ...
Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
Setting up libpixman-1-0:arm64 (0.40.0-1) ...
Setting up libxau6:arm64 (1:1.0.9-1) ...
Setting up net-tools (1.60+git20181103.0eebece-1) ...
Setting up libpsl5:arm64 (0.21.0-1.2) ...
Setting up libpixman-1-dev:arm64 (0.40.0-1) ...
Setting up libpcre16-3:arm64 (2:8.39-13) ...
Setting up libglib2.0-0:arm64 (2.66.8-1) ...
No schema files found: doing nothing.
Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
Setting up binutils-common:arm64 (2.35.2-2) ...
Setting up x11-common (1:7.7+22) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libnghttp2-14:arm64 (1.43.0-1) ...
Setting up libsepol1-dev:arm64 (3.1-1) ...
Setting up linux-libc-dev:arm64 (5.10.127-2) ...
Setting up libctf-nobfd0:arm64 (2.35.2-2) ...
Setting up liblzo2-2:arm64 (2.10-2) ...
Setting up libgomp1:arm64 (10.2.1-6) ...
Setting up bzip2 (1.0.8-4) ...
Setting up libffi-dev:arm64 (3.3-6) ...
Setting up libunwind8:arm64 (1.3.2-2) ...
Setting up libpthread-stubs0-dev:arm64 (0.4-1) ...
Setting up libpcre2-16-0:arm64 (10.36-2) ...
Setting up libcap2:arm64 (1:2.44-1) ...
Setting up libasan6:arm64 (10.2.1-6) ...
Setting up libsnappy1v5:arm64 (1.1.8-1) ...
Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
Setting up libcap2-bin (1:2.44-1) ...
Setting up xtrans-dev (1.4.0-1) ...
Setting up libpcre2-32-0:arm64 (10.36-2) ...
Setting up libglib2.0-data (2.66.8-1) ...
Setting up libtirpc-dev:arm64 (1.3.1-1) ...
Setting up expat (2.2.10-2+deb11u3) ...
Setting up libx11-data (2:1.7.2-1) ...
Setting up make (4.3-4.1) ...
Setting up libmpfr6:arm64 (4.1.0-3) ...
Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
Setting up libncurses6:arm64 (6.2+20201114-2) ...
Setting up xz-utils (5.2.5-2.1~deb11u1) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
Setting up libssl-dev:arm64 (1.1.1n-0+deb11u3) ...
Setting up libpng16-16:arm64 (1.6.37-3) ...
Setting up libpcre32-3:arm64 (2:8.39-13) ...
Setting up libmpc3:arm64 (1.2.0-1) ...
Setting up libatomic1:arm64 (10.2.1-6) ...
Setting up patch (2.7.6-7) ...
Setting up fonts-dejavu-core (2.37-2) ...
Setting up libgdbm-compat4:arm64 (1.19-2) ...
Setting up libpcre2-posix2:arm64 (10.36-2) ...
Setting up libperl5.32:arm64 (5.32.1-4+deb11u2) ...
Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
Setting up liblzma-dev:arm64 (5.2.5-2.1~deb11u1) ...
Setting up libubsan1:arm64 (10.2.1-6) ...
Setting up libmd0:arm64 (1.0.3-3) ...
Setting up libnsl-dev:arm64 (1.3.0-2) ...
Setting up sensible-utils (0.0.14) ...
Setting up libcrypt-dev:arm64 (1:4.4.18-4) ...
Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
Setting up libmpdec3:arm64 (2.5.1-1) ...
Setting up git-man (1:2.30.2-1) ...
Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
Setting up libssh2-1:arm64 (1.9.0-2) ...
Setting up xorg-sgml-doctools (1:1.11-1.1) ...
Setting up libbinutils:arm64 (2.35.2-2) ...
Setting up libisl23:arm64 (0.23-1) ...
Setting up libc-dev-bin (2.31-13+deb11u3) ...
Setting up libbsd0:arm64 (0.11.3-1) ...
Setting up libelf1:arm64 (0.183-1) ...
Setting up iputils-ping (3:20210202-1) ...
Setting up libcc1-0:arm64 (10.2.1-6) ...
Setting up libbrotli-dev:arm64 (1.0.9-2+b2) ...
Setting up liblsan0:arm64 (10.2.1-6) ...
Setting up libprocps8:arm64 (2:3.3.17-5) ...
Setting up cpp-10 (10.2.1-6) ...
Setting up libitm1:arm64 (10.2.1-6) ...
Setting up libpython3.9-stdlib:arm64 (3.9.2-1) ...
Setting up libpython3-stdlib:arm64 (3.9.2-3) ...
Setting up libtsan0:arm64 (10.2.1-6) ...
Setting up libctf0:arm64 (2.35.2-2) ...
Setting up x11proto-dev (2020.1-1) ...
Setting up libice6:arm64 (2:1.0.10-1) ...
Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
Setting up libxcb1:arm64 (1.14-3) ...
Setting up libxau-dev:arm64 (1:1.0.9-1) ...
Setting up libunwind-dev:arm64 (1.3.2-2) ...
Setting up libice-dev:arm64 (2:1.0.10-1) ...
Setting up libxcb-render0:arm64 (1.14-3) ...
Setting up libgcc-10-dev:arm64 (10.2.1-6) ...
Setting up libsnappy-dev:arm64 (1.1.8-1) ...
Setting up libglib2.0-bin (2.66.8-1) ...
Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
Setting up libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u1) ...
Setting up libxcb-shm0:arm64 (1.14-3) ...
Setting up binutils (2.35.2-2) ...
Setting up libxdmcp-dev:arm64 (1:1.1.2-3) ...
Setting up perl (5.32.1-4+deb11u2) ...
Setting up libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ...
Setting up ucf (3.0043) ...
Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
Setting up gcc-10 (10.2.1-6) ...
Setting up libdpkg-perl (1.20.11) ...
Setting up x11proto-xext-dev (2020.1-1) ...
Setting up cpp (4:10.2.1-1) ...
Setting up procps (2:3.3.17-5) ...
Setting up libnl-genl-3-200:arm64 (3.4.0-1+b1) ...
Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ...
Setting up libc6-dev:arm64 (2.31-13+deb11u3) ...
Setting up libx11-6:arm64 (2:1.7.2-1) ...
Setting up curl (7.74.0-1.3+deb11u1) ...
Setting up libsm6:arm64 (2:1.2.3-1) ...
Setting up python3.9 (3.9.2-1) ...
Setting up libbz2-dev:arm64 (1.0.8-4) ...
Setting up libncurses-dev:arm64 (6.2+20201114-2) ...
Setting up gir1.2-freedesktop:arm64 (1.66.1-1+b1) ...
Setting up libstdc++-10-dev:arm64 (10.2.1-6) ...
Setting up libxcb1-dev:arm64 (1.14-3) ...
Setting up g++-10 (10.2.1-6) ...
Setting up libpcre2-dev:arm64 (10.36-2) ...
Setting up libxrender1:arm64 (1:0.9.10-1) ...
Setting up libsm-dev:arm64 (2:1.2.3-1) ...
Setting up libselinux1-dev:arm64 (3.1-3) ...
Setting up libpcre3-dev:arm64 (2:8.39-13) ...
Setting up htop (3.0.5-7) ...
Setting up fontconfig-config (2.13.1-4.2) ...
Setting up libx11-dev:arm64 (2:1.7.2-1) ...
Setting up libxext6:arm64 (2:1.3.3-1.1) ...
Setting up python3 (3.9.2-3) ...
Setting up libreadline-dev:arm64 (8.1-1) ...
Setting up python3-markupsafe (1.1.1-1+b3) ...
Setting up gcc (4:10.2.1-1) ...
Setting up dpkg-dev (1.20.11) ...
Setting up liberror-perl (0.17029-1) ...
Setting up libxcb-shm0-dev:arm64 (1.14-3) ...
Setting up libexpat1-dev:arm64 (2.2.10-2+deb11u3) ...
Setting up libsqlite3-dev:arm64 (3.34.1-3) ...
Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
Setting up pkg-config (0.29.2-1) ...
Setting up libxcb-render0-dev:arm64 (1.14-3) ...
Setting up git (1:2.30.2-1) ...
Setting up libxext-dev:arm64 (2:1.3.3-1.1) ...
Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u1) ...
Setting up g++ (4:10.2.1-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up libncurses5-dev:arm64 (6.2+20201114-2) ...
Setting up build-essential (12.9) ...
Setting up libfontconfig1:arm64 (2.13.1-4.2) ...
Setting up python3-lib2to3 (3.9.2-1) ...
Setting up libxrender-dev:arm64 (1:0.9.10-1) ...
Setting up python3-mako (1.1.3+ds1-2) ...
Setting up python3-pkg-resources (52.0.0-4) ...
Setting up python3-distutils (3.9.2-1) ...
Setting up libglib2.0-dev-bin (2.66.8-1) ...
Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
Setting up libpng-dev:arm64 (1.6.37-3) ...
Setting up libcairo2:arm64 (1.16.0-5) ...
Setting up libfreetype-dev:arm64 (2.10.4+dfsg-1+deb11u1) ...
Setting up python3-markdown (3.3.4-1) ...
Setting up libcairo-gobject2:arm64 (1.16.0-5) ...
Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
Setting up libcairo-script-interpreter2:arm64 (1.16.0-5) ...
Setting up gobject-introspection (1.66.1-1+b1) ...
Setting up libfreetype6-dev:arm64 (2.10.4+dfsg-1+deb11u1) ...
Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
Setting up libgirepository1.0-dev:arm64 (1.66.1-1+b1) ...
Setting up libfontconfig-dev:arm64 (2.13.1-4.2) ...
Setting up libcairo2-dev:arm64 (1.16.0-5) ...
Setting up libfontconfig1-dev:arm64 (2.13.1-4.2) ...
Processing triggers for libc-bin (2.31-13+deb11u3) ...
Removing intermediate container fce059899b2c
---> f1682027133e
Step 22/41 : RUN pkg-config --print-errors --exists cairo>=1.15.10 && pkg-config --variable pc_path pkg-config && pkg-config --cflags cairo
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in adbfcfe2bc63
/usr/local/lib/aarch64-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/aarch64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
Removing intermediate container adbfcfe2bc63
---> a92d07eb73ae
Step 23/41 : RUN curl -sSL -o get-pip.py https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py && pip --version && rm -f get-pip.py
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 1db9c77295be
Collecting pip
Downloading pip-22.2.1-py3-none-any.whl (2.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 3.8 MB/s eta 0:00:00
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 22.0.4
Uninstalling pip-22.0.4:
Successfully uninstalled pip-22.0.4
Successfully installed pip-22.2.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
pip 22.2.1 from /usr/local/lib/python3.9/site-packages/pip (python 3.9)
Removing intermediate container 1db9c77295be
---> 22e3302532c4
Step 24/41 : RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in ad9037b0f4fe
/usr/bin/head: error reading '/proc/self/exe': Bad file descriptor
/usr/bin/head: failed to close '/proc/self/exe': Bad file descriptor
rustup: unknown platform bitness
/bin/sh: 375: [: Illegal number:
info: downloading installer
info: profile set to 'default'
info: default host triple is aarch64-unknown-linux-gnu
info: syncing channel updates for 'stable-aarch64-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 'stable-aarch64-unknown-linux-gnu'
stable-aarch64-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"
Removing intermediate container ad9037b0f4fe
---> 7b01cc46c88d
Step 25/41 : ENV PATH /root/.cargo/bin:${PATH}
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 8d5e2117de88
Removing intermediate container 8d5e2117de88
---> 69d78dadb967
Step 26/41 : RUN rustc --version
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 09f607cf454e
rustc 1.62.1 (e092d0b6b 2022-07-16)
Removing intermediate container 09f607cf454e
---> 7d7d555159f1
Step 27/41 : RUN pip install git+https://github.com/vmprof/vmprof-python.git@master#egg=vmprof
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 25c8fa805916
Collecting vmprof
Cloning https://github.com/vmprof/vmprof-python.git (to revision master) to /tmp/pip-install-87ltdnzt/vmprof_dcdb48b5c2cc41f2ae8d5290eea59dc6
Running command git clone --filter=blob:none --quiet https://github.com/vmprof/vmprof-python.git /tmp/pip-install-87ltdnzt/vmprof_dcdb48b5c2cc41f2ae8d5290eea59dc6
Resolved https://github.com/vmprof/vmprof-python.git to commit a1a1b5264ec0b197444c0053e44f8ae4ffed9353
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting requests
Downloading requests-2.28.1-py3-none-any.whl (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 467.0 kB/s eta 0:00:00
Collecting six
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting pytz
Downloading pytz-2022.1-py2.py3-none-any.whl (503 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 503.5/503.5 kB 5.0 MB/s eta 0:00:00
Collecting colorama
Downloading colorama-0.4.5-py2.py3-none-any.whl (16 kB)
Collecting charset-normalizer<3,>=2
Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
Collecting urllib3<1.27,>=1.21.1
Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 1.6 MB/s eta 0:00:00
Collecting idna<4,>=2.5
Downloading idna-3.3-py3-none-any.whl (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 320.8 kB/s eta 0:00:00
Collecting certifi>=2017.4.17
Downloading certifi-2022.6.15-py3-none-any.whl (160 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 2.5 MB/s eta 0:00:00
Building wheels for collected packages: vmprof
Building wheel for vmprof (setup.py): started
Building wheel for vmprof (setup.py): still running...
Building wheel for vmprof (setup.py): still running...
Building wheel for vmprof (setup.py): still running...
Building wheel for vmprof (setup.py): still running...
Building wheel for vmprof (setup.py): finished with status 'done'
Created wheel for vmprof: filename=vmprof-0.4.15-cp39-cp39-linux_aarch64.whl size=84786 sha256=e0cc8e1950036af85c6770ba10c337fdee7f0746c143931666fce0b8e797cbfa
Stored in directory: /tmp/pip-ephem-wheel-cache-a6s3o3or/wheels/f6/26/a0/bc80cafac0427d1b9b2302ccfe5aff6deb67b175646bd22ca8
Successfully built vmprof
Installing collected packages: pytz, urllib3, six, idna, colorama, charset-normalizer, certifi, requests, vmprof
Successfully installed certifi-2022.6.15 charset-normalizer-2.1.0 colorama-0.4.5 idna-3.3 pytz-2022.1 requests-2.28.1 six-1.16.0 urllib3-1.26.11 vmprof-0.4.15
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Removing intermediate container 25c8fa805916
---> 304f368a344c
Step 28/41 : COPY ./.wheels /tmp
---> af7f957e3b5b
Step 29/41 : RUN ls -la /tmp
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 93f6f0c737e5
total 3588
drwxrwxrwt 1 root root 4096 Jul 31 01:01 .
drwxr-xr-x 1 root root 4096 Jul 31 01:01 ..
-rw-rw-r-- 1 root root 704939 Jul 31 00:47 autobahn-latest-py2.py3-none-any.whl
-rw-rw-r-- 1 root root 289720 Jul 31 00:47 cfxdb-latest-py2.py3-none-any.whl
-rw-rw-r-- 1 root root 872971 Jul 31 00:47 crossbar-latest-py2.py3-none-any.whl
-rw------- 1 root root 285222 Jul 27 01:52 tmpvrpkmrgrcacert.pem
-rw------- 1 root root 285222 Jul 31 00:53 tmpwjh80ykicacert.pem
-rw-rw-r-- 1 root root 30630 Jul 31 00:47 txaio-latest-py2.py3-none-any.whl
-rw-rw-r-- 1 root root 1104319 Jul 31 00:47 xbr-latest-py2.py3-none-any.whl
-rw-rw-r-- 1 root root 74487 Jul 31 00:47 zlmdb-latest-py2.py3-none-any.whl
Removing intermediate container 93f6f0c737e5
---> 5f1f7abc0e31
Step 30/41 : RUN pip install /tmp/txaio-*-py2.py3-none-any.whl && pip install /tmp/zlmdb-*-py2.py3-none-any.whl && pip install /tmp/xbr-*-py2.py3-none-any.whl && pip install `find /tmp/autobahn-*-py2.py3-none-any.whl`[accelerate,asyncio,twisted,encryption,compress,serialization,scram,xbr] && pip install /tmp/crossbar-*-py2.py3-none-any.whl && pip install /tmp/cfxdb-*-py2.py3-none-any.whl
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 66c05e05e68c
Processing /tmp/txaio-latest-py2.py3-none-any.whl
Installing collected packages: txaio
Successfully installed txaio-22.2.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing /tmp/zlmdb-latest-py2.py3-none-any.whl
Collecting click>=7.1.2
Downloading click-8.1.3-py3-none-any.whl (96 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 604.3 kB/s eta 0:00:00
Collecting pyyaml>=5.4.1
Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.1/731.1 kB 4.6 MB/s eta 0:00:00
Requirement already satisfied: txaio>=21.2.1 in /usr/local/lib/python3.9/site-packages (from zlmdb==latest) (22.2.1)
Collecting cbor2>=5.2.0
Downloading cbor2-5.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 237.3/237.3 kB 4.6 MB/s eta 0:00:00
Collecting flatbuffers>=2.0
Downloading flatbuffers-2.0-py2.py3-none-any.whl (26 kB)
Collecting pynacl>=1.4.0
Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (601 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 601.7/601.7 kB 4.7 MB/s eta 0:00:00
Collecting numpy>=1.20.1
Downloading numpy-1.23.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.9/13.9 MB 5.0 MB/s eta 0:00:00
Collecting lmdb>=1.2.1
Downloading lmdb-1.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (297 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.9/297.9 kB 3.7 MB/s eta 0:00:00
Collecting cffi>=1.14.5
Downloading cffi-1.15.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (448 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 448.8/448.8 kB 4.2 MB/s eta 0:00:00
Collecting pycparser
Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 2.7 MB/s eta 0:00:00
Installing collected packages: lmdb, flatbuffers, pyyaml, pycparser, numpy, click, cbor2, cffi, pynacl, zlmdb
Successfully installed cbor2-5.4.3 cffi-1.15.1 click-8.1.3 flatbuffers-2.0 lmdb-1.3.0 numpy-1.23.1 pycparser-2.21 pynacl-1.5.0 pyyaml-6.0 zlmdb-22.6.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing /tmp/xbr-latest-py2.py3-none-any.whl
Installing collected packages: xbr
Successfully installed xbr-21.4.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing /tmp/autobahn-latest-py2.py3-none-any.whl
Requirement already satisfied: txaio>=21.2.1 in /usr/local/lib/python3.9/site-packages (from autobahn==latest) (22.2.1)
Collecting cryptography>=3.4.6
Downloading cryptography-37.0.4-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (3.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 4.2 MB/s eta 0:00:00
Requirement already satisfied: setuptools in /usr/local/lib/python3.9/site-packages (from autobahn==latest) (58.1.0)
Collecting hyperlink>=21.0.0
Downloading hyperlink-21.0.0-py2.py3-none-any.whl (74 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.6/74.6 kB 3.2 MB/s eta 0:00:00
Collecting argon2-cffi>=20.1.0
Downloading argon2_cffi-21.3.0-py3-none-any.whl (14 kB)
Requirement already satisfied: cffi>=1.14.5 in /usr/local/lib/python3.9/site-packages (from autobahn==latest) (1.15.1)
Collecting passlib>=1.7.4
Downloading passlib-1.7.4-py2.py3-none-any.whl (525 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 525.6/525.6 kB 4.5 MB/s eta 0:00:00
Collecting ujson>=4.0.2
Downloading ujson-5.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (44 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.8/44.8 kB 2.1 MB/s eta 0:00:00
Requirement already satisfied: flatbuffers>=1.12 in /usr/local/lib/python3.9/site-packages (from autobahn==latest) (2.0)
Collecting py-ubjson>=0.16.1
Downloading py-ubjson-0.16.1.tar.gz (50 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.3/50.3 kB 2.4 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting msgpack>=1.0.2
Downloading msgpack-1.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (313 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 4.5 MB/s eta 0:00:00
Requirement already satisfied: cbor2>=5.2.0 in /usr/local/lib/python3.9/site-packages (from autobahn==latest) (5.4.3)
Collecting hkdf>=0.0.3
Downloading hkdf-0.0.3.tar.gz (4.0 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting jinja2>=2.11.3
Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 3.7 MB/s eta 0:00:00
Collecting web3>=5.29.0
Downloading web3-5.30.0-py3-none-any.whl (501 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 501.2/501.2 kB 4.3 MB/s eta 0:00:00
Collecting spake2>=0.8
Downloading spake2-0.8-py2.py3-none-any.whl (39 kB)
Collecting py-eth-sig-utils>=0.4.0
Downloading py_eth_sig_utils-0.4.0-py3-none-any.whl (11 kB)
Collecting mnemonic>=0.19
Downloading mnemonic-0.20-py3-none-any.whl (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.0/62.0 kB 2.6 MB/s eta 0:00:00
Collecting py-ecc>=5.1.0
Downloading py_ecc-6.0.0-py3-none-any.whl (43 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.4/43.4 kB 2.3 MB/s eta 0:00:00
Collecting yapf==0.29.0
Downloading yapf-0.29.0-py2.py3-none-any.whl (185 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 185.3/185.3 kB 4.2 MB/s eta 0:00:00
Collecting base58>=2.1.0
Downloading base58-2.1.1-py3-none-any.whl (5.6 kB)
Collecting twisted>=20.3.0
Downloading Twisted-22.4.0-py3-none-any.whl (3.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 4.7 MB/s eta 0:00:00
Requirement already satisfied: zlmdb>=21.2.1 in /usr/local/lib/python3.9/site-packages (from autobahn==latest) (22.6.1)
Collecting ecdsa>=0.16.1
Downloading ecdsa-0.18.0-py2.py3-none-any.whl (142 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.9/142.9 kB 1.3 MB/s eta 0:00:00
Collecting py-multihash>=2.0.1
Downloading py_multihash-2.0.1-py2.py3-none-any.whl (7.6 kB)
Collecting eth-abi>=2.1.1
Downloading eth_abi-3.0.1-py3-none-any.whl (28 kB)
Collecting rlp>=2.0.1
Downloading rlp-3.0.0-py2.py3-none-any.whl (20 kB)
Requirement already satisfied: xbr>=21.2.1 in /usr/local/lib/python3.9/site-packages (from autobahn==latest) (21.4.1)
Requirement already satisfied: click>=8.1.2 in /usr/local/lib/python3.9/site-packages (from autobahn==latest) (8.1.3)
Collecting python-snappy>=0.6.0
Downloading python_snappy-0.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (53 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 2.2 MB/s eta 0:00:00
Requirement already satisfied: pynacl>=1.4.0 in /usr/local/lib/python3.9/site-packages (from autobahn==latest) (1.5.0)
Collecting service-identity>=18.1.0
Downloading service_identity-21.1.0-py2.py3-none-any.whl (12 kB)
Collecting pytrie>=0.4.0
Downloading PyTrie-0.4.0.tar.gz (95 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.1/95.1 kB 3.7 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting qrcode>=7.3.1
Downloading qrcode-7.3.1.tar.gz (43 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.5/43.5 kB 1.7 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting pyopenssl>=20.0.1
Downloading pyOpenSSL-22.0.0-py2.py3-none-any.whl (55 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 1.7 MB/s eta 0:00:00
Collecting attrs>=20.3.0
Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 2.4 MB/s eta 0:00:00
Collecting zope.interface>=5.2.0
Downloading zope.interface-5.4.0-cp39-cp39-manylinux2014_aarch64.whl (256 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.4/256.4 kB 4.4 MB/s eta 0:00:00
Collecting argon2-cffi-bindings
Downloading argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (80 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.6/80.6 kB 2.9 MB/s eta 0:00:00
Requirement already satisfied: pycparser in /usr/local/lib/python3.9/site-packages (from cffi>=1.14.5->autobahn==latest) (2.21)
Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.9/site-packages (from ecdsa>=0.16.1->autobahn==latest) (1.16.0)
Collecting parsimonious<0.9.0,>=0.8.0
Downloading parsimonious-0.8.1.tar.gz (45 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.1/45.1 kB 2.2 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting eth-utils<3.0.0,>=2.0.0
Downloading eth_utils-2.0.0-py3-none-any.whl (24 kB)
Collecting eth-typing<4.0.0,>=3.0.0
Downloading eth_typing-3.1.0-py3-none-any.whl (6.3 kB)
Requirement already satisfied: idna>=2.5 in /usr/local/lib/python3.9/site-packages (from hyperlink>=21.0.0->autobahn==latest) (3.3)
Collecting MarkupSafe>=2.0
Downloading MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (26 kB)
Collecting mypy-extensions>=0.4.1
Downloading mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
Collecting cached-property<2,>=1.5.1
Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB)
Collecting pycryptodome>=3.4.7
Downloading pycryptodome-3.15.0-cp35-abi3-manylinux2014_aarch64.whl (1.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 4.3 MB/s eta 0:00:00
Collecting varint<2.0,>=1.0.2
Downloading varint-1.0.2.tar.gz (1.9 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting morphys<2.0,>=1.0
Downloading morphys-1.0-py2.py3-none-any.whl (5.6 kB)
Collecting sortedcontainers
Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
Collecting pyasn1
Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 kB 2.7 MB/s eta 0:00:00
Collecting pyasn1-modules
Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 3.4 MB/s eta 0:00:00
Collecting Automat>=0.8.0
Downloading Automat-20.2.0-py2.py3-none-any.whl (31 kB)
Collecting incremental>=21.3.0
Downloading incremental-21.3.0-py2.py3-none-any.whl (15 kB)
Collecting constantly>=15.1
Downloading constantly-15.1.0-py2.py3-none-any.whl (7.9 kB)
Collecting typing-extensions>=3.6.5
Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB)
Collecting web3>=5.29.0
Downloading web3-5.29.2-py3-none-any.whl (500 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 500.8/500.8 kB 4.0 MB/s eta 0:00:00
Downloading web3-5.29.1-py3-none-any.whl (500 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 500.8/500.8 kB 5.2 MB/s eta 0:00:00
Downloading web3-5.29.0-py3-none-any.whl (500 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 500.7/500.7 kB 4.7 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of ujson to determine which version is compatible with other requirements. This could take a while.
Collecting ujson>=4.0.2
Downloading ujson-5.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (44 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 2.0 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of txaio to determine which version is compatible with other requirements. This could take a while.
Collecting txaio>=21.2.1
Downloading txaio-22.2.1-py2.py3-none-any.whl (30 kB)
INFO: pip is looking at multiple versions of twisted to determine which version is compatible with other requirements. This could take a while.
Collecting twisted>=20.3.0
Downloading Twisted-22.2.0-py3-none-any.whl (3.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 4.8 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of spake2 to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of service-identity to determine which version is compatible with other requirements. This could take a while.
Collecting service-identity>=18.1.0
Downloading service_identity-18.1.0-py2.py3-none-any.whl (11 kB)
INFO: pip is looking at multiple versions of rlp to determine which version is compatible with other requirements. This could take a while.
Collecting rlp>=2.0.1
Downloading rlp-2.0.1-py2.py3-none-any.whl (20 kB)
INFO: pip is looking at multiple versions of qrcode to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of pytrie to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of python-snappy to determine which version is compatible with other requirements. This could take a while.
Collecting python-snappy>=0.6.0
Downloading python_snappy-0.6.0-cp39-cp39-manylinux2014_aarch64.whl (57 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.2/57.2 kB 1.8 MB/s eta 0:00:00
Collecting eth-hash<0.4.0,>=0.3.1
Downloading eth_hash-0.3.3-py3-none-any.whl (8.9 kB)
Collecting cytoolz<1.0.0,>=0.10.1
Downloading cytoolz-0.12.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 5.0 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of eth-utils to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of pyopenssl to determine which version is compatible with other requirements. This could take a while.
Collecting pyopenssl>=20.0.1
Downloading pyOpenSSL-21.0.0-py2.py3-none-any.whl (55 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.1/55.1 kB 2.0 MB/s eta 0:00:00
Downloading pyOpenSSL-20.0.1-py2.py3-none-any.whl (54 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.1/54.1 kB 2.5 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of pynacl to determine which version is compatible with other requirements. This could take a while.
Collecting pynacl>=1.4.0
Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (601 kB)
Downloading PyNaCl-1.4.0.tar.gz (3.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 5.2 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
INFO: pip is looking at multiple versions of py-ubjson to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of py-multihash to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of py-eth-sig-utils to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of py-ecc to determine which version is compatible with other requirements. This could take a while.
Collecting py-ecc>=5.1.0
Downloading py_ecc-5.2.0-py3-none-any.whl (43 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.4/43.4 kB 1.9 MB/s eta 0:00:00
Downloading py_ecc-5.1.0-py3-none-any.whl (43 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.3/43.3 kB 1.7 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of passlib to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of msgpack to determine which version is compatible with other requirements. This could take a while.
Collecting msgpack>=1.0.2
Downloading msgpack-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (314 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 314.2/314.2 kB 4.6 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of ujson to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of txaio to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of twisted to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of spake2 to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of service-identity to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of qrcode to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of pytrie to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of python-snappy to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of rlp to determine which version is compatible with other requirements. This could take a while.
Downloading msgpack-1.0.2-cp39-cp39-manylinux2014_aarch64.whl (319 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 319.9/319.9 kB 4.2 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of mnemonic to determine which version is compatible with other requirements. This could take a while.
Collecting mnemonic>=0.19
Downloading mnemonic-0.19-py2.py3-none-any.whl (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 kB 2.4 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of pyopenssl to determine which version is compatible with other requirements. This could take a while.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: pip is looking at multiple versions of pynacl to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of jinja2 to determine which version is compatible with other requirements. This could take a while.
Collecting jinja2>=2.11.3
Downloading Jinja2-3.1.1-py3-none-any.whl (132 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.6/132.6 kB 3.6 MB/s eta 0:00:00
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: pip is looking at multiple versions of py-ubjson to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of py-multihash to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of py-eth-sig-utils to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of passlib to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of msgpack to determine which version is compatible with other requirements. This could take a while.
Downloading Jinja2-3.1.0-py3-none-any.whl (132 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.6/132.6 kB 2.5 MB/s eta 0:00:00
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.6/133.6 kB 3.0 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of hyperlink to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of hkdf to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of flatbuffers to determine which version is compatible with other requirements. This could take a while.
Collecting flatbuffers>=1.12
Using cached flatbuffers-2.0-py2.py3-none-any.whl (26 kB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: pip is looking at multiple versions of mnemonic to determine which version is compatible with other requirements. This could take a while.
Downloading flatbuffers-1.12-py2.py3-none-any.whl (15 kB)
INFO: pip is looking at multiple versions of eth-abi to determine which version is compatible with other requirements. This could take a while.
Collecting eth-abi>=2.1.1
Downloading eth_abi-3.0.0-py3-none-any.whl (27 kB)
INFO: pip is looking at multiple versions of jinja2 to determine which version is compatible with other requirements. This could take a while.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: pip is looking at multiple versions of eth-utils to determine which version is compatible with other requirements. This could take a while.
Downloading eth_abi-2.2.0-py3-none-any.whl (28 kB)
Collecting eth-utils<2.0.0,>=1.2.0
Downloading eth_utils-1.10.0-py3-none-any.whl (24 kB)
Collecting eth-typing<3.0.0,>=2.0.0
Downloading eth_typing-2.3.0-py3-none-any.whl (6.2 kB)
Collecting ipfshttpclient==0.8.0a2
Downloading ipfshttpclient-0.8.0a2-py3-none-any.whl (82 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.6/82.6 kB 5.0 MB/s eta 0:00:00
Collecting lru-dict<2.0.0,>=1.1.6
Downloading lru-dict-1.1.8.tar.gz (10 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting eth-account<0.6.0,>=0.5.7
Downloading eth_account-0.5.8-py3-none-any.whl (101 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 5.1 MB/s eta 0:00:00
Collecting eth-rlp<0.3
Downloading eth_rlp-0.2.1-py3-none-any.whl (5.0 kB)
Collecting jsonschema<5,>=3.2.0
Downloading jsonschema-4.8.0-py3-none-any.whl (81 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.4/81.4 kB 3.7 MB/s eta 0:00:00
Collecting hexbytes<1.0.0,>=0.1.0
Downloading hexbytes-0.2.2-py3-none-any.whl (6.1 kB)
Collecting protobuf<4,>=3.10.0
Downloading protobuf-3.20.1-cp39-cp39-manylinux2014_aarch64.whl (917 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 917.9/917.9 kB 7.0 MB/s eta 0:00:00
Requirement already satisfied: requests<3.0.0,>=2.16.0 in /usr/local/lib/python3.9/site-packages (from web3>=5.29.0->autobahn==latest) (2.28.1)
Collecting eth-hash[pycryptodome]<1.0.0,>=0.2.0
Downloading eth_hash-0.5.0-py3-none-any.whl (8.9 kB)
Collecting websockets<10,>=9.1
Downloading websockets-9.1-cp39-cp39-manylinux2014_aarch64.whl (102 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.3/102.3 kB 6.3 MB/s eta 0:00:00
Collecting aiohttp<4,>=3.7.4.post0
Downloading aiohttp-3.8.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 6.8 MB/s eta 0:00:00
Collecting multiaddr>=0.0.7
Downloading multiaddr-0.0.9-py2.py3-none-any.whl (16 kB)
Requirement already satisfied: numpy>=1.20.1 in /usr/local/lib/python3.9/site-packages (from zlmdb>=21.2.1->autobahn==latest) (1.23.1)
Requirement already satisfied: pyyaml>=5.4.1 in /usr/local/lib/python3.9/site-packages (from zlmdb>=21.2.1->autobahn==latest) (6.0)
Requirement already satisfied: lmdb>=1.2.1 in /usr/local/lib/python3.9/site-packages (from zlmdb>=21.2.1->autobahn==latest) (1.3.0)
Requirement already satisfied: charset-normalizer<3.0,>=2.0 in /usr/local/lib/python3.9/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.29.0->autobahn==latest) (2.1.0)
Collecting multidict<7.0,>=4.5
Downloading multidict-6.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (116 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 5.0 MB/s eta 0:00:00
Collecting frozenlist>=1.1.1
Downloading frozenlist-1.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (156 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 kB 3.7 MB/s eta 0:00:00
Collecting async-timeout<5.0,>=4.0.0a3
Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting aiosignal>=1.1.2
Downloading aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting yarl<2.0,>=1.0
Downloading yarl-1.7.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (321 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 321.1/321.1 kB 4.4 MB/s eta 0:00:00
Collecting bitarray<3,>=1.2.1
Downloading bitarray-2.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.0/238.0 kB 2.0 MB/s eta 0:00:00
Collecting eth-keys<0.4.0,>=0.3.4
Downloading eth_keys-0.3.4-py3-none-any.whl (21 kB)
Collecting eth-keyfile<0.6.0,>=0.5.0
Downloading eth_keyfile-0.5.1-py3-none-any.whl (8.3 kB)
Collecting eth-hash[pycryptodome]<1.0.0,>=0.2.0
Downloading eth_hash-0.4.0-py3-none-any.whl (9.0 kB)
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
Downloading pyrsistent-0.18.1.tar.gz (100 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.5/100.5 kB 4.5 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/site-packages (from requests<3.0.0,>=2.16.0->web3>=5.29.0->autobahn==latest) (2022.6.15)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.9/site-packages (from requests<3.0.0,>=2.16.0->web3>=5.29.0->autobahn==latest) (1.26.11)
Collecting toolz>=0.8.0
Downloading toolz-0.12.0-py3-none-any.whl (55 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 2.6 MB/s eta 0:00:00
Collecting netaddr
Downloading netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 5.3 MB/s eta 0:00:00
Building wheels for collected packages: hkdf, py-ubjson, pytrie, qrcode, lru-dict, parsimonious, varint, pyrsistent
Building wheel for hkdf (setup.py): started
Building wheel for hkdf (setup.py): finished with status 'done'
Created wheel for hkdf: filename=hkdf-0.0.3-py3-none-any.whl size=3736 sha256=240d3c1b01f0aa57fa193104e160aaff6bd7488b3f95339d8a11737831dbaa15
Stored in directory: /root/.cache/pip/wheels/07/18/fe/05eda020b559d7d4ff5c614fb30acbb7b7df18b21f503b9346
Building wheel for py-ubjson (setup.py): started
Building wheel for py-ubjson (setup.py): still running...
Building wheel for py-ubjson (setup.py): finished with status 'done'
Created wheel for py-ubjson: filename=py_ubjson-0.16.1-cp39-cp39-linux_aarch64.whl size=41486 sha256=b48469a2a429973a836e2f9d5cad673911ad60ffc040d3c951edf49e8fc8d126
Stored in directory: /root/.cache/pip/wheels/3d/8f/38/625705e37f4264d27cc1b6221cede35b64c391ad20c62fbe28
Building wheel for pytrie (setup.py): started
Building wheel for pytrie (setup.py): finished with status 'done'
Created wheel for pytrie: filename=PyTrie-0.4.0-py3-none-any.whl size=6107 sha256=04170fc9470797a9ba8a98c391c964bac616d502d3494f824c5b51e53619292c
Stored in directory: /root/.cache/pip/wheels/47/4f/6b/8b01679863e246ca7b7e9e572ba9aef8cd7b76bc3c9fc0b9ba
Building wheel for qrcode (setup.py): started
Building wheel for qrcode (setup.py): finished with status 'done'
Created wheel for qrcode: filename=qrcode-7.3.1-py3-none-any.whl size=40402 sha256=01a861dc973042326e5bed19b7e408fbc1abda56558775a002d5ccbbc8184b67
Stored in directory: /root/.cache/pip/wheels/93/54/16/55cec87f8d902ed84b94ab8fdb7e89ae1158c06e130bc83b03
Building wheel for lru-dict (setup.py): started
Building wheel for lru-dict (setup.py): finished with status 'done'
Created wheel for lru-dict: filename=lru_dict-1.1.8-cp39-cp39-linux_aarch64.whl size=10245 sha256=b008c340304c307ed2554d7c3a32002d9f77282c3c2dc173878d7e15b8d2a9fb
Stored in directory: /root/.cache/pip/wheels/22/e7/12/6c9e0f0f2c8484904d3f86647694abbea080046aec8426933e
Building wheel for parsimonious (setup.py): started
Building wheel for parsimonious (setup.py): finished with status 'done'
Created wheel for parsimonious: filename=parsimonious-0.8.1-py3-none-any.whl size=42723 sha256=9c9087981d11d5dbbbbf406f2874d9a1c8ee42474a22562e7a3a257f7258055d
Stored in directory: /root/.cache/pip/wheels/ae/3f/87/24298980f6c0436680b8b64caac154f542e138487ed0f90f2a
Building wheel for varint (setup.py): started
Building wheel for varint (setup.py): finished with status 'done'
Created wheel for varint: filename=varint-1.0.2-py3-none-any.whl size=1980 sha256=d7af3626219579a9faf80c426ae09ebab38f5576aa3575a6e024a882fdfc7251
Stored in directory: /root/.cache/pip/wheels/4b/47/bb/e4fd5cf6101ed8d6a9c52ff50e37bfb908ffdf330ddbbf9550
Building wheel for pyrsistent (pyproject.toml): started
Building wheel for pyrsistent (pyproject.toml): still running...
Building wheel for pyrsistent (pyproject.toml): finished with status 'done'
Created wheel for pyrsistent: filename=pyrsistent-0.18.1-cp39-cp39-linux_aarch64.whl size=70795 sha256=f1c491f27349e75e36902608fca6b742dd4b2f48d3127808e7b90d7438876738
Stored in directory: /root/.cache/pip/wheels/87/fe/e6/fc8deeb581a41e462eafaf19fee96f51cdc8391e0be1c8088a
Successfully built hkdf py-ubjson pytrie qrcode lru-dict parsimonious varint pyrsistent
Installing collected packages: yapf, varint, sortedcontainers, python-snappy, pyasn1, py-ubjson, passlib, netaddr, mypy-extensions, msgpack, morphys, lru-dict, incremental, hkdf, constantly, cached-property, bitarray, zope.interface, websockets, ujson, typing-extensions, toolz, spake2, qrcode, pytrie, pyrsistent, pycryptodome, pyasn1-modules, protobuf, parsimonious, multidict, mnemonic, MarkupSafe, hyperlink, hexbytes, frozenlist, eth-typing, eth-hash, ecdsa, base58, attrs, async-timeout, yarl, py-multihash, multiaddr, jsonschema, jinja2, cytoolz, cryptography, Automat, argon2-cffi-bindings, aiosignal, twisted, service-identity, pyopenssl, ipfshttpclient, eth-utils, autobahn, argon2-cffi, aiohttp, rlp, py-ecc, eth-keys, eth-abi, py-eth-sig-utils, eth-rlp, eth-keyfile, eth-account, web3
Successfully installed Automat-20.2.0 MarkupSafe-2.1.1 aiohttp-3.8.1 aiosignal-1.2.0 argon2-cffi-21.3.0 argon2-cffi-bindings-21.2.0 async-timeout-4.0.2 attrs-22.1.0 autobahn-22.7.1.dev1 base58-2.1.1 bitarray-2.6.0 cached-property-1.5.2 constantly-15.1.0 cryptography-37.0.4 cytoolz-0.12.0 ecdsa-0.18.0 eth-abi-2.2.0 eth-account-0.5.8 eth-hash-0.3.3 eth-keyfile-0.5.1 eth-keys-0.3.4 eth-rlp-0.2.1 eth-typing-2.3.0 eth-utils-1.10.0 frozenlist-1.3.0 hexbytes-0.2.2 hkdf-0.0.3 hyperlink-21.0.0 incremental-21.3.0 ipfshttpclient-0.8.0a2 jinja2-3.1.2 jsonschema-4.8.0 lru-dict-1.1.8 mnemonic-0.20 morphys-1.0 msgpack-1.0.4 multiaddr-0.0.9 multidict-6.0.2 mypy-extensions-0.4.3 netaddr-0.8.0 parsimonious-0.8.1 passlib-1.7.4 protobuf-3.20.1 py-ecc-5.2.0 py-eth-sig-utils-0.4.0 py-multihash-2.0.1 py-ubjson-0.16.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycryptodome-3.15.0 pyopenssl-22.0.0 pyrsistent-0.18.1 python-snappy-0.6.1 pytrie-0.4.0 qrcode-7.3.1 rlp-2.0.1 service-identity-21.1.0 sortedcontainers-2.4.0 spake2-0.8 toolz-0.12.0 twisted-22.4.0 typing-extensions-4.3.0 ujson-5.4.0 varint-1.0.2 web3-5.30.0 websockets-9.1 yapf-0.29.0 yarl-1.7.2 zope.interface-5.4.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing /tmp/crossbar-latest-py2.py3-none-any.whl
Requirement already satisfied: passlib>=1.7.1 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (1.7.4)
Requirement already satisfied: ujson>=5.1.0 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (5.4.0)
Requirement already satisfied: colorama>=0.4.3 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (0.4.5)
Collecting humanize>=0.5.1
Downloading humanize-4.2.3-py3-none-any.whl (102 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.6/102.6 kB 647.1 kB/s eta 0:00:00
Requirement already satisfied: zope.interface>=4.4.2 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (5.4.0)
Collecting prompt-toolkit>=2.0.10
Downloading prompt_toolkit-3.0.30-py3-none-any.whl (381 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 381.7/381.7 kB 4.9 MB/s eta 0:00:00
Collecting validate-email>=1.3
Downloading validate_email-1.3.tar.gz (4.7 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: six>=1.13.0 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (1.16.0)
Requirement already satisfied: click>=7.0 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (8.1.3)
Requirement already satisfied: jinja2>=2.10.1 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (3.1.2)
Requirement already satisfied: parsimonious>=0.8.1 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (0.8.1)
Requirement already satisfied: autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (22.7.1.dev1)
Requirement already satisfied: py-eth-sig-utils>=0.4.0 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (0.4.0)
Collecting pygments>=2.2.0
Downloading Pygments-2.12.0-py3-none-any.whl (1.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 5.1 MB/s eta 0:00:00
Requirement already satisfied: pyyaml>=4.2b4 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (6.0)
Collecting u-msgpack-python>=2.4.1
Downloading u_msgpack_python-2.7.1-py2.py3-none-any.whl (10.0 kB)
Requirement already satisfied: constantly>=15.1.0 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (15.1.0)
Collecting cfxdb>=22.6.1
Downloading cfxdb-22.6.1-py2.py3-none-any.whl (289 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.7/289.7 kB 4.5 MB/s eta 0:00:00
Collecting docker>=3.5.0
Downloading docker-5.0.3-py2.py3-none-any.whl (146 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.2/146.2 kB 2.3 MB/s eta 0:00:00
Collecting bcrypt>=3.1.6
Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (54 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.9/54.9 kB 2.4 MB/s eta 0:00:00
Requirement already satisfied: incremental>=17.5.0 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (21.3.0)
Collecting bitstring>=3.1.5
Downloading bitstring-3.1.9-py3-none-any.whl (38 kB)
Collecting iso8601>=0.1.12
Downloading iso8601-1.0.2-py3-none-any.whl (9.7 kB)
Requirement already satisfied: lmdb>=1.1.1 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (1.3.0)
Requirement already satisfied: pyasn1>=0.4.5 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (0.4.8)
Collecting jinja2-highlight>=0.6.1
Downloading jinja2-highlight-0.6.1.tar.gz (3.4 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting stringcase>=1.2.0
Downloading stringcase-1.2.0.tar.gz (3.0 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting priority<2.0,>=1.1
Downloading priority-1.3.0-py2.py3-none-any.whl (11 kB)
Collecting txtorcon>=20.0.0
Downloading txtorcon-22.0.0-py2.py3-none-any.whl (260 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 260.7/260.7 kB 4.3 MB/s eta 0:00:00
Collecting watchdog>=0.8.3
Downloading watchdog-2.1.9-py3-none-manylinux2014_aarch64.whl (78 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 3.0 MB/s eta 0:00:00
Requirement already satisfied: pycryptodome>=3.7.1 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (3.15.0)
Requirement already satisfied: idna>=2.5 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (3.3)
Collecting MarkupSafe<2,>=1.1.1
Downloading MarkupSafe-1.1.1-cp39-cp39-manylinux2014_aarch64.whl (33 kB)
Requirement already satisfied: numpy>=1.20.0 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (1.23.1)
Requirement already satisfied: pyopenssl>=17.1.0 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (22.0.0)
Requirement already satisfied: sortedcontainers>=2.4.0 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (2.4.0)
Requirement already satisfied: pytrie>=0.3 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (0.4.0)
Collecting setproctitle>=1.1.10
Downloading setproctitle-1.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (30 kB)
Collecting tabulate>=0.7.7
Downloading tabulate-0.8.10-py3-none-any.whl (29 kB)
Requirement already satisfied: xbr>=21.2.1 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (21.4.1)
Requirement already satisfied: urllib3>=1.26.8 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (1.26.11)
Collecting psutil>=5.8.0
Downloading psutil-5.9.1.tar.gz (479 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 479.1/479.1 kB 3.7 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting flask>=1.1.1
Downloading Flask-2.1.3-py3-none-any.whl (95 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.6/95.6 kB 3.5 MB/s eta 0:00:00
Requirement already satisfied: hexbytes>=0.2.1 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (0.2.2)
Collecting importlib-resources>=4.1.1
Downloading importlib_resources-5.9.0-py3-none-any.whl (33 kB)
Collecting sdnotify>=0.3.1
Downloading sdnotify-0.3.2.tar.gz (2.5 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: morphys>=1.0 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (1.0)
Collecting treq>=20.4.1
Downloading treq-22.2.0-py3-none-any.whl (64 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 kB 3.1 MB/s eta 0:00:00
Collecting cookiecutter>=1.6.0
Downloading cookiecutter-2.1.1-py2.py3-none-any.whl (36 kB)
Collecting wsaccel>=0.6.2
Downloading wsaccel-0.6.3.tar.gz (215 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.0/216.0 kB 4.2 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: cbor2>=5.2.0 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (5.4.3)
Requirement already satisfied: py-ubjson>=0.9.0 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (0.16.1)
Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (37.0.4)
Requirement already satisfied: web3>=5.13.1 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (5.30.0)
Requirement already satisfied: attrs>=17.2.0 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (22.1.0)
Requirement already satisfied: zlmdb>=22.6.1 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (22.6.1)
Requirement already satisfied: twisted[conch,http2,tls]>=21.7.0 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (22.4.0)
Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (2.28.1)
Collecting werkzeug<2,>=0.14.1
Downloading Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 298.6/298.6 kB 5.8 MB/s eta 0:00:00
Collecting pyqrcode>=1.2.1
Downloading PyQRCode-1.2.1.zip (41 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.9/41.9 kB 2.9 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: netaddr>=0.8.0 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (0.8.0)
Requirement already satisfied: service-identity>=17.0.0 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (21.1.0)
Requirement already satisfied: eth-typing>=2.2.2 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (2.3.0)
Requirement already satisfied: setuptools>=36.2.7 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (58.1.0)
Collecting hyperframe<6.0,>=5.2
Downloading hyperframe-5.2.0-py2.py3-none-any.whl (12 kB)
Requirement already satisfied: pynacl>=1.1.2 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (1.5.0)
Requirement already satisfied: base58>=2.1.0 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (2.1.1)
Collecting mistune>=0.8.4
Downloading mistune-2.0.4-py2.py3-none-any.whl (24 kB)
Collecting h2<4.0,>=3.2
Downloading h2-3.2.0-py2.py3-none-any.whl (65 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.0/65.0 kB 4.5 MB/s eta 0:00:00
Requirement already satisfied: txaio>=22.2.1 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (22.2.1)
Requirement already satisfied: eth-account>=0.5.4 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (0.5.8)
Requirement already satisfied: pyasn1-modules>=0.2.4 in /usr/local/lib/python3.9/site-packages (from crossbar==latest) (0.2.8)
Requirement already satisfied: hyperlink>=21.0.0 in /usr/local/lib/python3.9/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (21.0.0)
Requirement already satisfied: cffi>=1.14.5 in /usr/local/lib/python3.9/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (1.15.1)
Requirement already satisfied: argon2-cffi>=20.1.0 in /usr/local/lib/python3.9/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (21.3.0)
Requirement already satisfied: qrcode>=7.3.1 in /usr/local/lib/python3.9/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (7.3.1)
Requirement already satisfied: msgpack>=1.0.2 in /usr/local/lib/python3.9/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (1.0.4)
Requirement already satisfied: flatbuffers>=1.12 in /usr/local/lib/python3.9/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (2.0)
Requirement already satisfied: python-snappy>=0.6.0 in /usr/local/lib/python3.9/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (0.6.1)
Requirement already satisfied: py-multihash>=2.0.1 in /usr/local/lib/python3.9/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (2.0.1)
Requirement already satisfied: rlp>=2.0.1 in /usr/local/lib/python3.9/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (2.0.1)
Requirement already satisfied: eth-abi>=2.1.1 in /usr/local/lib/python3.9/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (2.2.0)
Requirement already satisfied: hkdf>=0.0.3 in /usr/local/lib/python3.9/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (0.0.3)
Requirement already satisfied: spake2>=0.8 in /usr/local/lib/python3.9/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (0.8)
Requirement already satisfied: ecdsa>=0.16.1 in /usr/local/lib/python3.9/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (0.18.0)
Requirement already satisfied: mnemonic>=0.19 in /usr/local/lib/python3.9/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (0.20)
Requirement already satisfied: yapf==0.29.0 in /usr/local/lib/python3.9/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (0.29.0)
Requirement already satisfied: py-ecc>=5.1.0 in /usr/local/lib/python3.9/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (5.2.0)
Collecting jinja2-time>=0.2.0
Downloading jinja2_time-0.2.0-py2.py3-none-any.whl (6.4 kB)
Collecting binaryornot>=0.4.4
Downloading binaryornot-0.4.4-py2.py3-none-any.whl (9.0 kB)
Collecting python-slugify>=4.0.0
Downloading python_slugify-6.1.2-py2.py3-none-any.whl (9.4 kB)
Collecting websocket-client>=0.32.0
Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 3.7 MB/s eta 0:00:00
Requirement already satisfied: eth-rlp<2,>=0.1.2 in /usr/local/lib/python3.9/site-packages (from eth-account>=0.5.4->crossbar==latest) (0.2.1)
Requirement already satisfied: eth-utils<2,>=1.3.0 in /usr/local/lib/python3.9/site-packages (from eth-account>=0.5.4->crossbar==latest) (1.10.0)
Requirement already satisfied: eth-keyfile<0.6.0,>=0.5.0 in /usr/local/lib/python3.9/site-packages (from eth-account>=0.5.4->crossbar==latest) (0.5.1)
Requirement already satisfied: bitarray<3,>=1.2.1 in /usr/local/lib/python3.9/site-packages (from eth-account>=0.5.4->crossbar==latest) (2.6.0)
Requirement already satisfied: eth-keys<0.4.0,>=0.3.4 in /usr/local/lib/python3.9/site-packages (from eth-account>=0.5.4->crossbar==latest) (0.3.4)
Collecting flask>=1.1.1
Downloading Flask-2.1.2-py3-none-any.whl (95 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 4.6 MB/s eta 0:00:00
Downloading Flask-2.1.1-py3-none-any.whl (95 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 2.5 MB/s eta 0:00:00
Downloading Flask-2.1.0-py3-none-any.whl (95 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 3.0 MB/s eta 0:00:00
Collecting importlib-metadata
Downloading importlib_metadata-4.12.0-py3-none-any.whl (21 kB)
Collecting flask>=1.1.1
Downloading Flask-2.0.3-py3-none-any.whl (95 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.6/95.6 kB 3.2 MB/s eta 0:00:00
Downloading Flask-2.0.2-py3-none-any.whl (95 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 3.4 MB/s eta 0:00:00
Downloading Flask-2.0.1-py3-none-any.whl (94 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.8/94.8 kB 4.5 MB/s eta 0:00:00
Downloading Flask-2.0.0-py3-none-any.whl (93 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.2/93.2 kB 2.9 MB/s eta 0:00:00
Downloading Flask-1.1.4-py2.py3-none-any.whl (94 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.6/94.6 kB 2.5 MB/s eta 0:00:00
Downloading Flask-1.1.3-py2.py3-none-any.whl (94 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.6/94.6 kB 3.2 MB/s eta 0:00:00
Downloading Flask-1.1.2-py2.py3-none-any.whl (94 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.6/94.6 kB 3.0 MB/s eta 0:00:00
Collecting itsdangerous>=0.24
Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB)
Collecting hpack<4,>=3.0
Downloading hpack-3.0.0-py2.py3-none-any.whl (38 kB)
Collecting zipp>=3.1.0
Downloading zipp-3.8.1-py3-none-any.whl (5.6 kB)
Collecting jinja2>=2.10.1
Using cached Jinja2-3.1.1-py3-none-any.whl (132 kB)
Using cached Jinja2-3.1.0-py3-none-any.whl (132 kB)
Using cached Jinja2-3.0.3-py3-none-any.whl (133 kB)
Downloading Jinja2-3.0.2-py3-none-any.whl (133 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.8/133.8 kB 2.9 MB/s eta 0:00:00
Downloading Jinja2-3.0.1-py3-none-any.whl (133 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 1.8 MB/s eta 0:00:00
Downloading Jinja2-3.0.0-py3-none-any.whl (133 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 1.9 MB/s eta 0:00:00
Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.7/125.7 kB 2.1 MB/s eta 0:00:00
Collecting wcwidth
Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.9/site-packages (from requests>=2.20.0->crossbar==latest) (2.1.0)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/site-packages (from requests>=2.20.0->crossbar==latest) (2022.6.15)
Requirement already satisfied: typing-extensions>=3.6.5 in /usr/local/lib/python3.9/site-packages (from twisted[conch,http2,tls]>=21.7.0->crossbar==latest) (4.3.0)
Requirement already satisfied: Automat>=0.8.0 in /usr/local/lib/python3.9/site-packages (from twisted[conch,http2,tls]>=21.7.0->crossbar==latest) (20.2.0)
Collecting appdirs>=1.4.0
Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Requirement already satisfied: protobuf<4,>=3.10.0 in /usr/local/lib/python3.9/site-packages (from web3>=5.13.1->crossbar==latest) (3.20.1)
Requirement already satisfied: ipfshttpclient==0.8.0a2 in /usr/local/lib/python3.9/site-packages (from web3>=5.13.1->crossbar==latest) (0.8.0a2)
Requirement already satisfied: websockets<10,>=9.1 in /usr/local/lib/python3.9/site-packages (from web3>=5.13.1->crossbar==latest) (9.1)
Requirement already satisfied: eth-hash[pycryptodome]<1.0.0,>=0.2.0 in /usr/local/lib/python3.9/site-packages (from web3>=5.13.1->crossbar==latest) (0.3.3)
Requirement already satisfied: jsonschema<5,>=3.2.0 in /usr/local/lib/python3.9/site-packages (from web3>=5.13.1->crossbar==latest) (4.8.0)
Requirement already satisfied: lru-dict<2.0.0,>=1.1.6 in /usr/local/lib/python3.9/site-packages (from web3>=5.13.1->crossbar==latest) (1.1.8)
Requirement already satisfied: aiohttp<4,>=3.7.4.post0 in /usr/local/lib/python3.9/site-packages (from web3>=5.13.1->crossbar==latest) (3.8.1)
Requirement already satisfied: multiaddr>=0.0.7 in /usr/local/lib/python3.9/site-packages (from ipfshttpclient==0.8.0a2->web3>=5.13.1->crossbar==latest) (0.0.9)
Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.9/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.13.1->crossbar==latest) (6.0.2)
Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.9/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.13.1->crossbar==latest) (1.3.0)
Requirement already satisfied: aiosignal>=1.1.2 in /usr/local/lib/python3.9/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.13.1->crossbar==latest) (1.2.0)
Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /usr/local/lib/python3.9/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.13.1->crossbar==latest) (4.0.2)
Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.9/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.13.1->crossbar==latest) (1.7.2)
Requirement already satisfied: argon2-cffi-bindings in /usr/local/lib/python3.9/site-packages (from argon2-cffi>=20.1.0->autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (21.2.0)
Collecting chardet>=3.0.2
Downloading chardet-5.0.0-py3-none-any.whl (193 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.6/193.6 kB 2.8 MB/s eta 0:00:00
Requirement already satisfied: pycparser in /usr/local/lib/python3.9/site-packages (from cffi>=1.14.5->autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (2.21)
Requirement already satisfied: cytoolz<1.0.0,>=0.9.0 in /usr/local/lib/python3.9/site-packages (from eth-keyfile<0.6.0,>=0.5.0->eth-account>=0.5.4->crossbar==latest) (0.12.0)
Collecting arrow
Downloading arrow-1.2.2-py3-none-any.whl (64 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.0/64.0 kB 2.9 MB/s eta 0:00:00
Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/local/lib/python3.9/site-packages (from jsonschema<5,>=3.2.0->web3>=5.13.1->crossbar==latest) (0.18.1)
Requirement already satisfied: cached-property<2,>=1.5.1 in /usr/local/lib/python3.9/site-packages (from py-ecc>=5.1.0->autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (1.5.2)
Requirement already satisfied: mypy-extensions>=0.4.1 in /usr/local/lib/python3.9/site-packages (from py-ecc>=5.1.0->autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (0.4.3)
Requirement already satisfied: varint<2.0,>=1.0.2 in /usr/local/lib/python3.9/site-packages (from py-multihash>=2.0.1->autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (1.0.2)
Collecting text-unidecode>=1.3
Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.2/78.2 kB 2.8 MB/s eta 0:00:00
Requirement already satisfied: toolz>=0.8.0 in /usr/local/lib/python3.9/site-packages (from cytoolz<1.0.0,>=0.9.0->eth-keyfile<0.6.0,>=0.5.0->eth-account>=0.5.4->crossbar==latest) (0.12.0)
Collecting python-dateutil>=2.7.0
Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 2.9 MB/s eta 0:00:00
Building wheels for collected packages: jinja2-highlight, psutil, pyqrcode, sdnotify, stringcase, validate-email, wsaccel
Building wheel for jinja2-highlight (setup.py): started
Building wheel for jinja2-highlight (setup.py): finished with status 'done'
Created wheel for jinja2-highlight: filename=jinja2_highlight-0.6.1-py3-none-any.whl size=3359 sha256=b08064b71dc9e1c89f819f2f0bfebccd0cd5030c12e2f14739fe90f24bcfa1e2
Stored in directory: /root/.cache/pip/wheels/a9/0d/48/b0a7a78ce3c6ceadd86d3ccb0075e64af0598456c73bf677d5
Building wheel for psutil (pyproject.toml): started
Building wheel for psutil (pyproject.toml): finished with status 'done'
Created wheel for psutil: filename=psutil-5.9.1-cp39-cp39-linux_aarch64.whl size=228806 sha256=62ac4af9893cdc54399b0248d0723b2dff97cc1e6293a075a3bc5292bd83f2c3
Stored in directory: /root/.cache/pip/wheels/65/66/89/7ecefa8b8cfa845352eab83061e5f0f93946a306ae25661e03
Building wheel for pyqrcode (setup.py): started
Building wheel for pyqrcode (setup.py): finished with status 'done'
Created wheel for pyqrcode: filename=PyQRCode-1.2.1-py3-none-any.whl size=36247 sha256=ca4166976df1a3b2c3ab6a0db1bbba1692a094ca423ca9ef077c085cbe2e241b
Stored in directory: /root/.cache/pip/wheels/da/75/c0/38c7f82750de2725429b6b8571dca254249d73f6c882c5d9b1
Building wheel for sdnotify (setup.py): started
Building wheel for sdnotify (setup.py): finished with status 'done'
Created wheel for sdnotify: filename=sdnotify-0.3.2-py3-none-any.whl size=3232 sha256=df5e9f31a5f9470bf6cb8bf5a4db83a5b47fc0b0fd6111362d5d8ea5fe18a1e3
Stored in directory: /root/.cache/pip/wheels/5d/34/b6/c06c0b2fa404bd83b1897c06b9dd13c72387482d70a40ef65d
Building wheel for stringcase (setup.py): started
Building wheel for stringcase (setup.py): finished with status 'done'
Created wheel for stringcase: filename=stringcase-1.2.0-py3-none-any.whl size=3587 sha256=1b8b5f8f06082a3a9ec54952889da5895d7f86cb4b991543b223ec34bb55e34a
Stored in directory: /root/.cache/pip/wheels/0a/0d/86/88baa0554de5fdccfc2b2ee060175eec0a85c12cdfd8fef566
Building wheel for validate-email (setup.py): started
Building wheel for validate-email (setup.py): finished with status 'done'
Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5482 sha256=877d56986f4d74746333af58f77e39e5916e2dcf6d64ce4a661985b45da4cdc4
Stored in directory: /root/.cache/pip/wheels/84/19/e3/329ee20a29b195fa193ee3af2475fa9392b08dde8ba893c714
Building wheel for wsaccel (setup.py): started
Building wheel for wsaccel (setup.py): still running...
Building wheel for wsaccel (setup.py): still running...
Building wheel for wsaccel (setup.py): finished with status 'done'
Created wheel for wsaccel: filename=wsaccel-0.6.3-cp39-cp39-linux_aarch64.whl size=154246 sha256=c63748478813a003dd00c97747f9447dea105612106139f120a482f7e51a59f1
Stored in directory: /root/.cache/pip/wheels/ef/d2/05/acfce2043c20570cee48424d51c1a84c566b2d6cbb15b1b9c1
Successfully built jinja2-highlight psutil pyqrcode sdnotify stringcase validate-email wsaccel
Installing collected packages: wsaccel, wcwidth, validate-email, u-msgpack-python, text-unidecode, stringcase, sdnotify, pyqrcode, priority, mistune, hyperframe, hpack, bitstring, appdirs, zipp, werkzeug, websocket-client, watchdog, tabulate, setproctitle, python-slugify, python-dateutil, pygments, psutil, prompt-toolkit, MarkupSafe, itsdangerous, iso8601, humanize, h2, chardet, jinja2, importlib-resources, docker, binaryornot, bcrypt, arrow, jinja2-time, jinja2-highlight, flask, cookiecutter, txtorcon, treq, cfxdb, crossbar
Attempting uninstall: MarkupSafe
Found existing installation: MarkupSafe 2.1.1
Uninstalling MarkupSafe-2.1.1:
Successfully uninstalled MarkupSafe-2.1.1
Attempting uninstall: jinja2
Found existing installation: Jinja2 3.1.2
Uninstalling Jinja2-3.1.2:
Successfully uninstalled Jinja2-3.1.2
Successfully installed MarkupSafe-1.1.1 appdirs-1.4.4 arrow-1.2.2 bcrypt-3.2.2 binaryornot-0.4.4 bitstring-3.1.9 cfxdb-22.6.1 chardet-5.0.0 cookiecutter-2.1.1 crossbar-22.7.1.dev1 docker-5.0.3 flask-1.1.2 h2-3.2.0 hpack-3.0.0 humanize-4.2.3 hyperframe-5.2.0 importlib-resources-5.9.0 iso8601-1.0.2 itsdangerous-2.1.2 jinja2-2.11.3 jinja2-highlight-0.6.1 jinja2-time-0.2.0 mistune-2.0.4 priority-1.3.0 prompt-toolkit-3.0.30 psutil-5.9.1 pygments-2.12.0 pyqrcode-1.2.1 python-dateutil-2.8.2 python-slugify-6.1.2 sdnotify-0.3.2 setproctitle-1.3.0 stringcase-1.2.0 tabulate-0.8.10 text-unidecode-1.3 treq-22.2.0 txtorcon-22.0.0 u-msgpack-python-2.7.1 validate-email-1.3 watchdog-2.1.9 wcwidth-0.2.5 websocket-client-1.3.3 werkzeug-1.0.1 wsaccel-0.6.3 zipp-3.8.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing /tmp/cfxdb-latest-py2.py3-none-any.whl
Requirement already satisfied: zlmdb>=22.6.1 in /usr/local/lib/python3.9/site-packages (from cfxdb==latest) (22.6.1)
Requirement already satisfied: argon2-cffi>=20.1.0 in /usr/local/lib/python3.9/site-packages (from cfxdb==latest) (21.3.0)
Requirement already satisfied: autobahn[serialization,twisted,xbr]>=22.5.1 in /usr/local/lib/python3.9/site-packages (from cfxdb==latest) (22.7.1.dev1)
Requirement already satisfied: web3>=5.28.0 in /usr/local/lib/python3.9/site-packages (from cfxdb==latest) (5.30.0)
Requirement already satisfied: argon2-cffi-bindings in /usr/local/lib/python3.9/site-packages (from argon2-cffi>=20.1.0->cfxdb==latest) (21.2.0)
Requirement already satisfied: txaio>=21.2.1 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (22.2.1)
Requirement already satisfied: setuptools in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (58.1.0)
Requirement already satisfied: cryptography>=3.4.6 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (37.0.4)
Requirement already satisfied: hyperlink>=21.0.0 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (21.0.0)
Requirement already satisfied: cbor2>=5.2.0 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (5.4.3)
Requirement already satisfied: flatbuffers>=1.12 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (2.0)
Requirement already satisfied: ujson>=4.0.2 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (5.4.0)
Requirement already satisfied: msgpack>=1.0.2 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (1.0.4)
Requirement already satisfied: py-ubjson>=0.16.1 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (0.16.1)
Requirement already satisfied: twisted>=20.3.0 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (22.4.0)
Requirement already satisfied: zope.interface>=5.2.0 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (5.4.0)
Requirement already satisfied: attrs>=20.3.0 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (22.1.0)
Requirement already satisfied: py-multihash>=2.0.1 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (2.0.1)
Requirement already satisfied: eth-abi>=2.1.1 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (2.2.0)
Requirement already satisfied: spake2>=0.8 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (0.8)
Requirement already satisfied: xbr>=21.2.1 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (21.4.1)
Requirement already satisfied: click>=8.1.2 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (8.1.3)
Requirement already satisfied: ecdsa>=0.16.1 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (0.18.0)
Requirement already satisfied: rlp>=2.0.1 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (2.0.1)
Requirement already satisfied: base58>=2.1.0 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (2.1.1)
Requirement already satisfied: hkdf>=0.0.3 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (0.0.3)
Requirement already satisfied: yapf==0.29.0 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (0.29.0)
Requirement already satisfied: py-ecc>=5.1.0 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (5.2.0)
Requirement already satisfied: mnemonic>=0.19 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (0.20)
Requirement already satisfied: jinja2>=2.11.3 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (2.11.3)
Requirement already satisfied: py-eth-sig-utils>=0.4.0 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (0.4.0)
Requirement already satisfied: eth-typing<3.0.0,>=2.0.0 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb==latest) (2.3.0)
Requirement already satisfied: jsonschema<5,>=3.2.0 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb==latest) (4.8.0)
Requirement already satisfied: eth-hash[pycryptodome]<1.0.0,>=0.2.0 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb==latest) (0.3.3)
Requirement already satisfied: eth-account<0.6.0,>=0.5.7 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb==latest) (0.5.8)
Requirement already satisfied: eth-rlp<0.3 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb==latest) (0.2.1)
Requirement already satisfied: hexbytes<1.0.0,>=0.1.0 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb==latest) (0.2.2)
Requirement already satisfied: websockets<10,>=9.1 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb==latest) (9.1)
Requirement already satisfied: ipfshttpclient==0.8.0a2 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb==latest) (0.8.0a2)
Requirement already satisfied: requests<3.0.0,>=2.16.0 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb==latest) (2.28.1)
Requirement already satisfied: lru-dict<2.0.0,>=1.1.6 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb==latest) (1.1.8)
Requirement already satisfied: eth-utils<2.0.0,>=1.9.5 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb==latest) (1.10.0)
Requirement already satisfied: aiohttp<4,>=3.7.4.post0 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb==latest) (3.8.1)
Requirement already satisfied: protobuf<4,>=3.10.0 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb==latest) (3.20.1)
Requirement already satisfied: multiaddr>=0.0.7 in /usr/local/lib/python3.9/site-packages (from ipfshttpclient==0.8.0a2->web3>=5.28.0->cfxdb==latest) (0.0.9)
Requirement already satisfied: pynacl>=1.4.0 in /usr/local/lib/python3.9/site-packages (from zlmdb>=22.6.1->cfxdb==latest) (1.5.0)
Requirement already satisfied: numpy>=1.20.1 in /usr/local/lib/python3.9/site-packages (from zlmdb>=22.6.1->cfxdb==latest) (1.23.1)
Requirement already satisfied: cffi>=1.14.5 in /usr/local/lib/python3.9/site-packages (from zlmdb>=22.6.1->cfxdb==latest) (1.15.1)
Requirement already satisfied: pyyaml>=5.4.1 in /usr/local/lib/python3.9/site-packages (from zlmdb>=22.6.1->cfxdb==latest) (6.0)
Requirement already satisfied: lmdb>=1.2.1 in /usr/local/lib/python3.9/site-packages (from zlmdb>=22.6.1->cfxdb==latest) (1.3.0)
Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /usr/local/lib/python3.9/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb==latest) (4.0.2)
Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.9/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb==latest) (6.0.2)
Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.9/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb==latest) (1.7.2)
Requirement already satisfied: aiosignal>=1.1.2 in /usr/local/lib/python3.9/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb==latest) (1.2.0)
Requirement already satisfied: charset-normalizer<3.0,>=2.0 in /usr/local/lib/python3.9/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb==latest) (2.1.0)
Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.9/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb==latest) (1.3.0)
Requirement already satisfied: pycparser in /usr/local/lib/python3.9/site-packages (from cffi>=1.14.5->zlmdb>=22.6.1->cfxdb==latest) (2.21)
Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.9/site-packages (from ecdsa>=0.16.1->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (1.16.0)
Requirement already satisfied: parsimonious<0.9.0,>=0.8.0 in /usr/local/lib/python3.9/site-packages (from eth-abi>=2.1.1->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (0.8.1)
Requirement already satisfied: eth-keys<0.4.0,>=0.3.4 in /usr/local/lib/python3.9/site-packages (from eth-account<0.6.0,>=0.5.7->web3>=5.28.0->cfxdb==latest) (0.3.4)
Requirement already satisfied: bitarray<3,>=1.2.1 in /usr/local/lib/python3.9/site-packages (from eth-account<0.6.0,>=0.5.7->web3>=5.28.0->cfxdb==latest) (2.6.0)
Requirement already satisfied: eth-keyfile<0.6.0,>=0.5.0 in /usr/local/lib/python3.9/site-packages (from eth-account<0.6.0,>=0.5.7->web3>=5.28.0->cfxdb==latest) (0.5.1)
Requirement already satisfied: pycryptodome<4,>=3.6.6 in /usr/local/lib/python3.9/site-packages (from eth-hash[pycryptodome]<1.0.0,>=0.2.0->web3>=5.28.0->cfxdb==latest) (3.15.0)
Requirement already satisfied: cytoolz<1.0.0,>=0.10.1 in /usr/local/lib/python3.9/site-packages (from eth-utils<2.0.0,>=1.9.5->web3>=5.28.0->cfxdb==latest) (0.12.0)
Requirement already satisfied: idna>=2.5 in /usr/local/lib/python3.9/site-packages (from hyperlink>=21.0.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (3.3)
Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python3.9/site-packages (from jinja2>=2.11.3->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (1.1.1)
Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/local/lib/python3.9/site-packages (from jsonschema<5,>=3.2.0->web3>=5.28.0->cfxdb==latest) (0.18.1)
Requirement already satisfied: cached-property<2,>=1.5.1 in /usr/local/lib/python3.9/site-packages (from py-ecc>=5.1.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (1.5.2)
Requirement already satisfied: mypy-extensions>=0.4.1 in /usr/local/lib/python3.9/site-packages (from py-ecc>=5.1.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (0.4.3)
Requirement already satisfied: morphys<2.0,>=1.0 in /usr/local/lib/python3.9/site-packages (from py-multihash>=2.0.1->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (1.0)
Requirement already satisfied: varint<2.0,>=1.0.2 in /usr/local/lib/python3.9/site-packages (from py-multihash>=2.0.1->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (1.0.2)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.9/site-packages (from requests<3.0.0,>=2.16.0->web3>=5.28.0->cfxdb==latest) (1.26.11)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/site-packages (from requests<3.0.0,>=2.16.0->web3>=5.28.0->cfxdb==latest) (2022.6.15)
Requirement already satisfied: constantly>=15.1 in /usr/local/lib/python3.9/site-packages (from twisted>=20.3.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (15.1.0)
Requirement already satisfied: Automat>=0.8.0 in /usr/local/lib/python3.9/site-packages (from twisted>=20.3.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (20.2.0)
Requirement already satisfied: typing-extensions>=3.6.5 in /usr/local/lib/python3.9/site-packages (from twisted>=20.3.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (4.3.0)
Requirement already satisfied: incremental>=21.3.0 in /usr/local/lib/python3.9/site-packages (from twisted>=20.3.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (21.3.0)
Requirement already satisfied: toolz>=0.8.0 in /usr/local/lib/python3.9/site-packages (from cytoolz<1.0.0,>=0.10.1->eth-utils<2.0.0,>=1.9.5->web3>=5.28.0->cfxdb==latest) (0.12.0)
Requirement already satisfied: netaddr in /usr/local/lib/python3.9/site-packages (from multiaddr>=0.0.7->ipfshttpclient==0.8.0a2->web3>=5.28.0->cfxdb==latest) (0.8.0)
cfxdb is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Removing intermediate container 66c05e05e68c
---> 1348002492a1
Step 31/41 : RUN pip install -U "cfxdb>=22.2.2"
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 5becf4c383d5
Requirement already satisfied: cfxdb>=22.2.2 in /usr/local/lib/python3.9/site-packages (22.6.1)
Requirement already satisfied: web3>=5.28.0 in /usr/local/lib/python3.9/site-packages (from cfxdb>=22.2.2) (5.30.0)
Requirement already satisfied: argon2-cffi>=20.1.0 in /usr/local/lib/python3.9/site-packages (from cfxdb>=22.2.2) (21.3.0)
Requirement already satisfied: autobahn[serialization,twisted,xbr]>=22.5.1 in /usr/local/lib/python3.9/site-packages (from cfxdb>=22.2.2) (22.7.1.dev1)
Requirement already satisfied: zlmdb>=22.6.1 in /usr/local/lib/python3.9/site-packages (from cfxdb>=22.2.2) (22.6.1)
Requirement already satisfied: argon2-cffi-bindings in /usr/local/lib/python3.9/site-packages (from argon2-cffi>=20.1.0->cfxdb>=22.2.2) (21.2.0)
Requirement already satisfied: cryptography>=3.4.6 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (37.0.4)
Requirement already satisfied: setuptools in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (58.1.0)
Requirement already satisfied: txaio>=21.2.1 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (22.2.1)
Requirement already satisfied: hyperlink>=21.0.0 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (21.0.0)
Requirement already satisfied: ujson>=4.0.2 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (5.4.0)
Requirement already satisfied: msgpack>=1.0.2 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (1.0.4)
Requirement already satisfied: py-ubjson>=0.16.1 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (0.16.1)
Requirement already satisfied: cbor2>=5.2.0 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (5.4.3)
Requirement already satisfied: flatbuffers>=1.12 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (2.0)
Requirement already satisfied: py-eth-sig-utils>=0.4.0 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (0.4.0)
Requirement already satisfied: base58>=2.1.0 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (2.1.1)
Requirement already satisfied: mnemonic>=0.19 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (0.20)
Requirement already satisfied: py-multihash>=2.0.1 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (2.0.1)
Requirement already satisfied: click>=8.1.2 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (8.1.3)
Requirement already satisfied: hkdf>=0.0.3 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (0.0.3)
Requirement already satisfied: jinja2>=2.11.3 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (2.11.3)
Requirement already satisfied: yapf==0.29.0 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (0.29.0)
Requirement already satisfied: rlp>=2.0.1 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (2.0.1)
Requirement already satisfied: twisted>=20.3.0 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (22.4.0)
Requirement already satisfied: eth-abi>=2.1.1 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (2.2.0)
Requirement already satisfied: ecdsa>=0.16.1 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (0.18.0)
Requirement already satisfied: xbr>=21.2.1 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (21.4.1)
Requirement already satisfied: spake2>=0.8 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (0.8)
Requirement already satisfied: py-ecc>=5.1.0 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (5.2.0)
Requirement already satisfied: zope.interface>=5.2.0 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (5.4.0)
Requirement already satisfied: attrs>=20.3.0 in /usr/local/lib/python3.9/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (22.1.0)
Requirement already satisfied: requests<3.0.0,>=2.16.0 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (2.28.1)
Requirement already satisfied: eth-rlp<0.3 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (0.2.1)
Requirement already satisfied: lru-dict<2.0.0,>=1.1.6 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (1.1.8)
Requirement already satisfied: websockets<10,>=9.1 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (9.1)
Requirement already satisfied: hexbytes<1.0.0,>=0.1.0 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (0.2.2)
Requirement already satisfied: protobuf<4,>=3.10.0 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (3.20.1)
Requirement already satisfied: eth-account<0.6.0,>=0.5.7 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (0.5.8)
Requirement already satisfied: eth-hash[pycryptodome]<1.0.0,>=0.2.0 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (0.3.3)
Requirement already satisfied: jsonschema<5,>=3.2.0 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (4.8.0)
Requirement already satisfied: aiohttp<4,>=3.7.4.post0 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (3.8.1)
Requirement already satisfied: eth-utils<2.0.0,>=1.9.5 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (1.10.0)
Requirement already satisfied: eth-typing<3.0.0,>=2.0.0 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (2.3.0)
Requirement already satisfied: ipfshttpclient==0.8.0a2 in /usr/local/lib/python3.9/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (0.8.0a2)
Requirement already satisfied: multiaddr>=0.0.7 in /usr/local/lib/python3.9/site-packages (from ipfshttpclient==0.8.0a2->web3>=5.28.0->cfxdb>=22.2.2) (0.0.9)
Requirement already satisfied: numpy>=1.20.1 in /usr/local/lib/python3.9/site-packages (from zlmdb>=22.6.1->cfxdb>=22.2.2) (1.23.1)
Requirement already satisfied: lmdb>=1.2.1 in /usr/local/lib/python3.9/site-packages (from zlmdb>=22.6.1->cfxdb>=22.2.2) (1.3.0)
Requirement already satisfied: cffi>=1.14.5 in /usr/local/lib/python3.9/site-packages (from zlmdb>=22.6.1->cfxdb>=22.2.2) (1.15.1)
Requirement already satisfied: pyyaml>=5.4.1 in /usr/local/lib/python3.9/site-packages (from zlmdb>=22.6.1->cfxdb>=22.2.2) (6.0)
Requirement already satisfied: pynacl>=1.4.0 in /usr/local/lib/python3.9/site-packages (from zlmdb>=22.6.1->cfxdb>=22.2.2) (1.5.0)
Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /usr/local/lib/python3.9/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb>=22.2.2) (4.0.2)
Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.9/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb>=22.2.2) (1.3.0)
Requirement already satisfied: aiosignal>=1.1.2 in /usr/local/lib/python3.9/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb>=22.2.2) (1.2.0)
Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.9/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb>=22.2.2) (6.0.2)
Requirement already satisfied: charset-normalizer<3.0,>=2.0 in /usr/local/lib/python3.9/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb>=22.2.2) (2.1.0)
Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.9/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb>=22.2.2) (1.7.2)
Requirement already satisfied: pycparser in /usr/local/lib/python3.9/site-packages (from cffi>=1.14.5->zlmdb>=22.6.1->cfxdb>=22.2.2) (2.21)
Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.9/site-packages (from ecdsa>=0.16.1->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (1.16.0)
Requirement already satisfied: parsimonious<0.9.0,>=0.8.0 in /usr/local/lib/python3.9/site-packages (from eth-abi>=2.1.1->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (0.8.1)
Requirement already satisfied: bitarray<3,>=1.2.1 in /usr/local/lib/python3.9/site-packages (from eth-account<0.6.0,>=0.5.7->web3>=5.28.0->cfxdb>=22.2.2) (2.6.0)
Requirement already satisfied: eth-keys<0.4.0,>=0.3.4 in /usr/local/lib/python3.9/site-packages (from eth-account<0.6.0,>=0.5.7->web3>=5.28.0->cfxdb>=22.2.2) (0.3.4)
Requirement already satisfied: eth-keyfile<0.6.0,>=0.5.0 in /usr/local/lib/python3.9/site-packages (from eth-account<0.6.0,>=0.5.7->web3>=5.28.0->cfxdb>=22.2.2) (0.5.1)
Requirement already satisfied: pycryptodome<4,>=3.6.6 in /usr/local/lib/python3.9/site-packages (from eth-hash[pycryptodome]<1.0.0,>=0.2.0->web3>=5.28.0->cfxdb>=22.2.2) (3.15.0)
Requirement already satisfied: cytoolz<1.0.0,>=0.10.1 in /usr/local/lib/python3.9/site-packages (from eth-utils<2.0.0,>=1.9.5->web3>=5.28.0->cfxdb>=22.2.2) (0.12.0)
Requirement already satisfied: idna>=2.5 in /usr/local/lib/python3.9/site-packages (from hyperlink>=21.0.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (3.3)
Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python3.9/site-packages (from jinja2>=2.11.3->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (1.1.1)
Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/local/lib/python3.9/site-packages (from jsonschema<5,>=3.2.0->web3>=5.28.0->cfxdb>=22.2.2) (0.18.1)
Requirement already satisfied: cached-property<2,>=1.5.1 in /usr/local/lib/python3.9/site-packages (from py-ecc>=5.1.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (1.5.2)
Requirement already satisfied: mypy-extensions>=0.4.1 in /usr/local/lib/python3.9/site-packages (from py-ecc>=5.1.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (0.4.3)
Requirement already satisfied: morphys<2.0,>=1.0 in /usr/local/lib/python3.9/site-packages (from py-multihash>=2.0.1->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (1.0)
Requirement already satisfied: varint<2.0,>=1.0.2 in /usr/local/lib/python3.9/site-packages (from py-multihash>=2.0.1->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (1.0.2)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.9/site-packages (from requests<3.0.0,>=2.16.0->web3>=5.28.0->cfxdb>=22.2.2) (1.26.11)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/site-packages (from requests<3.0.0,>=2.16.0->web3>=5.28.0->cfxdb>=22.2.2) (2022.6.15)
Requirement already satisfied: Automat>=0.8.0 in /usr/local/lib/python3.9/site-packages (from twisted>=20.3.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (20.2.0)
Requirement already satisfied: constantly>=15.1 in /usr/local/lib/python3.9/site-packages (from twisted>=20.3.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (15.1.0)
Requirement already satisfied: typing-extensions>=3.6.5 in /usr/local/lib/python3.9/site-packages (from twisted>=20.3.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (4.3.0)
Requirement already satisfied: incremental>=21.3.0 in /usr/local/lib/python3.9/site-packages (from twisted>=20.3.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (21.3.0)
Requirement already satisfied: toolz>=0.8.0 in /usr/local/lib/python3.9/site-packages (from cytoolz<1.0.0,>=0.10.1->eth-utils<2.0.0,>=1.9.5->web3>=5.28.0->cfxdb>=22.2.2) (0.12.0)
Requirement already satisfied: netaddr in /usr/local/lib/python3.9/site-packages (from multiaddr>=0.0.7->ipfshttpclient==0.8.0a2->web3>=5.28.0->cfxdb>=22.2.2) (0.8.0)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Removing intermediate container 5becf4c383d5
---> 873edb39b1ea
Step 32/41 : RUN crossbar version
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 48919cefd9bd
:::::::::::::::::
::::: _____ __ _
::::: : ::::: / ___/______ ___ ___ / / ___ _____ (_)__
::::::: ::::::: / /__/ __/ _ \(_-<(_-</ _ \/ _ `/ __/ / / _ \
::::: : ::::: \___/_/ \___/___/___/_.__/\_,_/_/ (_)_/\___/
:::::
::::::::::::::::: Crossbar.io v22.7.1.dev1 [19000101-0000000]
Copyright (c) 2013-2022 Crossbar.io Technologies GmbH. Licensed under EUPLv1.2.
Crossbar.io : 22.7.1.dev1
txaio : 22.2.1
Autobahn : 22.7.1.dev1
UTF8 Validator : wsaccel-0.6.2
XOR Masker : wsaccel-0.6.2
JSON Codec : stdlib
MsgPack Codec : msgpack-1.0.4
CBOR Codec : cbor2-5.4.3
UBJSON Codec : ubjson-0.16.1
FlatBuffers : flatbuffers-latest
Twisted : 22.4.0-EPollReactor
LMDB : 1.3.0/lmdb-0.9.29
Python : 3.9.13/CPython
PIP : 22.2.1
NumPy : 1.23.1
zLMDB : 22.6.1
CFXDB : 22.6.1
XBR : 21.4.1
Frozen executable : no
Operating system : Linux-5.4.0-122-generic-aarch64-with-glibc2.31
Host machine : aarch64
Release key : RWShqPyCQYDTi6gHaD1KTNElM1OUTx8kTcJK+F7q4T63X5Q0knMlJf7g
Removing intermediate container 48919cefd9bd
---> baafa0e19596
Step 33/41 : RUN xbrnetwork version
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 71fbc8748f16
XBR CLI v22.7.1.dev1
Contract addresses:
XBRToken : 0xaCef957D54c639575f4DB68b1992B36504f33FEA [source: builtin]
XBRNetwork : 0x7A3d22c59e8F8f1b88ba7205f3f5a65Bc86D04Bc [source: builtin]
XBRDomain : 0xf5fb56886f033855C1a36F651E927551749361bC [source: builtin]
XBRCatalog : 0x2C77E46Ea9502B363343e8c826c41c7fdb25Db66 [source: builtin]
XBRMarket : 0x0DcF924ab0846101d31514E9fb3adf5070d4B83d [source: builtin]
XBRChannel : 0x670497A012322B99a5C18B8463940996141Cb952 [source: builtin]
Removing intermediate container 71fbc8748f16
---> da236592167d
Step 34/41 : ENV HOME /node
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 17eb4c26cbe1
Removing intermediate container 17eb4c26cbe1
---> 57d4680d9a13
Step 35/41 : WORKDIR /node
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 17ee4c31f5b1
Removing intermediate container 17ee4c31f5b1
---> c05c18757f3c
Step 36/41 : VOLUME /node
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 96505b188085
Removing intermediate container 96505b188085
---> e9775c82181d
Step 37/41 : EXPOSE 8080
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 29102a816c4e
Removing intermediate container 29102a816c4e
---> 169b76d9e4b8
Step 38/41 : EXPOSE 8081
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in a25d9effb8a1
Removing intermediate container a25d9effb8a1
---> d0a1b7efada1
Step 39/41 : EXPOSE 9000
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 63291bbdd755
Removing intermediate container 63291bbdd755
---> 5db4666da6ae
Step 40/41 : ENTRYPOINT ["/usr/local/bin/crossbar"]
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 2eb237f36e27
Removing intermediate container 2eb237f36e27
---> e268425a1136
Step 41/41 : CMD ["edge", "start", "--cbdir", "/node/.crossbar", "--loglevel", "info"]
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 837e7b0b168f
Removing intermediate container 837e7b0b168f
---> 86d5e4a64d7c
Successfully built 86d5e4a64d7c
Successfully tagged crossbario/crossbar:cpy-slim-arm64v8
Successfully tagged crossbario/crossbar:cpy-slim-arm64v8-22.7.1.dev1
0.34user 0.21system 34:23.59elapsed 0%CPU (0avgtext+0avgdata 58308maxresident)k
152inputs+0outputs (1major+8870minor)pagefaults 0swaps
docker run --rm crossbario/crossbar:cpy-slim-arm64v8 version
WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
:::::::::::::::::
::::: _____ __ _
::::: : ::::: / ___/______ ___ ___ / / ___ _____ (_)__
::::::: ::::::: / /__/ __/ _ \(_-<(_-</ _ \/ _ `/ __/ / / _ \
::::: : ::::: \___/_/ \___/___/___/_.__/\_,_/_/ (_)_/\___/
:::::
::::::::::::::::: Crossbar.io v22.7.1.dev1 [19000101-0000000]
Copyright (c) 2013-2022 Crossbar.io Technologies GmbH. Licensed under EUPLv1.2.
Crossbar.io : 22.7.1.dev1
txaio : 22.2.1
Autobahn : 22.7.1.dev1
UTF8 Validator : wsaccel-0.6.2
XOR Masker : wsaccel-0.6.2
JSON Codec : stdlib
MsgPack Codec : msgpack-1.0.4
CBOR Codec : cbor2-5.4.3
UBJSON Codec : ubjson-0.16.1
FlatBuffers : flatbuffers-latest
Twisted : 22.4.0-EPollReactor
LMDB : 1.3.0/lmdb-0.9.29
Python : 3.9.13/CPython
PIP : 22.2.1
NumPy : 1.23.1
zLMDB : 22.6.1
CFXDB : 22.6.1
XBR : 21.4.1
Frozen executable : no
Operating system : Linux-5.4.0-122-generic-aarch64-with-glibc2.31
Host machine : aarch64
Release key : RWShqPyCQYDTi6gHaD1KTNElM1OUTx8kTcJK+F7q4T63X5Q0knMlJf7g
docker images crossbario/crossbar:cpy-slim-arm64v8
REPOSITORY TAG IMAGE ID CREATED SIZE
crossbario/crossbar cpy-slim-arm64v8 86d5e4a64d7c 23 seconds ago 2.14GB
time docker build \
--build-arg CROSSBAR_ARCH=arm64v8 \
--build-arg CROSSBAR_BUILD_DATE=2022-07-31 \
--build-arg CROSSBAR_VCS_REF=d3bca556 \
--build-arg CROSSBAR_VERSION=22.7.1.dev1 \
-t crossbario/crossbar:pypy-slim-arm64v8 \
-t crossbario/crossbar:pypy-slim-arm64v8-22.7.1.dev1 \
-f Dockerfile.pypy-slim \
..
Sending build context to Docker daemon 20.39MB
Step 1/41 : ARG CROSSBAR_ARCH
Step 2/41 : FROM multiarch/qemu-user-static:x86_64-aarch64 as qemu
---> 97e0ceea7fa6
Step 3/41 : FROM multiarch/qemu-user-static:x86_64-arm as qemuarm
---> 94c13c86fb07
Step 4/41 : FROM ${CROSSBAR_ARCH}/pypy:3.7-slim
3.7-slim: Pulling from arm64v8/pypy
60197a4c18d4: Already exists
f1ab2fa91cdf: Pull complete
a3355c5f5d27: Pull complete
c077633d5939: Pull complete
Digest: sha256:6d1faf54144bdcd0665d2bad1c3ddd69e391e62f1e4db5ece8425620d93dd3f2
Status: Downloaded newer image for arm64v8/pypy:3.7-slim
---> d258d6cc8121
Step 5/41 : MAINTAINER The Crossbar.io Project <support@crossbario.com>
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 3856d8602bc5
Removing intermediate container 3856d8602bc5
---> 4432ad108aad
Step 6/41 : ARG CROSSBAR_BUILD_ID
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 78b05ac9198d
Removing intermediate container 78b05ac9198d
---> e267d002f49a
Step 7/41 : ARG CROSSBAR_BUILD_DATE
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 4904cbe702a8
Removing intermediate container 4904cbe702a8
---> 26fb510239f9
Step 8/41 : ARG CROSSBAR_VCS_REF
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 71024a598808
Removing intermediate container 71024a598808
---> 07f606e99203
Step 9/41 : ARG CROSSBAR_VERSION
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in c0a513163b53
Removing intermediate container c0a513163b53
---> 804340aa1238
Step 10/41 : ENV CROSSBAR_BUILD_ID $CROSSBAR_BUILD_ID
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in c09edb11d71a
Removing intermediate container c09edb11d71a
---> afedc5308676
Step 11/41 : ENV CROSSBAR_BUILD_DATE $CROSSBAR_BUILD_DATE
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in da346f833e30
Removing intermediate container da346f833e30
---> ec2887d8f181
Step 12/41 : ENV CROSSBAR_VCS_REF $CROSSBAR_VCS_REF
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 2eec80fa48fb
Removing intermediate container 2eec80fa48fb
---> fc5d219f2188
Step 13/41 : ENV CROSSBAR_VERSION $CROSSBAR_VERSION
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in e46cb8ab22ef
Removing intermediate container e46cb8ab22ef
---> ff3d5e461847
Step 14/41 : COPY --from=qemu /usr/bin/qemu-aarch64-static /usr/bin/
---> 1e1918b1748c
Step 15/41 : COPY --from=qemuarm /usr/bin/qemu-arm-static /usr/bin/
---> 8f5ed33264f9
Step 16/41 : ENV LANG C.UTF-8
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 9d538a765554
Removing intermediate container 9d538a765554
---> e99a1018ff80
Step 17/41 : ENV DEBIAN_FRONTEND noninteractive
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 58b47f3d8773
Removing intermediate container 58b47f3d8773
---> 6dd454394119
Step 18/41 : ENV PYTHONUNBUFFERED 1
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in e652d54cb93e
Removing intermediate container e652d54cb93e
---> 49088ccd72d9
Step 19/41 : ENV PATH /opt/pypy/bin:$PATH
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 4cecf10e61d7
Removing intermediate container 4cecf10e61d7
---> 086396fd1f90
Step 20/41 : SHELL ["/bin/bash", "-c"]
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 832259ab5db7
Removing intermediate container 832259ab5db7
---> b925ad2ba1b2
Step 21/41 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates procps iputils-ping net-tools htop curl expat git build-essential libssl-dev libffi-dev libunwind-dev libreadline-dev zlib1g-dev libbz2-dev libsqlite3-dev libncurses5-dev libsnappy-dev libcairo2 libcairo2-dev libgirepository1.0-dev && rm -rf ~/.cache && rm -rf /var/lib/apt/lists/*
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in a0216b169f14
Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB]
Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
Fetched 8448 kB in 7s (1160 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
ca-certificates is already the newest version (20210119).
The following additional packages will be installed:
binutils binutils-aarch64-linux-gnu binutils-common bzip2 cpp cpp-10
dpkg-dev fontconfig-config fonts-dejavu-core g++ g++-10 gcc gcc-10
gir1.2-freedesktop gir1.2-glib-2.0 git-man gobject-introspection libasan6
libatomic1 libbinutils libblkid-dev libbrotli-dev libbrotli1 libbsd0
libcairo-gobject2 libcairo-script-interpreter2 libcap2 libcap2-bin libcc1-0
libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdpkg-perl libelf1
liberror-perl libexpat1 libexpat1-dev libfontconfig-dev libfontconfig1
libfontconfig1-dev libfreetype-dev libfreetype6 libfreetype6-dev
libgcc-10-dev libgdbm-compat4 libgirepository-1.0-1 libglib2.0-0
libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgomp1
libice-dev libice6 libisl23 libitm1 libldap-2.4-2 liblsan0 liblzma-dev
liblzo2-2 libmd0 libmount-dev libmpc3 libmpdec3 libmpfr6 libncurses-dev
libncurses6 libncursesw6 libnghttp2-14 libnl-3-200 libnl-genl-3-200
libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
libpcre3-dev libpcre32-3 libpcrecpp0v5 libperl5.32 libpixman-1-0
libpixman-1-dev libpng-dev libpng16-16 libprocps8 libpsl5
libpthread-stubs0-dev libpython3-stdlib libpython3.9-minimal
libpython3.9-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
libselinux1-dev libsepol1-dev libsm-dev libsm6 libsnappy1v5 libssh2-1
libstdc++-10-dev libtsan0 libubsan1 libunwind8 libx11-6 libx11-data
libx11-dev libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0
libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev
libxext6 libxrender-dev libxrender1 make media-types patch perl
perl-modules-5.32 pkg-config python3 python3-distutils python3-lib2to3
python3-mako python3-markdown python3-markupsafe python3-minimal
python3-pkg-resources python3.9 python3.9-minimal readline-common
sensible-utils ucf uuid-dev x11-common x11proto-dev x11proto-xext-dev
xorg-sgml-doctools xtrans-dev xz-utils
Suggested packages:
binutils-doc bzip2-doc cpp-doc gcc-10-locales debian-keyring gcc-10-doc
gcc-multilib manpages-dev autoconf automake libtool flex bison gdb gcc-doc
gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-cvs git-mediawiki git-svn lm-sensors lsof strace
libcairo2-doc gnupg bzr freetype2-doc libgirepository1.0-doc libglib2.0-doc
libgdk-pixbuf2.0-bin | libgdk-pixbuf2.0-dev libxml2-utils libice-doc
liblzma-doc ncurses-doc readline-doc libsm-doc sqlite3-doc libssl-doc
libstdc++-10-doc libx11-doc libxcb-doc libxext-doc make-doc ed diffutils-doc
perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl
libtap-harness-archive-perl python3-doc python3-tk python3-venv
python3-beaker python-mako-doc python-markdown-doc python3-setuptools
python3.9-venv python3.9-doc binfmt-support
Recommended packages:
fakeroot gnupg libalgorithm-merge-perl less ssh-client bzip2-doc libpam-cap
libfile-fcntllock-perl liblocale-gettext-perl shared-mime-info xdg-user-dirs
libldap-common libgpm2 libpng-tools publicsuffix libsasl2-modules netbase
psmisc python3-pygments python3-yaml
The following NEW packages will be installed:
binutils binutils-aarch64-linux-gnu binutils-common build-essential bzip2
cpp cpp-10 curl dpkg-dev expat fontconfig-config fonts-dejavu-core g++
g++-10 gcc gcc-10 gir1.2-freedesktop gir1.2-glib-2.0 git git-man
gobject-introspection htop iputils-ping libasan6 libatomic1 libbinutils
libblkid-dev libbrotli-dev libbrotli1 libbsd0 libbz2-dev libcairo-gobject2
libcairo-script-interpreter2 libcairo2 libcairo2-dev libcap2 libcap2-bin
libcc1-0 libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdpkg-perl libelf1
liberror-perl libexpat1 libexpat1-dev libffi-dev libfontconfig-dev
libfontconfig1 libfontconfig1-dev libfreetype-dev libfreetype6
libfreetype6-dev libgcc-10-dev libgdbm-compat4 libgirepository-1.0-1
libgirepository1.0-dev libglib2.0-0 libglib2.0-bin libglib2.0-data
libglib2.0-dev libglib2.0-dev-bin libgomp1 libice-dev libice6 libisl23
libitm1 libldap-2.4-2 liblsan0 liblzma-dev liblzo2-2 libmd0 libmount-dev
libmpc3 libmpdec3 libmpfr6 libncurses-dev libncurses5-dev libncurses6
libncursesw6 libnghttp2-14 libnl-3-200 libnl-genl-3-200 libpcre16-3
libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev
libpcre32-3 libpcrecpp0v5 libperl5.32 libpixman-1-0 libpixman-1-dev
libpng-dev libpng16-16 libprocps8 libpsl5 libpthread-stubs0-dev
libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline-dev
libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libselinux1-dev
libsepol1-dev libsm-dev libsm6 libsnappy-dev libsnappy1v5 libsqlite3-dev
libssh2-1 libssl-dev libstdc++-10-dev libtsan0 libubsan1 libunwind-dev
libunwind8 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb-render0
libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb1 libxcb1-dev
libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxrender-dev libxrender1 make
media-types net-tools patch perl perl-modules-5.32 pkg-config procps python3
python3-distutils python3-lib2to3 python3-mako python3-markdown
python3-markupsafe python3-minimal python3-pkg-resources python3.9
python3.9-minimal readline-common sensible-utils ucf uuid-dev x11-common
x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev xz-utils
zlib1g-dev
0 upgraded, 168 newly installed, 0 to remove and 1 not upgraded.
Need to get 99.7 MB of archives.
After this operation, 403 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main arm64 perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
Get:2 http://deb.debian.org/debian bullseye/main arm64 libgdbm-compat4 arm64 1.19-2 [44.6 kB]
Get:3 http://deb.debian.org/debian bullseye/main arm64 libperl5.32 arm64 5.32.1-4+deb11u2 [3911 kB]
Get:4 http://deb.debian.org/debian bullseye/main arm64 perl arm64 5.32.1-4+deb11u2 [293 kB]
Get:5 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-minimal arm64 3.9.2-1 [797 kB]
Get:6 http://deb.debian.org/debian bullseye/main arm64 libexpat1 arm64 2.2.10-2+deb11u3 [84.1 kB]
Get:7 http://deb.debian.org/debian bullseye/main arm64 python3.9-minimal arm64 3.9.2-1 [1884 kB]
Get:8 http://deb.debian.org/debian bullseye/main arm64 python3-minimal arm64 3.9.2-3 [38.2 kB]
Get:9 http://deb.debian.org/debian bullseye/main arm64 media-types all 4.0.0 [30.3 kB]
Get:10 http://deb.debian.org/debian bullseye/main arm64 libmpdec3 arm64 2.5.1-1 [84.4 kB]
Get:11 http://deb.debian.org/debian bullseye/main arm64 libncursesw6 arm64 6.2+20201114-2 [121 kB]
Get:12 http://deb.debian.org/debian bullseye/main arm64 readline-common all 8.1-1 [73.7 kB]
Get:13 http://deb.debian.org/debian bullseye/main arm64 libreadline8 arm64 8.1-1 [160 kB]
Get:14 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-stdlib arm64 3.9.2-1 [1658 kB]
Get:15 http://deb.debian.org/debian bullseye/main arm64 python3.9 arm64 3.9.2-1 [466 kB]
Get:16 http://deb.debian.org/debian bullseye/main arm64 libpython3-stdlib arm64 3.9.2-3 [21.4 kB]
Get:17 http://deb.debian.org/debian bullseye/main arm64 python3 arm64 3.9.2-3 [37.9 kB]
Get:18 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
Get:19 http://deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
Get:20 http://deb.debian.org/debian bullseye/main arm64 iputils-ping arm64 3:20210202-1 [48.3 kB]
Get:21 http://deb.debian.org/debian bullseye/main arm64 libncurses6 arm64 6.2+20201114-2 [93.2 kB]
Get:22 http://deb.debian.org/debian bullseye/main arm64 libprocps8 arm64 2:3.3.17-5 [61.9 kB]
Get:23 http://deb.debian.org/debian bullseye/main arm64 procps arm64 2:3.3.17-5 [497 kB]
Get:24 http://deb.debian.org/debian bullseye/main arm64 sensible-utils all 0.0.14 [14.8 kB]
Get:25 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
Get:26 http://deb.debian.org/debian bullseye/main arm64 ucf all 3.0043 [74.0 kB]
Get:27 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
Get:28 http://deb.debian.org/debian bullseye/main arm64 binutils-common arm64 2.35.2-2 [2220 kB]
Get:29 http://deb.debian.org/debian bullseye/main arm64 libbinutils arm64 2.35.2-2 [599 kB]
Get:30 http://deb.debian.org/debian bullseye/main arm64 libctf-nobfd0 arm64 2.35.2-2 [108 kB]
Get:31 http://deb.debian.org/debian bullseye/main arm64 libctf0 arm64 2.35.2-2 [51.0 kB]
Get:32 http://deb.debian.org/debian bullseye/main arm64 binutils-aarch64-linux-gnu arm64 2.35.2-2 [2472 kB]
Get:33 http://deb.debian.org/debian bullseye/main arm64 binutils arm64 2.35.2-2 [61.2 kB]
Get:34 http://deb.debian.org/debian bullseye/main arm64 libisl23 arm64 0.23-1 [590 kB]
Get:35 http://deb.debian.org/debian bullseye/main arm64 libmpfr6 arm64 4.1.0-3 [829 kB]
Get:36 http://deb.debian.org/debian bullseye/main arm64 libmpc3 arm64 1.2.0-1 [43.2 kB]
Get:37 http://deb.debian.org/debian bullseye/main arm64 cpp-10 arm64 10.2.1-6 [7756 kB]
Get:38 http://deb.debian.org/debian bullseye/main arm64 cpp arm64 4:10.2.1-1 [19.7 kB]
Get:39 http://deb.debian.org/debian bullseye/main arm64 libcc1-0 arm64 10.2.1-6 [45.1 kB]
Get:40 http://deb.debian.org/debian bullseye/main arm64 libgomp1 arm64 10.2.1-6 [91.6 kB]
Get:41 http://deb.debian.org/debian bullseye/main arm64 libitm1 arm64 10.2.1-6 [23.8 kB]
Get:42 http://deb.debian.org/debian bullseye/main arm64 libatomic1 arm64 10.2.1-6 [9468 B]
Get:43 http://deb.debian.org/debian bullseye/main arm64 libasan6 arm64 10.2.1-6 [2002 kB]
Get:44 http://deb.debian.org/debian bullseye/main arm64 liblsan0 arm64 10.2.1-6 [794 kB]
Get:45 http://deb.debian.org/debian bullseye/main arm64 libtsan0 arm64 10.2.1-6 [1957 kB]
Get:46 http://deb.debian.org/debian bullseye/main arm64 libubsan1 arm64 10.2.1-6 [759 kB]
Get:47 http://deb.debian.org/debian bullseye/main arm64 libgcc-10-dev arm64 10.2.1-6 [876 kB]
Get:48 http://deb.debian.org/debian bullseye/main arm64 gcc-10 arm64 10.2.1-6 [15.4 MB]
Get:49 http://deb.debian.org/debian bullseye/main arm64 gcc arm64 4:10.2.1-1 [5208 B]
Get:50 http://deb.debian.org/debian bullseye/main arm64 libstdc++-10-dev arm64 10.2.1-6 [1704 kB]
Get:51 http://deb.debian.org/debian bullseye/main arm64 g++-10 arm64 10.2.1-6 [8557 kB]
Get:52 http://deb.debian.org/debian bullseye/main arm64 g++ arm64 4:10.2.1-1 [1628 B]
Get:53 http://deb.debian.org/debian bullseye/main arm64 make arm64 4.3-4.1 [391 kB]
Get:54 http://deb.debian.org/debian bullseye/main arm64 libdpkg-perl all 1.20.11 [1546 kB]
Get:55 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
Get:56 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.11 [2308 kB]
Get:57 http://deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
Get:58 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
Get:59 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
Get:60 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
Get:61 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
Get:62 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
Get:63 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
Get:64 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
Get:65 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
Get:66 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB]
Get:67 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB]
Get:68 http://deb.debian.org/debian bullseye/main arm64 expat arm64 2.2.10-2+deb11u3 [37.7 kB]
Get:69 http://deb.debian.org/debian bullseye/main arm64 fonts-dejavu-core all 2.37-2 [1069 kB]
Get:70 http://deb.debian.org/debian bullseye/main arm64 fontconfig-config all 2.13.1-4.2 [281 kB]
Get:71 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-0 arm64 2.66.8-1 [1286 kB]
Get:72 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
Get:73 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
Get:74 http://deb.debian.org/debian bullseye/main arm64 gir1.2-freedesktop arm64 1.66.1-1+b1 [33.4 kB]
Get:75 http://deb.debian.org/debian bullseye/main arm64 libcurl3-gnutls arm64 7.74.0-1.3+deb11u1 [317 kB]
Get:76 http://deb.debian.org/debian bullseye/main arm64 liberror-perl all 0.17029-1 [31.0 kB]
Get:77 http://deb.debian.org/debian bullseye/main arm64 git-man all 1:2.30.2-1 [1827 kB]
Get:78 http://deb.debian.org/debian bullseye/main arm64 git arm64 1:2.30.2-1 [5428 kB]
Get:79 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
Get:80 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
Get:81 http://deb.debian.org/debian bullseye/main arm64 python3-markupsafe arm64 1.1.1-1+b3 [15.2 kB]
Get:82 http://deb.debian.org/debian bullseye/main arm64 python3-mako all 1.1.3+ds1-2 [80.2 kB]
Get:83 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
Get:84 http://deb.debian.org/debian bullseye/main arm64 python3-markdown all 3.3.4-1 [71.4 kB]
Get:85 http://deb.debian.org/debian bullseye/main arm64 gobject-introspection arm64 1.66.1-1+b1 [289 kB]
Get:86 http://deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
Get:87 http://deb.debian.org/debian bullseye/main arm64 libnl-genl-3-200 arm64 3.4.0-1+b1 [20.8 kB]
Get:88 http://deb.debian.org/debian bullseye/main arm64 htop arm64 3.0.5-7 [121 kB]
Get:89 http://deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
Get:90 http://deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
Get:91 http://deb.debian.org/debian bullseye/main arm64 libbrotli-dev arm64 1.0.9-2+b2 [277 kB]
Get:92 http://deb.debian.org/debian bullseye/main arm64 libmd0 arm64 1.0.3-3 [27.9 kB]
Get:93 http://deb.debian.org/debian bullseye/main arm64 libbsd0 arm64 0.11.3-1 [106 kB]
Get:94 http://deb.debian.org/debian bullseye/main arm64 libbz2-dev arm64 1.0.8-4 [31.5 kB]
Get:95 http://deb.debian.org/debian bullseye/main arm64 libpng16-16 arm64 1.6.37-3 [289 kB]
Get:96 http://deb.debian.org/debian bullseye/main arm64 libfreetype6 arm64 2.10.4+dfsg-1+deb11u1 [393 kB]
Get:97 http://deb.debian.org/debian bullseye/main arm64 libfontconfig1 arm64 2.13.1-4.2 [344 kB]
Get:98 http://deb.debian.org/debian bullseye/main arm64 libpixman-1-0 arm64 0.40.0-1 [444 kB]
Get:99 http://deb.debian.org/debian bullseye/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB]
Get:100 http://deb.debian.org/debian bullseye/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
Get:101 http://deb.debian.org/debian bullseye/main arm64 libxcb1 arm64 1.14-3 [138 kB]
Get:102 http://deb.debian.org/debian bullseye/main arm64 libx11-data all 2:1.7.2-1 [311 kB]
Get:103 http://deb.debian.org/debian bullseye/main arm64 libx11-6 arm64 2:1.7.2-1 [748 kB]
Get:104 http://deb.debian.org/debian bullseye/main arm64 libxcb-render0 arm64 1.14-3 [111 kB]
Get:105 http://deb.debian.org/debian bullseye/main arm64 libxcb-shm0 arm64 1.14-3 [101 kB]
Get:106 http://deb.debian.org/debian bullseye/main arm64 libxext6 arm64 2:1.3.3-1.1 [51.6 kB]
Get:107 http://deb.debian.org/debian bullseye/main arm64 libxrender1 arm64 1:0.9.10-1 [30.4 kB]
Get:108 http://deb.debian.org/debian bullseye/main arm64 libcairo2 arm64 1.16.0-5 [648 kB]
Get:109 http://deb.debian.org/debian bullseye/main arm64 libcairo-gobject2 arm64 1.16.0-5 [125 kB]
Get:110 http://deb.debian.org/debian bullseye/main arm64 liblzo2-2 arm64 2.10-2 [51.8 kB]
Get:111 http://deb.debian.org/debian bullseye/main arm64 libcairo-script-interpreter2 arm64 1.16.0-5 [160 kB]
Get:112 http://deb.debian.org/debian bullseye/main arm64 libexpat1-dev arm64 2.2.10-2+deb11u3 [128 kB]
Get:113 http://deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u1 [189 kB]
Get:114 http://deb.debian.org/debian bullseye/main arm64 libpng-dev arm64 1.6.37-3 [294 kB]
Get:115 http://deb.debian.org/debian bullseye/main arm64 libfreetype-dev arm64 2.10.4+dfsg-1+deb11u1 [554 kB]
Get:116 http://deb.debian.org/debian bullseye/main arm64 libfreetype6-dev arm64 2.10.4+dfsg-1+deb11u1 [82.6 kB]
Get:117 http://deb.debian.org/debian bullseye/main arm64 pkg-config arm64 0.29.2-1 [63.6 kB]
Get:118 http://deb.debian.org/debian bullseye/main arm64 libfontconfig-dev arm64 2.13.1-4.2 [367 kB]
Get:119 http://deb.debian.org/debian bullseye/main arm64 libfontconfig1-dev arm64 2.13.1-4.2 [238 kB]
Get:120 http://deb.debian.org/debian bullseye/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [22.1 kB]
Get:121 http://deb.debian.org/debian bullseye/main arm64 x11proto-dev all 2020.1-1 [594 kB]
Get:122 http://deb.debian.org/debian bullseye/main arm64 libxau-dev arm64 1:1.0.9-1 [23.2 kB]
Get:123 http://deb.debian.org/debian bullseye/main arm64 libxdmcp-dev arm64 1:1.1.2-3 [41.2 kB]
Get:124 http://deb.debian.org/debian bullseye/main arm64 xtrans-dev all 1.4.0-1 [98.7 kB]
Get:125 http://deb.debian.org/debian bullseye/main arm64 libpthread-stubs0-dev arm64 0.4-1 [5336 B]
Get:126 http://deb.debian.org/debian bullseye/main arm64 libxcb1-dev arm64 1.14-3 [177 kB]
Get:127 http://deb.debian.org/debian bullseye/main arm64 libx11-dev arm64 2:1.7.2-1 [828 kB]
Get:128 http://deb.debian.org/debian bullseye/main arm64 libxrender-dev arm64 1:0.9.10-1 [38.8 kB]
Get:129 http://deb.debian.org/debian bullseye/main arm64 x11proto-xext-dev all 2020.1-1 [3404 B]
Get:130 http://deb.debian.org/debian bullseye/main arm64 libxext-dev arm64 2:1.3.3-1.1 [107 kB]
Get:131 http://deb.debian.org/debian bullseye/main arm64 x11-common all 1:7.7+22 [252 kB]
Get:132 http://deb.debian.org/debian bullseye/main arm64 libice6 arm64 2:1.0.10-1 [55.6 kB]
Get:133 http://deb.debian.org/debian bullseye/main arm64 libsm6 arm64 2:1.2.3-1 [34.0 kB]
Get:134 http://deb.debian.org/debian bullseye/main arm64 libice-dev arm64 2:1.0.10-1 [66.0 kB]
Get:135 http://deb.debian.org/debian bullseye/main arm64 libsm-dev arm64 2:1.2.3-1 [37.4 kB]
Get:136 http://deb.debian.org/debian bullseye/main arm64 libpixman-1-dev arm64 0.40.0-1 [463 kB]
Get:137 http://deb.debian.org/debian bullseye/main arm64 libxcb-render0-dev arm64 1.14-3 [114 kB]
Get:138 http://deb.debian.org/debian bullseye/main arm64 libxcb-shm0-dev arm64 1.14-3 [103 kB]
Get:139 http://deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
Get:140 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
Get:141 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
Get:142 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
Get:143 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
Get:144 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
Get:145 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB]
Get:146 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB]
Get:147 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB]
Get:148 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB]
Get:149 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
Get:150 http://deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
Get:151 http://deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
Get:152 http://deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
Get:153 http://deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
Get:154 http://deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
Get:155 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
Get:156 http://deb.debian.org/debian bullseye/main arm64 libcairo2-dev arm64 1.16.0-5 [712 kB]
Get:157 http://deb.debian.org/debian bullseye/main arm64 libgirepository1.0-dev arm64 1.66.1-1+b1 [834 kB]
Get:158 http://deb.debian.org/debian bullseye/main arm64 liblzma-dev arm64 5.2.5-2.1~deb11u1 [227 kB]
Get:159 http://deb.debian.org/debian bullseye/main arm64 libncurses-dev arm64 6.2+20201114-2 [335 kB]
Get:160 http://deb.debian.org/debian bullseye/main arm64 libncurses5-dev arm64 6.2+20201114-2 [936 B]
Get:161 http://deb.debian.org/debian bullseye/main arm64 libreadline-dev arm64 8.1-1 [153 kB]
Get:162 http://deb.debian.org/debian bullseye/main arm64 libsnappy1v5 arm64 1.1.8-1 [17.2 kB]
Get:163 http://deb.debian.org/debian bullseye/main arm64 libsnappy-dev arm64 1.1.8-1 [30.9 kB]
Get:164 http://deb.debian.org/debian bullseye/main arm64 libsqlite3-dev arm64 3.34.1-3 [911 kB]
Get:165 http://deb.debian.org/debian bullseye/main arm64 libssl-dev arm64 1.1.1n-0+deb11u3 [1696 kB]
Get:166 http://deb.debian.org/debian bullseye/main arm64 libunwind8 arm64 1.3.2-2 [50.5 kB]
Get:167 http://deb.debian.org/debian bullseye/main arm64 libunwind-dev arm64 1.3.2-2 [397 kB]
Get:168 http://deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 99.7 MB in 12s (8238 kB/s)
Selecting previously unselected package perl-modules-5.32.
(Reading database ... 8571 files and directories currently installed.)
Preparing to unpack .../0-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
Selecting previously unselected package libgdbm-compat4:arm64.
Preparing to unpack .../1-libgdbm-compat4_1.19-2_arm64.deb ...
Unpacking libgdbm-compat4:arm64 (1.19-2) ...
Selecting previously unselected package libperl5.32:arm64.
Preparing to unpack .../2-libperl5.32_5.32.1-4+deb11u2_arm64.deb ...
Unpacking libperl5.32:arm64 (5.32.1-4+deb11u2) ...
Selecting previously unselected package perl.
Preparing to unpack .../3-perl_5.32.1-4+deb11u2_arm64.deb ...
Unpacking perl (5.32.1-4+deb11u2) ...
Selecting previously unselected package libpython3.9-minimal:arm64.
Preparing to unpack .../4-libpython3.9-minimal_3.9.2-1_arm64.deb ...
Unpacking libpython3.9-minimal:arm64 (3.9.2-1) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../5-libexpat1_2.2.10-2+deb11u3_arm64.deb ...
Unpacking libexpat1:arm64 (2.2.10-2+deb11u3) ...
Selecting previously unselected package python3.9-minimal.
Preparing to unpack .../6-python3.9-minimal_3.9.2-1_arm64.deb ...
Unpacking python3.9-minimal (3.9.2-1) ...
Setting up libpython3.9-minimal:arm64 (3.9.2-1) ...
Setting up libexpat1:arm64 (2.2.10-2+deb11u3) ...
Setting up python3.9-minimal (3.9.2-1) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 10837 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.9.2-3_arm64.deb ...
Unpacking python3-minimal (3.9.2-3) ...
Selecting previously unselected package media-types.
Preparing to unpack .../1-media-types_4.0.0_all.deb ...
Unpacking media-types (4.0.0) ...
Selecting previously unselected package libmpdec3:arm64.
Preparing to unpack .../2-libmpdec3_2.5.1-1_arm64.deb ...
Unpacking libmpdec3:arm64 (2.5.1-1) ...
Selecting previously unselected package libncursesw6:arm64.
Preparing to unpack .../3-libncursesw6_6.2+20201114-2_arm64.deb ...
Unpacking libncursesw6:arm64 (6.2+20201114-2) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
Unpacking readline-common (8.1-1) ...
Selecting previously unselected package libreadline8:arm64.
Preparing to unpack .../5-libreadline8_8.1-1_arm64.deb ...
Unpacking libreadline8:arm64 (8.1-1) ...
Selecting previously unselected package libpython3.9-stdlib:arm64.
Preparing to unpack .../6-libpython3.9-stdlib_3.9.2-1_arm64.deb ...
Unpacking libpython3.9-stdlib:arm64 (3.9.2-1) ...
Selecting previously unselected package python3.9.
Preparing to unpack .../7-python3.9_3.9.2-1_arm64.deb ...
Unpacking python3.9 (3.9.2-1) ...
Selecting previously unselected package libpython3-stdlib:arm64.
Preparing to unpack .../8-libpython3-stdlib_3.9.2-3_arm64.deb ...
Unpacking libpython3-stdlib:arm64 (3.9.2-3) ...
Setting up python3-minimal (3.9.2-3) ...
Selecting previously unselected package python3.
(Reading database ... 11267 files and directories currently installed.)
Preparing to unpack .../000-python3_3.9.2-3_arm64.deb ...
Unpacking python3 (3.9.2-3) ...
Selecting previously unselected package libcap2:arm64.
Preparing to unpack .../001-libcap2_1%3a2.44-1_arm64.deb ...
Unpacking libcap2:arm64 (1:2.44-1) ...
Selecting previously unselected package libcap2-bin.
Preparing to unpack .../002-libcap2-bin_1%3a2.44-1_arm64.deb ...
Unpacking libcap2-bin (1:2.44-1) ...
Selecting previously unselected package iputils-ping.
Preparing to unpack .../003-iputils-ping_3%3a20210202-1_arm64.deb ...
Unpacking iputils-ping (3:20210202-1) ...
Selecting previously unselected package libncurses6:arm64.
Preparing to unpack .../004-libncurses6_6.2+20201114-2_arm64.deb ...
Unpacking libncurses6:arm64 (6.2+20201114-2) ...
Selecting previously unselected package libprocps8:arm64.
Preparing to unpack .../005-libprocps8_2%3a3.3.17-5_arm64.deb ...
Unpacking libprocps8:arm64 (2:3.3.17-5) ...
Selecting previously unselected package procps.
Preparing to unpack .../006-procps_2%3a3.3.17-5_arm64.deb ...
Unpacking procps (2:3.3.17-5) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../007-sensible-utils_0.0.14_all.deb ...
Unpacking sensible-utils (0.0.14) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../008-bzip2_1.0.8-4_arm64.deb ...
Unpacking bzip2 (1.0.8-4) ...
Selecting previously unselected package ucf.
Preparing to unpack .../009-ucf_3.0043_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0043) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../010-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
Selecting previously unselected package binutils-common:arm64.
Preparing to unpack .../011-binutils-common_2.35.2-2_arm64.deb ...
Unpacking binutils-common:arm64 (2.35.2-2) ...
Selecting previously unselected package libbinutils:arm64.
Preparing to unpack .../012-libbinutils_2.35.2-2_arm64.deb ...
Unpacking libbinutils:arm64 (2.35.2-2) ...
Selecting previously unselected package libctf-nobfd0:arm64.
Preparing to unpack .../013-libctf-nobfd0_2.35.2-2_arm64.deb ...
Unpacking libctf-nobfd0:arm64 (2.35.2-2) ...
Selecting previously unselected package libctf0:arm64.
Preparing to unpack .../014-libctf0_2.35.2-2_arm64.deb ...
Unpacking libctf0:arm64 (2.35.2-2) ...
Selecting previously unselected package binutils-aarch64-linux-gnu.
Preparing to unpack .../015-binutils-aarch64-linux-gnu_2.35.2-2_arm64.deb ...
Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
Selecting previously unselected package binutils.
Preparing to unpack .../016-binutils_2.35.2-2_arm64.deb ...
Unpacking binutils (2.35.2-2) ...
Selecting previously unselected package libisl23:arm64.
Preparing to unpack .../017-libisl23_0.23-1_arm64.deb ...
Unpacking libisl23:arm64 (0.23-1) ...
Selecting previously unselected package libmpfr6:arm64.
Preparing to unpack .../018-libmpfr6_4.1.0-3_arm64.deb ...
Unpacking libmpfr6:arm64 (4.1.0-3) ...
Selecting previously unselected package libmpc3:arm64.
Preparing to unpack .../019-libmpc3_1.2.0-1_arm64.deb ...
Unpacking libmpc3:arm64 (1.2.0-1) ...
Selecting previously unselected package cpp-10.
Preparing to unpack .../020-cpp-10_10.2.1-6_arm64.deb ...
Unpacking cpp-10 (10.2.1-6) ...
Selecting previously unselected package cpp.
Preparing to unpack .../021-cpp_4%3a10.2.1-1_arm64.deb ...
Unpacking cpp (4:10.2.1-1) ...
Selecting previously unselected package libcc1-0:arm64.
Preparing to unpack .../022-libcc1-0_10.2.1-6_arm64.deb ...
Unpacking libcc1-0:arm64 (10.2.1-6) ...
Selecting previously unselected package libgomp1:arm64.
Preparing to unpack .../023-libgomp1_10.2.1-6_arm64.deb ...
Unpacking libgomp1:arm64 (10.2.1-6) ...
Selecting previously unselected package libitm1:arm64.
Preparing to unpack .../024-libitm1_10.2.1-6_arm64.deb ...
Unpacking libitm1:arm64 (10.2.1-6) ...
Selecting previously unselected package libatomic1:arm64.
Preparing to unpack .../025-libatomic1_10.2.1-6_arm64.deb ...
Unpacking libatomic1:arm64 (10.2.1-6) ...
Selecting previously unselected package libasan6:arm64.
Preparing to unpack .../026-libasan6_10.2.1-6_arm64.deb ...
Unpacking libasan6:arm64 (10.2.1-6) ...
Selecting previously unselected package liblsan0:arm64.
Preparing to unpack .../027-liblsan0_10.2.1-6_arm64.deb ...
Unpacking liblsan0:arm64 (10.2.1-6) ...
Selecting previously unselected package libtsan0:arm64.
Preparing to unpack .../028-libtsan0_10.2.1-6_arm64.deb ...
Unpacking libtsan0:arm64 (10.2.1-6) ...
Selecting previously unselected package libubsan1:arm64.
Preparing to unpack .../029-libubsan1_10.2.1-6_arm64.deb ...
Unpacking libubsan1:arm64 (10.2.1-6) ...
Selecting previously unselected package libgcc-10-dev:arm64.
Preparing to unpack .../030-libgcc-10-dev_10.2.1-6_arm64.deb ...
Unpacking libgcc-10-dev:arm64 (10.2.1-6) ...
Selecting previously unselected package gcc-10.
Preparing to unpack .../031-gcc-10_10.2.1-6_arm64.deb ...
Unpacking gcc-10 (10.2.1-6) ...
Selecting previously unselected package gcc.
Preparing to unpack .../032-gcc_4%3a10.2.1-1_arm64.deb ...
Unpacking gcc (4:10.2.1-1) ...
Selecting previously unselected package libstdc++-10-dev:arm64.
Preparing to unpack .../033-libstdc++-10-dev_10.2.1-6_arm64.deb ...
Unpacking libstdc++-10-dev:arm64 (10.2.1-6) ...
Selecting previously unselected package g++-10.
Preparing to unpack .../034-g++-10_10.2.1-6_arm64.deb ...
Unpacking g++-10 (10.2.1-6) ...
Selecting previously unselected package g++.
Preparing to unpack .../035-g++_4%3a10.2.1-1_arm64.deb ...
Unpacking g++ (4:10.2.1-1) ...
Selecting previously unselected package make.
Preparing to unpack .../036-make_4.3-4.1_arm64.deb ...
Unpacking make (4.3-4.1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../037-libdpkg-perl_1.20.11_all.deb ...
Unpacking libdpkg-perl (1.20.11) ...
Selecting previously unselected package patch.
Preparing to unpack .../038-patch_2.7.6-7_arm64.deb ...
Unpacking patch (2.7.6-7) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../039-dpkg-dev_1.20.11_all.deb ...
Unpacking dpkg-dev (1.20.11) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../040-build-essential_12.9_arm64.deb ...
Unpacking build-essential (12.9) ...
Selecting previously unselected package libbrotli1:arm64.
Preparing to unpack .../041-libbrotli1_1.0.9-2+b2_arm64.deb ...
Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
Selecting previously unselected package libsasl2-modules-db:arm64.
Preparing to unpack .../042-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
Selecting previously unselected package libsasl2-2:arm64.
Preparing to unpack .../043-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
Selecting previously unselected package libldap-2.4-2:arm64.
Preparing to unpack .../044-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
Selecting previously unselected package libnghttp2-14:arm64.
Preparing to unpack .../045-libnghttp2-14_1.43.0-1_arm64.deb ...
Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
Selecting previously unselected package libpsl5:arm64.
Preparing to unpack .../046-libpsl5_0.21.0-1.2_arm64.deb ...
Unpacking libpsl5:arm64 (0.21.0-1.2) ...
Selecting previously unselected package librtmp1:arm64.
Preparing to unpack .../047-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
Selecting previously unselected package libssh2-1:arm64.
Preparing to unpack .../048-libssh2-1_1.9.0-2_arm64.deb ...
Unpacking libssh2-1:arm64 (1.9.0-2) ...
Selecting previously unselected package libcurl4:arm64.
Preparing to unpack .../049-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ...
Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ...
Selecting previously unselected package curl.
Preparing to unpack .../050-curl_7.74.0-1.3+deb11u1_arm64.deb ...
Unpacking curl (7.74.0-1.3+deb11u1) ...
Selecting previously unselected package expat.
Preparing to unpack .../051-expat_2.2.10-2+deb11u3_arm64.deb ...
Unpacking expat (2.2.10-2+deb11u3) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../052-fonts-dejavu-core_2.37-2_all.deb ...
Unpacking fonts-dejavu-core (2.37-2) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../053-fontconfig-config_2.13.1-4.2_all.deb ...
Unpacking fontconfig-config (2.13.1-4.2) ...
Selecting previously unselected package libglib2.0-0:arm64.
Preparing to unpack .../054-libglib2.0-0_2.66.8-1_arm64.deb ...
Unpacking libglib2.0-0:arm64 (2.66.8-1) ...
Selecting previously unselected package libgirepository-1.0-1:arm64.
Preparing to unpack .../055-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
Selecting previously unselected package gir1.2-glib-2.0:arm64.
Preparing to unpack .../056-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
Selecting previously unselected package gir1.2-freedesktop:arm64.
Preparing to unpack .../057-gir1.2-freedesktop_1.66.1-1+b1_arm64.deb ...
Unpacking gir1.2-freedesktop:arm64 (1.66.1-1+b1) ...
Selecting previously unselected package libcurl3-gnutls:arm64.
Preparing to unpack .../058-libcurl3-gnutls_7.74.0-1.3+deb11u1_arm64.deb ...
Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u1) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../059-liberror-perl_0.17029-1_all.deb ...
Unpacking liberror-perl (0.17029-1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../060-git-man_1%3a2.30.2-1_all.deb ...
Unpacking git-man (1:2.30.2-1) ...
Selecting previously unselected package git.
Preparing to unpack .../061-git_1%3a2.30.2-1_arm64.deb ...
Unpacking git (1:2.30.2-1) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../062-python3-lib2to3_3.9.2-1_all.deb ...
Unpacking python3-lib2to3 (3.9.2-1) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../063-python3-distutils_3.9.2-1_all.deb ...
Unpacking python3-distutils (3.9.2-1) ...
Selecting previously unselected package python3-markupsafe.
Preparing to unpack .../064-python3-markupsafe_1.1.1-1+b3_arm64.deb ...
Unpacking python3-markupsafe (1.1.1-1+b3) ...
Selecting previously unselected package python3-mako.
Preparing to unpack .../065-python3-mako_1.1.3+ds1-2_all.deb ...
Unpacking python3-mako (1.1.3+ds1-2) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../066-python3-pkg-resources_52.0.0-4_all.deb ...
Unpacking python3-pkg-resources (52.0.0-4) ...
Selecting previously unselected package python3-markdown.
Preparing to unpack .../067-python3-markdown_3.3.4-1_all.deb ...
Unpacking python3-markdown (3.3.4-1) ...
Selecting previously unselected package gobject-introspection.
Preparing to unpack .../068-gobject-introspection_1.66.1-1+b1_arm64.deb ...
Unpacking gobject-introspection (1.66.1-1+b1) ...
Selecting previously unselected package libnl-3-200:arm64.
Preparing to unpack .../069-libnl-3-200_3.4.0-1+b1_arm64.deb ...
Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
Selecting previously unselected package libnl-genl-3-200:arm64.
Preparing to unpack .../070-libnl-genl-3-200_3.4.0-1+b1_arm64.deb ...
Unpacking libnl-genl-3-200:arm64 (3.4.0-1+b1) ...
Selecting previously unselected package htop.
Preparing to unpack .../071-htop_3.0.5-7_arm64.deb ...
Unpacking htop (3.0.5-7) ...
Selecting previously unselected package uuid-dev:arm64.
Preparing to unpack .../072-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
Selecting previously unselected package libblkid-dev:arm64.
Preparing to unpack .../073-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
Selecting previously unselected package libbrotli-dev:arm64.
Preparing to unpack .../074-libbrotli-dev_1.0.9-2+b2_arm64.deb ...
Unpacking libbrotli-dev:arm64 (1.0.9-2+b2) ...
Selecting previously unselected package libmd0:arm64.
Preparing to unpack .../075-libmd0_1.0.3-3_arm64.deb ...
Unpacking libmd0:arm64 (1.0.3-3) ...
Selecting previously unselected package libbsd0:arm64.
Preparing to unpack .../076-libbsd0_0.11.3-1_arm64.deb ...
Unpacking libbsd0:arm64 (0.11.3-1) ...
Selecting previously unselected package libbz2-dev:arm64.
Preparing to unpack .../077-libbz2-dev_1.0.8-4_arm64.deb ...
Unpacking libbz2-dev:arm64 (1.0.8-4) ...
Selecting previously unselected package libpng16-16:arm64.
Preparing to unpack .../078-libpng16-16_1.6.37-3_arm64.deb ...
Unpacking libpng16-16:arm64 (1.6.37-3) ...
Selecting previously unselected package libfreetype6:arm64.
Preparing to unpack .../079-libfreetype6_2.10.4+dfsg-1+deb11u1_arm64.deb ...
Unpacking libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ...
Selecting previously unselected package libfontconfig1:arm64.
Preparing to unpack .../080-libfontconfig1_2.13.1-4.2_arm64.deb ...
Unpacking libfontconfig1:arm64 (2.13.1-4.2) ...
Selecting previously unselected package libpixman-1-0:arm64.
Preparing to unpack .../081-libpixman-1-0_0.40.0-1_arm64.deb ...
Unpacking libpixman-1-0:arm64 (0.40.0-1) ...
Selecting previously unselected package libxau6:arm64.
Preparing to unpack .../082-libxau6_1%3a1.0.9-1_arm64.deb ...
Unpacking libxau6:arm64 (1:1.0.9-1) ...
Selecting previously unselected package libxdmcp6:arm64.
Preparing to unpack .../083-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:arm64.
Preparing to unpack .../084-libxcb1_1.14-3_arm64.deb ...
Unpacking libxcb1:arm64 (1.14-3) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../085-libx11-data_2%3a1.7.2-1_all.deb ...
Unpacking libx11-data (2:1.7.2-1) ...
Selecting previously unselected package libx11-6:arm64.
Preparing to unpack .../086-libx11-6_2%3a1.7.2-1_arm64.deb ...
Unpacking libx11-6:arm64 (2:1.7.2-1) ...
Selecting previously unselected package libxcb-render0:arm64.
Preparing to unpack .../087-libxcb-render0_1.14-3_arm64.deb ...
Unpacking libxcb-render0:arm64 (1.14-3) ...
Selecting previously unselected package libxcb-shm0:arm64.
Preparing to unpack .../088-libxcb-shm0_1.14-3_arm64.deb ...
Unpacking libxcb-shm0:arm64 (1.14-3) ...
Selecting previously unselected package libxext6:arm64.
Preparing to unpack .../089-libxext6_2%3a1.3.3-1.1_arm64.deb ...
Unpacking libxext6:arm64 (2:1.3.3-1.1) ...
Selecting previously unselected package libxrender1:arm64.
Preparing to unpack .../090-libxrender1_1%3a0.9.10-1_arm64.deb ...
Unpacking libxrender1:arm64 (1:0.9.10-1) ...
Selecting previously unselected package libcairo2:arm64.
Preparing to unpack .../091-libcairo2_1.16.0-5_arm64.deb ...
Unpacking libcairo2:arm64 (1.16.0-5) ...
Selecting previously unselected package libcairo-gobject2:arm64.
Preparing to unpack .../092-libcairo-gobject2_1.16.0-5_arm64.deb ...
Unpacking libcairo-gobject2:arm64 (1.16.0-5) ...
Selecting previously unselected package liblzo2-2:arm64.
Preparing to unpack .../093-liblzo2-2_2.10-2_arm64.deb ...
Unpacking liblzo2-2:arm64 (2.10-2) ...
Selecting previously unselected package libcairo-script-interpreter2:arm64.
Preparing to unpack .../094-libcairo-script-interpreter2_1.16.0-5_arm64.deb ...
Unpacking libcairo-script-interpreter2:arm64 (1.16.0-5) ...
Selecting previously unselected package libexpat1-dev:arm64.
Preparing to unpack .../095-libexpat1-dev_2.2.10-2+deb11u3_arm64.deb ...
Unpacking libexpat1-dev:arm64 (2.2.10-2+deb11u3) ...
Selecting previously unselected package zlib1g-dev:arm64.
Preparing to unpack .../096-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u1_arm64.deb ...
Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u1) ...
Selecting previously unselected package libpng-dev:arm64.
Preparing to unpack .../097-libpng-dev_1.6.37-3_arm64.deb ...
Unpacking libpng-dev:arm64 (1.6.37-3) ...
Selecting previously unselected package libfreetype-dev:arm64.
Preparing to unpack .../098-libfreetype-dev_2.10.4+dfsg-1+deb11u1_arm64.deb ...
Unpacking libfreetype-dev:arm64 (2.10.4+dfsg-1+deb11u1) ...
Selecting previously unselected package libfreetype6-dev:arm64.
Preparing to unpack .../099-libfreetype6-dev_2.10.4+dfsg-1+deb11u1_arm64.deb ...
Unpacking libfreetype6-dev:arm64 (2.10.4+dfsg-1+deb11u1) ...
Selecting previously unselected package pkg-config.
Preparing to unpack .../100-pkg-config_0.29.2-1_arm64.deb ...
Unpacking pkg-config (0.29.2-1) ...
Selecting previously unselected package libfontconfig-dev:arm64.
Preparing to unpack .../101-libfontconfig-dev_2.13.1-4.2_arm64.deb ...
Unpacking libfontconfig-dev:arm64 (2.13.1-4.2) ...
Selecting previously unselected package libfontconfig1-dev:arm64.
Preparing to unpack .../102-libfontconfig1-dev_2.13.1-4.2_arm64.deb ...
Unpacking libfontconfig1-dev:arm64 (2.13.1-4.2) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../103-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
Selecting previously unselected package x11proto-dev.
Preparing to unpack .../104-x11proto-dev_2020.1-1_all.deb ...
Unpacking x11proto-dev (2020.1-1) ...
Selecting previously unselected package libxau-dev:arm64.
Preparing to unpack .../105-libxau-dev_1%3a1.0.9-1_arm64.deb ...
Unpacking libxau-dev:arm64 (1:1.0.9-1) ...
Selecting previously unselected package libxdmcp-dev:arm64.
Preparing to unpack .../106-libxdmcp-dev_1%3a1.1.2-3_arm64.deb ...
Unpacking libxdmcp-dev:arm64 (1:1.1.2-3) ...
Selecting previously unselected package xtrans-dev.
Preparing to unpack .../107-xtrans-dev_1.4.0-1_all.deb ...
Unpacking xtrans-dev (1.4.0-1) ...
Selecting previously unselected package libpthread-stubs0-dev:arm64.
Preparing to unpack .../108-libpthread-stubs0-dev_0.4-1_arm64.deb ...
Unpacking libpthread-stubs0-dev:arm64 (0.4-1) ...
Selecting previously unselected package libxcb1-dev:arm64.
Preparing to unpack .../109-libxcb1-dev_1.14-3_arm64.deb ...
Unpacking libxcb1-dev:arm64 (1.14-3) ...
Selecting previously unselected package libx11-dev:arm64.
Preparing to unpack .../110-libx11-dev_2%3a1.7.2-1_arm64.deb ...
Unpacking libx11-dev:arm64 (2:1.7.2-1) ...
Selecting previously unselected package libxrender-dev:arm64.
Preparing to unpack .../111-libxrender-dev_1%3a0.9.10-1_arm64.deb ...
Unpacking libxrender-dev:arm64 (1:0.9.10-1) ...
Selecting previously unselected package x11proto-xext-dev.
Preparing to unpack .../112-x11proto-xext-dev_2020.1-1_all.deb ...
Unpacking x11proto-xext-dev (2020.1-1) ...
Selecting previously unselected package libxext-dev:arm64.
Preparing to unpack .../113-libxext-dev_2%3a1.3.3-1.1_arm64.deb ...
Unpacking libxext-dev:arm64 (2:1.3.3-1.1) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../114-x11-common_1%3a7.7+22_all.deb ...
Unpacking x11-common (1:7.7+22) ...
Selecting previously unselected package libice6:arm64.
Preparing to unpack .../115-libice6_2%3a1.0.10-1_arm64.deb ...
Unpacking libice6:arm64 (2:1.0.10-1) ...
Selecting previously unselected package libsm6:arm64.
Preparing to unpack .../116-libsm6_2%3a1.2.3-1_arm64.deb ...
Unpacking libsm6:arm64 (2:1.2.3-1) ...
Selecting previously unselected package libice-dev:arm64.
Preparing to unpack .../117-libice-dev_2%3a1.0.10-1_arm64.deb ...
Unpacking libice-dev:arm64 (2:1.0.10-1) ...
Selecting previously unselected package libsm-dev:arm64.
Preparing to unpack .../118-libsm-dev_2%3a1.2.3-1_arm64.deb ...
Unpacking libsm-dev:arm64 (2:1.2.3-1) ...
Selecting previously unselected package libpixman-1-dev:arm64.
Preparing to unpack .../119-libpixman-1-dev_0.40.0-1_arm64.deb ...
Unpacking libpixman-1-dev:arm64 (0.40.0-1) ...
Selecting previously unselected package libxcb-render0-dev:arm64.
Preparing to unpack .../120-libxcb-render0-dev_1.14-3_arm64.deb ...
Unpacking libxcb-render0-dev:arm64 (1.14-3) ...
Selecting previously unselected package libxcb-shm0-dev:arm64.
Preparing to unpack .../121-libxcb-shm0-dev_1.14-3_arm64.deb ...
Unpacking libxcb-shm0-dev:arm64 (1.14-3) ...
Selecting previously unselected package libffi-dev:arm64.
Preparing to unpack .../122-libffi-dev_3.3-6_arm64.deb ...
Unpacking libffi-dev:arm64 (3.3-6) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../123-libglib2.0-data_2.66.8-1_all.deb ...
Unpacking libglib2.0-data (2.66.8-1) ...
Selecting previously unselected package libelf1:arm64.
Preparing to unpack .../124-libelf1_0.183-1_arm64.deb ...
Unpacking libelf1:arm64 (0.183-1) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../125-libglib2.0-bin_2.66.8-1_arm64.deb ...
Unpacking libglib2.0-bin (2.66.8-1) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../126-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
Unpacking libglib2.0-dev-bin (2.66.8-1) ...
Selecting previously unselected package libsepol1-dev:arm64.
Preparing to unpack .../127-libsepol1-dev_3.1-1_arm64.deb ...
Unpacking libsepol1-dev:arm64 (3.1-1) ...
Selecting previously unselected package libpcre2-16-0:arm64.
Preparing to unpack .../128-libpcre2-16-0_10.36-2_arm64.deb ...
Unpacking libpcre2-16-0:arm64 (10.36-2) ...
Selecting previously unselected package libpcre2-32-0:arm64.
Preparing to unpack .../129-libpcre2-32-0_10.36-2_arm64.deb ...
Unpacking libpcre2-32-0:arm64 (10.36-2) ...
Selecting previously unselected package libpcre2-posix2:arm64.
Preparing to unpack .../130-libpcre2-posix2_10.36-2_arm64.deb ...
Unpacking libpcre2-posix2:arm64 (10.36-2) ...
Selecting previously unselected package libpcre2-dev:arm64.
Preparing to unpack .../131-libpcre2-dev_10.36-2_arm64.deb ...
Unpacking libpcre2-dev:arm64 (10.36-2) ...
Selecting previously unselected package libselinux1-dev:arm64.
Preparing to unpack .../132-libselinux1-dev_3.1-3_arm64.deb ...
Unpacking libselinux1-dev:arm64 (3.1-3) ...
Selecting previously unselected package libmount-dev:arm64.
Preparing to unpack .../133-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
Selecting previously unselected package libpcre16-3:arm64.
Preparing to unpack .../134-libpcre16-3_2%3a8.39-13_arm64.deb ...
Unpacking libpcre16-3:arm64 (2:8.39-13) ...
Selecting previously unselected package libpcre32-3:arm64.
Preparing to unpack .../135-libpcre32-3_2%3a8.39-13_arm64.deb ...
Unpacking libpcre32-3:arm64 (2:8.39-13) ...
Selecting previously unselected package libpcrecpp0v5:arm64.
Preparing to unpack .../136-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
Selecting previously unselected package libpcre3-dev:arm64.
Preparing to unpack .../137-libpcre3-dev_2%3a8.39-13_arm64.deb ...
Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
Selecting previously unselected package libglib2.0-dev:arm64.
Preparing to unpack .../138-libglib2.0-dev_2.66.8-1_arm64.deb ...
Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
Selecting previously unselected package libcairo2-dev:arm64.
Preparing to unpack .../139-libcairo2-dev_1.16.0-5_arm64.deb ...
Unpacking libcairo2-dev:arm64 (1.16.0-5) ...
Selecting previously unselected package libgirepository1.0-dev:arm64.
Preparing to unpack .../140-libgirepository1.0-dev_1.66.1-1+b1_arm64.deb ...
Unpacking libgirepository1.0-dev:arm64 (1.66.1-1+b1) ...
Selecting previously unselected package liblzma-dev:arm64.
Preparing to unpack .../141-liblzma-dev_5.2.5-2.1~deb11u1_arm64.deb ...
Unpacking liblzma-dev:arm64 (5.2.5-2.1~deb11u1) ...
Selecting previously unselected package libncurses-dev:arm64.
Preparing to unpack .../142-libncurses-dev_6.2+20201114-2_arm64.deb ...
Unpacking libncurses-dev:arm64 (6.2+20201114-2) ...
Selecting previously unselected package libncurses5-dev:arm64.
Preparing to unpack .../143-libncurses5-dev_6.2+20201114-2_arm64.deb ...
Unpacking libncurses5-dev:arm64 (6.2+20201114-2) ...
Selecting previously unselected package libreadline-dev:arm64.
Preparing to unpack .../144-libreadline-dev_8.1-1_arm64.deb ...
Unpacking libreadline-dev:arm64 (8.1-1) ...
Selecting previously unselected package libsnappy1v5:arm64.
Preparing to unpack .../145-libsnappy1v5_1.1.8-1_arm64.deb ...
Unpacking libsnappy1v5:arm64 (1.1.8-1) ...
Selecting previously unselected package libsnappy-dev:arm64.
Preparing to unpack .../146-libsnappy-dev_1.1.8-1_arm64.deb ...
Unpacking libsnappy-dev:arm64 (1.1.8-1) ...
Selecting previously unselected package libsqlite3-dev:arm64.
Preparing to unpack .../147-libsqlite3-dev_3.34.1-3_arm64.deb ...
Unpacking libsqlite3-dev:arm64 (3.34.1-3) ...
Selecting previously unselected package libssl-dev:arm64.
Preparing to unpack .../148-libssl-dev_1.1.1n-0+deb11u3_arm64.deb ...
Unpacking libssl-dev:arm64 (1.1.1n-0+deb11u3) ...
Selecting previously unselected package libunwind8:arm64.
Preparing to unpack .../149-libunwind8_1.3.2-2_arm64.deb ...
Unpacking libunwind8:arm64 (1.3.2-2) ...
Selecting previously unselected package libunwind-dev:arm64.
Preparing to unpack .../150-libunwind-dev_1.3.2-2_arm64.deb ...
Unpacking libunwind-dev:arm64 (1.3.2-2) ...
Selecting previously unselected package net-tools.
Preparing to unpack .../151-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
Unpacking net-tools (1.60+git20181103.0eebece-1) ...
Setting up media-types (4.0.0) ...
Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
Setting up libpixman-1-0:arm64 (0.40.0-1) ...
Setting up libxau6:arm64 (1:1.0.9-1) ...
Setting up net-tools (1.60+git20181103.0eebece-1) ...
Setting up libpsl5:arm64 (0.21.0-1.2) ...
Setting up libpixman-1-dev:arm64 (0.40.0-1) ...
Setting up libpcre16-3:arm64 (2:8.39-13) ...
Setting up libglib2.0-0:arm64 (2.66.8-1) ...
No schema files found: doing nothing.
Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
Setting up binutils-common:arm64 (2.35.2-2) ...
Setting up x11-common (1:7.7+22) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libnghttp2-14:arm64 (1.43.0-1) ...
Setting up libsepol1-dev:arm64 (3.1-1) ...
Setting up libctf-nobfd0:arm64 (2.35.2-2) ...
Setting up liblzo2-2:arm64 (2.10-2) ...
Setting up libgomp1:arm64 (10.2.1-6) ...
Setting up bzip2 (1.0.8-4) ...
Setting up libffi-dev:arm64 (3.3-6) ...
Setting up libunwind8:arm64 (1.3.2-2) ...
Setting up libpthread-stubs0-dev:arm64 (0.4-1) ...
Setting up libpcre2-16-0:arm64 (10.36-2) ...
Setting up libcap2:arm64 (1:2.44-1) ...
Setting up libasan6:arm64 (10.2.1-6) ...
Setting up libsnappy1v5:arm64 (1.1.8-1) ...
Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
Setting up libcap2-bin (1:2.44-1) ...
Setting up xtrans-dev (1.4.0-1) ...
Setting up libpcre2-32-0:arm64 (10.36-2) ...
Setting up libglib2.0-data (2.66.8-1) ...
Setting up libexpat1-dev:arm64 (2.2.10-2+deb11u3) ...
Setting up expat (2.2.10-2+deb11u3) ...
Setting up libsqlite3-dev:arm64 (3.34.1-3) ...
Setting up libx11-data (2:1.7.2-1) ...
Setting up make (4.3-4.1) ...
Setting up libmpfr6:arm64 (4.1.0-3) ...
Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
Setting up libncurses6:arm64 (6.2+20201114-2) ...
Setting up xz-utils (5.2.5-2.1~deb11u1) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
Setting up libssl-dev:arm64 (1.1.1n-0+deb11u3) ...
Setting up libpng16-16:arm64 (1.6.37-3) ...
Setting up libpcre32-3:arm64 (2:8.39-13) ...
Setting up libmpc3:arm64 (1.2.0-1) ...
Setting up libatomic1:arm64 (10.2.1-6) ...
Setting up patch (2.7.6-7) ...
Setting up fonts-dejavu-core (2.37-2) ...
Setting up libgdbm-compat4:arm64 (1.19-2) ...
Setting up libpcre2-posix2:arm64 (10.36-2) ...
Setting up libncursesw6:arm64 (6.2+20201114-2) ...
Setting up libperl5.32:arm64 (5.32.1-4+deb11u2) ...
Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
Setting up liblzma-dev:arm64 (5.2.5-2.1~deb11u1) ...
Setting up libubsan1:arm64 (10.2.1-6) ...
Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u1) ...
Setting up libmd0:arm64 (1.0.3-3) ...
Setting up sensible-utils (0.0.14) ...
Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
Setting up libmpdec3:arm64 (2.5.1-1) ...
Setting up git-man (1:2.30.2-1) ...
Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
Setting up libssh2-1:arm64 (1.9.0-2) ...
Setting up xorg-sgml-doctools (1:1.11-1.1) ...
Setting up libbinutils:arm64 (2.35.2-2) ...
Setting up libisl23:arm64 (0.23-1) ...
Setting up libbsd0:arm64 (0.11.3-1) ...
Setting up libelf1:arm64 (0.183-1) ...
Setting up iputils-ping (3:20210202-1) ...
Setting up readline-common (8.1-1) ...
Setting up libcc1-0:arm64 (10.2.1-6) ...
Setting up libbrotli-dev:arm64 (1.0.9-2+b2) ...
Setting up liblsan0:arm64 (10.2.1-6) ...
Setting up libprocps8:arm64 (2:3.3.17-5) ...
Setting up cpp-10 (10.2.1-6) ...
Setting up libitm1:arm64 (10.2.1-6) ...
Setting up libbz2-dev:arm64 (1.0.8-4) ...
Setting up libtsan0:arm64 (10.2.1-6) ...
Setting up libctf0:arm64 (2.35.2-2) ...
Setting up x11proto-dev (2020.1-1) ...
Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
Setting up libice6:arm64 (2:1.0.10-1) ...
Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
Setting up libncurses-dev:arm64 (6.2+20201114-2) ...
Setting up libxcb1:arm64 (1.14-3) ...
Setting up libxau-dev:arm64 (1:1.0.9-1) ...
Setting up libunwind-dev:arm64 (1.3.2-2) ...
Setting up libpcre2-dev:arm64 (10.36-2) ...
Setting up libice-dev:arm64 (2:1.0.10-1) ...
Setting up libxcb-render0:arm64 (1.14-3) ...
Setting up libselinux1-dev:arm64 (3.1-3) ...
Setting up libpcre3-dev:arm64 (2:8.39-13) ...
Setting up libgcc-10-dev:arm64 (10.2.1-6) ...
Setting up libreadline8:arm64 (8.1-1) ...
Setting up libsnappy-dev:arm64 (1.1.8-1) ...
Setting up libpng-dev:arm64 (1.6.37-3) ...
Setting up libglib2.0-bin (2.66.8-1) ...
Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
Setting up libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u1) ...
Setting up libxcb-shm0:arm64 (1.14-3) ...
Setting up binutils (2.35.2-2) ...
Setting up libreadline-dev:arm64 (8.1-1) ...
Setting up libxdmcp-dev:arm64 (1:1.1.2-3) ...
Setting up perl (5.32.1-4+deb11u2) ...
Setting up libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ...
Setting up ucf (3.0043) ...
Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
Setting up gcc-10 (10.2.1-6) ...
Setting up libdpkg-perl (1.20.11) ...
Setting up x11proto-xext-dev (2020.1-1) ...
Setting up cpp (4:10.2.1-1) ...
Setting up procps (2:3.3.17-5) ...
Setting up libnl-genl-3-200:arm64 (3.4.0-1+b1) ...
Setting up libncurses5-dev:arm64 (6.2+20201114-2) ...
Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ...
Setting up libx11-6:arm64 (2:1.7.2-1) ...
Setting up curl (7.74.0-1.3+deb11u1) ...
Setting up libsm6:arm64 (2:1.2.3-1) ...
Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
Setting up libpython3.9-stdlib:arm64 (3.9.2-1) ...
Setting up libpython3-stdlib:arm64 (3.9.2-3) ...
Setting up gir1.2-freedesktop:arm64 (1.66.1-1+b1) ...
Setting up libstdc++-10-dev:arm64 (10.2.1-6) ...
Setting up libxcb1-dev:arm64 (1.14-3) ...
Setting up g++-10 (10.2.1-6) ...
Setting up libxrender1:arm64 (1:0.9.10-1) ...
Setting up libsm-dev:arm64 (2:1.2.3-1) ...
Setting up htop (3.0.5-7) ...
Setting up fontconfig-config (2.13.1-4.2) ...
Setting up libx11-dev:arm64 (2:1.7.2-1) ...
Setting up libxext6:arm64 (2:1.3.3-1.1) ...
Setting up gcc (4:10.2.1-1) ...
Setting up dpkg-dev (1.20.11) ...
Setting up libfreetype-dev:arm64 (2.10.4+dfsg-1+deb11u1) ...
Setting up liberror-perl (0.17029-1) ...
Setting up libxcb-shm0-dev:arm64 (1.14-3) ...
Setting up pkg-config (0.29.2-1) ...
Setting up libxcb-render0-dev:arm64 (1.14-3) ...
Setting up git (1:2.30.2-1) ...
Setting up libxext-dev:arm64 (2:1.3.3-1.1) ...
Setting up g++ (4:10.2.1-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.9) ...
Setting up libfontconfig1:arm64 (2.13.1-4.2) ...
Setting up libxrender-dev:arm64 (1:0.9.10-1) ...
Setting up python3.9 (3.9.2-1) ...
Setting up python3 (3.9.2-3) ...
Setting up python3-markupsafe (1.1.1-1+b3) ...
Setting up libcairo2:arm64 (1.16.0-5) ...
Setting up libfreetype6-dev:arm64 (2.10.4+dfsg-1+deb11u1) ...
Setting up libcairo-gobject2:arm64 (1.16.0-5) ...
Setting up python3-lib2to3 (3.9.2-1) ...
Setting up python3-mako (1.1.3+ds1-2) ...
Setting up python3-pkg-resources (52.0.0-4) ...
Setting up python3-distutils (3.9.2-1) ...
Setting up libcairo-script-interpreter2:arm64 (1.16.0-5) ...
Setting up libglib2.0-dev-bin (2.66.8-1) ...
Setting up libfontconfig-dev:arm64 (2.13.1-4.2) ...
Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
Setting up python3-markdown (3.3.4-1) ...
Setting up libcairo2-dev:arm64 (1.16.0-5) ...
Setting up libfontconfig1-dev:arm64 (2.13.1-4.2) ...
Setting up gobject-introspection (1.66.1-1+b1) ...
Setting up libgirepository1.0-dev:arm64 (1.66.1-1+b1) ...
Processing triggers for libc-bin (2.31-13+deb11u3) ...
Removing intermediate container a0216b169f14
---> d3f2fa5ad694
Step 22/41 : RUN pkg-config --print-errors --exists cairo>=1.15.10 && pkg-config --variable pc_path pkg-config && pkg-config --cflags cairo
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 655b68a35be8
/usr/local/lib/aarch64-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/aarch64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
Removing intermediate container 655b68a35be8
---> 9060aa50278c
Step 23/41 : RUN curl -sSL -o get-pip.py https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py && pip --version && rm -f get-pip.py
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 54f13a647b25
Collecting pip
Downloading pip-22.2.1-py3-none-any.whl (2.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 2.5 MB/s eta 0:00:00
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 22.0.4
Uninstalling pip-22.0.4:
Successfully uninstalled pip-22.0.4
Successfully installed pip-22.2.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
pip 22.2.1 from /opt/pypy/site-packages/pip (python 3.7)
Removing intermediate container 54f13a647b25
---> 5e8a436b65ef
Step 24/41 : RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in f1b8f986e719
/usr/bin/head: error reading '/proc/self/exe': Bad file descriptor
/usr/bin/head: failed to close '/proc/self/exe': Bad file descriptor
rustup: unknown platform bitness
/bin/sh: 375: [: Illegal number:
info: downloading installer
info: profile set to 'default'
info: default host triple is aarch64-unknown-linux-gnu
info: syncing channel updates for 'stable-aarch64-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 'stable-aarch64-unknown-linux-gnu'
stable-aarch64-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"
Removing intermediate container f1b8f986e719
---> 3b9df39ab1fd
Step 25/41 : ENV PATH /root/.cargo/bin:${PATH}
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 1bb755a533d4
Removing intermediate container 1bb755a533d4
---> 5eac764fbf98
Step 26/41 : RUN rustc --version
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 28dcef5276a6
rustc 1.62.1 (e092d0b6b 2022-07-16)
Removing intermediate container 28dcef5276a6
---> fb4429be4895
Step 27/41 : RUN pip install git+https://github.com/vmprof/vmprof-python.git@master#egg=vmprof
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in d010dd37dd04
Collecting vmprof
Cloning https://github.com/vmprof/vmprof-python.git (to revision master) to /tmp/pip-install-4jzo29f5/vmprof_e5aa22fea0dd436eac66283177fd8ac9
Running command git clone --filter=blob:none --quiet https://github.com/vmprof/vmprof-python.git /tmp/pip-install-4jzo29f5/vmprof_e5aa22fea0dd436eac66283177fd8ac9
Resolved https://github.com/vmprof/vmprof-python.git to commit a1a1b5264ec0b197444c0053e44f8ae4ffed9353
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting requests
Downloading requests-2.28.1-py3-none-any.whl (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 334.1 kB/s eta 0:00:00
Collecting six
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting pytz
Downloading pytz-2022.1-py2.py3-none-any.whl (503 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 503.5/503.5 kB 2.1 MB/s eta 0:00:00
Collecting colorama
Downloading colorama-0.4.5-py2.py3-none-any.whl (16 kB)
Collecting charset-normalizer<3,>=2
Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
Collecting idna<4,>=2.5
Downloading idna-3.3-py3-none-any.whl (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 581.2 kB/s eta 0:00:00
Collecting urllib3<1.27,>=1.21.1
Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 1.2 MB/s eta 0:00:00
Collecting certifi>=2017.4.17
Downloading certifi-2022.6.15-py3-none-any.whl (160 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 1.2 MB/s eta 0:00:00
Building wheels for collected packages: vmprof
Building wheel for vmprof (setup.py): started
Building wheel for vmprof (setup.py): finished with status 'done'
Created wheel for vmprof: filename=vmprof-0.4.15-py3-none-any.whl size=52503 sha256=b40f1906c26c7e26604565b238598cda95600112a3b6042a50bacc790cd265b8
Stored in directory: /tmp/pip-ephem-wheel-cache-lpdurm0g/wheels/6c/01/13/f15744d736d63df060319935a831bee4bceb3242420688e609
Successfully built vmprof
Installing collected packages: pytz, urllib3, six, idna, colorama, charset-normalizer, certifi, requests, vmprof
Successfully installed certifi-2022.6.15 charset-normalizer-2.1.0 colorama-0.4.5 idna-3.3 pytz-2022.1 requests-2.28.1 six-1.16.0 urllib3-1.26.11 vmprof-0.4.15
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Removing intermediate container d010dd37dd04
---> e1eb8000778a
Step 28/41 : COPY ./.wheels /tmp
---> 945c1601b890
Step 29/41 : RUN ls -la /tmp
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in dc01d8d2a963
total 3584
drwxrwxrwt 1 root root 4096 Jul 31 01:29 .
drwxr-xr-x 1 root root 4096 Jul 31 01:29 ..
-rw-rw-r-- 1 root root 704939 Jul 31 00:47 autobahn-latest-py2.py3-none-any.whl
-rw-rw-r-- 1 root root 289720 Jul 31 00:47 cfxdb-latest-py2.py3-none-any.whl
-rw-rw-r-- 1 root root 872971 Jul 31 00:47 crossbar-latest-py2.py3-none-any.whl
-rw------- 1 root root 281608 Jul 12 09:31 tmp3p1gileb
-rw------- 1 root root 285222 Jul 31 01:26 tmpe8xfm_bl
-rw-rw-r-- 1 root root 30630 Jul 31 00:47 txaio-latest-py2.py3-none-any.whl
-rw-rw-r-- 1 root root 1104319 Jul 31 00:47 xbr-latest-py2.py3-none-any.whl
-rw-rw-r-- 1 root root 74487 Jul 31 00:47 zlmdb-latest-py2.py3-none-any.whl
Removing intermediate container dc01d8d2a963
---> a3c9a3325a82
Step 30/41 : RUN pip install /tmp/txaio-*-py2.py3-none-any.whl && pip install /tmp/zlmdb-*-py2.py3-none-any.whl && pip install /tmp/xbr-*-py2.py3-none-any.whl && pip install `find /tmp/autobahn-*-py2.py3-none-any.whl`[asyncio,twisted,encryption,compress,serialization,scram,xbr] && pip install /tmp/crossbar-*-py2.py3-none-any.whl && pip install /tmp/cfxdb-*-py2.py3-none-any.whl
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 27e878d5e273
Processing /tmp/txaio-latest-py2.py3-none-any.whl
Installing collected packages: txaio
Successfully installed txaio-22.2.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing /tmp/zlmdb-latest-py2.py3-none-any.whl
Requirement already satisfied: cffi>=1.14.5 in /opt/pypy/lib_pypy (from zlmdb==latest) (1.15.0)
Collecting cbor2>=5.2.0
Downloading cbor2-5.4.3.tar.gz (86 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.5/86.5 kB 403.7 kB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Installing backend dependencies: started
Installing backend dependencies: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting click>=7.1.2
Downloading click-8.1.3-py3-none-any.whl (96 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 1.6 MB/s eta 0:00:00
Collecting flatbuffers>=2.0
Downloading flatbuffers-2.0-py2.py3-none-any.whl (26 kB)
Collecting lmdb>=1.2.1
Downloading lmdb-1.3.0.tar.gz (881 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 881.4/881.4 kB 2.0 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): still running...
Preparing metadata (setup.py): finished with status 'done'
Collecting pynacl>=1.4.0
Downloading PyNaCl-1.5.0.tar.gz (3.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 3.9 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting pyyaml>=5.4.1
Downloading PyYAML-6.0.tar.gz (124 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 2.1 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: still running...
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: txaio>=21.2.1 in /opt/pypy/site-packages (from zlmdb==latest) (22.2.1)
Collecting numpy>=1.20.1
Downloading numpy-1.21.6.zip (10.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.3/10.3 MB 4.1 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting importlib-metadata
Using cached importlib_metadata-4.12.0-py3-none-any.whl (21 kB)
Collecting zipp>=0.5
Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB)
Collecting typing-extensions>=3.6.4
Using cached typing_extensions-4.3.0-py3-none-any.whl (25 kB)
Building wheels for collected packages: cbor2, lmdb, numpy, pynacl, pyyaml
Building wheel for cbor2 (pyproject.toml): started
Building wheel for cbor2 (pyproject.toml): finished with status 'done'
Created wheel for cbor2: filename=cbor2-5.4.3-py3-none-any.whl size=19151 sha256=6ab007d2e6500097c2dbc54e0295f6dbf8a747da594145cb867e60e46175a4e7
Stored in directory: /root/.cache/pip/wheels/14/fb/e7/a75b5d34e5da09322f4c16076d04e586ef3863dc237c8a5c90
Building wheel for lmdb (setup.py): started
Building wheel for lmdb (setup.py): still running...
Building wheel for lmdb (setup.py): finished with status 'done'
Created wheel for lmdb: filename=lmdb-1.3.0-pp37-pypy37_pp73-linux_aarch64.whl size=87426 sha256=80319c0aba8bc66f6b7509ee1493c2e6bc391331dbfdc6a8fbd63c8da736a89c
Stored in directory: /root/.cache/pip/wheels/f0/39/5a/9753f1b72e2282c7329cdcb2bc799030d1efd813f93b52d285
Building wheel for numpy (pyproject.toml): started
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): still running...
Building wheel for numpy (pyproject.toml): finished with status 'done'
Created wheel for numpy: filename=numpy-1.21.6-pp37-pypy37_pp73-linux_aarch64.whl size=6080505 sha256=2495271a5c140ce3a2ba54b8b7c57a6f9e5f18331981fc545bdce53275f503f9
Stored in directory: /root/.cache/pip/wheels/ab/24/3b/c73b1bc7595de80fdfbce45adbabdb203ee622715ca4d45ffe
Building wheel for pynacl (pyproject.toml): started
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): still running...
Building wheel for pynacl (pyproject.toml): finished with status 'done'
Created wheel for pynacl: filename=PyNaCl-1.5.0-pp37-pypy37_pp73-linux_aarch64.whl size=197890 sha256=fa0fe2ffbcdd26d324a51200f200cf9e1ba457885e26c2545a87ce59da0cef2c
Stored in directory: /root/.cache/pip/wheels/96/86/07/0fd74610a0fa654ade8f3cf22978e84da056842c0a1ddb5b74
Building wheel for pyyaml (pyproject.toml): started
Building wheel for pyyaml (pyproject.toml): finished with status 'done'
Created wheel for pyyaml: filename=PyYAML-6.0-pp37-pypy37_pp73-linux_aarch64.whl size=45341 sha256=110b118c57c735a7375a9202720b92a06c51abc3079f5824f4c70c72edf6fdf4
Stored in directory: /root/.cache/pip/wheels/73/fe/96/22daca81217f8db0bbde20494a48202b5c75637629b29ef5ba
Successfully built cbor2 lmdb numpy pynacl pyyaml
Installing collected packages: flatbuffers, zipp, typing-extensions, pyyaml, pynacl, numpy, lmdb, cbor2, importlib-metadata, click, zlmdb
Successfully installed cbor2-5.4.3 click-8.1.3 flatbuffers-2.0 importlib-metadata-4.12.0 lmdb-1.3.0 numpy-1.21.6 pynacl-1.5.0 pyyaml-6.0 typing-extensions-4.3.0 zipp-3.8.1 zlmdb-22.6.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing /tmp/xbr-latest-py2.py3-none-any.whl
Installing collected packages: xbr
Successfully installed xbr-21.4.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing /tmp/autobahn-latest-py2.py3-none-any.whl
Requirement already satisfied: txaio>=21.2.1 in /opt/pypy/site-packages (from autobahn==latest) (22.2.1)
Collecting cryptography>=3.4.6
Downloading cryptography-37.0.4.tar.gz (585 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 585.9/585.9 kB 1.1 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting hyperlink>=21.0.0
Downloading hyperlink-21.0.0-py2.py3-none-any.whl (74 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.6/74.6 kB 1.7 MB/s eta 0:00:00
Requirement already satisfied: setuptools in /opt/pypy/site-packages (from autobahn==latest) (47.1.0)
Collecting zope.interface>=5.2.0
Downloading zope.interface-5.4.0.tar.gz (249 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 249.3/249.3 kB 1.2 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting twisted>=20.3.0
Downloading Twisted-22.4.0-py3-none-any.whl (3.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 3.8 MB/s eta 0:00:00
Collecting attrs>=20.3.0
Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 1.9 MB/s eta 0:00:00
Collecting pyopenssl>=20.0.1
Downloading pyOpenSSL-22.0.0-py2.py3-none-any.whl (55 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 1.8 MB/s eta 0:00:00
Collecting service-identity>=18.1.0
Downloading service_identity-21.1.0-py2.py3-none-any.whl (12 kB)
Requirement already satisfied: pynacl>=1.4.0 in /opt/pypy/site-packages (from autobahn==latest) (1.5.0)
Collecting pytrie>=0.4.0
Downloading PyTrie-0.4.0.tar.gz (95 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.1/95.1 kB 2.9 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting qrcode>=7.3.1
Downloading qrcode-7.3.1.tar.gz (43 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.5/43.5 kB 1.5 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting python-snappy>=0.6.0
Downloading python_snappy-0.6.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (33 kB)
Collecting msgpack>=1.0.2
Downloading msgpack-1.0.4.tar.gz (128 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.1/128.1 kB 2.2 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Installing backend dependencies: started
Installing backend dependencies: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting ujson>=4.0.2
Downloading ujson-5.4.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (41 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.9/41.9 kB 121.6 kB/s eta 0:00:00
Requirement already satisfied: cbor2>=5.2.0 in /opt/pypy/site-packages (from autobahn==latest) (5.4.3)
Collecting py-ubjson>=0.16.1
Downloading py-ubjson-0.16.1.tar.gz (50 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.3/50.3 kB 1.1 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: flatbuffers>=1.12 in /opt/pypy/site-packages (from autobahn==latest) (2.0)
Requirement already satisfied: cffi>=1.14.5 in /opt/pypy/lib_pypy (from autobahn==latest) (1.15.0)
Collecting argon2-cffi>=20.1.0
Downloading argon2_cffi-21.3.0-py3-none-any.whl (14 kB)
Collecting passlib>=1.7.4
Downloading passlib-1.7.4-py2.py3-none-any.whl (525 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 525.6/525.6 kB 2.6 MB/s eta 0:00:00
Requirement already satisfied: xbr>=21.2.1 in /opt/pypy/site-packages (from autobahn==latest) (21.4.1)
Requirement already satisfied: click>=8.1.2 in /opt/pypy/site-packages (from autobahn==latest) (8.1.3)
Requirement already satisfied: zlmdb>=21.2.1 in /opt/pypy/site-packages (from autobahn==latest) (22.6.1)
Collecting web3>=5.29.0
Downloading web3-5.30.0-py3-none-any.whl (501 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 501.2/501.2 kB 3.7 MB/s eta 0:00:00
Collecting rlp>=2.0.1
Downloading rlp-3.0.0-py2.py3-none-any.whl (20 kB)
Collecting py-eth-sig-utils>=0.4.0
Downloading py_eth_sig_utils-0.4.0-py3-none-any.whl (11 kB)
Collecting py-ecc>=5.1.0
Downloading py_ecc-6.0.0-py3-none-any.whl (43 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.4/43.4 kB 772.1 kB/s eta 0:00:00
Collecting eth-abi>=2.1.1
Downloading eth_abi-3.0.1-py3-none-any.whl (28 kB)
Collecting mnemonic>=0.19
Downloading mnemonic-0.20-py3-none-any.whl (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.0/62.0 kB 1.4 MB/s eta 0:00:00
Collecting base58>=2.1.0
Downloading base58-2.1.1-py3-none-any.whl (5.6 kB)
Collecting ecdsa>=0.16.1
Downloading ecdsa-0.18.0-py2.py3-none-any.whl (142 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.9/142.9 kB 2.7 MB/s eta 0:00:00
Collecting py-multihash>=2.0.1
Downloading py_multihash-2.0.1-py2.py3-none-any.whl (7.6 kB)
Collecting jinja2>=2.11.3
Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 2.9 MB/s eta 0:00:00
Collecting yapf==0.29.0
Downloading yapf-0.29.0-py2.py3-none-any.whl (185 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 185.3/185.3 kB 3.4 MB/s eta 0:00:00
Collecting spake2>=0.8
Downloading spake2-0.8-py2.py3-none-any.whl (39 kB)
Collecting hkdf>=0.0.3
Downloading hkdf-0.0.3.tar.gz (4.0 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting argon2-cffi-bindings
Downloading argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (28 kB)
Requirement already satisfied: typing-extensions in /opt/pypy/site-packages (from argon2-cffi>=20.1.0->autobahn==latest) (4.3.0)
Requirement already satisfied: importlib-metadata in /opt/pypy/site-packages (from click>=8.1.2->autobahn==latest) (4.12.0)
Requirement already satisfied: six>=1.9.0 in /opt/pypy/site-packages (from ecdsa>=0.16.1->autobahn==latest) (1.16.0)
Collecting eth-utils<3.0.0,>=2.0.0
Downloading eth_utils-2.0.0-py3-none-any.whl (24 kB)
Collecting eth-typing<4.0.0,>=3.0.0
Downloading eth_typing-3.1.0-py3-none-any.whl (6.3 kB)
Collecting parsimonious<0.9.0,>=0.8.0
Downloading parsimonious-0.8.1.tar.gz (45 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.1/45.1 kB 317.3 kB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: idna>=2.5 in /opt/pypy/site-packages (from hyperlink>=21.0.0->autobahn==latest) (3.3)
Collecting MarkupSafe>=2.0
Downloading MarkupSafe-2.1.1.tar.gz (18 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting mypy-extensions>=0.4.1
Downloading mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
Collecting cached-property<2,>=1.5.1
Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB)
Collecting pycryptodome>=3.4.7
Downloading pycryptodome-3.15.0.tar.gz (4.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 4.6 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting varint<2.0,>=1.0.2
Downloading varint-1.0.2.tar.gz (1.9 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting morphys<2.0,>=1.0
Downloading morphys-1.0-py2.py3-none-any.whl (5.6 kB)
Collecting sortedcontainers
Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
Collecting pyasn1-modules
Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 2.6 MB/s eta 0:00:00
Collecting pyasn1
Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 kB 3.0 MB/s eta 0:00:00
Collecting constantly>=15.1
Downloading constantly-15.1.0-py2.py3-none-any.whl (7.9 kB)
Collecting incremental>=21.3.0
Downloading incremental-21.3.0-py2.py3-none-any.whl (15 kB)
Collecting Automat>=0.8.0
Downloading Automat-20.2.0-py2.py3-none-any.whl (31 kB)
Collecting aiohttp<4,>=3.7.4.post0
Downloading aiohttp-3.8.1.tar.gz (7.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/7.3 MB 3.5 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Installing backend dependencies: started
Installing backend dependencies: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting eth-abi>=2.1.1
Downloading eth_abi-2.2.0-py3-none-any.whl (28 kB)
Collecting eth-account<0.6.0,>=0.5.7
Downloading eth_account-0.5.8-py3-none-any.whl (101 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 2.4 MB/s eta 0:00:00
Collecting eth-hash[pycryptodome]<1.0.0,>=0.2.0
Downloading eth_hash-0.5.0-py3-none-any.whl (8.9 kB)
Collecting eth-rlp<0.3
Downloading eth_rlp-0.2.1-py3-none-any.whl (5.0 kB)
Collecting web3>=5.29.0
Downloading web3-5.29.2-py3-none-any.whl (500 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 500.8/500.8 kB 4.4 MB/s eta 0:00:00
Downloading web3-5.29.1-py3-none-any.whl (500 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 500.8/500.8 kB 4.3 MB/s eta 0:00:00
Downloading web3-5.29.0-py3-none-any.whl (500 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 500.7/500.7 kB 3.3 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of ujson to determine which version is compatible with other requirements. This could take a while.
Collecting ujson>=4.0.2
Downloading ujson-5.3.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (41 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.7/41.7 kB 609.5 kB/s eta 0:00:00
INFO: pip is looking at multiple versions of txaio to determine which version is compatible with other requirements. This could take a while.
Collecting txaio>=21.2.1
Downloading txaio-22.2.1-py2.py3-none-any.whl (30 kB)
INFO: pip is looking at multiple versions of twisted to determine which version is compatible with other requirements. This could take a while.
Collecting twisted>=20.3.0
Downloading Twisted-22.2.0-py3-none-any.whl (3.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 3.3 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of spake2 to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of service-identity to determine which version is compatible with other requirements. This could take a while.
Collecting service-identity>=18.1.0
Downloading service_identity-18.1.0-py2.py3-none-any.whl (11 kB)
INFO: pip is looking at multiple versions of rlp to determine which version is compatible with other requirements. This could take a while.
Collecting rlp>=2.0.1
Downloading rlp-2.0.1-py2.py3-none-any.whl (20 kB)
INFO: pip is looking at multiple versions of qrcode to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of pytrie to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of python-snappy to determine which version is compatible with other requirements. This could take a while.
Collecting python-snappy>=0.6.0
Downloading python-snappy-0.6.0.tar.gz (21 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
INFO: pip is looking at multiple versions of pyopenssl to determine which version is compatible with other requirements. This could take a while.
Collecting pyopenssl>=20.0.1
Downloading pyOpenSSL-21.0.0-py2.py3-none-any.whl (55 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.1/55.1 kB 1.9 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of pynacl to determine which version is compatible with other requirements. This could take a while.
Collecting pynacl>=1.4.0
Using cached PyNaCl-1.5.0-pp37-pypy37_pp73-linux_aarch64.whl
INFO: pip is looking at multiple versions of py-ubjson to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of py-multihash to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of py-eth-sig-utils to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of py-ecc to determine which version is compatible with other requirements. This could take a while.
Collecting py-ecc>=5.1.0
Downloading py_ecc-5.2.0-py3-none-any.whl (43 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.4/43.4 kB 1.5 MB/s eta 0:00:00
Downloading py_ecc-5.1.0-py3-none-any.whl (43 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.3/43.3 kB 678.8 kB/s eta 0:00:00
INFO: pip is looking at multiple versions of passlib to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of msgpack to determine which version is compatible with other requirements. This could take a while.
Collecting msgpack>=1.0.2
Downloading msgpack-1.0.3.tar.gz (123 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.8/123.8 kB 2.7 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Downloading msgpack-1.0.2.tar.gz (123 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.0/123.0 kB 1.4 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
INFO: pip is looking at multiple versions of eth-typing to determine which version is compatible with other requirements. This could take a while.
Collecting eth-typing<4.0.0,>=3.0.0
Downloading eth_typing-3.0.0-py3-none-any.whl (6.2 kB)
INFO: pip is looking at multiple versions of mnemonic to determine which version is compatible with other requirements. This could take a while.
Collecting mnemonic>=0.19
Downloading mnemonic-0.19-py2.py3-none-any.whl (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 kB 2.1 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of jinja2 to determine which version is compatible with other requirements. This could take a while.
Collecting jinja2>=2.11.3
Downloading Jinja2-3.1.1-py3-none-any.whl (132 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.6/132.6 kB 2.0 MB/s eta 0:00:00
Downloading Jinja2-3.1.0-py3-none-any.whl (132 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.6/132.6 kB 1.6 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of hyperlink to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of hkdf to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of flatbuffers to determine which version is compatible with other requirements. This could take a while.
Collecting flatbuffers>=1.12
Using cached flatbuffers-2.0-py2.py3-none-any.whl (26 kB)
Downloading flatbuffers-1.12-py2.py3-none-any.whl (15 kB)
INFO: pip is looking at multiple versions of eth-abi to determine which version is compatible with other requirements. This could take a while.
Collecting eth-abi>=2.1.1
Downloading eth_abi-3.0.0-py3-none-any.whl (27 kB)
Collecting eth-utils<2.0.0,>=1.2.0
Downloading eth_utils-1.10.0-py3-none-any.whl (24 kB)
Collecting eth-typing<3.0.0,>=2.0.0
Downloading eth_typing-2.3.0-py3-none-any.whl (6.2 kB)
Collecting hexbytes<1.0.0,>=0.1.0
Downloading hexbytes-0.2.2-py3-none-any.whl (6.1 kB)
Collecting ipfshttpclient==0.8.0a2
Downloading ipfshttpclient-0.8.0a2-py3-none-any.whl (82 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.6/82.6 kB 1.8 MB/s eta 0:00:00
Collecting jsonschema<5,>=3.2.0
Downloading jsonschema-4.8.0-py3-none-any.whl (81 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.4/81.4 kB 2.3 MB/s eta 0:00:00
Collecting lru-dict<2.0.0,>=1.1.6
Downloading lru-dict-1.1.8.tar.gz (10 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting protobuf<4,>=3.10.0
Downloading protobuf-3.20.1-py2.py3-none-any.whl (162 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.1/162.1 kB 3.1 MB/s eta 0:00:00
Requirement already satisfied: requests<3.0.0,>=2.16.0 in /opt/pypy/site-packages (from web3>=5.29.0->autobahn==latest) (2.28.1)
Collecting websockets<10,>=9.1
Downloading websockets-9.1.tar.gz (76 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.7/76.7 kB 2.4 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting multiaddr>=0.0.7
Downloading multiaddr-0.0.9-py2.py3-none-any.whl (16 kB)
Requirement already satisfied: lmdb>=1.2.1 in /opt/pypy/site-packages (from zlmdb>=21.2.1->autobahn==latest) (1.3.0)
Requirement already satisfied: pyyaml>=5.4.1 in /opt/pypy/site-packages (from zlmdb>=21.2.1->autobahn==latest) (6.0)
Requirement already satisfied: numpy>=1.20.1 in /opt/pypy/site-packages (from zlmdb>=21.2.1->autobahn==latest) (1.21.6)
Requirement already satisfied: charset-normalizer<3.0,>=2.0 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.29.0->autobahn==latest) (2.1.0)
Collecting multidict<7.0,>=4.5
Downloading multidict-6.0.2.tar.gz (50 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.3/50.3 kB 866.0 kB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting async-timeout<5.0,>=4.0.0a3
Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting yarl<2.0,>=1.0
Downloading yarl-1.7.2.tar.gz (168 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.6/168.6 kB 2.8 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting frozenlist>=1.1.1
Downloading frozenlist-1.3.0.tar.gz (65 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 2.0 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting aiosignal>=1.1.2
Downloading aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting asynctest==0.13.0
Downloading asynctest-0.13.0-py3-none-any.whl (26 kB)
Collecting bitarray<3,>=1.2.1
Downloading bitarray-2.6.0.tar.gz (102 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.8/102.8 kB 2.1 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting eth-keyfile<0.6.0,>=0.5.0
Downloading eth_keyfile-0.5.1-py3-none-any.whl (8.3 kB)
Collecting eth-keys<0.4.0,>=0.3.4
Downloading eth_keys-0.3.4-py3-none-any.whl (21 kB)
Collecting eth-utils<2.0.0,>=1.2.0
Downloading eth_utils-1.9.5-py3-none-any.whl (23 kB)
Collecting toolz<1,>0.8.2
Downloading toolz-0.12.0-py3-none-any.whl (55 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 125.7 kB/s eta 0:00:00
Collecting importlib-resources>=1.4.0
Downloading importlib_resources-5.9.0-py3-none-any.whl (33 kB)
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
Downloading pyrsistent-0.18.1.tar.gz (100 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.5/100.5 kB 1.5 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/pypy/site-packages (from requests<3.0.0,>=2.16.0->web3>=5.29.0->autobahn==latest) (1.26.11)
Requirement already satisfied: certifi>=2017.4.17 in /opt/pypy/site-packages (from requests<3.0.0,>=2.16.0->web3>=5.29.0->autobahn==latest) (2022.6.15)
Requirement already satisfied: zipp>=0.5 in /opt/pypy/site-packages (from importlib-metadata->click>=8.1.2->autobahn==latest) (3.8.1)
Collecting cytoolz<1.0.0,>=0.9.0
Downloading cytoolz-0.12.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (356 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 356.8/356.8 kB 2.6 MB/s eta 0:00:00
Collecting netaddr
Downloading netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 2.7 MB/s eta 0:00:00
Building wheels for collected packages: cryptography, hkdf, msgpack, py-ubjson, pytrie, qrcode, zope.interface, aiohttp, lru-dict, MarkupSafe, parsimonious, pycryptodome, varint, websockets, bitarray, frozenlist, multidict, pyrsistent, yarl
Building wheel for cryptography (pyproject.toml): started
Building wheel for cryptography (pyproject.toml): still running...
Building wheel for cryptography (pyproject.toml): still running...
Building wheel for cryptography (pyproject.toml): still running...
Building wheel for cryptography (pyproject.toml): still running...
Building wheel for cryptography (pyproject.toml): still running...
Building wheel for cryptography (pyproject.toml): still running...
Building wheel for cryptography (pyproject.toml): finished with status 'done'
Created wheel for cryptography: filename=cryptography-37.0.4-pp37-pypy37_pp73-linux_aarch64.whl size=1332088 sha256=1f347bad744f0e6b89271a29fd3ade98895258dde91c18fc27c01c25f6c12447
Stored in directory: /root/.cache/pip/wheels/a8/25/73/af3d3a983a27a6868765d5bbf16a7475a45e2977c97eabb75f
Building wheel for hkdf (setup.py): started
Building wheel for hkdf (setup.py): finished with status 'done'
Created wheel for hkdf: filename=hkdf-0.0.3-py3-none-any.whl size=3736 sha256=9f351a55de859da0714f484dc90f874b8aed011e32fd72e428b76aeed50f9733
Stored in directory: /root/.cache/pip/wheels/c8/d7/fa/618c24c267f07f8120ada83c46608b8016657efce8f8a1558d
Building wheel for msgpack (pyproject.toml): started
Building wheel for msgpack (pyproject.toml): finished with status 'done'
Created wheel for msgpack: filename=msgpack-1.0.4-py3-none-any.whl size=15523 sha256=271dca9ba520a5bb28f79aa2da6261263bb46ff7f5ba568536f79bcc57aa3b34
Stored in directory: /root/.cache/pip/wheels/dd/60/e0/867d7eee1f583a93acbd9bc9a3316e18c9f4a4b586d339925f
Building wheel for py-ubjson (setup.py): started
Building wheel for py-ubjson (setup.py): finished with status 'done'
Created wheel for py-ubjson: filename=py_ubjson-0.16.1-py3-none-any.whl size=19201 sha256=d92169e64dc99322c26749d9a5d49e2bf6061fb3f43be7a6830750a200d90b13
Stored in directory: /root/.cache/pip/wheels/62/d5/b6/422ca6ddf3477538ac10f3f7e73180b1bfafd071001649964a
Building wheel for pytrie (setup.py): started
Building wheel for pytrie (setup.py): finished with status 'done'
Created wheel for pytrie: filename=PyTrie-0.4.0-py3-none-any.whl size=6090 sha256=68993a3f4b8f6ef5040518f5d31f17b69a87904c4116ef59a574eda81372127e
Stored in directory: /root/.cache/pip/wheels/0d/cd/76/ec799b191b09e378ffaad9f2f5162c3135784f36c3de125ad7
Building wheel for qrcode (setup.py): started
Building wheel for qrcode (setup.py): finished with status 'done'
Created wheel for qrcode: filename=qrcode-7.3.1-py3-none-any.whl size=40385 sha256=eb11bf54c59d44d092371fdcd981aa4371aa1c92f5f028e9c3ce3067d3554671
Stored in directory: /root/.cache/pip/wheels/68/8f/e6/e63f506e1714a3d62fdaaefb824156a5e9a1a16fd03be4e073
Building wheel for zope.interface (setup.py): started
Building wheel for zope.interface (setup.py): finished with status 'done'
Created wheel for zope.interface: filename=zope.interface-5.4.0-py3-none-any.whl size=197601 sha256=7d1132bf83e215c264d3c6952035982b8d1189a3184e6b1af26b249fa3d38e6f
Stored in directory: /root/.cache/pip/wheels/8c/76/27/c44354314efc13372aaf298da9e826915f05f83bd3a3e52977
Building wheel for aiohttp (pyproject.toml): started
Building wheel for aiohttp (pyproject.toml): finished with status 'done'
Created wheel for aiohttp: filename=aiohttp-3.8.1-py3-none-any.whl size=399669 sha256=c173a17042c169dde283a90032e646e41b76371e2cb7f8203683eb2f9ea99016
Stored in directory: /root/.cache/pip/wheels/e1/ae/a9/b78d3fc9b8985b8cc695e508df267db86274601963cb693fa2
Building wheel for lru-dict (setup.py): started
Building wheel for lru-dict (setup.py): finished with status 'done'
Created wheel for lru-dict: filename=lru_dict-1.1.8-pp37-pypy37_pp73-linux_aarch64.whl size=11112 sha256=50d1519e98aede0020fe00c8e510b0f94e4c5f7e8ebb40e73cc454b09d70b095
Stored in directory: /root/.cache/pip/wheels/df/ea/2f/7a313b83781bf8a35a4c6f3d640b1357341de4e6d6f9f6823e
Building wheel for MarkupSafe (setup.py): started
Building wheel for MarkupSafe (setup.py): finished with status 'done'
Created wheel for MarkupSafe: filename=MarkupSafe-2.1.1-py3-none-any.whl size=9651 sha256=6656eeffff75531f3d3475eb1c86d3cbe46bc73cc369b48df1916829fd1f66ce
Stored in directory: /root/.cache/pip/wheels/5c/93/8d/a89fefb3c6ad850f44d653c844f72809c4581c851e77920329
Building wheel for parsimonious (setup.py): started
Building wheel for parsimonious (setup.py): finished with status 'done'
Created wheel for parsimonious: filename=parsimonious-0.8.1-py3-none-any.whl size=42708 sha256=8ccb341bf960955b7e8ae132cffc10aa5fba1efae0faa83dc39a481a6b63333a
Stored in directory: /root/.cache/pip/wheels/b0/a4/b1/267cf5407c47f355cc1ceabe3db4b15a77ea9cdf72f04454b3
Building wheel for pycryptodome (setup.py): started
Building wheel for pycryptodome (setup.py): still running...
Building wheel for pycryptodome (setup.py): still running...
Building wheel for pycryptodome (setup.py): still running...
Building wheel for pycryptodome (setup.py): still running...
Building wheel for pycryptodome (setup.py): finished with status 'done'
Created wheel for pycryptodome: filename=pycryptodome-3.15.0-pp37-pypy37_pp73-linux_aarch64.whl size=1572659 sha256=f4c042787e38d568489f4db368280d67a7bbd9b37a14bc478650268cfbdea3c1
Stored in directory: /root/.cache/pip/wheels/da/e9/6f/d2c217331188b8c4f7a92eea7c818b40ccf94a68ea51f96d1e
Building wheel for varint (setup.py): started
Building wheel for varint (setup.py): finished with status 'done'
Created wheel for varint: filename=varint-1.0.2-py3-none-any.whl size=1980 sha256=950f032c62cd2a7a802b509775b3e24b2db65872dc4912773865837a8e9264a9
Stored in directory: /root/.cache/pip/wheels/0b/6c/e0/9939407bbfc093bb85e3fceba6e98fb8cbf0011543578e609f
Building wheel for websockets (setup.py): started
Building wheel for websockets (setup.py): finished with status 'done'
Created wheel for websockets: filename=websockets-9.1-pp37-pypy37_pp73-linux_aarch64.whl size=89439 sha256=536d3c260fcfa6078c6497e4c12ae59d86469c941da77824d519e16ccb75a86c
Stored in directory: /root/.cache/pip/wheels/d8/7e/2c/0d16de3cf28b71fa6efad6fadaa5d2035e218e8504da54ccb2
Building wheel for bitarray (setup.py): started
Building wheel for bitarray (setup.py): still running...
Building wheel for bitarray (setup.py): finished with status 'done'
Created wheel for bitarray: filename=bitarray-2.6.0-pp37-pypy37_pp73-linux_aarch64.whl size=109316 sha256=66846a9415ac74057000cceadead6072fe48e77d3545dbf144cb54a4af608eb9
Stored in directory: /root/.cache/pip/wheels/da/66/e2/7514ee8440fc494aece979fe9502ed67f27d992ed04271f9cd
Building wheel for frozenlist (pyproject.toml): started
Building wheel for frozenlist (pyproject.toml): finished with status 'done'
Created wheel for frozenlist: filename=frozenlist-1.3.0-py3-none-any.whl size=9265 sha256=37c6f439bdd31e62d97055690fb1468a9453fa6d2dbcc080c2149622dbbea932
Stored in directory: /root/.cache/pip/wheels/08/6d/e4/94a5e2cf1a2db170e251b1f2d806c9c4115a1f31cde205038e
Building wheel for multidict (pyproject.toml): started
Building wheel for multidict (pyproject.toml): finished with status 'done'
Created wheel for multidict: filename=multidict-6.0.2-py3-none-any.whl size=9674 sha256=37fd1c27a90a36038526fba66d7ab54497e8cfa586bf1ea3ead6cb25a3d38f54
Stored in directory: /root/.cache/pip/wheels/e4/80/84/c322ab45d6218ff609d81de8343014271fec74423a3b9bfbe7
Building wheel for pyrsistent (pyproject.toml): started
Building wheel for pyrsistent (pyproject.toml): finished with status 'done'
Created wheel for pyrsistent: filename=pyrsistent-0.18.1-py3-none-any.whl size=56367 sha256=3005b7277510d23f115ffdfde9bb3e881ce5f5ddd1cb0c8f5e5ebcea64534374
Stored in directory: /root/.cache/pip/wheels/56/85/49/a237fb8e3cea52dde75e19c446f5391e8e8149fe6f2fea13c2
Building wheel for yarl (pyproject.toml): started
Building wheel for yarl (pyproject.toml): finished with status 'done'
Created wheel for yarl: filename=yarl-1.7.2-py3-none-any.whl size=85250 sha256=2c259f7c556db53dae22a62a58fdc051f725d0e71887b2c7248b523354c32646
Stored in directory: /root/.cache/pip/wheels/ee/e9/64/1a43b6bfe0823172e290d1fb4de7c8d362025f8b34e25aceca
Successfully built cryptography hkdf msgpack py-ubjson pytrie qrcode zope.interface aiohttp lru-dict MarkupSafe parsimonious pycryptodome varint websockets bitarray frozenlist multidict pyrsistent yarl
Installing collected packages: yapf, varint, sortedcontainers, pyasn1, py-ubjson, passlib, netaddr, mypy-extensions, msgpack, morphys, lru-dict, incremental, hkdf, constantly, cached-property, bitarray, zope.interface, websockets, ujson, toolz, spake2, qrcode, pytrie, python-snappy, pyrsistent, pycryptodome, pyasn1-modules, protobuf, parsimonious, multidict, mnemonic, MarkupSafe, importlib-resources, hyperlink, hexbytes, frozenlist, eth-typing, eth-hash, ecdsa, cryptography, base58, attrs, asynctest, async-timeout, argon2-cffi-bindings, yarl, service-identity, pyopenssl, py-multihash, multiaddr, jsonschema, jinja2, eth-utils, cytoolz, Automat, autobahn, argon2-cffi, aiosignal, twisted, rlp, py-ecc, ipfshttpclient, eth-keys, eth-abi, aiohttp, py-eth-sig-utils, eth-rlp, eth-keyfile, eth-account, web3
Successfully installed Automat-20.2.0 MarkupSafe-2.1.1 aiohttp-3.8.1 aiosignal-1.2.0 argon2-cffi-21.3.0 argon2-cffi-bindings-21.2.0 async-timeout-4.0.2 asynctest-0.13.0 attrs-22.1.0 autobahn-22.7.1.dev1 base58-2.1.1 bitarray-2.6.0 cached-property-1.5.2 constantly-15.1.0 cryptography-37.0.4 cytoolz-0.12.0 ecdsa-0.18.0 eth-abi-2.2.0 eth-account-0.5.8 eth-hash-0.5.0 eth-keyfile-0.5.1 eth-keys-0.3.4 eth-rlp-0.2.1 eth-typing-2.3.0 eth-utils-1.9.5 frozenlist-1.3.0 hexbytes-0.2.2 hkdf-0.0.3 hyperlink-21.0.0 importlib-resources-5.9.0 incremental-21.3.0 ipfshttpclient-0.8.0a2 jinja2-3.1.2 jsonschema-4.8.0 lru-dict-1.1.8 mnemonic-0.20 morphys-1.0 msgpack-1.0.4 multiaddr-0.0.9 multidict-6.0.2 mypy-extensions-0.4.3 netaddr-0.8.0 parsimonious-0.8.1 passlib-1.7.4 protobuf-3.20.1 py-ecc-5.2.0 py-eth-sig-utils-0.4.0 py-multihash-2.0.1 py-ubjson-0.16.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycryptodome-3.15.0 pyopenssl-22.0.0 pyrsistent-0.18.1 python-snappy-0.6.1 pytrie-0.4.0 qrcode-7.3.1 rlp-2.0.1 service-identity-21.1.0 sortedcontainers-2.4.0 spake2-0.8 toolz-0.12.0 twisted-22.4.0 ujson-5.4.0 varint-1.0.2 web3-5.30.0 websockets-9.1 yapf-0.29.0 yarl-1.7.2 zope.interface-5.4.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing /tmp/crossbar-latest-py2.py3-none-any.whl
Requirement already satisfied: attrs>=17.2.0 in /opt/pypy/site-packages (from crossbar==latest) (22.1.0)
Requirement already satisfied: autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1 in /opt/pypy/site-packages (from crossbar==latest) (22.7.1.dev1)
Requirement already satisfied: base58>=2.1.0 in /opt/pypy/site-packages (from crossbar==latest) (2.1.1)
Collecting bcrypt>=3.1.6
Downloading bcrypt-3.2.2.tar.gz (42 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.5/42.5 kB 201.6 kB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting bitstring>=3.1.5
Downloading bitstring-3.1.9-py3-none-any.whl (38 kB)
Requirement already satisfied: cbor2>=5.2.0 in /opt/pypy/site-packages (from crossbar==latest) (5.4.3)
Collecting cfxdb>=22.6.1
Downloading cfxdb-22.6.1-py2.py3-none-any.whl (289 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.7/289.7 kB 4.1 MB/s eta 0:00:00
Requirement already satisfied: click>=7.0 in /opt/pypy/site-packages (from crossbar==latest) (8.1.3)
Requirement already satisfied: colorama>=0.4.3 in /opt/pypy/site-packages (from crossbar==latest) (0.4.5)
Requirement already satisfied: constantly>=15.1.0 in /opt/pypy/site-packages (from crossbar==latest) (15.1.0)
Collecting cookiecutter>=1.6.0
Downloading cookiecutter-2.1.1-py2.py3-none-any.whl (36 kB)
Requirement already satisfied: cryptography>=2.6.1 in /opt/pypy/site-packages (from crossbar==latest) (37.0.4)
Collecting docker>=3.5.0
Downloading docker-5.0.3-py2.py3-none-any.whl (146 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.2/146.2 kB 3.1 MB/s eta 0:00:00
Requirement already satisfied: eth-account>=0.5.4 in /opt/pypy/site-packages (from crossbar==latest) (0.5.8)
Requirement already satisfied: eth-typing>=2.2.2 in /opt/pypy/site-packages (from crossbar==latest) (2.3.0)
Collecting flask>=1.1.1
Downloading Flask-2.1.3-py3-none-any.whl (95 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.6/95.6 kB 589.9 kB/s eta 0:00:00
Collecting h2<4.0,>=3.2
Downloading h2-3.2.0-py2.py3-none-any.whl (65 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.0/65.0 kB 2.3 MB/s eta 0:00:00
Requirement already satisfied: hexbytes>=0.2.1 in /opt/pypy/site-packages (from crossbar==latest) (0.2.2)
Collecting humanize>=0.5.1
Downloading humanize-4.2.3-py3-none-any.whl (102 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.6/102.6 kB 1.6 MB/s eta 0:00:00
Collecting hyperframe<6.0,>=5.2
Downloading hyperframe-5.2.0-py2.py3-none-any.whl (12 kB)
Requirement already satisfied: idna>=2.5 in /opt/pypy/site-packages (from crossbar==latest) (3.3)
Requirement already satisfied: importlib-resources>=4.1.1 in /opt/pypy/site-packages (from crossbar==latest) (5.9.0)
Requirement already satisfied: incremental>=17.5.0 in /opt/pypy/site-packages (from crossbar==latest) (21.3.0)
Collecting iso8601>=0.1.12
Downloading iso8601-1.0.2-py3-none-any.whl (9.7 kB)
Collecting jinja2-highlight>=0.6.1
Downloading jinja2-highlight-0.6.1.tar.gz (3.4 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: jinja2>=2.10.1 in /opt/pypy/site-packages (from crossbar==latest) (3.1.2)
Requirement already satisfied: lmdb>=1.1.1 in /opt/pypy/site-packages (from crossbar==latest) (1.3.0)
Collecting MarkupSafe<2,>=1.1.1
Downloading MarkupSafe-1.1.1.tar.gz (19 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting mistune>=0.8.4
Downloading mistune-2.0.4-py2.py3-none-any.whl (24 kB)
Requirement already satisfied: morphys>=1.0 in /opt/pypy/site-packages (from crossbar==latest) (1.0)
Requirement already satisfied: netaddr>=0.8.0 in /opt/pypy/site-packages (from crossbar==latest) (0.8.0)
Requirement already satisfied: numpy>=1.20.0 in /opt/pypy/site-packages (from crossbar==latest) (1.21.6)
Requirement already satisfied: parsimonious>=0.8.1 in /opt/pypy/site-packages (from crossbar==latest) (0.8.1)
Requirement already satisfied: passlib>=1.7.1 in /opt/pypy/site-packages (from crossbar==latest) (1.7.4)
Collecting priority<2.0,>=1.1
Downloading priority-1.3.0-py2.py3-none-any.whl (11 kB)
Collecting prompt-toolkit>=2.0.10
Downloading prompt_toolkit-3.0.30-py3-none-any.whl (381 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 381.7/381.7 kB 4.7 MB/s eta 0:00:00
Collecting psutil>=5.8.0
Downloading psutil-5.9.1.tar.gz (479 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 479.1/479.1 kB 4.6 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: py-eth-sig-utils>=0.4.0 in /opt/pypy/site-packages (from crossbar==latest) (0.4.0)
Requirement already satisfied: py-ubjson>=0.9.0 in /opt/pypy/site-packages (from crossbar==latest) (0.16.1)
Requirement already satisfied: pyasn1-modules>=0.2.4 in /opt/pypy/site-packages (from crossbar==latest) (0.2.8)
Requirement already satisfied: pyasn1>=0.4.5 in /opt/pypy/site-packages (from crossbar==latest) (0.4.8)
Requirement already satisfied: pycryptodome>=3.7.1 in /opt/pypy/site-packages (from crossbar==latest) (3.15.0)
Collecting pygments>=2.2.0
Downloading Pygments-2.12.0-py3-none-any.whl (1.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 3.0 MB/s eta 0:00:00
Requirement already satisfied: pynacl>=1.1.2 in /opt/pypy/site-packages (from crossbar==latest) (1.5.0)
Requirement already satisfied: pyopenssl>=17.1.0 in /opt/pypy/site-packages (from crossbar==latest) (22.0.0)
Collecting pyqrcode>=1.2.1
Downloading PyQRCode-1.2.1.zip (41 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.9/41.9 kB 1.8 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: pytrie>=0.3 in /opt/pypy/site-packages (from crossbar==latest) (0.4.0)
Requirement already satisfied: pyyaml>=4.2b4 in /opt/pypy/site-packages (from crossbar==latest) (6.0)
Requirement already satisfied: requests>=2.20.0 in /opt/pypy/site-packages (from crossbar==latest) (2.28.1)
Collecting sdnotify>=0.3.1
Downloading sdnotify-0.3.2.tar.gz (2.5 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: service-identity>=17.0.0 in /opt/pypy/site-packages (from crossbar==latest) (21.1.0)
Collecting setproctitle>=1.1.10
Downloading setproctitle-1.3.0.tar.gz (26 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: setuptools>=36.2.7 in /opt/pypy/site-packages (from crossbar==latest) (47.1.0)
Requirement already satisfied: six>=1.13.0 in /opt/pypy/site-packages (from crossbar==latest) (1.16.0)
Requirement already satisfied: sortedcontainers>=2.4.0 in /opt/pypy/site-packages (from crossbar==latest) (2.4.0)
Collecting stringcase>=1.2.0
Downloading stringcase-1.2.0.tar.gz (3.0 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting tabulate>=0.7.7
Downloading tabulate-0.8.10-py3-none-any.whl (29 kB)
Collecting treq>=20.4.1
Downloading treq-22.2.0-py3-none-any.whl (64 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 kB 2.5 MB/s eta 0:00:00
Requirement already satisfied: txaio>=22.2.1 in /opt/pypy/site-packages (from crossbar==latest) (22.2.1)
Collecting txtorcon>=20.0.0
Downloading txtorcon-22.0.0-py2.py3-none-any.whl (260 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 260.7/260.7 kB 2.9 MB/s eta 0:00:00
Collecting u-msgpack-python>=2.4.1
Downloading u_msgpack_python-2.7.1-py2.py3-none-any.whl (10.0 kB)
Requirement already satisfied: ujson>=5.1.0 in /opt/pypy/site-packages (from crossbar==latest) (5.4.0)
Requirement already satisfied: urllib3>=1.26.8 in /opt/pypy/site-packages (from crossbar==latest) (1.26.11)
Collecting validate-email>=1.3
Downloading validate_email-1.3.tar.gz (4.7 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting watchdog>=0.8.3
Downloading watchdog-2.1.9-py3-none-manylinux2014_aarch64.whl (78 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 3.2 MB/s eta 0:00:00
Requirement already satisfied: web3>=5.13.1 in /opt/pypy/site-packages (from crossbar==latest) (5.30.0)
Collecting werkzeug<2,>=0.14.1
Downloading Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 298.6/298.6 kB 4.3 MB/s eta 0:00:00
Requirement already satisfied: xbr>=21.2.1 in /opt/pypy/site-packages (from crossbar==latest) (21.4.1)
Requirement already satisfied: zlmdb>=22.6.1 in /opt/pypy/site-packages (from crossbar==latest) (22.6.1)
Requirement already satisfied: zope.interface>=4.4.2 in /opt/pypy/site-packages (from crossbar==latest) (5.4.0)
Requirement already satisfied: twisted[conch,http2,tls]>=21.7.0 in /opt/pypy/site-packages (from crossbar==latest) (22.4.0)
Requirement already satisfied: hyperlink>=21.0.0 in /opt/pypy/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (21.0.0)
Requirement already satisfied: python-snappy>=0.6.0 in /opt/pypy/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (0.6.1)
Requirement already satisfied: qrcode>=7.3.1 in /opt/pypy/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (7.3.1)
Requirement already satisfied: cffi>=1.14.5 in /opt/pypy/lib_pypy (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (1.15.0)
Requirement already satisfied: argon2-cffi>=20.1.0 in /opt/pypy/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (21.3.0)
Requirement already satisfied: msgpack>=1.0.2 in /opt/pypy/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (1.0.4)
Requirement already satisfied: flatbuffers>=1.12 in /opt/pypy/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (2.0)
Requirement already satisfied: rlp>=2.0.1 in /opt/pypy/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (2.0.1)
Requirement already satisfied: py-ecc>=5.1.0 in /opt/pypy/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (5.2.0)
Requirement already satisfied: eth-abi>=2.1.1 in /opt/pypy/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (2.2.0)
Requirement already satisfied: mnemonic>=0.19 in /opt/pypy/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (0.20)
Requirement already satisfied: ecdsa>=0.16.1 in /opt/pypy/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (0.18.0)
Requirement already satisfied: py-multihash>=2.0.1 in /opt/pypy/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (2.0.1)
Requirement already satisfied: yapf==0.29.0 in /opt/pypy/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (0.29.0)
Requirement already satisfied: spake2>=0.8 in /opt/pypy/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (0.8)
Requirement already satisfied: hkdf>=0.0.3 in /opt/pypy/site-packages (from autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (0.0.3)
Requirement already satisfied: importlib-metadata in /opt/pypy/site-packages (from click>=7.0->crossbar==latest) (4.12.0)
Collecting binaryornot>=0.4.4
Downloading binaryornot-0.4.4-py2.py3-none-any.whl (9.0 kB)
Collecting jinja2-time>=0.2.0
Downloading jinja2_time-0.2.0-py2.py3-none-any.whl (6.4 kB)
Collecting python-slugify>=4.0.0
Downloading python_slugify-6.1.2-py2.py3-none-any.whl (9.4 kB)
Collecting websocket-client>=0.32.0
Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 2.4 MB/s eta 0:00:00
Requirement already satisfied: bitarray<3,>=1.2.1 in /opt/pypy/site-packages (from eth-account>=0.5.4->crossbar==latest) (2.6.0)
Requirement already satisfied: eth-keyfile<0.6.0,>=0.5.0 in /opt/pypy/site-packages (from eth-account>=0.5.4->crossbar==latest) (0.5.1)
Requirement already satisfied: eth-keys<0.4.0,>=0.3.4 in /opt/pypy/site-packages (from eth-account>=0.5.4->crossbar==latest) (0.3.4)
Requirement already satisfied: eth-rlp<2,>=0.1.2 in /opt/pypy/site-packages (from eth-account>=0.5.4->crossbar==latest) (0.2.1)
Requirement already satisfied: eth-utils<2,>=1.3.0 in /opt/pypy/site-packages (from eth-account>=0.5.4->crossbar==latest) (1.9.5)
Collecting flask>=1.1.1
Downloading Flask-2.1.2-py3-none-any.whl (95 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 1.7 MB/s eta 0:00:00
Downloading Flask-2.1.1-py3-none-any.whl (95 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 3.6 MB/s eta 0:00:00
Downloading Flask-2.1.0-py3-none-any.whl (95 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 3.5 MB/s eta 0:00:00
Downloading Flask-2.0.3-py3-none-any.whl (95 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.6/95.6 kB 3.6 MB/s eta 0:00:00
Downloading Flask-2.0.2-py3-none-any.whl (95 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 3.7 MB/s eta 0:00:00
Downloading Flask-2.0.1-py3-none-any.whl (94 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.8/94.8 kB 3.6 MB/s eta 0:00:00
Downloading Flask-2.0.0-py3-none-any.whl (93 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.2/93.2 kB 3.5 MB/s eta 0:00:00
Downloading Flask-1.1.4-py2.py3-none-any.whl (94 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.6/94.6 kB 3.1 MB/s eta 0:00:00
Collecting jinja2>=2.10.1
Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.7/125.7 kB 2.3 MB/s eta 0:00:00
Collecting itsdangerous<2.0,>=0.24
Downloading itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB)
Collecting flask>=1.1.1
Downloading Flask-1.1.3-py2.py3-none-any.whl (94 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.6/94.6 kB 3.3 MB/s eta 0:00:00
Downloading Flask-1.1.2-py2.py3-none-any.whl (94 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.6/94.6 kB 3.5 MB/s eta 0:00:00
Collecting itsdangerous>=0.24
Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB)
Collecting hpack<4,>=3.0
Downloading hpack-3.0.0-py2.py3-none-any.whl (38 kB)
Requirement already satisfied: zipp>=3.1.0 in /opt/pypy/site-packages (from importlib-resources>=4.1.1->crossbar==latest) (3.8.1)
Collecting jinja2>=2.10.1
Using cached Jinja2-3.1.1-py3-none-any.whl (132 kB)
Using cached Jinja2-3.1.0-py3-none-any.whl (132 kB)
Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.6/133.6 kB 2.4 MB/s eta 0:00:00
Downloading Jinja2-3.0.2-py3-none-any.whl (133 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.8/133.8 kB 2.4 MB/s eta 0:00:00
Downloading Jinja2-3.0.1-py3-none-any.whl (133 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 4.3 MB/s eta 0:00:00
Downloading Jinja2-3.0.0-py3-none-any.whl (133 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 1.0 MB/s eta 0:00:00
Collecting wcwidth
Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Requirement already satisfied: charset-normalizer<3,>=2 in /opt/pypy/site-packages (from requests>=2.20.0->crossbar==latest) (2.1.0)
Requirement already satisfied: certifi>=2017.4.17 in /opt/pypy/site-packages (from requests>=2.20.0->crossbar==latest) (2022.6.15)
Requirement already satisfied: Automat>=0.8.0 in /opt/pypy/site-packages (from twisted[conch,http2,tls]>=21.7.0->crossbar==latest) (20.2.0)
Requirement already satisfied: typing-extensions>=3.6.5 in /opt/pypy/site-packages (from twisted[conch,http2,tls]>=21.7.0->crossbar==latest) (4.3.0)
Collecting appdirs>=1.4.0
Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Requirement already satisfied: aiohttp<4,>=3.7.4.post0 in /opt/pypy/site-packages (from web3>=5.13.1->crossbar==latest) (3.8.1)
Requirement already satisfied: eth-hash[pycryptodome]<1.0.0,>=0.2.0 in /opt/pypy/site-packages (from web3>=5.13.1->crossbar==latest) (0.5.0)
Requirement already satisfied: ipfshttpclient==0.8.0a2 in /opt/pypy/site-packages (from web3>=5.13.1->crossbar==latest) (0.8.0a2)
Requirement already satisfied: jsonschema<5,>=3.2.0 in /opt/pypy/site-packages (from web3>=5.13.1->crossbar==latest) (4.8.0)
Requirement already satisfied: lru-dict<2.0.0,>=1.1.6 in /opt/pypy/site-packages (from web3>=5.13.1->crossbar==latest) (1.1.8)
Requirement already satisfied: protobuf<4,>=3.10.0 in /opt/pypy/site-packages (from web3>=5.13.1->crossbar==latest) (3.20.1)
Requirement already satisfied: websockets<10,>=9.1 in /opt/pypy/site-packages (from web3>=5.13.1->crossbar==latest) (9.1)
Requirement already satisfied: multiaddr>=0.0.7 in /opt/pypy/site-packages (from ipfshttpclient==0.8.0a2->web3>=5.13.1->crossbar==latest) (0.0.9)
Requirement already satisfied: multidict<7.0,>=4.5 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.13.1->crossbar==latest) (6.0.2)
Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.13.1->crossbar==latest) (4.0.2)
Requirement already satisfied: yarl<2.0,>=1.0 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.13.1->crossbar==latest) (1.7.2)
Requirement already satisfied: frozenlist>=1.1.1 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.13.1->crossbar==latest) (1.3.0)
Requirement already satisfied: aiosignal>=1.1.2 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.13.1->crossbar==latest) (1.2.0)
Requirement already satisfied: asynctest==0.13.0 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.13.1->crossbar==latest) (0.13.0)
Requirement already satisfied: argon2-cffi-bindings in /opt/pypy/site-packages (from argon2-cffi>=20.1.0->autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (21.2.0)
Collecting chardet>=3.0.2
Downloading chardet-5.0.0-py3-none-any.whl (193 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.6/193.6 kB 3.4 MB/s eta 0:00:00
Requirement already satisfied: cytoolz<1.0.0,>=0.9.0 in /opt/pypy/site-packages (from eth-keyfile<0.6.0,>=0.5.0->eth-account>=0.5.4->crossbar==latest) (0.12.0)
Requirement already satisfied: toolz<1,>0.8.2 in /opt/pypy/site-packages (from eth-utils<2,>=1.3.0->eth-account>=0.5.4->crossbar==latest) (0.12.0)
Collecting arrow
Downloading arrow-1.2.2-py3-none-any.whl (64 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.0/64.0 kB 2.2 MB/s eta 0:00:00
Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/pypy/site-packages (from jsonschema<5,>=3.2.0->web3>=5.13.1->crossbar==latest) (0.18.1)
Requirement already satisfied: mypy-extensions>=0.4.1 in /opt/pypy/site-packages (from py-ecc>=5.1.0->autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (0.4.3)
Requirement already satisfied: cached-property<2,>=1.5.1 in /opt/pypy/site-packages (from py-ecc>=5.1.0->autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (1.5.2)
Requirement already satisfied: varint<2.0,>=1.0.2 in /opt/pypy/site-packages (from py-multihash>=2.0.1->autobahn[compress,encryption,scram,serialization,twisted,xbr]>=22.6.1->crossbar==latest) (1.0.2)
Collecting text-unidecode>=1.3
Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.2/78.2 kB 1.4 MB/s eta 0:00:00
Collecting python-dateutil>=2.7.0
Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 3.7 MB/s eta 0:00:00
Building wheels for collected packages: bcrypt, jinja2-highlight, MarkupSafe, psutil, pyqrcode, sdnotify, setproctitle, stringcase, validate-email
Building wheel for bcrypt (pyproject.toml): started
Building wheel for bcrypt (pyproject.toml): finished with status 'done'
Created wheel for bcrypt: filename=bcrypt-3.2.2-pp37-pypy37_pp73-linux_aarch64.whl size=27675 sha256=7010a2a8ee066a24f93d07bd7bb06c158f7a22e7c61780b335165be4928013f0
Stored in directory: /root/.cache/pip/wheels/ba/97/41/e053719c257ea4ebdfc75cdba47a282795a7bba83758f79b96
Building wheel for jinja2-highlight (setup.py): started
Building wheel for jinja2-highlight (setup.py): finished with status 'done'
Created wheel for jinja2-highlight: filename=jinja2_highlight-0.6.1-py3-none-any.whl size=3362 sha256=c989875571bd075310eb98b19a098a237373f71632cd94404b0d65f46785d321
Stored in directory: /root/.cache/pip/wheels/e7/e4/2d/a7b8e9df1020276b6417a78bfebad2d0f2451c2831793b8457
Building wheel for MarkupSafe (setup.py): started
Building wheel for MarkupSafe (setup.py): finished with status 'done'
Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-py3-none-any.whl size=12630 sha256=d807a442c2574ffdf1dabff5cbfd50fdd891e2d2f9229f60c6fd98cc24ff50ab
Stored in directory: /root/.cache/pip/wheels/79/29/65/94a3ade4f068ab6f51b7eaaef1edb77da3a214cc18efb929fd
Building wheel for psutil (pyproject.toml): started
Building wheel for psutil (pyproject.toml): finished with status 'done'
Created wheel for psutil: filename=psutil-5.9.1-pp37-pypy37_pp73-linux_aarch64.whl size=231447 sha256=b17bdb2faee6e575c2ea46f4a9cd19a70ca6dfc42c4a3315246979ae6c529fba
Stored in directory: /root/.cache/pip/wheels/78/6d/76/84d907c9b20e588ee98d660acaabf8b8d0bf7a57ab038e2ce8
Building wheel for pyqrcode (setup.py): started
Building wheel for pyqrcode (setup.py): finished with status 'done'
Created wheel for pyqrcode: filename=PyQRCode-1.2.1-py3-none-any.whl size=36244 sha256=11e7b4856f1e1e72b0180cf6cb5591fb8f6babdda6dcc7fa31e3ffb7133d1cb7
Stored in directory: /root/.cache/pip/wheels/ae/5d/a9/d304582b505ee2ea83ba137c98dfd7665352eb98e42e7d3e88
Building wheel for sdnotify (setup.py): started
Building wheel for sdnotify (setup.py): finished with status 'done'
Created wheel for sdnotify: filename=sdnotify-0.3.2-py3-none-any.whl size=3213 sha256=44f4ef65c95bc138e852294febe1e579541600c4e9d042ee69ef491781559ff8
Stored in directory: /root/.cache/pip/wheels/41/86/f0/5a47651abbcc8767c63943e74928d1b49934c4d6d24512a690
Building wheel for setproctitle (pyproject.toml): started
Building wheel for setproctitle (pyproject.toml): finished with status 'done'
Created wheel for setproctitle: filename=setproctitle-1.3.0-pp37-pypy37_pp73-linux_aarch64.whl size=12484 sha256=89e6a398279d8dd29577536a3da38ef6c9aa0b7dc17e93d1ccd8601dd5a2f5f0
Stored in directory: /root/.cache/pip/wheels/b7/38/72/22756ccee2fbe8d6b97b57ec33a8731a68e1a7a44d77f41d9c
Building wheel for stringcase (setup.py): started
Building wheel for stringcase (setup.py): finished with status 'done'
Created wheel for stringcase: filename=stringcase-1.2.0-py3-none-any.whl size=3577 sha256=af7b517f376e972d4f6caf66bf9c7a7130e7037bf7e5fc1ffe8a2a81ac91d613
Stored in directory: /root/.cache/pip/wheels/4d/09/3e/2f7091dab6d3807a07381f3a8e49eabfab0d0dd2e95bbb87b5
Building wheel for validate-email (setup.py): started
Building wheel for validate-email (setup.py): finished with status 'done'
Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5463 sha256=748f6125ca94c24756edba4d16f6a60a0e8ce28bb8d4e1ad611ae96af4bfc8d5
Stored in directory: /root/.cache/pip/wheels/74/e6/93/0cb695e49e0c98fe756bfba4823d92b38da43b1ca75e460616
Successfully built bcrypt jinja2-highlight MarkupSafe psutil pyqrcode sdnotify setproctitle stringcase validate-email
Installing collected packages: wcwidth, validate-email, u-msgpack-python, text-unidecode, stringcase, sdnotify, pyqrcode, priority, mistune, hyperframe, hpack, bitstring, appdirs, werkzeug, websocket-client, watchdog, tabulate, setproctitle, python-slugify, python-dateutil, pygments, psutil, prompt-toolkit, MarkupSafe, itsdangerous, iso8601, h2, chardet, bcrypt, jinja2, humanize, docker, binaryornot, arrow, jinja2-time, jinja2-highlight, flask, txtorcon, treq, cookiecutter, cfxdb, crossbar
Attempting uninstall: MarkupSafe
Found existing installation: MarkupSafe 2.1.1
Uninstalling MarkupSafe-2.1.1:
Successfully uninstalled MarkupSafe-2.1.1
Attempting uninstall: jinja2
Found existing installation: Jinja2 3.1.2
Uninstalling Jinja2-3.1.2:
Successfully uninstalled Jinja2-3.1.2
Successfully installed MarkupSafe-1.1.1 appdirs-1.4.4 arrow-1.2.2 bcrypt-3.2.2 binaryornot-0.4.4 bitstring-3.1.9 cfxdb-22.6.1 chardet-5.0.0 cookiecutter-2.1.1 crossbar-22.7.1.dev1 docker-5.0.3 flask-1.1.2 h2-3.2.0 hpack-3.0.0 humanize-4.2.3 hyperframe-5.2.0 iso8601-1.0.2 itsdangerous-2.1.2 jinja2-2.11.3 jinja2-highlight-0.6.1 jinja2-time-0.2.0 mistune-2.0.4 priority-1.3.0 prompt-toolkit-3.0.30 psutil-5.9.1 pygments-2.12.0 pyqrcode-1.2.1 python-dateutil-2.8.2 python-slugify-6.1.2 sdnotify-0.3.2 setproctitle-1.3.0 stringcase-1.2.0 tabulate-0.8.10 text-unidecode-1.3 treq-22.2.0 txtorcon-22.0.0 u-msgpack-python-2.7.1 validate-email-1.3 watchdog-2.1.9 wcwidth-0.2.5 websocket-client-1.3.3 werkzeug-1.0.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Processing /tmp/cfxdb-latest-py2.py3-none-any.whl
Requirement already satisfied: autobahn[serialization,twisted,xbr]>=22.5.1 in /opt/pypy/site-packages (from cfxdb==latest) (22.7.1.dev1)
Requirement already satisfied: zlmdb>=22.6.1 in /opt/pypy/site-packages (from cfxdb==latest) (22.6.1)
Requirement already satisfied: web3>=5.28.0 in /opt/pypy/site-packages (from cfxdb==latest) (5.30.0)
Requirement already satisfied: argon2-cffi>=20.1.0 in /opt/pypy/site-packages (from cfxdb==latest) (21.3.0)
Requirement already satisfied: argon2-cffi-bindings in /opt/pypy/site-packages (from argon2-cffi>=20.1.0->cfxdb==latest) (21.2.0)
Requirement already satisfied: typing-extensions in /opt/pypy/site-packages (from argon2-cffi>=20.1.0->cfxdb==latest) (4.3.0)
Requirement already satisfied: txaio>=21.2.1 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (22.2.1)
Requirement already satisfied: cryptography>=3.4.6 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (37.0.4)
Requirement already satisfied: hyperlink>=21.0.0 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (21.0.0)
Requirement already satisfied: setuptools in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (47.1.0)
Requirement already satisfied: msgpack>=1.0.2 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (1.0.4)
Requirement already satisfied: ujson>=4.0.2 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (5.4.0)
Requirement already satisfied: cbor2>=5.2.0 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (5.4.3)
Requirement already satisfied: py-ubjson>=0.16.1 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (0.16.1)
Requirement already satisfied: flatbuffers>=1.12 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (2.0)
Requirement already satisfied: zope.interface>=5.2.0 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (5.4.0)
Requirement already satisfied: twisted>=20.3.0 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (22.4.0)
Requirement already satisfied: attrs>=20.3.0 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (22.1.0)
Requirement already satisfied: xbr>=21.2.1 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (21.4.1)
Requirement already satisfied: click>=8.1.2 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (8.1.3)
Requirement already satisfied: rlp>=2.0.1 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (2.0.1)
Requirement already satisfied: py-eth-sig-utils>=0.4.0 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (0.4.0)
Requirement already satisfied: py-ecc>=5.1.0 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (5.2.0)
Requirement already satisfied: eth-abi>=2.1.1 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (2.2.0)
Requirement already satisfied: mnemonic>=0.19 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (0.20)
Requirement already satisfied: base58>=2.1.0 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (2.1.1)
Requirement already satisfied: ecdsa>=0.16.1 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (0.18.0)
Requirement already satisfied: py-multihash>=2.0.1 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (2.0.1)
Requirement already satisfied: jinja2>=2.11.3 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (2.11.3)
Requirement already satisfied: yapf==0.29.0 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (0.29.0)
Requirement already satisfied: spake2>=0.8 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (0.8)
Requirement already satisfied: hkdf>=0.0.3 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (0.0.3)
Requirement already satisfied: aiohttp<4,>=3.7.4.post0 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb==latest) (3.8.1)
Requirement already satisfied: eth-account<0.6.0,>=0.5.7 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb==latest) (0.5.8)
Requirement already satisfied: eth-hash[pycryptodome]<1.0.0,>=0.2.0 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb==latest) (0.5.0)
Requirement already satisfied: eth-rlp<0.3 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb==latest) (0.2.1)
Requirement already satisfied: eth-typing<3.0.0,>=2.0.0 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb==latest) (2.3.0)
Requirement already satisfied: eth-utils<2.0.0,>=1.9.5 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb==latest) (1.9.5)
Requirement already satisfied: hexbytes<1.0.0,>=0.1.0 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb==latest) (0.2.2)
Requirement already satisfied: ipfshttpclient==0.8.0a2 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb==latest) (0.8.0a2)
Requirement already satisfied: jsonschema<5,>=3.2.0 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb==latest) (4.8.0)
Requirement already satisfied: lru-dict<2.0.0,>=1.1.6 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb==latest) (1.1.8)
Requirement already satisfied: protobuf<4,>=3.10.0 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb==latest) (3.20.1)
Requirement already satisfied: requests<3.0.0,>=2.16.0 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb==latest) (2.28.1)
Requirement already satisfied: websockets<10,>=9.1 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb==latest) (9.1)
Requirement already satisfied: multiaddr>=0.0.7 in /opt/pypy/site-packages (from ipfshttpclient==0.8.0a2->web3>=5.28.0->cfxdb==latest) (0.0.9)
Requirement already satisfied: cffi>=1.14.5 in /opt/pypy/lib_pypy (from zlmdb>=22.6.1->cfxdb==latest) (1.15.0)
Requirement already satisfied: lmdb>=1.2.1 in /opt/pypy/site-packages (from zlmdb>=22.6.1->cfxdb==latest) (1.3.0)
Requirement already satisfied: pynacl>=1.4.0 in /opt/pypy/site-packages (from zlmdb>=22.6.1->cfxdb==latest) (1.5.0)
Requirement already satisfied: pyyaml>=5.4.1 in /opt/pypy/site-packages (from zlmdb>=22.6.1->cfxdb==latest) (6.0)
Requirement already satisfied: numpy>=1.20.1 in /opt/pypy/site-packages (from zlmdb>=22.6.1->cfxdb==latest) (1.21.6)
Requirement already satisfied: charset-normalizer<3.0,>=2.0 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb==latest) (2.1.0)
Requirement already satisfied: multidict<7.0,>=4.5 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb==latest) (6.0.2)
Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb==latest) (4.0.2)
Requirement already satisfied: yarl<2.0,>=1.0 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb==latest) (1.7.2)
Requirement already satisfied: frozenlist>=1.1.1 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb==latest) (1.3.0)
Requirement already satisfied: aiosignal>=1.1.2 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb==latest) (1.2.0)
Requirement already satisfied: asynctest==0.13.0 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb==latest) (0.13.0)
Requirement already satisfied: importlib-metadata in /opt/pypy/site-packages (from click>=8.1.2->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (4.12.0)
Requirement already satisfied: six>=1.9.0 in /opt/pypy/site-packages (from ecdsa>=0.16.1->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (1.16.0)
Requirement already satisfied: parsimonious<0.9.0,>=0.8.0 in /opt/pypy/site-packages (from eth-abi>=2.1.1->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (0.8.1)
Requirement already satisfied: bitarray<3,>=1.2.1 in /opt/pypy/site-packages (from eth-account<0.6.0,>=0.5.7->web3>=5.28.0->cfxdb==latest) (2.6.0)
Requirement already satisfied: eth-keyfile<0.6.0,>=0.5.0 in /opt/pypy/site-packages (from eth-account<0.6.0,>=0.5.7->web3>=5.28.0->cfxdb==latest) (0.5.1)
Requirement already satisfied: eth-keys<0.4.0,>=0.3.4 in /opt/pypy/site-packages (from eth-account<0.6.0,>=0.5.7->web3>=5.28.0->cfxdb==latest) (0.3.4)
Requirement already satisfied: pycryptodome<4,>=3.6.6 in /opt/pypy/site-packages (from eth-hash[pycryptodome]<1.0.0,>=0.2.0->web3>=5.28.0->cfxdb==latest) (3.15.0)
Requirement already satisfied: toolz<1,>0.8.2 in /opt/pypy/site-packages (from eth-utils<2.0.0,>=1.9.5->web3>=5.28.0->cfxdb==latest) (0.12.0)
Requirement already satisfied: idna>=2.5 in /opt/pypy/site-packages (from hyperlink>=21.0.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (3.3)
Requirement already satisfied: MarkupSafe>=0.23 in /opt/pypy/site-packages (from jinja2>=2.11.3->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (1.1.1)
Requirement already satisfied: importlib-resources>=1.4.0 in /opt/pypy/site-packages (from jsonschema<5,>=3.2.0->web3>=5.28.0->cfxdb==latest) (5.9.0)
Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/pypy/site-packages (from jsonschema<5,>=3.2.0->web3>=5.28.0->cfxdb==latest) (0.18.1)
Requirement already satisfied: mypy-extensions>=0.4.1 in /opt/pypy/site-packages (from py-ecc>=5.1.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (0.4.3)
Requirement already satisfied: cached-property<2,>=1.5.1 in /opt/pypy/site-packages (from py-ecc>=5.1.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (1.5.2)
Requirement already satisfied: varint<2.0,>=1.0.2 in /opt/pypy/site-packages (from py-multihash>=2.0.1->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (1.0.2)
Requirement already satisfied: morphys<2.0,>=1.0 in /opt/pypy/site-packages (from py-multihash>=2.0.1->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (1.0)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/pypy/site-packages (from requests<3.0.0,>=2.16.0->web3>=5.28.0->cfxdb==latest) (1.26.11)
Requirement already satisfied: certifi>=2017.4.17 in /opt/pypy/site-packages (from requests<3.0.0,>=2.16.0->web3>=5.28.0->cfxdb==latest) (2022.6.15)
Requirement already satisfied: constantly>=15.1 in /opt/pypy/site-packages (from twisted>=20.3.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (15.1.0)
Requirement already satisfied: incremental>=21.3.0 in /opt/pypy/site-packages (from twisted>=20.3.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (21.3.0)
Requirement already satisfied: Automat>=0.8.0 in /opt/pypy/site-packages (from twisted>=20.3.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb==latest) (20.2.0)
Requirement already satisfied: cytoolz<1.0.0,>=0.9.0 in /opt/pypy/site-packages (from eth-keyfile<0.6.0,>=0.5.0->eth-account<0.6.0,>=0.5.7->web3>=5.28.0->cfxdb==latest) (0.12.0)
Requirement already satisfied: zipp>=3.1.0 in /opt/pypy/site-packages (from importlib-resources>=1.4.0->jsonschema<5,>=3.2.0->web3>=5.28.0->cfxdb==latest) (3.8.1)
Requirement already satisfied: netaddr in /opt/pypy/site-packages (from multiaddr>=0.0.7->ipfshttpclient==0.8.0a2->web3>=5.28.0->cfxdb==latest) (0.8.0)
cfxdb is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Removing intermediate container 27e878d5e273
---> c85a09786d57
Step 31/41 : RUN pip install -U "cfxdb>=22.2.2"
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in a94a831988ab
Requirement already satisfied: cfxdb>=22.2.2 in /opt/pypy/site-packages (22.6.1)
Requirement already satisfied: autobahn[serialization,twisted,xbr]>=22.5.1 in /opt/pypy/site-packages (from cfxdb>=22.2.2) (22.7.1.dev1)
Requirement already satisfied: zlmdb>=22.6.1 in /opt/pypy/site-packages (from cfxdb>=22.2.2) (22.6.1)
Requirement already satisfied: web3>=5.28.0 in /opt/pypy/site-packages (from cfxdb>=22.2.2) (5.30.0)
Requirement already satisfied: argon2-cffi>=20.1.0 in /opt/pypy/site-packages (from cfxdb>=22.2.2) (21.3.0)
Requirement already satisfied: argon2-cffi-bindings in /opt/pypy/site-packages (from argon2-cffi>=20.1.0->cfxdb>=22.2.2) (21.2.0)
Requirement already satisfied: typing-extensions in /opt/pypy/site-packages (from argon2-cffi>=20.1.0->cfxdb>=22.2.2) (4.3.0)
Requirement already satisfied: txaio>=21.2.1 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (22.2.1)
Requirement already satisfied: cryptography>=3.4.6 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (37.0.4)
Requirement already satisfied: hyperlink>=21.0.0 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (21.0.0)
Requirement already satisfied: setuptools in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (47.1.0)
Requirement already satisfied: msgpack>=1.0.2 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (1.0.4)
Requirement already satisfied: ujson>=4.0.2 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (5.4.0)
Requirement already satisfied: cbor2>=5.2.0 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (5.4.3)
Requirement already satisfied: py-ubjson>=0.16.1 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (0.16.1)
Requirement already satisfied: flatbuffers>=1.12 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (2.0)
Requirement already satisfied: zope.interface>=5.2.0 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (5.4.0)
Requirement already satisfied: twisted>=20.3.0 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (22.4.0)
Requirement already satisfied: attrs>=20.3.0 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (22.1.0)
Requirement already satisfied: xbr>=21.2.1 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (21.4.1)
Requirement already satisfied: click>=8.1.2 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (8.1.3)
Requirement already satisfied: rlp>=2.0.1 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (2.0.1)
Requirement already satisfied: py-eth-sig-utils>=0.4.0 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (0.4.0)
Requirement already satisfied: py-ecc>=5.1.0 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (5.2.0)
Requirement already satisfied: eth-abi>=2.1.1 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (2.2.0)
Requirement already satisfied: mnemonic>=0.19 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (0.20)
Requirement already satisfied: base58>=2.1.0 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (2.1.1)
Requirement already satisfied: ecdsa>=0.16.1 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (0.18.0)
Requirement already satisfied: py-multihash>=2.0.1 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (2.0.1)
Requirement already satisfied: jinja2>=2.11.3 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (2.11.3)
Requirement already satisfied: yapf==0.29.0 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (0.29.0)
Requirement already satisfied: spake2>=0.8 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (0.8)
Requirement already satisfied: hkdf>=0.0.3 in /opt/pypy/site-packages (from autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (0.0.3)
Requirement already satisfied: aiohttp<4,>=3.7.4.post0 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (3.8.1)
Requirement already satisfied: eth-account<0.6.0,>=0.5.7 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (0.5.8)
Requirement already satisfied: eth-hash[pycryptodome]<1.0.0,>=0.2.0 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (0.5.0)
Requirement already satisfied: eth-rlp<0.3 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (0.2.1)
Requirement already satisfied: eth-typing<3.0.0,>=2.0.0 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (2.3.0)
Requirement already satisfied: eth-utils<2.0.0,>=1.9.5 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (1.9.5)
Requirement already satisfied: hexbytes<1.0.0,>=0.1.0 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (0.2.2)
Requirement already satisfied: ipfshttpclient==0.8.0a2 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (0.8.0a2)
Requirement already satisfied: jsonschema<5,>=3.2.0 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (4.8.0)
Requirement already satisfied: lru-dict<2.0.0,>=1.1.6 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (1.1.8)
Requirement already satisfied: protobuf<4,>=3.10.0 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (3.20.1)
Requirement already satisfied: requests<3.0.0,>=2.16.0 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (2.28.1)
Requirement already satisfied: websockets<10,>=9.1 in /opt/pypy/site-packages (from web3>=5.28.0->cfxdb>=22.2.2) (9.1)
Requirement already satisfied: multiaddr>=0.0.7 in /opt/pypy/site-packages (from ipfshttpclient==0.8.0a2->web3>=5.28.0->cfxdb>=22.2.2) (0.0.9)
Requirement already satisfied: cffi>=1.14.5 in /opt/pypy/lib_pypy (from zlmdb>=22.6.1->cfxdb>=22.2.2) (1.15.0)
Requirement already satisfied: lmdb>=1.2.1 in /opt/pypy/site-packages (from zlmdb>=22.6.1->cfxdb>=22.2.2) (1.3.0)
Requirement already satisfied: pynacl>=1.4.0 in /opt/pypy/site-packages (from zlmdb>=22.6.1->cfxdb>=22.2.2) (1.5.0)
Requirement already satisfied: pyyaml>=5.4.1 in /opt/pypy/site-packages (from zlmdb>=22.6.1->cfxdb>=22.2.2) (6.0)
Requirement already satisfied: numpy>=1.20.1 in /opt/pypy/site-packages (from zlmdb>=22.6.1->cfxdb>=22.2.2) (1.21.6)
Requirement already satisfied: charset-normalizer<3.0,>=2.0 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb>=22.2.2) (2.1.0)
Requirement already satisfied: multidict<7.0,>=4.5 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb>=22.2.2) (6.0.2)
Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb>=22.2.2) (4.0.2)
Requirement already satisfied: yarl<2.0,>=1.0 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb>=22.2.2) (1.7.2)
Requirement already satisfied: frozenlist>=1.1.1 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb>=22.2.2) (1.3.0)
Requirement already satisfied: aiosignal>=1.1.2 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb>=22.2.2) (1.2.0)
Requirement already satisfied: asynctest==0.13.0 in /opt/pypy/site-packages (from aiohttp<4,>=3.7.4.post0->web3>=5.28.0->cfxdb>=22.2.2) (0.13.0)
Requirement already satisfied: importlib-metadata in /opt/pypy/site-packages (from click>=8.1.2->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (4.12.0)
Requirement already satisfied: six>=1.9.0 in /opt/pypy/site-packages (from ecdsa>=0.16.1->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (1.16.0)
Requirement already satisfied: parsimonious<0.9.0,>=0.8.0 in /opt/pypy/site-packages (from eth-abi>=2.1.1->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (0.8.1)
Requirement already satisfied: bitarray<3,>=1.2.1 in /opt/pypy/site-packages (from eth-account<0.6.0,>=0.5.7->web3>=5.28.0->cfxdb>=22.2.2) (2.6.0)
Requirement already satisfied: eth-keyfile<0.6.0,>=0.5.0 in /opt/pypy/site-packages (from eth-account<0.6.0,>=0.5.7->web3>=5.28.0->cfxdb>=22.2.2) (0.5.1)
Requirement already satisfied: eth-keys<0.4.0,>=0.3.4 in /opt/pypy/site-packages (from eth-account<0.6.0,>=0.5.7->web3>=5.28.0->cfxdb>=22.2.2) (0.3.4)
Requirement already satisfied: pycryptodome<4,>=3.6.6 in /opt/pypy/site-packages (from eth-hash[pycryptodome]<1.0.0,>=0.2.0->web3>=5.28.0->cfxdb>=22.2.2) (3.15.0)
Requirement already satisfied: toolz<1,>0.8.2 in /opt/pypy/site-packages (from eth-utils<2.0.0,>=1.9.5->web3>=5.28.0->cfxdb>=22.2.2) (0.12.0)
Requirement already satisfied: idna>=2.5 in /opt/pypy/site-packages (from hyperlink>=21.0.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (3.3)
Requirement already satisfied: MarkupSafe>=0.23 in /opt/pypy/site-packages (from jinja2>=2.11.3->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (1.1.1)
Requirement already satisfied: importlib-resources>=1.4.0 in /opt/pypy/site-packages (from jsonschema<5,>=3.2.0->web3>=5.28.0->cfxdb>=22.2.2) (5.9.0)
Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/pypy/site-packages (from jsonschema<5,>=3.2.0->web3>=5.28.0->cfxdb>=22.2.2) (0.18.1)
Requirement already satisfied: mypy-extensions>=0.4.1 in /opt/pypy/site-packages (from py-ecc>=5.1.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (0.4.3)
Requirement already satisfied: cached-property<2,>=1.5.1 in /opt/pypy/site-packages (from py-ecc>=5.1.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (1.5.2)
Requirement already satisfied: varint<2.0,>=1.0.2 in /opt/pypy/site-packages (from py-multihash>=2.0.1->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (1.0.2)
Requirement already satisfied: morphys<2.0,>=1.0 in /opt/pypy/site-packages (from py-multihash>=2.0.1->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (1.0)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/pypy/site-packages (from requests<3.0.0,>=2.16.0->web3>=5.28.0->cfxdb>=22.2.2) (1.26.11)
Requirement already satisfied: certifi>=2017.4.17 in /opt/pypy/site-packages (from requests<3.0.0,>=2.16.0->web3>=5.28.0->cfxdb>=22.2.2) (2022.6.15)
Requirement already satisfied: constantly>=15.1 in /opt/pypy/site-packages (from twisted>=20.3.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (15.1.0)
Requirement already satisfied: incremental>=21.3.0 in /opt/pypy/site-packages (from twisted>=20.3.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (21.3.0)
Requirement already satisfied: Automat>=0.8.0 in /opt/pypy/site-packages (from twisted>=20.3.0->autobahn[serialization,twisted,xbr]>=22.5.1->cfxdb>=22.2.2) (20.2.0)
Requirement already satisfied: cytoolz<1.0.0,>=0.9.0 in /opt/pypy/site-packages (from eth-keyfile<0.6.0,>=0.5.0->eth-account<0.6.0,>=0.5.7->web3>=5.28.0->cfxdb>=22.2.2) (0.12.0)
Requirement already satisfied: zipp>=3.1.0 in /opt/pypy/site-packages (from importlib-resources>=1.4.0->jsonschema<5,>=3.2.0->web3>=5.28.0->cfxdb>=22.2.2) (3.8.1)
Requirement already satisfied: netaddr in /opt/pypy/site-packages (from multiaddr>=0.0.7->ipfshttpclient==0.8.0a2->web3>=5.28.0->cfxdb>=22.2.2) (0.8.0)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Removing intermediate container a94a831988ab
---> d2f914b2d87b
Step 32/41 : RUN crossbar version
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 23d41b5a0c0c
File "/opt/pypy/site-packages/autobahn/xbr/__init__.py", line 75, in <module>
from autobahn.xbr._config import load_or_create_profile, UserConfig, Profile # noqa
File "/opt/pypy/site-packages/autobahn/xbr/_config.py", line 44, in <module>
from autobahn.xbr._wallet import pkm_from_argon2_secret
File "/opt/pypy/site-packages/autobahn/xbr/_wallet.py", line 29, in <module>
import argon2
File "/opt/pypy/site-packages/argon2/__init__.py", line 7, in <module>
from . import exceptions, low_level, profiles
File "/opt/pypy/site-packages/argon2/low_level.py", line 15, in <module>
from _argon2_cffi_bindings import ffi, lib
File "/opt/pypy/site-packages/_argon2_cffi_bindings/__init__.py", line 3, in <module>
from ._ffi import ffi, lib
No module named '_argon2_cffi_bindings._ffi'Traceback (most recent call last):
File "/opt/pypy/bin/crossbar", line 8, in <module>
sys.exit(run())
File "/opt/pypy/site-packages/crossbar/__init__.py", line 295, in run
from crossbar import master
File "<frozen importlib._bootstrap>", line 1044, in _handle_fromlist
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/opt/pypy/site-packages/crossbar/master/__init__.py", line 15, in <module>
from crossbar.master.personality import Personality # noqa
File "/opt/pypy/site-packages/crossbar/master/personality.py", line 15, in <module>
from crossbar.node.node import NodeOptions
File "/opt/pypy/site-packages/crossbar/node/node.py", line 21, in <module>
from crossbar.router.router import RouterFactory
File "/opt/pypy/site-packages/crossbar/router/router.py", line 19, in <module>
from autobahn.xbr import FbsObject
ImportError: cannot import name 'FbsObject'
The command '/bin/bash -c crossbar version' returned a non-zero code: 1
Command exited with non-zero status 1
1.13user 0.15system 3:22:58elapsed 0%CPU (0avgtext+0avgdata 57124maxresident)k
41168inputs+0outputs (0major+8838minor)pagefaults 0swaps
make[1]: *** [Makefile:144: build_docker_pypy_slim_arm64] Fehler 1
make[1]: Verzeichnis „/home/oberstet/scm/crossbario/crossbar-binaries/docker“ wird verlassen
make: *** [Makefile:104: build_docker_arm64] Fehler 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment