=== Building HotsTac(k)os Container Images === ============================================================ Build Plan (Total: 12 images, Parallelism: 10) ============================================================ Base images (2): base-builder, base-runtime Infrastructure images (3): dnsmasq, haproxy, ovn OpenStack images (7): keystone, glance, placement, nova, neutron, cinder, heat ============================================================ Building base images... [base-builder] ============================================================ [base-builder] Building: localhost/hotstack-os-base-builder:latest [base-builder] Command: buildah bud --target builder -t localhost/hotstack-os-base-builder:latest -f /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles/base-openstack.containerfile --build-arg APT_PROXY=http://host.containers.internal:3142 /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles [base-builder] ============================================================ [base-runtime] ============================================================ [base-runtime] Building: localhost/hotstack-os-base:latest [base-runtime] Command: buildah bud --target runtime -t localhost/hotstack-os-base:latest -f /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles/base-openstack.containerfile --build-arg APT_PROXY=http://host.containers.internal:3142 /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles [base-runtime] ============================================================ [base-runtime] [2/2] STEP 1/10: FROM debian:bookworm-slim AS runtime [base-builder] STEP 1/4: FROM debian:bookworm-slim AS builder [base-runtime] Resolved "debian" as an alias (/etc/containers/registries.conf.d/000-shortnames.conf) [base-runtime] Trying to pull docker.io/library/debian:bookworm-slim... [base-builder] Resolved "debian" as an alias (/etc/containers/registries.conf.d/000-shortnames.conf) [base-builder] Trying to pull docker.io/library/debian:bookworm-slim... [base-builder] Getting image source signatures [base-builder] Copying blob sha256:84a2afebaf4de2e8eb885634a69abd0087b79c947c53fa4f0481235d6dfadc6c [base-runtime] Getting image source signatures [base-runtime] Copying blob sha256:84a2afebaf4de2e8eb885634a69abd0087b79c947c53fa4f0481235d6dfadc6c [base-runtime] Copying config sha256:61cd928eb3eca3230a69ed2f2315c41a5655d2d1f3daa76d34034c3548df9320 [base-runtime] Writing manifest to image destination [base-builder] Copying config sha256:61cd928eb3eca3230a69ed2f2315c41a5655d2d1f3daa76d34034c3548df9320 [base-builder] Writing manifest to image destination [base-runtime] [2/2] STEP 2/10: ARG APT_PROXY="" [base-runtime] [2/2] STEP 3/10: RUN if [ -n "$APT_PROXY" ]; then echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/01proxy; fi [base-builder] STEP 2/4: ARG APT_PROXY="" [base-builder] STEP 3/4: RUN if [ -n "$APT_PROXY" ]; then echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/01proxy; fi [base-builder] STEP 4/4: RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-pip python3-dev git gcc g++ make libffi-dev libssl-dev libmariadb-dev libldap2-dev libsasl2-dev libvirt-dev pkg-config ca-certificates patch && rm -rf /var/lib/apt/lists/* [base-runtime] [2/2] STEP 4/10: RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-pip libpython3.11 ca-certificates curl iproute2 iptables iputils-ping default-mysql-client libjemalloc2 procps sudo ebtables dnsmasq qemu-utils nfs-common && rm -rf /var/lib/apt/lists/* [base-builder] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [base-builder] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [base-builder] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [base-builder] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB] [base-runtime] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [base-runtime] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [base-runtime] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [base-builder] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B] [base-runtime] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB] [base-builder] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [293 kB] [base-runtime] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B] [base-runtime] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [293 kB] [base-builder] Fetched 9346 kB in 1s (8650 kB/s) [base-runtime] Fetched 9346 kB in 1s (9423 kB/s) [base-builder] Reading package lists... [base-runtime] Reading package lists... [base-builder] Reading package lists... [base-runtime] Reading package lists... [base-builder] Building dependency tree... [base-builder] Reading state information... [base-runtime] Building dependency tree... [base-runtime] Reading state information... [base-builder] The following additional packages will be installed: [base-builder] binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-12 g++-12 gcc-12 [base-builder] git-man libapparmor1 libasan8 libatomic1 libbinutils libbrotli1 libc-dev-bin [base-builder] libc6-dev libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls [base-builder] liberror-perl libexpat1 libexpat1-dev libgcc-12-dev libgdbm-compat4 libgdbm6 [base-builder] libglib2.0-0 libgomp1 libgprofng0 libgssapi-krb5-2 libicu72 libisl23 libitm1 [base-builder] libjansson4 libjs-jquery libjs-sphinxdoc libjs-underscore libk5crypto3 [base-builder] libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-dev liblsan0 [base-builder] libmariadb3 libmpc3 libmpfr6 libncursesw6 libnghttp2-14 libnl-3-200 [base-builder] libnsl-dev libnsl2 libnuma1 libperl5.36 libpkgconf3 libpsl5 libpython3-dev [base-builder] libpython3-stdlib libpython3.11 libpython3.11-dev libpython3.11-minimal [base-builder] libpython3.11-stdlib libquadmath0 libreadline8 librtmp1 libsasl2-2 [base-builder] libsasl2-modules-db libsqlite3-0 libssh-4 libssh2-1 libssl3 libstdc++-12-dev [base-builder] libtirpc-common libtirpc-dev libtirpc3 libtsan2 libubsan1 libvirt0 libxml2 [base-builder] libyajl2 linux-libc-dev mariadb-common media-types mysql-common openssl perl [base-builder] perl-modules-5.36 pkgconf pkgconf-bin python3-distutils python3-lib2to3 [base-builder] python3-minimal python3-pkg-resources python3-setuptools python3-wheel [base-builder] python3.11 python3.11-dev python3.11-minimal readline-common rpcsvc-proto [base-builder] zlib1g-dev [base-builder] Suggested packages: [base-builder] binutils-doc cpp-doc gcc-12-locales cpp-12-doc g++-multilib g++-12-multilib [base-builder] gcc-12-doc gcc-multilib manpages-dev autoconf automake libtool flex bison [base-builder] gdb gcc-doc gcc-12-multilib gettext-base git-daemon-run [base-builder] | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs [base-builder] git-mediawiki git-svn glibc-doc gdbm-l10n low-memory-monitor krb5-doc [base-builder] krb5-user sensible-utils libssl-doc libstdc++-12-doc make-doc ed [base-builder] diffutils-doc perl-doc libterm-readline-gnu-perl [base-builder] | libterm-readline-perl-perl libtap-harness-archive-perl python3-doc [base-builder] python3-tk python3-venv python-setuptools-doc python3.11-venv python3.11-doc [base-builder] binfmt-support readline-doc [base-builder] Recommended packages: [base-builder] less ssh-client manpages manpages-dev libc-devtools libglib2.0-data [base-builder] shared-mime-info xdg-user-dirs javascript-common krb5-locales libldap-common [base-builder] libgpm2 publicsuffix libsasl2-modules libvirt-l10n netbase build-essential [base-runtime] The following additional packages will be installed: [base-runtime] dmsetup dnsmasq-base keyutils libaio1 libbpf1 libbrotli1 libbsd0 libcap2-bin [base-runtime] libconfig-inifiles-perl libcurl4 libdbus-1-3 libdevmapper1.02.1 libedit2 [base-runtime] libelf1 libevent-core-2.1-7 libexpat1 libfuse3-3 libgdbm-compat4 libgdbm6 [base-runtime] libglib2.0-0 libgssapi-krb5-2 libip4tc2 libip6tc2 libjansson4 libk5crypto3 [base-runtime] libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0 libmariadb3 libmnl0 [base-runtime] libncurses6 libncursesw6 libnetfilter-conntrack3 libnfnetlink0 libnfsidmap1 [base-runtime] libnftables1 libnftnl11 libnghttp2-14 libnsl2 libnuma1 libperl5.36 [base-runtime] libproc2-0 libpsl5 libpython3-stdlib libpython3.11-minimal [base-runtime] libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db [base-runtime] libsqlite3-0 libssh2-1 libssl3 libtirpc-common libtirpc3 liburing2 libwrap0 [base-runtime] libxtables12 mariadb-client mariadb-client-core mariadb-common media-types [base-runtime] mysql-common netbase openssl perl perl-modules-5.36 python3-distutils [base-runtime] python3-lib2to3 python3-minimal python3-pkg-resources python3-setuptools [base-runtime] python3-wheel python3.11 python3.11-minimal readline-common rpcbind [base-runtime] runit-helper sensible-utils ucf [base-runtime] Suggested packages: [base-runtime] resolvconf iproute2-doc firewalld kmod fuse3 gdbm-l10n low-memory-monitor [base-runtime] krb5-doc krb5-user open-iscsi watchdog perl-doc libterm-readline-gnu-perl [base-runtime] | libterm-readline-perl-perl make libtap-harness-archive-perl python3-doc [base-runtime] python3-tk python3-venv python-setuptools-doc python3.11-venv python3.11-doc [base-runtime] binutils binfmt-support readline-doc [base-runtime] Recommended packages: [base-runtime] dns-root-data kmod libatm1 nftables libpam-cap dbus libglib2.0-data [base-runtime] shared-mime-info xdg-user-dirs krb5-locales libldap-common libgpm2 [base-runtime] publicsuffix libsasl2-modules libdbd-mariadb-perl | libdbd-mysql-perl [base-runtime] libdbi-perl libterm-readkey-perl psmisc build-essential python3-dev [base-runtime] qemu-block-extra [base-runtime] The following NEW packages will be installed: [base-runtime] ca-certificates curl default-mysql-client dmsetup dnsmasq dnsmasq-base [base-runtime] ebtables iproute2 iptables iputils-ping keyutils libaio1 libbpf1 libbrotli1 [base-runtime] libbsd0 libcap2-bin libconfig-inifiles-perl libcurl4 libdbus-1-3 [base-runtime] libdevmapper1.02.1 libedit2 libelf1 libevent-core-2.1-7 libexpat1 libfuse3-3 [base-runtime] libgdbm-compat4 libgdbm6 libglib2.0-0 libgssapi-krb5-2 libip4tc2 libip6tc2 [base-runtime] libjansson4 libjemalloc2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 [base-runtime] libldap-2.5-0 libmariadb3 libmnl0 libncurses6 libncursesw6 [base-runtime] libnetfilter-conntrack3 libnfnetlink0 libnfsidmap1 libnftables1 libnftnl11 [base-runtime] libnghttp2-14 libnsl2 libnuma1 libperl5.36 libproc2-0 libpsl5 [base-runtime] libpython3-stdlib libpython3.11 libpython3.11-minimal libpython3.11-stdlib [base-runtime] libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 [base-runtime] libssl3 libtirpc-common libtirpc3 liburing2 libwrap0 libxtables12 [base-runtime] mariadb-client mariadb-client-core mariadb-common media-types mysql-common [base-runtime] netbase nfs-common openssl perl perl-modules-5.36 procps python3 [base-runtime] python3-distutils python3-lib2to3 python3-minimal python3-pip [base-runtime] python3-pkg-resources python3-setuptools python3-wheel python3.11 [base-runtime] python3.11-minimal qemu-utils readline-common rpcbind runit-helper [base-runtime] sensible-utils sudo ucf [base-runtime] 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. [base-runtime] Need to get 38.7 MB of archives. [base-runtime] After this operation, 226 MB of additional disk space will be used. [base-runtime] Get:1 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u3 [2815 kB] [base-runtime] Get:2 http://deb.debian.org/debian bookworm/main amd64 libgdbm6 amd64 1.23-3 [72.2 kB] [base-runtime] Get:3 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB] [base-runtime] Get:4 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u3 [4196 kB] [base-builder] The following NEW packages will be installed: [base-builder] binutils binutils-common binutils-x86-64-linux-gnu ca-certificates cpp [base-builder] cpp-12 g++ g++-12 gcc gcc-12 git git-man libapparmor1 libasan8 libatomic1 [base-builder] libbinutils libbrotli1 libc-dev-bin libc6-dev libcc1-0 libcrypt-dev [base-builder] libctf-nobfd0 libctf0 libcurl3-gnutls liberror-perl libexpat1 libexpat1-dev [base-builder] libffi-dev libgcc-12-dev libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 [base-builder] libgprofng0 libgssapi-krb5-2 libicu72 libisl23 libitm1 libjansson4 [base-builder] libjs-jquery libjs-sphinxdoc libjs-underscore libk5crypto3 libkeyutils1 [base-builder] libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-dev libldap2-dev liblsan0 [base-builder] libmariadb-dev libmariadb3 libmpc3 libmpfr6 libncursesw6 libnghttp2-14 [base-builder] libnl-3-200 libnsl-dev libnsl2 libnuma1 libperl5.36 libpkgconf3 libpsl5 [base-builder] libpython3-dev libpython3-stdlib libpython3.11 libpython3.11-dev [base-builder] libpython3.11-minimal libpython3.11-stdlib libquadmath0 libreadline8 [base-builder] librtmp1 libsasl2-2 libsasl2-dev libsasl2-modules-db libsqlite3-0 libssh-4 [base-builder] libssh2-1 libssl-dev libssl3 libstdc++-12-dev libtirpc-common libtirpc-dev [base-builder] libtirpc3 libtsan2 libubsan1 libvirt-dev libvirt0 libxml2 libyajl2 [base-builder] linux-libc-dev make mariadb-common media-types mysql-common openssl patch [base-builder] perl perl-modules-5.36 pkg-config pkgconf pkgconf-bin python3 python3-dev [base-builder] python3-distutils python3-lib2to3 python3-minimal python3-pip [base-builder] python3-pkg-resources python3-setuptools python3-wheel python3.11 [base-builder] python3.11-dev python3.11-minimal readline-common rpcsvc-proto zlib1g-dev [base-runtime] Get:5 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u3 [239 kB] [base-runtime] Get:6 http://deb.debian.org/debian bookworm/main amd64 netbase all 6.4 [12.8 kB] [base-runtime] Get:7 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] [base-runtime] Get:8 http://deb.debian.org/debian bookworm/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [base-runtime] Get:9 http://deb.debian.org/debian bookworm/main amd64 libnfnetlink0 amd64 1.0.2-2 [15.1 kB] [base-builder] 0 upgraded, 117 newly installed, 0 to remove and 0 not upgraded. [base-builder] Need to get 122 MB of archives. [base-builder] After this operation, 516 MB of additional disk space will be used. [base-builder] Get:1 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u3 [2815 kB] [base-runtime] Get:10 http://deb.debian.org/debian bookworm/main amd64 libnetfilter-conntrack3 amd64 1.0.9-3 [40.7 kB] [base-runtime] Get:11 http://deb.debian.org/debian bookworm/main amd64 libjansson4 amd64 2.14-2 [40.8 kB] [base-runtime] Get:12 http://deb.debian.org/debian bookworm/main amd64 libnftnl11 amd64 1.2.4-2 [61.6 kB] [base-runtime] Get:13 http://deb.debian.org/debian bookworm/main amd64 libxtables12 amd64 1.8.9-2 [30.8 kB] [base-builder] Get:2 http://deb.debian.org/debian bookworm/main amd64 libgdbm6 amd64 1.23-3 [72.2 kB] [base-builder] Get:3 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB] [base-builder] Get:4 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u3 [4196 kB] [base-runtime] Get:14 http://deb.debian.org/debian bookworm/main amd64 libnftables1 amd64 1.0.6-2+deb12u2 [299 kB] [base-runtime] Get:15 http://deb.debian.org/debian bookworm/main amd64 dnsmasq-base amd64 2.90-4~deb12u1 [498 kB] [base-runtime] Get:16 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B] [base-builder] Get:5 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u3 [239 kB] [base-builder] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 libssl3 amd64 3.0.18-1~deb12u2 [2030 kB] [base-runtime] Get:17 http://deb.debian.org/debian bookworm/main amd64 dnsmasq all 2.90-4~deb12u1 [66.1 kB] [base-builder] Get:7 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-minimal amd64 3.11.2-6+deb12u6 [817 kB] [base-builder] Get:8 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u2 [99.9 kB] [base-runtime] Get:18 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB] [base-runtime] Get:19 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB] [base-runtime] Get:20 http://deb.debian.org/debian bookworm/main amd64 libevent-core-2.1-7 amd64 2.1.12-stable-8 [131 kB] [base-builder] Get:9 http://deb.debian.org/debian bookworm/main amd64 python3.11-minimal amd64 3.11.2-6+deb12u6 [2064 kB] [base-runtime] Get:21 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u4 [33.2 kB] [base-runtime] Get:22 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u4 [79.8 kB] [base-runtime] Get:23 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] [base-runtime] Get:24 http://deb.debian.org/debian-security bookworm-security/main amd64 libssl3 amd64 3.0.18-1~deb12u2 [2030 kB] [base-runtime] Get:25 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u4 [334 kB] [base-builder] Get:10 http://deb.debian.org/debian bookworm/main amd64 python3-minimal amd64 3.11.2-1+b1 [26.3 kB] [base-builder] Get:11 http://deb.debian.org/debian bookworm/main amd64 media-types all 10.0.0 [26.1 kB] [base-builder] Get:12 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-4 [134 kB] [base-builder] Get:13 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u4 [33.2 kB] [base-builder] Get:14 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u4 [79.8 kB] [base-builder] Get:15 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] [base-builder] Get:16 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u4 [334 kB] [base-builder] Get:17 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u4 [135 kB] [base-runtime] Get:26 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u4 [135 kB] [base-runtime] Get:27 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] [base-runtime] Get:28 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] [base-runtime] Get:29 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] [base-builder] Get:18 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [base-builder] Get:19 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] [base-builder] Get:20 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] [base-builder] Get:21 http://deb.debian.org/debian bookworm/main amd64 readline-common all 8.2-1.3 [69.0 kB] [base-runtime] Get:30 http://deb.debian.org/debian bookworm/main amd64 libnfsidmap1 amd64 1:2.6.2-4+deb12u1 [54.9 kB] [base-runtime] Get:31 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [base-builder] Get:22 http://deb.debian.org/debian bookworm/main amd64 libreadline8 amd64 8.2-1.3 [166 kB] [base-runtime] Get:32 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] [base-runtime] Get:33 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] [base-runtime] Get:34 http://deb.debian.org/debian bookworm/main amd64 libwrap0 amd64 7.6.q-32 [54.9 kB] [base-builder] Get:23 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-0 amd64 3.40.1-2+deb12u2 [839 kB] [base-runtime] Get:35 http://deb.debian.org/debian bookworm/main amd64 rpcbind amd64 1.2.6-6+b1 [48.3 kB] [base-runtime] Get:36 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB] [base-runtime] Get:37 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] [base-runtime] Get:38 http://deb.debian.org/debian bookworm/main amd64 keyutils amd64 1.6.3-2 [54.5 kB] [base-runtime] Get:39 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-minimal amd64 3.11.2-6+deb12u6 [817 kB] [base-builder] Get:24 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-stdlib amd64 3.11.2-6+deb12u6 [1798 kB] [base-runtime] Get:40 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u2 [99.9 kB] [base-runtime] Get:41 http://deb.debian.org/debian bookworm/main amd64 python3.11-minimal amd64 3.11.2-6+deb12u6 [2064 kB] [base-builder] Get:25 http://deb.debian.org/debian bookworm/main amd64 python3.11 amd64 3.11.2-6+deb12u6 [573 kB] [base-runtime] Get:42 http://deb.debian.org/debian bookworm/main amd64 python3-minimal amd64 3.11.2-1+b1 [26.3 kB] [base-runtime] Get:43 http://deb.debian.org/debian bookworm/main amd64 media-types all 10.0.0 [26.1 kB] [base-runtime] Get:44 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-4 [134 kB] [base-builder] Get:26 http://deb.debian.org/debian bookworm/main amd64 libpython3-stdlib amd64 3.11.2-1+b1 [9312 B] [base-runtime] Get:45 http://deb.debian.org/debian bookworm/main amd64 readline-common all 8.2-1.3 [69.0 kB] [base-runtime] Get:46 http://deb.debian.org/debian bookworm/main amd64 libreadline8 amd64 8.2-1.3 [166 kB] [base-runtime] Get:47 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-0 amd64 3.40.1-2+deb12u2 [839 kB] [base-builder] Get:27 http://deb.debian.org/debian bookworm/main amd64 python3 amd64 3.11.2-1+b1 [26.3 kB] [base-runtime] Get:48 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-stdlib amd64 3.11.2-6+deb12u6 [1798 kB] [base-builder] Get:28 http://deb.debian.org/debian-security bookworm-security/main amd64 openssl amd64 3.0.18-1~deb12u2 [1433 kB] [base-runtime] Get:49 http://deb.debian.org/debian bookworm/main amd64 python3.11 amd64 3.11.2-6+deb12u6 [573 kB] [base-runtime] Get:50 http://deb.debian.org/debian bookworm/main amd64 libpython3-stdlib amd64 3.11.2-1+b1 [9312 B] [base-runtime] Get:51 http://deb.debian.org/debian bookworm/main amd64 python3 amd64 3.11.2-1+b1 [26.3 kB] [base-runtime] Get:52 http://deb.debian.org/debian bookworm/main amd64 nfs-common amd64 1:2.6.2-4+deb12u1 [260 kB] [base-runtime] Get:53 http://deb.debian.org/debian bookworm/main amd64 sudo amd64 1.9.13p3-1+deb12u3 [1890 kB] [base-runtime] Get:54 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB] [base-builder] Get:29 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20230311+deb12u1 [155 kB] [base-runtime] Get:55 http://deb.debian.org/debian bookworm/main amd64 libbpf1 amd64 1:1.1.2-0+deb12u1 [145 kB] [base-builder] Get:30 http://deb.debian.org/debian bookworm/main amd64 binutils-common amd64 2.40-2 [2487 kB] [base-runtime] Get:56 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] [base-runtime] Get:57 http://deb.debian.org/debian bookworm/main amd64 libcap2-bin amd64 1:2.66-4+deb12u2+b2 [35.2 kB] [base-runtime] Get:58 http://deb.debian.org/debian bookworm/main amd64 iproute2 amd64 6.1.0-3 [1046 kB] [base-runtime] Get:59 http://deb.debian.org/debian bookworm/main amd64 iputils-ping amd64 3:20221126-1+deb12u1 [47.2 kB] [base-runtime] Get:60 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] [base-runtime] Get:61 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] [base-runtime] Get:62 http://deb.debian.org/debian-security bookworm-security/main amd64 openssl amd64 3.0.18-1~deb12u2 [1433 kB] [base-runtime] Get:63 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20230311+deb12u1 [155 kB] [base-runtime] Get:64 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] [base-runtime] Get:65 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] [base-runtime] Get:66 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] [base-runtime] Get:67 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [base-runtime] Get:68 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] [base-runtime] Get:69 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.88.1-10+deb12u14 [392 kB] [base-builder] Get:31 http://deb.debian.org/debian bookworm/main amd64 libbinutils amd64 2.40-2 [572 kB] [base-runtime] Get:70 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.88.1-10+deb12u14 [316 kB] [base-runtime] Get:71 http://deb.debian.org/debian bookworm/main amd64 libconfig-inifiles-perl all 3.000003-2 [45.9 kB] [base-runtime] Get:72 http://deb.debian.org/debian bookworm/main amd64 mysql-common all 5.8+1.1.0 [6636 B] [base-runtime] Get:73 http://deb.debian.org/debian bookworm/main amd64 mariadb-common all 1:10.11.14-0+deb12u2 [26.3 kB] [base-builder] Get:32 http://deb.debian.org/debian bookworm/main amd64 libctf-nobfd0 amd64 2.40-2 [153 kB] [base-builder] Get:33 http://deb.debian.org/debian bookworm/main amd64 libctf0 amd64 2.40-2 [89.8 kB] [base-builder] Get:34 http://deb.debian.org/debian bookworm/main amd64 libgprofng0 amd64 2.40-2 [812 kB] [base-runtime] Get:74 http://deb.debian.org/debian bookworm/main amd64 libmariadb3 amd64 1:10.11.14-0+deb12u2 [182 kB] [base-builder] Get:35 http://deb.debian.org/debian bookworm/main amd64 libjansson4 amd64 2.14-2 [40.8 kB] [base-builder] Get:36 http://deb.debian.org/debian bookworm/main amd64 binutils-x86-64-linux-gnu amd64 2.40-2 [2246 kB] [base-runtime] Get:75 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] [base-runtime] Get:76 http://deb.debian.org/debian bookworm/main amd64 libncurses6 amd64 6.4-4 [103 kB] [base-builder] Get:37 http://deb.debian.org/debian bookworm/main amd64 binutils amd64 2.40-2 [65.0 kB] [base-builder] Get:38 http://deb.debian.org/debian bookworm/main amd64 libisl23 amd64 0.25-1.1 [683 kB] [base-builder] Get:39 http://deb.debian.org/debian bookworm/main amd64 libmpfr6 amd64 4.2.0-1 [701 kB] [base-builder] Get:40 http://deb.debian.org/debian bookworm/main amd64 libmpc3 amd64 1.3.1-1 [51.5 kB] [base-runtime] Get:77 http://deb.debian.org/debian bookworm/main amd64 mariadb-client-core amd64 1:10.11.14-0+deb12u2 [894 kB] [base-builder] Get:41 http://deb.debian.org/debian bookworm/main amd64 cpp-12 amd64 12.2.0-14+deb12u1 [9768 kB] [base-runtime] Get:78 http://deb.debian.org/debian bookworm/main amd64 mariadb-client amd64 1:10.11.14-0+deb12u2 [3030 kB] [base-runtime] Get:79 http://deb.debian.org/debian bookworm/main amd64 default-mysql-client all 1.1.0 [2852 B] [base-runtime] Get:80 http://deb.debian.org/debian bookworm/main amd64 ebtables amd64 2.0.11-5 [86.5 kB] [base-runtime] Get:81 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB] [base-runtime] Get:82 http://deb.debian.org/debian bookworm/main amd64 libip6tc2 amd64 1.8.9-2 [19.4 kB] [base-runtime] Get:83 http://deb.debian.org/debian bookworm/main amd64 iptables amd64 1.8.9-2 [360 kB] [base-runtime] Get:84 http://deb.debian.org/debian bookworm/main amd64 libaio1 amd64 0.3.113-4 [13.4 kB] [base-runtime] Get:85 http://deb.debian.org/debian bookworm/main amd64 libfuse3-3 amd64 3.14.0-4 [88.1 kB] [base-runtime] Get:86 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-0 amd64 2.74.6-2+deb12u8 [1402 kB] [base-builder] Get:42 http://deb.debian.org/debian bookworm/main amd64 cpp amd64 4:12.2.0-3 [6836 B] [base-builder] Get:43 http://deb.debian.org/debian bookworm/main amd64 libcc1-0 amd64 12.2.0-14+deb12u1 [41.7 kB] [base-builder] Get:44 http://deb.debian.org/debian bookworm/main amd64 libgomp1 amd64 12.2.0-14+deb12u1 [116 kB] [base-builder] Get:45 http://deb.debian.org/debian bookworm/main amd64 libitm1 amd64 12.2.0-14+deb12u1 [26.1 kB] [base-builder] Get:46 http://deb.debian.org/debian bookworm/main amd64 libatomic1 amd64 12.2.0-14+deb12u1 [9376 B] [base-builder] Get:47 http://deb.debian.org/debian bookworm/main amd64 libasan8 amd64 12.2.0-14+deb12u1 [2193 kB] [base-runtime] Get:87 http://deb.debian.org/debian bookworm/main amd64 libjemalloc2 amd64 5.3.0-1 [275 kB] [base-builder] Get:48 http://deb.debian.org/debian bookworm/main amd64 liblsan0 amd64 12.2.0-14+deb12u1 [969 kB] [base-runtime] Get:88 http://deb.debian.org/debian bookworm/main amd64 libnuma1 amd64 2.0.16-1 [21.0 kB] [base-runtime] Get:89 http://deb.debian.org/debian bookworm/main amd64 libpython3.11 amd64 3.11.2-6+deb12u6 [1987 kB] [base-builder] Get:49 http://deb.debian.org/debian bookworm/main amd64 libtsan2 amd64 12.2.0-14+deb12u1 [2197 kB] [base-runtime] Get:90 http://deb.debian.org/debian bookworm/main amd64 liburing2 amd64 2.3-3 [12.6 kB] [base-builder] Get:50 http://deb.debian.org/debian bookworm/main amd64 libubsan1 amd64 12.2.0-14+deb12u1 [883 kB] [base-runtime] Get:91 http://deb.debian.org/debian bookworm/main amd64 python3-lib2to3 all 3.11.2-3 [76.3 kB] [base-runtime] Get:92 http://deb.debian.org/debian bookworm/main amd64 python3-distutils all 3.11.2-3 [131 kB] [base-builder] Get:51 http://deb.debian.org/debian bookworm/main amd64 libquadmath0 amd64 12.2.0-14+deb12u1 [145 kB] [base-runtime] Get:93 http://deb.debian.org/debian bookworm/main amd64 python3-pkg-resources all 66.1.1-1+deb12u2 [297 kB] [base-runtime] Get:94 http://deb.debian.org/debian bookworm/main amd64 python3-setuptools all 66.1.1-1+deb12u2 [522 kB] [base-builder] Get:52 http://deb.debian.org/debian bookworm/main amd64 libgcc-12-dev amd64 12.2.0-14+deb12u1 [2437 kB] [base-runtime] Get:95 http://deb.debian.org/debian bookworm/main amd64 python3-wheel all 0.38.4-2 [30.8 kB] [base-runtime] Get:96 http://deb.debian.org/debian bookworm/main amd64 python3-pip all 23.0.1+dfsg-1 [1325 kB] [base-builder] Get:53 http://deb.debian.org/debian bookworm/main amd64 gcc-12 amd64 12.2.0-14+deb12u1 [19.3 MB] [base-runtime] Get:97 http://deb.debian.org/debian bookworm/main amd64 qemu-utils amd64 1:7.2+dfsg-7+deb12u18 [1296 kB] [base-builder] Get:54 http://deb.debian.org/debian bookworm/main amd64 gcc amd64 4:12.2.0-3 [5216 B] [base-builder] Get:55 http://deb.debian.org/debian bookworm/main amd64 libc-dev-bin amd64 2.36-9+deb12u13 [47.4 kB] [base-builder] Get:56 http://deb.debian.org/debian-security bookworm-security/main amd64 linux-libc-dev amd64 6.1.162-1 [2237 kB] [base-builder] Get:57 http://deb.debian.org/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB] [base-builder] Get:58 http://deb.debian.org/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB] [base-builder] Get:59 http://deb.debian.org/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB] [base-builder] Get:60 http://deb.debian.org/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB] [base-builder] Get:61 http://deb.debian.org/debian bookworm/main amd64 libc6-dev amd64 2.36-9+deb12u13 [1904 kB] [base-builder] Get:62 http://deb.debian.org/debian bookworm/main amd64 libstdc++-12-dev amd64 12.2.0-14+deb12u1 [2047 kB] [base-builder] Get:63 http://deb.debian.org/debian bookworm/main amd64 g++-12 amd64 12.2.0-14+deb12u1 [10.7 MB] [base-runtime] debconf: delaying package configuration, since apt-utils is not installed [base-builder] Get:64 http://deb.debian.org/debian bookworm/main amd64 g++ amd64 4:12.2.0-3 [1356 B] [base-runtime] Fetched 38.7 MB in 1s (60.5 MB/s) [base-runtime] Selecting previously unselected package perl-modules-5.36. [base-builder] Get:65 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] [base-runtime] (Reading database ... [base-runtime] (Reading database ... 5% [base-runtime] (Reading database ... 10% [base-runtime] (Reading database ... 15% [base-runtime] (Reading database ... 20% [base-builder] Get:66 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] [base-runtime] (Reading database ... 25% [base-runtime] (Reading database ... 30% [base-builder] Get:67 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] [base-runtime] (Reading database ... 35% [base-builder] Get:68 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] [base-runtime] (Reading database ... 40% [base-runtime] (Reading database ... 45% [base-runtime] (Reading database ... 50% [base-runtime] (Reading database ... 55% [base-runtime] (Reading database ... 60% [base-builder] Get:69 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] [base-runtime] (Reading database ... 65% [base-runtime] (Reading database ... 70% [base-runtime] (Reading database ... 75% [base-runtime] (Reading database ... 80% [base-builder] Get:70 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] [base-runtime] (Reading database ... 85% [base-runtime] (Reading database ... 90% [base-runtime] (Reading database ... 95% [base-runtime] (Reading database ... 100% [base-runtime] (Reading database ... 6096 files and directories currently installed.) [base-builder] Get:71 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [base-builder] Get:72 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] [base-runtime] Preparing to unpack .../00-perl-modules-5.36_5.36.0-7+deb12u3_all.deb ... [base-runtime] Unpacking perl-modules-5.36 (5.36.0-7+deb12u3) ... [base-builder] Get:73 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u14 [386 kB] [base-builder] Get:74 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB] [base-builder] Get:75 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.5-0+deb12u3 [2053 kB] [base-builder] Get:76 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.5-0+deb12u3 [7264 kB] [base-builder] Get:77 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] [base-builder] Get:78 http://deb.debian.org/debian bookworm/main amd64 libexpat1-dev amd64 2.5.0-1+deb12u2 [151 kB] [base-builder] Get:79 http://deb.debian.org/debian bookworm/main amd64 libffi-dev amd64 3.4.4-1 [59.4 kB] [base-builder] Get:80 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-0 amd64 2.74.6-2+deb12u8 [1402 kB] [base-builder] Get:81 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3+deb12u1 [9376 kB] [base-builder] Get:82 http://deb.debian.org/debian bookworm/main amd64 libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [326 kB] [base-builder] Get:83 http://deb.debian.org/debian bookworm/main amd64 libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [116 kB] [base-builder] Get:84 http://deb.debian.org/debian bookworm/main amd64 libjs-sphinxdoc all 5.3.0-4 [130 kB] [base-builder] Get:85 http://deb.debian.org/debian bookworm/main amd64 libldap-dev amd64 2.5.13+dfsg-5 [298 kB] [base-builder] Get:86 http://deb.debian.org/debian bookworm/main amd64 libldap2-dev all 2.5.13+dfsg-5 [22.6 kB] [base-builder] Get:87 http://deb.debian.org/debian bookworm/main amd64 mysql-common all 5.8+1.1.0 [6636 B] [base-builder] Get:88 http://deb.debian.org/debian bookworm/main amd64 mariadb-common all 1:10.11.14-0+deb12u2 [26.3 kB] [base-builder] Get:89 http://deb.debian.org/debian bookworm/main amd64 libmariadb3 amd64 1:10.11.14-0+deb12u2 [182 kB] [base-builder] Get:90 http://deb.debian.org/debian-security bookworm-security/main amd64 libssl-dev amd64 3.0.18-1~deb12u2 [2444 kB] [base-runtime] Selecting previously unselected package libgdbm6:amd64. [base-runtime] Preparing to unpack .../01-libgdbm6_1.23-3_amd64.deb ... [base-builder] Get:91 http://deb.debian.org/debian bookworm/main amd64 zlib1g-dev amd64 1:1.2.13.dfsg-1 [916 kB] [base-runtime] Unpacking libgdbm6:amd64 (1.23-3) ... [base-builder] Get:92 http://deb.debian.org/debian bookworm/main amd64 libmariadb-dev amd64 1:10.11.14-0+deb12u2 [273 kB] [base-runtime] Selecting previously unselected package libgdbm-compat4:amd64. [base-runtime] Preparing to unpack .../02-libgdbm-compat4_1.23-3_amd64.deb ... [base-runtime] Unpacking libgdbm-compat4:amd64 (1.23-3) ... [base-builder] Get:93 http://deb.debian.org/debian bookworm/main amd64 libnl-3-200 amd64 3.7.0-0.2+b1 [63.1 kB] [base-builder] Get:94 http://deb.debian.org/debian bookworm/main amd64 libnuma1 amd64 2.0.16-1 [21.0 kB] [base-builder] Get:95 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB] [base-builder] Get:96 http://deb.debian.org/debian bookworm/main amd64 libpython3.11 amd64 3.11.2-6+deb12u6 [1987 kB] [base-runtime] Selecting previously unselected package libperl5.36:amd64. [base-runtime] Preparing to unpack .../03-libperl5.36_5.36.0-7+deb12u3_amd64.deb ... [base-runtime] Unpacking libperl5.36:amd64 (5.36.0-7+deb12u3) ... [base-builder] Get:97 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-dev amd64 3.11.2-6+deb12u6 [4742 kB] [base-builder] Get:98 http://deb.debian.org/debian bookworm/main amd64 libpython3-dev amd64 3.11.2-1+b1 [9572 B] [base-builder] Get:99 http://deb.debian.org/debian bookworm/main amd64 libsasl2-dev amd64 2.1.28+dfsg-10 [235 kB] [base-builder] Get:100 http://deb.debian.org/debian bookworm/main amd64 libssh-4 amd64 0.10.6-0+deb12u2 [189 kB] [base-builder] Get:101 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u5 [688 kB] [base-builder] Get:102 http://deb.debian.org/debian bookworm/main amd64 libyajl2 amd64 2.1.0-3+deb12u2 [23.0 kB] [base-builder] Get:103 http://deb.debian.org/debian bookworm/main amd64 libvirt0 amd64 9.0.0-4+deb12u2 [1669 kB] [base-builder] Get:104 http://deb.debian.org/debian bookworm/main amd64 libvirt-dev amd64 9.0.0-4+deb12u2 [258 kB] [base-builder] Get:105 http://deb.debian.org/debian bookworm/main amd64 make amd64 4.3-4.1 [396 kB] [base-builder] Get:106 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB] [base-builder] Get:107 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB] [base-builder] Get:108 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB] [base-builder] Get:109 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB] [base-builder] Get:110 http://deb.debian.org/debian bookworm/main amd64 python3.11-dev amd64 3.11.2-6+deb12u6 [615 kB] [base-builder] Get:111 http://deb.debian.org/debian bookworm/main amd64 python3-lib2to3 all 3.11.2-3 [76.3 kB] [base-builder] Get:112 http://deb.debian.org/debian bookworm/main amd64 python3-distutils all 3.11.2-3 [131 kB] [base-builder] Get:113 http://deb.debian.org/debian bookworm/main amd64 python3-dev amd64 3.11.2-1+b1 [26.2 kB] [base-builder] Get:114 http://deb.debian.org/debian bookworm/main amd64 python3-pkg-resources all 66.1.1-1+deb12u2 [297 kB] [base-builder] Get:115 http://deb.debian.org/debian bookworm/main amd64 python3-setuptools all 66.1.1-1+deb12u2 [522 kB] [base-builder] Get:116 http://deb.debian.org/debian bookworm/main amd64 python3-wheel all 0.38.4-2 [30.8 kB] [base-builder] Get:117 http://deb.debian.org/debian bookworm/main amd64 python3-pip all 23.0.1+dfsg-1 [1325 kB] [base-runtime] Selecting previously unselected package perl. [base-runtime] Preparing to unpack .../04-perl_5.36.0-7+deb12u3_amd64.deb ... [base-builder] debconf: delaying package configuration, since apt-utils is not installed [base-runtime] Unpacking perl (5.36.0-7+deb12u3) ... [base-builder] Fetched 122 MB in 1s (87.1 MB/s) [base-builder] Selecting previously unselected package perl-modules-5.36. [base-builder] (Reading database ... [base-builder] (Reading database ... 5% [base-builder] (Reading database ... 10% [base-builder] (Reading database ... 15% [base-builder] (Reading database ... 20% [base-builder] (Reading database ... 25% [base-builder] (Reading database ... 30% [base-builder] (Reading database ... 35% [base-builder] (Reading database ... 40% [base-builder] (Reading database ... 45% [base-builder] (Reading database ... 50% [base-builder] (Reading database ... 55% [base-builder] (Reading database ... 60% [base-builder] (Reading database ... 65% [base-builder] (Reading database ... 70% [base-builder] (Reading database ... 75% [base-builder] (Reading database ... 80% [base-builder] (Reading database ... 85% [base-builder] (Reading database ... 90% [base-builder] (Reading database ... 95% [base-builder] (Reading database ... 100% [base-builder] (Reading database ... 6096 files and directories currently installed.) [base-builder] Preparing to unpack .../0-perl-modules-5.36_5.36.0-7+deb12u3_all.deb ... [base-runtime] Selecting previously unselected package netbase. [base-builder] Unpacking perl-modules-5.36 (5.36.0-7+deb12u3) ... [base-runtime] Preparing to unpack .../05-netbase_6.4_all.deb ... [base-runtime] Unpacking netbase (6.4) ... [base-runtime] Selecting previously unselected package libdbus-1-3:amd64. [base-runtime] Preparing to unpack .../06-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... [base-runtime] Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... [base-runtime] Selecting previously unselected package libmnl0:amd64. [base-runtime] Preparing to unpack .../07-libmnl0_1.0.4-3_amd64.deb ... [base-runtime] Unpacking libmnl0:amd64 (1.0.4-3) ... [base-runtime] Selecting previously unselected package libnfnetlink0:amd64. [base-runtime] Preparing to unpack .../08-libnfnetlink0_1.0.2-2_amd64.deb ... [base-runtime] Unpacking libnfnetlink0:amd64 (1.0.2-2) ... [base-runtime] Selecting previously unselected package libnetfilter-conntrack3:amd64. [base-runtime] Preparing to unpack .../09-libnetfilter-conntrack3_1.0.9-3_amd64.deb ... [base-runtime] Unpacking libnetfilter-conntrack3:amd64 (1.0.9-3) ... [base-runtime] Selecting previously unselected package libjansson4:amd64. [base-runtime] Preparing to unpack .../10-libjansson4_2.14-2_amd64.deb ... [base-runtime] Unpacking libjansson4:amd64 (2.14-2) ... [base-runtime] Selecting previously unselected package libnftnl11:amd64. [base-runtime] Preparing to unpack .../11-libnftnl11_1.2.4-2_amd64.deb ... [base-runtime] Unpacking libnftnl11:amd64 (1.2.4-2) ... [base-runtime] Selecting previously unselected package libxtables12:amd64. [base-runtime] Preparing to unpack .../12-libxtables12_1.8.9-2_amd64.deb ... [base-runtime] Unpacking libxtables12:amd64 (1.8.9-2) ... [base-runtime] Selecting previously unselected package libnftables1:amd64. [base-runtime] Preparing to unpack .../13-libnftables1_1.0.6-2+deb12u2_amd64.deb ... [base-runtime] Unpacking libnftables1:amd64 (1.0.6-2+deb12u2) ... [base-runtime] Selecting previously unselected package dnsmasq-base. [base-runtime] Preparing to unpack .../14-dnsmasq-base_2.90-4~deb12u1_amd64.deb ... [base-runtime] Unpacking dnsmasq-base (2.90-4~deb12u1) ... [base-runtime] Selecting previously unselected package runit-helper. [base-runtime] Preparing to unpack .../15-runit-helper_2.15.2_all.deb ... [base-runtime] Unpacking runit-helper (2.15.2) ... [base-runtime] Selecting previously unselected package dnsmasq. [base-runtime] Preparing to unpack .../16-dnsmasq_2.90-4~deb12u1_all.deb ... [base-runtime] Unpacking dnsmasq (2.90-4~deb12u1) ... [base-runtime] Selecting previously unselected package dmsetup. [base-runtime] Preparing to unpack .../17-dmsetup_2%3a1.02.185-2_amd64.deb ... [base-runtime] Unpacking dmsetup (2:1.02.185-2) ... [base-builder] Selecting previously unselected package libgdbm6:amd64. [base-runtime] Selecting previously unselected package libdevmapper1.02.1:amd64. [base-builder] Preparing to unpack .../1-libgdbm6_1.23-3_amd64.deb ... [base-runtime] Preparing to unpack .../18-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... [base-builder] Unpacking libgdbm6:amd64 (1.23-3) ... [base-runtime] Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [base-builder] Selecting previously unselected package libgdbm-compat4:amd64. [base-builder] Preparing to unpack .../2-libgdbm-compat4_1.23-3_amd64.deb ... [base-builder] Unpacking libgdbm-compat4:amd64 (1.23-3) ... [base-runtime] Selecting previously unselected package libevent-core-2.1-7:amd64. [base-runtime] Preparing to unpack .../19-libevent-core-2.1-7_2.1.12-stable-8_amd64.deb ... [base-runtime] Unpacking libevent-core-2.1-7:amd64 (2.1.12-stable-8) ... [base-builder] Selecting previously unselected package libperl5.36:amd64. [base-builder] Preparing to unpack .../3-libperl5.36_5.36.0-7+deb12u3_amd64.deb ... [base-builder] Unpacking libperl5.36:amd64 (5.36.0-7+deb12u3) ... [base-runtime] Selecting previously unselected package libkrb5support0:amd64. [base-runtime] Preparing to unpack .../20-libkrb5support0_1.20.1-2+deb12u4_amd64.deb ... [base-runtime] Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u4) ... [base-runtime] Selecting previously unselected package libk5crypto3:amd64. [base-runtime] Preparing to unpack .../21-libk5crypto3_1.20.1-2+deb12u4_amd64.deb ... [base-runtime] Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u4) ... [base-runtime] Selecting previously unselected package libkeyutils1:amd64. [base-runtime] Preparing to unpack .../22-libkeyutils1_1.6.3-2_amd64.deb ... [base-runtime] Unpacking libkeyutils1:amd64 (1.6.3-2) ... [base-runtime] Selecting previously unselected package libssl3:amd64. [base-runtime] Preparing to unpack .../23-libssl3_3.0.18-1~deb12u2_amd64.deb ... [base-runtime] Unpacking libssl3:amd64 (3.0.18-1~deb12u2) ... [base-runtime] Selecting previously unselected package libkrb5-3:amd64. [base-runtime] Preparing to unpack .../24-libkrb5-3_1.20.1-2+deb12u4_amd64.deb ... [base-runtime] Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u4) ... [base-builder] Selecting previously unselected package perl. [base-builder] Preparing to unpack .../4-perl_5.36.0-7+deb12u3_amd64.deb ... [base-runtime] Selecting previously unselected package libgssapi-krb5-2:amd64. [base-runtime] Preparing to unpack .../25-libgssapi-krb5-2_1.20.1-2+deb12u4_amd64.deb ... [base-builder] Unpacking perl (5.36.0-7+deb12u3) ... [base-runtime] Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u4) ... [base-runtime] Selecting previously unselected package libsasl2-modules-db:amd64. [base-runtime] Preparing to unpack .../26-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... [base-runtime] Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [base-builder] Selecting previously unselected package libssl3:amd64. [base-builder] Preparing to unpack .../5-libssl3_3.0.18-1~deb12u2_amd64.deb ... [base-runtime] Selecting previously unselected package libsasl2-2:amd64. [base-builder] Unpacking libssl3:amd64 (3.0.18-1~deb12u2) ... [base-runtime] Preparing to unpack .../27-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... [base-runtime] Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... [base-runtime] Selecting previously unselected package libldap-2.5-0:amd64. [base-runtime] Preparing to unpack .../28-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... [base-runtime] Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [base-runtime] Selecting previously unselected package libnfsidmap1:amd64. [base-runtime] Preparing to unpack .../29-libnfsidmap1_1%3a2.6.2-4+deb12u1_amd64.deb ... [base-runtime] Unpacking libnfsidmap1:amd64 (1:2.6.2-4+deb12u1) ... [base-runtime] Selecting previously unselected package libtirpc-common. [base-runtime] Preparing to unpack .../30-libtirpc-common_1.3.3+ds-1_all.deb ... [base-runtime] Unpacking libtirpc-common (1.3.3+ds-1) ... [base-runtime] Selecting previously unselected package libtirpc3:amd64. [base-runtime] Preparing to unpack .../31-libtirpc3_1.3.3+ds-1_amd64.deb ... [base-runtime] Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... [base-builder] Selecting previously unselected package libpython3.11-minimal:amd64. [base-builder] Preparing to unpack .../6-libpython3.11-minimal_3.11.2-6+deb12u6_amd64.deb ... [base-runtime] Selecting previously unselected package libnsl2:amd64. [base-runtime] Preparing to unpack .../32-libnsl2_1.3.0-2_amd64.deb ... [base-runtime] Unpacking libnsl2:amd64 (1.3.0-2) ... [base-builder] Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ... [base-runtime] Selecting previously unselected package libwrap0:amd64. [base-runtime] Preparing to unpack .../33-libwrap0_7.6.q-32_amd64.deb ... [base-runtime] Unpacking libwrap0:amd64 (7.6.q-32) ... [base-builder] Selecting previously unselected package libexpat1:amd64. [base-runtime] Selecting previously unselected package rpcbind. [base-runtime] Preparing to unpack .../34-rpcbind_1.2.6-6+b1_amd64.deb ... [base-builder] Preparing to unpack .../7-libexpat1_2.5.0-1+deb12u2_amd64.deb ... [base-builder] Unpacking libexpat1:amd64 (2.5.0-1+deb12u2) ... [base-runtime] Unpacking rpcbind (1.2.6-6+b1) ... [base-builder] Selecting previously unselected package python3.11-minimal. [base-runtime] Selecting previously unselected package sensible-utils. [base-builder] Preparing to unpack .../8-python3.11-minimal_3.11.2-6+deb12u6_amd64.deb ... [base-runtime] Preparing to unpack .../35-sensible-utils_0.0.17+nmu1_all.deb ... [base-runtime] Unpacking sensible-utils (0.0.17+nmu1) ... [base-builder] Unpacking python3.11-minimal (3.11.2-6+deb12u6) ... [base-runtime] Selecting previously unselected package ucf. [base-runtime] Preparing to unpack .../36-ucf_3.0043+nmu1+deb12u1_all.deb ... [base-runtime] Moving old data out of the way [base-runtime] Unpacking ucf (3.0043+nmu1+deb12u1) ... [base-runtime] Selecting previously unselected package keyutils. [base-runtime] Preparing to unpack .../37-keyutils_1.6.3-2_amd64.deb ... [base-runtime] Unpacking keyutils (1.6.3-2) ... [base-runtime] Selecting previously unselected package libpython3.11-minimal:amd64. [base-runtime] Preparing to unpack .../38-libpython3.11-minimal_3.11.2-6+deb12u6_amd64.deb ... [base-runtime] Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ... [base-runtime] Selecting previously unselected package libexpat1:amd64. [base-runtime] Preparing to unpack .../39-libexpat1_2.5.0-1+deb12u2_amd64.deb ... [base-runtime] Unpacking libexpat1:amd64 (2.5.0-1+deb12u2) ... [base-runtime] Selecting previously unselected package python3.11-minimal. [base-runtime] Preparing to unpack .../40-python3.11-minimal_3.11.2-6+deb12u6_amd64.deb ... [base-runtime] Unpacking python3.11-minimal (3.11.2-6+deb12u6) ... [base-builder] Setting up libssl3:amd64 (3.0.18-1~deb12u2) ... [base-builder] Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ... [base-builder] Setting up libexpat1:amd64 (2.5.0-1+deb12u2) ... [base-builder] Setting up python3.11-minimal (3.11.2-6+deb12u6) ... [base-runtime] Setting up libssl3:amd64 (3.0.18-1~deb12u2) ... [base-runtime] Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ... [base-runtime] Setting up libexpat1:amd64 (2.5.0-1+deb12u2) ... [base-runtime] Setting up python3.11-minimal (3.11.2-6+deb12u6) ... [base-builder] Selecting previously unselected package python3-minimal. [base-builder] (Reading database ... [base-builder] (Reading database ... 5% [base-builder] (Reading database ... 10% [base-builder] (Reading database ... 15% [base-builder] (Reading database ... 20% [base-builder] (Reading database ... 25% [base-builder] (Reading database ... 30% [base-builder] (Reading database ... 35% [base-builder] (Reading database ... 40% [base-builder] (Reading database ... 45% [base-builder] (Reading database ... 50% [base-builder] (Reading database ... 55% [base-builder] (Reading database ... 60% [base-builder] (Reading database ... 65% [base-builder] (Reading database ... 70% [base-builder] (Reading database ... 75% [base-builder] (Reading database ... 80% [base-builder] (Reading database ... 85% [base-builder] (Reading database ... 90% [base-builder] (Reading database ... 95% [base-builder] (Reading database ... 100% [base-builder] (Reading database ... 8428 files and directories currently installed.) [base-builder] Preparing to unpack .../00-python3-minimal_3.11.2-1+b1_amd64.deb ... [base-builder] Unpacking python3-minimal (3.11.2-1+b1) ... [base-builder] Selecting previously unselected package media-types. [base-builder] Preparing to unpack .../01-media-types_10.0.0_all.deb ... [base-builder] Unpacking media-types (10.0.0) ... [base-builder] Selecting previously unselected package libncursesw6:amd64. [base-builder] Preparing to unpack .../02-libncursesw6_6.4-4_amd64.deb ... [base-builder] Unpacking libncursesw6:amd64 (6.4-4) ... [base-builder] Selecting previously unselected package libkrb5support0:amd64. [base-builder] Preparing to unpack .../03-libkrb5support0_1.20.1-2+deb12u4_amd64.deb ... [base-builder] Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u4) ... [base-builder] Selecting previously unselected package libk5crypto3:amd64. [base-builder] Preparing to unpack .../04-libk5crypto3_1.20.1-2+deb12u4_amd64.deb ... [base-builder] Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u4) ... [base-builder] Selecting previously unselected package libkeyutils1:amd64. [base-builder] Preparing to unpack .../05-libkeyutils1_1.6.3-2_amd64.deb ... [base-builder] Unpacking libkeyutils1:amd64 (1.6.3-2) ... [base-builder] Selecting previously unselected package libkrb5-3:amd64. [base-builder] Preparing to unpack .../06-libkrb5-3_1.20.1-2+deb12u4_amd64.deb ... [base-builder] Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u4) ... [base-runtime] Selecting previously unselected package python3-minimal. [base-runtime] (Reading database ... [base-runtime] (Reading database ... 5% [base-runtime] (Reading database ... 10% [base-runtime] (Reading database ... 15% [base-runtime] (Reading database ... 20% [base-runtime] (Reading database ... 25% [base-runtime] (Reading database ... 30% [base-runtime] (Reading database ... 35% [base-runtime] (Reading database ... 40% [base-runtime] (Reading database ... 45% [base-runtime] (Reading database ... 50% [base-runtime] (Reading database ... 55% [base-runtime] (Reading database ... 60% [base-runtime] (Reading database ... 65% [base-runtime] (Reading database ... 70% [base-runtime] (Reading database ... 75% [base-runtime] (Reading database ... 80% [base-runtime] (Reading database ... 85% [base-runtime] (Reading database ... 90% [base-runtime] (Reading database ... 95% [base-runtime] (Reading database ... 100% [base-runtime] (Reading database ... 8814 files and directories currently installed.) [base-runtime] Preparing to unpack .../0-python3-minimal_3.11.2-1+b1_amd64.deb ... [base-runtime] Unpacking python3-minimal (3.11.2-1+b1) ... [base-runtime] Selecting previously unselected package media-types. [base-runtime] Preparing to unpack .../1-media-types_10.0.0_all.deb ... [base-runtime] Unpacking media-types (10.0.0) ... [base-runtime] Selecting previously unselected package libncursesw6:amd64. [base-runtime] Preparing to unpack .../2-libncursesw6_6.4-4_amd64.deb ... [base-runtime] Unpacking libncursesw6:amd64 (6.4-4) ... [base-builder] Selecting previously unselected package libgssapi-krb5-2:amd64. [base-builder] Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-2+deb12u4_amd64.deb ... [base-builder] Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u4) ... [base-runtime] Selecting previously unselected package readline-common. [base-runtime] Preparing to unpack .../3-readline-common_8.2-1.3_all.deb ... [base-runtime] Unpacking readline-common (8.2-1.3) ... [base-builder] Selecting previously unselected package libtirpc-common. [base-runtime] Selecting previously unselected package libreadline8:amd64. [base-builder] Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ... [base-runtime] Preparing to unpack .../4-libreadline8_8.2-1.3_amd64.deb ... [base-runtime] Unpacking libreadline8:amd64 (8.2-1.3) ... [base-builder] Unpacking libtirpc-common (1.3.3+ds-1) ... [base-runtime] Selecting previously unselected package libsqlite3-0:amd64. [base-builder] Selecting previously unselected package libtirpc3:amd64. [base-builder] Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ... [base-runtime] Preparing to unpack .../5-libsqlite3-0_3.40.1-2+deb12u2_amd64.deb ... [base-builder] Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... [base-runtime] Unpacking libsqlite3-0:amd64 (3.40.1-2+deb12u2) ... [base-builder] Selecting previously unselected package libnsl2:amd64. [base-builder] Preparing to unpack .../10-libnsl2_1.3.0-2_amd64.deb ... [base-builder] Unpacking libnsl2:amd64 (1.3.0-2) ... [base-builder] Selecting previously unselected package readline-common. [base-builder] Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ... [base-builder] Unpacking readline-common (8.2-1.3) ... [base-builder] Selecting previously unselected package libreadline8:amd64. [base-builder] Preparing to unpack .../12-libreadline8_8.2-1.3_amd64.deb ... [base-builder] Unpacking libreadline8:amd64 (8.2-1.3) ... [base-runtime] Selecting previously unselected package libpython3.11-stdlib:amd64. [base-runtime] Preparing to unpack .../6-libpython3.11-stdlib_3.11.2-6+deb12u6_amd64.deb ... [base-runtime] Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ... [base-builder] Selecting previously unselected package libsqlite3-0:amd64. [base-builder] Preparing to unpack .../13-libsqlite3-0_3.40.1-2+deb12u2_amd64.deb ... [base-builder] Unpacking libsqlite3-0:amd64 (3.40.1-2+deb12u2) ... [base-builder] Selecting previously unselected package libpython3.11-stdlib:amd64. [base-builder] Preparing to unpack .../14-libpython3.11-stdlib_3.11.2-6+deb12u6_amd64.deb ... [base-builder] Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ... [base-runtime] Selecting previously unselected package python3.11. [base-runtime] Preparing to unpack .../7-python3.11_3.11.2-6+deb12u6_amd64.deb ... [base-runtime] Unpacking python3.11 (3.11.2-6+deb12u6) ... [base-runtime] Selecting previously unselected package libpython3-stdlib:amd64. [base-runtime] Preparing to unpack .../8-libpython3-stdlib_3.11.2-1+b1_amd64.deb ... [base-runtime] Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ... [base-runtime] Setting up python3-minimal (3.11.2-1+b1) ... [base-builder] Selecting previously unselected package python3.11. [base-builder] Preparing to unpack .../15-python3.11_3.11.2-6+deb12u6_amd64.deb ... [base-builder] Unpacking python3.11 (3.11.2-6+deb12u6) ... [base-builder] Selecting previously unselected package libpython3-stdlib:amd64. [base-builder] Preparing to unpack .../16-libpython3-stdlib_3.11.2-1+b1_amd64.deb ... [base-builder] Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ... [base-builder] Setting up python3-minimal (3.11.2-1+b1) ... [base-runtime] Selecting previously unselected package python3. [base-runtime] (Reading database ... [base-runtime] (Reading database ... 5% [base-runtime] (Reading database ... 10% [base-runtime] (Reading database ... 15% [base-runtime] (Reading database ... 20% [base-runtime] (Reading database ... 25% [base-runtime] (Reading database ... 30% [base-runtime] (Reading database ... 35% [base-runtime] (Reading database ... 40% [base-runtime] (Reading database ... 45% [base-runtime] (Reading database ... 50% [base-runtime] (Reading database ... 55% [base-runtime] (Reading database ... 60% [base-runtime] (Reading database ... 65% [base-runtime] (Reading database ... 70% [base-runtime] (Reading database ... 75% [base-runtime] (Reading database ... 80% [base-runtime] (Reading database ... 85% [base-runtime] (Reading database ... 90% [base-runtime] (Reading database ... 95% [base-runtime] (Reading database ... 100% [base-runtime] (Reading database ... 9265 files and directories currently installed.) [base-runtime] Preparing to unpack .../00-python3_3.11.2-1+b1_amd64.deb ... [base-runtime] Unpacking python3 (3.11.2-1+b1) ... [base-runtime] Selecting previously unselected package nfs-common. [base-runtime] Preparing to unpack .../01-nfs-common_1%3a2.6.2-4+deb12u1_amd64.deb ... [base-runtime] Unpacking nfs-common (1:2.6.2-4+deb12u1) ... [base-runtime] Selecting previously unselected package sudo. [base-runtime] Preparing to unpack .../02-sudo_1.9.13p3-1+deb12u3_amd64.deb ... [base-runtime] Unpacking sudo (1.9.13p3-1+deb12u3) ... [base-builder] Selecting previously unselected package python3. [base-builder] (Reading database ... [base-builder] (Reading database ... 5% [base-builder] (Reading database ... 10% [base-builder] (Reading database ... 15% [base-builder] (Reading database ... 20% [base-builder] (Reading database ... 25% [base-builder] (Reading database ... 30% [base-builder] (Reading database ... 35% [base-builder] (Reading database ... 40% [base-builder] (Reading database ... 45% [base-builder] (Reading database ... 50% [base-builder] (Reading database ... 55% [base-builder] (Reading database ... 60% [base-builder] (Reading database ... 65% [base-builder] (Reading database ... 70% [base-builder] (Reading database ... 75% [base-builder] (Reading database ... 80% [base-builder] (Reading database ... 85% [base-builder] (Reading database ... 90% [base-builder] (Reading database ... 95% [base-builder] (Reading database ... 100% [base-builder] (Reading database ... 8936 files and directories currently installed.) [base-builder] Preparing to unpack .../00-python3_3.11.2-1+b1_amd64.deb ... [base-builder] Unpacking python3 (3.11.2-1+b1) ... [base-builder] Selecting previously unselected package openssl. [base-builder] Preparing to unpack .../01-openssl_3.0.18-1~deb12u2_amd64.deb ... [base-builder] Unpacking openssl (3.0.18-1~deb12u2) ... [base-runtime] Selecting previously unselected package libelf1:amd64. [base-runtime] Preparing to unpack .../03-libelf1_0.188-2.1_amd64.deb ... [base-runtime] Unpacking libelf1:amd64 (0.188-2.1) ... [base-runtime] Selecting previously unselected package libbpf1:amd64. [base-runtime] Preparing to unpack .../04-libbpf1_1%3a1.1.2-0+deb12u1_amd64.deb ... [base-runtime] Unpacking libbpf1:amd64 (1:1.1.2-0+deb12u1) ... [base-runtime] Selecting previously unselected package libbsd0:amd64. [base-runtime] Preparing to unpack .../05-libbsd0_0.11.7-2_amd64.deb ... [base-runtime] Unpacking libbsd0:amd64 (0.11.7-2) ... [base-builder] Selecting previously unselected package ca-certificates. [base-runtime] Selecting previously unselected package libcap2-bin. [base-runtime] Preparing to unpack .../06-libcap2-bin_1%3a2.66-4+deb12u2+b2_amd64.deb ... [base-builder] Preparing to unpack .../02-ca-certificates_20230311+deb12u1_all.deb ... [base-runtime] Unpacking libcap2-bin (1:2.66-4+deb12u2+b2) ... [base-builder] Unpacking ca-certificates (20230311+deb12u1) ... [base-runtime] Selecting previously unselected package iproute2. [base-runtime] Preparing to unpack .../07-iproute2_6.1.0-3_amd64.deb ... [base-runtime] Unpacking iproute2 (6.1.0-3) ... [base-builder] Selecting previously unselected package binutils-common:amd64. [base-builder] Preparing to unpack .../03-binutils-common_2.40-2_amd64.deb ... [base-builder] Unpacking binutils-common:amd64 (2.40-2) ... [base-runtime] Selecting previously unselected package iputils-ping. [base-runtime] Preparing to unpack .../08-iputils-ping_3%3a20221126-1+deb12u1_amd64.deb ... [base-runtime] Unpacking iputils-ping (3:20221126-1+deb12u1) ... [base-runtime] Selecting previously unselected package libproc2-0:amd64. [base-runtime] Preparing to unpack .../09-libproc2-0_2%3a4.0.2-3_amd64.deb ... [base-runtime] Unpacking libproc2-0:amd64 (2:4.0.2-3) ... [base-runtime] Selecting previously unselected package procps. [base-runtime] Preparing to unpack .../10-procps_2%3a4.0.2-3_amd64.deb ... [base-runtime] Unpacking procps (2:4.0.2-3) ... [base-runtime] Selecting previously unselected package openssl. [base-runtime] Preparing to unpack .../11-openssl_3.0.18-1~deb12u2_amd64.deb ... [base-runtime] Unpacking openssl (3.0.18-1~deb12u2) ... [base-builder] Selecting previously unselected package libbinutils:amd64. [base-builder] Preparing to unpack .../04-libbinutils_2.40-2_amd64.deb ... [base-builder] Unpacking libbinutils:amd64 (2.40-2) ... [base-builder] Selecting previously unselected package libctf-nobfd0:amd64. [base-builder] Preparing to unpack .../05-libctf-nobfd0_2.40-2_amd64.deb ... [base-builder] Unpacking libctf-nobfd0:amd64 (2.40-2) ... [base-runtime] Selecting previously unselected package ca-certificates. [base-runtime] Preparing to unpack .../12-ca-certificates_20230311+deb12u1_all.deb ... [base-runtime] Unpacking ca-certificates (20230311+deb12u1) ... [base-builder] Selecting previously unselected package libctf0:amd64. [base-builder] Preparing to unpack .../06-libctf0_2.40-2_amd64.deb ... [base-builder] Unpacking libctf0:amd64 (2.40-2) ... [base-builder] Selecting previously unselected package libgprofng0:amd64. [base-builder] Preparing to unpack .../07-libgprofng0_2.40-2_amd64.deb ... [base-builder] Unpacking libgprofng0:amd64 (2.40-2) ... [base-runtime] Selecting previously unselected package libbrotli1:amd64. [base-runtime] Preparing to unpack .../13-libbrotli1_1.0.9-2+b6_amd64.deb ... [base-runtime] Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... [base-runtime] Selecting previously unselected package libnghttp2-14:amd64. [base-runtime] Preparing to unpack .../14-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... [base-runtime] Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [base-runtime] Selecting previously unselected package libpsl5:amd64. [base-runtime] Preparing to unpack .../15-libpsl5_0.21.2-1_amd64.deb ... [base-runtime] Unpacking libpsl5:amd64 (0.21.2-1) ... [base-runtime] Selecting previously unselected package librtmp1:amd64. [base-builder] Selecting previously unselected package libjansson4:amd64. [base-runtime] Preparing to unpack .../16-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [base-runtime] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [base-builder] Preparing to unpack .../08-libjansson4_2.14-2_amd64.deb ... [base-builder] Unpacking libjansson4:amd64 (2.14-2) ... [base-builder] Selecting previously unselected package binutils-x86-64-linux-gnu. [base-builder] Preparing to unpack .../09-binutils-x86-64-linux-gnu_2.40-2_amd64.deb ... [base-runtime] Selecting previously unselected package libssh2-1:amd64. [base-builder] Unpacking binutils-x86-64-linux-gnu (2.40-2) ... [base-runtime] Preparing to unpack .../17-libssh2-1_1.10.0-3+b1_amd64.deb ... [base-runtime] Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... [base-runtime] Selecting previously unselected package libcurl4:amd64. [base-runtime] Preparing to unpack .../18-libcurl4_7.88.1-10+deb12u14_amd64.deb ... [base-runtime] Unpacking libcurl4:amd64 (7.88.1-10+deb12u14) ... [base-runtime] Selecting previously unselected package curl. [base-runtime] Preparing to unpack .../19-curl_7.88.1-10+deb12u14_amd64.deb ... [base-runtime] Unpacking curl (7.88.1-10+deb12u14) ... [base-runtime] Selecting previously unselected package libconfig-inifiles-perl. [base-runtime] Preparing to unpack .../20-libconfig-inifiles-perl_3.000003-2_all.deb ... [base-runtime] Unpacking libconfig-inifiles-perl (3.000003-2) ... [base-runtime] Selecting previously unselected package mysql-common. [base-runtime] Preparing to unpack .../21-mysql-common_5.8+1.1.0_all.deb ... [base-runtime] Unpacking mysql-common (5.8+1.1.0) ... [base-runtime] Selecting previously unselected package mariadb-common. [base-runtime] Preparing to unpack .../22-mariadb-common_1%3a10.11.14-0+deb12u2_all.deb ... [base-runtime] Unpacking mariadb-common (1:10.11.14-0+deb12u2) ... [base-runtime] Selecting previously unselected package libmariadb3:amd64. [base-runtime] Preparing to unpack .../23-libmariadb3_1%3a10.11.14-0+deb12u2_amd64.deb ... [base-runtime] Unpacking libmariadb3:amd64 (1:10.11.14-0+deb12u2) ... [base-builder] Selecting previously unselected package binutils. [base-builder] Preparing to unpack .../10-binutils_2.40-2_amd64.deb ... [base-builder] Unpacking binutils (2.40-2) ... [base-builder] Selecting previously unselected package libisl23:amd64. [base-builder] Preparing to unpack .../11-libisl23_0.25-1.1_amd64.deb ... [base-builder] Unpacking libisl23:amd64 (0.25-1.1) ... [base-runtime] Selecting previously unselected package libedit2:amd64. [base-runtime] Preparing to unpack .../24-libedit2_3.1-20221030-2_amd64.deb ... [base-runtime] Unpacking libedit2:amd64 (3.1-20221030-2) ... [base-runtime] Selecting previously unselected package libncurses6:amd64. [base-runtime] Preparing to unpack .../25-libncurses6_6.4-4_amd64.deb ... [base-runtime] Unpacking libncurses6:amd64 (6.4-4) ... [base-runtime] Selecting previously unselected package mariadb-client-core. [base-runtime] Preparing to unpack .../26-mariadb-client-core_1%3a10.11.14-0+deb12u2_amd64.deb ... [base-runtime] Unpacking mariadb-client-core (1:10.11.14-0+deb12u2) ... [base-builder] Selecting previously unselected package libmpfr6:amd64. [base-builder] Preparing to unpack .../12-libmpfr6_4.2.0-1_amd64.deb ... [base-builder] Unpacking libmpfr6:amd64 (4.2.0-1) ... [base-builder] Selecting previously unselected package libmpc3:amd64. [base-builder] Preparing to unpack .../13-libmpc3_1.3.1-1_amd64.deb ... [base-builder] Unpacking libmpc3:amd64 (1.3.1-1) ... [base-builder] Selecting previously unselected package cpp-12. [base-builder] Preparing to unpack .../14-cpp-12_12.2.0-14+deb12u1_amd64.deb ... [base-builder] Unpacking cpp-12 (12.2.0-14+deb12u1) ... [base-runtime] Selecting previously unselected package mariadb-client. [base-runtime] Preparing to unpack .../27-mariadb-client_1%3a10.11.14-0+deb12u2_amd64.deb ... [base-runtime] Unpacking mariadb-client (1:10.11.14-0+deb12u2) ... [base-runtime] Selecting previously unselected package default-mysql-client. [base-runtime] Preparing to unpack .../28-default-mysql-client_1.1.0_all.deb ... [base-runtime] Unpacking default-mysql-client (1.1.0) ... [base-runtime] Selecting previously unselected package ebtables. [base-runtime] Preparing to unpack .../29-ebtables_2.0.11-5_amd64.deb ... [base-runtime] Unpacking ebtables (2.0.11-5) ... [base-runtime] Selecting previously unselected package libip4tc2:amd64. [base-runtime] Preparing to unpack .../30-libip4tc2_1.8.9-2_amd64.deb ... [base-runtime] Unpacking libip4tc2:amd64 (1.8.9-2) ... [base-runtime] Selecting previously unselected package libip6tc2:amd64. [base-runtime] Preparing to unpack .../31-libip6tc2_1.8.9-2_amd64.deb ... [base-runtime] Unpacking libip6tc2:amd64 (1.8.9-2) ... [base-runtime] Selecting previously unselected package iptables. [base-runtime] Preparing to unpack .../32-iptables_1.8.9-2_amd64.deb ... [base-runtime] Unpacking iptables (1.8.9-2) ... [base-runtime] Selecting previously unselected package libaio1:amd64. [base-runtime] Preparing to unpack .../33-libaio1_0.3.113-4_amd64.deb ... [base-runtime] Unpacking libaio1:amd64 (0.3.113-4) ... [base-runtime] Selecting previously unselected package libfuse3-3:amd64. [base-runtime] Preparing to unpack .../34-libfuse3-3_3.14.0-4_amd64.deb ... [base-runtime] Unpacking libfuse3-3:amd64 (3.14.0-4) ... [base-runtime] Selecting previously unselected package libglib2.0-0:amd64. [base-runtime] Preparing to unpack .../35-libglib2.0-0_2.74.6-2+deb12u8_amd64.deb ... [base-runtime] Unpacking libglib2.0-0:amd64 (2.74.6-2+deb12u8) ... [base-runtime] Selecting previously unselected package libjemalloc2:amd64. [base-runtime] Preparing to unpack .../36-libjemalloc2_5.3.0-1_amd64.deb ... [base-runtime] Unpacking libjemalloc2:amd64 (5.3.0-1) ... [base-builder] Selecting previously unselected package cpp. [base-builder] Preparing to unpack .../15-cpp_4%3a12.2.0-3_amd64.deb ... [base-builder] Unpacking cpp (4:12.2.0-3) ... [base-builder] Selecting previously unselected package libcc1-0:amd64. [base-builder] Preparing to unpack .../16-libcc1-0_12.2.0-14+deb12u1_amd64.deb ... [base-builder] Unpacking libcc1-0:amd64 (12.2.0-14+deb12u1) ... [base-runtime] Selecting previously unselected package libnuma1:amd64. [base-runtime] Preparing to unpack .../37-libnuma1_2.0.16-1_amd64.deb ... [base-runtime] Unpacking libnuma1:amd64 (2.0.16-1) ... [base-builder] Selecting previously unselected package libgomp1:amd64. [base-builder] Preparing to unpack .../17-libgomp1_12.2.0-14+deb12u1_amd64.deb ... [base-builder] Unpacking libgomp1:amd64 (12.2.0-14+deb12u1) ... [base-runtime] Selecting previously unselected package libpython3.11:amd64. [base-runtime] Preparing to unpack .../38-libpython3.11_3.11.2-6+deb12u6_amd64.deb ... [base-runtime] Unpacking libpython3.11:amd64 (3.11.2-6+deb12u6) ... [base-builder] Selecting previously unselected package libitm1:amd64. [base-builder] Preparing to unpack .../18-libitm1_12.2.0-14+deb12u1_amd64.deb ... [base-builder] Unpacking libitm1:amd64 (12.2.0-14+deb12u1) ... [base-builder] Selecting previously unselected package libatomic1:amd64. [base-builder] Preparing to unpack .../19-libatomic1_12.2.0-14+deb12u1_amd64.deb ... [base-builder] Unpacking libatomic1:amd64 (12.2.0-14+deb12u1) ... [base-builder] Selecting previously unselected package libasan8:amd64. [base-builder] Preparing to unpack .../20-libasan8_12.2.0-14+deb12u1_amd64.deb ... [base-builder] Unpacking libasan8:amd64 (12.2.0-14+deb12u1) ... [base-runtime] Selecting previously unselected package liburing2:amd64. [base-runtime] Preparing to unpack .../39-liburing2_2.3-3_amd64.deb ... [base-runtime] Unpacking liburing2:amd64 (2.3-3) ... [base-runtime] Selecting previously unselected package python3-lib2to3. [base-runtime] Preparing to unpack .../40-python3-lib2to3_3.11.2-3_all.deb ... [base-runtime] Unpacking python3-lib2to3 (3.11.2-3) ... [base-runtime] Selecting previously unselected package python3-distutils. [base-runtime] Preparing to unpack .../41-python3-distutils_3.11.2-3_all.deb ... [base-runtime] Unpacking python3-distutils (3.11.2-3) ... [base-runtime] Selecting previously unselected package python3-pkg-resources. [base-runtime] Preparing to unpack .../42-python3-pkg-resources_66.1.1-1+deb12u2_all.deb ... [base-runtime] Unpacking python3-pkg-resources (66.1.1-1+deb12u2) ... [base-builder] Selecting previously unselected package liblsan0:amd64. [base-builder] Preparing to unpack .../21-liblsan0_12.2.0-14+deb12u1_amd64.deb ... [base-builder] Unpacking liblsan0:amd64 (12.2.0-14+deb12u1) ... [base-runtime] Selecting previously unselected package python3-setuptools. [base-runtime] Preparing to unpack .../43-python3-setuptools_66.1.1-1+deb12u2_all.deb ... [base-runtime] Unpacking python3-setuptools (66.1.1-1+deb12u2) ... [base-runtime] Selecting previously unselected package python3-wheel. [base-runtime] Preparing to unpack .../44-python3-wheel_0.38.4-2_all.deb ... [base-runtime] Unpacking python3-wheel (0.38.4-2) ... [base-builder] Selecting previously unselected package libtsan2:amd64. [base-runtime] Selecting previously unselected package python3-pip. [base-builder] Preparing to unpack .../22-libtsan2_12.2.0-14+deb12u1_amd64.deb ... [base-builder] Unpacking libtsan2:amd64 (12.2.0-14+deb12u1) ... [base-runtime] Preparing to unpack .../45-python3-pip_23.0.1+dfsg-1_all.deb ... [base-runtime] Unpacking python3-pip (23.0.1+dfsg-1) ... [base-runtime] Selecting previously unselected package qemu-utils. [base-runtime] Preparing to unpack .../46-qemu-utils_1%3a7.2+dfsg-7+deb12u18_amd64.deb ... [base-runtime] Unpacking qemu-utils (1:7.2+dfsg-7+deb12u18) ... [base-builder] Selecting previously unselected package libubsan1:amd64. [base-builder] Preparing to unpack .../23-libubsan1_12.2.0-14+deb12u1_amd64.deb ... [base-builder] Unpacking libubsan1:amd64 (12.2.0-14+deb12u1) ... [base-runtime] Setting up libconfig-inifiles-perl (3.000003-2) ... [base-runtime] Setting up libip4tc2:amd64 (1.8.9-2) ... [base-runtime] Setting up media-types (10.0.0) ... [base-runtime] Setting up runit-helper (2.15.2) ... [base-runtime] Setting up mysql-common (5.8+1.1.0) ... [base-runtime] update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode [base-runtime] Setting up libkeyutils1:amd64 (1.6.3-2) ... [base-runtime] Setting up libpsl5:amd64 (0.21.2-1) ... [base-runtime] Setting up libip6tc2:amd64 (1.8.9-2) ... [base-runtime] Setting up libglib2.0-0:amd64 (2.74.6-2+deb12u8) ... [base-runtime] No schema files found: doing nothing. [base-runtime] Setting up libtirpc-common (1.3.3+ds-1) ... [base-runtime] Setting up libbrotli1:amd64 (1.0.9-2+b6) ... [base-runtime] Setting up libsqlite3-0:amd64 (3.40.1-2+deb12u2) ... [base-runtime] Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [base-builder] Selecting previously unselected package libquadmath0:amd64. [base-runtime] Setting up libjemalloc2:amd64 (5.3.0-1) ... [base-builder] Preparing to unpack .../24-libquadmath0_12.2.0-14+deb12u1_amd64.deb ... [base-runtime] Setting up libjansson4:amd64 (2.14-2) ... [base-builder] Unpacking libquadmath0:amd64 (12.2.0-14+deb12u1) ... [base-runtime] Setting up libkrb5support0:amd64 (1.20.1-2+deb12u4) ... [base-runtime] Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [base-runtime] Setting up libcap2-bin (1:2.66-4+deb12u2+b2) ... [base-runtime] Setting up mariadb-common (1:10.11.14-0+deb12u2) ... [base-runtime] update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode [base-runtime] Setting up perl-modules-5.36 (5.36.0-7+deb12u3) ... [base-runtime] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [base-runtime] Setting up libncurses6:amd64 (6.4-4) ... [base-runtime] Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... [base-runtime] Setting up libproc2-0:amd64 (2:4.0.2-3) ... [base-runtime] Setting up libmnl0:amd64 (1.0.4-3) ... [base-runtime] Setting up libevent-core-2.1-7:amd64 (2.1.12-stable-8) ... [base-runtime] Setting up sudo (1.9.13p3-1+deb12u3) ... [base-builder] Selecting previously unselected package libgcc-12-dev:amd64. [base-builder] Preparing to unpack .../25-libgcc-12-dev_12.2.0-14+deb12u1_amd64.deb ... [base-builder] Unpacking libgcc-12-dev:amd64 (12.2.0-14+deb12u1) ... [base-runtime] invoke-rc.d: could not determine current runlevel [base-runtime] invoke-rc.d: policy-rc.d denied execution of start. [base-runtime] Setting up libmariadb3:amd64 (1:10.11.14-0+deb12u2) ... [base-runtime] Setting up libncursesw6:amd64 (6.4-4) ... [base-runtime] Setting up libk5crypto3:amd64 (1.20.1-2+deb12u4) ... [base-runtime] Setting up libfuse3-3:amd64 (3.14.0-4) ... [base-runtime] Setting up libxtables12:amd64 (1.8.9-2) ... [base-runtime] Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... [base-runtime] Setting up libnuma1:amd64 (2.0.16-1) ... [base-runtime] Setting up keyutils (1.6.3-2) ... [base-runtime] Setting up sensible-utils (0.0.17+nmu1) ... [base-runtime] Setting up libnfnetlink0:amd64 (1.0.2-2) ... [base-runtime] Setting up procps (2:4.0.2-3) ... [base-runtime] Setting up libssh2-1:amd64 (1.10.0-3+b1) ... [base-runtime] Setting up netbase (6.4) ... [base-runtime] Setting up libkrb5-3:amd64 (1.20.1-2+deb12u4) ... [base-runtime] Setting up liburing2:amd64 (2.3-3) ... [base-runtime] Setting up libaio1:amd64 (0.3.113-4) ... [base-runtime] Setting up openssl (3.0.18-1~deb12u2) ... [base-runtime] Setting up libbsd0:amd64 (0.11.7-2) ... [base-runtime] Setting up libelf1:amd64 (0.188-2.1) ... [base-runtime] Setting up iputils-ping (3:20221126-1+deb12u1) ... [base-runtime] Setting up readline-common (8.2-1.3) ... [base-runtime] Setting up libbpf1:amd64 (1:1.1.2-0+deb12u1) ... [base-runtime] Setting up libgdbm6:amd64 (1.23-3) ... [base-runtime] Setting up libedit2:amd64 (3.1-20221030-2) ... [base-runtime] Setting up libreadline8:amd64 (8.2-1.3) ... [base-runtime] Setting up libnftnl11:amd64 (1.2.4-2) ... [base-runtime] Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [base-runtime] Setting up mariadb-client-core (1:10.11.14-0+deb12u2) ... [base-runtime] Setting up ca-certificates (20230311+deb12u1) ... [base-builder] Selecting previously unselected package gcc-12. [base-builder] Preparing to unpack .../26-gcc-12_12.2.0-14+deb12u1_amd64.deb ... [base-builder] Unpacking gcc-12 (12.2.0-14+deb12u1) ... [base-runtime] debconf: unable to initialize frontend: Dialog [base-runtime] debconf: (TERM is not set, so the dialog frontend is not usable.) [base-runtime] debconf: falling back to frontend: Readline [base-runtime] debconf: unable to initialize frontend: Readline [base-runtime] debconf: (This frontend requires a controlling tty.) [base-runtime] debconf: falling back to frontend: Teletype [base-runtime] Updating certificates in /etc/ssl/certs... [base-builder] Selecting previously unselected package gcc. [base-builder] Preparing to unpack .../27-gcc_4%3a12.2.0-3_amd64.deb ... [base-builder] Unpacking gcc (4:12.2.0-3) ... [base-builder] Selecting previously unselected package libc-dev-bin. [base-builder] Preparing to unpack .../28-libc-dev-bin_2.36-9+deb12u13_amd64.deb ... [base-builder] Unpacking libc-dev-bin (2.36-9+deb12u13) ... [base-builder] Selecting previously unselected package linux-libc-dev:amd64. [base-builder] Preparing to unpack .../29-linux-libc-dev_6.1.162-1_amd64.deb ... [base-builder] Unpacking linux-libc-dev:amd64 (6.1.162-1) ... [base-builder] Selecting previously unselected package libcrypt-dev:amd64. [base-builder] Preparing to unpack .../30-libcrypt-dev_1%3a4.4.33-2_amd64.deb ... [base-builder] Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ... [base-builder] Selecting previously unselected package libtirpc-dev:amd64. [base-builder] Preparing to unpack .../31-libtirpc-dev_1.3.3+ds-1_amd64.deb ... [base-builder] Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ... [base-builder] Selecting previously unselected package libnsl-dev:amd64. [base-builder] Preparing to unpack .../32-libnsl-dev_1.3.0-2_amd64.deb ... [base-builder] Unpacking libnsl-dev:amd64 (1.3.0-2) ... [base-builder] Selecting previously unselected package rpcsvc-proto. [base-builder] Preparing to unpack .../33-rpcsvc-proto_1.4.3-1_amd64.deb ... [base-builder] Unpacking rpcsvc-proto (1.4.3-1) ... [base-runtime] 142 added, 0 removed; done. [base-builder] Selecting previously unselected package libc6-dev:amd64. [base-builder] Preparing to unpack .../34-libc6-dev_2.36-9+deb12u13_amd64.deb ... [base-runtime] Setting up ebtables (2.0.11-5) ... [base-builder] Unpacking libc6-dev:amd64 (2.36-9+deb12u13) ... [base-runtime] update-alternatives: using /usr/sbin/ebtables-legacy to provide /usr/sbin/ebtables (ebtables) in auto mode [base-runtime] Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u4) ... [base-runtime] Setting up libgdbm-compat4:amd64 (1.23-3) ... [base-runtime] Setting up ucf (3.0043+nmu1+deb12u1) ... [base-builder] Selecting previously unselected package libstdc++-12-dev:amd64. [base-builder] Preparing to unpack .../35-libstdc++-12-dev_12.2.0-14+deb12u1_amd64.deb ... [base-builder] Unpacking libstdc++-12-dev:amd64 (12.2.0-14+deb12u1) ... [base-runtime] debconf: unable to initialize frontend: Dialog [base-runtime] debconf: (TERM is not set, so the dialog frontend is not usable.) [base-runtime] debconf: falling back to frontend: Readline [base-runtime] debconf: unable to initialize frontend: Readline [base-runtime] debconf: (This frontend requires a controlling tty.) [base-runtime] debconf: falling back to frontend: Teletype [base-runtime] Setting up libnetfilter-conntrack3:amd64 (1.0.9-3) ... [base-runtime] Setting up libcurl4:amd64 (7.88.1-10+deb12u14) ... [base-runtime] Setting up curl (7.88.1-10+deb12u14) ... [base-runtime] Setting up qemu-utils (1:7.2+dfsg-7+deb12u18) ... [base-runtime] Setting up libperl5.36:amd64 (5.36.0-7+deb12u3) ... [base-runtime] Setting up libtirpc3:amd64 (1.3.3+ds-1) ... [base-runtime] Setting up libnfsidmap1:amd64 (1:2.6.2-4+deb12u1) ... [base-runtime] Setting up libnftables1:amd64 (1.0.6-2+deb12u2) ... [base-runtime] Setting up iptables (1.8.9-2) ... [base-runtime] update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [base-runtime] update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [base-runtime] update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [base-runtime] update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [base-runtime] update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [base-runtime] update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [base-runtime] Setting up iproute2 (6.1.0-3) ... [base-builder] Selecting previously unselected package g++-12. [base-builder] Preparing to unpack .../36-g++-12_12.2.0-14+deb12u1_amd64.deb ... [base-builder] Unpacking g++-12 (12.2.0-14+deb12u1) ... [base-runtime] debconf: unable to initialize frontend: Dialog [base-runtime] debconf: (TERM is not set, so the dialog frontend is not usable.) [base-runtime] debconf: falling back to frontend: Readline [base-runtime] debconf: unable to initialize frontend: Readline [base-runtime] debconf: (This frontend requires a controlling tty.) [base-runtime] debconf: falling back to frontend: Teletype [base-runtime] Setting up dnsmasq-base (2.90-4~deb12u1) ... [base-runtime] Setting up dnsmasq (2.90-4~deb12u1) ... [base-runtime] invoke-rc.d: could not determine current runlevel [base-runtime] invoke-rc.d: policy-rc.d denied execution of start. [base-runtime] Setting up perl (5.36.0-7+deb12u3) ... [base-runtime] Setting up libnsl2:amd64 (1.3.0-2) ... [base-runtime] Setting up mariadb-client (1:10.11.14-0+deb12u2) ... [base-runtime] Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ... [base-runtime] Setting up libwrap0:amd64 (7.6.q-32) ... [base-runtime] Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ... [base-runtime] Setting up default-mysql-client (1.1.0) ... [base-runtime] Setting up python3.11 (3.11.2-6+deb12u6) ... [base-builder] Selecting previously unselected package g++. [base-builder] Preparing to unpack .../37-g++_4%3a12.2.0-3_amd64.deb ... [base-builder] Unpacking g++ (4:12.2.0-3) ... [base-builder] Selecting previously unselected package libbrotli1:amd64. [base-builder] Preparing to unpack .../38-libbrotli1_1.0.9-2+b6_amd64.deb ... [base-builder] Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... [base-builder] Selecting previously unselected package libsasl2-modules-db:amd64. [base-builder] Preparing to unpack .../39-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... [base-builder] Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [base-builder] Selecting previously unselected package libsasl2-2:amd64. [base-builder] Preparing to unpack .../40-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... [base-builder] Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... [base-builder] Selecting previously unselected package libldap-2.5-0:amd64. [base-builder] Preparing to unpack .../41-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... [base-builder] Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [base-builder] Selecting previously unselected package libnghttp2-14:amd64. [base-builder] Preparing to unpack .../42-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... [base-builder] Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [base-builder] Selecting previously unselected package libpsl5:amd64. [base-builder] Preparing to unpack .../43-libpsl5_0.21.2-1_amd64.deb ... [base-builder] Unpacking libpsl5:amd64 (0.21.2-1) ... [base-builder] Selecting previously unselected package librtmp1:amd64. [base-builder] Preparing to unpack .../44-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [base-builder] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [base-builder] Selecting previously unselected package libssh2-1:amd64. [base-builder] Preparing to unpack .../45-libssh2-1_1.10.0-3+b1_amd64.deb ... [base-builder] Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... [base-runtime] Setting up libpython3.11:amd64 (3.11.2-6+deb12u6) ... [base-runtime] Setting up rpcbind (1.2.6-6+b1) ... [base-builder] Selecting previously unselected package libcurl3-gnutls:amd64. [base-builder] Preparing to unpack .../46-libcurl3-gnutls_7.88.1-10+deb12u14_amd64.deb ... [base-builder] Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u14) ... [base-builder] Selecting previously unselected package liberror-perl. [base-builder] Preparing to unpack .../47-liberror-perl_0.17029-2_all.deb ... [base-builder] Unpacking liberror-perl (0.17029-2) ... [base-runtime] invoke-rc.d: could not determine current runlevel [base-builder] Selecting previously unselected package git-man. [base-builder] Preparing to unpack .../48-git-man_1%3a2.39.5-0+deb12u3_all.deb ... [base-builder] Unpacking git-man (1:2.39.5-0+deb12u3) ... [base-runtime] invoke-rc.d: policy-rc.d denied execution of start. [base-builder] Selecting previously unselected package git. [base-builder] Preparing to unpack .../49-git_1%3a2.39.5-0+deb12u3_amd64.deb ... [base-builder] Unpacking git (1:2.39.5-0+deb12u3) ... [base-runtime] Setting up python3 (3.11.2-1+b1) ... [base-runtime] running python rtupdate hooks for python3.11... [base-runtime] running python post-rtupdate hooks for python3.11... [base-runtime] Setting up python3-lib2to3 (3.11.2-3) ... [base-builder] Selecting previously unselected package libapparmor1:amd64. [base-builder] Preparing to unpack .../50-libapparmor1_3.0.8-3_amd64.deb ... [base-builder] Unpacking libapparmor1:amd64 (3.0.8-3) ... [base-builder] Selecting previously unselected package libexpat1-dev:amd64. [base-builder] Preparing to unpack .../51-libexpat1-dev_2.5.0-1+deb12u2_amd64.deb ... [base-builder] Unpacking libexpat1-dev:amd64 (2.5.0-1+deb12u2) ... [base-builder] Selecting previously unselected package libffi-dev:amd64. [base-builder] Preparing to unpack .../52-libffi-dev_3.4.4-1_amd64.deb ... [base-builder] Unpacking libffi-dev:amd64 (3.4.4-1) ... [base-runtime] Setting up python3-pkg-resources (66.1.1-1+deb12u2) ... [base-builder] Selecting previously unselected package libglib2.0-0:amd64. [base-builder] Preparing to unpack .../53-libglib2.0-0_2.74.6-2+deb12u8_amd64.deb ... [base-builder] Unpacking libglib2.0-0:amd64 (2.74.6-2+deb12u8) ... [base-builder] Selecting previously unselected package libicu72:amd64. [base-builder] Preparing to unpack .../54-libicu72_72.1-3+deb12u1_amd64.deb ... [base-builder] Unpacking libicu72:amd64 (72.1-3+deb12u1) ... [base-runtime] Setting up python3-distutils (3.11.2-3) ... [base-runtime] Setting up python3-setuptools (66.1.1-1+deb12u2) ... [base-builder] Selecting previously unselected package libjs-jquery. [base-builder] Preparing to unpack .../55-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... [base-builder] Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... [base-builder] Selecting previously unselected package libjs-underscore. [base-builder] Preparing to unpack .../56-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... [base-builder] Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... [base-builder] Selecting previously unselected package libjs-sphinxdoc. [base-builder] Preparing to unpack .../57-libjs-sphinxdoc_5.3.0-4_all.deb ... [base-builder] Unpacking libjs-sphinxdoc (5.3.0-4) ... [base-builder] Selecting previously unselected package libldap-dev:amd64. [base-builder] Preparing to unpack .../58-libldap-dev_2.5.13+dfsg-5_amd64.deb ... [base-builder] Unpacking libldap-dev:amd64 (2.5.13+dfsg-5) ... [base-builder] Selecting previously unselected package libldap2-dev. [base-builder] Preparing to unpack .../59-libldap2-dev_2.5.13+dfsg-5_all.deb ... [base-builder] Unpacking libldap2-dev (2.5.13+dfsg-5) ... [base-builder] Selecting previously unselected package mysql-common. [base-runtime] Setting up python3-wheel (0.38.4-2) ... [base-builder] Preparing to unpack .../60-mysql-common_5.8+1.1.0_all.deb ... [base-builder] Unpacking mysql-common (5.8+1.1.0) ... [base-builder] Selecting previously unselected package mariadb-common. [base-builder] Preparing to unpack .../61-mariadb-common_1%3a10.11.14-0+deb12u2_all.deb ... [base-builder] Unpacking mariadb-common (1:10.11.14-0+deb12u2) ... [base-builder] Selecting previously unselected package libmariadb3:amd64. [base-builder] Preparing to unpack .../62-libmariadb3_1%3a10.11.14-0+deb12u2_amd64.deb ... [base-builder] Unpacking libmariadb3:amd64 (1:10.11.14-0+deb12u2) ... [base-builder] Selecting previously unselected package libssl-dev:amd64. [base-builder] Preparing to unpack .../63-libssl-dev_3.0.18-1~deb12u2_amd64.deb ... [base-builder] Unpacking libssl-dev:amd64 (3.0.18-1~deb12u2) ... [base-runtime] Setting up python3-pip (23.0.1+dfsg-1) ... [base-builder] Selecting previously unselected package zlib1g-dev:amd64. [base-builder] Preparing to unpack .../64-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ... [base-builder] Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... [base-builder] Selecting previously unselected package libmariadb-dev. [base-builder] Preparing to unpack .../65-libmariadb-dev_1%3a10.11.14-0+deb12u2_amd64.deb ... [base-builder] Unpacking libmariadb-dev (1:10.11.14-0+deb12u2) ... [base-builder] Selecting previously unselected package libnl-3-200:amd64. [base-builder] Preparing to unpack .../66-libnl-3-200_3.7.0-0.2+b1_amd64.deb ... [base-builder] Unpacking libnl-3-200:amd64 (3.7.0-0.2+b1) ... [base-builder] Selecting previously unselected package libnuma1:amd64. [base-builder] Preparing to unpack .../67-libnuma1_2.0.16-1_amd64.deb ... [base-builder] Unpacking libnuma1:amd64 (2.0.16-1) ... [base-builder] Selecting previously unselected package libpkgconf3:amd64. [base-builder] Preparing to unpack .../68-libpkgconf3_1.8.1-1_amd64.deb ... [base-builder] Unpacking libpkgconf3:amd64 (1.8.1-1) ... [base-builder] Selecting previously unselected package libpython3.11:amd64. [base-builder] Preparing to unpack .../69-libpython3.11_3.11.2-6+deb12u6_amd64.deb ... [base-builder] Unpacking libpython3.11:amd64 (3.11.2-6+deb12u6) ... [base-builder] Selecting previously unselected package libpython3.11-dev:amd64. [base-builder] Preparing to unpack .../70-libpython3.11-dev_3.11.2-6+deb12u6_amd64.deb ... [base-builder] Unpacking libpython3.11-dev:amd64 (3.11.2-6+deb12u6) ... [base-runtime] Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [base-runtime] Setting up dmsetup (2:1.02.185-2) ... [base-runtime] Setting up nfs-common (1:2.6.2-4+deb12u1) ... [base-builder] Selecting previously unselected package libpython3-dev:amd64. [base-builder] Preparing to unpack .../71-libpython3-dev_3.11.2-1+b1_amd64.deb ... [base-builder] Unpacking libpython3-dev:amd64 (3.11.2-1+b1) ... [base-builder] Selecting previously unselected package libsasl2-dev. [base-builder] Preparing to unpack .../72-libsasl2-dev_2.1.28+dfsg-10_amd64.deb ... [base-builder] Unpacking libsasl2-dev (2.1.28+dfsg-10) ... [base-runtime] debconf: unable to initialize frontend: Dialog [base-runtime] debconf: (TERM is not set, so the dialog frontend is not usable.) [base-runtime] debconf: falling back to frontend: Readline [base-runtime] debconf: unable to initialize frontend: Readline [base-runtime] debconf: (This frontend requires a controlling tty.) [base-runtime] debconf: falling back to frontend: Teletype [base-builder] Selecting previously unselected package libssh-4:amd64. [base-builder] Preparing to unpack .../73-libssh-4_0.10.6-0+deb12u2_amd64.deb ... [base-builder] Unpacking libssh-4:amd64 (0.10.6-0+deb12u2) ... [base-builder] Selecting previously unselected package libxml2:amd64. [base-builder] Preparing to unpack .../74-libxml2_2.9.14+dfsg-1.3~deb12u5_amd64.deb ... [base-builder] Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u5) ... [base-runtime] [base-runtime] Creating config file /etc/idmapd.conf with new version [base-builder] Selecting previously unselected package libyajl2:amd64. [base-builder] Preparing to unpack .../75-libyajl2_2.1.0-3+deb12u2_amd64.deb ... [base-builder] Unpacking libyajl2:amd64 (2.1.0-3+deb12u2) ... [base-builder] Selecting previously unselected package libvirt0:amd64. [base-builder] Preparing to unpack .../76-libvirt0_9.0.0-4+deb12u2_amd64.deb ... [base-builder] Unpacking libvirt0:amd64 (9.0.0-4+deb12u2) ... [base-runtime] debconf: unable to initialize frontend: Dialog [base-runtime] debconf: (TERM is not set, so the dialog frontend is not usable.) [base-runtime] debconf: falling back to frontend: Readline [base-runtime] debconf: unable to initialize frontend: Readline [base-runtime] debconf: (This frontend requires a controlling tty.) [base-runtime] debconf: falling back to frontend: Teletype [base-builder] Selecting previously unselected package libvirt-dev:amd64. [base-builder] Preparing to unpack .../77-libvirt-dev_9.0.0-4+deb12u2_amd64.deb ... [base-builder] Unpacking libvirt-dev:amd64 (9.0.0-4+deb12u2) ... [base-runtime] debconf: unable to initialize frontend: Dialog [base-runtime] debconf: (TERM is not set, so the dialog frontend is not usable.) [base-runtime] debconf: falling back to frontend: Readline [base-builder] Selecting previously unselected package make. [base-builder] Preparing to unpack .../78-make_4.3-4.1_amd64.deb ... [base-builder] Unpacking make (4.3-4.1) ... [base-runtime] debconf: unable to initialize frontend: Readline [base-runtime] debconf: (This frontend requires a controlling tty.) [base-runtime] debconf: falling back to frontend: Teletype [base-runtime] [base-runtime] Creating config file /etc/nfs.conf with new version [base-builder] Selecting previously unselected package patch. [base-builder] Preparing to unpack .../79-patch_2.7.6-7_amd64.deb ... [base-builder] Unpacking patch (2.7.6-7) ... [base-builder] Selecting previously unselected package pkgconf-bin. [base-builder] Preparing to unpack .../80-pkgconf-bin_1.8.1-1_amd64.deb ... [base-builder] Unpacking pkgconf-bin (1.8.1-1) ... [base-runtime] Adding system user `statd' (UID 101) ... [base-runtime] Adding new user `statd' (UID 101) with group `nogroup' ... [base-runtime] Not creating home directory `/var/lib/nfs'. [base-builder] Selecting previously unselected package pkgconf:amd64. [base-builder] Preparing to unpack .../81-pkgconf_1.8.1-1_amd64.deb ... [base-builder] Unpacking pkgconf:amd64 (1.8.1-1) ... [base-builder] Selecting previously unselected package pkg-config:amd64. [base-runtime] invoke-rc.d: could not determine current runlevel [base-builder] Preparing to unpack .../82-pkg-config_1.8.1-1_amd64.deb ... [base-builder] Unpacking pkg-config:amd64 (1.8.1-1) ... [base-runtime] invoke-rc.d: policy-rc.d denied execution of start. [base-builder] Selecting previously unselected package python3.11-dev. [base-builder] Preparing to unpack .../83-python3.11-dev_3.11.2-6+deb12u6_amd64.deb ... [base-builder] Unpacking python3.11-dev (3.11.2-6+deb12u6) ... [base-builder] Selecting previously unselected package python3-lib2to3. [base-builder] Preparing to unpack .../84-python3-lib2to3_3.11.2-3_all.deb ... [base-builder] Unpacking python3-lib2to3 (3.11.2-3) ... [base-builder] Selecting previously unselected package python3-distutils. [base-builder] Preparing to unpack .../85-python3-distutils_3.11.2-3_all.deb ... [base-builder] Unpacking python3-distutils (3.11.2-3) ... [base-builder] Selecting previously unselected package python3-dev. [base-builder] Preparing to unpack .../86-python3-dev_3.11.2-1+b1_amd64.deb ... [base-builder] Unpacking python3-dev (3.11.2-1+b1) ... [base-runtime] Processing triggers for libc-bin (2.36-9+deb12u13) ... [base-builder] Selecting previously unselected package python3-pkg-resources. [base-runtime] Processing triggers for ca-certificates (20230311+deb12u1) ... [base-builder] Preparing to unpack .../87-python3-pkg-resources_66.1.1-1+deb12u2_all.deb ... [base-builder] Unpacking python3-pkg-resources (66.1.1-1+deb12u2) ... [base-runtime] Updating certificates in /etc/ssl/certs... [base-builder] Selecting previously unselected package python3-setuptools. [base-builder] Preparing to unpack .../88-python3-setuptools_66.1.1-1+deb12u2_all.deb ... [base-builder] Unpacking python3-setuptools (66.1.1-1+deb12u2) ... [base-builder] Selecting previously unselected package python3-wheel. [base-builder] Preparing to unpack .../89-python3-wheel_0.38.4-2_all.deb ... [base-builder] Unpacking python3-wheel (0.38.4-2) ... [base-builder] Selecting previously unselected package python3-pip. [base-builder] Preparing to unpack .../90-python3-pip_23.0.1+dfsg-1_all.deb ... [base-builder] Unpacking python3-pip (23.0.1+dfsg-1) ... [base-builder] Setting up media-types (10.0.0) ... [base-builder] Setting up mysql-common (5.8+1.1.0) ... [base-builder] update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode [base-builder] Setting up libkeyutils1:amd64 (1.6.3-2) ... [base-builder] Setting up libapparmor1:amd64 (3.0.8-3) ... [base-builder] Setting up libpsl5:amd64 (0.21.2-1) ... [base-builder] Setting up libicu72:amd64 (72.1-3+deb12u1) ... [base-builder] Setting up libglib2.0-0:amd64 (2.74.6-2+deb12u8) ... [base-builder] No schema files found: doing nothing. [base-builder] Setting up libtirpc-common (1.3.3+ds-1) ... [base-builder] Setting up libbrotli1:amd64 (1.0.9-2+b6) ... [base-builder] Setting up libsqlite3-0:amd64 (3.40.1-2+deb12u2) ... [base-builder] Setting up binutils-common:amd64 (2.40-2) ... [base-builder] Setting up libyajl2:amd64 (2.1.0-3+deb12u2) ... [base-builder] Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [base-builder] Setting up linux-libc-dev:amd64 (6.1.162-1) ... [base-builder] Setting up libctf-nobfd0:amd64 (2.40-2) ... [base-builder] Setting up libgomp1:amd64 (12.2.0-14+deb12u1) ... [base-builder] Setting up libffi-dev:amd64 (3.4.4-1) ... [base-builder] Setting up libjansson4:amd64 (2.14-2) ... [base-builder] Setting up libkrb5support0:amd64 (1.20.1-2+deb12u4) ... [base-builder] Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [base-builder] Setting up mariadb-common (1:10.11.14-0+deb12u2) ... [base-builder] update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode [base-builder] Setting up perl-modules-5.36 (5.36.0-7+deb12u3) ... [base-builder] Setting up libpkgconf3:amd64 (1.8.1-1) ... [base-builder] Setting up rpcsvc-proto (1.4.3-1) ... [base-builder] Setting up make (4.3-4.1) ... [base-builder] Setting up libmpfr6:amd64 (4.2.0-1) ... [base-builder] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [base-builder] Setting up libquadmath0:amd64 (12.2.0-14+deb12u1) ... [base-builder] Setting up libssl-dev:amd64 (3.0.18-1~deb12u2) ... [base-builder] Setting up libmpc3:amd64 (1.3.1-1) ... [base-builder] Setting up libatomic1:amd64 (12.2.0-14+deb12u1) ... [base-builder] Setting up patch (2.7.6-7) ... [base-builder] Setting up libmariadb3:amd64 (1:10.11.14-0+deb12u2) ... [base-builder] Setting up pkgconf-bin (1.8.1-1) ... [base-builder] Setting up libncursesw6:amd64 (6.4-4) ... [base-builder] Setting up libk5crypto3:amd64 (1.20.1-2+deb12u4) ... [base-builder] Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... [base-builder] Setting up libubsan1:amd64 (12.2.0-14+deb12u1) ... [base-builder] Setting up libnuma1:amd64 (2.0.16-1) ... [base-builder] Setting up libcrypt-dev:amd64 (1:4.4.33-2) ... [base-builder] Setting up libasan8:amd64 (12.2.0-14+deb12u1) ... [base-builder] Setting up libnl-3-200:amd64 (3.7.0-0.2+b1) ... [base-builder] Setting up git-man (1:2.39.5-0+deb12u3) ... [base-builder] Setting up libssh2-1:amd64 (1.10.0-3+b1) ... [base-builder] Setting up libkrb5-3:amd64 (1.20.1-2+deb12u4) ... [base-builder] Setting up libtsan2:amd64 (12.2.0-14+deb12u1) ... [base-builder] Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... [base-builder] Setting up libbinutils:amd64 (2.40-2) ... [base-builder] Setting up libisl23:amd64 (0.25-1.1) ... [base-builder] Setting up libc-dev-bin (2.36-9+deb12u13) ... [base-builder] Setting up openssl (3.0.18-1~deb12u2) ... [base-builder] Setting up readline-common (8.2-1.3) ... [base-builder] Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u5) ... [base-builder] Setting up libcc1-0:amd64 (12.2.0-14+deb12u1) ... [base-builder] Setting up liblsan0:amd64 (12.2.0-14+deb12u1) ... [base-builder] Setting up libitm1:amd64 (12.2.0-14+deb12u1) ... [base-builder] Setting up libgdbm6:amd64 (1.23-3) ... [base-builder] Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... [base-builder] Setting up libctf0:amd64 (2.40-2) ... [base-builder] Setting up cpp-12 (12.2.0-14+deb12u1) ... [base-builder] Setting up libreadline8:amd64 (8.2-1.3) ... [base-builder] Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [base-builder] Setting up pkgconf:amd64 (1.8.1-1) ... [base-builder] Setting up ca-certificates (20230311+deb12u1) ... [base-builder] debconf: unable to initialize frontend: Dialog [base-builder] debconf: (TERM is not set, so the dialog frontend is not usable.) [base-builder] debconf: falling back to frontend: Readline [base-builder] debconf: unable to initialize frontend: Readline [base-builder] debconf: (This frontend requires a controlling tty.) [base-builder] debconf: falling back to frontend: Teletype [base-runtime] 0 added, 0 removed; done. [base-runtime] Running hooks in /etc/ca-certificates/update.d... [base-runtime] done. [base-runtime] [2/2] STEP 5/10: ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2 [base-runtime] [2/2] STEP 6/10: RUN (groupadd -r openstack || true) && (useradd -r -g openstack -m -d /var/lib/openstack -s /bin/bash openstack || true) [base-runtime] [2/2] STEP 7/10: RUN mkdir -p /opt [base-builder] Updating certificates in /etc/ssl/certs... [base-runtime] [2/2] STEP 8/10: COPY --chmod=644 scripts/colors.sh /usr/local/lib/colors.sh [base-runtime] [2/2] STEP 9/10: COPY --chmod=644 scripts/common.sh /usr/local/lib/common.sh [base-builder] 142 added, 0 removed; done. [base-builder] Setting up libgprofng0:amd64 (2.40-2) ... [base-builder] Setting up libldap-dev:amd64 (2.5.13+dfsg-5) ... [base-builder] Setting up libgcc-12-dev:amd64 (12.2.0-14+deb12u1) ... [base-builder] Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u4) ... [base-builder] Setting up pkg-config:amd64 (1.8.1-1) ... [base-builder] Setting up libgdbm-compat4:amd64 (1.23-3) ... [base-builder] Setting up libjs-sphinxdoc (5.3.0-4) ... [base-builder] Setting up libssh-4:amd64 (0.10.6-0+deb12u2) ... [base-builder] Setting up cpp (4:12.2.0-3) ... [base-builder] Setting up libperl5.36:amd64 (5.36.0-7+deb12u3) ... [base-builder] Setting up binutils-x86-64-linux-gnu (2.40-2) ... [base-builder] Setting up libtirpc3:amd64 (1.3.3+ds-1) ... [base-builder] Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u14) ... [base-builder] Setting up binutils (2.40-2) ... [base-builder] Setting up libldap2-dev (2.5.13+dfsg-5) ... [base-builder] Setting up perl (5.36.0-7+deb12u3) ... [base-builder] Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ... [base-builder] Setting up gcc-12 (12.2.0-14+deb12u1) ... [base-builder] Setting up libvirt0:amd64 (9.0.0-4+deb12u2) ... [base-builder] Setting up libnsl2:amd64 (1.3.0-2) ... [base-builder] Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ... [base-builder] Setting up libvirt-dev:amd64 (9.0.0-4+deb12u2) ... [base-runtime] [2/2] STEP 10/10: COPY --chmod=755 scripts/keystone-bootstrap.py /usr/local/bin/keystone-bootstrap.py [base-builder] Setting up gcc (4:12.2.0-3) ... [base-builder] Setting up liberror-perl (0.17029-2) ... [base-builder] Setting up git (1:2.39.5-0+deb12u3) ... [base-builder] Setting up libnsl-dev:amd64 (1.3.0-2) ... [base-builder] Setting up libc6-dev:amd64 (2.36-9+deb12u13) ... [base-builder] Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ... [base-builder] Setting up python3.11 (3.11.2-6+deb12u6) ... [base-runtime] [2/2] COMMIT localhost/hotstack-os-base:latest [base-builder] Setting up libpython3.11:amd64 (3.11.2-6+deb12u6) ... [base-builder] Setting up libstdc++-12-dev:amd64 (12.2.0-14+deb12u1) ... [base-builder] Setting up python3 (3.11.2-1+b1) ... [base-builder] running python rtupdate hooks for python3.11... [base-builder] running python post-rtupdate hooks for python3.11... [base-builder] Setting up libsasl2-dev (2.1.28+dfsg-10) ... [base-builder] Setting up libexpat1-dev:amd64 (2.5.0-1+deb12u2) ... [base-builder] Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... [base-builder] Setting up python3-lib2to3 (3.11.2-3) ... [base-builder] Setting up g++-12 (12.2.0-14+deb12u1) ... [base-builder] Setting up python3-pkg-resources (66.1.1-1+deb12u2) ... [base-builder] Setting up python3-distutils (3.11.2-3) ... [base-builder] Setting up python3-setuptools (66.1.1-1+deb12u2) ... [base-builder] Setting up python3-wheel (0.38.4-2) ... [base-builder] Setting up libpython3.11-dev:amd64 (3.11.2-6+deb12u6) ... [base-builder] Setting up python3-pip (23.0.1+dfsg-1) ... [base-runtime] Getting image source signatures [base-runtime] Copying blob sha256:9eb9a78eeb101ab215acf43ffb2a709d5fca9ca2a22178564c7ee5cc30774c60 [base-runtime] Copying blob sha256:fd2618dc42733f51a64f6ee6aa854a05a6f8fe02f7242c1249162bc73340d941 [base-builder] Setting up libmariadb-dev (1:10.11.14-0+deb12u2) ... [base-builder] Setting up g++ (4:12.2.0-3) ... [base-builder] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [base-builder] Setting up libpython3-dev:amd64 (3.11.2-1+b1) ... [base-builder] Setting up python3.11-dev (3.11.2-6+deb12u6) ... [base-builder] Setting up python3-dev (3.11.2-1+b1) ... [base-builder] Processing triggers for libc-bin (2.36-9+deb12u13) ... [base-builder] Processing triggers for ca-certificates (20230311+deb12u1) ... [base-builder] Updating certificates in /etc/ssl/certs... [base-builder] 0 added, 0 removed; done. [base-builder] Running hooks in /etc/ca-certificates/update.d... [base-builder] done. [base-builder] COMMIT localhost/hotstack-os-base-builder:latest [base-builder] Getting image source signatures [base-builder] Copying blob sha256:9eb9a78eeb101ab215acf43ffb2a709d5fca9ca2a22178564c7ee5cc30774c60 [base-builder] Copying blob sha256:738872cd254fca1edce5656739feeb0bdba5fca5c5570dd16e5afb4b13a61e73 [base-runtime] Copying config sha256:4f23da81fb46387ce60e8511c85b697c01e82200616fa07f2f444238c327bb3e [base-runtime] Writing manifest to image destination [base-runtime] --> 4f23da81fb46 [base-runtime] Successfully tagged localhost/hotstack-os-base:latest [base-runtime] 4f23da81fb46387ce60e8511c85b697c01e82200616fa07f2f444238c327bb3e [1/2] base-runtime [DONE] [base-builder] Copying config sha256:d818b45056a8d6e86e3d3f7b2087b461a48d188aebf819b1d5116a55dd475912 [base-builder] Writing manifest to image destination [base-builder] --> d818b45056a8 [base-builder] Successfully tagged localhost/hotstack-os-base-builder:latest [base-builder] d818b45056a8d6e86e3d3f7b2087b461a48d188aebf819b1d5116a55dd475912 [2/2] base-builder [DONE] Building service container images... [dnsmasq] ============================================================ [haproxy] ============================================================ [dnsmasq] Building: localhost/hotstack-os-dnsmasq:latest [haproxy] Building: localhost/hotstack-os-haproxy:latest [keystone] ============================================================ [ovn] ============================================================ [haproxy] Command: buildah bud -t localhost/hotstack-os-haproxy:latest -f /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles/haproxy.containerfile --build-arg APT_PROXY=http://host.containers.internal:3142 /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles [placement] ============================================================ [glance] ============================================================ [ovn] Building: localhost/hotstack-os-ovn:latest [dnsmasq] Command: buildah bud -t localhost/hotstack-os-dnsmasq:latest -f /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles/dnsmasq.containerfile --build-arg APT_PROXY=http://host.containers.internal:3142 /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles [keystone] Building: localhost/hotstack-os-keystone:latest [placement] Building: localhost/hotstack-os-placement:latest [glance] Building: localhost/hotstack-os-glance:latest [ovn] Command: buildah bud -t localhost/hotstack-os-ovn:latest -f /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles/ovn.containerfile --build-arg APT_PROXY=http://host.containers.internal:3142 /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles [heat] ============================================================ [cinder] ============================================================ [nova] ============================================================ [haproxy] ============================================================ [neutron] ============================================================ [ovn] ============================================================ [keystone] Command: buildah bud -t localhost/hotstack-os-keystone:latest -f /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles/keystone.containerfile --build-arg APT_PROXY=http://host.containers.internal:3142 --build-arg OPENSTACK_BRANCH=stable/2025.1 /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles [placement] Command: buildah bud -t localhost/hotstack-os-placement:latest -f /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles/placement.containerfile --build-arg APT_PROXY=http://host.containers.internal:3142 --build-arg OPENSTACK_BRANCH=stable/2025.1 /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles [glance] Command: buildah bud -t localhost/hotstack-os-glance:latest -f /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles/glance.containerfile --build-arg APT_PROXY=http://host.containers.internal:3142 --build-arg OPENSTACK_BRANCH=stable/2025.1 /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles [dnsmasq] ============================================================ [heat] Building: localhost/hotstack-os-heat:latest [nova] Building: localhost/hotstack-os-nova:latest [neutron] Building: localhost/hotstack-os-neutron:latest [cinder] Building: localhost/hotstack-os-cinder:latest [keystone] ============================================================ [nova] Command: buildah bud -t localhost/hotstack-os-nova:latest -f /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles/nova.containerfile --build-arg APT_PROXY=http://host.containers.internal:3142 --build-arg OPENSTACK_BRANCH=stable/2025.1 /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles [neutron] Command: buildah bud -t localhost/hotstack-os-neutron:latest -f /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles/neutron.containerfile --build-arg APT_PROXY=http://host.containers.internal:3142 --build-arg OPENSTACK_BRANCH=stable/2025.1 /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles [heat] Command: buildah bud -t localhost/hotstack-os-heat:latest -f /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles/heat.containerfile --build-arg APT_PROXY=http://host.containers.internal:3142 --build-arg OPENSTACK_BRANCH=stable/2025.1 /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles [placement] ============================================================ [nova] ============================================================ [glance] ============================================================ [cinder] Command: buildah bud -t localhost/hotstack-os-cinder:latest -f /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles/cinder.containerfile --build-arg APT_PROXY=http://host.containers.internal:3142 --build-arg OPENSTACK_BRANCH=stable/2025.1 /home/zuul/src/github.com/openstack-k8s-operators/hotstack/devsetup/hotstack-os/containerfiles [cinder] ============================================================ [heat] ============================================================ [neutron] ============================================================ [ovn] STEP 1/8: FROM debian:bookworm-slim [dnsmasq] STEP 1/5: FROM docker.io/library/alpine:3.21 [haproxy] STEP 1/10: FROM docker.io/library/haproxy:3.1-alpine [dnsmasq] Trying to pull docker.io/library/alpine:3.21... [haproxy] Trying to pull docker.io/library/haproxy:3.1-alpine... [cinder] [1/2] STEP 1/3: FROM localhost/hotstack-os-base-builder:latest AS builder [nova] [1/2] STEP 1/3: FROM localhost/hotstack-os-base-builder:latest AS builder [glance] [1/2] STEP 1/3: FROM localhost/hotstack-os-base-builder:latest AS builder [keystone] [1/2] STEP 1/3: FROM localhost/hotstack-os-base-builder:latest AS builder [placement] [1/2] STEP 1/3: FROM localhost/hotstack-os-base-builder:latest AS builder [heat] [1/2] STEP 1/3: FROM localhost/hotstack-os-base-builder:latest AS builder [neutron] [1/2] STEP 1/3: FROM localhost/hotstack-os-base-builder:latest AS builder [cinder] [1/2] STEP 2/3: ARG OPENSTACK_BRANCH=stable/2025.1 [nova] [1/2] STEP 2/3: ARG OPENSTACK_BRANCH=stable/2025.1 [cinder] [1/2] STEP 3/3: RUN git clone --depth 1 --branch ${OPENSTACK_BRANCH} https://opendev.org/openstack/cinder /tmp/cinder && cd /tmp/cinder && pip3 install --no-cache-dir --break-system-packages -c https://opendev.org/openstack/requirements/raw/branch/${OPENSTACK_BRANCH}/upper-constraints.txt . pymysql python-memcached python-openstackclient && mkdir -p /etc/cinder /etc/cinder/rootwrap.d && cp /tmp/cinder/etc/cinder/api-paste.ini /etc/cinder/ && cp /tmp/cinder/etc/cinder/resource_filters.json /etc/cinder/ && cp /tmp/cinder/etc/cinder/rootwrap.conf /etc/cinder/ && cp /tmp/cinder/etc/cinder/rootwrap.d/* /etc/cinder/rootwrap.d/ [nova] [1/2] STEP 3/3: RUN git clone --depth 1 --branch ${OPENSTACK_BRANCH} https://opendev.org/openstack/nova /tmp/nova && cd /tmp/nova && pip3 install --no-cache-dir --break-system-packages -c https://opendev.org/openstack/requirements/raw/branch/${OPENSTACK_BRANCH}/upper-constraints.txt . libvirt-python pymysql python-memcached python-openstackclient && mkdir -p /etc/nova /etc/nova/rootwrap.d && cp /tmp/nova/etc/nova/api-paste.ini /etc/nova/ && cp /tmp/nova/etc/nova/rootwrap.conf /etc/nova/ && cp /tmp/nova/etc/nova/rootwrap.d/* /etc/nova/rootwrap.d/ [placement] [1/2] STEP 2/3: ARG OPENSTACK_BRANCH=stable/2025.1 [placement] [1/2] STEP 3/3: RUN git clone --depth 1 --branch ${OPENSTACK_BRANCH} https://opendev.org/openstack/placement /tmp/placement && cd /tmp/placement && pip3 install --no-cache-dir --break-system-packages -c https://opendev.org/openstack/requirements/raw/branch/${OPENSTACK_BRANCH}/upper-constraints.txt . uwsgi pymysql python-memcached python-openstackclient [glance] [1/2] STEP 2/3: ARG OPENSTACK_BRANCH=stable/2025.1 [glance] [1/2] STEP 3/3: RUN git clone --depth 1 --branch ${OPENSTACK_BRANCH} https://opendev.org/openstack/glance /tmp/glance && cd /tmp/glance && pip3 install --no-cache-dir --break-system-packages -c https://opendev.org/openstack/requirements/raw/branch/${OPENSTACK_BRANCH}/upper-constraints.txt . glance_store[cinder] pymysql python-memcached python-openstackclient && mkdir -p /etc/glance && cp /tmp/glance/etc/glance-api-paste.ini /etc/glance/ [neutron] [1/2] STEP 2/3: ARG OPENSTACK_BRANCH=stable/2025.1 [neutron] [1/2] STEP 3/3: RUN git clone --depth 1 --branch ${OPENSTACK_BRANCH} https://opendev.org/openstack/neutron /tmp/neutron && cd /tmp/neutron && pip3 install --no-cache-dir --break-system-packages -c https://opendev.org/openstack/requirements/raw/branch/${OPENSTACK_BRANCH}/upper-constraints.txt . pymysql python-memcached python-openstackclient && mkdir -p /etc/neutron && (cp /tmp/neutron/etc/neutron/api-paste.ini /etc/neutron/ || cp /tmp/neutron/etc/api-paste.ini /etc/neutron/) [heat] [1/2] STEP 2/3: ARG OPENSTACK_BRANCH=stable/2025.1 [heat] [1/2] STEP 3/3: RUN git clone --depth 1 --branch ${OPENSTACK_BRANCH} https://opendev.org/openstack/heat /tmp/heat && cd /tmp/heat && pip3 install --no-cache-dir --break-system-packages -c https://opendev.org/openstack/requirements/raw/branch/${OPENSTACK_BRANCH}/upper-constraints.txt . pymysql python-memcached python-openstackclient && mkdir -p /etc/heat && cp /tmp/heat/etc/heat/api-paste.ini /etc/heat/ [ovn] STEP 2/8: ARG SERVICE_TYPE=northd [ovn] STEP 3/8: ARG APT_PROXY="" [ovn] STEP 4/8: RUN if [ -n "$APT_PROXY" ]; then echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/01proxy; fi [keystone] [1/2] STEP 2/3: ARG OPENSTACK_BRANCH=stable/2025.1 [keystone] [1/2] STEP 3/3: RUN git clone --depth 1 --branch ${OPENSTACK_BRANCH} https://opendev.org/openstack/keystone /tmp/keystone && cd /tmp/keystone && pip3 install --no-cache-dir --break-system-packages -c https://opendev.org/openstack/requirements/raw/branch/${OPENSTACK_BRANCH}/upper-constraints.txt . uwsgi pymysql python-memcached python-openstackclient [nova] Cloning into '/tmp/nova'... [heat] Cloning into '/tmp/heat'... [dnsmasq] Getting image source signatures [dnsmasq] Copying blob sha256:bc1da058f299723f8258c5a82dd007d1dd72e275087b726d5e1be5ef6198f286 [haproxy] Getting image source signatures [haproxy] Copying blob sha256:7b150b91ea87e84a04d4b265597a016c1a775ce94bed02878d2e5bc7e2325ae2 [haproxy] Copying blob sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 [haproxy] Copying blob sha256:768fd0a2ce82e6bdcda8342003c8880b7a3ac651e8f38a749b290280c3dd5434 [haproxy] Copying blob sha256:a2431b4db3366414b17e55104a0cd6d52784e057cc9569961142c9c796c1423c [haproxy] Copying blob sha256:589002ba0eaed121a1dbf42f6648f29e5be55d5c8a6ee0f8eaa0285cc21ac153 [haproxy] Copying blob sha256:c38c33c7735df130b77c89cb98d3db08bdbb2b361df36e076af330c6c3a72305 [glance] Cloning into '/tmp/glance'... [placement] Cloning into '/tmp/placement'... [neutron] Cloning into '/tmp/neutron'... [cinder] Cloning into '/tmp/cinder'... [dnsmasq] Copying config sha256:6aeafe801b80d22202e15849e99930f83810df4f0e535158480c590da19ecbd7 [dnsmasq] Writing manifest to image destination [keystone] Cloning into '/tmp/keystone'... [dnsmasq] STEP 2/5: RUN apk add --no-cache dnsmasq [ovn] STEP 5/8: RUN apt-get update && apt-get install -y --no-install-recommends ovn-central ovn-host openvswitch-common iproute2 curl netcat-openbsd && rm -rf /var/lib/apt/lists/* [ovn] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [ovn] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [ovn] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [dnsmasq] fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz [ovn] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB] [ovn] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B] [dnsmasq] fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz [ovn] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [293 kB] [haproxy] Copying config sha256:fa05a55dbb91f443b80072300ee954abc2c9a945f918e55a2122d662a90dd4f8 [haproxy] Writing manifest to image destination [haproxy] STEP 2/10: EXPOSE 5000 [haproxy] STEP 3/10: EXPOSE 9292 [dnsmasq] (1/2) Installing dnsmasq-common (2.90-r3) [dnsmasq] (2/2) Installing dnsmasq (2.90-r3) [dnsmasq] Executing dnsmasq-2.90-r3.pre-install [dnsmasq] Executing busybox-1.37.0-r14.trigger [dnsmasq] OK: 7 MiB in 17 packages [haproxy] STEP 4/10: EXPOSE 8778 [dnsmasq] STEP 3/5: RUN mkdir -p /etc/dnsmasq.d [haproxy] STEP 5/10: EXPOSE 8774 [ovn] Fetched 9346 kB in 1s (9070 kB/s) [placement] Processing /tmp/placement [placement] Preparing metadata (setup.py): started [haproxy] STEP 6/10: EXPOSE 8775 [haproxy] STEP 7/10: EXPOSE 9696 [dnsmasq] STEP 4/5: EXPOSE 53/udp 53/tcp [haproxy] STEP 8/10: EXPOSE 8776 [ovn] Reading package lists... [dnsmasq] STEP 5/5: CMD ["dnsmasq", "--no-daemon", "--log-facility=-"] [dnsmasq] COMMIT localhost/hotstack-os-dnsmasq:latest [glance] Processing /tmp/glance [glance] Preparing metadata (setup.py): started [heat] Processing /tmp/heat [heat] Preparing metadata (setup.py): started [dnsmasq] Getting image source signatures [dnsmasq] Copying blob sha256:23e75c9dd3ec742dcf0b41994dd6e581b011fb29044efa7b1921f92f59e3e11e [dnsmasq] Copying blob sha256:05a7fa4aa5bad5e545fcd36e34a7307cfbf44053081e5083d379df095a6da867 [keystone] Processing /tmp/keystone [keystone] Preparing metadata (setup.py): started [haproxy] STEP 9/10: EXPOSE 8004 [ovn] Reading package lists... [placement] Preparing metadata (setup.py): finished with status 'done' [placement] Collecting uwsgi [dnsmasq] Copying config sha256:3916a42bb5e4691a5d88dfa3abccc6b1f115cd7321c626c5f9a053ea67a0abfb [ovn] Building dependency tree... [ovn] Reading state information... [placement] Downloading uwsgi-2.0.31.tar.gz (822 kB) [dnsmasq] Writing manifest to image destination [dnsmasq] --> 3916a42bb5e4 [dnsmasq] [Warning] one or more build args were not consumed: [APT_PROXY] [dnsmasq] Successfully tagged localhost/hotstack-os-dnsmasq:latest [dnsmasq] 3916a42bb5e4691a5d88dfa3abccc6b1f115cd7321c626c5f9a053ea67a0abfb [1/10] dnsmasq [DONE] [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 822.8/822.8 kB 33.4 MB/s eta 0:00:00 [haproxy] STEP 10/10: EXPOSE 6080 [ovn] The following additional packages will be installed: [ovn] kmod libbpf1 libbrotli1 libbsd0 libcap2-bin libcurl4 libelf1 libevent-2.1-7 [ovn] libexpat1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 [ovn] libkrb5support0 libldap-2.5-0 libmnl0 libncursesw6 libnghttp2-14 libnsl2 [ovn] libnuma1 libproc2-0 libpsl5 libpython3-stdlib libpython3.11-minimal [ovn] libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db [ovn] libsqlite3-0 libssh2-1 libssl3 libtirpc-common libtirpc3 libunbound8 libxdp1 [ovn] libxtables12 lsb-release media-types netbase openssl openvswitch-switch [ovn] ovn-common procps python3 python3-minimal python3-netifaces [ovn] python3-openvswitch python3-sortedcontainers python3.11 python3.11-minimal [ovn] readline-common uuid-runtime [ovn] Suggested packages: [ovn] iproute2-doc krb5-doc krb5-user ca-certificates ethtool openvswitch-doc [ovn] python3-doc python3-tk python3-venv python3-netaddr python3-pyparsing [ovn] python-sortedcontainers-doc python3.11-venv python3.11-doc binutils [ovn] binfmt-support readline-doc [ovn] Recommended packages: [ovn] libatm1 libpam-cap ca-certificates krb5-locales libldap-common libgpm2 [ovn] publicsuffix libsasl2-modules psmisc [placement] Preparing metadata (setup.py): started [haproxy] COMMIT localhost/hotstack-os-haproxy:latest [placement] Preparing metadata (setup.py): finished with status 'done' [placement] Collecting pymysql [placement] Downloading PyMySQL-1.1.1-py3-none-any.whl (44 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.0/45.0 kB 320.1 MB/s eta 0:00:00 [placement] Collecting python-memcached [placement] Downloading python_memcached-1.62-py2.py3-none-any.whl (15 kB) [glance] Preparing metadata (setup.py): finished with status 'done' [placement] Collecting python-openstackclient [placement] Downloading python_openstackclient-7.5.0-py3-none-any.whl (1.1 MB) [ovn] The following NEW packages will be installed: [ovn] curl iproute2 kmod libbpf1 libbrotli1 libbsd0 libcap2-bin libcurl4 libelf1 [ovn] libevent-2.1-7 libexpat1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkmod2 [ovn] libkrb5-3 libkrb5support0 libldap-2.5-0 libmnl0 libncursesw6 libnghttp2-14 [ovn] libnsl2 libnuma1 libproc2-0 libpsl5 libpython3-stdlib libpython3.11-minimal [ovn] libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db [ovn] libsqlite3-0 libssh2-1 libssl3 libtirpc-common libtirpc3 libunbound8 libxdp1 [ovn] libxtables12 lsb-release media-types netbase netcat-openbsd openssl [ovn] openvswitch-common openvswitch-switch ovn-central ovn-common ovn-host procps [ovn] python3 python3-minimal python3-netifaces python3-openvswitch [ovn] python3-sortedcontainers python3.11 python3.11-minimal readline-common [ovn] uuid-runtime [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 104.2 MB/s eta 0:00:00 [ovn] 0 upgraded, 60 newly installed, 0 to remove and 0 not upgraded. [ovn] Need to get 24.8 MB of archives. [ovn] After this operation, 98.4 MB of additional disk space will be used. [ovn] Get:1 http://deb.debian.org/debian-security bookworm-security/main amd64 libssl3 amd64 3.0.18-1~deb12u2 [2030 kB] [ovn] Get:2 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] [ovn] Get:3 http://deb.debian.org/debian bookworm/main amd64 kmod amd64 30+20221128-1 [95.2 kB] [ovn] Get:4 http://deb.debian.org/debian bookworm/main amd64 netbase all 6.4 [12.8 kB] [ovn] Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 openssl amd64 3.0.18-1~deb12u2 [1433 kB] [ovn] Get:6 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-minimal amd64 3.11.2-6+deb12u6 [817 kB] [ovn] Get:7 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u2 [99.9 kB] [ovn] Get:8 http://deb.debian.org/debian bookworm/main amd64 python3.11-minimal amd64 3.11.2-6+deb12u6 [2064 kB] [placement] Collecting Routes>=2.3.1 [placement] Downloading Routes-2.5.1-py2.py3-none-any.whl (40 kB) [ovn] Get:9 http://deb.debian.org/debian bookworm/main amd64 python3-minimal amd64 3.11.2-1+b1 [26.3 kB] [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.1/40.1 kB 322.4 MB/s eta 0:00:00 [ovn] Get:10 http://deb.debian.org/debian bookworm/main amd64 media-types all 10.0.0 [26.1 kB] [ovn] Get:11 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-4 [134 kB] [ovn] Get:12 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u4 [33.2 kB] [ovn] Get:13 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u4 [79.8 kB] [ovn] Get:14 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] [ovn] Get:15 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u4 [334 kB] [ovn] Get:16 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u4 [135 kB] [ovn] Get:17 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [ovn] Get:18 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] [ovn] Get:19 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] [ovn] Get:20 http://deb.debian.org/debian bookworm/main amd64 readline-common all 8.2-1.3 [69.0 kB] [ovn] Get:21 http://deb.debian.org/debian bookworm/main amd64 libreadline8 amd64 8.2-1.3 [166 kB] [ovn] Get:22 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-0 amd64 3.40.1-2+deb12u2 [839 kB] [ovn] Get:23 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-stdlib amd64 3.11.2-6+deb12u6 [1798 kB] [ovn] Get:24 http://deb.debian.org/debian bookworm/main amd64 python3.11 amd64 3.11.2-6+deb12u6 [573 kB] [ovn] Get:25 http://deb.debian.org/debian bookworm/main amd64 libpython3-stdlib amd64 3.11.2-1+b1 [9312 B] [ovn] Get:26 http://deb.debian.org/debian bookworm/main amd64 python3 amd64 3.11.2-1+b1 [26.3 kB] [ovn] Get:27 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB] [neutron] Processing /tmp/neutron [ovn] Get:28 http://deb.debian.org/debian bookworm/main amd64 libbpf1 amd64 1:1.1.2-0+deb12u1 [145 kB] [neutron] Preparing metadata (setup.py): started [ovn] Get:29 http://deb.debian.org/debian bookworm/main amd64 libnuma1 amd64 2.0.16-1 [21.0 kB] [ovn] Get:30 http://deb.debian.org/debian bookworm/main amd64 libevent-2.1-7 amd64 2.1.12-stable-8 [180 kB] [ovn] Get:31 http://deb.debian.org/debian bookworm/main amd64 libunbound8 amd64 1.17.1-2+deb12u4 [553 kB] [glance] Collecting glance_store[cinder] [ovn] Get:32 http://deb.debian.org/debian bookworm/main amd64 libxdp1 amd64 1.3.1-1 [56.3 kB] [ovn] Get:33 http://deb.debian.org/debian bookworm/main amd64 openvswitch-common amd64 3.1.0-2+deb12u1 [1914 kB] [ovn] Get:34 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] [ovn] Get:35 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] [ovn] Get:36 http://deb.debian.org/debian bookworm/main amd64 python3-netifaces amd64 0.11.0-2+b1 [16.9 kB] [heat] Preparing metadata (setup.py): finished with status 'done' [ovn] Get:37 http://deb.debian.org/debian bookworm/main amd64 python3-sortedcontainers all 2.4.0-2 [31.9 kB] [glance] Downloading glance_store-4.9.1-py3-none-any.whl (242 kB) [ovn] Get:38 http://deb.debian.org/debian bookworm/main amd64 python3-openvswitch amd64 3.1.0-2+deb12u1 [926 kB] [ovn] Get:39 http://deb.debian.org/debian bookworm/main amd64 uuid-runtime amd64 2.38.1-5+deb12u3 [48.2 kB] [ovn] Get:40 http://deb.debian.org/debian bookworm/main amd64 openvswitch-switch amd64 3.1.0-2+deb12u1 [1693 kB] [ovn] Get:41 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] [ovn] Get:42 http://deb.debian.org/debian bookworm/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [ovn] Get:43 http://deb.debian.org/debian bookworm/main amd64 libxtables12 amd64 1.8.9-2 [30.8 kB] [ovn] Get:44 http://deb.debian.org/debian bookworm/main amd64 libcap2-bin amd64 1:2.66-4+deb12u2+b2 [35.2 kB] [ovn] Get:45 http://deb.debian.org/debian bookworm/main amd64 iproute2 amd64 6.1.0-3 [1046 kB] [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 243.0/243.0 kB 6.5 MB/s eta 0:00:00 [ovn] Get:46 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] [ovn] Get:47 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] [ovn] Get:48 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] [ovn] Get:49 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] [ovn] Get:50 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] [ovn] Get:51 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] [ovn] Get:52 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [ovn] Get:53 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] [ovn] Get:54 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.88.1-10+deb12u14 [392 kB] [ovn] Get:55 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.88.1-10+deb12u14 [316 kB] [keystone] Preparing metadata (setup.py): finished with status 'done' [haproxy] Getting image source signatures [haproxy] Copying blob sha256:989e799e634906e94dc9a5ee2ee26fc92ad260522990f26e707861a5f52bf64e [haproxy] Copying blob sha256:f23424000b0d47ccdda50f97976dec88431742bf60e84c6920311975216ae5a5 [haproxy] Copying blob sha256:73f90972b9462f1e3e23539c0c8cf33e7f234804b684a49b366dc16d2a676834 [haproxy] Copying blob sha256:d655e4a95d8ec531b134e6336404ceaf937a0d72785e8b24f50c8ed402aba9b1 [haproxy] Copying blob sha256:34d2ae35e5a849abc66ca49a66859a8bbb62dba15801e57c1fdea109e166be8e [haproxy] Copying blob sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef [haproxy] Copying blob sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef [haproxy] Copying config sha256:153d60a79737001b5fc27b2d3625500097d26ae344a480443692c93d33ac109d [haproxy] Writing manifest to image destination [haproxy] --> 153d60a79737 [haproxy] [Warning] one or more build args were not consumed: [APT_PROXY] [haproxy] Successfully tagged localhost/hotstack-os-haproxy:latest [haproxy] 153d60a79737001b5fc27b2d3625500097d26ae344a480443692c93d33ac109d [2/10] haproxy [DONE] [ovn] Get:56 http://deb.debian.org/debian bookworm/main amd64 lsb-release all 12.0-1 [6416 B] [ovn] Get:57 http://deb.debian.org/debian bookworm/main amd64 netcat-openbsd amd64 1.219-1 [41.5 kB] [cinder] Processing /tmp/cinder [cinder] Preparing metadata (setup.py): started [ovn] Get:58 http://deb.debian.org/debian bookworm/main amd64 ovn-common amd64 23.03.1-1~deb12u2 [2310 kB] [glance] Collecting pymysql [glance] Downloading PyMySQL-1.1.1-py3-none-any.whl (44 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.0/45.0 kB 186.1 MB/s eta 0:00:00 [ovn] Get:59 http://deb.debian.org/debian bookworm/main amd64 ovn-central amd64 23.03.1-1~deb12u2 [989 kB] [glance] Collecting python-memcached [ovn] Get:60 http://deb.debian.org/debian bookworm/main amd64 ovn-host amd64 23.03.1-1~deb12u2 [1031 kB] [heat] Collecting pymysql [nova] Processing /tmp/nova [nova] Installing build dependencies: started [glance] Downloading python_memcached-1.62-py2.py3-none-any.whl (15 kB) [heat] Downloading PyMySQL-1.1.1-py3-none-any.whl (44 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.0/45.0 kB 4.3 MB/s eta 0:00:00 [glance] Collecting python-openstackclient [heat] Collecting python-memcached [heat] Downloading python_memcached-1.62-py2.py3-none-any.whl (15 kB) [glance] Downloading python_openstackclient-7.5.0-py3-none-any.whl (1.1 MB) [ovn] debconf: delaying package configuration, since apt-utils is not installed [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 41.2 MB/s eta 0:00:00 [ovn] Fetched 24.8 MB in 0s (55.4 MB/s) [ovn] Selecting previously unselected package libssl3:amd64. [ovn] (Reading database ... [ovn] (Reading database ... 5% [ovn] (Reading database ... 10% [ovn] (Reading database ... 15% [ovn] (Reading database ... 20% [ovn] (Reading database ... 25% [ovn] (Reading database ... 30% [ovn] (Reading database ... 35% [ovn] (Reading database ... 40% [ovn] (Reading database ... 45% [ovn] (Reading database ... 50% [ovn] (Reading database ... 55% [ovn] (Reading database ... 60% [ovn] (Reading database ... 65% [ovn] (Reading database ... 70% [ovn] (Reading database ... 75% [ovn] (Reading database ... 80% [ovn] (Reading database ... 85% [ovn] (Reading database ... 90% [ovn] (Reading database ... 95% [ovn] (Reading database ... 100% [ovn] (Reading database ... 6096 files and directories currently installed.) [ovn] Preparing to unpack .../0-libssl3_3.0.18-1~deb12u2_amd64.deb ... [ovn] Unpacking libssl3:amd64 (3.0.18-1~deb12u2) ... [placement] Collecting SQLAlchemy>=1.4.0 [heat] Collecting python-openstackclient [placement] Downloading SQLAlchemy-2.0.38-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) [heat] Downloading python_openstackclient-7.5.0-py3-none-any.whl (1.1 MB) [glance] Collecting Paste>=2.0.2 [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 168.2 MB/s eta 0:00:00 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 86.3 MB/s eta 0:00:00 [glance] Downloading Paste-3.10.1-py3-none-any.whl (289 kB) [placement] Collecting WebOb>=1.8.2 [placement] Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.4/115.4 kB 308.0 MB/s eta 0:00:00 [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.3/289.3 kB 40.4 MB/s eta 0:00:00 [glance] Collecting PasteDeploy>=1.5.0 [heat] Collecting PasteDeploy>=1.5.0 [glance] Downloading PasteDeploy-3.1.0-py3-none-any.whl (16 kB) [heat] Downloading PasteDeploy-3.1.0-py3-none-any.whl (16 kB) [placement] Collecting jsonschema>=3.2.0 [placement] Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 402.4 MB/s eta 0:00:00 [glance] Collecting PrettyTable>=0.7.1 [glance] Downloading prettytable-3.14.0-py3-none-any.whl (31 kB) [glance] Collecting Routes>=2.3.1 [ovn] Selecting previously unselected package libkmod2:amd64. [ovn] Preparing to unpack .../1-libkmod2_30+20221128-1_amd64.deb ... [ovn] Unpacking libkmod2:amd64 (30+20221128-1) ... [placement] Collecting keystonemiddleware>=4.18.0 [glance] Downloading Routes-2.5.1-py2.py3-none-any.whl (40 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.1/40.1 kB 245.1 MB/s eta 0:00:00 [placement] Downloading keystonemiddleware-10.9.0-py3-none-any.whl (151 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.5/151.5 kB 397.0 MB/s eta 0:00:00 [ovn] Selecting previously unselected package kmod. [ovn] Preparing to unpack .../2-kmod_30+20221128-1_amd64.deb ... [ovn] Unpacking kmod (30+20221128-1) ... [placement] Collecting microversion-parse>=0.2.1 [ovn] Selecting previously unselected package netbase. [ovn] Preparing to unpack .../3-netbase_6.4_all.deb ... [ovn] Unpacking netbase (6.4) ... [heat] Collecting PyYAML>=5.1 [ovn] Selecting previously unselected package openssl. [ovn] Preparing to unpack .../4-openssl_3.0.18-1~deb12u2_amd64.deb ... [ovn] Unpacking openssl (3.0.18-1~deb12u2) ... [placement] Downloading microversion_parse-2.0.0-py3-none-any.whl (19 kB) [placement] Collecting os-resource-classes>=1.1.0 [placement] Downloading os_resource_classes-1.1.0-py3-none-any.whl (11 kB) [heat] Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB) [placement] Collecting os-traits>=3.3.0 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 763.0/763.0 kB 40.9 MB/s eta 0:00:00 [placement] Downloading os_traits-3.3.0-py3-none-any.whl (42 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.0/42.0 kB 272.0 MB/s eta 0:00:00 [heat] Collecting Routes>=2.3.1 [heat] Downloading Routes-2.5.1-py2.py3-none-any.whl (40 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.1/40.1 kB 264.4 MB/s eta 0:00:00 [placement] Collecting oslo.concurrency>=3.26.0 [placement] Downloading oslo.concurrency-7.1.0-py3-none-any.whl (47 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.0/47.0 kB 335.1 MB/s eta 0:00:00 [ovn] Selecting previously unselected package libpython3.11-minimal:amd64. [ovn] Preparing to unpack .../5-libpython3.11-minimal_3.11.2-6+deb12u6_amd64.deb ... [ovn] Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ... [placement] Collecting oslo.config>=6.7.0 [placement] Downloading oslo.config-9.7.1-py3-none-any.whl (131 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 kB 282.7 MB/s eta 0:00:00 [ovn] Selecting previously unselected package libexpat1:amd64. [ovn] Preparing to unpack .../6-libexpat1_2.5.0-1+deb12u2_amd64.deb ... [ovn] Unpacking libexpat1:amd64 (2.5.0-1+deb12u2) ... [placement] Collecting oslo.context>=2.22.0 [placement] Downloading oslo.context-5.7.1-py3-none-any.whl (20 kB) [ovn] Selecting previously unselected package python3.11-minimal. [ovn] Preparing to unpack .../7-python3.11-minimal_3.11.2-6+deb12u6_amd64.deb ... [ovn] Unpacking python3.11-minimal (3.11.2-6+deb12u6) ... [placement] Collecting oslo.db>=8.6.0 [placement] Downloading oslo.db-17.2.1-py3-none-any.whl (156 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 kB 283.1 MB/s eta 0:00:00 [placement] Collecting oslo.log>=4.3.0 [placement] Downloading oslo.log-7.1.0-py3-none-any.whl (73 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.0/74.0 kB 51.2 MB/s eta 0:00:00 [neutron] Preparing metadata (setup.py): finished with status 'done' [ovn] Setting up libssl3:amd64 (3.0.18-1~deb12u2) ... [ovn] Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ... [ovn] Setting up libexpat1:amd64 (2.5.0-1+deb12u2) ... [ovn] Setting up python3.11-minimal (3.11.2-6+deb12u6) ... [neutron] Collecting pymysql [placement] Collecting oslo.middleware>=3.31.0 [placement] Downloading oslo.middleware-6.3.1-py3-none-any.whl (64 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.6/64.6 kB 251.5 MB/s eta 0:00:00 [keystone] Collecting uwsgi [neutron] Downloading PyMySQL-1.1.1-py3-none-any.whl (44 kB) [placement] Collecting oslo.policy>=4.4.0 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.0/45.0 kB 3.9 MB/s eta 0:00:00 [placement] Downloading oslo.policy-4.5.1-py3-none-any.whl (88 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.6/88.6 kB 372.5 MB/s eta 0:00:00 [neutron] Collecting python-memcached [keystone] Downloading uwsgi-2.0.31.tar.gz (822 kB) [neutron] Downloading python_memcached-1.62-py2.py3-none-any.whl (15 kB) [placement] Collecting oslo.serialization>=2.25.0 [placement] Downloading oslo.serialization-5.7.0-py3-none-any.whl (25 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 822.8/822.8 kB 29.5 MB/s eta 0:00:00 [placement] Collecting oslo.upgradecheck>=1.3.0 [placement] Downloading oslo.upgradecheck-2.5.0-py3-none-any.whl (14 kB) [neutron] Collecting python-openstackclient [neutron] Downloading python_openstackclient-7.5.0-py3-none-any.whl (1.1 MB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 71.4 MB/s eta 0:00:00 [glance] Collecting SQLAlchemy>=1.3.14 [glance] Downloading SQLAlchemy-2.0.38-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) [placement] Collecting oslo.utils>=4.5.0 [placement] Downloading oslo.utils-8.2.0-py3-none-any.whl (134 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.3/134.3 kB 343.5 MB/s eta 0:00:00 [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 101.6 MB/s eta 0:00:00 [neutron] Collecting Jinja2>=2.10 [glance] Collecting WSME>=0.8.0 [neutron] Downloading jinja2-3.1.5-py3-none-any.whl (134 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.6/134.6 kB 370.2 MB/s eta 0:00:00 [glance] Downloading WSME-0.12.1-py3-none-any.whl (59 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 kB 273.2 MB/s eta 0:00:00 [placement] Collecting pbr>=3.1.1 [placement] Downloading pbr-6.1.1-py2.py3-none-any.whl (108 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.0/109.0 kB 366.4 MB/s eta 0:00:00 [glance] Collecting WebOb>=1.8.1 [neutron] Collecting Paste>=2.0.2 [heat] Collecting SQLAlchemy>=1.4.0 [glance] Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) [cinder] Preparing metadata (setup.py): finished with status 'done' [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.4/115.4 kB 316.8 MB/s eta 0:00:00 [heat] Downloading SQLAlchemy-2.0.38-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) [neutron] Downloading Paste-3.10.1-py3-none-any.whl (289 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 189.6 MB/s eta 0:00:00 [placement] Collecting requests>=2.25.0 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.3/289.3 kB 16.2 MB/s eta 0:00:00 [placement] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 341.0 MB/s eta 0:00:00 [neutron] Collecting PasteDeploy>=1.5.0 [glance] Collecting alembic>=0.9.6 [keystone] Preparing metadata (setup.py): started [neutron] Downloading PasteDeploy-3.1.0-py3-none-any.whl (16 kB) [heat] Collecting WebOb>=1.7.1 [glance] Downloading alembic-1.14.1-py3-none-any.whl (233 kB) [heat] Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.6/233.6 kB 311.1 MB/s eta 0:00:00 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.4/115.4 kB 379.2 MB/s eta 0:00:00 [neutron] Collecting Routes>=2.3.1 [cinder] Collecting pymysql [neutron] Downloading Routes-2.5.1-py2.py3-none-any.whl (40 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.1/40.1 kB 316.0 MB/s eta 0:00:00 [glance] Collecting castellan>=0.17.0 [glance] Downloading castellan-5.2.1-py3-none-any.whl (99 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.6/99.6 kB 193.8 MB/s eta 0:00:00 [heat] Collecting alembic>=1.8.0 [heat] Downloading alembic-1.14.1-py3-none-any.whl (233 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.6/233.6 kB 390.4 MB/s eta 0:00:00 [cinder] Downloading PyMySQL-1.1.1-py3-none-any.whl (44 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.0/45.0 kB 2.8 MB/s eta 0:00:00 [heat] Collecting aodhclient>=0.9.0 [cinder] Collecting python-memcached [cinder] Downloading python_memcached-1.62-py2.py3-none-any.whl (15 kB) [heat] Downloading aodhclient-3.7.1-py3-none-any.whl (52 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB 336.0 MB/s eta 0:00:00 [cinder] Collecting python-openstackclient [cinder] Downloading python_openstackclient-7.5.0-py3-none-any.whl (1.1 MB) [heat] Collecting croniter>=0.3.4 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 95.6 MB/s eta 0:00:00 [heat] Downloading croniter-6.0.0-py2.py3-none-any.whl (25 kB) [ovn] Selecting previously unselected package python3-minimal. [ovn] (Reading database ... [ovn] (Reading database ... 5% [ovn] (Reading database ... 10% [ovn] (Reading database ... 15% [ovn] (Reading database ... 20% [ovn] (Reading database ... 25% [ovn] (Reading database ... 30% [ovn] (Reading database ... 35% [ovn] (Reading database ... 40% [ovn] (Reading database ... 45% [ovn] (Reading database ... 50% [ovn] (Reading database ... 55% [ovn] (Reading database ... 60% [ovn] (Reading database ... 65% [ovn] (Reading database ... 70% [ovn] (Reading database ... 75% [ovn] (Reading database ... 80% [ovn] (Reading database ... 85% [ovn] (Reading database ... 90% [ovn] (Reading database ... 95% [ovn] (Reading database ... 100% [ovn] (Reading database ... 6777 files and directories currently installed.) [ovn] Preparing to unpack .../00-python3-minimal_3.11.2-1+b1_amd64.deb ... [ovn] Unpacking python3-minimal (3.11.2-1+b1) ... [keystone] Preparing metadata (setup.py): finished with status 'done' [keystone] Collecting pymysql [keystone] Downloading PyMySQL-1.1.1-py3-none-any.whl (44 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.0/45.0 kB 323.6 MB/s eta 0:00:00 [ovn] Selecting previously unselected package media-types. [ovn] Preparing to unpack .../01-media-types_10.0.0_all.deb ... [ovn] Unpacking media-types (10.0.0) ... [keystone] Collecting python-memcached [ovn] Selecting previously unselected package libncursesw6:amd64. [keystone] Downloading python_memcached-1.62-py2.py3-none-any.whl (15 kB) [ovn] Preparing to unpack .../02-libncursesw6_6.4-4_amd64.deb ... [ovn] Unpacking libncursesw6:amd64 (6.4-4) ... [cinder] Collecting Paste>=3.4.3 [cinder] Downloading Paste-3.10.1-py3-none-any.whl (289 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.3/289.3 kB 339.0 MB/s eta 0:00:00 [ovn] Selecting previously unselected package libkrb5support0:amd64. [ovn] Preparing to unpack .../03-libkrb5support0_1.20.1-2+deb12u4_amd64.deb ... [ovn] Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u4) ... [cinder] Collecting PasteDeploy>=2.1.0 [cinder] Downloading PasteDeploy-3.1.0-py3-none-any.whl (16 kB) [keystone] Collecting python-openstackclient [ovn] Selecting previously unselected package libk5crypto3:amd64. [ovn] Preparing to unpack .../04-libk5crypto3_1.20.1-2+deb12u4_amd64.deb ... [ovn] Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u4) ... [keystone] Downloading python_openstackclient-7.5.0-py3-none-any.whl (1.1 MB) [cinder] Collecting Routes>=2.4.1 [cinder] Downloading Routes-2.5.1-py2.py3-none-any.whl (40 kB) [nova] Installing build dependencies: finished with status 'done' [nova] Getting requirements to build wheel: started [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.1/40.1 kB 242.3 MB/s eta 0:00:00 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 126.3 MB/s eta 0:00:00 [ovn] Selecting previously unselected package libkeyutils1:amd64. [ovn] Preparing to unpack .../05-libkeyutils1_1.6.3-2_amd64.deb ... [placement] Collecting cryptography>=2.7 [ovn] Unpacking libkeyutils1:amd64 (1.6.3-2) ... [placement] Downloading cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB) [ovn] Selecting previously unselected package libkrb5-3:amd64. [ovn] Preparing to unpack .../06-libkrb5-3_1.20.1-2+deb12u4_amd64.deb ... [ovn] Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u4) ... [keystone] Collecting Flask!=0.11,>=1.0.2 [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 179.2 MB/s eta 0:00:00 [keystone] Downloading flask-3.1.0-py3-none-any.whl (102 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.0/103.0 kB 268.1 MB/s eta 0:00:00 [keystone] Collecting Flask-RESTful>=0.3.5 [glance] Collecting cryptography>=2.6.1 [ovn] Selecting previously unselected package libgssapi-krb5-2:amd64. [ovn] Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-2+deb12u4_amd64.deb ... [ovn] Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u4) ... [keystone] Downloading Flask_RESTful-0.3.10-py2.py3-none-any.whl (26 kB) [placement] Collecting cliff>=3.5.0 [glance] Downloading cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB) [placement] Downloading cliff-4.9.1-py3-none-any.whl (84 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.6/84.6 kB 68.7 MB/s eta 0:00:00 [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 170.8 MB/s eta 0:00:00 [ovn] Selecting previously unselected package libtirpc-common. [ovn] Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ... [ovn] Unpacking libtirpc-common (1.3.3+ds-1) ... [nova] Getting requirements to build wheel: finished with status 'done' [nova] Preparing metadata (pyproject.toml): started [keystone] Collecting PyJWT>=1.6.1 [keystone] Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) [placement] Collecting iso8601>=0.1.11 [ovn] Selecting previously unselected package libtirpc3:amd64. [ovn] Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ... [ovn] Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... [glance] Collecting cursive>=0.2.1 [placement] Downloading iso8601-2.1.0-py3-none-any.whl (7.5 kB) [glance] Downloading cursive-0.2.3-py2.py3-none-any.whl (43 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.8/43.8 kB 320.8 MB/s eta 0:00:00 [ovn] Selecting previously unselected package libnsl2:amd64. [ovn] Preparing to unpack .../10-libnsl2_1.3.0-2_amd64.deb ... [ovn] Unpacking libnsl2:amd64 (1.3.0-2) ... [glance] Collecting debtcollector>=1.19.0 [glance] Downloading debtcollector-3.0.0-py3-none-any.whl (23 kB) [ovn] Selecting previously unselected package readline-common. [ovn] Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ... [placement] Collecting openstacksdk>=3.3.0 [placement] Downloading openstacksdk-4.4.0-py3-none-any.whl (1.8 MB) [glance] Collecting defusedxml>=0.7.1 [glance] Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 207.0 MB/s eta 0:00:00 [neutron] Collecting SQLAlchemy>=1.4.23 [neutron] Downloading SQLAlchemy-2.0.38-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) [ovn] Unpacking readline-common (8.2-1.3) ... [glance] Collecting eventlet>=0.33.3 [glance] Downloading eventlet-0.39.0-py3-none-any.whl (363 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 363.3/363.3 kB 389.8 MB/s eta 0:00:00 [placement] Collecting osc-lib>=2.3.0 [placement] Downloading osc_lib-3.2.0-py3-none-any.whl (89 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.3/89.3 kB 341.1 MB/s eta 0:00:00 [heat] Collecting cryptography>=2.5 [heat] Downloading cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB) [glance] Collecting futurist>=1.2.0 [ovn] Selecting previously unselected package libreadline8:amd64. [glance] Downloading futurist-3.1.0-py3-none-any.whl (37 kB) [ovn] Preparing to unpack .../12-libreadline8_8.2-1.3_amd64.deb ... [ovn] Unpacking libreadline8:amd64 (8.2-1.3) ... [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 217.6 MB/s eta 0:00:00 [placement] Collecting oslo.i18n>=3.15.3 [placement] Downloading oslo.i18n-6.5.1-py3-none-any.whl (46 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/46.8 kB 203.1 MB/s eta 0:00:00 [glance] Collecting httplib2>=0.9.1 [glance] Downloading httplib2-0.22.0-py3-none-any.whl (96 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.9/96.9 kB 398.0 MB/s eta 0:00:00 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 35.2 MB/s eta 0:00:00 [heat] Collecting eventlet>=0.27.0 [heat] Downloading eventlet-0.39.0-py3-none-any.whl (363 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 363.3/363.3 kB 392.8 MB/s eta 0:00:00 [neutron] Collecting WebOb>=1.8.2 [placement] Collecting python-keystoneclient>=3.22.0 [ovn] Selecting previously unselected package libsqlite3-0:amd64. [ovn] Preparing to unpack .../13-libsqlite3-0_3.40.1-2+deb12u2_amd64.deb ... [glance] Collecting jsonschema>=3.2.0 [neutron] Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.4/115.4 kB 367.9 MB/s eta 0:00:00 [glance] Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 366.8 MB/s eta 0:00:00 [ovn] Unpacking libsqlite3-0:amd64 (3.40.1-2+deb12u2) ... [placement] Downloading python_keystoneclient-5.6.0-py3-none-any.whl (397 kB) [heat] Collecting keystoneauth1>=3.18.0 [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 397.2/397.2 kB 361.3 MB/s eta 0:00:00 [heat] Downloading keystoneauth1-5.10.0-py3-none-any.whl (344 kB) [neutron] Collecting alembic>=1.6.5 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 344.3/344.3 kB 301.8 MB/s eta 0:00:00 [neutron] Downloading alembic-1.14.1-py3-none-any.whl (233 kB) [glance] Collecting keystoneauth1>=3.4.0 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.6/233.6 kB 482.6 MB/s eta 0:00:00 [glance] Downloading keystoneauth1-5.10.0-py3-none-any.whl (344 kB) [ovn] Selecting previously unselected package libpython3.11-stdlib:amd64. [ovn] Preparing to unpack .../14-libpython3.11-stdlib_3.11.2-6+deb12u6_amd64.deb ... [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 344.3/344.3 kB 360.6 MB/s eta 0:00:00 [ovn] Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ... [neutron] Collecting debtcollector>=1.19.0 [placement] Collecting python-cinderclient>=3.3.0 [placement] Downloading python_cinderclient-9.7.0-py3-none-any.whl (256 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.5/256.5 kB 372.4 MB/s eta 0:00:00 [heat] Collecting keystonemiddleware>=5.1.0 [neutron] Downloading debtcollector-3.0.0-py3-none-any.whl (23 kB) [heat] Downloading keystonemiddleware-10.9.0-py3-none-any.whl (151 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.5/151.5 kB 408.1 MB/s eta 0:00:00 [neutron] Collecting decorator>=4.1.0 [neutron] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [glance] Collecting keystonemiddleware>=5.1.0 [glance] Downloading keystonemiddleware-10.9.0-py3-none-any.whl (151 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.5/151.5 kB 372.8 MB/s eta 0:00:00 [nova] Preparing metadata (pyproject.toml): finished with status 'done' [neutron] Collecting eventlet>=0.36.1 [glance] Collecting oslo.concurrency>=4.5.1 [glance] Downloading oslo.concurrency-7.1.0-py3-none-any.whl (47 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.0/47.0 kB 204.3 MB/s eta 0:00:00 [placement] Collecting stevedore>=2.0.1 [neutron] Downloading eventlet-0.39.0-py3-none-any.whl (363 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 363.3/363.3 kB 112.5 MB/s eta 0:00:00 [placement] Downloading stevedore-5.4.1-py3-none-any.whl (49 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 kB 220.8 MB/s eta 0:00:00 [placement] Collecting autopage>=0.4.0 [placement] Downloading autopage-0.5.2-py3-none-any.whl (30 kB) [nova] Collecting libvirt-python [glance] Collecting oslo.config>=8.1.0 [glance] Downloading oslo.config-9.7.1-py3-none-any.whl (131 kB) [ovn] Selecting previously unselected package python3.11. [ovn] Preparing to unpack .../15-python3.11_3.11.2-6+deb12u6_amd64.deb ... [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 kB 397.1 MB/s eta 0:00:00 [ovn] Unpacking python3.11 (3.11.2-6+deb12u6) ... [ovn] Selecting previously unselected package libpython3-stdlib:amd64. [ovn] Preparing to unpack .../16-libpython3-stdlib_3.11.2-1+b1_amd64.deb ... [ovn] Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ... [ovn] Setting up python3-minimal (3.11.2-1+b1) ... [nova] Downloading libvirt-python-11.0.0.tar.gz (241 kB) [placement] Collecting cmd2>=1.0.0 [placement] Downloading cmd2-2.5.11-py3-none-any.whl (152 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.8/152.8 kB 257.6 MB/s eta 0:00:00 [glance] Collecting oslo.context>=2.22.0 [glance] Downloading oslo.context-5.7.1-py3-none-any.whl (20 kB) [cinder] Collecting SQLAlchemy>=1.4.23 [cinder] Downloading SQLAlchemy-2.0.38-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.1/241.1 kB 9.3 MB/s eta 0:00:00 [neutron] Collecting futurist>=1.2.0 [placement] Collecting PrettyTable>=0.7.2 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 215.6 MB/s eta 0:00:00 [neutron] Downloading futurist-3.1.0-py3-none-any.whl (37 kB) [placement] Downloading prettytable-3.14.0-py3-none-any.whl (31 kB) [nova] Installing build dependencies: started [cinder] Collecting WebOb>=1.8.6 [neutron] Collecting httplib2>=0.22.0 [glance] Collecting oslo.db>=5.0.0 [cinder] Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) [glance] Downloading oslo.db-17.2.1-py3-none-any.whl (156 kB) [neutron] Downloading httplib2-0.22.0-py3-none-any.whl (96 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.9/96.9 kB 377.4 MB/s eta 0:00:00 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.4/115.4 kB 161.5 MB/s eta 0:00:00 [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 kB 180.5 MB/s eta 0:00:00 [neutron] Collecting keystoneauth1>=3.14.0 [glance] Collecting oslo.i18n>=5.0.0 [neutron] Downloading keystoneauth1-5.10.0-py3-none-any.whl (344 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 344.3/344.3 kB 389.9 MB/s eta 0:00:00 [glance] Downloading oslo.i18n-6.5.1-py3-none-any.whl (46 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/46.8 kB 288.8 MB/s eta 0:00:00 [placement] Collecting PyYAML>=3.12 [placement] Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 763.0/763.0 kB 332.2 MB/s eta 0:00:00 [keystone] Collecting SQLAlchemy>=1.4.0 [glance] Collecting oslo.limit>=1.6.0 [keystone] Downloading SQLAlchemy-2.0.38-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) [neutron] Collecting keystonemiddleware>=5.1.0 [glance] Downloading oslo.limit-2.6.1-py3-none-any.whl (21 kB) [ovn] Selecting previously unselected package python3. [ovn] (Reading database ... [ovn] (Reading database ... 5% [ovn] (Reading database ... 10% [ovn] (Reading database ... 15% [ovn] (Reading database ... 20% [ovn] (Reading database ... 25% [ovn] (Reading database ... 30% [ovn] (Reading database ... 35% [ovn] (Reading database ... 40% [ovn] (Reading database ... 45% [ovn] (Reading database ... 50% [ovn] (Reading database ... 55% [ovn] (Reading database ... 60% [ovn] (Reading database ... 65% [ovn] (Reading database ... 70% [ovn] (Reading database ... 75% [ovn] (Reading database ... 80% [ovn] (Reading database ... 85% [ovn] (Reading database ... 90% [ovn] (Reading database ... 95% [ovn] (Reading database ... 100% [ovn] (Reading database ... 7285 files and directories currently installed.) [ovn] Preparing to unpack .../00-python3_3.11.2-1+b1_amd64.deb ... [neutron] Downloading keystonemiddleware-10.9.0-py3-none-any.whl (151 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.5/151.5 kB 433.3 MB/s eta 0:00:00 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 169.3 MB/s eta 0:00:00 [neutron] Collecting netaddr>=0.7.18 [neutron] Downloading netaddr-1.3.0-py3-none-any.whl (2.3 MB) [ovn] Unpacking python3 (3.11.2-1+b1) ... [glance] Collecting oslo.log>=4.5.0 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 225.6 MB/s eta 0:00:00 [keystone] Collecting WebOb>=1.7.1 [glance] Downloading oslo.log-7.1.0-py3-none-any.whl (73 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.0/74.0 kB 274.5 MB/s eta 0:00:00 [ovn] Selecting previously unselected package libelf1:amd64. [keystone] Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) [ovn] Preparing to unpack .../01-libelf1_0.188-2.1_amd64.deb ... [ovn] Unpacking libelf1:amd64 (0.188-2.1) ... [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.4/115.4 kB 392.0 MB/s eta 0:00:00 [ovn] Selecting previously unselected package libbpf1:amd64. [neutron] Collecting neutron-lib>=3.17.0 [ovn] Preparing to unpack .../02-libbpf1_1%3a1.1.2-0+deb12u1_amd64.deb ... [ovn] Unpacking libbpf1:amd64 (1:1.1.2-0+deb12u1) ... [neutron] Downloading neutron_lib-3.18.2-py3-none-any.whl (620 kB) [heat] Collecting lxml>=4.5.0 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 620.9/620.9 kB 41.0 MB/s eta 0:00:00 [ovn] Selecting previously unselected package libnuma1:amd64. [heat] Downloading lxml-5.3.1-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB) [ovn] Preparing to unpack .../03-libnuma1_2.0.16-1_amd64.deb ... [ovn] Unpacking libnuma1:amd64 (2.0.16-1) ... [glance] Collecting oslo.messaging!=9.0.0,>=5.29.0 [ovn] Selecting previously unselected package libevent-2.1-7:amd64. [glance] Downloading oslo.messaging-16.1.0-py3-none-any.whl (202 kB) [ovn] Preparing to unpack .../04-libevent-2.1-7_2.1.12-stable-8_amd64.deb ... [ovn] Unpacking libevent-2.1-7:amd64 (2.1.12-stable-8) ... [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202.5/202.5 kB 290.4 MB/s eta 0:00:00 [keystone] Collecting bcrypt>=3.1.3 [keystone] Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 274.1 MB/s eta 0:00:00 [ovn] Selecting previously unselected package libunbound8:amd64. [ovn] Preparing to unpack .../05-libunbound8_1.17.1-2+deb12u4_amd64.deb ... [ovn] Unpacking libunbound8:amd64 (1.17.1-2+deb12u4) ... [neutron] Collecting openstacksdk>=0.31.2 [glance] Collecting oslo.middleware>=3.31.0 [neutron] Downloading openstacksdk-4.4.0-py3-none-any.whl (1.8 MB) [glance] Downloading oslo.middleware-6.3.1-py3-none-any.whl (64 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.6/64.6 kB 255.9 MB/s eta 0:00:00 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 233.1 MB/s eta 0:00:00 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 57.0 MB/s eta 0:00:00 [neutron] Collecting os-ken>=3.0.0 [neutron] Downloading os_ken-3.0.1-py3-none-any.whl (2.0 MB) [glance] Collecting oslo.policy>=4.5.0 [ovn] Selecting previously unselected package libxdp1:amd64. [glance] Downloading oslo.policy-4.5.1-py3-none-any.whl (88 kB) [ovn] Preparing to unpack .../06-libxdp1_1.3.1-1_amd64.deb ... [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.6/88.6 kB 327.8 MB/s eta 0:00:00 [ovn] Unpacking libxdp1:amd64 (1.3.1-1) ... [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 168.7 MB/s eta 0:00:00 [heat] Collecting netaddr>=0.7.18 [placement] Collecting cffi>=1.12 [heat] Downloading netaddr-1.3.0-py3-none-any.whl (2.3 MB) [ovn] Selecting previously unselected package openvswitch-common. [placement] Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB) [ovn] Preparing to unpack .../07-openvswitch-common_3.1.0-2+deb12u1_amd64.deb ... [ovn] Unpacking openvswitch-common (3.1.0-2+deb12u1) ... [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.2/467.2 kB 243.9 MB/s eta 0:00:00 [neutron] Collecting os-resource-classes>=1.1.0 [neutron] Downloading os_resource_classes-1.1.0-py3-none-any.whl (11 kB) [neutron] Collecting os-vif>=3.1.0 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 61.1 MB/s eta 0:00:00 [neutron] Downloading os_vif-4.1.0-py3-none-any.whl (110 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.2/110.2 kB 258.5 MB/s eta 0:00:00 [placement] Collecting attrs>=22.2.0 [placement] Downloading attrs-25.1.0-py3-none-any.whl (63 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 kB 272.6 MB/s eta 0:00:00 [placement] Collecting jsonschema-specifications>=2023.03.6 [placement] Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB) [neutron] Collecting oslo.cache>=1.26.0 [neutron] Downloading oslo_cache-3.10.2-py3-none-any.whl (76 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.4/76.4 kB 225.0 MB/s eta 0:00:00 [heat] Collecting neutron-lib>=1.14.0 [heat] Downloading neutron_lib-3.18.2-py3-none-any.whl (620 kB) [glance] Collecting oslo.reports>=1.18.0 [glance] Downloading oslo.reports-3.5.1-py3-none-any.whl (53 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 620.9/620.9 kB 115.8 MB/s eta 0:00:00 [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.2/53.2 kB 342.1 MB/s eta 0:00:00 [placement] Collecting referencing>=0.28.4 [placement] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [neutron] Collecting oslo.concurrency>=3.26.0 [neutron] Downloading oslo.concurrency-7.1.0-py3-none-any.whl (47 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.0/47.0 kB 357.6 MB/s eta 0:00:00 [glance] Collecting oslo.upgradecheck>=1.3.0 [glance] Downloading oslo.upgradecheck-2.5.0-py3-none-any.whl (14 kB) [neutron] Collecting oslo.config>=9.4.0 [neutron] Downloading oslo.config-9.7.1-py3-none-any.whl (131 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 kB 424.2 MB/s eta 0:00:00 [glance] Collecting oslo.utils>=7.3.0 [glance] Downloading oslo.utils-8.2.0-py3-none-any.whl (134 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.3/134.3 kB 345.5 MB/s eta 0:00:00 [heat] Collecting openstacksdk>=0.28.0 [neutron] Collecting oslo.context>=2.22.0 [neutron] Downloading oslo.context-5.7.1-py3-none-any.whl (20 kB) [heat] Downloading openstacksdk-4.4.0-py3-none-any.whl (1.8 MB) [ovn] Selecting previously unselected package libproc2-0:amd64. [ovn] Preparing to unpack .../08-libproc2-0_2%3a4.0.2-3_amd64.deb ... [ovn] Unpacking libproc2-0:amd64 (2:4.0.2-3) ... [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 210.3 MB/s eta 0:00:00 [glance] Collecting osprofiler>=1.4.0 [ovn] Selecting previously unselected package procps. [ovn] Preparing to unpack .../09-procps_2%3a4.0.2-3_amd64.deb ... [glance] Downloading osprofiler-4.2.0-py3-none-any.whl (95 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.4/95.4 kB 401.8 MB/s eta 0:00:00 [neutron] Collecting oslo.db>=4.44.0 [ovn] Unpacking procps (2:4.0.2-3) ... [neutron] Downloading oslo.db-17.2.1-py3-none-any.whl (156 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 kB 339.7 MB/s eta 0:00:00 [glance] Collecting pbr>=3.1.1 [heat] Collecting oslo.cache>=1.26.0 [glance] Downloading pbr-6.1.1-py2.py3-none-any.whl (108 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.0/109.0 kB 341.7 MB/s eta 0:00:00 [heat] Downloading oslo_cache-3.10.2-py3-none-any.whl (76 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.4/76.4 kB 358.7 MB/s eta 0:00:00 [neutron] Collecting oslo.i18n>=3.20.0 [cinder] Collecting boto3>=1.18.49 [neutron] Downloading oslo.i18n-6.5.1-py3-none-any.whl (46 kB) [ovn] Selecting previously unselected package python3-netifaces:amd64. [ovn] Preparing to unpack .../10-python3-netifaces_0.11.0-2+b1_amd64.deb ... [ovn] Unpacking python3-netifaces:amd64 (0.11.0-2+b1) ... [glance] Collecting python-keystoneclient>=3.8.0 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/46.8 kB 185.4 MB/s eta 0:00:00 [glance] Downloading python_keystoneclient-5.6.0-py3-none-any.whl (397 kB) [heat] Collecting oslo.concurrency>=3.26.0 [ovn] Selecting previously unselected package python3-sortedcontainers. [ovn] Preparing to unpack .../11-python3-sortedcontainers_2.4.0-2_all.deb ... [ovn] Unpacking python3-sortedcontainers (2.4.0-2) ... [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 397.2/397.2 kB 252.2 MB/s eta 0:00:00 [cinder] Downloading boto3-1.36.26-py3-none-any.whl (139 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.2/139.2 kB 362.8 MB/s eta 0:00:00 [heat] Downloading oslo.concurrency-7.1.0-py3-none-any.whl (47 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.0/47.0 kB 225.9 MB/s eta 0:00:00 [ovn] Selecting previously unselected package python3-openvswitch. [ovn] Preparing to unpack .../12-python3-openvswitch_3.1.0-2+deb12u1_amd64.deb ... [ovn] Unpacking python3-openvswitch (3.1.0-2+deb12u1) ... [glance] Collecting retrying!=1.3.0,>=1.2.3 [glance] Downloading retrying-1.3.4-py3-none-any.whl (11 kB) [keystone] Collecting cryptography>=2.7 [keystone] Downloading cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB) [cinder] Collecting castellan>=3.7.0 [neutron] Collecting oslo.log>=5.3.0 [cinder] Downloading castellan-5.2.1-py3-none-any.whl (99 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.6/99.6 kB 352.9 MB/s eta 0:00:00 [neutron] Downloading oslo.log-7.1.0-py3-none-any.whl (73 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.0/74.0 kB 351.5 MB/s eta 0:00:00 [glance] Collecting stevedore!=3.0.0,>=1.20.0 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 160.9 MB/s eta 0:00:00 [glance] Downloading stevedore-5.4.1-py3-none-any.whl (49 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 kB 239.8 MB/s eta 0:00:00 [heat] Collecting oslo.config>=6.8.0 [keystone] Collecting dogpile.cache>=1.0.2 [heat] Downloading oslo.config-9.7.1-py3-none-any.whl (131 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 kB 335.4 MB/s eta 0:00:00 [keystone] Downloading dogpile.cache-1.3.4-py3-none-any.whl (62 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.9/62.9 kB 240.1 MB/s eta 0:00:00 [glance] Collecting taskflow>=4.0.0 [glance] Downloading taskflow-5.12.0-py3-none-any.whl (504 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 504.4/504.4 kB 406.3 MB/s eta 0:00:00 [neutron] Collecting oslo.messaging>=7.0.0 [heat] Collecting oslo.context>=2.22.0 [ovn] Selecting previously unselected package uuid-runtime. [ovn] Preparing to unpack .../13-uuid-runtime_2.38.1-5+deb12u3_amd64.deb ... [ovn] Unpacking uuid-runtime (2.38.1-5+deb12u3) ... [neutron] Downloading oslo.messaging-16.1.0-py3-none-any.whl (202 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202.5/202.5 kB 341.0 MB/s eta 0:00:00 [heat] Downloading oslo.context-5.7.1-py3-none-any.whl (20 kB) [keystone] Collecting jsonschema>=3.2.0 [keystone] Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 379.6 MB/s eta 0:00:00 [ovn] Selecting previously unselected package openvswitch-switch. [ovn] Preparing to unpack .../14-openvswitch-switch_3.1.0-2+deb12u1_amd64.deb ... [ovn] Unpacking openvswitch-switch (3.1.0-2+deb12u1) ... [neutron] Collecting oslo.middleware>=3.31.0 [neutron] Downloading oslo.middleware-6.3.1-py3-none-any.whl (64 kB) [keystone] Collecting keystonemiddleware>=7.0.0 [heat] Collecting oslo.db>=6.0.0 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.6/64.6 kB 227.3 MB/s eta 0:00:00 [heat] Downloading oslo.db-17.2.1-py3-none-any.whl (156 kB) [keystone] Downloading keystonemiddleware-10.9.0-py3-none-any.whl (151 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.5/151.5 kB 366.2 MB/s eta 0:00:00 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 kB 314.5 MB/s eta 0:00:00 [glance] Collecting oslo.serialization!=2.19.1,>=2.18.0 [glance] Downloading oslo.serialization-5.7.0-py3-none-any.whl (25 kB) [neutron] Collecting oslo.policy>=4.5.0 [heat] Collecting oslo.i18n>=3.20.0 [neutron] Downloading oslo.policy-4.5.1-py3-none-any.whl (88 kB) [heat] Downloading oslo.i18n-6.5.1-py3-none-any.whl (46 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/46.8 kB 165.3 MB/s eta 0:00:00 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.6/88.6 kB 364.4 MB/s eta 0:00:00 [neutron] Collecting oslo.privsep>=2.3.0 [glance] Collecting requests>=2.14.2 [glance] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [neutron] Downloading oslo.privsep-3.6.0-py3-none-any.whl (38 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 377.5 MB/s eta 0:00:00 [heat] Collecting oslo.log>=4.3.0 [heat] Downloading oslo.log-7.1.0-py3-none-any.whl (73 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.0/74.0 kB 362.5 MB/s eta 0:00:00 [neutron] Collecting oslo.reports>=1.18.0 [neutron] Downloading oslo.reports-3.5.1-py3-none-any.whl (53 kB) [glance] Collecting python-cinderclient>=4.1.0 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.2/53.2 kB 223.0 MB/s eta 0:00:00 [glance] Downloading python_cinderclient-9.7.0-py3-none-any.whl (256 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.5/256.5 kB 242.0 MB/s eta 0:00:00 [keystone] Collecting msgpack>=0.5.0 [keystone] Downloading msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (403 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 403.7/403.7 kB 377.6 MB/s eta 0:00:00 [ovn] Selecting previously unselected package libbsd0:amd64. [ovn] Preparing to unpack .../15-libbsd0_0.11.7-2_amd64.deb ... [ovn] Unpacking libbsd0:amd64 (0.11.7-2) ... [neutron] Collecting oslo.rootwrap>=5.15.0 [neutron] Downloading oslo.rootwrap-7.5.1-py3-none-any.whl (38 kB) [keystone] Collecting oauthlib>=0.6.2 [ovn] Selecting previously unselected package libmnl0:amd64. [ovn] Preparing to unpack .../16-libmnl0_1.0.4-3_amd64.deb ... [ovn] Unpacking libmnl0:amd64 (1.0.4-3) ... [keystone] Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.7/151.7 kB 272.6 MB/s eta 0:00:00 [glance] Collecting os-brick>=6.3.0 [glance] Downloading os_brick-6.11.0-py3-none-any.whl (310 kB) [ovn] Selecting previously unselected package libxtables12:amd64. [ovn] Preparing to unpack .../17-libxtables12_1.8.9-2_amd64.deb ... [heat] Collecting oslo.messaging>=14.1.0 [ovn] Unpacking libxtables12:amd64 (1.8.9-2) ... [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 310.2/310.2 kB 196.6 MB/s eta 0:00:00 [heat] Downloading oslo.messaging-16.1.0-py3-none-any.whl (202 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202.5/202.5 kB 341.6 MB/s eta 0:00:00 [ovn] Selecting previously unselected package libcap2-bin. [neutron] Collecting oslo.serialization>=5.5.0 [ovn] Preparing to unpack .../18-libcap2-bin_1%3a2.66-4+deb12u2+b2_amd64.deb ... [ovn] Unpacking libcap2-bin (1:2.66-4+deb12u2+b2) ... [neutron] Downloading oslo.serialization-5.7.0-py3-none-any.whl (25 kB) [keystone] Collecting oslo.cache>=1.26.0 [keystone] Downloading oslo_cache-3.10.2-py3-none-any.whl (76 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.4/76.4 kB 385.0 MB/s eta 0:00:00 [glance] Collecting oslo.rootwrap>=5.8.0 [ovn] Selecting previously unselected package iproute2. [glance] Downloading oslo.rootwrap-7.5.1-py3-none-any.whl (38 kB) [ovn] Preparing to unpack .../19-iproute2_6.1.0-3_amd64.deb ... [ovn] Unpacking iproute2 (6.1.0-3) ... [heat] Collecting oslo.middleware>=3.31.0 [neutron] Collecting oslo.service>=3.5.0 [glance] Collecting oslo.privsep>=1.23.0 [neutron] Downloading oslo.service-4.1.1-py3-none-any.whl (87 kB) [heat] Downloading oslo.middleware-6.3.1-py3-none-any.whl (64 kB) [placement] Collecting rpds-py>=0.7.1 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 279.0 MB/s eta 0:00:00 [glance] Downloading oslo.privsep-3.6.0-py3-none-any.whl (38 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.6/64.6 kB 336.3 MB/s eta 0:00:00 [placement] Downloading rpds_py-0.23.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386 kB) [keystone] Collecting oslo.config>=6.8.0 [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.3/386.3 kB 104.3 MB/s eta 0:00:00 [keystone] Downloading oslo.config-9.7.1-py3-none-any.whl (131 kB) [neutron] Collecting oslo.upgradecheck>=1.3.0 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 kB 394.0 MB/s eta 0:00:00 [neutron] Downloading oslo.upgradecheck-2.5.0-py3-none-any.whl (14 kB) [heat] Collecting oslo.policy>=4.5.0 [heat] Downloading oslo.policy-4.5.1-py3-none-any.whl (88 kB) [cinder] Collecting cryptography>=3.1 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.6/88.6 kB 249.8 MB/s eta 0:00:00 [cinder] Downloading cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB) [keystone] Collecting oslo.context>=2.22.0 [keystone] Downloading oslo.context-5.7.1-py3-none-any.whl (20 kB) [placement] Collecting keystoneauth1>=3.12.0 [placement] Downloading keystoneauth1-5.10.0-py3-none-any.whl (344 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 344.3/344.3 kB 307.9 MB/s eta 0:00:00 [glance] Collecting cliff>=3.5.0 [ovn] Selecting previously unselected package libbrotli1:amd64. [ovn] Preparing to unpack .../20-libbrotli1_1.0.9-2+b6_amd64.deb ... [ovn] Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 171.2 MB/s eta 0:00:00 [heat] Collecting oslo.reports>=1.18.0 [glance] Downloading cliff-4.9.1-py3-none-any.whl (84 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.6/84.6 kB 249.2 MB/s eta 0:00:00 [heat] Downloading oslo.reports-3.5.1-py3-none-any.whl (53 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.2/53.2 kB 9.4 MB/s eta 0:00:00 [placement] Collecting oslo.cache>=1.26.0 [placement] Downloading oslo_cache-3.10.2-py3-none-any.whl (76 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.4/76.4 kB 360.6 MB/s eta 0:00:00 [glance] Collecting iso8601>=0.1.11 [keystone] Collecting oslo.db>=6.0.0 [ovn] Selecting previously unselected package libsasl2-modules-db:amd64. [ovn] Preparing to unpack .../21-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... [cinder] Collecting cursive>=0.2.2 [ovn] Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [glance] Downloading iso8601-2.1.0-py3-none-any.whl (7.5 kB) [keystone] Downloading oslo.db-17.2.1-py3-none-any.whl (156 kB) [neutron] Collecting oslo.utils>=7.3.0 [cinder] Downloading cursive-0.2.3-py2.py3-none-any.whl (43 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 kB 400.9 MB/s eta 0:00:00 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.8/43.8 kB 166.7 MB/s eta 0:00:00 [ovn] Selecting previously unselected package libsasl2-2:amd64. [ovn] Preparing to unpack .../22-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... [neutron] Downloading oslo.utils-8.2.0-py3-none-any.whl (134 kB) [heat] Collecting oslo.serialization>=2.25.0 [ovn] Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.3/134.3 kB 302.5 MB/s eta 0:00:00 [heat] Downloading oslo.serialization-5.7.0-py3-none-any.whl (25 kB) [ovn] Selecting previously unselected package libldap-2.5-0:amd64. [ovn] Preparing to unpack .../23-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... [ovn] Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [cinder] Collecting decorator>=4.4.2 [keystone] Collecting oslo.i18n>=3.15.3 [cinder] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [keystone] Downloading oslo.i18n-6.5.1-py3-none-any.whl (46 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/46.8 kB 300.8 MB/s eta 0:00:00 [glance] Collecting openstacksdk>=3.3.0 [neutron] Collecting oslo.versionedobjects>=1.35.1 [placement] Collecting pycadf>=1.1.0 [neutron] Downloading oslo.versionedobjects-3.6.0-py3-none-any.whl (86 kB) [glance] Downloading openstacksdk-4.4.0-py3-none-any.whl (1.8 MB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.3/86.3 kB 370.1 MB/s eta 0:00:00 [cinder] Collecting distro>=1.8.0 [placement] Downloading pycadf-4.0.1-py3-none-any.whl (44 kB) [ovn] Selecting previously unselected package libnghttp2-14:amd64. [ovn] Preparing to unpack .../24-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.2/44.2 kB 79.3 MB/s eta 0:00:00 [ovn] Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [cinder] Downloading distro-1.9.0-py3-none-any.whl (20 kB) [heat] Collecting oslo.service>=1.24.0 [heat] Downloading oslo.service-4.1.1-py3-none-any.whl (87 kB) [neutron] Collecting osprofiler>=2.3.0 [ovn] Selecting previously unselected package libpsl5:amd64. [ovn] Preparing to unpack .../25-libpsl5_0.21.2-1_amd64.deb ... [ovn] Unpacking libpsl5:amd64 (0.21.2-1) ... [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 341.8 MB/s eta 0:00:00 [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 59.9 MB/s eta 0:00:00 [placement] Collecting PyJWT>=2.4.0 [neutron] Downloading osprofiler-4.2.0-py3-none-any.whl (95 kB) [keystone] Collecting oslo.log>=3.44.0 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.4/95.4 kB 268.9 MB/s eta 0:00:00 [cinder] Collecting eventlet!=0.32.0,>=0.30.1 [placement] Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) [cinder] Downloading eventlet-0.39.0-py3-none-any.whl (363 kB) [keystone] Downloading oslo.log-7.1.0-py3-none-any.whl (73 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 363.3/363.3 kB 290.2 MB/s eta 0:00:00 [heat] Collecting oslo.upgradecheck>=1.3.0 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.0/74.0 kB 258.9 MB/s eta 0:00:00 [ovn] Selecting previously unselected package librtmp1:amd64. [ovn] Preparing to unpack .../26-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [neutron] Collecting ovs>=2.12.0 [ovn] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [heat] Downloading oslo.upgradecheck-2.5.0-py3-none-any.whl (14 kB) [neutron] Downloading ovs-3.5.0.tar.gz (156 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.7/156.7 kB 156.5 MB/s eta 0:00:00 [glance] Collecting osc-lib>=2.3.0 [glance] Downloading osc_lib-3.2.0-py3-none-any.whl (89 kB) [ovn] Selecting previously unselected package libssh2-1:amd64. [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.3/89.3 kB 394.1 MB/s eta 0:00:00 [ovn] Preparing to unpack .../27-libssh2-1_1.10.0-3+b1_amd64.deb ... [ovn] Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... [placement] Collecting decorator>=4.4.1 [neutron] Preparing metadata (setup.py): started [placement] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [heat] Collecting oslo.utils>=4.5.0 [ovn] Selecting previously unselected package libcurl4:amd64. [placement] Collecting dogpile.cache>=0.6.5 [ovn] Preparing to unpack .../28-libcurl4_7.88.1-10+deb12u14_amd64.deb ... [ovn] Unpacking libcurl4:amd64 (7.88.1-10+deb12u14) ... [keystone] Collecting oslo.messaging>=5.29.0 [placement] Downloading dogpile.cache-1.3.4-py3-none-any.whl (62 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.9/62.9 kB 319.5 MB/s eta 0:00:00 [keystone] Downloading oslo.messaging-16.1.0-py3-none-any.whl (202 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202.5/202.5 kB 389.7 MB/s eta 0:00:00 [heat] Downloading oslo.utils-8.2.0-py3-none-any.whl (134 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.3/134.3 kB 385.9 MB/s eta 0:00:00 [glance] Collecting Mako [placement] Collecting jmespath>=0.9.0 [glance] Downloading Mako-1.3.9-py3-none-any.whl (78 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 384.1 MB/s eta 0:00:00 [placement] Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) [nova] Installing build dependencies: finished with status 'done' [nova] Getting requirements to build wheel: started [cinder] Collecting google-api-python-client>=1.11.0 [keystone] Collecting oslo.middleware>=3.31.0 [cinder] Downloading google_api_python_client-2.161.0-py2.py3-none-any.whl (12.9 MB) [heat] Collecting oslo.versionedobjects>=1.31.2 [keystone] Downloading oslo.middleware-6.3.1-py3-none-any.whl (64 kB) [ovn] Selecting previously unselected package curl. [ovn] Preparing to unpack .../29-curl_7.88.1-10+deb12u14_amd64.deb ... [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.6/64.6 kB 243.8 MB/s eta 0:00:00 [ovn] Unpacking curl (7.88.1-10+deb12u14) ... [glance] Collecting typing-extensions>=4 [placement] Collecting jsonpatch!=1.20,>=1.16 [glance] Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) [heat] Downloading oslo.versionedobjects-3.6.0-py3-none-any.whl (86 kB) [placement] Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.3/86.3 kB 353.6 MB/s eta 0:00:00 [placement] Collecting os-service-types>=1.7.0 [placement] Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) [heat] Collecting osprofiler>=1.4.0 [ovn] Selecting previously unselected package lsb-release. [keystone] Collecting oslo.policy>=4.5.0 [ovn] Preparing to unpack .../30-lsb-release_12.0-1_all.deb ... [ovn] Unpacking lsb-release (12.0-1) ... [keystone] Downloading oslo.policy-4.5.1-py3-none-any.whl (88 kB) [glance] Collecting python-barbicanclient>=5.5.0 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.6/88.6 kB 370.2 MB/s eta 0:00:00 [heat] Downloading osprofiler-4.2.0-py3-none-any.whl (95 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.4/95.4 kB 398.0 MB/s eta 0:00:00 [ovn] Selecting previously unselected package netcat-openbsd. [glance] Downloading python_barbicanclient-7.1.0-py3-none-any.whl (88 kB) [ovn] Preparing to unpack .../31-netcat-openbsd_1.219-1_amd64.deb ... [ovn] Unpacking netcat-openbsd (1.219-1) ... [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 411.3 MB/s eta 0:00:00 [placement] Collecting platformdirs>=3 [placement] Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB) [ovn] Selecting previously unselected package ovn-common. [ovn] Preparing to unpack .../32-ovn-common_23.03.1-1~deb12u2_amd64.deb ... [ovn] Unpacking ovn-common (23.03.1-1~deb12u2) ... [heat] Collecting pbr>=3.1.1 [heat] Downloading pbr-6.1.1-py2.py3-none-any.whl (108 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.0/109.0 kB 316.9 MB/s eta 0:00:00 [glance] Collecting autopage>=0.4.0 [neutron] Preparing metadata (setup.py): finished with status 'done' [glance] Downloading autopage-0.5.2-py3-none-any.whl (30 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/12.9 MB 91.5 MB/s eta 0:00:00 [keystone] Collecting oslo.serialization!=2.19.1,>=2.18.0 [heat] Collecting python-barbicanclient>=4.5.2 [keystone] Downloading oslo.serialization-5.7.0-py3-none-any.whl (25 kB) [heat] Downloading python_barbicanclient-7.1.0-py3-none-any.whl (88 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 383.0 MB/s eta 0:00:00 [keystone] Collecting oslo.upgradecheck>=1.3.0 [nova] Getting requirements to build wheel: finished with status 'done' [keystone] Downloading oslo.upgradecheck-2.5.0-py3-none-any.whl (14 kB) [nova] Preparing metadata (pyproject.toml): started [glance] Collecting cmd2>=1.0.0 [neutron] Collecting ovsdbapp>=2.11.0 [glance] Downloading cmd2-2.5.11-py3-none-any.whl (152 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.8/152.8 kB 432.8 MB/s eta 0:00:00 [neutron] Downloading ovsdbapp-2.11.0-py3-none-any.whl (143 kB) [heat] Collecting python-blazarclient>=1.0.1 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.4/143.4 kB 385.3 MB/s eta 0:00:00 [placement] Collecting psutil>=3.2.2 [keystone] Collecting oslo.utils>=3.33.0 [heat] Downloading python_blazarclient-4.3.0-py3-none-any.whl (50 kB) [keystone] Downloading oslo.utils-8.2.0-py3-none-any.whl (134 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.6/50.6 kB 18.5 MB/s eta 0:00:00 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.3/134.3 kB 326.5 MB/s eta 0:00:00 [neutron] Collecting pbr>=4.0.0 [neutron] Downloading pbr-6.1.1-py2.py3-none-any.whl (108 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.0/109.0 kB 364.2 MB/s eta 0:00:00 [keystone] Collecting osprofiler>=1.4.0 [heat] Collecting python-cinderclient>=3.3.0 [keystone] Downloading osprofiler-4.2.0-py3-none-any.whl (95 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.4/95.4 kB 377.9 MB/s eta 0:00:00 [neutron] Collecting pecan>=1.4.0 [neutron] Downloading pecan-1.5.1-py3-none-any.whl (146 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.1/146.1 kB 195.8 MB/s eta 0:00:00 [heat] Downloading python_cinderclient-9.7.0-py3-none-any.whl (256 kB) [placement] Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.5/256.5 kB 115.8 MB/s eta 0:00:00 [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 205.3 MB/s eta 0:00:00 [keystone] Collecting pbr!=2.1.0,>=2.0.0 [keystone] Downloading pbr-6.1.1-py2.py3-none-any.whl (108 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.0/109.0 kB 360.2 MB/s eta 0:00:00 [placement] Collecting requestsexceptions>=1.2.0 [heat] Collecting python-designateclient>=2.7.0 [nova] Preparing metadata (pyproject.toml): finished with status 'done' [heat] Downloading python_designateclient-6.2.0-py3-none-any.whl (95 kB) [glance] Collecting PyYAML>=3.12 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.4/95.4 kB 384.5 MB/s eta 0:00:00 [keystone] Collecting pycadf!=2.0.0,>=1.1.0 [keystone] Downloading pycadf-4.0.1-py3-none-any.whl (44 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.2/44.2 kB 317.3 MB/s eta 0:00:00 [ovn] Selecting previously unselected package ovn-central. [ovn] Preparing to unpack .../33-ovn-central_23.03.1-1~deb12u2_amd64.deb ... [ovn] Unpacking ovn-central (23.03.1-1~deb12u2) ... [placement] Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) [glance] Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 763.0/763.0 kB 232.4 MB/s eta 0:00:00 [nova] Collecting pymysql [placement] Collecting typing-extensions>=4.12.0 [nova] Downloading PyMySQL-1.1.1-py3-none-any.whl (44 kB) [placement] Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.0/45.0 kB 228.8 MB/s eta 0:00:00 [keystone] Collecting pysaml2>=5.0.0 [heat] Collecting python-glanceclient>=2.8.0 [keystone] Downloading pysaml2-7.5.2-py3-none-any.whl (420 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 420.8/420.8 kB 212.1 MB/s eta 0:00:00 [heat] Downloading python_glanceclient-4.8.0-py3-none-any.whl (206 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.0/207.0 kB 231.4 MB/s eta 0:00:00 [nova] Collecting python-memcached [nova] Downloading python_memcached-1.62-py2.py3-none-any.whl (15 kB) [keystone] Collecting python-keystoneclient>=3.8.0 [keystone] Downloading python_keystoneclient-5.6.0-py3-none-any.whl (397 kB) [heat] Collecting python-heatclient>=1.10.0 [neutron] Collecting psutil>=6.1.0 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 397.2/397.2 kB 344.7 MB/s eta 0:00:00 [ovn] Selecting previously unselected package ovn-host. [ovn] Preparing to unpack .../34-ovn-host_23.03.1-1~deb12u2_amd64.deb ... [neutron] Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) [heat] Downloading python_heatclient-4.1.0-py3-none-any.whl (212 kB) [ovn] Unpacking ovn-host (23.03.1-1~deb12u2) ... [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 301.8 MB/s eta 0:00:00 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.5/212.5 kB 392.4 MB/s eta 0:00:00 [nova] Collecting python-openstackclient [placement] Collecting fasteners>=0.7.0 [nova] Downloading python_openstackclient-7.5.0-py3-none-any.whl (1.1 MB) [placement] Downloading fasteners-0.19-py3-none-any.whl (18 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 159.3 MB/s eta 0:00:00 [neutron] Collecting pyOpenSSL>=17.1.0 [placement] Collecting debtcollector>=3.0.0 [cinder] Collecting greenlet>=0.4.16 [neutron] Downloading pyOpenSSL-24.2.1-py3-none-any.whl (58 kB) [placement] Downloading debtcollector-3.0.0-py3-none-any.whl (23 kB) [cinder] Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (602 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/58.4 kB 343.9 MB/s eta 0:00:00 [heat] Collecting python-ironicclient>=2.8.0 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 602.4/602.4 kB 285.4 MB/s eta 0:00:00 [heat] Downloading python_ironicclient-5.10.2-py3-none-any.whl (241 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.3/241.3 kB 216.1 MB/s eta 0:00:00 [cinder] Collecting iso8601>=0.1.12 [cinder] Downloading iso8601-2.1.0-py3-none-any.whl (7.5 kB) [placement] Collecting netaddr>=0.7.18 [placement] Downloading netaddr-1.3.0-py3-none-any.whl (2.3 MB) [neutron] Collecting pyroute2>=0.7.3 [heat] Collecting python-keystoneclient>=3.8.0 [neutron] Downloading pyroute2-0.8.1-py3-none-any.whl (474 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 474.3/474.3 kB 170.9 MB/s eta 0:00:00 [heat] Downloading python_keystoneclient-5.6.0-py3-none-any.whl (397 kB) [keystone] Collecting scrypt>=0.8.0 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 397.2/397.2 kB 344.9 MB/s eta 0:00:00 [ovn] Setting up media-types (10.0.0) ... [ovn] Setting up libkeyutils1:amd64 (1.6.3-2) ... [keystone] Downloading scrypt-0.8.27-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) [nova] Collecting pbr>=5.8.0 [ovn] Setting up libpsl5:amd64 (0.21.2-1) ... [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 68.3 MB/s eta 0:00:00 [ovn] Setting up libtirpc-common (1.3.3+ds-1) ... [ovn] Setting up libbrotli1:amd64 (1.0.9-2+b6) ... [nova] Downloading pbr-6.1.1-py2.py3-none-any.whl (108 kB) [ovn] Setting up libsqlite3-0:amd64 (3.40.1-2+deb12u2) ... [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.0/109.0 kB 394.3 MB/s eta 0:00:00 [ovn] Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [ovn] Setting up libkrb5support0:amd64 (1.20.1-2+deb12u4) ... [cinder] Collecting jsonschema>=3.2.0 [ovn] Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [neutron] Collecting python-designateclient>=2.7.0 [ovn] Setting up libcap2-bin (1:2.66-4+deb12u2+b2) ... [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 114.2 MB/s eta 0:00:00 [ovn] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [ovn] Setting up libproc2-0:amd64 (2:4.0.2-3) ... [ovn] Setting up libmnl0:amd64 (1.0.4-3) ... [cinder] Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) [ovn] Setting up libevent-2.1-7:amd64 (2.1.12-stable-8) ... [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 363.9 MB/s eta 0:00:00 [neutron] Downloading python_designateclient-6.2.0-py3-none-any.whl (95 kB) [heat] Collecting python-magnumclient>=2.3.0 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.4/95.4 kB 345.9 MB/s eta 0:00:00 [placement] Collecting rfc3986>=1.2.0 [placement] Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) [heat] Downloading python_magnumclient-4.8.1-py3-none-any.whl (141 kB) [ovn] Setting up libncursesw6:amd64 (6.4-4) ... [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.9/141.9 kB 383.8 MB/s eta 0:00:00 [ovn] Setting up libk5crypto3:amd64 (1.20.1-2+deb12u4) ... [ovn] Setting up libxtables12:amd64 (1.8.9-2) ... [ovn] Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... [ovn] Setting up libnuma1:amd64 (2.0.16-1) ... [ovn] Setting up uuid-runtime (2.38.1-5+deb12u3) ... [keystone] Collecting stevedore>=1.20.0 [keystone] Downloading stevedore-5.4.1-py3-none-any.whl (49 kB) [glance] Collecting cffi>=1.12 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 kB 346.8 MB/s eta 0:00:00 [neutron] Collecting python-neutronclient>=7.8.0 [neutron] Downloading python_neutronclient-11.4.0-py3-none-any.whl (295 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 295.7/295.7 kB 389.3 MB/s eta 0:00:00 [cinder] Collecting keystoneauth1>=4.2.1 [glance] Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.2/467.2 kB 125.4 MB/s eta 0:00:00 [cinder] Downloading keystoneauth1-5.10.0-py3-none-any.whl (344 kB) [heat] Collecting python-manilaclient>=1.16.0 [ovn] Adding group `uuidd' (GID 101) ... [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 344.3/344.3 kB 338.6 MB/s eta 0:00:00 [heat] Downloading python_manilaclient-5.4.0-py3-none-any.whl (518 kB) [ovn] Done. [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 518.1/518.1 kB 217.3 MB/s eta 0:00:00 [keystone] Collecting cliff>=3.5.0 [keystone] Downloading cliff-4.9.1-py3-none-any.whl (84 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.6/84.6 kB 316.9 MB/s eta 0:00:00 [neutron] Collecting python-novaclient>=9.1.0 [neutron] Downloading python_novaclient-18.9.0-py3-none-any.whl (336 kB) [placement] Collecting alembic>=0.9.6 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 336.3/336.3 kB 182.4 MB/s eta 0:00:00 [keystone] Collecting iso8601>=0.1.11 [placement] Downloading alembic-1.14.1-py3-none-any.whl (233 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.6/233.6 kB 411.2 MB/s eta 0:00:00 [cinder] Collecting keystonemiddleware>=9.1.0 [keystone] Downloading iso8601-2.1.0-py3-none-any.whl (7.5 kB) [cinder] Downloading keystonemiddleware-10.9.0-py3-none-any.whl (151 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.5/151.5 kB 308.4 MB/s eta 0:00:00 [placement] Collecting testresources>=2.0.0 [ovn] invoke-rc.d: could not determine current runlevel [placement] Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB) [ovn] invoke-rc.d: policy-rc.d denied execution of start. [keystone] Collecting openstacksdk>=3.3.0 [placement] Collecting testscenarios>=0.4 [keystone] Downloading openstacksdk-4.4.0-py3-none-any.whl (1.8 MB) [placement] Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 227.3 MB/s eta 0:00:00 [heat] Collecting python-mistralclient>=3.1.0 [heat] Downloading python_mistralclient-5.4.0-py3-none-any.whl (143 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.3/143.3 kB 355.0 MB/s eta 0:00:00 [neutron] Collecting requests>=2.32.3 [neutron] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 287.1 MB/s eta 0:00:00 [keystone] Collecting osc-lib>=2.3.0 [keystone] Downloading osc_lib-3.2.0-py3-none-any.whl (89 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.3/89.3 kB 326.8 MB/s eta 0:00:00 [placement] Collecting python-dateutil>=2.7.0 [heat] Collecting python-monascaclient>=1.12.0 [placement] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 414.3 MB/s eta 0:00:00 [heat] Downloading python_monascaclient-2.8.0-py3-none-any.whl (42 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 kB 231.8 MB/s eta 0:00:00 [neutron] Collecting stevedore>=2.0.1 [keystone] Collecting python-cinderclient>=3.3.0 [neutron] Downloading stevedore-5.4.1-py3-none-any.whl (49 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 kB 188.5 MB/s eta 0:00:00 [keystone] Downloading python_cinderclient-9.7.0-py3-none-any.whl (256 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.5/256.5 kB 399.7 MB/s eta 0:00:00 [placement] Collecting Jinja2>=2.10 [placement] Downloading jinja2-3.1.5-py3-none-any.whl (134 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.6/134.6 kB 337.1 MB/s eta 0:00:00 [heat] Collecting python-neutronclient>=7.7.0 [heat] Downloading python_neutronclient-11.4.0-py3-none-any.whl (295 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 295.7/295.7 kB 438.0 MB/s eta 0:00:00 [keystone] Collecting requests>=2.27.0 [neutron] Collecting tenacity>=6.0.0 [keystone] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 343.0 MB/s eta 0:00:00 [neutron] Downloading tenacity-9.0.0-py3-none-any.whl (28 kB) [keystone] Collecting autopage>=0.4.0 [heat] Collecting python-novaclient>=9.1.0 [keystone] Downloading autopage-0.5.2-py3-none-any.whl (30 kB) [heat] Downloading python_novaclient-18.9.0-py3-none-any.whl (336 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 336.3/336.3 kB 326.3 MB/s eta 0:00:00 [neutron] Collecting tooz>=1.58.0 [neutron] Downloading tooz-6.3.0-py3-none-any.whl (91 kB) [placement] Collecting statsd>=3.2.1 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.6/91.6 kB 57.7 MB/s eta 0:00:00 [heat] Collecting python-octaviaclient>=1.8.0 [placement] Downloading statsd-4.0.1-py2.py3-none-any.whl (13 kB) [heat] Downloading python_octaviaclient-3.10.0-py3-none-any.whl (113 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 113.4/113.4 kB 67.0 MB/s eta 0:00:00 [keystone] Collecting cmd2>=1.0.0 [ovn] Setting up procps (2:4.0.2-3) ... [keystone] Downloading cmd2-2.5.11-py3-none-any.whl (152 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.8/152.8 kB 429.7 MB/s eta 0:00:00 [ovn] Setting up libssh2-1:amd64 (1.10.0-3+b1) ... [ovn] Setting up netbase (6.4) ... [keystone] Collecting PrettyTable>=0.7.2 [ovn] Setting up libkrb5-3:amd64 (1.20.1-2+deb12u4) ... [ovn] Setting up lsb-release (12.0-1) ... [heat] Collecting python-swiftclient>=3.2.0 [keystone] Downloading prettytable-3.14.0-py3-none-any.whl (31 kB) [ovn] Setting up openssl (3.0.18-1~deb12u2) ... [ovn] Setting up libbsd0:amd64 (0.11.7-2) ... [ovn] Setting up libelf1:amd64 (0.188-2.1) ... [ovn] Setting up readline-common (8.2-1.3) ... [heat] Downloading python_swiftclient-4.7.0-py3-none-any.whl (88 kB) [ovn] Setting up libbpf1:amd64 (1:1.1.2-0+deb12u1) ... [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.8/88.8 kB 219.4 MB/s eta 0:00:00 [ovn] Setting up libkmod2:amd64 (30+20221128-1) ... [ovn] Setting up libreadline8:amd64 (8.2-1.3) ... [ovn] Setting up netcat-openbsd (1.219-1) ... [ovn] update-alternatives: using /bin/nc.openbsd to provide /bin/nc (nc) in auto mode [ovn] update-alternatives: warning: skip creation of /usr/share/man/man1/nc.1.gz because associated file /usr/share/man/man1/nc_openbsd.1.gz (of link group nc) doesn't exist [ovn] update-alternatives: warning: skip creation of /usr/share/man/man1/netcat.1.gz because associated file /usr/share/man/man1/nc_openbsd.1.gz (of link group nc) doesn't exist [ovn] Setting up kmod (30+20221128-1) ... [ovn] Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [ovn] Setting up libxdp1:amd64 (1.3.1-1) ... [ovn] Setting up libunbound8:amd64 (1.17.1-2+deb12u4) ... [ovn] Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u4) ... [ovn] Setting up libcurl4:amd64 (7.88.1-10+deb12u14) ... [ovn] Setting up curl (7.88.1-10+deb12u14) ... [placement] Collecting bcrypt>=3.1.3 [ovn] Setting up libtirpc3:amd64 (1.3.3+ds-1) ... [heat] Collecting python-troveclient>=2.2.0 [ovn] Setting up iproute2 (6.1.0-3) ... [placement] Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) [heat] Downloading python_troveclient-8.8.0-py3-none-any.whl (237 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 215.2 MB/s eta 0:00:00 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 237.4/237.4 kB 63.3 MB/s eta 0:00:00 [glance] Collecting wrapt>=1.7.0 [keystone] Collecting PyYAML>=3.12 [glance] Downloading wrapt-1.17.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83 kB) [ovn] debconf: unable to initialize frontend: Dialog [ovn] debconf: (TERM is not set, so the dialog frontend is not usable.) [ovn] debconf: falling back to frontend: Readline [ovn] debconf: unable to initialize frontend: Readline [ovn] debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) [ovn] debconf: falling back to frontend: Teletype [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/83.2 kB 64.7 MB/s eta 0:00:00 [heat] Collecting python-vitrageclient>=2.7.0 [keystone] Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB) [heat] Downloading python_vitrageclient-5.2.0-py3-none-any.whl (51 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 763.0/763.0 kB 181.4 MB/s eta 0:00:00 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.1/51.1 kB 323.2 MB/s eta 0:00:00 [ovn] Setting up libnsl2:amd64 (1.3.0-2) ... [ovn] Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ... [ovn] Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ... [ovn] Setting up python3.11 (3.11.2-6+deb12u6) ... [glance] Collecting dnspython>=1.15.0 [glance] Downloading dnspython-2.7.0-py3-none-any.whl (313 kB) [heat] Collecting python-zaqarclient>=1.3.0 [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 80.3 MB/s eta 0:00:00 [heat] Downloading python_zaqarclient-3.0.1-py3-none-any.whl (83 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/83.2 kB 300.2 MB/s eta 0:00:00 [cinder] Collecting lxml>=4.5.2 [cinder] Downloading lxml-5.3.1-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB) [heat] Collecting python-zunclient>=3.4.0 [heat] Downloading python_zunclient-5.2.1-py3-none-any.whl (155 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.0/155.0 kB 430.9 MB/s eta 0:00:00 [nova] Collecting SQLAlchemy>=1.4.13 [nova] Downloading SQLAlchemy-2.0.38-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 127.3 MB/s eta 0:00:00 [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 211.3 MB/s eta 0:00:00 [heat] Collecting requests>=2.23.0 [placement] Collecting msgpack>=0.5.2 [heat] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 349.8 MB/s eta 0:00:00 [placement] Downloading msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (403 kB) [nova] Collecting decorator>=4.1.0 [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 403.7/403.7 kB 351.8 MB/s eta 0:00:00 [nova] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [heat] Collecting stevedore>=3.1.0 [placement] Collecting tzdata>=2022.4 [heat] Downloading stevedore-5.4.1-py3-none-any.whl (49 kB) [cinder] Collecting os-brick>=6.10.0 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 kB 334.2 MB/s eta 0:00:00 [placement] Downloading tzdata-2025.1-py2.py3-none-any.whl (346 kB) [cinder] Downloading os_brick-6.11.0-py3-none-any.whl (310 kB) [nova] Collecting eventlet>=0.30.1 [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.8/346.8 kB 272.7 MB/s eta 0:00:00 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 310.2/310.2 kB 276.9 MB/s eta 0:00:00 [nova] Downloading eventlet-0.39.0-py3-none-any.whl (363 kB) [heat] Collecting tenacity>=6.1.0 [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 363.3/363.3 kB 359.2 MB/s eta 0:00:00 [heat] Downloading tenacity-9.0.0-py3-none-any.whl (28 kB) [cinder] Collecting os-win>=5.5.0 [cinder] Downloading os_win-5.9.0-py3-none-any.whl (274 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 274.4/274.4 kB 110.3 MB/s eta 0:00:00 [heat] Collecting tzdata>=2022.4 [heat] Downloading tzdata-2025.1-py2.py3-none-any.whl (346 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.8/346.8 kB 414.4 MB/s eta 0:00:00 [placement] Collecting pyparsing>=2.1.0 [placement] Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB) [cinder] Collecting oslo.concurrency>=4.5.0 [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 kB 273.2 MB/s eta 0:00:00 [nova] Collecting Jinja2>=2.10 [cinder] Downloading oslo.concurrency-7.1.0-py3-none-any.whl (47 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.0/47.0 kB 330.9 MB/s eta 0:00:00 [nova] Downloading jinja2-3.1.5-py3-none-any.whl (134 kB) [heat] Collecting yaql>=1.1.3 [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.6/134.6 kB 389.3 MB/s eta 0:00:00 [heat] Downloading yaql-3.0.0-py3-none-any.whl (125 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.8/125.8 kB 411.9 MB/s eta 0:00:00 [placement] Collecting packaging>=20.4 [placement] Downloading packaging-24.2-py3-none-any.whl (65 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 328.2 MB/s eta 0:00:00 [placement] Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pbr>=3.1.1->openstack-placement==0.0.0) (66.1.1) [cinder] Collecting oslo.config>=8.3.2 [nova] Collecting keystonemiddleware>=4.20.0 [cinder] Downloading oslo.config-9.7.1-py3-none-any.whl (131 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 kB 416.7 MB/s eta 0:00:00 [neutron] Collecting cryptography>=2.7 [nova] Downloading keystonemiddleware-10.9.0-py3-none-any.whl (151 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.5/151.5 kB 259.1 MB/s eta 0:00:00 [neutron] Downloading cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB) [keystone] Collecting cffi>=1.12 [heat] Collecting cliff>=3.5.0 [heat] Downloading cliff-4.9.1-py3-none-any.whl (84 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.6/84.6 kB 338.4 MB/s eta 0:00:00 [keystone] Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.2/467.2 kB 296.1 MB/s eta 0:00:00 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 220.8 MB/s eta 0:00:00 [glance] Collecting greenlet>=1.0 [glance] Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (602 kB) [cinder] Collecting oslo.context>=3.4.0 [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 602.4/602.4 kB 189.0 MB/s eta 0:00:00 [cinder] Downloading oslo.context-5.7.1-py3-none-any.whl (20 kB) [heat] Collecting iso8601>=0.1.11 [heat] Downloading iso8601-2.1.0-py3-none-any.whl (7.5 kB) [keystone] Collecting decorator>=4.0.0 [keystone] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [cinder] Collecting oslo.db>=11.0.0 [heat] Collecting osc-lib>=2.3.0 [cinder] Downloading oslo.db-17.2.1-py3-none-any.whl (156 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 kB 442.7 MB/s eta 0:00:00 [heat] Downloading osc_lib-3.2.0-py3-none-any.whl (89 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.3/89.3 kB 387.3 MB/s eta 0:00:00 [keystone] Collecting Werkzeug>=3.1 [keystone] Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.5/224.5 kB 249.3 MB/s eta 0:00:00 [cinder] Collecting oslo.i18n>=5.1.0 [cinder] Downloading oslo.i18n-6.5.1-py3-none-any.whl (46 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/46.8 kB 283.8 MB/s eta 0:00:00 [neutron] Collecting cliff>=3.5.0 [neutron] Downloading cliff-4.9.1-py3-none-any.whl (84 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.6/84.6 kB 367.7 MB/s eta 0:00:00 [keystone] Collecting Jinja2>=3.1.2 [keystone] Downloading jinja2-3.1.5-py3-none-any.whl (134 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.6/134.6 kB 360.2 MB/s eta 0:00:00 [neutron] Collecting iso8601>=0.1.11 [neutron] Downloading iso8601-2.1.0-py3-none-any.whl (7.5 kB) [cinder] Collecting oslo.log>=4.6.1 [keystone] Collecting itsdangerous>=2.2 [heat] Collecting Mako [cinder] Downloading oslo.log-7.1.0-py3-none-any.whl (73 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.0/74.0 kB 359.6 MB/s eta 0:00:00 [heat] Downloading Mako-1.3.9-py3-none-any.whl (78 kB) [keystone] Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 234.9 MB/s eta 0:00:00 [glance] Collecting pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 [neutron] Collecting osc-lib>=2.3.0 [neutron] Downloading osc_lib-3.2.0-py3-none-any.whl (89 kB) [glance] Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB) [keystone] Collecting click>=8.1.3 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.3/89.3 kB 254.2 MB/s eta 0:00:00 [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 kB 367.8 MB/s eta 0:00:00 [keystone] Downloading click-8.1.8-py3-none-any.whl (98 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.2/98.2 kB 355.8 MB/s eta 0:00:00 [heat] Collecting typing-extensions>=4 [keystone] Collecting blinker>=1.9 [heat] Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) [placement] Collecting charset-normalizer<4,>=2 [keystone] Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB) [placement] Downloading charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.9/143.9 kB 318.8 MB/s eta 0:00:00 [cinder] Collecting oslo.messaging>=14.1.0 [cinder] Downloading oslo.messaging-16.1.0-py3-none-any.whl (202 kB) [neutron] Collecting python-keystoneclient>=3.22.0 [glance] Collecting attrs>=22.2.0 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202.5/202.5 kB 344.1 MB/s eta 0:00:00 [glance] Downloading attrs-25.1.0-py3-none-any.whl (63 kB) [neutron] Downloading python_keystoneclient-5.6.0-py3-none-any.whl (397 kB) [keystone] Collecting aniso8601>=0.82 [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 kB 348.3 MB/s eta 0:00:00 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 397.2/397.2 kB 240.2 MB/s eta 0:00:00 [keystone] Downloading aniso8601-10.0.0-py2.py3-none-any.whl (52 kB) [placement] Collecting idna<4,>=2.5 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.8/52.8 kB 304.2 MB/s eta 0:00:00 [placement] Downloading idna-3.10-py3-none-any.whl (70 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 296.1 MB/s eta 0:00:00 [glance] Collecting jsonschema-specifications>=2023.03.6 [glance] Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB) [cinder] Collecting oslo.middleware>=4.1.1 [neutron] Collecting python-cinderclient>=3.3.0 [cinder] Downloading oslo.middleware-6.3.1-py3-none-any.whl (64 kB) [keystone] Collecting six>=1.3.0 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.6/64.6 kB 332.4 MB/s eta 0:00:00 [keystone] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [neutron] Downloading python_cinderclient-9.7.0-py3-none-any.whl (256 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.5/256.5 kB 385.4 MB/s eta 0:00:00 [ovn] Setting up python3 (3.11.2-1+b1) ... [ovn] running python rtupdate hooks for python3.11... [ovn] running python post-rtupdate hooks for python3.11... [glance] Collecting referencing>=0.28.4 [glance] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [heat] Collecting pyparsing>2.1.0 [placement] Collecting urllib3<3,>=1.21.1 [placement] Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) [heat] Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 kB 314.1 MB/s eta 0:00:00 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 kB 334.6 MB/s eta 0:00:00 [cinder] Collecting oslo.policy>=4.5.0 [neutron] Collecting Mako [cinder] Downloading oslo.policy-4.5.1-py3-none-any.whl (88 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.6/88.6 kB 368.5 MB/s eta 0:00:00 [neutron] Downloading Mako-1.3.9-py3-none-any.whl (78 kB) [keystone] Collecting pytz [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 335.4 MB/s eta 0:00:00 [keystone] Downloading pytz-2025.1-py2.py3-none-any.whl (507 kB) [heat] Collecting autopage>=0.4.0 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 507.9/507.9 kB 149.2 MB/s eta 0:00:00 [heat] Downloading autopage-0.5.2-py3-none-any.whl (30 kB) [neutron] Collecting typing-extensions>=4 [neutron] Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) [cinder] Collecting oslo.privsep>=2.6.2 [cinder] Downloading oslo.privsep-3.6.0-py3-none-any.whl (38 kB) [ovn] Setting up python3-sortedcontainers (2.4.0-2) ... [neutron] Collecting autopage>=0.4.0 [neutron] Downloading autopage-0.5.2-py3-none-any.whl (30 kB) [keystone] Collecting attrs>=22.2.0 [placement] Collecting certifi>=2017.4.17 [nova] Collecting lxml>=4.5.0 [keystone] Downloading attrs-25.1.0-py3-none-any.whl (63 kB) [placement] Downloading certifi-2026.2.25-py3-none-any.whl (153 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 kB 165.5 MB/s eta 0:00:00 [nova] Downloading lxml-5.3.1-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.7/153.7 kB 386.3 MB/s eta 0:00:00 [cinder] Collecting oslo.reports>=3.2.0 [cinder] Downloading oslo.reports-3.5.1-py3-none-any.whl (53 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.2/53.2 kB 265.1 MB/s eta 0:00:00 [heat] Collecting cmd2>=1.0.0 [keystone] Collecting jsonschema-specifications>=2023.03.6 [heat] Downloading cmd2-2.5.11-py3-none-any.whl (152 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.8/152.8 kB 420.9 MB/s eta 0:00:00 [keystone] Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 200.7 MB/s eta 0:00:00 [cinder] Collecting oslo.rootwrap>=6.2.0 [neutron] Collecting cmd2>=1.0.0 [cinder] Downloading oslo.rootwrap-7.5.1-py3-none-any.whl (38 kB) [neutron] Downloading cmd2-2.5.11-py3-none-any.whl (152 kB) [heat] Collecting PrettyTable>=0.7.2 [placement] Collecting six [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.8/152.8 kB 319.0 MB/s eta 0:00:00 [heat] Downloading prettytable-3.14.0-py3-none-any.whl (31 kB) [nova] Collecting Routes>=2.3.1 [placement] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [nova] Downloading Routes-2.5.1-py2.py3-none-any.whl (40 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.1/40.1 kB 303.2 MB/s eta 0:00:00 [keystone] Collecting referencing>=0.28.4 [cinder] Collecting oslo.serialization>=4.2.0 [keystone] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [heat] Collecting python-dateutil [neutron] Collecting PrettyTable>=0.7.2 [cinder] Downloading oslo.serialization-5.7.0-py3-none-any.whl (25 kB) [placement] Collecting repoze.lru>=0.3 [neutron] Downloading prettytable-3.14.0-py3-none-any.whl (31 kB) [heat] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 312.4 MB/s eta 0:00:00 [placement] Downloading repoze.lru-0.7-py3-none-any.whl (10 kB) [ovn] Setting up python3-openvswitch (3.1.0-2+deb12u1) ... [cinder] Collecting oslo.service>=2.8.0 [cinder] Downloading oslo.service-4.1.1-py3-none-any.whl (87 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 354.0 MB/s eta 0:00:00 [heat] Collecting pytz>2021.1 [cinder] Collecting oslo.upgradecheck>=1.1.1 [neutron] Collecting PyYAML>=3.12 [heat] Downloading pytz-2025.1-py2.py3-none-any.whl (507 kB) [cinder] Downloading oslo.upgradecheck-2.5.0-py3-none-any.whl (14 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 507.9/507.9 kB 253.0 MB/s eta 0:00:00 [neutron] Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 763.0/763.0 kB 278.1 MB/s eta 0:00:00 [cinder] Collecting oslo.utils>=6.0.0 [cinder] Downloading oslo.utils-8.2.0-py3-none-any.whl (134 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.3/134.3 kB 319.4 MB/s eta 0:00:00 [cinder] Collecting oslo.versionedobjects>=2.4.0 [cinder] Downloading oslo.versionedobjects-3.6.0-py3-none-any.whl (86 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.3/86.3 kB 353.6 MB/s eta 0:00:00 [cinder] Collecting oslo.vmware>=3.10.0 [ovn] Setting up ovn-common (23.03.1-1~deb12u2) ... [cinder] Downloading oslo.vmware-4.6.0-py3-none-any.whl (627 kB) [ovn] Setting up python3-netifaces:amd64 (0.11.0-2+b1) ... [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 627.0/627.0 kB 167.0 MB/s eta 0:00:00 [ovn] Setting up openvswitch-common (3.1.0-2+deb12u1) ... [ovn] Setting up openvswitch-switch (3.1.0-2+deb12u1) ... [ovn] update-alternatives: using /usr/lib/openvswitch-switch/ovs-vswitchd to provide /usr/sbin/ovs-vswitchd (ovs-vswitchd) in auto mode [cinder] Collecting osprofiler>=3.4.0 [ovn] invoke-rc.d: could not determine current runlevel [cinder] Downloading osprofiler-4.2.0-py3-none-any.whl (95 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.4/95.4 kB 376.5 MB/s eta 0:00:00 [ovn] invoke-rc.d: policy-rc.d denied execution of start. [cinder] Collecting packaging>=20.4 [cinder] Downloading packaging-24.2-py3-none-any.whl (65 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 330.8 MB/s eta 0:00:00 [neutron] Collecting cffi>=1.12 [heat] Collecting cffi>=1.12 [neutron] Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.2/467.2 kB 395.0 MB/s eta 0:00:00 [heat] Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.2/467.2 kB 320.5 MB/s eta 0:00:00 [placement] Collecting greenlet!=0.4.17 [cinder] Collecting paramiko>=2.7.2 [placement] Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (602 kB) [cinder] Downloading paramiko-3.5.1-py3-none-any.whl (227 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.3/227.3 kB 317.9 MB/s eta 0:00:00 [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 602.4/602.4 kB 230.7 MB/s eta 0:00:00 [heat] Collecting dnspython>=1.15.0 [nova] Collecting cryptography>=2.7 [heat] Downloading dnspython-2.7.0-py3-none-any.whl (313 kB) [cinder] Collecting pbr>=5.8.0 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 338.2 MB/s eta 0:00:00 [cinder] Downloading pbr-6.1.1-py2.py3-none-any.whl (108 kB) [nova] Downloading cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.0/109.0 kB 367.5 MB/s eta 0:00:00 [glance] Collecting rpds-py>=0.7.1 [glance] Downloading rpds_py-0.23.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.3/386.3 kB 389.9 MB/s eta 0:00:00 [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 193.5 MB/s eta 0:00:00 [placement] Collecting Mako [placement] Downloading Mako-1.3.9-py3-none-any.whl (78 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 355.4 MB/s eta 0:00:00 [nova] Collecting WebOb>=1.8.2 [glance] Collecting os-service-types>=1.2.0 [nova] Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) [glance] Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.4/115.4 kB 40.2 MB/s eta 0:00:00 [cinder] Collecting pyparsing>=2.4.7 [placement] Collecting pycparser [glance] Collecting oslo.cache>=1.26.0 [cinder] Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB) [placement] Downloading pycparser-2.22-py3-none-any.whl (117 kB) [glance] Downloading oslo_cache-3.10.2-py3-none-any.whl (76 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 344.0 MB/s eta 0:00:00 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 kB 195.9 MB/s eta 0:00:00 [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.4/76.4 kB 300.8 MB/s eta 0:00:00 [cinder] Collecting python-barbicanclient>=5.0.1 [glance] Collecting pycadf>=1.1.0 [glance] Downloading pycadf-4.0.1-py3-none-any.whl (44 kB) [cinder] Downloading python_barbicanclient-7.1.0-py3-none-any.whl (88 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.2/44.2 kB 352.7 MB/s eta 0:00:00 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 396.0 MB/s eta 0:00:00 [placement] Collecting pyperclip>=1.8 [placement] Downloading pyperclip-1.9.0.tar.gz (20 kB) [placement] Preparing metadata (setup.py): started [glance] Collecting PyJWT>=2.4.0 [cinder] Collecting python-glanceclient>=3.2.2 [glance] Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) [cinder] Downloading python_glanceclient-4.8.0-py3-none-any.whl (206 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.0/207.0 kB 247.7 MB/s eta 0:00:00 [ovn] Setting up ovn-host (23.03.1-1~deb12u2) ... [glance] Collecting decorator>=4.4.1 [cinder] Collecting python-keystoneclient>=4.1.1 [glance] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [cinder] Downloading python_keystoneclient-5.6.0-py3-none-any.whl (397 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 397.2/397.2 kB 313.6 MB/s eta 0:00:00 [glance] Collecting dogpile.cache>=0.6.5 [glance] Downloading dogpile.cache-1.3.4-py3-none-any.whl (62 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.9/62.9 kB 390.1 MB/s eta 0:00:00 [cinder] Collecting python-novaclient>=18.2.0 [keystone] Collecting rpds-py>=0.7.1 [cinder] Downloading python_novaclient-18.9.0-py3-none-any.whl (336 kB) [glance] Collecting jmespath>=0.9.0 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 336.3/336.3 kB 288.4 MB/s eta 0:00:00 [glance] Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) [neutron] Collecting wrapt>=1.7.0 [neutron] Downloading wrapt-1.17.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/83.2 kB 339.3 MB/s eta 0:00:00 [keystone] Downloading rpds_py-0.23.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386 kB) [cinder] Collecting python-swiftclient>=3.10.1 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.3/386.3 kB 343.3 MB/s eta 0:00:00 [cinder] Downloading python_swiftclient-4.7.0-py3-none-any.whl (88 kB) [glance] Collecting jsonpatch!=1.20,>=1.16 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.8/88.8 kB 221.5 MB/s eta 0:00:00 [glance] Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB) [ovn] Setting up ovn-central (23.03.1-1~deb12u2) ... [neutron] Collecting dnspython>=1.15.0 [neutron] Downloading dnspython-2.7.0-py3-none-any.whl (313 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 403.1 MB/s eta 0:00:00 [glance] Collecting platformdirs>=3 [glance] Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB) [cinder] Collecting requests>=2.25.1 [cinder] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [keystone] Collecting keystoneauth1>=3.12.0 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 358.8 MB/s eta 0:00:00 [placement] Preparing metadata (setup.py): finished with status 'done' [keystone] Downloading keystoneauth1-5.10.0-py3-none-any.whl (344 kB) [heat] Collecting greenlet>=1.0 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 344.3/344.3 kB 402.5 MB/s eta 0:00:00 [cinder] Collecting rtslib-fb>=2.1.74 [nova] Collecting greenlet>=0.4.15 [cinder] Downloading rtslib-fb-2.1.76.tar.gz (78 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.1/78.1 kB 328.8 MB/s eta 0:00:00 [cinder] Preparing metadata (setup.py): started [nova] Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (602 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 602.4/602.4 kB 322.4 MB/s eta 0:00:00 [placement] Collecting wcwidth>=0.2.10 [heat] Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (602 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 602.4/602.4 kB 226.8 MB/s eta 0:00:00 [nova] Collecting PasteDeploy>=1.5.0 [nova] Downloading PasteDeploy-3.1.0-py3-none-any.whl (16 kB) [placement] Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) [keystone] Collecting jmespath>=0.9.0 [keystone] Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) [nova] Collecting Paste>=2.0.2 [heat] Collecting os-service-types>=1.2.0 [nova] Downloading Paste-3.10.1-py3-none-any.whl (289 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.3/289.3 kB 346.6 MB/s eta 0:00:00 [heat] Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) [keystone] Collecting jsonpatch!=1.20,>=1.16 [nova] Collecting PrettyTable>=0.7.1 [keystone] Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB) [nova] Downloading prettytable-3.14.0-py3-none-any.whl (31 kB) [glance] Collecting psutil>=3.2.2 [glance] Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 373.8 MB/s eta 0:00:00 [keystone] Collecting os-service-types>=1.7.0 [glance] Collecting requestsexceptions>=1.2.0 [keystone] Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) [glance] Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) [nova] Collecting alembic>=1.5.0 [nova] Downloading alembic-1.14.1-py3-none-any.whl (233 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.6/233.6 kB 422.9 MB/s eta 0:00:00 [heat] Collecting pycadf>=1.1.0 [keystone] Collecting platformdirs>=3 [heat] Downloading pycadf-4.0.1-py3-none-any.whl (44 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.2/44.2 kB 226.1 MB/s eta 0:00:00 [nova] Collecting netaddr>=0.7.18 [keystone] Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB) [nova] Downloading netaddr-1.3.0-py3-none-any.whl (2.3 MB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 221.9 MB/s eta 0:00:00 [cinder] Preparing metadata (setup.py): finished with status 'done' [heat] Collecting PyJWT>=2.4.0 [heat] Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) [glance] Collecting oslo.service>=2.8.0 [cinder] Collecting stevedore>=3.2.2 [nova] Collecting paramiko>=2.7.1 [glance] Downloading oslo.service-4.1.1-py3-none-any.whl (87 kB) [cinder] Downloading stevedore-5.4.1-py3-none-any.whl (49 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 282.3 MB/s eta 0:00:00 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 kB 285.4 MB/s eta 0:00:00 [nova] Downloading paramiko-3.5.1-py3-none-any.whl (227 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.3/227.3 kB 274.4 MB/s eta 0:00:00 [cinder] Collecting tabulate>=0.8.7 [cinder] Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) [nova] Collecting iso8601>=0.1.11 [nova] Downloading iso8601-2.1.0-py3-none-any.whl (7.5 kB) [glance] Collecting tenacity>=6.3.1 [glance] Downloading tenacity-9.0.0-py3-none-any.whl (28 kB) [heat] Collecting pecan>=1.0.0 [heat] Downloading pecan-1.5.1-py3-none-any.whl (146 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.1/146.1 kB 403.7 MB/s eta 0:00:00 [cinder] Collecting taskflow>=4.5.0 [cinder] Downloading taskflow-5.12.0-py3-none-any.whl (504 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 504.4/504.4 kB 276.2 MB/s eta 0:00:00 [nova] Collecting jsonschema>=4.0.0 [nova] Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 210.5 MB/s eta 0:00:00 [heat] Collecting os-ken>=0.3.0 [neutron] Collecting greenlet>=1.0 [heat] Downloading os_ken-3.0.1-py3-none-any.whl (2.0 MB) [neutron] Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (602 kB) [cinder] Collecting tenacity>=6.3.1 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 602.4/602.4 kB 281.1 MB/s eta 0:00:00 [cinder] Downloading tenacity-9.0.0-py3-none-any.whl (28 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 190.9 MB/s eta 0:00:00 [keystone] Collecting psutil>=3.2.2 [keystone] Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) [nova] Collecting python-cinderclient>=4.0.1 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 293.1 MB/s eta 0:00:00 [nova] Downloading python_cinderclient-9.7.0-py3-none-any.whl (256 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.5/256.5 kB 307.4 MB/s eta 0:00:00 [keystone] Collecting requestsexceptions>=1.2.0 [keystone] Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) [cinder] Collecting tooz>=2.8.0 [neutron] Collecting pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 [cinder] Downloading tooz-6.3.0-py3-none-any.whl (91 kB) [glance] Collecting os-win>=5.7.0 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.6/91.6 kB 379.0 MB/s eta 0:00:00 [neutron] Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 kB 244.7 MB/s eta 0:00:00 [nova] Collecting keystoneauth1>=3.16.0 [keystone] Collecting typing-extensions>=4.12.0 [nova] Downloading keystoneauth1-5.10.0-py3-none-any.whl (344 kB) [keystone] Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 344.3/344.3 kB 392.6 MB/s eta 0:00:00 [cinder] Collecting tzdata>=2022.4 [cinder] Downloading tzdata-2025.1-py2.py3-none-any.whl (346 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.8/346.8 kB 371.3 MB/s eta 0:00:00 [nova] Collecting python-neutronclient>=7.1.0 [nova] Downloading python_neutronclient-11.4.0-py3-none-any.whl (295 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 295.7/295.7 kB 353.4 MB/s eta 0:00:00 [ovn] Processing triggers for libc-bin (2.36-9+deb12u13) ... [heat] Collecting setproctitle>=1.1.10 [nova] Collecting python-glanceclient>=2.8.0 [glance] Downloading os_win-5.9.0-py3-none-any.whl (274 kB) [heat] Downloading setproctitle-1.3.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 274.4/274.4 kB 283.2 MB/s eta 0:00:00 [nova] Downloading python_glanceclient-4.8.0-py3-none-any.whl (206 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.0/207.0 kB 300.8 MB/s eta 0:00:00 [placement] Collecting wrapt>=1.7.0 [placement] Downloading wrapt-1.17.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/83.2 kB 367.8 MB/s eta 0:00:00 [heat] Collecting os-traits>=0.9.0 [neutron] Collecting MarkupSafe>=2.0 [heat] Downloading os_traits-3.3.0-py3-none-any.whl (42 kB) [keystone] Collecting debtcollector>=3.0.0 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.0/42.0 kB 304.6 MB/s eta 0:00:00 [nova] Collecting requests>=2.25.1 [neutron] Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) [keystone] Downloading debtcollector-3.0.0-py3-none-any.whl (23 kB) [nova] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 258.7 MB/s eta 0:00:00 [heat] Collecting debtcollector>=3.0.0 [glance] Collecting fasteners>=0.7.0 [heat] Downloading debtcollector-3.0.0-py3-none-any.whl (23 kB) [keystone] Collecting netaddr>=0.7.18 [glance] Downloading fasteners-0.19-py3-none-any.whl (18 kB) [nova] Collecting stevedore>=1.20.0 [nova] Downloading stevedore-5.4.1-py3-none-any.whl (49 kB) [neutron] Collecting os-service-types>=1.2.0 [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 kB 318.0 MB/s eta 0:00:00 [neutron] Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) [heat] Collecting decorator>=4.4.1 [heat] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [keystone] Downloading netaddr-1.3.0-py3-none-any.whl (2.3 MB) [glance] Collecting netaddr>=0.7.18 [glance] Downloading netaddr-1.3.0-py3-none-any.whl (2.3 MB) [cinder] Collecting zstd>=1.4.5.1 [nova] Collecting websockify>=0.9.0 [ovn] STEP 6/8: RUN mkdir -p /etc/ovn /var/lib/ovn /run/ovn [cinder] Downloading zstd-1.5.6.4-cp311-cp311-manylinux_2_34_x86_64.whl (1.7 MB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 126.9 MB/s eta 0:00:00 [heat] Collecting dogpile.cache>=0.6.5 [heat] Downloading dogpile.cache-1.3.4-py3-none-any.whl (62 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 174.4 MB/s eta 0:00:00 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.9/62.9 kB 355.0 MB/s eta 0:00:00 [nova] Downloading websockify-0.12.0-py3-none-any.whl (40 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/41.0 kB 305.5 MB/s eta 0:00:00 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 130.2 MB/s eta 0:00:00 [keystone] Collecting rfc3986>=1.2.0 [heat] Collecting jmespath>=0.9.0 [glance] Collecting rfc3986>=1.2.0 [heat] Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) [placement] Collecting MarkupSafe>=2.0 [glance] Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) [neutron] Collecting pycadf>=1.1.0 [keystone] Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) [placement] Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) [neutron] Downloading pycadf-4.0.1-py3-none-any.whl (44 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.2/44.2 kB 206.3 MB/s eta 0:00:00 [heat] Collecting jsonpatch!=1.20,>=1.16 [nova] Collecting oslo.cache>=1.26.0 [nova] Downloading oslo_cache-3.10.2-py3-none-any.whl (76 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.4/76.4 kB 326.7 MB/s eta 0:00:00 [placement] Collecting jsonpointer>=1.9 [neutron] Collecting PyJWT>=2.4.0 [placement] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [glance] Collecting testresources>=2.0.0 [neutron] Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) [glance] Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB) [heat] Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB) [glance] Collecting testscenarios>=0.4 [cinder] Collecting cliff>=3.5.0 [cinder] Downloading cliff-4.9.1-py3-none-any.whl (84 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.6/84.6 kB 317.6 MB/s eta 0:00:00 [glance] Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) [nova] Collecting oslo.concurrency>=5.0.1 [nova] Downloading oslo.concurrency-7.1.0-py3-none-any.whl (47 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.0/47.0 kB 267.5 MB/s eta 0:00:00 [heat] Collecting platformdirs>=3 [keystone] Collecting alembic>=0.9.6 [heat] Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB) [keystone] Downloading alembic-1.14.1-py3-none-any.whl (233 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.6/233.6 kB 430.6 MB/s eta 0:00:00 [cinder] Collecting openstacksdk>=3.3.0 [nova] Collecting oslo.config>=8.6.0 [cinder] Downloading openstacksdk-4.4.0-py3-none-any.whl (1.8 MB) [keystone] Collecting testresources>=2.0.0 [nova] Downloading oslo.config-9.7.1-py3-none-any.whl (131 kB) [keystone] Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 kB 385.4 MB/s eta 0:00:00 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 227.2 MB/s eta 0:00:00 [keystone] Collecting testscenarios>=0.4 [glance] Collecting python-dateutil>=2.7.0 [keystone] Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) [nova] Collecting oslo.context>=3.4.0 [glance] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 417.5 MB/s eta 0:00:00 [cinder] Collecting osc-lib>=2.3.0 [nova] Downloading oslo.context-5.7.1-py3-none-any.whl (20 kB) [cinder] Downloading osc_lib-3.2.0-py3-none-any.whl (89 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.3/89.3 kB 373.9 MB/s eta 0:00:00 [cinder] Collecting python-cinderclient>=3.3.0 [nova] Collecting oslo.log>=4.6.1 [keystone] Collecting python-dateutil>=2.7.0 [cinder] Downloading python_cinderclient-9.7.0-py3-none-any.whl (256 kB) [nova] Downloading oslo.log-7.1.0-py3-none-any.whl (73 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.5/256.5 kB 366.6 MB/s eta 0:00:00 [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.0/74.0 kB 302.8 MB/s eta 0:00:00 [keystone] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 116.4 MB/s eta 0:00:00 [neutron] Collecting setproctitle>=1.1.10 [neutron] Downloading setproctitle-1.3.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31 kB) [heat] Collecting psutil>=3.2.2 [glance] Collecting cachetools>=2.0.0 [nova] Collecting oslo.limit>=1.5.0 [heat] Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) [glance] Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 381.3 MB/s eta 0:00:00 [nova] Downloading oslo.limit-2.6.1-py3-none-any.whl (21 kB) [neutron] Collecting os-traits>=0.9.0 [neutron] Downloading os_traits-3.3.0-py3-none-any.whl (42 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.0/42.0 kB 300.0 MB/s eta 0:00:00 [keystone] Collecting futurist>=1.2.0 [heat] Collecting requestsexceptions>=1.2.0 [nova] Collecting oslo.reports>=1.18.0 [glance] Collecting amqp>=2.5.2 [heat] Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) [keystone] Downloading futurist-3.1.0-py3-none-any.whl (37 kB) [nova] Downloading oslo.reports-3.5.1-py3-none-any.whl (53 kB) [glance] Downloading amqp-5.3.1-py3-none-any.whl (50 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.2/53.2 kB 321.9 MB/s eta 0:00:00 [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/50.9 kB 347.8 MB/s eta 0:00:00 [neutron] Collecting dogpile.cache>=0.6.5 [neutron] Downloading dogpile.cache-1.3.4-py3-none-any.whl (62 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.9/62.9 kB 209.4 MB/s eta 0:00:00 [nova] Collecting oslo.serialization>=4.2.0 [nova] Downloading oslo.serialization-5.7.0-py3-none-any.whl (25 kB) [neutron] Collecting jmespath>=0.9.0 [glance] Collecting kombu>=4.6.6 [neutron] Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) [glance] Downloading kombu-5.4.2-py3-none-any.whl (201 kB) [nova] Collecting oslo.upgradecheck>=1.3.0 [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 kB 313.5 MB/s eta 0:00:00 [keystone] Collecting oslo.service>=1.24.0 [nova] Downloading oslo.upgradecheck-2.5.0-py3-none-any.whl (14 kB) [keystone] Downloading oslo.service-4.1.1-py3-none-any.whl (87 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 368.6 MB/s eta 0:00:00 [neutron] Collecting jsonpatch!=1.20,>=1.16 [glance] Collecting oslo.metrics>=0.2.1 [neutron] Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB) [placement] Collecting testtools [glance] Downloading oslo.metrics-0.11.0-py3-none-any.whl (13 kB) [placement] Downloading testtools-2.7.2-py3-none-any.whl (179 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.9/179.9 kB 279.5 MB/s eta 0:00:00 [heat] Collecting fasteners>=0.7.0 [keystone] Collecting cachetools>=2.0.0 [heat] Downloading fasteners-0.19-py3-none-any.whl (18 kB) [keystone] Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) [glance] Collecting Jinja2>=2.10 [neutron] Collecting platformdirs>=3 [glance] Downloading jinja2-3.1.5-py3-none-any.whl (134 kB) [neutron] Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB) [nova] Collecting oslo.utils>=8.0.0 [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.6/134.6 kB 386.8 MB/s eta 0:00:00 [nova] Downloading oslo.utils-8.2.0-py3-none-any.whl (134 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.3/134.3 kB 416.2 MB/s eta 0:00:00 [keystone] Collecting amqp>=2.5.2 [heat] Collecting rfc3986>=1.2.0 [keystone] Downloading amqp-5.3.1-py3-none-any.whl (50 kB) [neutron] Collecting requestsexceptions>=1.2.0 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/50.9 kB 341.6 MB/s eta 0:00:00 [heat] Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) [neutron] Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) [glance] Collecting statsd>=3.2.1 [glance] Downloading statsd-4.0.1-py2.py3-none-any.whl (13 kB) [nova] Collecting oslo.db>=10.0.0 [nova] Downloading oslo.db-17.2.1-py3-none-any.whl (156 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 kB 325.8 MB/s eta 0:00:00 [heat] Collecting testresources>=2.0.0 [heat] Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB) [placement] Building wheels for collected packages: openstack-placement, uwsgi, pyperclip [placement] Building wheel for openstack-placement (setup.py): started [nova] Collecting oslo.rootwrap>=5.15.0 [keystone] Collecting kombu>=4.6.6 [nova] Downloading oslo.rootwrap-7.5.1-py3-none-any.whl (38 kB) [keystone] Downloading kombu-5.4.2-py3-none-any.whl (201 kB) [ovn] STEP 7/8: COPY --chmod=755 scripts/ovn-northd-entrypoint.sh /usr/local/bin/ovn-northd-entrypoint.sh [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 kB 260.1 MB/s eta 0:00:00 [heat] Collecting testscenarios>=0.4 [heat] Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) [keystone] Collecting oslo.metrics>=0.2.1 [glance] Collecting bcrypt>=3.1.3 [keystone] Downloading oslo.metrics-0.11.0-py3-none-any.whl (13 kB) [glance] Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 454.9 MB/s eta 0:00:00 [keystone] Collecting statsd>=3.2.1 [keystone] Downloading statsd-4.0.1-py2.py3-none-any.whl (13 kB) [neutron] Collecting msgpack>=1.0.0 [neutron] Downloading msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (403 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 403.7/403.7 kB 458.9 MB/s eta 0:00:00 [heat] Collecting futurist>=1.2.0 [neutron] Collecting ncclient>=0.6.13 [heat] Downloading futurist-3.1.0-py3-none-any.whl (37 kB) [neutron] Downloading ncclient-0.6.16.tar.gz (112 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.6/112.6 kB 412.3 MB/s eta 0:00:00 [keystone] Collecting tzdata>=2022.4 [nova] Collecting oslo.messaging>=14.1.0 [nova] Downloading oslo.messaging-16.1.0-py3-none-any.whl (202 kB) [neutron] Preparing metadata (setup.py): started [keystone] Downloading tzdata-2025.1-py2.py3-none-any.whl (346 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202.5/202.5 kB 347.0 MB/s eta 0:00:00 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.8/346.8 kB 310.2 MB/s eta 0:00:00 [heat] Collecting cachetools>=2.0.0 [heat] Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) [heat] Collecting amqp>=2.5.2 [nova] Collecting oslo.policy>=4.5.0 [nova] Downloading oslo.policy-4.5.1-py3-none-any.whl (88 kB) [heat] Downloading amqp-5.3.1-py3-none-any.whl (50 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/50.9 kB 298.3 MB/s eta 0:00:00 [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.6/88.6 kB 391.1 MB/s eta 0:00:00 [nova] Collecting oslo.privsep>=2.6.2 [keystone] Collecting pyparsing>=2.1.0 [nova] Downloading oslo.privsep-3.6.0-py3-none-any.whl (38 kB) [keystone] Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 kB 331.2 MB/s eta 0:00:00 [glance] Collecting msgpack>=0.6.0 [heat] Collecting kombu>=4.6.6 [glance] Downloading msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (403 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 403.7/403.7 kB 283.1 MB/s eta 0:00:00 [heat] Downloading kombu-5.4.2-py3-none-any.whl (201 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 kB 269.9 MB/s eta 0:00:00 [keystone] Collecting packaging>=20.4 [keystone] Downloading packaging-24.2-py3-none-any.whl (65 kB) [ovn] STEP 8/8: COPY --chmod=755 scripts/ovn-controller-entrypoint.sh /usr/local/bin/ovn-controller-entrypoint.sh [nova] Collecting oslo.i18n>=5.1.0 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 350.6 MB/s eta 0:00:00 [heat] Collecting oslo.metrics>=0.2.1 [nova] Downloading oslo.i18n-6.5.1-py3-none-any.whl (46 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/46.8 kB 267.2 MB/s eta 0:00:00 [heat] Downloading oslo.metrics-0.11.0-py3-none-any.whl (13 kB) [heat] Collecting Jinja2>=2.10 [glance] Collecting tzdata>=2022.4 [heat] Downloading jinja2-3.1.5-py3-none-any.whl (134 kB) [nova] Collecting oslo.service>=2.8.0 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.6/134.6 kB 356.6 MB/s eta 0:00:00 [glance] Downloading tzdata-2025.1-py2.py3-none-any.whl (346 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.8/346.8 kB 365.9 MB/s eta 0:00:00 [nova] Downloading oslo.service-4.1.1-py3-none-any.whl (87 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 361.6 MB/s eta 0:00:00 [keystone] Collecting oslo.concurrency>=3.26.0 [heat] Collecting statsd>=3.2.1 [keystone] Downloading oslo.concurrency-7.1.0-py3-none-any.whl (47 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.0/47.0 kB 262.9 MB/s eta 0:00:00 [heat] Downloading statsd-4.0.1-py2.py3-none-any.whl (13 kB) [nova] Collecting rfc3986>=1.2.0 [keystone] Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pbr!=2.1.0,>=2.0.0->keystone==0.0.0) (66.1.1) [neutron] Preparing metadata (setup.py): finished with status 'done' [nova] Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) [neutron] Collecting packaging>=20.4 [nova] Collecting oslo.middleware>=3.31.0 [neutron] Downloading packaging-24.2-py3-none-any.whl (65 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 355.1 MB/s eta 0:00:00 [nova] Downloading oslo.middleware-6.3.1-py3-none-any.whl (64 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.6/64.6 kB 368.1 MB/s eta 0:00:00 [glance] Collecting packaging>=20.4 [keystone] Collecting defusedxml [keystone] Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) [glance] Downloading packaging-24.2-py3-none-any.whl (65 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 370.0 MB/s eta 0:00:00 [heat] Collecting bcrypt>=3.1.3 [heat] Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) [keystone] Collecting pyopenssl<24.3.0 [keystone] Downloading pyOpenSSL-24.2.1-py3-none-any.whl (58 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 301.6 MB/s eta 0:00:00 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/58.4 kB 220.5 MB/s eta 0:00:00 [glance] Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.0) (66.1.1) [cinder] Collecting botocore<1.37.0,>=1.36.26 [ovn] COMMIT localhost/hotstack-os-ovn:latest [cinder] Downloading botocore-1.36.26-py3-none-any.whl (13.4 MB) [keystone] Collecting xmlschema<3,>=2 [keystone] Downloading xmlschema-2.5.1-py3-none-any.whl (395 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 395.1/395.1 kB 382.3 MB/s eta 0:00:00 [glance] Collecting wcwidth [glance] Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) [placement] Building wheel for openstack-placement (setup.py): finished with status 'done' [placement] Created wheel for openstack-placement: filename=openstack_placement-0.0.0-py3-none-any.whl size=443968 sha256=f5242f2da71a8ee767960e485a94f13e1e785fc60ad4bfec136c0d7ccaeb0526 [placement] Stored in directory: /tmp/pip-ephem-wheel-cache-jdaoycl4/wheels/25/09/85/7883e49142658f3704d7ac7b42345e51969d2283faab4664e9 [placement] Building wheel for uwsgi (setup.py): started [neutron] Collecting fasteners>=0.7.0 [nova] Collecting psutil>=3.2.2 [nova] Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) [neutron] Downloading fasteners-0.19-py3-none-any.whl (18 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 313.9 MB/s eta 0:00:00 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.4/13.4 MB 107.8 MB/s eta 0:00:00 [neutron] Collecting rfc3986>=1.2.0 [neutron] Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) [nova] Collecting oslo.versionedobjects>=1.35.0 [nova] Downloading oslo.versionedobjects-3.6.0-py3-none-any.whl (86 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.3/86.3 kB 227.4 MB/s eta 0:00:00 [cinder] Collecting jmespath<2.0.0,>=0.7.1 [cinder] Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) [heat] Collecting msgpack>=0.5.2 [neutron] Collecting testresources>=2.0.0 [cinder] Collecting s3transfer<0.12.0,>=0.11.0 [nova] Collecting os-brick>=6.10.0 [cinder] Downloading s3transfer-0.11.2-py3-none-any.whl (84 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.2/84.2 kB 344.3 MB/s eta 0:00:00 [neutron] Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB) [nova] Downloading os_brick-6.11.0-py3-none-any.whl (310 kB) [heat] Downloading msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (403 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 403.7/403.7 kB 308.6 MB/s eta 0:00:00 [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 310.2/310.2 kB 426.1 MB/s eta 0:00:00 [neutron] Collecting testscenarios>=0.4 [neutron] Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) [nova] Collecting os-resource-classes>=1.1.0 [nova] Downloading os_resource_classes-1.1.0-py3-none-any.whl (11 kB) [nova] Collecting os-traits>=3.3.0 [nova] Downloading os_traits-3.3.0-py3-none-any.whl (42 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.0/42.0 kB 274.9 MB/s eta 0:00:00 [cinder] Collecting autopage>=0.4.0 [keystone] Collecting charset-normalizer<4,>=2 [neutron] Collecting python-dateutil>=2.7.0 [glance] Collecting charset-normalizer<4,>=2 [glance] Downloading charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.9/143.9 kB 410.8 MB/s eta 0:00:00 [cinder] Downloading autopage-0.5.2-py3-none-any.whl (30 kB) [neutron] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 222.5 MB/s eta 0:00:00 [keystone] Downloading charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.9/143.9 kB 412.9 MB/s eta 0:00:00 [nova] Collecting os-vif>=3.1.0 [nova] Downloading os_vif-4.1.0-py3-none-any.whl (110 kB) [glance] Collecting idna<4,>=2.5 [glance] Downloading idna-3.10-py3-none-any.whl (70 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.2/110.2 kB 391.7 MB/s eta 0:00:00 [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 369.6 MB/s eta 0:00:00 [keystone] Collecting idna<4,>=2.5 [keystone] Downloading idna-3.10-py3-none-any.whl (70 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 378.3 MB/s eta 0:00:00 [nova] Collecting castellan>=0.16.0 [cinder] Collecting cmd2>=1.0.0 [nova] Downloading castellan-5.2.1-py3-none-any.whl (99 kB) [cinder] Downloading cmd2-2.5.11-py3-none-any.whl (152 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.8/152.8 kB 390.0 MB/s eta 0:00:00 [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.6/99.6 kB 403.0 MB/s eta 0:00:00 [keystone] Collecting urllib3<3,>=1.21.1 [neutron] Collecting cachetools>=2.0.0 [nova] Collecting microversion-parse>=0.2.1 [glance] Collecting urllib3<3,>=1.21.1 [glance] Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 kB 357.4 MB/s eta 0:00:00 [keystone] Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 kB 410.0 MB/s eta 0:00:00 [neutron] Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) [nova] Downloading microversion_parse-2.0.0-py3-none-any.whl (19 kB) [cinder] Collecting PrettyTable>=0.7.2 [heat] Collecting Paste>=2.0.2 [cinder] Downloading prettytable-3.14.0-py3-none-any.whl (31 kB) [heat] Downloading Paste-3.10.1-py3-none-any.whl (289 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.3/289.3 kB 308.0 MB/s eta 0:00:00 [neutron] Collecting amqp>=2.5.2 [neutron] Downloading amqp-5.3.1-py3-none-any.whl (50 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/50.9 kB 293.5 MB/s eta 0:00:00 [glance] Collecting certifi>=2017.4.17 [glance] Downloading certifi-2026.2.25-py3-none-any.whl (153 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.7/153.7 kB 256.7 MB/s eta 0:00:00 [nova] Collecting tooz>=1.58.0 [nova] Downloading tooz-6.3.0-py3-none-any.whl (91 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.6/91.6 kB 355.9 MB/s eta 0:00:00 [nova] Collecting cursive>=0.2.1 [glance] Collecting six>=1.7.0 [glance] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [nova] Downloading cursive-0.2.3-py2.py3-none-any.whl (43 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.8/43.8 kB 318.5 MB/s eta 0:00:00 [nova] Collecting retrying>=1.3.3 [nova] Downloading retrying-1.3.4-py3-none-any.whl (11 kB) [glance] Collecting repoze.lru>=0.3 [heat] Collecting Yappi>=1.0 [nova] Collecting os-service-types>=1.7.0 [glance] Downloading repoze.lru-0.7-py3-none-any.whl (10 kB) [cinder] Collecting PyYAML>=3.12 [nova] Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) [neutron] Collecting kombu>=4.6.6 [heat] Downloading yappi-1.6.10-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79 kB) [keystone] Collecting certifi>=2017.4.17 [cinder] Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB) [keystone] Downloading certifi-2026.2.25-py3-none-any.whl (153 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.7/153.7 kB 137.0 MB/s eta 0:00:00 [neutron] Downloading kombu-5.4.2-py3-none-any.whl (201 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 763.0/763.0 kB 237.1 MB/s eta 0:00:00 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 kB 319.6 MB/s eta 0:00:00 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.8/79.8 kB 352.0 MB/s eta 0:00:00 [nova] Collecting python-dateutil>=2.7.0 [nova] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 401.1 MB/s eta 0:00:00 [nova] Collecting futurist>=1.8.0 [neutron] Collecting oslo.metrics>=0.2.1 [nova] Downloading futurist-3.1.0-py3-none-any.whl (37 kB) [neutron] Downloading oslo.metrics-0.11.0-py3-none-any.whl (13 kB) [heat] Collecting packaging>=20.4 [glance] Collecting networkx>=2.1.0 [heat] Downloading packaging-24.2-py3-none-any.whl (65 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 44.5 MB/s eta 0:00:00 [glance] Downloading networkx-3.4.2-py3-none-any.whl (1.7 MB) [nova] Collecting openstacksdk>=4.4.0 [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 223.2 MB/s eta 0:00:00 [nova] Downloading openstacksdk-4.4.0-py3-none-any.whl (1.8 MB) [neutron] Collecting statsd>=3.2.1 [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 186.4 MB/s eta 0:00:00 [neutron] Downloading statsd-4.0.1-py2.py3-none-any.whl (13 kB) [glance] Collecting automaton>=1.9.0 [glance] Downloading automaton-3.2.0-py3-none-any.whl (22 kB) [glance] Collecting pydot>=1.2.4 [glance] Downloading pydot-3.0.4-py3-none-any.whl (35 kB) [nova] Collecting PyYAML>=5.1 [neutron] Collecting bcrypt>=3.1.3 [nova] Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 763.0/763.0 kB 333.5 MB/s eta 0:00:00 [heat] Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pbr>=3.1.1->openstack-heat==0.0.0) (66.1.1) [cinder] Collecting cffi>=1.12 [neutron] Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 398.7 MB/s eta 0:00:00 [glance] Collecting simplegeneric [glance] Downloading simplegeneric-0.8.1.zip (12 kB) [glance] Preparing metadata (setup.py): started [cinder] Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.2/467.2 kB 375.7 MB/s eta 0:00:00 [nova] Collecting cliff>=3.5.0 [nova] Downloading cliff-4.9.1-py3-none-any.whl (84 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.6/84.6 kB 327.7 MB/s eta 0:00:00 [keystone] Collecting greenlet!=0.4.17 [keystone] Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (602 kB) [nova] Collecting osc-lib>=2.3.0 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 602.4/602.4 kB 288.2 MB/s eta 0:00:00 [nova] Downloading osc_lib-3.2.0-py3-none-any.whl (89 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.3/89.3 kB 314.3 MB/s eta 0:00:00 [cinder] Collecting dnspython>=1.15.0 [neutron] Collecting tzdata>=2022.4 [neutron] Downloading tzdata-2025.1-py2.py3-none-any.whl (346 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.8/346.8 kB 275.6 MB/s eta 0:00:00 [cinder] Downloading dnspython-2.7.0-py3-none-any.whl (313 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 337.8 MB/s eta 0:00:00 [heat] Collecting jsonschema>=3.2.0 [heat] Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 386.9 MB/s eta 0:00:00 [nova] Collecting python-keystoneclient>=3.22.0 [nova] Downloading python_keystoneclient-5.6.0-py3-none-any.whl (397 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 397.2/397.2 kB 395.8 MB/s eta 0:00:00 [keystone] Collecting Mako [cinder] Collecting httplib2<1.dev0,>=0.19.0 [keystone] Downloading Mako-1.3.9-py3-none-any.whl (78 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 340.7 MB/s eta 0:00:00 [cinder] Downloading httplib2-0.22.0-py3-none-any.whl (96 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.9/96.9 kB 296.2 MB/s eta 0:00:00 [heat] Collecting warlock>=1.2.0 [heat] Downloading warlock-2.0.1-py3-none-any.whl (9.8 kB) [keystone] Collecting vine<6.0.0,>=5.0.0 [glance] Preparing metadata (setup.py): finished with status 'done' [nova] Collecting Mako [keystone] Downloading vine-5.1.0-py3-none-any.whl (9.6 kB) [nova] Downloading Mako-1.3.9-py3-none-any.whl (78 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 378.6 MB/s eta 0:00:00 [neutron] Collecting Yappi>=1.0 [glance] Collecting pytz [nova] Collecting typing-extensions>=4 [neutron] Downloading yappi-1.6.10-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.8/79.8 kB 284.6 MB/s eta 0:00:00 [nova] Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) [cinder] Collecting google-auth!=2.24.0,!=2.25.0,<3.0.0.dev0,>=1.32.0 [glance] Downloading pytz-2025.1-py2.py3-none-any.whl (507 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 507.9/507.9 kB 95.1 MB/s eta 0:00:00 [cinder] Downloading google_auth-2.38.0-py2.py3-none-any.whl (210 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 210.8/210.8 kB 379.3 MB/s eta 0:00:00 [cinder] Collecting google-auth-httplib2<1.0.0,>=0.2.0 [cinder] Downloading google_auth_httplib2-0.2.0-py2.py3-none-any.whl (9.3 kB) [ovn] Getting image source signatures [ovn] Copying blob sha256:9eb9a78eeb101ab215acf43ffb2a709d5fca9ca2a22178564c7ee5cc30774c60 [ovn] Copying blob sha256:baa9a0353daaf090afee39694b21943d4cf0edf751fd465efc6c8f85a22e5945 [nova] Collecting python-barbicanclient>=5.5.0 [nova] Downloading python_barbicanclient-7.1.0-py3-none-any.whl (88 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 318.0 MB/s eta 0:00:00 [glance] Collecting importlib-metadata>=4.4 [glance] Downloading importlib_metadata-8.5.0-py3-none-any.whl (26 kB) [keystone] Collecting pycparser [keystone] Downloading pycparser-2.22-py3-none-any.whl (117 kB) [glance] Collecting vine<6.0.0,>=5.0.0 [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 349.2 MB/s eta 0:00:00 [cinder] Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0,>=1.31.5 [glance] Downloading vine-5.1.0-py3-none-any.whl (9.6 kB) [keystone] Collecting pyperclip>=1.8 [cinder] Downloading google_api_core-2.24.1-py3-none-any.whl (160 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.1/160.1 kB 186.1 MB/s eta 0:00:00 [keystone] Downloading pyperclip-1.9.0.tar.gz (20 kB) [keystone] Preparing metadata (setup.py): started [cinder] Collecting uritemplate<5,>=3.0.1 [cinder] Downloading uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) [cinder] Collecting attrs>=22.2.0 [cinder] Downloading attrs-25.1.0-py3-none-any.whl (63 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 kB 197.6 MB/s eta 0:00:00 [glance] Collecting pycparser [glance] Downloading pycparser-2.22-py3-none-any.whl (117 kB) [neutron] Collecting sortedcontainers [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 400.3 MB/s eta 0:00:00 [neutron] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [cinder] Collecting jsonschema-specifications>=2023.03.6 [cinder] Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB) [nova] Collecting autopage>=0.4.0 [nova] Downloading autopage-0.5.2-py3-none-any.whl (30 kB) [neutron] Collecting fixtures>=3.0.0 [heat] Collecting wrapt>=1.7.0 [neutron] Downloading fixtures-4.2.4.post1-py3-none-any.whl (64 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 kB 332.8 MB/s eta 0:00:00 [heat] Downloading wrapt-1.17.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83 kB) [glance] Collecting pyperclip>=1.8 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/83.2 kB 333.5 MB/s eta 0:00:00 [glance] Downloading pyperclip-1.9.0.tar.gz (20 kB) [glance] Preparing metadata (setup.py): started [neutron] Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.0) (66.1.1) [cinder] Collecting referencing>=0.28.4 [cinder] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [nova] Collecting cmd2>=1.0.0 [nova] Downloading cmd2-2.5.11-py3-none-any.whl (152 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.8/152.8 kB 352.0 MB/s eta 0:00:00 [heat] Collecting pyOpenSSL>=17.1.0 [neutron] Collecting logutils>=0.3 [neutron] Downloading logutils-0.3.5.tar.gz (27 kB) [heat] Downloading pyOpenSSL-24.2.1-py3-none-any.whl (58 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/58.4 kB 328.6 MB/s eta 0:00:00 [neutron] Preparing metadata (setup.py): started [keystone] Preparing metadata (setup.py): finished with status 'done' [keystone] Collecting wcwidth>=0.2.10 [keystone] Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) [heat] Collecting os-client-config>=1.28.0 [heat] Downloading os_client_config-2.1.0-py3-none-any.whl (31 kB) [glance] Preparing metadata (setup.py): finished with status 'done' [neutron] Preparing metadata (setup.py): finished with status 'done' [nova] Collecting cffi>=1.12 [nova] Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.2/467.2 kB 332.7 MB/s eta 0:00:00 [heat] Collecting Babel!=2.4.0,>=2.3.4 [heat] Downloading babel-2.17.0-py3-none-any.whl (10.2 MB) [glance] Collecting zipp>=3.20 [glance] Downloading zipp-3.21.0-py3-none-any.whl (9.6 kB) [nova] Collecting dnspython>=1.15.0 [nova] Downloading dnspython-2.7.0-py3-none-any.whl (313 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 360.7 MB/s eta 0:00:00 [neutron] Collecting jsonschema>=3.2.0 [neutron] Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 363.0 MB/s eta 0:00:00 [nova] Collecting debtcollector>=3.0.0 [nova] Downloading debtcollector-3.0.0-py3-none-any.whl (23 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 59.7 MB/s eta 0:00:00 [keystone] Collecting wrapt>=1.7.0 [keystone] Downloading wrapt-1.17.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/83.2 kB 314.0 MB/s eta 0:00:00 [glance] Collecting MarkupSafe>=2.0 [glance] Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) [neutron] Collecting os-client-config>=1.28.0 [neutron] Downloading os_client_config-2.1.0-py3-none-any.whl (31 kB) [glance] Collecting jsonpointer>=1.9 [glance] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [nova] Collecting MarkupSafe>=2.0 [nova] Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) [nova] Collecting attrs>=22.2.0 [nova] Downloading attrs-25.1.0-py3-none-any.whl (63 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 kB 346.6 MB/s eta 0:00:00 [nova] Collecting jsonschema-specifications>=2023.03.6 [nova] Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB) [heat] Collecting networkx>=2.3 [nova] Collecting referencing>=0.28.4 [nova] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [keystone] Collecting MarkupSafe>=2.0 [heat] Downloading networkx-3.4.2-py3-none-any.whl (1.7 MB) [keystone] Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) [cinder] Collecting rpds-py>=0.7.1 [cinder] Downloading rpds_py-0.23.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.3/386.3 kB 349.1 MB/s eta 0:00:00 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 169.3 MB/s eta 0:00:00 [heat] Collecting pydot>=1.4.1 [keystone] Collecting jsonpointer>=1.9 [neutron] Collecting charset-normalizer<4,>=2 [heat] Downloading pydot-3.0.4-py3-none-any.whl (35 kB) [keystone] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [neutron] Downloading charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB) [cinder] Collecting os-service-types>=1.2.0 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.9/143.9 kB 311.8 MB/s eta 0:00:00 [neutron] Collecting idna<4,>=2.5 [cinder] Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) [neutron] Downloading idna-3.10-py3-none-any.whl (70 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 356.2 MB/s eta 0:00:00 [cinder] Collecting typing-extensions>=4.12 [heat] Collecting websocket-client>=0.44.0 [cinder] Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) [neutron] Collecting urllib3<3,>=1.21.1 [heat] Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 345.2 MB/s eta 0:00:00 [neutron] Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) [glance] Collecting prometheus-client>=0.6.0 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 kB 370.6 MB/s eta 0:00:00 [glance] Downloading prometheus_client-0.21.1-py3-none-any.whl (54 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.7/54.7 kB 321.2 MB/s eta 0:00:00 [heat] Collecting docker>=2.4.2 [heat] Downloading docker-7.1.0-py3-none-any.whl (147 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.8/147.8 kB 358.0 MB/s eta 0:00:00 [neutron] Collecting certifi>=2017.4.17 [neutron] Downloading certifi-2026.2.25-py3-none-any.whl (153 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.7/153.7 kB 247.0 MB/s eta 0:00:00 [keystone] Collecting fasteners>=0.7.0 [cinder] Collecting oslo.cache>=1.26.0 [keystone] Downloading fasteners-0.19-py3-none-any.whl (18 kB) [cinder] Downloading oslo_cache-3.10.2-py3-none-any.whl (76 kB) [neutron] Collecting six [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.4/76.4 kB 303.2 MB/s eta 0:00:00 [neutron] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [neutron] Collecting repoze.lru>=0.3 [cinder] Collecting pycadf>=1.1.0 [cinder] Downloading pycadf-4.0.1-py3-none-any.whl (44 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.2/44.2 kB 318.8 MB/s eta 0:00:00 [neutron] Downloading repoze.lru-0.7-py3-none-any.whl (10 kB) [glance] Collecting Yappi>=1.0 [glance] Downloading yappi-1.6.10-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.8/79.8 kB 257.4 MB/s eta 0:00:00 [cinder] Collecting PyJWT>=2.4.0 [cinder] Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) [keystone] Collecting prometheus-client>=0.6.0 [keystone] Downloading prometheus_client-0.21.1-py3-none-any.whl (54 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.7/54.7 kB 307.8 MB/s eta 0:00:00 [cinder] Collecting dogpile.cache>=0.6.5 [cinder] Downloading dogpile.cache-1.3.4-py3-none-any.whl (62 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.9/62.9 kB 359.0 MB/s eta 0:00:00 [keystone] Collecting eventlet>=0.27.0 [keystone] Downloading eventlet-0.39.0-py3-none-any.whl (363 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 363.3/363.3 kB 290.8 MB/s eta 0:00:00 [cinder] Collecting jsonpatch!=1.20,>=1.16 [cinder] Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB) [neutron] Collecting voluptuous>=0.8.9 [heat] Collecting charset-normalizer<4,>=2 [neutron] Downloading voluptuous-0.15.2-py3-none-any.whl (31 kB) [heat] Downloading charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.9/143.9 kB 425.4 MB/s eta 0:00:00 [cinder] Collecting platformdirs>=3 [cinder] Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB) [heat] Collecting idna<4,>=2.5 [heat] Downloading idna-3.10-py3-none-any.whl (70 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 373.1 MB/s eta 0:00:00 [neutron] Collecting vine<6.0.0,>=5.0.0 [keystone] Collecting PasteDeploy>=1.5.0 [keystone] Downloading PasteDeploy-3.1.0-py3-none-any.whl (16 kB) [neutron] Downloading vine-5.1.0-py3-none-any.whl (9.6 kB) [keystone] Collecting Routes>=2.3.1 [keystone] Downloading Routes-2.5.1-py2.py3-none-any.whl (40 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.1/40.1 kB 157.5 MB/s eta 0:00:00 [heat] Collecting urllib3<3,>=1.21.1 [keystone] Collecting Paste>=2.0.2 [keystone] Downloading Paste-3.10.1-py3-none-any.whl (289 kB) [neutron] Collecting pycparser [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.3/289.3 kB 366.8 MB/s eta 0:00:00 [neutron] Downloading pycparser-2.22-py3-none-any.whl (117 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 346.3 MB/s eta 0:00:00 [cinder] Collecting psutil>=3.2.2 [neutron] Collecting pyperclip>=1.8 [cinder] Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) [keystone] Collecting Yappi>=1.0 [keystone] Downloading yappi-1.6.10-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.8/79.8 kB 311.1 MB/s eta 0:00:00 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 387.4 MB/s eta 0:00:00 [neutron] Downloading pyperclip-1.9.0.tar.gz (20 kB) [neutron] Preparing metadata (setup.py): started [heat] Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 kB 263.0 MB/s eta 0:00:00 [cinder] Collecting requestsexceptions>=1.2.0 [cinder] Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) [nova] Collecting rpds-py>=0.7.1 [nova] Downloading rpds_py-0.23.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.3/386.3 kB 418.5 MB/s eta 0:00:00 [heat] Collecting certifi>=2017.4.17 [heat] Downloading certifi-2026.2.25-py3-none-any.whl (153 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.7/153.7 kB 329.0 MB/s eta 0:00:00 [heat] Collecting six [heat] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [heat] Collecting repoze.lru>=0.3 [heat] Downloading repoze.lru-0.7-py3-none-any.whl (10 kB) [nova] Collecting pycadf>=1.1.0 [nova] Downloading pycadf-4.0.1-py3-none-any.whl (44 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.2/44.2 kB 324.8 MB/s eta 0:00:00 [cinder] Collecting fasteners>=0.7.0 [cinder] Downloading fasteners-0.19-py3-none-any.whl (18 kB) [glance] Collecting testtools [glance] Downloading testtools-2.7.2-py3-none-any.whl (179 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.9/179.9 kB 346.9 MB/s eta 0:00:00 [nova] Collecting PyJWT>=2.4.0 [nova] Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) [cinder] Collecting debtcollector>=3.0.0 [cinder] Downloading debtcollector-3.0.0-py3-none-any.whl (23 kB) [cinder] Collecting netaddr>=0.7.18 [cinder] Downloading netaddr-1.3.0-py3-none-any.whl (2.3 MB) [heat] Collecting ply [heat] Downloading ply-3.11-py2.py3-none-any.whl (49 kB) [nova] Collecting dogpile.cache>=0.6.5 [nova] Downloading dogpile.cache-1.3.4-py3-none-any.whl (62 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.9/62.9 kB 357.8 MB/s eta 0:00:00 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 312.1 MB/s eta 0:00:00 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 232.3 MB/s eta 0:00:00 [neutron] Preparing metadata (setup.py): finished with status 'done' [nova] Collecting jmespath>=0.9.0 [cinder] Collecting rfc3986>=1.2.0 [cinder] Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) [nova] Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) [heat] Collecting vine<6.0.0,>=5.0.0 [heat] Downloading vine-5.1.0-py3-none-any.whl (9.6 kB) [neutron] Collecting wcwidth>=0.2.10 [nova] Collecting jsonpatch!=1.20,>=1.16 [nova] Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB) [neutron] Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) [keystone] Collecting testtools [keystone] Downloading testtools-2.7.2-py3-none-any.whl (179 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.9/179.9 kB 337.6 MB/s eta 0:00:00 [cinder] Collecting alembic>=0.9.6 [cinder] Downloading alembic-1.14.1-py3-none-any.whl (233 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.6/233.6 kB 406.4 MB/s eta 0:00:00 [heat] Collecting pycparser [heat] Downloading pycparser-2.22-py3-none-any.whl (117 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 386.1 MB/s eta 0:00:00 [cinder] Collecting testresources>=2.0.0 [nova] Collecting platformdirs>=3 [cinder] Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB) [nova] Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB) [heat] Collecting pyperclip>=1.8 [neutron] Collecting jsonpointer>=1.9 [nova] Collecting requestsexceptions>=1.2.0 [nova] Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) [keystone] Collecting elementpath<5.0.0,>=4.1.5 [neutron] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [cinder] Collecting testscenarios>=0.4 [heat] Downloading pyperclip-1.9.0.tar.gz (20 kB) [heat] Preparing metadata (setup.py): started [glance] Building wheels for collected packages: glance, simplegeneric, pyperclip [glance] Building wheel for glance (setup.py): started [keystone] Downloading elementpath-4.7.0-py3-none-any.whl (240 kB) [cinder] Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.6/240.6 kB 315.5 MB/s eta 0:00:00 [neutron] Collecting attrs>=22.2.0 [neutron] Downloading attrs-25.1.0-py3-none-any.whl (63 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 kB 337.8 MB/s eta 0:00:00 [neutron] Collecting jsonschema-specifications>=2023.03.6 [nova] Collecting tenacity>=6.3.1 [neutron] Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB) [keystone] Collecting dnspython>=1.15.0 [cinder] Collecting python-dateutil>=2.7.0 [cinder] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [nova] Downloading tenacity-9.0.0-py3-none-any.whl (28 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 408.1 MB/s eta 0:00:00 [keystone] Downloading dnspython-2.7.0-py3-none-any.whl (313 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 388.2 MB/s eta 0:00:00 [nova] Collecting os-win>=5.7.0 [nova] Downloading os_win-5.9.0-py3-none-any.whl (274 kB) [neutron] Collecting referencing>=0.28.4 [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 274.4/274.4 kB 339.9 MB/s eta 0:00:00 [neutron] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [cinder] Collecting futurist>=1.2.0 [cinder] Downloading futurist-3.1.0-py3-none-any.whl (37 kB) [keystone] Collecting repoze.lru>=0.3 [keystone] Downloading repoze.lru-0.7-py3-none-any.whl (10 kB) [cinder] Collecting cachetools>=2.0.0 [cinder] Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) [cinder] Collecting amqp>=2.5.2 [nova] Collecting ovsdbapp>=0.12.1 [nova] Downloading ovsdbapp-2.11.0-py3-none-any.whl (143 kB) [cinder] Downloading amqp-5.3.1-py3-none-any.whl (50 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/50.9 kB 339.9 MB/s eta 0:00:00 [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.4/143.4 kB 392.9 MB/s eta 0:00:00 [heat] Preparing metadata (setup.py): finished with status 'done' [nova] Collecting pyroute2>=0.5.2 [heat] Collecting wcwidth>=0.2.10 [nova] Downloading pyroute2-0.8.1-py3-none-any.whl (474 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 474.3/474.3 kB 306.5 MB/s eta 0:00:00 [heat] Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) [cinder] Collecting kombu>=4.6.6 [cinder] Downloading kombu-5.4.2-py3-none-any.whl (201 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 kB 422.7 MB/s eta 0:00:00 [keystone] Building wheels for collected packages: keystone, uwsgi, pyperclip [keystone] Building wheel for keystone (setup.py): started [cinder] Collecting oslo.metrics>=0.2.1 [cinder] Downloading oslo.metrics-0.11.0-py3-none-any.whl (13 kB) [cinder] Collecting Jinja2>=2.10 [cinder] Downloading jinja2-3.1.5-py3-none-any.whl (134 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.6/134.6 kB 419.0 MB/s eta 0:00:00 [nova] Collecting fasteners>=0.7.0 [cinder] Collecting statsd>=3.2.1 [cinder] Downloading statsd-4.0.1-py2.py3-none-any.whl (13 kB) [nova] Downloading fasteners-0.19-py3-none-any.whl (18 kB) [nova] Collecting testresources>=2.0.0 [nova] Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB) [nova] Collecting testscenarios>=0.4 [nova] Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) [cinder] Collecting bcrypt>=3.1.3 [cinder] Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 394.0 MB/s eta 0:00:00 [heat] Collecting MarkupSafe>=2.0 [heat] Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) [heat] Collecting jsonpointer>=1.9 [heat] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [nova] Collecting cachetools>=2.0.0 [nova] Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) [heat] Collecting attrs>=22.2.0 [heat] Downloading attrs-25.1.0-py3-none-any.whl (63 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 kB 369.1 MB/s eta 0:00:00 [nova] Collecting amqp>=2.5.2 [nova] Downloading amqp-5.3.1-py3-none-any.whl (50 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/50.9 kB 319.0 MB/s eta 0:00:00 [cinder] Collecting msgpack>=0.6.0 [heat] Collecting jsonschema-specifications>=2023.03.6 [cinder] Downloading msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (403 kB) [heat] Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 403.7/403.7 kB 344.9 MB/s eta 0:00:00 [neutron] Collecting rpds-py>=0.7.1 [neutron] Downloading rpds_py-0.23.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386 kB) [nova] Collecting kombu>=4.6.6 [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.3/386.3 kB 318.7 MB/s eta 0:00:00 [nova] Downloading kombu-5.4.2-py3-none-any.whl (201 kB) [heat] Collecting referencing>=0.28.4 [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 kB 378.0 MB/s eta 0:00:00 [heat] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [nova] Collecting oslo.metrics>=0.2.1 [nova] Downloading oslo.metrics-0.11.0-py3-none-any.whl (13 kB) [glance] Building wheel for glance (setup.py): finished with status 'done' [nova] Collecting statsd>=3.2.1 [glance] Created wheel for glance: filename=glance-0.0.0-py3-none-any.whl size=1402872 sha256=c609aabd986e2297e6504a477337317109d5b53698ee76b8f6aabc91d4223d9d [glance] Stored in directory: /tmp/pip-ephem-wheel-cache-8m9scehd/wheels/2a/5b/49/018d021dbcded7af3be34e55209b852fe585372580a6389015 [glance] Building wheel for simplegeneric (setup.py): started [nova] Downloading statsd-4.0.1-py2.py3-none-any.whl (13 kB) [ovn] Copying config sha256:a9f3101b4ce182379971ca81be77dfa6d6bceaa91a11e080f7011c8455ddb33a [ovn] Writing manifest to image destination [cinder] Collecting Yappi>=1.0 [cinder] Downloading yappi-1.6.10-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.8/79.8 kB 250.2 MB/s eta 0:00:00 [ovn] --> a9f3101b4ce1 [ovn] Successfully tagged localhost/hotstack-os-ovn:latest [nova] Collecting bcrypt>=3.1.3 [nova] Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 423.2 MB/s eta 0:00:00 [ovn] a9f3101b4ce182379971ca81be77dfa6d6bceaa91a11e080f7011c8455ddb33a [3/10] ovn [DONE] [cinder] Collecting suds-community>=0.6 [cinder] Downloading suds_community-1.2.0-py3-none-any.whl (145 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.3/145.3 kB 395.8 MB/s eta 0:00:00 [glance] Building wheel for simplegeneric (setup.py): finished with status 'done' [cinder] Collecting urllib3>=1.21.1 [glance] Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5059 sha256=9b7250f69f5d90dee5ec368da5e40812e6c848291b4ea6558356073a1defc8b5 [glance] Stored in directory: /tmp/pip-ephem-wheel-cache-8m9scehd/wheels/d6/d1/55/e647165561cca0c555173da3a4849e66af35eafe90848d581d [cinder] Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) [glance] Building wheel for pyperclip (setup.py): started [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 kB 312.9 MB/s eta 0:00:00 [nova] Collecting msgpack>=0.6.0 [nova] Downloading msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (403 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 403.7/403.7 kB 359.1 MB/s eta 0:00:00 [nova] Collecting tzdata>=2022.4 [cinder] Collecting pynacl>=1.5 [nova] Downloading tzdata-2025.1-py2.py3-none-any.whl (346 kB) [cinder] Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.8/346.8 kB 282.4 MB/s eta 0:00:00 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 286.2 MB/s eta 0:00:00 [cinder] Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.0) (66.1.1) [glance] Building wheel for pyperclip (setup.py): finished with status 'done' [glance] Created wheel for pyperclip: filename=pyperclip-1.9.0-py3-none-any.whl size=11005 sha256=7cc5a455c4907807cdc93977d44a61297631cd6eacdbd0e0f671698fb184a081 [glance] Stored in directory: /tmp/pip-ephem-wheel-cache-8m9scehd/wheels/e8/e7/56/591cb88ba1783b38c40d584026e766aac9c3a048e34128ce8b [glance] Successfully built glance simplegeneric pyperclip [cinder] Collecting warlock>=1.2.0 [nova] Collecting Yappi>=1.0 [nova] Downloading yappi-1.6.10-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.8/79.8 kB 223.0 MB/s eta 0:00:00 [cinder] Downloading warlock-2.0.1-py3-none-any.whl (9.8 kB) [neutron] Collecting lxml>=3.3.0 [keystone] Building wheel for keystone (setup.py): finished with status 'done' [keystone] Created wheel for keystone: filename=keystone-0.0.0-py3-none-any.whl size=1454106 sha256=f0bf3c5ecf141730ea7ee490bf7946e71f9a0c82d1e3f19e6dde9fefb97ee4fc [keystone] Stored in directory: /tmp/pip-ephem-wheel-cache-4kn2uqun/wheels/7d/ce/ab/543df92edb4eb37e81d4d0a7f4b4bcdca1998e14a4df293686 [keystone] Building wheel for uwsgi (setup.py): started [neutron] Downloading lxml-5.3.1-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 230.4 MB/s eta 0:00:00 [heat] Collecting rpds-py>=0.7.1 [heat] Downloading rpds_py-0.23.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.3/386.3 kB 323.2 MB/s eta 0:00:00 [nova] Collecting pyparsing>=2.1.0 [nova] Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB) [neutron] Collecting paramiko>=1.15.0 [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 kB 387.7 MB/s eta 0:00:00 [neutron] Downloading paramiko-3.5.1-py3-none-any.whl (227 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.3/227.3 kB 440.2 MB/s eta 0:00:00 [nova] Collecting packaging>=20.4 [nova] Downloading packaging-24.2-py3-none-any.whl (65 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 356.9 MB/s eta 0:00:00 [neutron] Collecting prometheus-client>=0.6.0 [neutron] Downloading prometheus_client-0.21.1-py3-none-any.whl (54 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.7/54.7 kB 316.4 MB/s eta 0:00:00 [heat] Collecting ncclient>=0.6.13 [heat] Downloading ncclient-0.6.16.tar.gz (112 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.6/112.6 kB 368.2 MB/s eta 0:00:00 [nova] Collecting pynacl>=1.5 [heat] Preparing metadata (setup.py): started [nova] Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 286.2 MB/s eta 0:00:00 [nova] Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.0.0) (66.1.1) [nova] Collecting wcwidth [cinder] Collecting wrapt>=1.7.0 [cinder] Downloading wrapt-1.17.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83 kB) [nova] Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/83.2 kB 323.0 MB/s eta 0:00:00 [cinder] Collecting pyOpenSSL>=17.1.0 [cinder] Downloading pyOpenSSL-24.2.1-py3-none-any.whl (58 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/58.4 kB 345.2 MB/s eta 0:00:00 [nova] Collecting six>=1.5 [nova] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [nova] Collecting warlock>=1.2.0 [nova] Downloading warlock-2.0.1-py3-none-any.whl (9.8 kB) [neutron] Collecting testtools [heat] Preparing metadata (setup.py): finished with status 'done' [neutron] Downloading testtools-2.7.2-py3-none-any.whl (179 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.9/179.9 kB 430.6 MB/s eta 0:00:00 [heat] Collecting ovs>=2.8.0 [heat] Downloading ovs-3.5.0.tar.gz (156 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.7/156.7 kB 334.9 MB/s eta 0:00:00 [heat] Preparing metadata (setup.py): started [glance] Installing collected packages: wcwidth, statsd, simplegeneric, requestsexceptions, repoze.lru, pytz, python-memcached, pyperclip, zipp, Yappi, wrapt, WebOb, vine, urllib3, tzdata, typing-extensions, testtools, tenacity, six, rpds-py, rfc3986, PyYAML, pyparsing, pymysql, PyJWT, pycparser, psutil, prometheus-client, PrettyTable, platformdirs, pbr, PasteDeploy, Paste, packaging, networkx, netaddr, msgpack, MarkupSafe, jsonpointer, jmespath, iso8601, idna, greenlet, fasteners, dnspython, defusedxml, decorator, cmd2, charset-normalizer, certifi, cachetools, bcrypt, autopage, attrs, testscenarios, testresources, stevedore, SQLAlchemy, Routes, retrying, requests, referencing, python-dateutil, pydot, oslo.i18n, os-service-types, Mako, jsonpatch, Jinja2, importlib-metadata, httplib2, eventlet, debtcollector, cffi, automaton, amqp, WSME, oslo.utils, oslo.rootwrap, oslo.context, oslo.config, kombu, keystoneauth1, jsonschema-specifications, futurist, dogpile.cache, cryptography, cliff, alembic, python-cinderclient, oslo.serialization, oslo.middleware, oslo.db, oslo.concurrency, openstacksdk, jsonschema, taskflow, python-keystoneclient, python-barbicanclient, pycadf, osprofiler, oslo.reports, oslo.policy, oslo.log, osc-lib, python-openstackclient, oslo.upgradecheck, oslo.service, oslo.privsep, oslo.metrics, oslo.limit, oslo.cache, os-win, glance_store, castellan, oslo.messaging, os-brick, keystonemiddleware, cursive, glance [cinder] Collecting charset-normalizer<4,>=2 [cinder] Downloading charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.9/143.9 kB 417.5 MB/s eta 0:00:00 [cinder] Collecting idna<4,>=2.5 [cinder] Downloading idna-3.10-py3-none-any.whl (70 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 350.0 MB/s eta 0:00:00 [cinder] Collecting certifi>=2017.4.17 [cinder] Downloading certifi-2026.2.25-py3-none-any.whl (153 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.7/153.7 kB 412.2 MB/s eta 0:00:00 [heat] Preparing metadata (setup.py): finished with status 'done' [nova] Collecting wrapt>=1.7.0 [nova] Downloading wrapt-1.17.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83 kB) [neutron] Collecting pynacl>=1.5 [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/83.2 kB 366.1 MB/s eta 0:00:00 [cinder] Collecting six [neutron] Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) [cinder] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 356.0 MB/s eta 0:00:00 [nova] Collecting pyOpenSSL>=17.1.0 [cinder] Collecting repoze.lru>=0.3 [nova] Downloading pyOpenSSL-24.2.1-py3-none-any.whl (58 kB) [cinder] Downloading repoze.lru-0.7-py3-none-any.whl (10 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/58.4 kB 333.9 MB/s eta 0:00:00 [cinder] Collecting pyudev>=0.16.1 [cinder] Downloading pyudev-0.24.3-py3-none-any.whl (62 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 293.9 MB/s eta 0:00:00 [heat] Collecting prometheus-client>=0.6.0 [heat] Downloading prometheus_client-0.21.1-py3-none-any.whl (54 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.7/54.7 kB 206.2 MB/s eta 0:00:00 [nova] Collecting os-client-config>=1.28.0 [nova] Downloading os_client_config-2.1.0-py3-none-any.whl (31 kB) [heat] Collecting logutils>=0.3 [neutron] WARNING: The candidate selected for download or install is a yanked version: 'fixtures' candidate (version 4.2.4.post1 at https://files.pythonhosted.org/packages/75/d5/2757cabc34758fac81039d4fbcde11c91d3952d91e33f8d5c69ea8c74e0f/fixtures-4.2.4.post1-py3-none-any.whl (from https://pypi.org/simple/fixtures/) (requires-python:>=3.8)) [neutron] Reason for being yanked: https://github.com/testing-cabal/fixtures/issues/103 [neutron] Building wheels for collected packages: neutron, ovs, logutils, ncclient, pyperclip [neutron] Building wheel for neutron (setup.py): started [heat] Downloading logutils-0.3.5.tar.gz (27 kB) [heat] Preparing metadata (setup.py): started [cinder] Collecting networkx>=2.1.0 [cinder] Downloading networkx-3.4.2-py3-none-any.whl (1.7 MB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 150.9 MB/s eta 0:00:00 [cinder] Collecting automaton>=1.9.0 [cinder] Downloading automaton-3.2.0-py3-none-any.whl (22 kB) [cinder] Collecting pydot>=1.2.4 [cinder] Downloading pydot-3.0.4-py3-none-any.whl (35 kB) [nova] Collecting charset-normalizer<4,>=2 [nova] Downloading charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.9/143.9 kB 381.1 MB/s eta 0:00:00 [cinder] Collecting voluptuous>=0.8.9 [cinder] Downloading voluptuous-0.15.2-py3-none-any.whl (31 kB) [heat] Preparing metadata (setup.py): finished with status 'done' [nova] Collecting idna<4,>=2.5 [nova] Downloading idna-3.10-py3-none-any.whl (70 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 354.7 MB/s eta 0:00:00 [cinder] Collecting Mako [cinder] Downloading Mako-1.3.9-py3-none-any.whl (78 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 388.5 MB/s eta 0:00:00 [nova] Collecting urllib3<3,>=1.21.1 [nova] Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 kB 287.2 MB/s eta 0:00:00 [cinder] Collecting vine<6.0.0,>=5.0.0 [cinder] Downloading vine-5.1.0-py3-none-any.whl (9.6 kB) [nova] Collecting certifi>=2017.4.17 [nova] Downloading certifi-2026.2.25-py3-none-any.whl (153 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.7/153.7 kB 424.2 MB/s eta 0:00:00 [nova] Collecting repoze.lru>=0.3 [nova] Downloading repoze.lru-0.7-py3-none-any.whl (10 kB) [cinder] Collecting pycparser [cinder] Downloading pycparser-2.22-py3-none-any.whl (117 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 399.7 MB/s eta 0:00:00 [cinder] Collecting pyperclip>=1.8 [cinder] Downloading pyperclip-1.9.0.tar.gz (20 kB) [cinder] Preparing metadata (setup.py): started [nova] Collecting voluptuous>=0.8.9 [nova] Downloading voluptuous-0.15.2-py3-none-any.whl (31 kB) [heat] Collecting testtools [heat] Downloading testtools-2.7.2-py3-none-any.whl (179 kB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.9/179.9 kB 388.8 MB/s eta 0:00:00 [cinder] Preparing metadata (setup.py): finished with status 'done' [cinder] Collecting wcwidth>=0.2.10 [cinder] Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) [cinder] Collecting googleapis-common-protos<2.0.dev0,>=1.56.2 [cinder] Downloading googleapis_common_protos-1.68.0-py2.py3-none-any.whl (164 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 165.0/165.0 kB 388.1 MB/s eta 0:00:00 [heat] Collecting paramiko>=1.15.0 [nova] Collecting numpy [heat] Downloading paramiko-3.5.1-py3-none-any.whl (227 kB) [nova] Downloading numpy-2.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB) [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.3/227.3 kB 460.7 MB/s eta 0:00:00 [heat] Collecting sortedcontainers [heat] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.4/16.4 MB 108.3 MB/s eta 0:00:00 [nova] Collecting jwcrypto [nova] Downloading jwcrypto-1.5.6-py3-none-any.whl (92 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.5/92.5 kB 345.6 MB/s eta 0:00:00 [heat] Collecting pynacl>=1.5 [nova] Collecting redis [nova] Downloading redis-5.2.1-py3-none-any.whl (261 kB) [heat] Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 261.5/261.5 kB 333.9 MB/s eta 0:00:00 [heat] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 316.9 MB/s eta 0:00:00 [cinder] Collecting protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0.dev0,>=3.19.5 [cinder] Downloading protobuf-5.29.3-cp38-abi3-manylinux2014_x86_64.whl (319 kB) [nova] Collecting vine<6.0.0,>=5.0.0 [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 319.7/319.7 kB 271.8 MB/s eta 0:00:00 [nova] Downloading vine-5.1.0-py3-none-any.whl (9.6 kB) [cinder] Collecting proto-plus<2.0.0dev,>=1.22.3 [cinder] Downloading proto_plus-1.26.0-py3-none-any.whl (50 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.2/50.2 kB 143.7 MB/s eta 0:00:00 [heat] Building wheels for collected packages: openstack-heat, logutils, ncclient, ovs, pyperclip [heat] Building wheel for openstack-heat (setup.py): started [cinder] Collecting pyasn1-modules>=0.2.1 [nova] Collecting pycparser [cinder] Downloading pyasn1_modules-0.4.1-py3-none-any.whl (181 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.5/181.5 kB 402.6 MB/s eta 0:00:00 [nova] Downloading pycparser-2.22-py3-none-any.whl (117 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 343.6 MB/s eta 0:00:00 [cinder] Collecting rsa<5,>=3.1.4 [cinder] Downloading rsa-4.9-py3-none-any.whl (34 kB) [nova] Collecting pyperclip>=1.8 [nova] Downloading pyperclip-1.9.0.tar.gz (20 kB) [nova] Preparing metadata (setup.py): started [cinder] Collecting MarkupSafe>=2.0 [cinder] Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) [cinder] Collecting jsonpointer>=1.9 [cinder] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [nova] Preparing metadata (setup.py): finished with status 'done' [nova] Collecting jsonpointer>=1.9 [nova] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [cinder] Collecting prometheus-client>=0.6.0 [cinder] Downloading prometheus_client-0.21.1-py3-none-any.whl (54 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.7/54.7 kB 319.4 MB/s eta 0:00:00 [nova] Collecting prometheus-client>=0.6.0 [nova] Downloading prometheus_client-0.21.1-py3-none-any.whl (54 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.7/54.7 kB 267.4 MB/s eta 0:00:00 [nova] Collecting fixtures>=3.0.0 [nova] Downloading fixtures-4.2.4.post1-py3-none-any.whl (64 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 kB 321.8 MB/s eta 0:00:00 [nova] Collecting ovs>=2.10.0 [nova] Downloading ovs-3.5.0.tar.gz (156 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.7/156.7 kB 381.5 MB/s eta 0:00:00 [nova] Preparing metadata (setup.py): started [neutron] Building wheel for neutron (setup.py): finished with status 'done' [neutron] Created wheel for neutron: filename=neutron-0.0.0-py3-none-any.whl size=4332632 sha256=4255a39ab6414c5d3eea704bb45087e4141af9cf3e09cf83ac9c76dda20ba2cf [neutron] Stored in directory: /tmp/pip-ephem-wheel-cache-lkpvlfjc/wheels/72/1d/d8/cf9590fd4d226badc3a9b6f8b990cbb672cedefee318fff0c6 [neutron] Building wheel for ovs (setup.py): started [nova] Preparing metadata (setup.py): finished with status 'done' [cinder] Collecting testtools [cinder] Downloading testtools-2.7.2-py3-none-any.whl (179 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.9/179.9 kB 389.1 MB/s eta 0:00:00 [heat] Building wheel for openstack-heat (setup.py): finished with status 'done' [heat] Created wheel for openstack-heat: filename=openstack_heat-0.0.0-py3-none-any.whl size=2577393 sha256=08adc83cad49bd44c8fa1da38cc461a0ad8a52d6868117a0b3dbb78174fe71cf [heat] Stored in directory: /tmp/pip-ephem-wheel-cache-bzkl4a4e/wheels/04/af/37/753cd55022b6aed90b5b18323fbcc1c88c19f43a95d00b9032 [neutron] Building wheel for ovs (setup.py): finished with status 'done' [neutron] Created wheel for ovs: filename=ovs-3.5.0-py3-none-any.whl size=187967 sha256=eb61da46b9edb0909a255b7fa38c9538439d19e0bde6c595c8fcb7bd9c3a308a [neutron] Stored in directory: /tmp/pip-ephem-wheel-cache-lkpvlfjc/wheels/30/5f/4c/a7181fe99ac223ae09fd308a56618a2132b485101127ad7aa3 [neutron] Building wheel for logutils (setup.py): started [heat] Building wheel for logutils (setup.py): started [nova] Collecting testtools [nova] Downloading testtools-2.7.2-py3-none-any.whl (179 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.9/179.9 kB 301.1 MB/s eta 0:00:00 [heat] Building wheel for logutils (setup.py): finished with status 'done' [heat] Created wheel for logutils: filename=logutils-0.3.5-py3-none-any.whl size=19930 sha256=6d7415b09b1e777033a7786f6cab23426c402bce78f75f16ff8de2d602ea03de [heat] Stored in directory: /tmp/pip-ephem-wheel-cache-bzkl4a4e/wheels/b4/97/76/7422d13479d6ff7bdaa2f85ed42f5e7047dd6a14ff40340458 [heat] Building wheel for ncclient (setup.py): started [neutron] Building wheel for logutils (setup.py): finished with status 'done' [neutron] Created wheel for logutils: filename=logutils-0.3.5-py3-none-any.whl size=19930 sha256=6d7415b09b1e777033a7786f6cab23426c402bce78f75f16ff8de2d602ea03de [neutron] Stored in directory: /tmp/pip-ephem-wheel-cache-lkpvlfjc/wheels/b4/97/76/7422d13479d6ff7bdaa2f85ed42f5e7047dd6a14ff40340458 [neutron] Building wheel for ncclient (setup.py): started [nova] Collecting async-timeout>=4.0.3 [nova] Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) [cinder] Collecting pyasn1<0.7.0,>=0.4.6 [cinder] Downloading pyasn1-0.6.0-py2.py3-none-any.whl (85 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.3/85.3 kB 360.5 MB/s eta 0:00:00 [nova] Collecting sortedcontainers [nova] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [nova] WARNING: The candidate selected for download or install is a yanked version: 'fixtures' candidate (version 4.2.4.post1 at https://files.pythonhosted.org/packages/75/d5/2757cabc34758fac81039d4fbcde11c91d3952d91e33f8d5c69ea8c74e0f/fixtures-4.2.4.post1-py3-none-any.whl (from https://pypi.org/simple/fixtures/) (requires-python:>=3.8)) [nova] Reason for being yanked: https://github.com/testing-cabal/fixtures/issues/103 [nova] Building wheels for collected packages: nova, libvirt-python, ovs, pyperclip [nova] Building wheel for nova (pyproject.toml): started [heat] Building wheel for ncclient (setup.py): finished with status 'done' [heat] Created wheel for ncclient: filename=ncclient-0.6.16-py2.py3-none-any.whl size=90000 sha256=e2e3bf8b9595152c6e1960aeb30b98a1c8e619c053f90209fb1f1ad7e685f974 [heat] Stored in directory: /tmp/pip-ephem-wheel-cache-bzkl4a4e/wheels/81/60/82/8bebefd46c279fdeac36f535e2bfd1c8397c4071ddf63f710c [heat] Building wheel for ovs (setup.py): started [cinder] Building wheels for collected packages: cinder, rtslib-fb, pyperclip [cinder] Building wheel for cinder (setup.py): started [neutron] Building wheel for ncclient (setup.py): finished with status 'done' [neutron] Created wheel for ncclient: filename=ncclient-0.6.16-py2.py3-none-any.whl size=90000 sha256=e2e3bf8b9595152c6e1960aeb30b98a1c8e619c053f90209fb1f1ad7e685f974 [neutron] Stored in directory: /tmp/pip-ephem-wheel-cache-lkpvlfjc/wheels/81/60/82/8bebefd46c279fdeac36f535e2bfd1c8397c4071ddf63f710c [neutron] Building wheel for pyperclip (setup.py): started [neutron] Building wheel for pyperclip (setup.py): finished with status 'done' [neutron] Created wheel for pyperclip: filename=pyperclip-1.9.0-py3-none-any.whl size=11005 sha256=b07011ba3685ca1b2cff8bec980261e2643cfcc81fdda81df7d2e5cb434d5d8d [neutron] Stored in directory: /tmp/pip-ephem-wheel-cache-lkpvlfjc/wheels/e8/e7/56/591cb88ba1783b38c40d584026e766aac9c3a048e34128ce8b [neutron] Successfully built neutron ovs logutils ncclient pyperclip [heat] Building wheel for ovs (setup.py): finished with status 'done' [heat] Created wheel for ovs: filename=ovs-3.5.0-py3-none-any.whl size=187967 sha256=eb61da46b9edb0909a255b7fa38c9538439d19e0bde6c595c8fcb7bd9c3a308a [heat] Stored in directory: /tmp/pip-ephem-wheel-cache-bzkl4a4e/wheels/30/5f/4c/a7181fe99ac223ae09fd308a56618a2132b485101127ad7aa3 [heat] Building wheel for pyperclip (setup.py): started [heat] Building wheel for pyperclip (setup.py): finished with status 'done' [heat] Created wheel for pyperclip: filename=pyperclip-1.9.0-py3-none-any.whl size=11005 sha256=596e634a9c916efb3830d05eb0874262987cdcbb538232653b1f11c858b3c151 [heat] Stored in directory: /tmp/pip-ephem-wheel-cache-bzkl4a4e/wheels/e8/e7/56/591cb88ba1783b38c40d584026e766aac9c3a048e34128ce8b [heat] Successfully built openstack-heat logutils ncclient ovs pyperclip [neutron] Installing collected packages: wcwidth, statsd, sortedcontainers, requestsexceptions, repoze.lru, python-memcached, pyroute2, pyperclip, logutils, Yappi, wrapt, WebOb, voluptuous, vine, urllib3, tzdata, typing-extensions, testtools, tenacity, six, setproctitle, rpds-py, rfc3986, PyYAML, pyparsing, pymysql, PyJWT, pycparser, psutil, prometheus-client, PrettyTable, platformdirs, pbr, PasteDeploy, Paste, packaging, ovs, netaddr, msgpack, MarkupSafe, lxml, jsonpointer, jmespath, iso8601, idna, greenlet, fixtures, fasteners, dnspython, decorator, cmd2, charset-normalizer, certifi, cachetools, bcrypt, autopage, attrs, testscenarios, testresources, stevedore, SQLAlchemy, Routes, requests, referencing, python-dateutil, ovsdbapp, oslo.i18n, os-traits, os-service-types, os-resource-classes, Mako, jsonpatch, Jinja2, httplib2, eventlet, debtcollector, cffi, amqp, pynacl, pecan, oslo.utils, oslo.rootwrap, oslo.context, oslo.config, kombu, keystoneauth1, jsonschema-specifications, futurist, dogpile.cache, cryptography, cliff, alembic, python-cinderclient, pyOpenSSL, paramiko, oslo.serialization, oslo.middleware, oslo.db, oslo.concurrency, openstacksdk, jsonschema, tooz, python-novaclient, python-keystoneclient, pycadf, osprofiler, oslo.reports, oslo.policy, oslo.log, osc-lib, os-client-config, ncclient, python-openstackclient, python-neutronclient, python-designateclient, oslo.upgradecheck, oslo.service, oslo.privsep, oslo.metrics, oslo.cache, os-ken, oslo.messaging, keystonemiddleware, oslo.versionedobjects, os-vif, neutron-lib, neutron [heat] Installing collected packages: wcwidth, statsd, sortedcontainers, requestsexceptions, repoze.lru, pytz, python-memcached, pyperclip, ply, logutils, Yappi, wrapt, websocket-client, WebOb, vine, urllib3, tzdata, typing-extensions, testtools, tenacity, six, setproctitle, rpds-py, rfc3986, PyYAML, pyparsing, pymysql, PyJWT, pycparser, psutil, prometheus-client, PrettyTable, platformdirs, pbr, PasteDeploy, Paste, packaging, ovs, networkx, netaddr, msgpack, MarkupSafe, lxml, jsonpointer, jmespath, iso8601, idna, greenlet, fasteners, dnspython, decorator, cmd2, charset-normalizer, certifi, cachetools, bcrypt, Babel, autopage, attrs, testscenarios, testresources, stevedore, SQLAlchemy, Routes, requests, referencing, python-dateutil, pydot, oslo.i18n, os-traits, os-service-types, Mako, jsonpatch, Jinja2, eventlet, debtcollector, cffi, amqp, yaql, python-swiftclient, pynacl, pecan, oslo.utils, oslo.context, oslo.config, kombu, keystoneauth1, jsonschema-specifications, futurist, dogpile.cache, docker, cryptography, croniter, cliff, alembic, python-cinderclient, pyOpenSSL, paramiko, oslo.serialization, oslo.middleware, oslo.db, oslo.concurrency, openstacksdk, jsonschema, warlock, python-novaclient, python-keystoneclient, python-barbicanclient, pycadf, osprofiler, oslo.reports, oslo.policy, oslo.log, osc-lib, os-client-config, ncclient, python-zaqarclient, python-vitrageclient, python-openstackclient, python-neutronclient, python-monascaclient, python-mistralclient, python-manilaclient, python-magnumclient, python-ironicclient, python-heatclient, python-glanceclient, python-designateclient, python-blazarclient, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.cache, os-ken, aodhclient, python-zunclient, python-troveclient, python-octaviaclient, oslo.messaging, keystonemiddleware, oslo.versionedobjects, neutron-lib, openstack-heat [cinder] Building wheel for cinder (setup.py): finished with status 'done' [cinder] Created wheel for cinder: filename=cinder-0.0.0-py3-none-any.whl size=5264490 sha256=1a2d770a47bbe0677374382767ae24f4d4318b1a619f34451a68dad07bba9c9c [cinder] Stored in directory: /tmp/pip-ephem-wheel-cache-029tf7h4/wheels/96/39/16/4e08e095637c391708ab151a4575eae423502a241126000284 [cinder] Building wheel for rtslib-fb (setup.py): started [nova] Building wheel for nova (pyproject.toml): finished with status 'done' [nova] Created wheel for nova: filename=nova-0.0.0-py3-none-any.whl size=5879400 sha256=c6287d9cb69affa74e6b417f7bec2cecb5b871ca35e416715d789ad1aedd46a7 [nova] Stored in directory: /tmp/pip-ephem-wheel-cache-rt1to_e3/wheels/45/4a/09/7428de89097915cc207d7a63814b3f4dafe05cdb500091a561 [nova] Building wheel for libvirt-python (pyproject.toml): started [cinder] Building wheel for rtslib-fb (setup.py): finished with status 'done' [cinder] Created wheel for rtslib-fb: filename=rtslib_fb-2.1.76-py3-none-any.whl size=89911 sha256=97064ca5737345025b87de937a87cba9378e6870fc964d20af2d0d391bfe25f7 [cinder] Stored in directory: /tmp/pip-ephem-wheel-cache-029tf7h4/wheels/ac/08/49/11ea112c36b967bf08bf9841fa9a47b79b88fef334417e52bf [cinder] Building wheel for pyperclip (setup.py): started [cinder] Building wheel for pyperclip (setup.py): finished with status 'done' [cinder] Created wheel for pyperclip: filename=pyperclip-1.9.0-py3-none-any.whl size=11005 sha256=b814421fffb02df70b69e2c214183a8b819fbf06c68e18662bf64bd84b8ff328 [cinder] Stored in directory: /tmp/pip-ephem-wheel-cache-029tf7h4/wheels/e8/e7/56/591cb88ba1783b38c40d584026e766aac9c3a048e34128ce8b [cinder] Successfully built cinder rtslib-fb pyperclip [cinder] Installing collected packages: zstd, wcwidth, statsd, requestsexceptions, repoze.lru, python-memcached, pyperclip, Yappi, wrapt, WebOb, voluptuous, vine, urllib3, uritemplate, tzdata, typing-extensions, testtools, tenacity, tabulate, suds-community, six, rpds-py, rfc3986, PyYAML, pyudev, pyparsing, pymysql, PyJWT, pycparser, pyasn1, psutil, protobuf, prometheus-client, PrettyTable, platformdirs, pbr, PasteDeploy, Paste, packaging, networkx, netaddr, msgpack, MarkupSafe, lxml, jsonpointer, jmespath, iso8601, idna, greenlet, fasteners, dnspython, distro, decorator, cmd2, charset-normalizer, certifi, cachetools, bcrypt, autopage, attrs, testscenarios, testresources, stevedore, SQLAlchemy, rtslib-fb, rsa, Routes, requests, referencing, python-dateutil, pydot, pyasn1-modules, proto-plus, oslo.i18n, os-service-types, Mako, jsonpatch, Jinja2, httplib2, googleapis-common-protos, eventlet, debtcollector, cffi, automaton, amqp, python-swiftclient, pynacl, oslo.utils, oslo.rootwrap, oslo.context, oslo.config, kombu, keystoneauth1, jsonschema-specifications, google-auth, futurist, dogpile.cache, cryptography, cliff, botocore, alembic, s3transfer, python-cinderclient, pyOpenSSL, paramiko, oslo.serialization, oslo.middleware, oslo.db, oslo.concurrency, openstacksdk, jsonschema, google-auth-httplib2, google-api-core, warlock, tooz, taskflow, python-novaclient, python-keystoneclient, python-barbicanclient, pycadf, osprofiler, oslo.vmware, oslo.reports, oslo.policy, oslo.log, osc-lib, google-api-python-client, boto3, python-openstackclient, python-glanceclient, oslo.upgradecheck, oslo.service, oslo.privsep, oslo.metrics, oslo.cache, os-win, castellan, oslo.messaging, os-brick, keystonemiddleware, cursive, oslo.versionedobjects, cinder [placement] Building wheel for uwsgi (setup.py): finished with status 'done' [placement] Created wheel for uwsgi: filename=uWSGI-2.0.31-cp311-cp311-linux_x86_64.whl size=549508 sha256=b154a35fc391efa25a734fd5ca79e6bcfd531799e7207588acf56f16a29edda1 [placement] Stored in directory: /tmp/pip-ephem-wheel-cache-jdaoycl4/wheels/12/88/69/8802c87c35f13383602ed604bc37c4da3245c857d1a9090e15 [placement] Building wheel for pyperclip (setup.py): started [placement] Building wheel for pyperclip (setup.py): finished with status 'done' [placement] Created wheel for pyperclip: filename=pyperclip-1.9.0-py3-none-any.whl size=11005 sha256=3af5c583cee9c92947ce769d48f8d9794206287a68733a7aabd12653b6b5b7cc [placement] Stored in directory: /tmp/pip-ephem-wheel-cache-jdaoycl4/wheels/e8/e7/56/591cb88ba1783b38c40d584026e766aac9c3a048e34128ce8b [placement] Successfully built openstack-placement uwsgi pyperclip [glance] Successfully installed Jinja2-3.1.5 Mako-1.3.9 MarkupSafe-3.0.2 Paste-3.10.1 PasteDeploy-3.1.0 PrettyTable-3.14.0 PyJWT-2.10.1 PyYAML-6.0.2 Routes-2.5.1 SQLAlchemy-2.0.38 WSME-0.12.1 WebOb-1.8.9 Yappi-1.6.10 alembic-1.14.1 amqp-5.3.1 attrs-25.1.0 automaton-3.2.0 autopage-0.5.2 bcrypt-4.0.1 cachetools-5.5.2 castellan-5.2.1 certifi-2026.2.25 cffi-1.17.1 charset-normalizer-3.4.1 cliff-4.9.1 cmd2-2.5.11 cryptography-43.0.3 cursive-0.2.3 debtcollector-3.0.0 decorator-5.1.1 defusedxml-0.7.1 dnspython-2.7.0 dogpile.cache-1.3.4 eventlet-0.39.0 fasteners-0.19 futurist-3.1.0 glance-0.0.0 glance_store-4.9.1 greenlet-3.1.1 httplib2-0.22.0 idna-3.10 importlib-metadata-8.5.0 iso8601-2.1.0 jmespath-1.0.1 jsonpatch-1.33 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 keystoneauth1-5.10.0 keystonemiddleware-10.9.0 kombu-5.4.2 msgpack-1.1.0 netaddr-1.3.0 networkx-3.4.2 openstacksdk-4.4.0 os-brick-6.11.0 os-service-types-1.7.0 os-win-5.9.0 osc-lib-3.2.0 oslo.cache-3.10.2 oslo.concurrency-7.1.0 oslo.config-9.7.1 oslo.context-5.7.1 oslo.db-17.2.1 oslo.i18n-6.5.1 oslo.limit-2.6.1 oslo.log-7.1.0 oslo.messaging-16.1.0 oslo.metrics-0.11.0 oslo.middleware-6.3.1 oslo.policy-4.5.1 oslo.privsep-3.6.0 oslo.reports-3.5.1 oslo.rootwrap-7.5.1 oslo.serialization-5.7.0 oslo.service-4.1.1 oslo.upgradecheck-2.5.0 oslo.utils-8.2.0 osprofiler-4.2.0 packaging-24.2 pbr-6.1.1 platformdirs-4.3.6 prometheus-client-0.21.1 psutil-7.0.0 pycadf-4.0.1 pycparser-2.22 pydot-3.0.4 pymysql-1.1.1 pyparsing-3.2.1 pyperclip-1.9.0 python-barbicanclient-7.1.0 python-cinderclient-9.7.0 python-dateutil-2.9.0.post0 python-keystoneclient-5.6.0 python-memcached-1.62 python-openstackclient-7.5.0 pytz-2025.1 referencing-0.36.2 repoze.lru-0.7 requests-2.32.3 requestsexceptions-1.4.0 retrying-1.3.4 rfc3986-2.0.0 rpds-py-0.23.1 simplegeneric-0.8.1 six-1.17.0 statsd-4.0.1 stevedore-5.4.1 taskflow-5.12.0 tenacity-9.0.0 testresources-2.0.1 testscenarios-0.5.0 testtools-2.7.2 typing-extensions-4.12.2 tzdata-2025.1 urllib3-1.26.20 vine-5.1.0 wcwidth-0.2.13 wrapt-1.17.2 zipp-3.21.0 [glance] 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 [placement] Installing collected packages: wcwidth, uwsgi, statsd, requestsexceptions, repoze.lru, python-memcached, pyperclip, wrapt, WebOb, urllib3, tzdata, typing-extensions, testtools, six, rpds-py, rfc3986, PyYAML, pyparsing, pymysql, PyJWT, pycparser, psutil, PrettyTable, platformdirs, pbr, packaging, netaddr, msgpack, MarkupSafe, jsonpointer, jmespath, iso8601, idna, greenlet, fasteners, decorator, cmd2, charset-normalizer, certifi, bcrypt, autopage, attrs, testscenarios, testresources, stevedore, SQLAlchemy, Routes, requests, referencing, python-dateutil, oslo.i18n, os-traits, os-service-types, os-resource-classes, microversion-parse, Mako, jsonpatch, Jinja2, debtcollector, cffi, oslo.utils, oslo.context, oslo.config, keystoneauth1, jsonschema-specifications, dogpile.cache, cryptography, cliff, alembic, python-cinderclient, oslo.serialization, oslo.middleware, oslo.db, oslo.concurrency, openstacksdk, jsonschema, python-keystoneclient, pycadf, oslo.policy, oslo.log, osc-lib, python-openstackclient, oslo.upgradecheck, oslo.cache, keystonemiddleware, openstack-placement [nova] Building wheel for libvirt-python (pyproject.toml): finished with status 'done' [nova] Created wheel for libvirt-python: filename=libvirt_python-11.0.0-cp311-cp311-linux_x86_64.whl size=503764 sha256=9956e1c477fdda4de6b57bb3599e29363cbb5eed6a12423c392c9cba2e11eef4 [nova] Stored in directory: /tmp/pip-ephem-wheel-cache-rt1to_e3/wheels/b7/28/95/abd023c36568a017bcd21d40f1a04534cb3b2d8b7b4c9d0092 [nova] Building wheel for ovs (setup.py): started [glance] [2/2] STEP 1/10: FROM localhost/hotstack-os-base:latest [glance] [2/2] STEP 2/10: ARG OPENSTACK_BRANCH=stable/2025.1 [glance] [2/2] STEP 3/10: COPY --from=builder /usr/local /usr/local [nova] Building wheel for ovs (setup.py): finished with status 'done' [nova] Created wheel for ovs: filename=ovs-3.5.0-py3-none-any.whl size=187967 sha256=171b2e64fab6c135146b1355dc4da526d382206def277082e03bc9a410573846 [nova] Stored in directory: /tmp/pip-ephem-wheel-cache-rt1to_e3/wheels/30/5f/4c/a7181fe99ac223ae09fd308a56618a2132b485101127ad7aa3 [nova] Building wheel for pyperclip (setup.py): started [nova] Building wheel for pyperclip (setup.py): finished with status 'done' [nova] Created wheel for pyperclip: filename=pyperclip-1.9.0-py3-none-any.whl size=11005 sha256=6b92d5507d59a782d678a643a3711d0d31c64faf54374df255647b9ed41f5561 [nova] Stored in directory: /tmp/pip-ephem-wheel-cache-rt1to_e3/wheels/e8/e7/56/591cb88ba1783b38c40d584026e766aac9c3a048e34128ce8b [nova] Successfully built nova libvirt-python ovs pyperclip [nova] Installing collected packages: wcwidth, statsd, sortedcontainers, requestsexceptions, repoze.lru, python-memcached, pyroute2, pyperclip, Yappi, wrapt, WebOb, voluptuous, vine, urllib3, tzdata, typing-extensions, testtools, tenacity, six, rpds-py, rfc3986, PyYAML, pyparsing, pymysql, PyJWT, pycparser, psutil, prometheus-client, PrettyTable, platformdirs, pbr, PasteDeploy, Paste, packaging, ovs, numpy, netaddr, msgpack, MarkupSafe, lxml, libvirt-python, jsonpointer, jmespath, iso8601, idna, greenlet, fixtures, fasteners, dnspython, decorator, cmd2, charset-normalizer, certifi, cachetools, bcrypt, autopage, attrs, async-timeout, testscenarios, testresources, stevedore, SQLAlchemy, Routes, retrying, requests, referencing, redis, python-dateutil, ovsdbapp, oslo.i18n, os-traits, os-service-types, os-resource-classes, microversion-parse, Mako, jsonpatch, Jinja2, eventlet, debtcollector, cffi, amqp, pynacl, oslo.utils, oslo.rootwrap, oslo.context, oslo.config, kombu, keystoneauth1, jsonschema-specifications, futurist, dogpile.cache, cryptography, cliff, alembic, python-cinderclient, pyOpenSSL, paramiko, oslo.serialization, oslo.middleware, oslo.db, oslo.concurrency, openstacksdk, jwcrypto, jsonschema, websockify, warlock, tooz, python-keystoneclient, python-barbicanclient, pycadf, oslo.reports, oslo.policy, oslo.log, osc-lib, os-client-config, python-openstackclient, python-neutronclient, python-glanceclient, oslo.upgradecheck, oslo.service, oslo.privsep, oslo.metrics, oslo.limit, oslo.cache, os-win, castellan, oslo.messaging, os-brick, keystonemiddleware, cursive, oslo.versionedobjects, os-vif, nova [keystone] Building wheel for uwsgi (setup.py): finished with status 'done' [keystone] Created wheel for uwsgi: filename=uWSGI-2.0.31-cp311-cp311-linux_x86_64.whl size=549511 sha256=be7c15931fb873d1b8599406a6796c54f564c8dd74447a7702ed145d924eb3d5 [keystone] Stored in directory: /tmp/pip-ephem-wheel-cache-4kn2uqun/wheels/12/88/69/8802c87c35f13383602ed604bc37c4da3245c857d1a9090e15 [keystone] Building wheel for pyperclip (setup.py): started [keystone] Building wheel for pyperclip (setup.py): finished with status 'done' [keystone] Created wheel for pyperclip: filename=pyperclip-1.9.0-py3-none-any.whl size=11005 sha256=9e7b7c23682c761424519c3b54ef37a1e0170fed25e6ac27a020fed7fc599e23 [keystone] Stored in directory: /tmp/pip-ephem-wheel-cache-4kn2uqun/wheels/e8/e7/56/591cb88ba1783b38c40d584026e766aac9c3a048e34128ce8b [keystone] Successfully built keystone uwsgi pyperclip [keystone] Installing collected packages: wcwidth, uwsgi, statsd, scrypt, requestsexceptions, repoze.lru, pytz, python-memcached, pyperclip, aniso8601, Yappi, wrapt, WebOb, vine, urllib3, tzdata, typing-extensions, testtools, six, rpds-py, rfc3986, PyYAML, pyparsing, pymysql, PyJWT, pycparser, psutil, prometheus-client, PrettyTable, platformdirs, pbr, PasteDeploy, Paste, packaging, oauthlib, netaddr, msgpack, MarkupSafe, jsonpointer, jmespath, itsdangerous, iso8601, idna, greenlet, fasteners, elementpath, dnspython, defusedxml, decorator, cmd2, click, charset-normalizer, certifi, cachetools, blinker, bcrypt, autopage, attrs, xmlschema, Werkzeug, testscenarios, testresources, stevedore, SQLAlchemy, Routes, requests, referencing, python-dateutil, oslo.i18n, os-service-types, Mako, jsonpatch, Jinja2, eventlet, debtcollector, cffi, amqp, oslo.utils, oslo.context, oslo.config, kombu, keystoneauth1, jsonschema-specifications, futurist, Flask, dogpile.cache, cryptography, cliff, alembic, python-cinderclient, pyopenssl, oslo.serialization, oslo.middleware, oslo.db, oslo.concurrency, openstacksdk, jsonschema, Flask-RESTful, python-keystoneclient, pysaml2, pycadf, osprofiler, oslo.policy, oslo.log, osc-lib, python-openstackclient, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.cache, oslo.messaging, keystonemiddleware, keystone [neutron] Successfully installed Jinja2-3.1.5 Mako-1.3.9 MarkupSafe-3.0.2 Paste-3.10.1 PasteDeploy-3.1.0 PrettyTable-3.14.0 PyJWT-2.10.1 PyYAML-6.0.2 Routes-2.5.1 SQLAlchemy-2.0.38 WebOb-1.8.9 Yappi-1.6.10 alembic-1.14.1 amqp-5.3.1 attrs-25.1.0 autopage-0.5.2 bcrypt-4.0.1 cachetools-5.5.2 certifi-2026.2.25 cffi-1.17.1 charset-normalizer-3.4.1 cliff-4.9.1 cmd2-2.5.11 cryptography-43.0.3 debtcollector-3.0.0 decorator-5.1.1 dnspython-2.7.0 dogpile.cache-1.3.4 eventlet-0.39.0 fasteners-0.19 fixtures-4.2.4.post1 futurist-3.1.0 greenlet-3.1.1 httplib2-0.22.0 idna-3.10 iso8601-2.1.0 jmespath-1.0.1 jsonpatch-1.33 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 keystoneauth1-5.10.0 keystonemiddleware-10.9.0 kombu-5.4.2 logutils-0.3.5 lxml-5.3.1 msgpack-1.1.0 ncclient-0.6.16 netaddr-1.3.0 neutron-0.0.0 neutron-lib-3.18.2 openstacksdk-4.4.0 os-client-config-2.1.0 os-ken-3.0.1 os-resource-classes-1.1.0 os-service-types-1.7.0 os-traits-3.3.0 os-vif-4.1.0 osc-lib-3.2.0 oslo.cache-3.10.2 oslo.concurrency-7.1.0 oslo.config-9.7.1 oslo.context-5.7.1 oslo.db-17.2.1 oslo.i18n-6.5.1 oslo.log-7.1.0 oslo.messaging-16.1.0 oslo.metrics-0.11.0 oslo.middleware-6.3.1 oslo.policy-4.5.1 oslo.privsep-3.6.0 oslo.reports-3.5.1 oslo.rootwrap-7.5.1 oslo.serialization-5.7.0 oslo.service-4.1.1 oslo.upgradecheck-2.5.0 oslo.utils-8.2.0 oslo.versionedobjects-3.6.0 osprofiler-4.2.0 ovs-3.5.0 ovsdbapp-2.11.0 packaging-24.2 paramiko-3.5.1 pbr-6.1.1 pecan-1.5.1 platformdirs-4.3.6 prometheus-client-0.21.1 psutil-7.0.0 pyOpenSSL-24.2.1 pycadf-4.0.1 pycparser-2.22 pymysql-1.1.1 pynacl-1.5.0 pyparsing-3.2.1 pyperclip-1.9.0 pyroute2-0.8.1 python-cinderclient-9.7.0 python-dateutil-2.9.0.post0 python-designateclient-6.2.0 python-keystoneclient-5.6.0 python-memcached-1.62 python-neutronclient-11.4.0 python-novaclient-18.9.0 python-openstackclient-7.5.0 referencing-0.36.2 repoze.lru-0.7 requests-2.32.3 requestsexceptions-1.4.0 rfc3986-2.0.0 rpds-py-0.23.1 setproctitle-1.3.4 six-1.17.0 sortedcontainers-2.4.0 statsd-4.0.1 stevedore-5.4.1 tenacity-9.0.0 testresources-2.0.1 testscenarios-0.5.0 testtools-2.7.2 tooz-6.3.0 typing-extensions-4.12.2 tzdata-2025.1 urllib3-1.26.20 vine-5.1.0 voluptuous-0.15.2 wcwidth-0.2.13 wrapt-1.17.2 [neutron] 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 [placement] Successfully installed Jinja2-3.1.5 Mako-1.3.9 MarkupSafe-3.0.2 PrettyTable-3.14.0 PyJWT-2.10.1 PyYAML-6.0.2 Routes-2.5.1 SQLAlchemy-2.0.38 WebOb-1.8.9 alembic-1.14.1 attrs-25.1.0 autopage-0.5.2 bcrypt-4.0.1 certifi-2026.2.25 cffi-1.17.1 charset-normalizer-3.4.1 cliff-4.9.1 cmd2-2.5.11 cryptography-43.0.3 debtcollector-3.0.0 decorator-5.1.1 dogpile.cache-1.3.4 fasteners-0.19 greenlet-3.1.1 idna-3.10 iso8601-2.1.0 jmespath-1.0.1 jsonpatch-1.33 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 keystoneauth1-5.10.0 keystonemiddleware-10.9.0 microversion-parse-2.0.0 msgpack-1.1.0 netaddr-1.3.0 openstack-placement-0.0.0 openstacksdk-4.4.0 os-resource-classes-1.1.0 os-service-types-1.7.0 os-traits-3.3.0 osc-lib-3.2.0 oslo.cache-3.10.2 oslo.concurrency-7.1.0 oslo.config-9.7.1 oslo.context-5.7.1 oslo.db-17.2.1 oslo.i18n-6.5.1 oslo.log-7.1.0 oslo.middleware-6.3.1 oslo.policy-4.5.1 oslo.serialization-5.7.0 oslo.upgradecheck-2.5.0 oslo.utils-8.2.0 packaging-24.2 pbr-6.1.1 platformdirs-4.3.6 psutil-7.0.0 pycadf-4.0.1 pycparser-2.22 pymysql-1.1.1 pyparsing-3.2.1 pyperclip-1.9.0 python-cinderclient-9.7.0 python-dateutil-2.9.0.post0 python-keystoneclient-5.6.0 python-memcached-1.62 python-openstackclient-7.5.0 referencing-0.36.2 repoze.lru-0.7 requests-2.32.3 requestsexceptions-1.4.0 rfc3986-2.0.0 rpds-py-0.23.1 six-1.17.0 statsd-4.0.1 stevedore-5.4.1 testresources-2.0.1 testscenarios-0.5.0 testtools-2.7.2 typing-extensions-4.12.2 tzdata-2025.1 urllib3-1.26.20 uwsgi-2.0.31 wcwidth-0.2.13 wrapt-1.17.2 [placement] 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 [glance] [2/2] STEP 4/10: COPY --from=builder /etc/glance /etc/glance [glance] [2/2] STEP 5/10: RUN mkdir -p /var/lib/glance/images && (useradd -m -d /var/lib/glance -s /bin/bash glance || true) && chown -R glance:glance /var/lib/glance [neutron] cp: cannot stat '/tmp/neutron/etc/neutron/api-paste.ini': No such file or directory [glance] useradd: warning: the home directory /var/lib/glance already exists. [glance] useradd: Not copying any file from skel directory into it. [neutron] [2/2] STEP 1/14: FROM localhost/hotstack-os-base:latest [neutron] [2/2] STEP 2/14: ARG OPENSTACK_BRANCH=stable/2025.1 [neutron] [2/2] STEP 3/14: ARG SERVICE_TYPE=server [neutron] [2/2] STEP 4/14: ARG APT_PROXY="" [neutron] [2/2] STEP 5/14: RUN if [ -n "$APT_PROXY" ]; then echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/01proxy; fi [glance] [2/2] STEP 6/10: COPY --chmod=755 scripts/glance-entrypoint.sh /usr/local/bin/entrypoint.sh [placement] [2/2] STEP 1/9: FROM localhost/hotstack-os-base:latest [placement] [2/2] STEP 2/9: ARG OPENSTACK_BRANCH=stable/2025.1 [placement] [2/2] STEP 3/9: COPY --from=builder /usr/local /usr/local [glance] [2/2] STEP 7/10: EXPOSE 9292 [glance] [2/2] STEP 8/10: USER glance [glance] [2/2] STEP 9/10: WORKDIR /var/lib/glance [glance] [2/2] STEP 10/10: ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] [neutron] [2/2] STEP 6/14: RUN apt-get update && apt-get install -y --no-install-recommends openvswitch-common ovn-common haproxy netcat-openbsd && rm -rf /var/lib/apt/lists/* [glance] [2/2] COMMIT localhost/hotstack-os-glance:latest [heat] Successfully installed Babel-2.17.0 Jinja2-3.1.5 Mako-1.3.9 MarkupSafe-3.0.2 Paste-3.10.1 PasteDeploy-3.1.0 PrettyTable-3.14.0 PyJWT-2.10.1 PyYAML-6.0.2 Routes-2.5.1 SQLAlchemy-2.0.38 WebOb-1.8.9 Yappi-1.6.10 alembic-1.14.1 amqp-5.3.1 aodhclient-3.7.1 attrs-25.1.0 autopage-0.5.2 bcrypt-4.0.1 cachetools-5.5.2 certifi-2026.2.25 cffi-1.17.1 charset-normalizer-3.4.1 cliff-4.9.1 cmd2-2.5.11 croniter-6.0.0 cryptography-43.0.3 debtcollector-3.0.0 decorator-5.1.1 dnspython-2.7.0 docker-7.1.0 dogpile.cache-1.3.4 eventlet-0.39.0 fasteners-0.19 futurist-3.1.0 greenlet-3.1.1 idna-3.10 iso8601-2.1.0 jmespath-1.0.1 jsonpatch-1.33 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 keystoneauth1-5.10.0 keystonemiddleware-10.9.0 kombu-5.4.2 logutils-0.3.5 lxml-5.3.1 msgpack-1.1.0 ncclient-0.6.16 netaddr-1.3.0 networkx-3.4.2 neutron-lib-3.18.2 openstack-heat-0.0.0 openstacksdk-4.4.0 os-client-config-2.1.0 os-ken-3.0.1 os-service-types-1.7.0 os-traits-3.3.0 osc-lib-3.2.0 oslo.cache-3.10.2 oslo.concurrency-7.1.0 oslo.config-9.7.1 oslo.context-5.7.1 oslo.db-17.2.1 oslo.i18n-6.5.1 oslo.log-7.1.0 oslo.messaging-16.1.0 oslo.metrics-0.11.0 oslo.middleware-6.3.1 oslo.policy-4.5.1 oslo.reports-3.5.1 oslo.serialization-5.7.0 oslo.service-4.1.1 oslo.upgradecheck-2.5.0 oslo.utils-8.2.0 oslo.versionedobjects-3.6.0 osprofiler-4.2.0 ovs-3.5.0 packaging-24.2 paramiko-3.5.1 pbr-6.1.1 pecan-1.5.1 platformdirs-4.3.6 ply-3.11 prometheus-client-0.21.1 psutil-7.0.0 pyOpenSSL-24.2.1 pycadf-4.0.1 pycparser-2.22 pydot-3.0.4 pymysql-1.1.1 pynacl-1.5.0 pyparsing-3.2.1 pyperclip-1.9.0 python-barbicanclient-7.1.0 python-blazarclient-4.3.0 python-cinderclient-9.7.0 python-dateutil-2.9.0.post0 python-designateclient-6.2.0 python-glanceclient-4.8.0 python-heatclient-4.1.0 python-ironicclient-5.10.2 python-keystoneclient-5.6.0 python-magnumclient-4.8.1 python-manilaclient-5.4.0 python-memcached-1.62 python-mistralclient-5.4.0 python-monascaclient-2.8.0 python-neutronclient-11.4.0 python-novaclient-18.9.0 python-octaviaclient-3.10.0 python-openstackclient-7.5.0 python-swiftclient-4.7.0 python-troveclient-8.8.0 python-vitrageclient-5.2.0 python-zaqarclient-3.0.1 python-zunclient-5.2.1 pytz-2025.1 referencing-0.36.2 repoze.lru-0.7 requests-2.32.3 requestsexceptions-1.4.0 rfc3986-2.0.0 rpds-py-0.23.1 setproctitle-1.3.4 six-1.17.0 sortedcontainers-2.4.0 statsd-4.0.1 stevedore-5.4.1 tenacity-9.0.0 testresources-2.0.1 testscenarios-0.5.0 testtools-2.7.2 typing-extensions-4.12.2 tzdata-2025.1 urllib3-1.26.20 vine-5.1.0 warlock-2.0.1 wcwidth-0.2.13 websocket-client-1.8.0 wrapt-1.17.2 yaql-3.0.0 [heat] 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 [neutron] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [neutron] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [neutron] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [neutron] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB] [neutron] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B] [neutron] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [293 kB] [neutron] Fetched 9346 kB in 1s (8571 kB/s) [neutron] Reading package lists... [neutron] Reading package lists... [neutron] Building dependency tree... [neutron] Reading state information... [neutron] The following additional packages will be installed: [neutron] libevent-2.1-7 liblua5.3-0 libopentracing-c-wrapper0 libopentracing1 [neutron] libunbound8 libxdp1 [neutron] Suggested packages: [neutron] vim-haproxy haproxy-doc ethtool openvswitch-doc [cinder] Successfully installed Jinja2-3.1.5 Mako-1.3.9 MarkupSafe-3.0.2 Paste-3.10.1 PasteDeploy-3.1.0 PrettyTable-3.14.0 PyJWT-2.10.1 PyYAML-6.0.2 Routes-2.5.1 SQLAlchemy-2.0.38 WebOb-1.8.9 Yappi-1.6.10 alembic-1.14.1 amqp-5.3.1 attrs-25.1.0 automaton-3.2.0 autopage-0.5.2 bcrypt-4.0.1 boto3-1.36.26 botocore-1.36.26 cachetools-5.5.2 castellan-5.2.1 certifi-2026.2.25 cffi-1.17.1 charset-normalizer-3.4.1 cinder-0.0.0 cliff-4.9.1 cmd2-2.5.11 cryptography-43.0.3 cursive-0.2.3 debtcollector-3.0.0 decorator-5.1.1 distro-1.9.0 dnspython-2.7.0 dogpile.cache-1.3.4 eventlet-0.39.0 fasteners-0.19 futurist-3.1.0 google-api-core-2.24.1 google-api-python-client-2.161.0 google-auth-2.38.0 google-auth-httplib2-0.2.0 googleapis-common-protos-1.68.0 greenlet-3.1.1 httplib2-0.22.0 idna-3.10 iso8601-2.1.0 jmespath-1.0.1 jsonpatch-1.33 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 keystoneauth1-5.10.0 keystonemiddleware-10.9.0 kombu-5.4.2 lxml-5.3.1 msgpack-1.1.0 netaddr-1.3.0 networkx-3.4.2 openstacksdk-4.4.0 os-brick-6.11.0 os-service-types-1.7.0 os-win-5.9.0 osc-lib-3.2.0 oslo.cache-3.10.2 oslo.concurrency-7.1.0 oslo.config-9.7.1 oslo.context-5.7.1 oslo.db-17.2.1 oslo.i18n-6.5.1 oslo.log-7.1.0 oslo.messaging-16.1.0 oslo.metrics-0.11.0 oslo.middleware-6.3.1 oslo.policy-4.5.1 oslo.privsep-3.6.0 oslo.reports-3.5.1 oslo.rootwrap-7.5.1 oslo.serialization-5.7.0 oslo.service-4.1.1 oslo.upgradecheck-2.5.0 oslo.utils-8.2.0 oslo.versionedobjects-3.6.0 oslo.vmware-4.6.0 osprofiler-4.2.0 packaging-24.2 paramiko-3.5.1 pbr-6.1.1 platformdirs-4.3.6 prometheus-client-0.21.1 proto-plus-1.26.0 protobuf-5.29.3 psutil-7.0.0 pyOpenSSL-24.2.1 pyasn1-0.6.0 pyasn1-modules-0.4.1 pycadf-4.0.1 pycparser-2.22 pydot-3.0.4 pymysql-1.1.1 pynacl-1.5.0 pyparsing-3.2.1 pyperclip-1.9.0 python-barbicanclient-7.1.0 python-cinderclient-9.7.0 python-dateutil-2.9.0.post0 python-glanceclient-4.8.0 python-keystoneclient-5.6.0 python-memcached-1.62 python-novaclient-18.9.0 python-openstackclient-7.5.0 python-swiftclient-4.7.0 pyudev-0.24.3 referencing-0.36.2 repoze.lru-0.7 requests-2.32.3 requestsexceptions-1.4.0 rfc3986-2.0.0 rpds-py-0.23.1 rsa-4.9 rtslib-fb-2.1.76 s3transfer-0.11.2 six-1.17.0 statsd-4.0.1 stevedore-5.4.1 suds-community-1.2.0 tabulate-0.9.0 taskflow-5.12.0 tenacity-9.0.0 testresources-2.0.1 testscenarios-0.5.0 testtools-2.7.2 tooz-6.3.0 typing-extensions-4.12.2 tzdata-2025.1 uritemplate-4.1.1 urllib3-1.26.20 vine-5.1.0 voluptuous-0.15.2 warlock-2.0.1 wcwidth-0.2.13 wrapt-1.17.2 zstd-1.5.6.4 [cinder] 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 [neutron] The following NEW packages will be installed: [neutron] haproxy libevent-2.1-7 liblua5.3-0 libopentracing-c-wrapper0 libopentracing1 [neutron] libunbound8 libxdp1 netcat-openbsd openvswitch-common ovn-common [neutron] 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [neutron] Need to get 7304 kB of archives. [neutron] After this operation, 36.0 MB of additional disk space will be used. [neutron] Get:1 http://deb.debian.org/debian bookworm/main amd64 liblua5.3-0 amd64 5.3.6-2 [123 kB] [neutron] Get:2 http://deb.debian.org/debian bookworm/main amd64 libopentracing1 amd64 1.6.0-4 [53.4 kB] [neutron] Get:3 http://deb.debian.org/debian bookworm/main amd64 libopentracing-c-wrapper0 amd64 1.1.3-3+b1 [29.6 kB] [neutron] Get:4 http://deb.debian.org/debian bookworm/main amd64 haproxy amd64 2.6.12-1+deb12u3 [2043 kB] [neutron] Get:5 http://deb.debian.org/debian bookworm/main amd64 libevent-2.1-7 amd64 2.1.12-stable-8 [180 kB] [neutron] Get:6 http://deb.debian.org/debian bookworm/main amd64 libunbound8 amd64 1.17.1-2+deb12u4 [553 kB] [neutron] Get:7 http://deb.debian.org/debian bookworm/main amd64 libxdp1 amd64 1.3.1-1 [56.3 kB] [neutron] Get:8 http://deb.debian.org/debian bookworm/main amd64 netcat-openbsd amd64 1.219-1 [41.5 kB] [neutron] Get:9 http://deb.debian.org/debian bookworm/main amd64 openvswitch-common amd64 3.1.0-2+deb12u1 [1914 kB] [neutron] Get:10 http://deb.debian.org/debian bookworm/main amd64 ovn-common amd64 23.03.1-1~deb12u2 [2310 kB] [glance] Getting image source signatures [glance] Copying blob sha256:9eb9a78eeb101ab215acf43ffb2a709d5fca9ca2a22178564c7ee5cc30774c60 [glance] Copying blob sha256:fd2618dc42733f51a64f6ee6aa854a05a6f8fe02f7242c1249162bc73340d941 [glance] Copying blob sha256:e69a6fda84fbc9a3e42342f6521a641d2d670176f186ab781b3c0cac36d005e7 [neutron] debconf: delaying package configuration, since apt-utils is not installed [neutron] Fetched 7304 kB in 0s (71.5 MB/s) [neutron] Selecting previously unselected package liblua5.3-0:amd64. [neutron] (Reading database ... [neutron] (Reading database ... 5% [neutron] (Reading database ... 10% [neutron] (Reading database ... 15% [neutron] (Reading database ... 20% [neutron] (Reading database ... 25% [neutron] (Reading database ... 30% [neutron] (Reading database ... 35% [neutron] (Reading database ... 40% [neutron] (Reading database ... 45% [neutron] (Reading database ... 50% [neutron] (Reading database ... 55% [neutron] (Reading database ... 60% [neutron] (Reading database ... 65% [neutron] (Reading database ... 70% [neutron] (Reading database ... 75% [neutron] (Reading database ... 80% [neutron] (Reading database ... 85% [neutron] (Reading database ... 90% [neutron] (Reading database ... 95% [neutron] (Reading database ... 100% [neutron] (Reading database ... 12065 files and directories currently installed.) [neutron] Preparing to unpack .../0-liblua5.3-0_5.3.6-2_amd64.deb ... [neutron] Unpacking liblua5.3-0:amd64 (5.3.6-2) ... [neutron] Selecting previously unselected package libopentracing1:amd64. [neutron] Preparing to unpack .../1-libopentracing1_1.6.0-4_amd64.deb ... [neutron] Unpacking libopentracing1:amd64 (1.6.0-4) ... [neutron] Selecting previously unselected package libopentracing-c-wrapper0:amd64. [neutron] Preparing to unpack .../2-libopentracing-c-wrapper0_1.1.3-3+b1_amd64.deb ... [neutron] Unpacking libopentracing-c-wrapper0:amd64 (1.1.3-3+b1) ... [heat] [2/2] STEP 1/11: FROM localhost/hotstack-os-base:latest [neutron] Selecting previously unselected package haproxy. [neutron] Preparing to unpack .../3-haproxy_2.6.12-1+deb12u3_amd64.deb ... [placement] [2/2] STEP 4/9: RUN mkdir -p /etc/placement /var/log/placement && chown -R openstack:openstack /etc/placement /var/log/placement [neutron] Unpacking haproxy (2.6.12-1+deb12u3) ... [heat] [2/2] STEP 2/11: ARG OPENSTACK_BRANCH=stable/2025.1 [heat] [2/2] STEP 3/11: ARG SERVICE_TYPE=api [heat] [2/2] STEP 4/11: COPY --from=builder /usr/local /usr/local [neutron] Selecting previously unselected package libevent-2.1-7:amd64. [neutron] Preparing to unpack .../4-libevent-2.1-7_2.1.12-stable-8_amd64.deb ... [neutron] Unpacking libevent-2.1-7:amd64 (2.1.12-stable-8) ... [neutron] Selecting previously unselected package libunbound8:amd64. [neutron] Preparing to unpack .../5-libunbound8_1.17.1-2+deb12u4_amd64.deb ... [neutron] Unpacking libunbound8:amd64 (1.17.1-2+deb12u4) ... [neutron] Selecting previously unselected package libxdp1:amd64. [neutron] Preparing to unpack .../6-libxdp1_1.3.1-1_amd64.deb ... [neutron] Unpacking libxdp1:amd64 (1.3.1-1) ... [neutron] Selecting previously unselected package netcat-openbsd. [neutron] Preparing to unpack .../7-netcat-openbsd_1.219-1_amd64.deb ... [neutron] Unpacking netcat-openbsd (1.219-1) ... [neutron] Selecting previously unselected package openvswitch-common. [neutron] Preparing to unpack .../8-openvswitch-common_3.1.0-2+deb12u1_amd64.deb ... [neutron] Unpacking openvswitch-common (3.1.0-2+deb12u1) ... [neutron] Selecting previously unselected package ovn-common. [neutron] Preparing to unpack .../9-ovn-common_23.03.1-1~deb12u2_amd64.deb ... [cinder] [2/2] STEP 1/22: FROM localhost/hotstack-os-base:latest [neutron] Unpacking ovn-common (23.03.1-1~deb12u2) ... [placement] [2/2] STEP 5/9: COPY --chown=openstack:openstack configs/placement-uwsgi.ini /etc/placement/placement-uwsgi.ini [cinder] [2/2] STEP 2/22: ARG OPENSTACK_BRANCH=stable/2025.1 [cinder] [2/2] STEP 3/22: ARG SERVICE_TYPE=api [cinder] [2/2] STEP 4/22: ARG APT_PROXY="" [cinder] [2/2] STEP 5/22: RUN if [ -n "$APT_PROXY" ]; then echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/01proxy; fi [neutron] Setting up netcat-openbsd (1.219-1) ... [neutron] update-alternatives: using /bin/nc.openbsd to provide /bin/nc (nc) in auto mode [neutron] update-alternatives: warning: skip creation of /usr/share/man/man1/nc.1.gz because associated file /usr/share/man/man1/nc_openbsd.1.gz (of link group nc) doesn't exist [neutron] update-alternatives: warning: skip creation of /usr/share/man/man1/netcat.1.gz because associated file /usr/share/man/man1/nc_openbsd.1.gz (of link group nc) doesn't exist [neutron] Setting up libxdp1:amd64 (1.3.1-1) ... [neutron] Setting up libevent-2.1-7:amd64 (2.1.12-stable-8) ... [placement] [2/2] STEP 6/9: COPY --chmod=755 scripts/placement-wsgi.py /usr/local/bin/placement-wsgi.py [neutron] Setting up liblua5.3-0:amd64 (5.3.6-2) ... [neutron] Setting up libopentracing1:amd64 (1.6.0-4) ... [neutron] Setting up libopentracing-c-wrapper0:amd64 (1.1.3-3+b1) ... [neutron] Setting up libunbound8:amd64 (1.17.1-2+deb12u4) ... [placement] [2/2] STEP 7/9: COPY --chmod=755 scripts/placement-entrypoint.sh /usr/local/bin/entrypoint.sh [neutron] Setting up ovn-common (23.03.1-1~deb12u2) ... [neutron] Setting up openvswitch-common (3.1.0-2+deb12u1) ... [neutron] Setting up haproxy (2.6.12-1+deb12u3) ... [neutron] invoke-rc.d: could not determine current runlevel [neutron] invoke-rc.d: policy-rc.d denied execution of start. [cinder] [2/2] STEP 6/22: RUN apt-get update && apt-get install -y --no-install-recommends kmod && rm -rf /var/lib/apt/lists/* [placement] [2/2] STEP 8/9: EXPOSE 8778 [placement] [2/2] STEP 9/9: ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] [placement] [2/2] COMMIT localhost/hotstack-os-placement:latest [neutron] Processing triggers for libc-bin (2.36-9+deb12u13) ... [keystone] 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 [keystone] Successfully installed Flask-3.1.0 Flask-RESTful-0.3.10 Jinja2-3.1.5 Mako-1.3.9 MarkupSafe-3.0.2 Paste-3.10.1 PasteDeploy-3.1.0 PrettyTable-3.14.0 PyJWT-2.10.1 PyYAML-6.0.2 Routes-2.5.1 SQLAlchemy-2.0.38 WebOb-1.8.9 Werkzeug-3.1.3 Yappi-1.6.10 alembic-1.14.1 amqp-5.3.1 aniso8601-10.0.0 attrs-25.1.0 autopage-0.5.2 bcrypt-4.0.1 blinker-1.9.0 cachetools-5.5.2 certifi-2026.2.25 cffi-1.17.1 charset-normalizer-3.4.1 click-8.1.8 cliff-4.9.1 cmd2-2.5.11 cryptography-43.0.3 debtcollector-3.0.0 decorator-5.1.1 defusedxml-0.7.1 dnspython-2.7.0 dogpile.cache-1.3.4 elementpath-4.7.0 eventlet-0.39.0 fasteners-0.19 futurist-3.1.0 greenlet-3.1.1 idna-3.10 iso8601-2.1.0 itsdangerous-2.2.0 jmespath-1.0.1 jsonpatch-1.33 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 keystone-0.0.0 keystoneauth1-5.10.0 keystonemiddleware-10.9.0 kombu-5.4.2 msgpack-1.1.0 netaddr-1.3.0 oauthlib-3.2.2 openstacksdk-4.4.0 os-service-types-1.7.0 osc-lib-3.2.0 oslo.cache-3.10.2 oslo.concurrency-7.1.0 oslo.config-9.7.1 oslo.context-5.7.1 oslo.db-17.2.1 oslo.i18n-6.5.1 oslo.log-7.1.0 oslo.messaging-16.1.0 oslo.metrics-0.11.0 oslo.middleware-6.3.1 oslo.policy-4.5.1 oslo.serialization-5.7.0 oslo.service-4.1.1 oslo.upgradecheck-2.5.0 oslo.utils-8.2.0 osprofiler-4.2.0 packaging-24.2 pbr-6.1.1 platformdirs-4.3.6 prometheus-client-0.21.1 psutil-7.0.0 pycadf-4.0.1 pycparser-2.22 pymysql-1.1.1 pyopenssl-24.2.1 pyparsing-3.2.1 pyperclip-1.9.0 pysaml2-7.5.2 python-cinderclient-9.7.0 python-dateutil-2.9.0.post0 python-keystoneclient-5.6.0 python-memcached-1.62 python-openstackclient-7.5.0 pytz-2025.1 referencing-0.36.2 repoze.lru-0.7 requests-2.32.3 requestsexceptions-1.4.0 rfc3986-2.0.0 rpds-py-0.23.1 scrypt-0.8.27 six-1.17.0 statsd-4.0.1 stevedore-5.4.1 testresources-2.0.1 testscenarios-0.5.0 testtools-2.7.2 typing-extensions-4.12.2 tzdata-2025.1 urllib3-1.26.20 uwsgi-2.0.31 vine-5.1.0 wcwidth-0.2.13 wrapt-1.17.2 xmlschema-2.5.1 [cinder] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [cinder] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [cinder] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [cinder] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB] [cinder] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B] [cinder] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [293 kB] [cinder] Fetched 9346 kB in 1s (9065 kB/s) [cinder] Reading package lists... [cinder] Reading package lists... [placement] Getting image source signatures [placement] Copying blob sha256:9eb9a78eeb101ab215acf43ffb2a709d5fca9ca2a22178564c7ee5cc30774c60 [neutron] [2/2] STEP 7/14: COPY --from=builder /usr/local /usr/local [keystone] [2/2] STEP 1/10: FROM localhost/hotstack-os-base:latest [placement] Copying blob sha256:fd2618dc42733f51a64f6ee6aa854a05a6f8fe02f7242c1249162bc73340d941 [placement] Copying blob sha256:1ce390d32bdacce279c31e2f8597624d14f2f01327cd1dad7539f5d346cc43c2 [keystone] [2/2] STEP 2/10: ARG OPENSTACK_BRANCH=stable/2025.1 [keystone] [2/2] STEP 3/10: COPY --from=builder /usr/local /usr/local [glance] Copying config sha256:44aeb57c881b88dc0f992a832f36a7f53bebc4cffedd84dbc0a344c41c1fabde [cinder] Building dependency tree... [cinder] Reading state information... [glance] Writing manifest to image destination [cinder] The following additional packages will be installed: [cinder] libkmod2 [cinder] The following NEW packages will be installed: [cinder] kmod libkmod2 [cinder] 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [cinder] Need to get 153 kB of archives. [cinder] After this operation, 401 kB of additional disk space will be used. [cinder] Get:1 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] [cinder] Get:2 http://deb.debian.org/debian bookworm/main amd64 kmod amd64 30+20221128-1 [95.2 kB] [cinder] debconf: delaying package configuration, since apt-utils is not installed [cinder] Fetched 153 kB in 0s (14.7 MB/s) [glance] --> 44aeb57c881b [glance] [Warning] one or more build args were not consumed: [APT_PROXY] [glance] Successfully tagged localhost/hotstack-os-glance:latest [cinder] Selecting previously unselected package libkmod2:amd64. [cinder] (Reading database ... [cinder] (Reading database ... 5% [cinder] (Reading database ... 10% [cinder] (Reading database ... 15% [cinder] (Reading database ... 20% [cinder] (Reading database ... 25% [cinder] (Reading database ... 30% [cinder] (Reading database ... 35% [cinder] (Reading database ... 40% [cinder] (Reading database ... 45% [cinder] (Reading database ... 50% [cinder] (Reading database ... 55% [cinder] (Reading database ... 60% [cinder] (Reading database ... 65% [cinder] (Reading database ... 70% [cinder] (Reading database ... 75% [cinder] (Reading database ... 80% [cinder] (Reading database ... 85% [cinder] (Reading database ... 90% [cinder] (Reading database ... 95% [cinder] (Reading database ... 100% [cinder] (Reading database ... 12065 files and directories currently installed.) [cinder] Preparing to unpack .../libkmod2_30+20221128-1_amd64.deb ... [cinder] Unpacking libkmod2:amd64 (30+20221128-1) ... [cinder] Selecting previously unselected package kmod. [cinder] Preparing to unpack .../kmod_30+20221128-1_amd64.deb ... [cinder] Unpacking kmod (30+20221128-1) ... [cinder] Setting up libkmod2:amd64 (30+20221128-1) ... [cinder] Setting up kmod (30+20221128-1) ... [cinder] Processing triggers for libc-bin (2.36-9+deb12u13) ... [cinder] [2/2] STEP 7/22: COPY --from=builder /usr/local /usr/local [nova] Successfully installed Jinja2-3.1.5 Mako-1.3.9 MarkupSafe-3.0.2 Paste-3.10.1 PasteDeploy-3.1.0 PrettyTable-3.14.0 PyJWT-2.10.1 PyYAML-6.0.2 Routes-2.5.1 SQLAlchemy-2.0.38 WebOb-1.8.9 Yappi-1.6.10 alembic-1.14.1 amqp-5.3.1 async-timeout-5.0.1 attrs-25.1.0 autopage-0.5.2 bcrypt-4.0.1 cachetools-5.5.2 castellan-5.2.1 certifi-2026.2.25 cffi-1.17.1 charset-normalizer-3.4.1 cliff-4.9.1 cmd2-2.5.11 cryptography-43.0.3 cursive-0.2.3 debtcollector-3.0.0 decorator-5.1.1 dnspython-2.7.0 dogpile.cache-1.3.4 eventlet-0.39.0 fasteners-0.19 fixtures-4.2.4.post1 futurist-3.1.0 greenlet-3.1.1 idna-3.10 iso8601-2.1.0 jmespath-1.0.1 jsonpatch-1.33 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 jwcrypto-1.5.6 keystoneauth1-5.10.0 keystonemiddleware-10.9.0 kombu-5.4.2 libvirt-python-11.0.0 lxml-5.3.1 microversion-parse-2.0.0 msgpack-1.1.0 netaddr-1.3.0 nova-0.0.0 numpy-2.2.3 openstacksdk-4.4.0 os-brick-6.11.0 os-client-config-2.1.0 os-resource-classes-1.1.0 os-service-types-1.7.0 os-traits-3.3.0 os-vif-4.1.0 os-win-5.9.0 osc-lib-3.2.0 oslo.cache-3.10.2 oslo.concurrency-7.1.0 oslo.config-9.7.1 oslo.context-5.7.1 oslo.db-17.2.1 oslo.i18n-6.5.1 oslo.limit-2.6.1 oslo.log-7.1.0 oslo.messaging-16.1.0 oslo.metrics-0.11.0 oslo.middleware-6.3.1 oslo.policy-4.5.1 oslo.privsep-3.6.0 oslo.reports-3.5.1 oslo.rootwrap-7.5.1 oslo.serialization-5.7.0 oslo.service-4.1.1 oslo.upgradecheck-2.5.0 oslo.utils-8.2.0 oslo.versionedobjects-3.6.0 ovs-3.5.0 ovsdbapp-2.11.0 packaging-24.2 paramiko-3.5.1 pbr-6.1.1 platformdirs-4.3.6 prometheus-client-0.21.1 psutil-7.0.0 pyOpenSSL-24.2.1 pycadf-4.0.1 pycparser-2.22 pymysql-1.1.1 pynacl-1.5.0 pyparsing-3.2.1 pyperclip-1.9.0 pyroute2-0.8.1 python-barbicanclient-7.1.0 python-cinderclient-9.7.0 python-dateutil-2.9.0.post0 python-glanceclient-4.8.0 python-keystoneclient-5.6.0 python-memcached-1.62 python-neutronclient-11.4.0 python-openstackclient-7.5.0 redis-5.2.1 referencing-0.36.2 repoze.lru-0.7 requests-2.32.3 requestsexceptions-1.4.0 retrying-1.3.4 rfc3986-2.0.0 rpds-py-0.23.1 six-1.17.0 sortedcontainers-2.4.0 statsd-4.0.1 stevedore-5.4.1 tenacity-9.0.0 testresources-2.0.1 testscenarios-0.5.0 testtools-2.7.2 tooz-6.3.0 typing-extensions-4.12.2 tzdata-2025.1 urllib3-1.26.20 vine-5.1.0 voluptuous-0.15.2 warlock-2.0.1 wcwidth-0.2.13 websockify-0.12.0 wrapt-1.17.2 [nova] 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 [glance] 44aeb57c881b88dc0f992a832f36a7f53bebc4cffedd84dbc0a344c41c1fabde [4/10] glance [DONE] [nova] [2/2] STEP 1/27: FROM localhost/hotstack-os-base:latest [nova] [2/2] STEP 2/27: ARG OPENSTACK_BRANCH=stable/2025.1 [nova] [2/2] STEP 3/27: ARG SERVICE_TYPE=api [nova] [2/2] STEP 4/27: ARG APT_PROXY="" [nova] [2/2] STEP 5/27: ARG KVM_GID=36 [nova] [2/2] STEP 6/27: RUN if [ -n "$APT_PROXY" ]; then echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/01proxy; fi [placement] Copying config sha256:90f18738373f5a094f2ec25817fe8b06226b50e26d8ab81f08fdd4e576b06f4a [placement] Writing manifest to image destination [placement] --> 90f18738373f [placement] [Warning] one or more build args were not consumed: [APT_PROXY] [placement] Successfully tagged localhost/hotstack-os-placement:latest [nova] [2/2] STEP 7/27: RUN apt-get update && apt-get install -y --no-install-recommends libvirt-clients genisoimage sysfsutils novnc && rm -rf /var/lib/apt/lists/* [placement] 90f18738373f5a094f2ec25817fe8b06226b50e26d8ab81f08fdd4e576b06f4a [5/10] placement [DONE] [nova] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [nova] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [nova] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [nova] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB] [nova] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B] [nova] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [293 kB] [nova] Fetched 9346 kB in 1s (9141 kB/s) [nova] Reading package lists... [nova] Reading package lists... [nova] Building dependency tree... [nova] Reading state information... [nova] The following additional packages will be installed: [nova] docutils-common ieee-data libapparmor1 libblas3 libc-ares2 libcurl3-gnutls [nova] libdeflate0 libfreetype6 libfribidi0 libgfortran5 libgomp1 libgraphite2-3 [nova] libharfbuzz0b libicu72 libimagequant0 libjbig0 libjpeg62-turbo liblapack3 [nova] liblcms2-2 liblerc4 libmagic-mgc libmagic1 libnl-3-200 libnode108 [nova] libopenjp2-7 libpng16-16 libquadmath0 libraqm0 libssh-4 libsysfs2 libtiff6 [nova] libuv1 libvirt0 libwebp7 libwebpdemux2 libwebpmux3 libxau6 libxcb1 libxdmcp6 [nova] libxml2 libyajl2 libyaml-0-2 mailcap mime-support net-tools node-acorn [nova] node-busboy node-cjs-module-lexer node-undici node-xtend nodejs pci.ids [nova] python3-certifi python3-cffi-backend python3-chardet [nova] python3-charset-normalizer python3-cryptography python3-dateutil [nova] python3-debtcollector python3-deprecated python3-docutils python3-idna [nova] python3-importlib-metadata python3-iso8601 python3-jwcrypto [nova] python3-more-itertools python3-msgpack python3-netaddr python3-netifaces [nova] python3-novnc python3-numpy python3-oslo.config python3-oslo.context [nova] python3-oslo.i18n python3-oslo.log python3-oslo.serialization [nova] python3-oslo.utils python3-packaging python3-pbr python3-pil [nova] python3-pyinotify python3-pyparsing python3-requests python3-rfc3986 [nova] python3-roman python3-six python3-stevedore python3-tz python3-urllib3 [nova] python3-websockify python3-wrapt python3-yaml python3-zipp sgml-base [nova] websockify xml-core [nova] Suggested packages: [nova] wodim cdrkit-doc liblcms2-utils file libvirt-clients-qemu libvirt-daemon [nova] libvirt-login-shell npm python-nova python-cryptography-doc [nova] python3-cryptography-vectors python-debtcollector-doc docutils-doc [nova] fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french [nova] texlive-latex-base texlive-latex-recommended ipython3 python-netaddr-docs [nova] python3-nova gcc gfortran python3-dev python3-pytest python-oslo.log-doc [nova] python-pil-doc python-pyinotify-doc python-pyparsing-doc python3-openssl [nova] python3-socks python-requests-doc python3-brotli sgml-base-doc debhelper [nova] Recommended packages: [nova] libvirt-l10n bzip2 file xz-utils nodejs-doc libpaper-utils python3-pygments [nova] python3-olefile [nova] The following NEW packages will be installed: [nova] docutils-common genisoimage ieee-data libapparmor1 libblas3 libc-ares2 [nova] libcurl3-gnutls libdeflate0 libfreetype6 libfribidi0 libgfortran5 libgomp1 [nova] libgraphite2-3 libharfbuzz0b libicu72 libimagequant0 libjbig0 [nova] libjpeg62-turbo liblapack3 liblcms2-2 liblerc4 libmagic-mgc libmagic1 [nova] libnl-3-200 libnode108 libopenjp2-7 libpng16-16 libquadmath0 libraqm0 [nova] libssh-4 libsysfs2 libtiff6 libuv1 libvirt-clients libvirt0 libwebp7 [nova] libwebpdemux2 libwebpmux3 libxau6 libxcb1 libxdmcp6 libxml2 libyajl2 [nova] libyaml-0-2 mailcap mime-support net-tools node-acorn node-busboy [nova] node-cjs-module-lexer node-undici node-xtend nodejs novnc pci.ids [nova] python3-certifi python3-cffi-backend python3-chardet [nova] python3-charset-normalizer python3-cryptography python3-dateutil [nova] python3-debtcollector python3-deprecated python3-docutils python3-idna [nova] python3-importlib-metadata python3-iso8601 python3-jwcrypto [nova] python3-more-itertools python3-msgpack python3-netaddr python3-netifaces [nova] python3-novnc python3-numpy python3-oslo.config python3-oslo.context [nova] python3-oslo.i18n python3-oslo.log python3-oslo.serialization [nova] python3-oslo.utils python3-packaging python3-pbr python3-pil [nova] python3-pyinotify python3-pyparsing python3-requests python3-rfc3986 [nova] python3-roman python3-six python3-stevedore python3-tz python3-urllib3 [nova] python3-websockify python3-wrapt python3-yaml python3-zipp sgml-base [nova] sysfsutils websockify xml-core [nova] 0 upgraded, 100 newly installed, 0 to remove and 0 not upgraded. [nova] Need to get 45.1 MB of archives. [nova] After this operation, 195 MB of additional disk space will be used. [nova] Get:1 http://deb.debian.org/debian bookworm/main amd64 sgml-base all 1.31 [15.4 kB] [nova] Get:2 http://deb.debian.org/debian bookworm/main amd64 libsysfs2 amd64 2.1.1-4 [22.1 kB] [nova] Get:3 http://deb.debian.org/debian bookworm/main amd64 pci.ids all 0.0~2023.04.11-1 [243 kB] [nova] Get:4 http://deb.debian.org/debian bookworm/main amd64 sysfsutils amd64 2.1.1-4 [21.6 kB] [nova] Get:5 http://deb.debian.org/debian bookworm/main amd64 mailcap all 3.70+nmu1 [32.0 kB] [nova] Get:6 http://deb.debian.org/debian bookworm/main amd64 mime-support all 3.66 [10.9 kB] [nova] Get:7 http://deb.debian.org/debian bookworm/main amd64 xml-core all 0.18+nmu1 [23.8 kB] [nova] Get:8 http://deb.debian.org/debian bookworm/main amd64 docutils-common all 0.19+dfsg-6 [127 kB] [nova] Get:9 http://deb.debian.org/debian bookworm/main amd64 libmagic-mgc amd64 1:5.44-3 [305 kB] [nova] Get:10 http://deb.debian.org/debian bookworm/main amd64 libmagic1 amd64 1:5.44-3 [104 kB] [nova] Get:11 http://deb.debian.org/debian bookworm/main amd64 genisoimage amd64 9:1.1.11-3.4 [352 kB] [nova] Get:12 http://deb.debian.org/debian bookworm/main amd64 ieee-data all 20220827.1 [2029 kB] [nova] Get:13 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] [nova] Get:14 http://deb.debian.org/debian bookworm/main amd64 libblas3 amd64 3.11.0-2 [149 kB] [nova] Get:15 http://deb.debian.org/debian bookworm/main amd64 libc-ares2 amd64 1.18.1-3 [102 kB] [nova] Get:16 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u14 [386 kB] [nova] Get:17 http://deb.debian.org/debian bookworm/main amd64 libdeflate0 amd64 1.14-1 [61.4 kB] [nova] Get:18 http://deb.debian.org/debian-security bookworm-security/main amd64 libpng16-16 amd64 1.6.39-2+deb12u3 [276 kB] [nova] Get:19 http://deb.debian.org/debian bookworm/main amd64 libfreetype6 amd64 2.12.1+dfsg-5+deb12u4 [398 kB] [nova] Get:20 http://deb.debian.org/debian bookworm/main amd64 libfribidi0 amd64 1.0.8-2.1 [65.0 kB] [nova] Get:21 http://deb.debian.org/debian bookworm/main amd64 libquadmath0 amd64 12.2.0-14+deb12u1 [145 kB] [nova] Get:22 http://deb.debian.org/debian bookworm/main amd64 libgfortran5 amd64 12.2.0-14+deb12u1 [793 kB] [nova] Get:23 http://deb.debian.org/debian bookworm/main amd64 libgomp1 amd64 12.2.0-14+deb12u1 [116 kB] [nova] Get:24 http://deb.debian.org/debian bookworm/main amd64 libgraphite2-3 amd64 1.3.14-1 [81.2 kB] [nova] Get:25 http://deb.debian.org/debian bookworm/main amd64 libharfbuzz0b amd64 6.0.0+dfsg-3 [1945 kB] [nova] Get:26 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3+deb12u1 [9376 kB] [neutron] [2/2] STEP 8/14: COPY --from=builder /etc/neutron /etc/neutron [nova] Get:27 http://deb.debian.org/debian bookworm/main amd64 libimagequant0 amd64 2.17.0-1 [32.5 kB] [nova] Get:28 http://deb.debian.org/debian bookworm/main amd64 libjbig0 amd64 2.1-6.1 [31.7 kB] [nova] Get:29 http://deb.debian.org/debian bookworm/main amd64 libjpeg62-turbo amd64 1:2.1.5-2 [166 kB] [nova] Get:30 http://deb.debian.org/debian bookworm/main amd64 liblapack3 amd64 3.11.0-2 [2323 kB] [nova] Get:31 http://deb.debian.org/debian bookworm/main amd64 liblcms2-2 amd64 2.14-2 [154 kB] [nova] Get:32 http://deb.debian.org/debian bookworm/main amd64 liblerc4 amd64 4.0.0+ds-2 [170 kB] [nova] Get:33 http://deb.debian.org/debian bookworm/main amd64 libnl-3-200 amd64 3.7.0-0.2+b1 [63.1 kB] [nova] Get:34 http://deb.debian.org/debian bookworm/main amd64 libuv1 amd64 1.44.2-1+deb12u1 [136 kB] [nova] Get:35 http://deb.debian.org/debian bookworm/main amd64 node-xtend all 4.0.2-3 [3932 B] [nova] Get:36 http://deb.debian.org/debian bookworm/main amd64 nodejs amd64 18.20.4+dfsg-1~deb12u1 [319 kB] [nova] Get:37 http://deb.debian.org/debian bookworm/main amd64 node-acorn all 8.8.1+ds+~cs25.17.7-2 [128 kB] [nova] Get:38 http://deb.debian.org/debian bookworm/main amd64 node-cjs-module-lexer all 1.2.2+dfsg-5 [30.1 kB] [nova] Get:39 http://deb.debian.org/debian bookworm/main amd64 node-busboy all 1.6.0+~cs2.6.0-2 [16.9 kB] [nova] Get:40 http://deb.debian.org/debian bookworm/main amd64 node-undici all 5.15.0+dfsg1+~cs20.10.9.3-1+deb12u4 [285 kB] [nova] Get:41 http://deb.debian.org/debian bookworm/main amd64 libnode108 amd64 18.20.4+dfsg-1~deb12u1 [10.6 MB] [neutron] [2/2] STEP 9/14: RUN mkdir -p /var/lib/neutron /run/neutron && (useradd -m -d /var/lib/neutron -s /bin/bash neutron || true) && chown -R neutron:neutron /var/lib/neutron /run/neutron [nova] Get:42 http://deb.debian.org/debian bookworm/main amd64 libopenjp2-7 amd64 2.5.0-2+deb12u2 [189 kB] [nova] Get:43 http://deb.debian.org/debian bookworm/main amd64 libraqm0 amd64 0.7.0-4.1 [10.6 kB] [nova] Get:44 http://deb.debian.org/debian bookworm/main amd64 libssh-4 amd64 0.10.6-0+deb12u2 [189 kB] [nova] Get:45 http://deb.debian.org/debian bookworm/main amd64 libwebp7 amd64 1.2.4-0.2+deb12u1 [286 kB] [nova] Get:46 http://deb.debian.org/debian bookworm/main amd64 libtiff6 amd64 4.5.0-6+deb12u3 [316 kB] [nova] Get:47 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u5 [688 kB] [nova] Get:48 http://deb.debian.org/debian bookworm/main amd64 libyajl2 amd64 2.1.0-3+deb12u2 [23.0 kB] [nova] Get:49 http://deb.debian.org/debian bookworm/main amd64 libvirt0 amd64 9.0.0-4+deb12u2 [1669 kB] [nova] Get:50 http://deb.debian.org/debian bookworm/main amd64 libvirt-clients amd64 9.0.0-4+deb12u2 [493 kB] [nova] Get:51 http://deb.debian.org/debian bookworm/main amd64 libwebpdemux2 amd64 1.2.4-0.2+deb12u1 [99.4 kB] [nova] Get:52 http://deb.debian.org/debian bookworm/main amd64 libwebpmux3 amd64 1.2.4-0.2+deb12u1 [109 kB] [nova] Get:53 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] [nova] Get:54 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] [nova] Get:55 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB] [nova] Get:56 http://deb.debian.org/debian bookworm/main amd64 libyaml-0-2 amd64 0.2.5-1 [53.6 kB] [nova] Get:57 http://deb.debian.org/debian bookworm/main amd64 net-tools amd64 2.10-0.1+deb12u2 [243 kB] [nova] Get:58 http://deb.debian.org/debian bookworm/main amd64 python3-six all 1.16.0-4 [17.5 kB] [nova] Get:59 http://deb.debian.org/debian bookworm/main amd64 python3-pbr all 5.10.0-2 [61.4 kB] [nova] Get:60 http://deb.debian.org/debian bookworm/main amd64 python3-wrapt amd64 1.14.1-2+b2 [42.1 kB] [nova] Get:61 http://deb.debian.org/debian bookworm/main amd64 python3-more-itertools all 8.10.0-2 [53.0 kB] [nova] Get:62 http://deb.debian.org/debian bookworm/main amd64 python3-zipp all 1.0.0-6+deb12u1 [7428 B] [nova] Get:63 http://deb.debian.org/debian bookworm/main amd64 python3-importlib-metadata all 4.12.0-1 [24.9 kB] [nova] Get:64 http://deb.debian.org/debian bookworm/main amd64 python3-debtcollector all 2.5.0-2 [13.9 kB] [nova] Get:65 http://deb.debian.org/debian bookworm/main amd64 python3-roman all 3.3-3 [9880 B] [nova] Get:66 http://deb.debian.org/debian bookworm/main amd64 python3-docutils all 0.19+dfsg-6 [382 kB] [nova] Get:67 http://deb.debian.org/debian bookworm/main amd64 python3-netaddr all 0.8.0-2 [295 kB] [nova] Get:68 http://deb.debian.org/debian bookworm/main amd64 python3-oslo.i18n all 5.1.0-3 [18.9 kB] [nova] Get:69 http://deb.debian.org/debian bookworm/main amd64 python3-dateutil all 2.8.2-2 [78.3 kB] [nova] Get:70 http://deb.debian.org/debian bookworm/main amd64 python3-oslo.context all 5.0.0-2 [14.3 kB] [neutron] useradd: warning: the home directory /var/lib/neutron already exists. [neutron] useradd: Not copying any file from skel directory into it. [nova] Get:71 http://deb.debian.org/debian bookworm/main amd64 python3-msgpack amd64 1.0.3-2+b1 [67.3 kB] [nova] Get:72 http://deb.debian.org/debian bookworm/main amd64 python3-iso8601 all 1.0.2-1 [15.7 kB] [nova] Get:73 http://deb.debian.org/debian bookworm/main amd64 python3-netifaces amd64 0.11.0-2+b1 [16.9 kB] [nova] Get:74 http://deb.debian.org/debian bookworm/main amd64 python3-packaging all 23.0-1 [32.5 kB] [nova] Get:75 http://deb.debian.org/debian bookworm/main amd64 python3-pyparsing all 3.0.9-1 [138 kB] [nova] Get:76 http://deb.debian.org/debian bookworm/main amd64 python3-tz all 2022.7.1-4 [30.1 kB] [nova] Get:77 http://deb.debian.org/debian bookworm/main amd64 python3-oslo.utils all 6.0.1-2 [60.3 kB] [nova] Get:78 http://deb.debian.org/debian bookworm/main amd64 python3-yaml amd64 6.0-3+b2 [119 kB] [nova] Get:79 http://deb.debian.org/debian bookworm/main amd64 python3-oslo.serialization all 5.0.0-2 [15.9 kB] [neutron] [2/2] STEP 10/14: COPY --chmod=755 scripts/neutron-server-entrypoint.sh /usr/local/bin/neutron-server-entrypoint.sh [nova] Get:80 http://deb.debian.org/debian bookworm/main amd64 python3-pyinotify all 0.9.6-2 [27.4 kB] [nova] Get:81 http://deb.debian.org/debian bookworm/main amd64 python3-oslo.log all 5.0.1-1 [43.6 kB] [nova] Get:82 http://deb.debian.org/debian bookworm/main amd64 python3-certifi all 2022.9.24-1 [153 kB] [nova] Get:83 http://deb.debian.org/debian bookworm/main amd64 python3-charset-normalizer all 3.0.1-2 [49.3 kB] [nova] Get:84 http://deb.debian.org/debian bookworm/main amd64 python3-idna all 3.3-1+deb12u1 [41.0 kB] [nova] Get:85 http://deb.debian.org/debian-security bookworm-security/main amd64 python3-urllib3 all 1.26.12-1+deb12u3 [114 kB] [nova] Get:86 http://deb.debian.org/debian bookworm/main amd64 python3-chardet all 5.1.0+dfsg-2 [110 kB] [nova] Get:87 http://deb.debian.org/debian bookworm/main amd64 python3-requests all 2.28.1+dfsg-1 [67.9 kB] [nova] Get:88 http://deb.debian.org/debian bookworm/main amd64 python3-rfc3986 all 1.5.0-2 [22.2 kB] [nova] Get:89 http://deb.debian.org/debian bookworm/main amd64 python3-stevedore all 4.0.2-2 [21.0 kB] [nova] Get:90 http://deb.debian.org/debian bookworm/main amd64 python3-oslo.config all 1:9.0.0-3 [108 kB] [nova] Get:91 http://deb.debian.org/debian bookworm/main amd64 python3-pil amd64 9.4.0-1.1+deb12u1 [472 kB] [nova] Get:92 http://deb.debian.org/debian bookworm/main amd64 python3-novnc all 1:1.3.0-1 [12.2 kB] [nova] Get:93 http://deb.debian.org/debian bookworm/main amd64 python3-numpy amd64 1:1.24.2-1+deb12u1 [4960 kB] [nova] Get:94 http://deb.debian.org/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB] [nova] Get:95 http://deb.debian.org/debian bookworm/main amd64 python3-cryptography amd64 38.0.4-3+deb12u1 [665 kB] [nova] Get:96 http://deb.debian.org/debian bookworm/main amd64 python3-deprecated all 1.2.13-3 [14.1 kB] [nova] Get:97 http://deb.debian.org/debian bookworm/main amd64 python3-jwcrypto all 1.1.0-1+deb12u1 [27.4 kB] [nova] Get:98 http://deb.debian.org/debian bookworm/main amd64 python3-websockify amd64 0.10.0+dfsg1-4+b1 [43.2 kB] [nova] Get:99 http://deb.debian.org/debian bookworm/main amd64 websockify amd64 0.10.0+dfsg1-4+b1 [22.8 kB] [neutron] [2/2] STEP 11/14: COPY --chmod=755 scripts/neutron-ovn-metadata-agent-entrypoint.sh /usr/local/bin/neutron-ovn-metadata-agent-entrypoint.sh [nova] Get:100 http://deb.debian.org/debian bookworm/main amd64 novnc all 1:1.3.0-1 [252 kB] [nova] debconf: delaying package configuration, since apt-utils is not installed [nova] Fetched 45.1 MB in 1s (35.6 MB/s) [nova] Selecting previously unselected package sgml-base. [nova] (Reading database ... [nova] (Reading database ... 5% [nova] (Reading database ... 10% [nova] (Reading database ... 15% [nova] (Reading database ... 20% [nova] (Reading database ... 25% [nova] (Reading database ... 30% [nova] (Reading database ... 35% [nova] (Reading database ... 40% [nova] (Reading database ... 45% [nova] (Reading database ... 50% [nova] (Reading database ... 55% [nova] (Reading database ... 60% [nova] (Reading database ... 65% [nova] (Reading database ... 70% [nova] (Reading database ... 75% [nova] (Reading database ... 80% [nova] (Reading database ... 85% [nova] (Reading database ... 90% [nova] (Reading database ... 95% [nova] (Reading database ... 100% [nova] (Reading database ... 12065 files and directories currently installed.) [nova] Preparing to unpack .../00-sgml-base_1.31_all.deb ... [cinder] [2/2] STEP 8/22: COPY --from=builder /etc/cinder /etc/cinder [nova] Unpacking sgml-base (1.31) ... [neutron] [2/2] STEP 12/14: USER neutron [neutron] [2/2] STEP 13/14: WORKDIR /var/lib/neutron [nova] Selecting previously unselected package libsysfs2:amd64. [nova] Preparing to unpack .../01-libsysfs2_2.1.1-4_amd64.deb ... [nova] Unpacking libsysfs2:amd64 (2.1.1-4) ... [nova] Selecting previously unselected package pci.ids. [nova] Preparing to unpack .../02-pci.ids_0.0~2023.04.11-1_all.deb ... [nova] Unpacking pci.ids (0.0~2023.04.11-1) ... [nova] Selecting previously unselected package sysfsutils. [nova] Preparing to unpack .../03-sysfsutils_2.1.1-4_amd64.deb ... [nova] Unpacking sysfsutils (2.1.1-4) ... [nova] Selecting previously unselected package mailcap. [nova] Preparing to unpack .../04-mailcap_3.70+nmu1_all.deb ... [nova] Unpacking mailcap (3.70+nmu1) ... [neutron] [2/2] STEP 14/14: ENTRYPOINT ["/usr/local/bin/neutron-server-entrypoint.sh"] [nova] Selecting previously unselected package mime-support. [nova] Preparing to unpack .../05-mime-support_3.66_all.deb ... [cinder] [2/2] STEP 9/22: RUN mkdir -p /var/lib/cinder /var/lock/cinder /etc/cinder/rootwrap.d && (useradd -m -d /var/lib/cinder -s /bin/bash cinder || true) && chown -R cinder:cinder /var/lib/cinder /var/lock/cinder && echo 'cinder ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' > /etc/sudoers.d/cinder-rootwrap && chmod 0440 /etc/sudoers.d/cinder-rootwrap [nova] Unpacking mime-support (3.66) ... [nova] Selecting previously unselected package xml-core. [nova] Preparing to unpack .../06-xml-core_0.18+nmu1_all.deb ... [nova] Unpacking xml-core (0.18+nmu1) ... [nova] Selecting previously unselected package docutils-common. [nova] Preparing to unpack .../07-docutils-common_0.19+dfsg-6_all.deb ... [nova] Unpacking docutils-common (0.19+dfsg-6) ... [nova] Selecting previously unselected package libmagic-mgc. [nova] Preparing to unpack .../08-libmagic-mgc_1%3a5.44-3_amd64.deb ... [nova] Unpacking libmagic-mgc (1:5.44-3) ... [nova] Selecting previously unselected package libmagic1:amd64. [nova] Preparing to unpack .../09-libmagic1_1%3a5.44-3_amd64.deb ... [nova] Unpacking libmagic1:amd64 (1:5.44-3) ... [neutron] [2/2] COMMIT localhost/hotstack-os-neutron:latest [nova] Selecting previously unselected package genisoimage. [nova] Preparing to unpack .../10-genisoimage_9%3a1.1.11-3.4_amd64.deb ... [nova] Unpacking genisoimage (9:1.1.11-3.4) ... [nova] Selecting previously unselected package ieee-data. [nova] Preparing to unpack .../11-ieee-data_20220827.1_all.deb ... [nova] Unpacking ieee-data (20220827.1) ... [nova] Selecting previously unselected package libapparmor1:amd64. [nova] Preparing to unpack .../12-libapparmor1_3.0.8-3_amd64.deb ... [nova] Unpacking libapparmor1:amd64 (3.0.8-3) ... [cinder] useradd: warning: the home directory /var/lib/cinder already exists. [cinder] useradd: Not copying any file from skel directory into it. [nova] Selecting previously unselected package libblas3:amd64. [nova] Preparing to unpack .../13-libblas3_3.11.0-2_amd64.deb ... [nova] Unpacking libblas3:amd64 (3.11.0-2) ... [nova] Selecting previously unselected package libc-ares2:amd64. [nova] Preparing to unpack .../14-libc-ares2_1.18.1-3_amd64.deb ... [nova] Unpacking libc-ares2:amd64 (1.18.1-3) ... [nova] Selecting previously unselected package libcurl3-gnutls:amd64. [nova] Preparing to unpack .../15-libcurl3-gnutls_7.88.1-10+deb12u14_amd64.deb ... [nova] Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u14) ... [nova] Selecting previously unselected package libdeflate0:amd64. [nova] Preparing to unpack .../16-libdeflate0_1.14-1_amd64.deb ... [nova] Unpacking libdeflate0:amd64 (1.14-1) ... [nova] Selecting previously unselected package libpng16-16:amd64. [nova] Preparing to unpack .../17-libpng16-16_1.6.39-2+deb12u3_amd64.deb ... [nova] Unpacking libpng16-16:amd64 (1.6.39-2+deb12u3) ... [nova] Selecting previously unselected package libfreetype6:amd64. [nova] Preparing to unpack .../18-libfreetype6_2.12.1+dfsg-5+deb12u4_amd64.deb ... [nova] Unpacking libfreetype6:amd64 (2.12.1+dfsg-5+deb12u4) ... [nova] Selecting previously unselected package libfribidi0:amd64. [nova] Preparing to unpack .../19-libfribidi0_1.0.8-2.1_amd64.deb ... [nova] Unpacking libfribidi0:amd64 (1.0.8-2.1) ... [nova] Selecting previously unselected package libquadmath0:amd64. [nova] Preparing to unpack .../20-libquadmath0_12.2.0-14+deb12u1_amd64.deb ... [nova] Unpacking libquadmath0:amd64 (12.2.0-14+deb12u1) ... [nova] Selecting previously unselected package libgfortran5:amd64. [nova] Preparing to unpack .../21-libgfortran5_12.2.0-14+deb12u1_amd64.deb ... [nova] Unpacking libgfortran5:amd64 (12.2.0-14+deb12u1) ... [nova] Selecting previously unselected package libgomp1:amd64. [nova] Preparing to unpack .../22-libgomp1_12.2.0-14+deb12u1_amd64.deb ... [nova] Unpacking libgomp1:amd64 (12.2.0-14+deb12u1) ... [nova] Selecting previously unselected package libgraphite2-3:amd64. [nova] Preparing to unpack .../23-libgraphite2-3_1.3.14-1_amd64.deb ... [nova] Unpacking libgraphite2-3:amd64 (1.3.14-1) ... [nova] Selecting previously unselected package libharfbuzz0b:amd64. [nova] Preparing to unpack .../24-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ... [nova] Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ... [nova] Selecting previously unselected package libicu72:amd64. [nova] Preparing to unpack .../25-libicu72_72.1-3+deb12u1_amd64.deb ... [nova] Unpacking libicu72:amd64 (72.1-3+deb12u1) ... [nova] Selecting previously unselected package libimagequant0:amd64. [nova] Preparing to unpack .../26-libimagequant0_2.17.0-1_amd64.deb ... [nova] Unpacking libimagequant0:amd64 (2.17.0-1) ... [nova] Selecting previously unselected package libjbig0:amd64. [nova] Preparing to unpack .../27-libjbig0_2.1-6.1_amd64.deb ... [nova] Unpacking libjbig0:amd64 (2.1-6.1) ... [nova] Selecting previously unselected package libjpeg62-turbo:amd64. [nova] Preparing to unpack .../28-libjpeg62-turbo_1%3a2.1.5-2_amd64.deb ... [nova] Unpacking libjpeg62-turbo:amd64 (1:2.1.5-2) ... [nova] Selecting previously unselected package liblapack3:amd64. [nova] Preparing to unpack .../29-liblapack3_3.11.0-2_amd64.deb ... [nova] Unpacking liblapack3:amd64 (3.11.0-2) ... [nova] Selecting previously unselected package liblcms2-2:amd64. [nova] Preparing to unpack .../30-liblcms2-2_2.14-2_amd64.deb ... [nova] Unpacking liblcms2-2:amd64 (2.14-2) ... [nova] Selecting previously unselected package liblerc4:amd64. [nova] Preparing to unpack .../31-liblerc4_4.0.0+ds-2_amd64.deb ... [nova] Unpacking liblerc4:amd64 (4.0.0+ds-2) ... [nova] Selecting previously unselected package libnl-3-200:amd64. [nova] Preparing to unpack .../32-libnl-3-200_3.7.0-0.2+b1_amd64.deb ... [nova] Unpacking libnl-3-200:amd64 (3.7.0-0.2+b1) ... [nova] Selecting previously unselected package libuv1:amd64. [nova] Preparing to unpack .../33-libuv1_1.44.2-1+deb12u1_amd64.deb ... [nova] Unpacking libuv1:amd64 (1.44.2-1+deb12u1) ... [nova] Selecting previously unselected package node-xtend. [nova] Preparing to unpack .../34-node-xtend_4.0.2-3_all.deb ... [nova] Unpacking node-xtend (4.0.2-3) ... [nova] Selecting previously unselected package nodejs. [nova] Preparing to unpack .../35-nodejs_18.20.4+dfsg-1~deb12u1_amd64.deb ... [nova] Unpacking nodejs (18.20.4+dfsg-1~deb12u1) ... [nova] Selecting previously unselected package node-acorn. [nova] Preparing to unpack .../36-node-acorn_8.8.1+ds+~cs25.17.7-2_all.deb ... [nova] Unpacking node-acorn (8.8.1+ds+~cs25.17.7-2) ... [nova] Selecting previously unselected package node-cjs-module-lexer. [nova] Preparing to unpack .../37-node-cjs-module-lexer_1.2.2+dfsg-5_all.deb ... [nova] Unpacking node-cjs-module-lexer (1.2.2+dfsg-5) ... [nova] Selecting previously unselected package node-busboy. [nova] Preparing to unpack .../38-node-busboy_1.6.0+~cs2.6.0-2_all.deb ... [nova] Unpacking node-busboy (1.6.0+~cs2.6.0-2) ... [nova] Selecting previously unselected package node-undici. [nova] Preparing to unpack .../39-node-undici_5.15.0+dfsg1+~cs20.10.9.3-1+deb12u4_all.deb ... [nova] Unpacking node-undici (5.15.0+dfsg1+~cs20.10.9.3-1+deb12u4) ... [nova] Selecting previously unselected package libnode108:amd64. [nova] Preparing to unpack .../40-libnode108_18.20.4+dfsg-1~deb12u1_amd64.deb ... [nova] Unpacking libnode108:amd64 (18.20.4+dfsg-1~deb12u1) ... [nova] Selecting previously unselected package libopenjp2-7:amd64. [nova] Preparing to unpack .../41-libopenjp2-7_2.5.0-2+deb12u2_amd64.deb ... [nova] Unpacking libopenjp2-7:amd64 (2.5.0-2+deb12u2) ... [nova] Selecting previously unselected package libraqm0:amd64. [nova] Preparing to unpack .../42-libraqm0_0.7.0-4.1_amd64.deb ... [nova] Unpacking libraqm0:amd64 (0.7.0-4.1) ... [nova] Selecting previously unselected package libssh-4:amd64. [nova] Preparing to unpack .../43-libssh-4_0.10.6-0+deb12u2_amd64.deb ... [nova] Unpacking libssh-4:amd64 (0.10.6-0+deb12u2) ... [nova] Selecting previously unselected package libwebp7:amd64. [nova] Preparing to unpack .../44-libwebp7_1.2.4-0.2+deb12u1_amd64.deb ... [nova] Unpacking libwebp7:amd64 (1.2.4-0.2+deb12u1) ... [nova] Selecting previously unselected package libtiff6:amd64. [nova] Preparing to unpack .../45-libtiff6_4.5.0-6+deb12u3_amd64.deb ... [nova] Unpacking libtiff6:amd64 (4.5.0-6+deb12u3) ... [nova] Selecting previously unselected package libxml2:amd64. [nova] Preparing to unpack .../46-libxml2_2.9.14+dfsg-1.3~deb12u5_amd64.deb ... [nova] Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u5) ... [nova] Selecting previously unselected package libyajl2:amd64. [nova] Preparing to unpack .../47-libyajl2_2.1.0-3+deb12u2_amd64.deb ... [nova] Unpacking libyajl2:amd64 (2.1.0-3+deb12u2) ... [nova] Selecting previously unselected package libvirt0:amd64. [nova] Preparing to unpack .../48-libvirt0_9.0.0-4+deb12u2_amd64.deb ... [nova] Unpacking libvirt0:amd64 (9.0.0-4+deb12u2) ... [nova] Selecting previously unselected package libvirt-clients. [nova] Preparing to unpack .../49-libvirt-clients_9.0.0-4+deb12u2_amd64.deb ... [nova] Unpacking libvirt-clients (9.0.0-4+deb12u2) ... [nova] Selecting previously unselected package libwebpdemux2:amd64. [nova] Preparing to unpack .../50-libwebpdemux2_1.2.4-0.2+deb12u1_amd64.deb ... [nova] Unpacking libwebpdemux2:amd64 (1.2.4-0.2+deb12u1) ... [nova] Selecting previously unselected package libwebpmux3:amd64. [nova] Preparing to unpack .../51-libwebpmux3_1.2.4-0.2+deb12u1_amd64.deb ... [nova] Unpacking libwebpmux3:amd64 (1.2.4-0.2+deb12u1) ... [nova] Selecting previously unselected package libxau6:amd64. [nova] Preparing to unpack .../52-libxau6_1%3a1.0.9-1_amd64.deb ... [nova] Unpacking libxau6:amd64 (1:1.0.9-1) ... [nova] Selecting previously unselected package libxdmcp6:amd64. [nova] Preparing to unpack .../53-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [nova] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [nova] Selecting previously unselected package libxcb1:amd64. [nova] Preparing to unpack .../54-libxcb1_1.15-1_amd64.deb ... [nova] Unpacking libxcb1:amd64 (1.15-1) ... [nova] Selecting previously unselected package libyaml-0-2:amd64. [nova] Preparing to unpack .../55-libyaml-0-2_0.2.5-1_amd64.deb ... [nova] Unpacking libyaml-0-2:amd64 (0.2.5-1) ... [nova] Selecting previously unselected package net-tools. [nova] Preparing to unpack .../56-net-tools_2.10-0.1+deb12u2_amd64.deb ... [nova] Unpacking net-tools (2.10-0.1+deb12u2) ... [nova] Selecting previously unselected package python3-six. [nova] Preparing to unpack .../57-python3-six_1.16.0-4_all.deb ... [nova] Unpacking python3-six (1.16.0-4) ... [nova] Selecting previously unselected package python3-pbr. [nova] Preparing to unpack .../58-python3-pbr_5.10.0-2_all.deb ... [nova] Unpacking python3-pbr (5.10.0-2) ... [nova] Selecting previously unselected package python3-wrapt. [nova] Preparing to unpack .../59-python3-wrapt_1.14.1-2+b2_amd64.deb ... [nova] Unpacking python3-wrapt (1.14.1-2+b2) ... [nova] Selecting previously unselected package python3-more-itertools. [nova] Preparing to unpack .../60-python3-more-itertools_8.10.0-2_all.deb ... [nova] Unpacking python3-more-itertools (8.10.0-2) ... [nova] Selecting previously unselected package python3-zipp. [nova] Preparing to unpack .../61-python3-zipp_1.0.0-6+deb12u1_all.deb ... [nova] Unpacking python3-zipp (1.0.0-6+deb12u1) ... [nova] Selecting previously unselected package python3-importlib-metadata. [nova] Preparing to unpack .../62-python3-importlib-metadata_4.12.0-1_all.deb ... [nova] Unpacking python3-importlib-metadata (4.12.0-1) ... [nova] Selecting previously unselected package python3-debtcollector. [nova] Preparing to unpack .../63-python3-debtcollector_2.5.0-2_all.deb ... [nova] Unpacking python3-debtcollector (2.5.0-2) ... [nova] Selecting previously unselected package python3-roman. [nova] Preparing to unpack .../64-python3-roman_3.3-3_all.deb ... [nova] Unpacking python3-roman (3.3-3) ... [nova] Selecting previously unselected package python3-docutils. [nova] Preparing to unpack .../65-python3-docutils_0.19+dfsg-6_all.deb ... [nova] Unpacking python3-docutils (0.19+dfsg-6) ... [nova] Selecting previously unselected package python3-netaddr. [nova] Preparing to unpack .../66-python3-netaddr_0.8.0-2_all.deb ... [nova] Unpacking python3-netaddr (0.8.0-2) ... [nova] Selecting previously unselected package python3-oslo.i18n. [nova] Preparing to unpack .../67-python3-oslo.i18n_5.1.0-3_all.deb ... [nova] Unpacking python3-oslo.i18n (5.1.0-3) ... [nova] Selecting previously unselected package python3-dateutil. [nova] Preparing to unpack .../68-python3-dateutil_2.8.2-2_all.deb ... [nova] Unpacking python3-dateutil (2.8.2-2) ... [nova] Selecting previously unselected package python3-oslo.context. [nova] Preparing to unpack .../69-python3-oslo.context_5.0.0-2_all.deb ... [nova] Unpacking python3-oslo.context (5.0.0-2) ... [nova] Selecting previously unselected package python3-msgpack. [nova] Preparing to unpack .../70-python3-msgpack_1.0.3-2+b1_amd64.deb ... [nova] Unpacking python3-msgpack (1.0.3-2+b1) ... [nova] Selecting previously unselected package python3-iso8601. [nova] Preparing to unpack .../71-python3-iso8601_1.0.2-1_all.deb ... [nova] Unpacking python3-iso8601 (1.0.2-1) ... [nova] Selecting previously unselected package python3-netifaces:amd64. [nova] Preparing to unpack .../72-python3-netifaces_0.11.0-2+b1_amd64.deb ... [nova] Unpacking python3-netifaces:amd64 (0.11.0-2+b1) ... [nova] Selecting previously unselected package python3-packaging. [nova] Preparing to unpack .../73-python3-packaging_23.0-1_all.deb ... [nova] Unpacking python3-packaging (23.0-1) ... [nova] Selecting previously unselected package python3-pyparsing. [nova] Preparing to unpack .../74-python3-pyparsing_3.0.9-1_all.deb ... [nova] Unpacking python3-pyparsing (3.0.9-1) ... [neutron] Getting image source signatures [neutron] Copying blob sha256:9eb9a78eeb101ab215acf43ffb2a709d5fca9ca2a22178564c7ee5cc30774c60 [neutron] Copying blob sha256:fd2618dc42733f51a64f6ee6aa854a05a6f8fe02f7242c1249162bc73340d941 [neutron] Copying blob sha256:6466428d065ae5011de4d179674341e51fcbb58dc13481d239bef5da762b5fa9 [nova] Selecting previously unselected package python3-tz. [nova] Preparing to unpack .../75-python3-tz_2022.7.1-4_all.deb ... [nova] Unpacking python3-tz (2022.7.1-4) ... [nova] Selecting previously unselected package python3-oslo.utils. [nova] Preparing to unpack .../76-python3-oslo.utils_6.0.1-2_all.deb ... [nova] Unpacking python3-oslo.utils (6.0.1-2) ... [cinder] [2/2] STEP 10/22: COPY --chmod=755 scripts/cinder-api-entrypoint.sh /usr/local/bin/cinder-api-entrypoint.sh [nova] Selecting previously unselected package python3-yaml. [nova] Preparing to unpack .../77-python3-yaml_6.0-3+b2_amd64.deb ... [nova] Unpacking python3-yaml (6.0-3+b2) ... [heat] [2/2] STEP 5/11: COPY --from=builder /etc/heat /etc/heat [keystone] [2/2] STEP 4/10: RUN mkdir -p /etc/keystone /etc/keystone/fernet-keys /etc/keystone/credential-keys /var/log/keystone && chown -R openstack:openstack /etc/keystone [nova] Selecting previously unselected package python3-oslo.serialization. [nova] Preparing to unpack .../78-python3-oslo.serialization_5.0.0-2_all.deb ... [nova] Unpacking python3-oslo.serialization (5.0.0-2) ... [nova] Selecting previously unselected package python3-pyinotify. [nova] Preparing to unpack .../79-python3-pyinotify_0.9.6-2_all.deb ... [nova] Unpacking python3-pyinotify (0.9.6-2) ... [nova] Selecting previously unselected package python3-oslo.log. [nova] Preparing to unpack .../80-python3-oslo.log_5.0.1-1_all.deb ... [nova] Unpacking python3-oslo.log (5.0.1-1) ... [cinder] [2/2] STEP 11/22: COPY --chmod=755 scripts/cinder-scheduler-entrypoint.sh /usr/local/bin/cinder-scheduler-entrypoint.sh [heat] [2/2] STEP 6/11: RUN mkdir -p /var/lib/heat && (useradd -m -d /var/lib/heat -s /bin/bash heat || true) && chown -R heat:heat /var/lib/heat [nova] Selecting previously unselected package python3-certifi. [nova] Preparing to unpack .../81-python3-certifi_2022.9.24-1_all.deb ... [nova] Unpacking python3-certifi (2022.9.24-1) ... [nova] Selecting previously unselected package python3-charset-normalizer. [nova] Preparing to unpack .../82-python3-charset-normalizer_3.0.1-2_all.deb ... [nova] Unpacking python3-charset-normalizer (3.0.1-2) ... [nova] Selecting previously unselected package python3-idna. [nova] Preparing to unpack .../83-python3-idna_3.3-1+deb12u1_all.deb ... [nova] Unpacking python3-idna (3.3-1+deb12u1) ... [cinder] [2/2] STEP 12/22: COPY --chmod=755 scripts/cinder-volume-entrypoint.sh /usr/local/bin/cinder-volume-entrypoint.sh [nova] Selecting previously unselected package python3-urllib3. [nova] Preparing to unpack .../84-python3-urllib3_1.26.12-1+deb12u3_all.deb ... [nova] Unpacking python3-urllib3 (1.26.12-1+deb12u3) ... [nova] Selecting previously unselected package python3-chardet. [nova] Preparing to unpack .../85-python3-chardet_5.1.0+dfsg-2_all.deb ... [nova] Unpacking python3-chardet (5.1.0+dfsg-2) ... [keystone] [2/2] STEP 5/10: COPY --chown=openstack:openstack configs/keystone-uwsgi.ini /etc/keystone/keystone-uwsgi.ini [nova] Selecting previously unselected package python3-requests. [nova] Preparing to unpack .../86-python3-requests_2.28.1+dfsg-1_all.deb ... [nova] Unpacking python3-requests (2.28.1+dfsg-1) ... [nova] Selecting previously unselected package python3-rfc3986. [nova] Preparing to unpack .../87-python3-rfc3986_1.5.0-2_all.deb ... [nova] Unpacking python3-rfc3986 (1.5.0-2) ... [cinder] [2/2] STEP 13/22: COPY --chmod=755 scripts/qemu-img-wrapper.py /usr/local/bin/qemu-img [nova] Selecting previously unselected package python3-stevedore. [nova] Preparing to unpack .../88-python3-stevedore_4.0.2-2_all.deb ... [nova] Unpacking python3-stevedore (4.0.2-2) ... [nova] Selecting previously unselected package python3-oslo.config. [nova] Preparing to unpack .../89-python3-oslo.config_1%3a9.0.0-3_all.deb ... [nova] Unpacking python3-oslo.config (1:9.0.0-3) ... [heat] useradd: warning: the home directory /var/lib/heat already exists. [heat] useradd: Not copying any file from skel directory into it. [nova] Selecting previously unselected package python3-pil:amd64. [nova] Preparing to unpack .../90-python3-pil_9.4.0-1.1+deb12u1_amd64.deb ... [nova] Unpacking python3-pil:amd64 (9.4.0-1.1+deb12u1) ... [heat] [2/2] STEP 7/11: COPY --chmod=755 scripts/heat-api-entrypoint.sh /usr/local/bin/heat-api-entrypoint.sh [nova] Selecting previously unselected package python3-novnc. [nova] Preparing to unpack .../91-python3-novnc_1%3a1.3.0-1_all.deb ... [keystone] [2/2] STEP 6/10: COPY --chmod=755 scripts/keystone-entrypoint.sh /usr/local/bin/entrypoint.sh [nova] Unpacking python3-novnc (1:1.3.0-1) ... [nova] Selecting previously unselected package python3-numpy. [nova] Preparing to unpack .../92-python3-numpy_1%3a1.24.2-1+deb12u1_amd64.deb ... [nova] Unpacking python3-numpy (1:1.24.2-1+deb12u1) ... [cinder] [2/2] STEP 14/22: COPY --chmod=755 scripts/test-qemu-img-wrapper.sh /tmp/test-qemu-img-wrapper.sh [heat] [2/2] STEP 8/11: COPY --chmod=755 scripts/heat-engine-entrypoint.sh /usr/local/bin/heat-engine-entrypoint.sh [keystone] [2/2] STEP 7/10: COPY --chmod=755 scripts/keystone-healthcheck.sh /usr/local/bin/keystone-healthcheck.sh [cinder] [2/2] STEP 15/22: RUN /tmp/test-qemu-img-wrapper.sh && rm /tmp/test-qemu-img-wrapper.sh [heat] [2/2] STEP 9/11: USER heat [heat] [2/2] STEP 10/11: WORKDIR /var/lib/heat [nova] Selecting previously unselected package python3-cffi-backend:amd64. [nova] Preparing to unpack .../93-python3-cffi-backend_1.15.1-5+b1_amd64.deb ... [nova] Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ... [keystone] [2/2] STEP 8/10: EXPOSE 5000 [keystone] [2/2] STEP 9/10: HEALTHCHECK --interval=10s --timeout=5s --start-period=30s --retries=10 CMD curl -f http://localhost:5000/v3 || exit 1 [keystone] [2/2] STEP 10/10: ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] [keystone] [2/2] COMMIT localhost/hotstack-os-keystone:latest [keystone] time="2026-03-07T15:49:39-05:00" level=warning msg="HEALTHCHECK is not supported for OCI image format and will be ignored. Must use `docker` format" [nova] Selecting previously unselected package python3-cryptography. [nova] Preparing to unpack .../94-python3-cryptography_38.0.4-3+deb12u1_amd64.deb ... [nova] Unpacking python3-cryptography (38.0.4-3+deb12u1) ... [nova] Selecting previously unselected package python3-deprecated. [nova] Preparing to unpack .../95-python3-deprecated_1.2.13-3_all.deb ... [nova] Unpacking python3-deprecated (1.2.13-3) ... [nova] Selecting previously unselected package python3-jwcrypto. [nova] Preparing to unpack .../96-python3-jwcrypto_1.1.0-1+deb12u1_all.deb ... [nova] Unpacking python3-jwcrypto (1.1.0-1+deb12u1) ... [nova] Selecting previously unselected package python3-websockify. [nova] Preparing to unpack .../97-python3-websockify_0.10.0+dfsg1-4+b1_amd64.deb ... [nova] Unpacking python3-websockify (0.10.0+dfsg1-4+b1) ... [nova] Selecting previously unselected package websockify. [nova] Preparing to unpack .../98-websockify_0.10.0+dfsg1-4+b1_amd64.deb ... [nova] Unpacking websockify (0.10.0+dfsg1-4+b1) ... [nova] Selecting previously unselected package novnc. [nova] Preparing to unpack .../99-novnc_1%3a1.3.0-1_all.deb ... [nova] Unpacking novnc (1:1.3.0-1) ... [nova] Setting up python3-more-itertools (8.10.0-2) ... [cinder] Testing qemu-img wrapper... [cinder] Test 1: Creating qcow2 image... [cinder] [OK] Test 1 PASSED: Permissions are 0664 [cinder] Test 2: Creating raw image... [cinder] [OK] Test 2 PASSED: Permissions are 0664 [cinder] Test 3: Creating image with backing file... [nova] Setting up libgraphite2-3:amd64 (1.3.14-1) ... [cinder] [OK] Test 3 PASSED: Permissions are 0664 [cinder] Test 4: Testing non-create command (info)... [nova] Setting up liblcms2-2:amd64 (2.14-2) ... [nova] Setting up libxau6:amd64 (1:1.0.9-1) ... [nova] Setting up net-tools (2.10-0.1+deb12u2) ... [nova] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [nova] Setting up libapparmor1:amd64 (3.0.8-3) ... [nova] Setting up pci.ids (0.0~2023.04.11-1) ... [nova] Setting up libxcb1:amd64 (1.15-1) ... [nova] Setting up libicu72:amd64 (72.1-3+deb12u1) ... [nova] Setting up liblerc4:amd64 (4.0.0+ds-2) ... [nova] Setting up libsysfs2:amd64 (2.1.1-4) ... [nova] Setting up sysfsutils (2.1.1-4) ... [cinder] [OK] Test 4 PASSED: Non-create commands work [cinder] [cinder] All tests PASSED! [OK] [cinder] The qemu-img wrapper is working correctly. [nova] invoke-rc.d: could not determine current runlevel [nova] invoke-rc.d: policy-rc.d denied execution of start. [nova] Setting up libmagic-mgc (1:5.44-3) ... [nova] Setting up libyaml-0-2:amd64 (0.2.5-1) ... [nova] Setting up python3-charset-normalizer (3.0.1-2) ... [nova] Setting up python3-pyinotify (0.9.6-2) ... [nova] Setting up libyajl2:amd64 (2.1.0-3+deb12u2) ... [nova] Setting up libmagic1:amd64 (1:5.44-3) ... [nova] Setting up libdeflate0:amd64 (1.14-1) ... [nova] Setting up python3-yaml (6.0-3+b2) ... [nova] Setting up node-cjs-module-lexer (1.2.2+dfsg-5) ... [nova] Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u14) ... [nova] Setting up libc-ares2:amd64 (1.18.1-3) ... [nova] Setting up python3-zipp (1.0.0-6+deb12u1) ... [nova] Setting up libgomp1:amd64 (12.2.0-14+deb12u1) ... [nova] Setting up libjbig0:amd64 (2.1-6.1) ... [nova] Setting up python3-tz (2022.7.1-4) ... [nova] Setting up python3-six (1.16.0-4) ... [nova] Setting up python3-roman (3.3-3) ... [nova] Setting up libblas3:amd64 (3.11.0-2) ... [nova] update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode [nova] Setting up python3-packaging (23.0-1) ... [nova] Setting up libuv1:amd64 (1.44.2-1+deb12u1) ... [nova] Setting up python3-iso8601 (1.0.2-1) ... [nova] Setting up python3-chardet (5.1.0+dfsg-2) ... [nova] Setting up libjpeg62-turbo:amd64 (1:2.1.5-2) ... [nova] Setting up python3-pyparsing (3.0.9-1) ... [nova] Setting up python3-certifi (2022.9.24-1) ... [keystone] Getting image source signatures [keystone] Copying blob sha256:9eb9a78eeb101ab215acf43ffb2a709d5fca9ca2a22178564c7ee5cc30774c60 [nova] Setting up libfribidi0:amd64 (1.0.8-2.1) ... [nova] Setting up libquadmath0:amd64 (12.2.0-14+deb12u1) ... [nova] Setting up libimagequant0:amd64 (2.17.0-1) ... [heat] [2/2] STEP 11/11: ENTRYPOINT ["/usr/local/bin/heat-api-entrypoint.sh"] [cinder] [2/2] STEP 16/22: RUN mv /sbin/mount.nfs /sbin/mount.nfs.real [nova] Setting up libpng16-16:amd64 (1.6.39-2+deb12u3) ... [keystone] Copying blob sha256:fd2618dc42733f51a64f6ee6aa854a05a6f8fe02f7242c1249162bc73340d941 [keystone] Copying blob sha256:6051ab76b438e5cb1043632b592c42e27d9b6d35c6706cae1bf9ac6cfca48423 [nova] Setting up python3-idna (3.3-1+deb12u1) ... [neutron] Copying config sha256:70735b6fe2f887e06615ec5aa5b359d6aa7a01544ea5f9462400c21f6fa244c4 [nova] Setting up python3-wrapt (1.14.1-2+b2) ... [heat] [2/2] COMMIT localhost/hotstack-os-heat:latest [neutron] Writing manifest to image destination [nova] Setting up libssh-4:amd64 (0.10.6-0+deb12u2) ... [nova] Setting up libgfortran5:amd64 (12.2.0-14+deb12u1) ... [nova] Setting up python3-urllib3 (1.26.12-1+deb12u3) ... [neutron] --> 70735b6fe2f8 [neutron] Successfully tagged localhost/hotstack-os-neutron:latest [nova] Setting up libwebp7:amd64 (1.2.4-0.2+deb12u1) ... [nova] Setting up python3-netifaces:amd64 (0.11.0-2+b1) ... [nova] Setting up ieee-data (20220827.1) ... [nova] Setting up libtiff6:amd64 (4.5.0-6+deb12u3) ... [nova] Setting up libnl-3-200:amd64 (3.7.0-0.2+b1) ... [nova] Setting up libopenjp2-7:amd64 (2.5.0-2+deb12u2) ... [nova] Setting up python3-dateutil (2.8.2-2) ... [nova] Setting up sgml-base (1.31) ... [nova] Setting up python3-msgpack (1.0.3-2+b1) ... [nova] Setting up node-xtend (4.0.2-3) ... [nova] Setting up libwebpmux3:amd64 (1.2.4-0.2+deb12u1) ... [nova] Setting up mailcap (3.70+nmu1) ... [nova] Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u5) ... [nova] Setting up python3-deprecated (1.2.13-3) ... [nova] Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ... [nova] Setting up node-busboy (1.6.0+~cs2.6.0-2) ... [nova] Setting up genisoimage (9:1.1.11-3.4) ... [nova] Setting up liblapack3:amd64 (3.11.0-2) ... [nova] update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode [nova] Setting up mime-support (3.66) ... [nova] Setting up python3-importlib-metadata (4.12.0-1) ... [nova] Setting up python3-pbr (5.10.0-2) ... [nova] Setting up libwebpdemux2:amd64 (1.2.4-0.2+deb12u1) ... [nova] Setting up python3-debtcollector (2.5.0-2) ... [nova] Setting up python3-rfc3986 (1.5.0-2) ... [nova] Setting up libfreetype6:amd64 (2.12.1+dfsg-5+deb12u4) ... [nova] Setting up python3-cryptography (38.0.4-3+deb12u1) ... [nova] Setting up python3-requests (2.28.1+dfsg-1) ... [nova] Setting up python3-oslo.context (5.0.0-2) ... [nova] Setting up python3-jwcrypto (1.1.0-1+deb12u1) ... [nova] Setting up python3-numpy (1:1.24.2-1+deb12u1) ... [nova] Setting up node-undici (5.15.0+dfsg1+~cs20.10.9.3-1+deb12u4) ... [nova] Setting up libvirt0:amd64 (9.0.0-4+deb12u2) ... [nova] Setting up python3-websockify (0.10.0+dfsg1-4+b1) ... [nova] Setting up python3-netaddr (0.8.0-2) ... [nova] Setting up xml-core (0.18+nmu1) ... [nova] Setting up python3-stevedore (4.0.2-2) ... [nova] Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ... [nova] Setting up python3-oslo.i18n (5.1.0-3) ... [nova] Setting up libvirt-clients (9.0.0-4+deb12u2) ... [nova] Setting up websockify (0.10.0+dfsg1-4+b1) ... [nova] Setting up python3-oslo.utils (6.0.1-2) ... [nova] Setting up libraqm0:amd64 (0.7.0-4.1) ... [nova] Setting up python3-oslo.serialization (5.0.0-2) ... [nova] Setting up python3-pil:amd64 (9.4.0-1.1+deb12u1) ... [heat] Getting image source signatures [heat] Copying blob sha256:9eb9a78eeb101ab215acf43ffb2a709d5fca9ca2a22178564c7ee5cc30774c60 [heat] Copying blob sha256:fd2618dc42733f51a64f6ee6aa854a05a6f8fe02f7242c1249162bc73340d941 [heat] Copying blob sha256:4191518fa34c30047cbbb49de912889467661aa906d1ac111867db370edce3be [nova] Setting up python3-oslo.log (5.0.1-1) ... [cinder] [2/2] STEP 17/22: COPY --chmod=755 scripts/mount.nfs-wrapper.py /sbin/mount.nfs [nova] Setting up libnode108:amd64 (18.20.4+dfsg-1~deb12u1) ... [nova] Setting up nodejs (18.20.4+dfsg-1~deb12u1) ... [nova] update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode [nova] update-alternatives: warning: skip creation of /usr/share/man/man1/js.1.gz because associated file /usr/share/man/man1/nodejs.1.gz (of link group js) doesn't exist [nova] Setting up node-acorn (8.8.1+ds+~cs25.17.7-2) ... [nova] Processing triggers for libc-bin (2.36-9+deb12u13) ... [nova] Processing triggers for sgml-base (1.31) ... [nova] Setting up docutils-common (0.19+dfsg-6) ... [cinder] [2/2] STEP 18/22: COPY --chmod=755 scripts/test-mount-wrapper.sh /tmp/test-mount-wrapper.sh [nova] Processing triggers for sgml-base (1.31) ... [nova] Setting up python3-docutils (0.19+dfsg-6) ... [cinder] [2/2] STEP 19/22: RUN /tmp/test-mount-wrapper.sh && rm /tmp/test-mount-wrapper.sh [nova] Setting up python3-oslo.config (1:9.0.0-3) ... [nova] Setting up python3-novnc (1:1.3.0-1) ... [neutron] 70735b6fe2f887e06615ec5aa5b359d6aa7a01544ea5f9462400c21f6fa244c4 [6/10] neutron [DONE] [nova] Setting up novnc (1:1.3.0-1) ... [cinder] Testing mount.nfs wrapper... [cinder] mount.nfs wrapper tests passed [nova] [2/2] STEP 8/27: COPY --from=builder /usr/local /usr/local [keystone] Copying config sha256:29e77e52a34e52fcb980313b322318a26618584d547e0b36b961d80a36aad002 [keystone] Writing manifest to image destination [keystone] --> 29e77e52a34e [keystone] [Warning] one or more build args were not consumed: [APT_PROXY] [keystone] Successfully tagged localhost/hotstack-os-keystone:latest [cinder] [2/2] STEP 20/22: USER cinder [cinder] [2/2] STEP 21/22: WORKDIR /var/lib/cinder [cinder] [2/2] STEP 22/22: ENTRYPOINT ["/usr/local/bin/cinder-api-entrypoint.sh"] [cinder] [2/2] COMMIT localhost/hotstack-os-cinder:latest [keystone] 29e77e52a34e52fcb980313b322318a26618584d547e0b36b961d80a36aad002 [cinder] Getting image source signatures [cinder] Copying blob sha256:9eb9a78eeb101ab215acf43ffb2a709d5fca9ca2a22178564c7ee5cc30774c60 [7/10] keystone [DONE] [cinder] Copying blob sha256:fd2618dc42733f51a64f6ee6aa854a05a6f8fe02f7242c1249162bc73340d941 [cinder] Copying blob sha256:5f50d1c8144c7ba6e1fa6d2eb301908fa6c6fb29b0480ea2fdc587b8455e9472 [heat] Copying config sha256:522aa2b9b4dc840d09abaf8fb5630adedb9030123f7276bfbd3a7555e1732502 [heat] Writing manifest to image destination [heat] --> 522aa2b9b4dc [heat] [Warning] one or more build args were not consumed: [APT_PROXY] [heat] Successfully tagged localhost/hotstack-os-heat:latest [heat] 522aa2b9b4dc840d09abaf8fb5630adedb9030123f7276bfbd3a7555e1732502 [8/10] heat [DONE] [cinder] Copying config sha256:5c996f42f6d96fe82a3de1c6b839017d1d083fdc098ae6b6a632e1c03c44ce80 [cinder] Writing manifest to image destination [cinder] --> 5c996f42f6d9 [cinder] Successfully tagged localhost/hotstack-os-cinder:latest [cinder] 5c996f42f6d96fe82a3de1c6b839017d1d083fdc098ae6b6a632e1c03c44ce80 [9/10] cinder [DONE] [nova] [2/2] STEP 9/27: COPY --from=builder /etc/nova /etc/nova [nova] [2/2] STEP 10/27: RUN mkdir -p /var/lib/nova/instances /var/lock/nova && (useradd -m -d /var/lib/nova -s /bin/bash nova || true) && chown -R nova:nova /var/lib/nova /var/lock/nova && (groupadd -g ${KVM_GID} kvm || true) && usermod -aG kvm root && echo 'nova ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' > /etc/sudoers.d/nova-rootwrap && chmod 0440 /etc/sudoers.d/nova-rootwrap [nova] useradd: user 'nova' already exists [nova] [2/2] STEP 11/27: COPY --chmod=755 scripts/nova-api-entrypoint.sh /usr/local/bin/nova-api-entrypoint.sh [nova] [2/2] STEP 12/27: COPY --chmod=755 scripts/nova-conductor-entrypoint.sh /usr/local/bin/nova-conductor-entrypoint.sh [nova] [2/2] STEP 13/27: COPY --chmod=755 scripts/nova-scheduler-entrypoint.sh /usr/local/bin/nova-scheduler-entrypoint.sh [nova] [2/2] STEP 14/27: COPY --chmod=755 scripts/nova-compute-entrypoint.sh /usr/local/bin/nova-compute-entrypoint.sh [nova] [2/2] STEP 15/27: COPY --chmod=755 scripts/nova-compute-healthcheck.sh /usr/local/bin/nova-compute-healthcheck.sh [nova] [2/2] STEP 16/27: COPY --chmod=755 scripts/nova-novncproxy-entrypoint.sh /usr/local/bin/nova-novncproxy-entrypoint.sh [nova] [2/2] STEP 17/27: COPY scripts/common.sh /usr/local/lib/common.sh [nova] [2/2] STEP 18/27: COPY --chmod=755 scripts/qemu-img-wrapper.py /usr/local/bin/qemu-img [nova] [2/2] STEP 19/27: COPY --chmod=755 scripts/test-qemu-img-wrapper.sh /tmp/test-qemu-img-wrapper.sh [nova] [2/2] STEP 20/27: RUN /tmp/test-qemu-img-wrapper.sh && rm /tmp/test-qemu-img-wrapper.sh [nova] Testing qemu-img wrapper... [nova] Test 1: Creating qcow2 image... [nova] [OK] Test 1 PASSED: Permissions are 0664 [nova] Test 2: Creating raw image... [nova] [OK] Test 2 PASSED: Permissions are 0664 [nova] Test 3: Creating image with backing file... [nova] [OK] Test 3 PASSED: Permissions are 0664 [nova] Test 4: Testing non-create command (info)... [nova] [OK] Test 4 PASSED: Non-create commands work [nova] [nova] All tests PASSED! [OK] [nova] The qemu-img wrapper is working correctly. [nova] [2/2] STEP 21/27: RUN mv /sbin/mount.nfs /sbin/mount.nfs.real [nova] [2/2] STEP 22/27: COPY --chmod=755 scripts/mount.nfs-wrapper.py /sbin/mount.nfs [nova] [2/2] STEP 23/27: COPY --chmod=755 scripts/test-mount-wrapper.sh /tmp/test-mount-wrapper.sh [nova] [2/2] STEP 24/27: RUN /tmp/test-mount-wrapper.sh && rm /tmp/test-mount-wrapper.sh [nova] Testing mount.nfs wrapper... [nova] mount.nfs wrapper tests passed [nova] [2/2] STEP 25/27: USER nova [nova] [2/2] STEP 26/27: WORKDIR /var/lib/nova [nova] [2/2] STEP 27/27: ENTRYPOINT ["/usr/local/bin/nova-api-entrypoint.sh"] [nova] [2/2] COMMIT localhost/hotstack-os-nova:latest [nova] Getting image source signatures [nova] Copying blob sha256:9eb9a78eeb101ab215acf43ffb2a709d5fca9ca2a22178564c7ee5cc30774c60 [nova] Copying blob sha256:fd2618dc42733f51a64f6ee6aa854a05a6f8fe02f7242c1249162bc73340d941 [nova] Copying blob sha256:6fa20b35482c37f23d3a94779a744d52017fac0b03355ba87e71d7087a91754f [nova] Copying config sha256:52e021eb7a43eb548e90f32698ff8cbd9e58575043cbae50dca283f3fe9fda7d [nova] Writing manifest to image destination [nova] --> 52e021eb7a43 [nova] Successfully tagged localhost/hotstack-os-nova:latest [nova] 52e021eb7a43eb548e90f32698ff8cbd9e58575043cbae50dca283f3fe9fda7d [10/10] nova [DONE] [DONE] All service images built successfully [DONE] Build complete! Next step: sudo make install