=== Building HotsTac(k)os Container Images === ============================================================ Build Plan (Total: 12 images, Parallelism: 1) ============================================================ 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: podman build --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-builder] STEP 1/4: FROM debian:bookworm-slim AS builder [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-builder] Copying config sha256:61cd928eb3eca3230a69ed2f2315c41a5655d2d1f3daa76d34034c3548df9320 [base-builder] Writing manifest to image destination [base-builder] STEP 2/4: ARG APT_PROXY="" [base-builder] --> 0ea3de647760 [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] --> 6798df427a74 [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-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-builder] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B] [base-builder] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [293 kB] [base-builder] Fetched 9346 kB in 1s (8824 kB/s) [base-builder] Reading package lists... [base-builder] Reading package lists... [base-builder] Building dependency tree... [base-builder] 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-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-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-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-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-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-builder] Get:9 http://deb.debian.org/debian bookworm/main amd64 python3.11-minimal amd64 3.11.2-6+deb12u6 [2064 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-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-builder] Get:22 http://deb.debian.org/debian bookworm/main amd64 libreadline8 amd64 8.2-1.3 [166 kB] [base-builder] Get:23 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-0 amd64 3.40.1-2+deb12u2 [839 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-builder] Get:25 http://deb.debian.org/debian bookworm/main amd64 python3.11 amd64 3.11.2-6+deb12u6 [573 kB] [base-builder] Get:26 http://deb.debian.org/debian bookworm/main amd64 libpython3-stdlib amd64 3.11.2-1+b1 [9312 B] [base-builder] Get:27 http://deb.debian.org/debian bookworm/main amd64 python3 amd64 3.11.2-1+b1 [26.3 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-builder] Get:29 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20230311+deb12u1 [155 kB] [base-builder] Get:30 http://deb.debian.org/debian bookworm/main amd64 binutils-common amd64 2.40-2 [2487 kB] [base-builder] Get:31 http://deb.debian.org/debian bookworm/main amd64 libbinutils amd64 2.40-2 [572 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-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-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-builder] Get:41 http://deb.debian.org/debian bookworm/main amd64 cpp-12 amd64 12.2.0-14+deb12u1 [9768 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-builder] Get:48 http://deb.debian.org/debian bookworm/main amd64 liblsan0 amd64 12.2.0-14+deb12u1 [969 kB] [base-builder] Get:49 http://deb.debian.org/debian bookworm/main amd64 libtsan2 amd64 12.2.0-14+deb12u1 [2197 kB] [base-builder] Get:50 http://deb.debian.org/debian bookworm/main amd64 libubsan1 amd64 12.2.0-14+deb12u1 [883 kB] [base-builder] Get:51 http://deb.debian.org/debian bookworm/main amd64 libquadmath0 amd64 12.2.0-14+deb12u1 [145 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-builder] Get:53 http://deb.debian.org/debian bookworm/main amd64 gcc-12 amd64 12.2.0-14+deb12u1 [19.3 MB] [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-builder] Get:64 http://deb.debian.org/debian bookworm/main amd64 g++ amd64 4:12.2.0-3 [1356 B] [base-builder] Get:65 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] [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-builder] Get:67 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] [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-builder] Get:69 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] [base-builder] Get:70 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] [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-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-builder] Get:91 http://deb.debian.org/debian bookworm/main amd64 zlib1g-dev amd64 1:1.2.13.dfsg-1 [916 kB] [base-builder] Get:92 http://deb.debian.org/debian bookworm/main amd64 libmariadb-dev amd64 1:10.11.14-0+deb12u2 [273 kB] [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-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-builder] debconf: delaying package configuration, since apt-utils is not installed [base-builder] Fetched 122 MB in 1s (198 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-builder] Unpacking perl-modules-5.36 (5.36.0-7+deb12u3) ... [base-builder] Selecting previously unselected package libgdbm6:amd64. [base-builder] Preparing to unpack .../1-libgdbm6_1.23-3_amd64.deb ... [base-builder] Unpacking libgdbm6:amd64 (1.23-3) ... [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-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-builder] Selecting previously unselected package perl. [base-builder] Preparing to unpack .../4-perl_5.36.0-7+deb12u3_amd64.deb ... [base-builder] Unpacking perl (5.36.0-7+deb12u3) ... [base-builder] Selecting previously unselected package libssl3:amd64. [base-builder] Preparing to unpack .../5-libssl3_3.0.18-1~deb12u2_amd64.deb ... [base-builder] Unpacking libssl3:amd64 (3.0.18-1~deb12u2) ... [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-builder] Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ... [base-builder] Selecting previously unselected package libexpat1:amd64. [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-builder] Selecting previously unselected package python3.11-minimal. [base-builder] Preparing to unpack .../8-python3.11-minimal_3.11.2-6+deb12u6_amd64.deb ... [base-builder] 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-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-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-builder] Selecting previously unselected package libtirpc-common. [base-builder] Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ... [base-builder] Unpacking libtirpc-common (1.3.3+ds-1) ... [base-builder] Selecting previously unselected package libtirpc3:amd64. [base-builder] Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ... [base-builder] Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... [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-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-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-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-builder] Selecting previously unselected package ca-certificates. [base-builder] Preparing to unpack .../02-ca-certificates_20230311+deb12u1_all.deb ... [base-builder] Unpacking ca-certificates (20230311+deb12u1) ... [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-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-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-builder] Selecting previously unselected package libjansson4:amd64. [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-builder] Unpacking binutils-x86-64-linux-gnu (2.40-2) ... [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-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-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-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-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-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-builder] Selecting previously unselected package libtsan2:amd64. [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-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-builder] Selecting previously unselected package libquadmath0:amd64. [base-builder] Preparing to unpack .../24-libquadmath0_12.2.0-14+deb12u1_amd64.deb ... [base-builder] Unpacking libquadmath0:amd64 (12.2.0-14+deb12u1) ... [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-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-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-builder] Selecting previously unselected package libc6-dev:amd64. [base-builder] Preparing to unpack .../34-libc6-dev_2.36-9+deb12u13_amd64.deb ... [base-builder] Unpacking libc6-dev:amd64 (2.36-9+deb12u13) ... [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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-builder] Preparing to unpack .../82-pkg-config_1.8.1-1_amd64.deb ... [base-builder] Unpacking pkg-config:amd64 (1.8.1-1) ... [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-builder] Selecting previously unselected package python3-pkg-resources. [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-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-builder] Updating certificates in /etc/ssl/certs... [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-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-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-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] --> d3b1efab9999 [base-builder] Successfully tagged localhost/hotstack-os-base-builder:latest [base-builder] d3b1efab999995ea10a0b1eac5cae906c39d356f58b151721785f8c8faf74ac7 [base-runtime] ============================================================ [base-runtime] Building: localhost/hotstack-os-base:latest [base-runtime] Command: podman build --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] ============================================================ [1/2] base-builder [DONE] [base-runtime] [2/2] STEP 1/10: FROM debian:bookworm-slim AS runtime [base-runtime] [2/2] STEP 2/10: ARG APT_PROXY="" [base-runtime] --> Using cache 0ea3de6477604ebca4823e4b51d32e8661dc8238b85b5c66ed002c886745bf72 [base-runtime] --> 0ea3de647760 [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-runtime] --> Using cache 6798df427a7416e9e34b0142c62f3dfbfad84b8419b8222fc8bc23eb9784ec87 [base-runtime] --> 6798df427a74 [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-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-runtime] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 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-runtime] Fetched 9346 kB in 1s (8400 kB/s) [base-runtime] Reading package lists... [base-runtime] Reading package lists... [base-runtime] Building dependency tree... [base-runtime] Reading state information... [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-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-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-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-runtime] Get:17 http://deb.debian.org/debian bookworm/main amd64 dnsmasq all 2.90-4~deb12u1 [66.1 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-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-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-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-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-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-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-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-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-runtime] Get:48 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-stdlib amd64 3.11.2-6+deb12u6 [1798 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-runtime] Get:55 http://deb.debian.org/debian bookworm/main amd64 libbpf1 amd64 1:1.1.2-0+deb12u1 [145 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-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-runtime] Get:74 http://deb.debian.org/debian bookworm/main amd64 libmariadb3 amd64 1:10.11.14-0+deb12u2 [182 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-runtime] Get:77 http://deb.debian.org/debian bookworm/main amd64 mariadb-client-core amd64 1:10.11.14-0+deb12u2 [894 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-runtime] Get:87 http://deb.debian.org/debian bookworm/main amd64 libjemalloc2 amd64 5.3.0-1 [275 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-runtime] Get:90 http://deb.debian.org/debian bookworm/main amd64 liburing2 amd64 2.3-3 [12.6 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-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-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-runtime] Get:97 http://deb.debian.org/debian bookworm/main amd64 qemu-utils amd64 1:7.2+dfsg-7+deb12u18 [1296 kB] [base-runtime] debconf: delaying package configuration, since apt-utils is not installed [base-runtime] Fetched 38.7 MB in 0s (193 MB/s) [base-runtime] Selecting previously unselected package perl-modules-5.36. [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 ... 6096 files and directories currently installed.) [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-runtime] Selecting previously unselected package libgdbm6:amd64. [base-runtime] Preparing to unpack .../01-libgdbm6_1.23-3_amd64.deb ... [base-runtime] Unpacking libgdbm6:amd64 (1.23-3) ... [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-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-runtime] Selecting previously unselected package perl. [base-runtime] Preparing to unpack .../04-perl_5.36.0-7+deb12u3_amd64.deb ... [base-runtime] Unpacking perl (5.36.0-7+deb12u3) ... [base-runtime] Selecting previously unselected package netbase. [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-runtime] Selecting previously unselected package libdevmapper1.02.1:amd64. [base-runtime] Preparing to unpack .../18-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... [base-runtime] Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [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-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-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-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-runtime] Selecting previously unselected package libsasl2-2:amd64. [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-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-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-runtime] Selecting previously unselected package rpcbind. [base-runtime] Preparing to unpack .../34-rpcbind_1.2.6-6+b1_amd64.deb ... [base-runtime] Unpacking rpcbind (1.2.6-6+b1) ... [base-runtime] Selecting previously unselected package sensible-utils. [base-runtime] Preparing to unpack .../35-sensible-utils_0.0.17+nmu1_all.deb ... [base-runtime] Unpacking sensible-utils (0.0.17+nmu1) ... [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-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-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-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-runtime] Selecting previously unselected package libreadline8:amd64. [base-runtime] Preparing to unpack .../4-libreadline8_8.2-1.3_amd64.deb ... [base-runtime] Unpacking libreadline8:amd64 (8.2-1.3) ... [base-runtime] Selecting previously unselected package libsqlite3-0:amd64. [base-runtime] Preparing to unpack .../5-libsqlite3-0_3.40.1-2+deb12u2_amd64.deb ... [base-runtime] Unpacking libsqlite3-0:amd64 (3.40.1-2+deb12u2) ... [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-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-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-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-runtime] Selecting previously unselected package libcap2-bin. [base-runtime] Preparing to unpack .../06-libcap2-bin_1%3a2.66-4+deb12u2+b2_amd64.deb ... [base-runtime] Unpacking libcap2-bin (1:2.66-4+deb12u2+b2) ... [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-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-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-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-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-runtime] Selecting previously unselected package libssh2-1:amd64. [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-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-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-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-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-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-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-runtime] Selecting previously unselected package python3-pip. [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-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-runtime] Setting up libjemalloc2:amd64 (5.3.0-1) ... [base-runtime] Setting up libjansson4:amd64 (2.14-2) ... [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-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-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-runtime] 142 added, 0 removed; done. [base-runtime] Setting up ebtables (2.0.11-5) ... [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-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-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-runtime] Setting up libpython3.11:amd64 (3.11.2-6+deb12u6) ... [base-runtime] Setting up rpcbind (1.2.6-6+b1) ... [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 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-runtime] Setting up python3-pkg-resources (66.1.1-1+deb12u2) ... [base-runtime] Setting up python3-distutils (3.11.2-3) ... [base-runtime] Setting up python3-setuptools (66.1.1-1+deb12u2) ... [base-runtime] Setting up python3-wheel (0.38.4-2) ... [base-runtime] Setting up python3-pip (23.0.1+dfsg-1) ... [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-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] [base-runtime] Creating config file /etc/idmapd.conf with new version [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] 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] [base-runtime] Creating config file /etc/nfs.conf with new version [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-runtime] invoke-rc.d: could not determine current runlevel [base-runtime] invoke-rc.d: policy-rc.d denied execution of start. [base-runtime] Processing triggers for libc-bin (2.36-9+deb12u13) ... [base-runtime] Processing triggers for ca-certificates (20230311+deb12u1) ... [base-runtime] Updating certificates in /etc/ssl/certs... [base-runtime] 0 added, 0 removed; done. [base-runtime] Running hooks in /etc/ca-certificates/update.d... [base-runtime] done. [base-runtime] --> eceaf62f46e6 [base-runtime] [2/2] STEP 5/10: ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2 [base-runtime] --> 479e5f8c3705 [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] --> aee02268ac5d [base-runtime] [2/2] STEP 7/10: RUN mkdir -p /opt [base-runtime] --> 41882442649a [base-runtime] [2/2] STEP 8/10: COPY --chmod=644 scripts/colors.sh /usr/local/lib/colors.sh [base-runtime] --> 231c5c5cbbd2 [base-runtime] [2/2] STEP 9/10: COPY --chmod=644 scripts/common.sh /usr/local/lib/common.sh [base-runtime] --> 46c88d6a3075 [base-runtime] [2/2] STEP 10/10: COPY --chmod=755 scripts/keystone-bootstrap.py /usr/local/bin/keystone-bootstrap.py [base-runtime] [2/2] COMMIT localhost/hotstack-os-base:latest [base-runtime] --> 1f9e8176767d [base-runtime] Successfully tagged localhost/hotstack-os-base:latest [base-runtime] 1f9e8176767daf6937a24c64bd4ba3cfd4efeaf01768cb261bf29df55be24ae2 [2/2] base-runtime [DONE] Building service container images... [dnsmasq] ============================================================ [dnsmasq] Building: localhost/hotstack-os-dnsmasq:latest [dnsmasq] Command: podman build -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 [dnsmasq] ============================================================ [dnsmasq] STEP 1/5: FROM docker.io/library/alpine:3.21 [dnsmasq] Trying to pull docker.io/library/alpine:3.21... [dnsmasq] Getting image source signatures [dnsmasq] Copying blob sha256:bc1da058f299723f8258c5a82dd007d1dd72e275087b726d5e1be5ef6198f286 [dnsmasq] Copying config sha256:6aeafe801b80d22202e15849e99930f83810df4f0e535158480c590da19ecbd7 [dnsmasq] Writing manifest to image destination [dnsmasq] STEP 2/5: RUN apk add --no-cache dnsmasq [dnsmasq] fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz [dnsmasq] fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz [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 [dnsmasq] --> 64530b161045 [dnsmasq] STEP 3/5: RUN mkdir -p /etc/dnsmasq.d [dnsmasq] --> 7087d94a824a [dnsmasq] STEP 4/5: EXPOSE 53/udp 53/tcp [dnsmasq] --> c8f64c5d4638 [dnsmasq] STEP 5/5: CMD ["dnsmasq", "--no-daemon", "--log-facility=-"] [dnsmasq] COMMIT localhost/hotstack-os-dnsmasq:latest [dnsmasq] --> a08b3033da8b [dnsmasq] [Warning] one or more build args were not consumed: [APT_PROXY] [dnsmasq] Successfully tagged localhost/hotstack-os-dnsmasq:latest [dnsmasq] a08b3033da8b1823c862b6f2217e01168f95062e581f85a409b42c270ef8bbfb [haproxy] ============================================================ [haproxy] Building: localhost/hotstack-os-haproxy:latest [haproxy] Command: podman build -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 [haproxy] ============================================================ [1/10] dnsmasq [DONE] [haproxy] STEP 1/10: FROM docker.io/library/haproxy:3.1-alpine [haproxy] Trying to pull docker.io/library/haproxy:3.1-alpine... [haproxy] Getting image source signatures [haproxy] Copying blob sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 [haproxy] Copying blob sha256:c38c33c7735df130b77c89cb98d3db08bdbb2b361df36e076af330c6c3a72305 [haproxy] Copying blob sha256:768fd0a2ce82e6bdcda8342003c8880b7a3ac651e8f38a749b290280c3dd5434 [haproxy] Copying blob sha256:589002ba0eaed121a1dbf42f6648f29e5be55d5c8a6ee0f8eaa0285cc21ac153 [haproxy] Copying blob sha256:7b150b91ea87e84a04d4b265597a016c1a775ce94bed02878d2e5bc7e2325ae2 [haproxy] Copying blob sha256:a2431b4db3366414b17e55104a0cd6d52784e057cc9569961142c9c796c1423c [haproxy] Copying config sha256:fa05a55dbb91f443b80072300ee954abc2c9a945f918e55a2122d662a90dd4f8 [haproxy] Writing manifest to image destination [haproxy] STEP 2/10: EXPOSE 5000 [haproxy] --> 768beb419e26 [haproxy] STEP 3/10: EXPOSE 9292 [haproxy] --> 7e805f8d6998 [haproxy] STEP 4/10: EXPOSE 8778 [haproxy] --> b5928b7d9baa [haproxy] STEP 5/10: EXPOSE 8774 [haproxy] --> 3c26e7be16b2 [haproxy] STEP 6/10: EXPOSE 8775 [haproxy] --> 638eec8c215b [haproxy] STEP 7/10: EXPOSE 9696 [haproxy] --> da8ca20d7096 [haproxy] STEP 8/10: EXPOSE 8776 [haproxy] --> 369f01e74f1a [haproxy] STEP 9/10: EXPOSE 8004 [haproxy] --> ec707fbfd3ce [haproxy] STEP 10/10: EXPOSE 6080 [haproxy] COMMIT localhost/hotstack-os-haproxy:latest [haproxy] --> a1f4411813fb [haproxy] [Warning] one or more build args were not consumed: [APT_PROXY] [haproxy] Successfully tagged localhost/hotstack-os-haproxy:latest [haproxy] a1f4411813fbcbfe90e3aae84c5546a7dcd7bff38c5434b818e2867d96d0ebae [ovn] ============================================================ [ovn] Building: localhost/hotstack-os-ovn:latest [ovn] Command: podman build -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 [ovn] ============================================================ [2/10] haproxy [DONE] [ovn] STEP 1/8: FROM debian:bookworm-slim [ovn] STEP 2/8: ARG SERVICE_TYPE=northd [ovn] --> ac926acd6ac6 [ovn] STEP 3/8: ARG APT_PROXY="" [ovn] --> 68615af39e00 [ovn] STEP 4/8: RUN if [ -n "$APT_PROXY" ]; then echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/01proxy; fi [ovn] --> 66c550fd41b9 [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] [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] [ovn] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [293 kB] [ovn] Fetched 9346 kB in 1s (8806 kB/s) [ovn] Reading package lists... [ovn] Reading package lists... [ovn] Building dependency tree... [ovn] Reading state information... [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 [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 [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] [ovn] Get:9 http://deb.debian.org/debian bookworm/main amd64 python3-minimal amd64 3.11.2-1+b1 [26.3 kB] [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] [ovn] Get:28 http://deb.debian.org/debian bookworm/main amd64 libbpf1 amd64 1:1.1.2-0+deb12u1 [145 kB] [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] [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] [ovn] Get:37 http://deb.debian.org/debian bookworm/main amd64 python3-sortedcontainers all 2.4.0-2 [31.9 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] [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] [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] [ovn] Get:58 http://deb.debian.org/debian bookworm/main amd64 ovn-common amd64 23.03.1-1~deb12u2 [2310 kB] [ovn] Get:59 http://deb.debian.org/debian bookworm/main amd64 ovn-central amd64 23.03.1-1~deb12u2 [989 kB] [ovn] Get:60 http://deb.debian.org/debian bookworm/main amd64 ovn-host amd64 23.03.1-1~deb12u2 [1031 kB] [ovn] debconf: delaying package configuration, since apt-utils is not installed [ovn] Fetched 24.8 MB in 0s (259 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) ... [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) ... [ovn] Selecting previously unselected package kmod. [ovn] Preparing to unpack .../2-kmod_30+20221128-1_amd64.deb ... [ovn] Unpacking kmod (30+20221128-1) ... [ovn] Selecting previously unselected package netbase. [ovn] Preparing to unpack .../3-netbase_6.4_all.deb ... [ovn] Unpacking netbase (6.4) ... [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) ... [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) ... [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) ... [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) ... [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) ... [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) ... [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) ... [ovn] Selecting previously unselected package libncursesw6:amd64. [ovn] Preparing to unpack .../02-libncursesw6_6.4-4_amd64.deb ... [ovn] Unpacking libncursesw6:amd64 (6.4-4) ... [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) ... [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) ... [ovn] Selecting previously unselected package libkeyutils1:amd64. [ovn] Preparing to unpack .../05-libkeyutils1_1.6.3-2_amd64.deb ... [ovn] Unpacking libkeyutils1:amd64 (1.6.3-2) ... [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) ... [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) ... [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) ... [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) ... [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) ... [ovn] Selecting previously unselected package readline-common. [ovn] Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ... [ovn] Unpacking readline-common (8.2-1.3) ... [ovn] Selecting previously unselected package libreadline8:amd64. [ovn] Preparing to unpack .../12-libreadline8_8.2-1.3_amd64.deb ... [ovn] Unpacking libreadline8:amd64 (8.2-1.3) ... [ovn] Selecting previously unselected package libsqlite3-0:amd64. [ovn] Preparing to unpack .../13-libsqlite3-0_3.40.1-2+deb12u2_amd64.deb ... [ovn] Unpacking libsqlite3-0:amd64 (3.40.1-2+deb12u2) ... [ovn] Selecting previously unselected package libpython3.11-stdlib:amd64. [ovn] Preparing to unpack .../14-libpython3.11-stdlib_3.11.2-6+deb12u6_amd64.deb ... [ovn] Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ... [ovn] Selecting previously unselected package python3.11. [ovn] Preparing to unpack .../15-python3.11_3.11.2-6+deb12u6_amd64.deb ... [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) ... [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 ... [ovn] Unpacking python3 (3.11.2-1+b1) ... [ovn] Selecting previously unselected package libelf1:amd64. [ovn] Preparing to unpack .../01-libelf1_0.188-2.1_amd64.deb ... [ovn] Unpacking libelf1:amd64 (0.188-2.1) ... [ovn] Selecting previously unselected package libbpf1:amd64. [ovn] Preparing to unpack .../02-libbpf1_1%3a1.1.2-0+deb12u1_amd64.deb ... [ovn] Unpacking libbpf1:amd64 (1:1.1.2-0+deb12u1) ... [ovn] Selecting previously unselected package libnuma1:amd64. [ovn] Preparing to unpack .../03-libnuma1_2.0.16-1_amd64.deb ... [ovn] Unpacking libnuma1:amd64 (2.0.16-1) ... [ovn] Selecting previously unselected package libevent-2.1-7:amd64. [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) ... [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) ... [ovn] Selecting previously unselected package libxdp1:amd64. [ovn] Preparing to unpack .../06-libxdp1_1.3.1-1_amd64.deb ... [ovn] Unpacking libxdp1:amd64 (1.3.1-1) ... [ovn] Selecting previously unselected package openvswitch-common. [ovn] Preparing to unpack .../07-openvswitch-common_3.1.0-2+deb12u1_amd64.deb ... [ovn] Unpacking openvswitch-common (3.1.0-2+deb12u1) ... [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) ... [ovn] Selecting previously unselected package procps. [ovn] Preparing to unpack .../09-procps_2%3a4.0.2-3_amd64.deb ... [ovn] Unpacking procps (2:4.0.2-3) ... [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) ... [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) ... [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) ... [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) ... [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) ... [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) ... [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) ... [ovn] Selecting previously unselected package libxtables12:amd64. [ovn] Preparing to unpack .../17-libxtables12_1.8.9-2_amd64.deb ... [ovn] Unpacking libxtables12:amd64 (1.8.9-2) ... [ovn] Selecting previously unselected package libcap2-bin. [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) ... [ovn] Selecting previously unselected package iproute2. [ovn] Preparing to unpack .../19-iproute2_6.1.0-3_amd64.deb ... [ovn] Unpacking iproute2 (6.1.0-3) ... [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) ... [ovn] Selecting previously unselected package libsasl2-modules-db:amd64. [ovn] Preparing to unpack .../21-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... [ovn] Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [ovn] Selecting previously unselected package libsasl2-2:amd64. [ovn] Preparing to unpack .../22-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... [ovn] Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... [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) ... [ovn] Selecting previously unselected package libnghttp2-14:amd64. [ovn] Preparing to unpack .../24-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... [ovn] Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [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) ... [ovn] Selecting previously unselected package librtmp1:amd64. [ovn] Preparing to unpack .../26-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [ovn] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [ovn] Selecting previously unselected package libssh2-1:amd64. [ovn] Preparing to unpack .../27-libssh2-1_1.10.0-3+b1_amd64.deb ... [ovn] Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... [ovn] Selecting previously unselected package libcurl4:amd64. [ovn] Preparing to unpack .../28-libcurl4_7.88.1-10+deb12u14_amd64.deb ... [ovn] Unpacking libcurl4:amd64 (7.88.1-10+deb12u14) ... [ovn] Selecting previously unselected package curl. [ovn] Preparing to unpack .../29-curl_7.88.1-10+deb12u14_amd64.deb ... [ovn] Unpacking curl (7.88.1-10+deb12u14) ... [ovn] Selecting previously unselected package lsb-release. [ovn] Preparing to unpack .../30-lsb-release_12.0-1_all.deb ... [ovn] Unpacking lsb-release (12.0-1) ... [ovn] Selecting previously unselected package netcat-openbsd. [ovn] Preparing to unpack .../31-netcat-openbsd_1.219-1_amd64.deb ... [ovn] Unpacking netcat-openbsd (1.219-1) ... [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) ... [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) ... [ovn] Selecting previously unselected package ovn-host. [ovn] Preparing to unpack .../34-ovn-host_23.03.1-1~deb12u2_amd64.deb ... [ovn] Unpacking ovn-host (23.03.1-1~deb12u2) ... [ovn] Setting up media-types (10.0.0) ... [ovn] Setting up libkeyutils1:amd64 (1.6.3-2) ... [ovn] Setting up libpsl5:amd64 (0.21.2-1) ... [ovn] Setting up libtirpc-common (1.3.3+ds-1) ... [ovn] Setting up libbrotli1:amd64 (1.0.9-2+b6) ... [ovn] Setting up libsqlite3-0:amd64 (3.40.1-2+deb12u2) ... [ovn] Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [ovn] Setting up libkrb5support0:amd64 (1.20.1-2+deb12u4) ... [ovn] Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [ovn] Setting up libcap2-bin (1:2.66-4+deb12u2+b2) ... [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) ... [ovn] Setting up libevent-2.1-7:amd64 (2.1.12-stable-8) ... [ovn] Setting up libncursesw6:amd64 (6.4-4) ... [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) ... [ovn] Adding group `uuidd' (GID 101) ... [ovn] Done. [ovn] invoke-rc.d: could not determine current runlevel [ovn] invoke-rc.d: policy-rc.d denied execution of start. [ovn] Setting up procps (2:4.0.2-3) ... [ovn] Setting up libssh2-1:amd64 (1.10.0-3+b1) ... [ovn] Setting up netbase (6.4) ... [ovn] Setting up libkrb5-3:amd64 (1.20.1-2+deb12u4) ... [ovn] Setting up lsb-release (12.0-1) ... [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) ... [ovn] Setting up libbpf1:amd64 (1:1.1.2-0+deb12u1) ... [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) ... [ovn] Setting up libtirpc3:amd64 (1.3.3+ds-1) ... [ovn] Setting up iproute2 (6.1.0-3) ... [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 [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) ... [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... [ovn] Setting up python3-sortedcontainers (2.4.0-2) ... [ovn] Setting up python3-openvswitch (3.1.0-2+deb12u1) ... [ovn] Setting up ovn-common (23.03.1-1~deb12u2) ... [ovn] Setting up python3-netifaces:amd64 (0.11.0-2+b1) ... [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 [ovn] invoke-rc.d: could not determine current runlevel [ovn] invoke-rc.d: policy-rc.d denied execution of start. [ovn] Setting up ovn-host (23.03.1-1~deb12u2) ... [ovn] Setting up ovn-central (23.03.1-1~deb12u2) ... [ovn] Processing triggers for libc-bin (2.36-9+deb12u13) ... [ovn] --> ff1a9c1a531f [ovn] STEP 6/8: RUN mkdir -p /etc/ovn /var/lib/ovn /run/ovn [ovn] --> 28dc49e0a0bd [ovn] STEP 7/8: COPY --chmod=755 scripts/ovn-northd-entrypoint.sh /usr/local/bin/ovn-northd-entrypoint.sh [ovn] --> 93be3b911dbd [ovn] STEP 8/8: COPY --chmod=755 scripts/ovn-controller-entrypoint.sh /usr/local/bin/ovn-controller-entrypoint.sh [ovn] COMMIT localhost/hotstack-os-ovn:latest [ovn] --> 4792ba7e3fe4 [ovn] Successfully tagged localhost/hotstack-os-ovn:latest [ovn] 4792ba7e3fe4e075435f6139eede7bf09b1b10aa3599b0401ec5b090f12299e0 [keystone] ============================================================ [keystone] Building: localhost/hotstack-os-keystone:latest [keystone] Command: podman build -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 [keystone] ============================================================ [3/10] ovn [DONE] [keystone] [1/2] STEP 1/3: FROM localhost/hotstack-os-base-builder:latest AS builder [keystone] [1/2] STEP 2/3: ARG OPENSTACK_BRANCH=stable/2025.1 [keystone] --> 55aeec905d29 [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 [keystone] Cloning into '/tmp/keystone'... [keystone] Processing /tmp/keystone [keystone] Preparing metadata (setup.py): started [keystone] Preparing metadata (setup.py): finished with status 'done' [keystone] Collecting uwsgi [keystone] Downloading uwsgi-2.0.31.tar.gz (822 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 822.8/822.8 kB 26.3 MB/s eta 0:00:00 [keystone] Preparing metadata (setup.py): started [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 137.1 MB/s eta 0:00:00 [keystone] Collecting python-memcached [keystone] Downloading python_memcached-1.62-py2.py3-none-any.whl (15 kB) [keystone] Collecting python-openstackclient [keystone] Downloading python_openstackclient-7.5.0-py3-none-any.whl (1.1 MB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 103.8 MB/s eta 0:00:00 [keystone] Collecting Flask!=0.11,>=1.0.2 [keystone] Downloading flask-3.1.0-py3-none-any.whl (102 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.0/103.0 kB 343.9 MB/s eta 0:00:00 [keystone] Collecting Flask-RESTful>=0.3.5 [keystone] Downloading Flask_RESTful-0.3.10-py2.py3-none-any.whl (26 kB) [keystone] Collecting PyJWT>=1.6.1 [keystone] Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) [keystone] Collecting SQLAlchemy>=1.4.0 [keystone] Downloading SQLAlchemy-2.0.38-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 179.2 MB/s eta 0:00:00 [keystone] Collecting WebOb>=1.7.1 [keystone] Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.4/115.4 kB 351.2 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 282.5 MB/s eta 0:00:00 [keystone] Collecting cryptography>=2.7 [keystone] Downloading cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 156.7 MB/s eta 0:00:00 [keystone] Collecting dogpile.cache>=1.0.2 [keystone] Downloading dogpile.cache-1.3.4-py3-none-any.whl (62 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.9/62.9 kB 247.5 MB/s eta 0:00:00 [keystone] Collecting jsonschema>=3.2.0 [keystone] Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 349.7 MB/s eta 0:00:00 [keystone] Collecting keystonemiddleware>=7.0.0 [keystone] Downloading keystonemiddleware-10.9.0-py3-none-any.whl (151 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.5/151.5 kB 229.1 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 52.8 MB/s eta 0:00:00 [keystone] Collecting oauthlib>=0.6.2 [keystone] Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.7/151.7 kB 386.3 MB/s eta 0:00:00 [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 310.7 MB/s eta 0:00:00 [keystone] Collecting oslo.config>=6.8.0 [keystone] Downloading oslo.config-9.7.1-py3-none-any.whl (131 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 kB 233.0 MB/s eta 0:00:00 [keystone] Collecting oslo.context>=2.22.0 [keystone] Downloading oslo.context-5.7.1-py3-none-any.whl (20 kB) [keystone] Collecting oslo.db>=6.0.0 [keystone] Downloading oslo.db-17.2.1-py3-none-any.whl (156 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 kB 355.5 MB/s eta 0:00:00 [keystone] Collecting oslo.i18n>=3.15.3 [keystone] Downloading oslo.i18n-6.5.1-py3-none-any.whl (46 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/46.8 kB 338.7 MB/s eta 0:00:00 [keystone] Collecting oslo.log>=3.44.0 [keystone] Downloading oslo.log-7.1.0-py3-none-any.whl (73 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.0/74.0 kB 43.3 MB/s eta 0:00:00 [keystone] Collecting oslo.messaging>=5.29.0 [keystone] Downloading oslo.messaging-16.1.0-py3-none-any.whl (202 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202.5/202.5 kB 95.9 MB/s eta 0:00:00 [keystone] Collecting oslo.middleware>=3.31.0 [keystone] Downloading oslo.middleware-6.3.1-py3-none-any.whl (64 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.6/64.6 kB 162.1 MB/s eta 0:00:00 [keystone] Collecting oslo.policy>=4.5.0 [keystone] Downloading oslo.policy-4.5.1-py3-none-any.whl (88 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.6/88.6 kB 273.5 MB/s eta 0:00:00 [keystone] Collecting oslo.serialization!=2.19.1,>=2.18.0 [keystone] Downloading oslo.serialization-5.7.0-py3-none-any.whl (25 kB) [keystone] Collecting oslo.upgradecheck>=1.3.0 [keystone] Downloading oslo.upgradecheck-2.5.0-py3-none-any.whl (14 kB) [keystone] Collecting oslo.utils>=3.33.0 [keystone] Downloading oslo.utils-8.2.0-py3-none-any.whl (134 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.3/134.3 kB 362.7 MB/s eta 0:00:00 [keystone] Collecting osprofiler>=1.4.0 [keystone] Downloading osprofiler-4.2.0-py3-none-any.whl (95 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.4/95.4 kB 380.8 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 341.7 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 292.4 MB/s eta 0:00:00 [keystone] Collecting pysaml2>=5.0.0 [keystone] Downloading pysaml2-7.5.2-py3-none-any.whl (420 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 420.8/420.8 kB 124.1 MB/s eta 0:00:00 [keystone] Collecting python-keystoneclient>=3.8.0 [keystone] Downloading python_keystoneclient-5.6.0-py3-none-any.whl (397 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 397.2/397.2 kB 225.3 MB/s eta 0:00:00 [keystone] Collecting scrypt>=0.8.0 [keystone] Downloading scrypt-0.8.27-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 147.7 MB/s eta 0:00:00 [keystone] Collecting stevedore>=1.20.0 [keystone] Downloading stevedore-5.4.1-py3-none-any.whl (49 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 kB 319.6 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 363.0 MB/s eta 0:00:00 [keystone] Collecting iso8601>=0.1.11 [keystone] Downloading iso8601-2.1.0-py3-none-any.whl (7.5 kB) [keystone] Collecting openstacksdk>=3.3.0 [keystone] Downloading openstacksdk-4.4.0-py3-none-any.whl (1.8 MB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 145.9 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 230.8 MB/s eta 0:00:00 [keystone] Collecting python-cinderclient>=3.3.0 [keystone] Downloading python_cinderclient-9.7.0-py3-none-any.whl (256 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.5/256.5 kB 184.1 MB/s eta 0:00:00 [keystone] Collecting requests>=2.27.0 [keystone] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 351.7 MB/s eta 0:00:00 [keystone] Collecting autopage>=0.4.0 [keystone] Downloading autopage-0.5.2-py3-none-any.whl (30 kB) [keystone] Collecting cmd2>=1.0.0 [keystone] Downloading cmd2-2.5.11-py3-none-any.whl (152 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.8/152.8 kB 70.7 MB/s eta 0:00:00 [keystone] Collecting PrettyTable>=0.7.2 [keystone] Downloading prettytable-3.14.0-py3-none-any.whl (31 kB) [keystone] Collecting PyYAML>=3.12 [keystone] Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 763.0/763.0 kB 100.7 MB/s eta 0:00:00 [keystone] Collecting cffi>=1.12 [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 167.7 MB/s eta 0:00:00 [keystone] Collecting decorator>=4.0.0 [keystone] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [keystone] Collecting Werkzeug>=3.1 [keystone] Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.5/224.5 kB 301.5 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 335.8 MB/s eta 0:00:00 [keystone] Collecting itsdangerous>=2.2 [keystone] Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) [keystone] Collecting click>=8.1.3 [keystone] Downloading click-8.1.8-py3-none-any.whl (98 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.2/98.2 kB 351.1 MB/s eta 0:00:00 [keystone] Collecting blinker>=1.9 [keystone] Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB) [keystone] Collecting aniso8601>=0.82 [keystone] Downloading aniso8601-10.0.0-py2.py3-none-any.whl (52 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.8/52.8 kB 345.0 MB/s eta 0:00:00 [keystone] Collecting six>=1.3.0 [keystone] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [keystone] Collecting pytz [keystone] Downloading pytz-2025.1-py2.py3-none-any.whl (507 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 507.9/507.9 kB 156.4 MB/s eta 0:00:00 [keystone] Collecting attrs>=22.2.0 [keystone] Downloading attrs-25.1.0-py3-none-any.whl (63 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 kB 377.9 MB/s eta 0:00:00 [keystone] Collecting jsonschema-specifications>=2023.03.6 [keystone] Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB) [keystone] Collecting referencing>=0.28.4 [keystone] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [keystone] Collecting rpds-py>=0.7.1 [keystone] Downloading rpds_py-0.23.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.3/386.3 kB 147.0 MB/s eta 0:00:00 [keystone] Collecting keystoneauth1>=3.12.0 [keystone] Downloading keystoneauth1-5.10.0-py3-none-any.whl (344 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 344.3/344.3 kB 134.7 MB/s eta 0:00:00 [keystone] Collecting jmespath>=0.9.0 [keystone] Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) [keystone] Collecting jsonpatch!=1.20,>=1.16 [keystone] Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB) [keystone] Collecting os-service-types>=1.7.0 [keystone] Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) [keystone] Collecting platformdirs>=3 [keystone] Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB) [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) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 287.2 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) [keystone] Collecting typing-extensions>=4.12.0 [keystone] Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) [keystone] Collecting debtcollector>=3.0.0 [keystone] Downloading debtcollector-3.0.0-py3-none-any.whl (23 kB) [keystone] Collecting netaddr>=0.7.18 [keystone] Downloading netaddr-1.3.0-py3-none-any.whl (2.3 MB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 133.6 MB/s eta 0:00:00 [keystone] Collecting rfc3986>=1.2.0 [keystone] Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) [keystone] Collecting alembic>=0.9.6 [keystone] Downloading alembic-1.14.1-py3-none-any.whl (233 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.6/233.6 kB 178.3 MB/s eta 0:00:00 [keystone] Collecting testresources>=2.0.0 [keystone] Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB) [keystone] Collecting testscenarios>=0.4 [keystone] Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) [keystone] Collecting python-dateutil>=2.7.0 [keystone] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 333.0 MB/s eta 0:00:00 [keystone] Collecting futurist>=1.2.0 [keystone] Downloading futurist-3.1.0-py3-none-any.whl (37 kB) [keystone] Collecting oslo.service>=1.24.0 [keystone] Downloading oslo.service-4.1.1-py3-none-any.whl (87 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 384.0 MB/s eta 0:00:00 [keystone] Collecting cachetools>=2.0.0 [keystone] Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) [keystone] Collecting amqp>=2.5.2 [keystone] Downloading amqp-5.3.1-py3-none-any.whl (50 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/50.9 kB 355.3 MB/s eta 0:00:00 [keystone] Collecting kombu>=4.6.6 [keystone] Downloading kombu-5.4.2-py3-none-any.whl (201 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 kB 265.5 MB/s eta 0:00:00 [keystone] Collecting oslo.metrics>=0.2.1 [keystone] Downloading oslo.metrics-0.11.0-py3-none-any.whl (13 kB) [keystone] Collecting statsd>=3.2.1 [keystone] Downloading statsd-4.0.1-py2.py3-none-any.whl (13 kB) [keystone] Collecting tzdata>=2022.4 [keystone] Downloading tzdata-2025.1-py2.py3-none-any.whl (346 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.8/346.8 kB 176.8 MB/s eta 0:00:00 [keystone] Collecting pyparsing>=2.1.0 [keystone] Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 kB 401.4 MB/s eta 0:00:00 [keystone] Collecting packaging>=20.4 [keystone] Downloading packaging-24.2-py3-none-any.whl (65 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 359.5 MB/s eta 0:00:00 [keystone] Collecting oslo.concurrency>=3.26.0 [keystone] Downloading oslo.concurrency-7.1.0-py3-none-any.whl (47 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.0/47.0 kB 320.8 MB/s eta 0:00:00 [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) [keystone] Collecting defusedxml [keystone] Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) [keystone] Collecting pyopenssl<24.3.0 [keystone] Downloading pyOpenSSL-24.2.1-py3-none-any.whl (58 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/58.4 kB 297.3 MB/s eta 0:00:00 [keystone] Collecting xmlschema<3,>=2 [keystone] Downloading xmlschema-2.5.1-py3-none-any.whl (395 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 395.1/395.1 kB 133.0 MB/s eta 0:00:00 [keystone] Collecting charset-normalizer<4,>=2 [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 265.4 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 278.2 MB/s eta 0:00:00 [keystone] Collecting urllib3<3,>=1.21.1 [keystone] Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 kB 329.1 MB/s eta 0:00:00 [keystone] Collecting certifi>=2017.4.17 [keystone] Downloading certifi-2026.2.25-py3-none-any.whl (153 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.7/153.7 kB 258.1 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) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 602.4/602.4 kB 190.2 MB/s eta 0:00:00 [keystone] Collecting Mako [keystone] Downloading Mako-1.3.9-py3-none-any.whl (78 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 372.2 MB/s eta 0:00:00 [keystone] Collecting vine<6.0.0,>=5.0.0 [keystone] Downloading vine-5.1.0-py3-none-any.whl (9.6 kB) [keystone] Collecting pycparser [keystone] Downloading pycparser-2.22-py3-none-any.whl (117 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 401.4 MB/s eta 0:00:00 [keystone] Collecting pyperclip>=1.8 [keystone] Downloading pyperclip-1.9.0.tar.gz (20 kB) [keystone] 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) [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 326.9 MB/s eta 0:00:00 [keystone] Collecting MarkupSafe>=2.0 [keystone] Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) [keystone] Collecting jsonpointer>=1.9 [keystone] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [keystone] Collecting fasteners>=0.7.0 [keystone] Downloading fasteners-0.19-py3-none-any.whl (18 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 254.5 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 226.7 MB/s eta 0:00:00 [keystone] Collecting PasteDeploy>=1.5.0 [keystone] Downloading PasteDeploy-3.1.0-py3-none-any.whl (16 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 299.1 MB/s eta 0:00:00 [keystone] Collecting Paste>=2.0.2 [keystone] Downloading Paste-3.10.1-py3-none-any.whl (289 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.3/289.3 kB 199.2 MB/s eta 0:00:00 [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 333.3 MB/s eta 0:00:00 [keystone] Collecting testtools [keystone] Downloading testtools-2.7.2-py3-none-any.whl (179 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.9/179.9 kB 7.9 MB/s eta 0:00:00 [keystone] Collecting elementpath<5.0.0,>=4.1.5 [keystone] Downloading elementpath-4.7.0-py3-none-any.whl (240 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.6/240.6 kB 230.9 MB/s eta 0:00:00 [keystone] Collecting dnspython>=1.15.0 [keystone] Downloading dnspython-2.7.0-py3-none-any.whl (313 kB) [keystone] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 179.3 MB/s eta 0:00:00 [keystone] Collecting repoze.lru>=0.3 [keystone] Downloading repoze.lru-0.7-py3-none-any.whl (10 kB) [keystone] Building wheels for collected packages: keystone, uwsgi, pyperclip [keystone] Building wheel for keystone (setup.py): started [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=6b82707130081f0520bda356bb6524ddf04ec5f8b0c2709a9f2e688a92fe37c5 [keystone] Stored in directory: /tmp/pip-ephem-wheel-cache-ub5il0_j/wheels/7d/ce/ab/543df92edb4eb37e81d4d0a7f4b4bcdca1998e14a4df293686 [keystone] Building wheel for uwsgi (setup.py): started [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=549510 sha256=b6b3afdd6e6e647bbc231ea9f111385f0dee021c2aadf33f3e0dd1a4908dd555 [keystone] Stored in directory: /tmp/pip-ephem-wheel-cache-ub5il0_j/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=4df58187bcc5567353617a989926af9782f4782e40124a56c97075a3a7311f44 [keystone] Stored in directory: /tmp/pip-ephem-wheel-cache-ub5il0_j/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 [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 [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] --> 1501b82d6d9a [keystone] [2/2] STEP 1/10: FROM localhost/hotstack-os-base:latest [keystone] [2/2] STEP 2/10: ARG OPENSTACK_BRANCH=stable/2025.1 [keystone] --> d5b106e0ca1d [keystone] [2/2] STEP 3/10: COPY --from=builder /usr/local /usr/local [keystone] --> 30c539e40f11 [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 [keystone] --> 923ddbb909fc [keystone] [2/2] STEP 5/10: COPY --chown=openstack:openstack configs/keystone-uwsgi.ini /etc/keystone/keystone-uwsgi.ini [keystone] --> e5614342a677 [keystone] [2/2] STEP 6/10: COPY --chmod=755 scripts/keystone-entrypoint.sh /usr/local/bin/entrypoint.sh [keystone] --> 7e4af7d7f16a [keystone] [2/2] STEP 7/10: COPY --chmod=755 scripts/keystone-healthcheck.sh /usr/local/bin/keystone-healthcheck.sh [keystone] --> e1d6e46a4bdc [keystone] [2/2] STEP 8/10: EXPOSE 5000 [keystone] --> 4f7073869254 [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] time="2026-03-07T07:16:46-05:00" level=warning msg="HEALTHCHECK is not supported for OCI image format and will be ignored. Must use `docker` format" [keystone] --> eeb2fbae8838 [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-07T07:16:46-05:00" level=warning msg="HEALTHCHECK is not supported for OCI image format and will be ignored. Must use `docker` format" [keystone] --> 032f2a5744ac [keystone] [Warning] one or more build args were not consumed: [APT_PROXY] [keystone] Successfully tagged localhost/hotstack-os-keystone:latest [keystone] 032f2a5744ac8b5bd54a30d9273ad7f5a54f37532df73361717c874242f30351 [glance] ============================================================ [glance] Building: localhost/hotstack-os-glance:latest [glance] Command: podman build -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 [glance] ============================================================ [4/10] keystone [DONE] [glance] [1/2] STEP 1/3: FROM localhost/hotstack-os-base-builder:latest AS builder [glance] [1/2] STEP 2/3: ARG OPENSTACK_BRANCH=stable/2025.1 [glance] --> Using cache 55aeec905d29f6781f7e5d372b2e9ff3081f7faf58c5e8faf59b173814869014 [glance] --> 55aeec905d29 [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/ [glance] Cloning into '/tmp/glance'... [glance] Processing /tmp/glance [glance] Preparing metadata (setup.py): started [glance] Preparing metadata (setup.py): finished with status 'done' [glance] Collecting glance_store[cinder] [glance] Downloading glance_store-4.9.1-py3-none-any.whl (242 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 243.0/243.0 kB 11.8 MB/s eta 0:00:00 [glance] Collecting pymysql [glance] Downloading PyMySQL-1.1.1-py3-none-any.whl (44 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.0/45.0 kB 135.8 MB/s eta 0:00:00 [glance] Collecting python-memcached [glance] Downloading python_memcached-1.62-py2.py3-none-any.whl (15 kB) [glance] Collecting python-openstackclient [glance] Downloading python_openstackclient-7.5.0-py3-none-any.whl (1.1 MB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 142.1 MB/s eta 0:00:00 [glance] Collecting Paste>=2.0.2 [glance] Downloading Paste-3.10.1-py3-none-any.whl (289 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.3/289.3 kB 304.1 MB/s eta 0:00:00 [glance] Collecting PasteDeploy>=1.5.0 [glance] Downloading PasteDeploy-3.1.0-py3-none-any.whl (16 kB) [glance] Collecting PrettyTable>=0.7.1 [glance] Downloading prettytable-3.14.0-py3-none-any.whl (31 kB) [glance] Collecting Routes>=2.3.1 [glance] Downloading Routes-2.5.1-py2.py3-none-any.whl (40 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.1/40.1 kB 346.5 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) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 153.9 MB/s eta 0:00:00 [glance] Collecting WSME>=0.8.0 [glance] Downloading WSME-0.12.1-py3-none-any.whl (59 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 kB 324.6 MB/s eta 0:00:00 [glance] Collecting WebOb>=1.8.1 [glance] Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.4/115.4 kB 387.8 MB/s eta 0:00:00 [glance] Collecting alembic>=0.9.6 [glance] Downloading alembic-1.14.1-py3-none-any.whl (233 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.6/233.6 kB 381.1 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 382.5 MB/s eta 0:00:00 [glance] Collecting cryptography>=2.6.1 [glance] Downloading cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 199.3 MB/s eta 0:00:00 [glance] Collecting cursive>=0.2.1 [glance] Downloading cursive-0.2.3-py2.py3-none-any.whl (43 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.8/43.8 kB 359.2 MB/s eta 0:00:00 [glance] Collecting debtcollector>=1.19.0 [glance] Downloading debtcollector-3.0.0-py3-none-any.whl (23 kB) [glance] Collecting defusedxml>=0.7.1 [glance] Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) [glance] Collecting eventlet>=0.33.3 [glance] Downloading eventlet-0.39.0-py3-none-any.whl (363 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 363.3/363.3 kB 304.3 MB/s eta 0:00:00 [glance] Collecting futurist>=1.2.0 [glance] Downloading futurist-3.1.0-py3-none-any.whl (37 kB) [glance] Collecting httplib2>=0.9.1 [glance] Downloading httplib2-0.22.0-py3-none-any.whl (96 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.9/96.9 kB 181.5 MB/s eta 0:00:00 [glance] Collecting jsonschema>=3.2.0 [glance] Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 309.7 MB/s eta 0:00:00 [glance] Collecting keystoneauth1>=3.4.0 [glance] Downloading keystoneauth1-5.10.0-py3-none-any.whl (344 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 344.3/344.3 kB 271.2 MB/s eta 0:00:00 [glance] Collecting keystonemiddleware>=5.1.0 [glance] Downloading keystonemiddleware-10.9.0-py3-none-any.whl (151 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.5/151.5 kB 423.7 MB/s eta 0:00:00 [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 338.7 MB/s eta 0:00:00 [glance] Collecting oslo.config>=8.1.0 [glance] Downloading oslo.config-9.7.1-py3-none-any.whl (131 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 kB 326.2 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) [glance] Collecting oslo.db>=5.0.0 [glance] Downloading oslo.db-17.2.1-py3-none-any.whl (156 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 kB 375.4 MB/s eta 0:00:00 [glance] Collecting oslo.i18n>=5.0.0 [glance] Downloading oslo.i18n-6.5.1-py3-none-any.whl (46 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/46.8 kB 328.1 MB/s eta 0:00:00 [glance] Collecting oslo.limit>=1.6.0 [glance] Downloading oslo.limit-2.6.1-py3-none-any.whl (21 kB) [glance] Collecting oslo.log>=4.5.0 [glance] Downloading oslo.log-7.1.0-py3-none-any.whl (73 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.0/74.0 kB 189.3 MB/s eta 0:00:00 [glance] Collecting oslo.messaging!=9.0.0,>=5.29.0 [glance] Downloading oslo.messaging-16.1.0-py3-none-any.whl (202 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202.5/202.5 kB 353.8 MB/s eta 0:00:00 [glance] Collecting oslo.middleware>=3.31.0 [glance] Downloading oslo.middleware-6.3.1-py3-none-any.whl (64 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.6/64.6 kB 360.4 MB/s eta 0:00:00 [glance] Collecting oslo.policy>=4.5.0 [glance] Downloading oslo.policy-4.5.1-py3-none-any.whl (88 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.6/88.6 kB 316.9 MB/s eta 0:00:00 [glance] Collecting oslo.reports>=1.18.0 [glance] Downloading oslo.reports-3.5.1-py3-none-any.whl (53 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.2/53.2 kB 341.3 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) [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 372.0 MB/s eta 0:00:00 [glance] Collecting osprofiler>=1.4.0 [glance] Downloading osprofiler-4.2.0-py3-none-any.whl (95 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.4/95.4 kB 296.7 MB/s eta 0:00:00 [glance] Collecting pbr>=3.1.1 [glance] Downloading pbr-6.1.1-py2.py3-none-any.whl (108 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.0/109.0 kB 398.4 MB/s eta 0:00:00 [glance] Collecting python-keystoneclient>=3.8.0 [glance] Downloading python_keystoneclient-5.6.0-py3-none-any.whl (397 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 397.2/397.2 kB 318.0 MB/s eta 0:00:00 [glance] Collecting retrying!=1.3.0,>=1.2.3 [glance] Downloading retrying-1.3.4-py3-none-any.whl (11 kB) [glance] Collecting stevedore!=3.0.0,>=1.20.0 [glance] Downloading stevedore-5.4.1-py3-none-any.whl (49 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 kB 10.8 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 223.3 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) [glance] Collecting requests>=2.14.2 [glance] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 392.6 MB/s eta 0:00:00 [glance] Collecting python-cinderclient>=4.1.0 [glance] Downloading python_cinderclient-9.7.0-py3-none-any.whl (256 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.5/256.5 kB 409.8 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) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 310.2/310.2 kB 335.9 MB/s eta 0:00:00 [glance] Collecting oslo.rootwrap>=5.8.0 [glance] Downloading oslo.rootwrap-7.5.1-py3-none-any.whl (38 kB) [glance] Collecting oslo.privsep>=1.23.0 [glance] Downloading oslo.privsep-3.6.0-py3-none-any.whl (38 kB) [glance] Collecting cliff>=3.5.0 [glance] Downloading cliff-4.9.1-py3-none-any.whl (84 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.6/84.6 kB 397.8 MB/s eta 0:00:00 [glance] Collecting iso8601>=0.1.11 [glance] Downloading iso8601-2.1.0-py3-none-any.whl (7.5 kB) [glance] Collecting openstacksdk>=3.3.0 [glance] Downloading openstacksdk-4.4.0-py3-none-any.whl (1.8 MB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 250.6 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) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.3/89.3 kB 397.5 MB/s eta 0:00:00 [glance] Collecting Mako [glance] Downloading Mako-1.3.9-py3-none-any.whl (78 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 369.5 MB/s eta 0:00:00 [glance] Collecting typing-extensions>=4 [glance] Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) [glance] Collecting python-barbicanclient>=5.5.0 [glance] Downloading python_barbicanclient-7.1.0-py3-none-any.whl (88 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 29.1 MB/s eta 0:00:00 [glance] Collecting autopage>=0.4.0 [glance] Downloading autopage-0.5.2-py3-none-any.whl (30 kB) [glance] Collecting cmd2>=1.0.0 [glance] Downloading cmd2-2.5.11-py3-none-any.whl (152 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.8/152.8 kB 334.9 MB/s eta 0:00:00 [glance] Collecting PyYAML>=3.12 [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 318.4 MB/s eta 0:00:00 [glance] Collecting cffi>=1.12 [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 421.2 MB/s eta 0:00:00 [glance] Collecting wrapt>=1.7.0 [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) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/83.2 kB 335.8 MB/s eta 0:00:00 [glance] Collecting dnspython>=1.15.0 [glance] Downloading dnspython-2.7.0-py3-none-any.whl (313 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 365.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) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 602.4/602.4 kB 307.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 [glance] Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 kB 408.8 MB/s eta 0:00:00 [glance] Collecting attrs>=22.2.0 [glance] Downloading attrs-25.1.0-py3-none-any.whl (63 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 kB 376.4 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) [glance] Collecting referencing>=0.28.4 [glance] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [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 383.2 MB/s eta 0:00:00 [glance] Collecting os-service-types>=1.2.0 [glance] Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) [glance] Collecting oslo.cache>=1.26.0 [glance] Downloading oslo_cache-3.10.2-py3-none-any.whl (76 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.4/76.4 kB 213.7 MB/s eta 0:00:00 [glance] Collecting pycadf>=1.1.0 [glance] Downloading pycadf-4.0.1-py3-none-any.whl (44 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.2/44.2 kB 364.7 MB/s eta 0:00:00 [glance] Collecting PyJWT>=2.4.0 [glance] Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) [glance] Collecting decorator>=4.4.1 [glance] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [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 328.8 MB/s eta 0:00:00 [glance] Collecting jmespath>=0.9.0 [glance] Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) [glance] Collecting jsonpatch!=1.20,>=1.16 [glance] Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB) [glance] Collecting platformdirs>=3 [glance] Downloading platformdirs-4.3.6-py3-none-any.whl (18 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 423.5 MB/s eta 0:00:00 [glance] Collecting requestsexceptions>=1.2.0 [glance] Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) [glance] Collecting oslo.service>=2.8.0 [glance] Downloading oslo.service-4.1.1-py3-none-any.whl (87 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 384.7 MB/s eta 0:00:00 [glance] Collecting tenacity>=6.3.1 [glance] Downloading tenacity-9.0.0-py3-none-any.whl (28 kB) [glance] Collecting os-win>=5.7.0 [glance] Downloading os_win-5.9.0-py3-none-any.whl (274 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 274.4/274.4 kB 197.4 MB/s eta 0:00:00 [glance] Collecting fasteners>=0.7.0 [glance] Downloading fasteners-0.19-py3-none-any.whl (18 kB) [glance] Collecting netaddr>=0.7.18 [glance] Downloading netaddr-1.3.0-py3-none-any.whl (2.3 MB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 260.5 MB/s eta 0:00:00 [glance] Collecting rfc3986>=1.2.0 [glance] Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) [glance] Collecting testresources>=2.0.0 [glance] Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB) [glance] Collecting testscenarios>=0.4 [glance] Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) [glance] Collecting python-dateutil>=2.7.0 [glance] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 397.3 MB/s eta 0:00:00 [glance] Collecting cachetools>=2.0.0 [glance] Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) [glance] Collecting amqp>=2.5.2 [glance] Downloading amqp-5.3.1-py3-none-any.whl (50 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/50.9 kB 331.5 MB/s eta 0:00:00 [glance] Collecting kombu>=4.6.6 [glance] Downloading kombu-5.4.2-py3-none-any.whl (201 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 kB 442.4 MB/s eta 0:00:00 [glance] Collecting oslo.metrics>=0.2.1 [glance] Downloading oslo.metrics-0.11.0-py3-none-any.whl (13 kB) [glance] Collecting Jinja2>=2.10 [glance] Downloading jinja2-3.1.5-py3-none-any.whl (134 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.6/134.6 kB 399.8 MB/s eta 0:00:00 [glance] Collecting statsd>=3.2.1 [glance] Downloading statsd-4.0.1-py2.py3-none-any.whl (13 kB) [glance] Collecting bcrypt>=3.1.3 [glance] Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 237.0 MB/s eta 0:00:00 [glance] Collecting msgpack>=0.6.0 [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 145.2 MB/s eta 0:00:00 [glance] Collecting tzdata>=2022.4 [glance] Downloading tzdata-2025.1-py2.py3-none-any.whl (346 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.8/346.8 kB 294.4 MB/s eta 0:00:00 [glance] Collecting packaging>=20.4 [glance] Downloading packaging-24.2-py3-none-any.whl (65 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 365.6 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) [glance] Collecting wcwidth [glance] Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) [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 406.0 MB/s eta 0:00:00 [glance] Collecting idna<4,>=2.5 [glance] Downloading idna-3.10-py3-none-any.whl (70 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 395.8 MB/s eta 0:00:00 [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 232.4 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 408.9 MB/s eta 0:00:00 [glance] Collecting six>=1.7.0 [glance] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [glance] Collecting repoze.lru>=0.3 [glance] Downloading repoze.lru-0.7-py3-none-any.whl (10 kB) [glance] Collecting networkx>=2.1.0 [glance] Downloading networkx-3.4.2-py3-none-any.whl (1.7 MB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 262.0 MB/s eta 0:00:00 [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) [glance] Collecting simplegeneric [glance] Downloading simplegeneric-0.8.1.zip (12 kB) [glance] Preparing metadata (setup.py): started [glance] Preparing metadata (setup.py): finished with status 'done' [glance] Collecting pytz [glance] Downloading pytz-2025.1-py2.py3-none-any.whl (507 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 507.9/507.9 kB 27.3 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) [glance] Collecting vine<6.0.0,>=5.0.0 [glance] Downloading vine-5.1.0-py3-none-any.whl (9.6 kB) [glance] Collecting pycparser [glance] Downloading pycparser-2.22-py3-none-any.whl (117 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 291.5 MB/s eta 0:00:00 [glance] Collecting pyperclip>=1.8 [glance] Downloading pyperclip-1.9.0.tar.gz (20 kB) [glance] Preparing metadata (setup.py): started [glance] Preparing metadata (setup.py): finished with status 'done' [glance] Collecting zipp>=3.20 [glance] Downloading zipp-3.21.0-py3-none-any.whl (9.6 kB) [glance] Collecting MarkupSafe>=2.0 [glance] Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) [glance] Collecting jsonpointer>=1.9 [glance] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [glance] Collecting prometheus-client>=0.6.0 [glance] Downloading prometheus_client-0.21.1-py3-none-any.whl (54 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.7/54.7 kB 347.2 MB/s eta 0:00:00 [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 371.0 MB/s eta 0:00:00 [glance] Collecting testtools [glance] Downloading testtools-2.7.2-py3-none-any.whl (179 kB) [glance] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.9/179.9 kB 372.8 MB/s eta 0:00:00 [glance] Building wheels for collected packages: glance, simplegeneric, pyperclip [glance] Building wheel for glance (setup.py): started [glance] Building wheel for glance (setup.py): finished with status 'done' [glance] Created wheel for glance: filename=glance-0.0.0-py3-none-any.whl size=1402872 sha256=c3c3c2a70ec34381bb97208c0325399b05377a671476f7377060f0dced23984c [glance] Stored in directory: /tmp/pip-ephem-wheel-cache-xb1vp0eq/wheels/2a/5b/49/018d021dbcded7af3be34e55209b852fe585372580a6389015 [glance] Building wheel for simplegeneric (setup.py): started [glance] Building wheel for simplegeneric (setup.py): finished with status 'done' [glance] Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5059 sha256=d388a05151c508b8e2be665566c02c1d3aca61b56a5f844358ac2c205689f304 [glance] Stored in directory: /tmp/pip-ephem-wheel-cache-xb1vp0eq/wheels/d6/d1/55/e647165561cca0c555173da3a4849e66af35eafe90848d581d [glance] Building wheel for pyperclip (setup.py): started [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=93c63e27ab28852abfcee2b2d2e9fce241068a7e2962ef3aebf8fd38f7d730d4 [glance] Stored in directory: /tmp/pip-ephem-wheel-cache-xb1vp0eq/wheels/e8/e7/56/591cb88ba1783b38c40d584026e766aac9c3a048e34128ce8b [glance] Successfully built glance simplegeneric pyperclip [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 [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 [glance] --> 264e57f10cf5 [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] --> Using cache d5b106e0ca1dec6d5c364bd5d65c81a7736233002ebc5e436589f0f9a824c713 [glance] --> d5b106e0ca1d [glance] [2/2] STEP 3/10: COPY --from=builder /usr/local /usr/local [glance] --> 19f9c9acbe62 [glance] [2/2] STEP 4/10: COPY --from=builder /etc/glance /etc/glance [glance] --> e3cb795a0219 [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 [glance] useradd: warning: the home directory /var/lib/glance already exists. [glance] useradd: Not copying any file from skel directory into it. [glance] --> 35716c362688 [glance] [2/2] STEP 6/10: COPY --chmod=755 scripts/glance-entrypoint.sh /usr/local/bin/entrypoint.sh [glance] --> e1c23fee1096 [glance] [2/2] STEP 7/10: EXPOSE 9292 [glance] --> 63d35088993a [glance] [2/2] STEP 8/10: USER glance [glance] --> 5de13ab67346 [glance] [2/2] STEP 9/10: WORKDIR /var/lib/glance [glance] --> f7edcca9b077 [glance] [2/2] STEP 10/10: ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] [glance] [2/2] COMMIT localhost/hotstack-os-glance:latest [glance] --> 21842965eac4 [glance] [Warning] one or more build args were not consumed: [APT_PROXY] [glance] Successfully tagged localhost/hotstack-os-glance:latest [glance] 21842965eac4939a62c6012fe0c7826f287a6483913f6918f33e17aeee454e36 [placement] ============================================================ [placement] Building: localhost/hotstack-os-placement:latest [placement] Command: podman build -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 [placement] ============================================================ [5/10] glance [DONE] [placement] [1/2] STEP 1/3: FROM localhost/hotstack-os-base-builder:latest AS builder [placement] [1/2] STEP 2/3: ARG OPENSTACK_BRANCH=stable/2025.1 [placement] --> Using cache 55aeec905d29f6781f7e5d372b2e9ff3081f7faf58c5e8faf59b173814869014 [placement] --> 55aeec905d29 [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 [placement] Cloning into '/tmp/placement'... [placement] Processing /tmp/placement [placement] Preparing metadata (setup.py): started [placement] Preparing metadata (setup.py): finished with status 'done' [placement] Collecting uwsgi [placement] Downloading uwsgi-2.0.31.tar.gz (822 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 822.8/822.8 kB 24.6 MB/s eta 0:00:00 [placement] Preparing metadata (setup.py): started [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 120.7 MB/s eta 0:00:00 [placement] Collecting python-memcached [placement] Downloading python_memcached-1.62-py2.py3-none-any.whl (15 kB) [placement] Collecting python-openstackclient [placement] Downloading python_openstackclient-7.5.0-py3-none-any.whl (1.1 MB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 173.2 MB/s eta 0:00:00 [placement] Collecting Routes>=2.3.1 [placement] Downloading Routes-2.5.1-py2.py3-none-any.whl (40 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.1/40.1 kB 319.8 MB/s eta 0:00:00 [placement] Collecting SQLAlchemy>=1.4.0 [placement] Downloading SQLAlchemy-2.0.38-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 189.4 MB/s eta 0:00:00 [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 378.1 MB/s eta 0:00:00 [placement] Collecting jsonschema>=3.2.0 [placement] Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 386.1 MB/s eta 0:00:00 [placement] Collecting keystonemiddleware>=4.18.0 [placement] Downloading keystonemiddleware-10.9.0-py3-none-any.whl (151 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.5/151.5 kB 389.8 MB/s eta 0:00:00 [placement] Collecting microversion-parse>=0.2.1 [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) [placement] Collecting os-traits>=3.3.0 [placement] Downloading os_traits-3.3.0-py3-none-any.whl (42 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.0/42.0 kB 327.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 201.5 MB/s eta 0:00:00 [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 354.6 MB/s eta 0:00:00 [placement] Collecting oslo.context>=2.22.0 [placement] Downloading oslo.context-5.7.1-py3-none-any.whl (20 kB) [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 391.2 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 351.9 MB/s eta 0:00:00 [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 349.2 MB/s eta 0:00:00 [placement] Collecting oslo.policy>=4.4.0 [placement] Downloading oslo.policy-4.5.1-py3-none-any.whl (88 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.6/88.6 kB 382.1 MB/s eta 0:00:00 [placement] Collecting oslo.serialization>=2.25.0 [placement] Downloading oslo.serialization-5.7.0-py3-none-any.whl (25 kB) [placement] Collecting oslo.upgradecheck>=1.3.0 [placement] Downloading oslo.upgradecheck-2.5.0-py3-none-any.whl (14 kB) [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 367.4 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 337.7 MB/s eta 0:00:00 [placement] Collecting requests>=2.25.0 [placement] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 373.2 MB/s eta 0:00:00 [placement] Collecting cryptography>=2.7 [placement] Downloading cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 84.6 MB/s eta 0:00:00 [placement] Collecting cliff>=3.5.0 [placement] Downloading cliff-4.9.1-py3-none-any.whl (84 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.6/84.6 kB 375.6 MB/s eta 0:00:00 [placement] Collecting iso8601>=0.1.11 [placement] Downloading iso8601-2.1.0-py3-none-any.whl (7.5 kB) [placement] Collecting openstacksdk>=3.3.0 [placement] Downloading openstacksdk-4.4.0-py3-none-any.whl (1.8 MB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 262.2 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 391.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 323.2 MB/s eta 0:00:00 [placement] Collecting python-keystoneclient>=3.22.0 [placement] Downloading python_keystoneclient-5.6.0-py3-none-any.whl (397 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 397.2/397.2 kB 351.0 MB/s eta 0:00:00 [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 390.3 MB/s eta 0:00:00 [placement] Collecting stevedore>=2.0.1 [placement] Downloading stevedore-5.4.1-py3-none-any.whl (49 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 kB 306.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) [placement] Collecting cmd2>=1.0.0 [placement] Downloading cmd2-2.5.11-py3-none-any.whl (152 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.8/152.8 kB 400.5 MB/s eta 0:00:00 [placement] Collecting PrettyTable>=0.7.2 [placement] Downloading prettytable-3.14.0-py3-none-any.whl (31 kB) [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 338.4 MB/s eta 0:00:00 [placement] Collecting cffi>=1.12 [placement] Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.2/467.2 kB 359.9 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 351.4 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) [placement] Collecting referencing>=0.28.4 [placement] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [placement] Collecting rpds-py>=0.7.1 [placement] Downloading rpds_py-0.23.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.3/386.3 kB 380.5 MB/s eta 0:00:00 [placement] Collecting keystoneauth1>=3.12.0 [placement] Downloading keystoneauth1-5.10.0-py3-none-any.whl (344 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 344.3/344.3 kB 389.9 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 366.9 MB/s eta 0:00:00 [placement] Collecting pycadf>=1.1.0 [placement] Downloading pycadf-4.0.1-py3-none-any.whl (44 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.2/44.2 kB 314.7 MB/s eta 0:00:00 [placement] Collecting PyJWT>=2.4.0 [placement] Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) [placement] Collecting decorator>=4.4.1 [placement] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [placement] Collecting dogpile.cache>=0.6.5 [placement] Downloading dogpile.cache-1.3.4-py3-none-any.whl (62 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.9/62.9 kB 351.2 MB/s eta 0:00:00 [placement] Collecting jmespath>=0.9.0 [placement] Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) [placement] Collecting jsonpatch!=1.20,>=1.16 [placement] Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB) [placement] Collecting os-service-types>=1.7.0 [placement] Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) [placement] Collecting platformdirs>=3 [placement] Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB) [placement] Collecting psutil>=3.2.2 [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) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 347.3 MB/s eta 0:00:00 [placement] Collecting requestsexceptions>=1.2.0 [placement] Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) [placement] Collecting typing-extensions>=4.12.0 [placement] Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) [placement] Collecting fasteners>=0.7.0 [placement] Downloading fasteners-0.19-py3-none-any.whl (18 kB) [placement] Collecting debtcollector>=3.0.0 [placement] Downloading debtcollector-3.0.0-py3-none-any.whl (23 kB) [placement] Collecting netaddr>=0.7.18 [placement] Downloading netaddr-1.3.0-py3-none-any.whl (2.3 MB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 361.4 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) [placement] Collecting alembic>=0.9.6 [placement] Downloading alembic-1.14.1-py3-none-any.whl (233 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.6/233.6 kB 428.3 MB/s eta 0:00:00 [placement] Collecting testresources>=2.0.0 [placement] Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB) [placement] Collecting testscenarios>=0.4 [placement] Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) [placement] Collecting python-dateutil>=2.7.0 [placement] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 261.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 397.1 MB/s eta 0:00:00 [placement] Collecting statsd>=3.2.1 [placement] Downloading statsd-4.0.1-py2.py3-none-any.whl (13 kB) [placement] Collecting bcrypt>=3.1.3 [placement] Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 252.9 MB/s eta 0:00:00 [placement] Collecting msgpack>=0.5.2 [placement] Downloading msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (403 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 403.7/403.7 kB 321.8 MB/s eta 0:00:00 [placement] Collecting tzdata>=2022.4 [placement] Downloading tzdata-2025.1-py2.py3-none-any.whl (346 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.8/346.8 kB 380.5 MB/s eta 0:00:00 [placement] Collecting pyparsing>=2.1.0 [placement] Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 kB 371.2 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 378.5 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) [placement] Collecting charset-normalizer<4,>=2 [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 409.8 MB/s eta 0:00:00 [placement] Collecting idna<4,>=2.5 [placement] Downloading idna-3.10-py3-none-any.whl (70 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 379.0 MB/s eta 0:00:00 [placement] Collecting urllib3<3,>=1.21.1 [placement] Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 kB 325.0 MB/s eta 0:00:00 [placement] Collecting certifi>=2017.4.17 [placement] Downloading certifi-2026.2.25-py3-none-any.whl (153 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.7/153.7 kB 358.8 MB/s eta 0:00:00 [placement] Collecting six [placement] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [placement] Collecting repoze.lru>=0.3 [placement] Downloading repoze.lru-0.7-py3-none-any.whl (10 kB) [placement] Collecting greenlet!=0.4.17 [placement] Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (602 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 602.4/602.4 kB 431.0 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 328.8 MB/s eta 0:00:00 [placement] Collecting pycparser [placement] Downloading pycparser-2.22-py3-none-any.whl (117 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 388.6 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 [placement] Preparing metadata (setup.py): finished with status 'done' [placement] Collecting wcwidth>=0.2.10 [placement] Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) [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 376.5 MB/s eta 0:00:00 [placement] Collecting MarkupSafe>=2.0 [placement] Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) [placement] Collecting jsonpointer>=1.9 [placement] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [placement] Collecting testtools [placement] Downloading testtools-2.7.2-py3-none-any.whl (179 kB) [placement] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.9/179.9 kB 428.5 MB/s eta 0:00:00 [placement] Building wheels for collected packages: openstack-placement, uwsgi, pyperclip [placement] Building wheel for openstack-placement (setup.py): started [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=99c1f40647d35d564611f5e10d600aff2b5428a46952c5b4682f0cb4181254f7 [placement] Stored in directory: /tmp/pip-ephem-wheel-cache-qrv5g_uf/wheels/25/09/85/7883e49142658f3704d7ac7b42345e51969d2283faab4664e9 [placement] Building wheel for uwsgi (setup.py): started [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=549514 sha256=82f155504fdb0ca837d9f73e28059c73699c225402e66ee8178ac4d73c58e421 [placement] Stored in directory: /tmp/pip-ephem-wheel-cache-qrv5g_uf/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=7d73b21355905dc5618abdae6fc812f6b57ad518ffcc3a6bb34da42622e6b6b5 [placement] Stored in directory: /tmp/pip-ephem-wheel-cache-qrv5g_uf/wheels/e8/e7/56/591cb88ba1783b38c40d584026e766aac9c3a048e34128ce8b [placement] Successfully built openstack-placement uwsgi pyperclip [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 [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 [placement] --> 4732cfa6de48 [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] --> Using cache d5b106e0ca1dec6d5c364bd5d65c81a7736233002ebc5e436589f0f9a824c713 [placement] --> d5b106e0ca1d [placement] [2/2] STEP 3/9: COPY --from=builder /usr/local /usr/local [placement] --> 1cd1d45f0648 [placement] [2/2] STEP 4/9: RUN mkdir -p /etc/placement /var/log/placement && chown -R openstack:openstack /etc/placement /var/log/placement [placement] --> 4c0847ab1ced [placement] [2/2] STEP 5/9: COPY --chown=openstack:openstack configs/placement-uwsgi.ini /etc/placement/placement-uwsgi.ini [placement] --> d6abd7388b7d [placement] [2/2] STEP 6/9: COPY --chmod=755 scripts/placement-wsgi.py /usr/local/bin/placement-wsgi.py [placement] --> 1a30c2f7c390 [placement] [2/2] STEP 7/9: COPY --chmod=755 scripts/placement-entrypoint.sh /usr/local/bin/entrypoint.sh [placement] --> 184b57f19ce8 [placement] [2/2] STEP 8/9: EXPOSE 8778 [placement] --> 1fb54c93d557 [placement] [2/2] STEP 9/9: ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] [placement] [2/2] COMMIT localhost/hotstack-os-placement:latest [placement] --> 04c999d9915b [placement] [Warning] one or more build args were not consumed: [APT_PROXY] [placement] Successfully tagged localhost/hotstack-os-placement:latest [placement] 04c999d9915b6024e85d85a2c9560555530406c881ce301d4ea89740d1966093 [nova] ============================================================ [nova] Building: localhost/hotstack-os-nova:latest [nova] Command: podman build -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 [nova] ============================================================ [6/10] placement [DONE] [nova] [1/2] STEP 1/3: FROM localhost/hotstack-os-base-builder:latest AS builder [nova] [1/2] STEP 2/3: ARG OPENSTACK_BRANCH=stable/2025.1 [nova] --> Using cache 55aeec905d29f6781f7e5d372b2e9ff3081f7faf58c5e8faf59b173814869014 [nova] --> 55aeec905d29 [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/ [nova] Cloning into '/tmp/nova'... [nova] Processing /tmp/nova [nova] Installing build dependencies: started [nova] Installing build dependencies: finished with status 'done' [nova] Getting requirements to build wheel: started [nova] Getting requirements to build wheel: finished with status 'done' [nova] Preparing metadata (pyproject.toml): started [nova] Preparing metadata (pyproject.toml): finished with status 'done' [nova] Collecting libvirt-python [nova] Downloading libvirt-python-11.0.0.tar.gz (241 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.1/241.1 kB 11.5 MB/s eta 0:00:00 [nova] Installing build dependencies: started [nova] Installing build dependencies: finished with status 'done' [nova] Getting requirements to build wheel: started [nova] Getting requirements to build wheel: finished with status 'done' [nova] Preparing metadata (pyproject.toml): started [nova] Preparing metadata (pyproject.toml): finished with status 'done' [nova] Collecting pymysql [nova] Downloading PyMySQL-1.1.1-py3-none-any.whl (44 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.0/45.0 kB 243.7 MB/s eta 0:00:00 [nova] Collecting python-memcached [nova] Downloading python_memcached-1.62-py2.py3-none-any.whl (15 kB) [nova] Collecting python-openstackclient [nova] Downloading python_openstackclient-7.5.0-py3-none-any.whl (1.1 MB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 94.3 MB/s eta 0:00:00 [nova] Collecting pbr>=5.8.0 [nova] Downloading pbr-6.1.1-py2.py3-none-any.whl (108 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.0/109.0 kB 415.1 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) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 143.8 MB/s eta 0:00:00 [nova] Collecting decorator>=4.1.0 [nova] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [nova] Collecting eventlet>=0.30.1 [nova] Downloading eventlet-0.39.0-py3-none-any.whl (363 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 363.3/363.3 kB 274.4 MB/s eta 0:00:00 [nova] Collecting Jinja2>=2.10 [nova] Downloading jinja2-3.1.5-py3-none-any.whl (134 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.6/134.6 kB 382.0 MB/s eta 0:00:00 [nova] Collecting keystonemiddleware>=4.20.0 [nova] Downloading keystonemiddleware-10.9.0-py3-none-any.whl (151 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.5/151.5 kB 415.1 MB/s eta 0:00:00 [nova] Collecting lxml>=4.5.0 [nova] Downloading lxml-5.3.1-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 5.9 MB/s eta 0:00:00 [nova] Collecting Routes>=2.3.1 [nova] Downloading Routes-2.5.1-py2.py3-none-any.whl (40 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.1/40.1 kB 234.1 MB/s eta 0:00:00 [nova] Collecting cryptography>=2.7 [nova] Downloading cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 185.2 MB/s eta 0:00:00 [nova] Collecting WebOb>=1.8.2 [nova] Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.4/115.4 kB 345.5 MB/s eta 0:00:00 [nova] Collecting greenlet>=0.4.15 [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 273.3 MB/s eta 0:00:00 [nova] Collecting PasteDeploy>=1.5.0 [nova] Downloading PasteDeploy-3.1.0-py3-none-any.whl (16 kB) [nova] Collecting Paste>=2.0.2 [nova] Downloading Paste-3.10.1-py3-none-any.whl (289 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.3/289.3 kB 61.4 MB/s eta 0:00:00 [nova] Collecting PrettyTable>=0.7.1 [nova] Downloading prettytable-3.14.0-py3-none-any.whl (31 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 276.0 MB/s eta 0:00:00 [nova] Collecting netaddr>=0.7.18 [nova] Downloading netaddr-1.3.0-py3-none-any.whl (2.3 MB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 238.0 MB/s eta 0:00:00 [nova] Collecting paramiko>=2.7.1 [nova] Downloading paramiko-3.5.1-py3-none-any.whl (227 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.3/227.3 kB 135.3 MB/s eta 0:00:00 [nova] Collecting iso8601>=0.1.11 [nova] Downloading iso8601-2.1.0-py3-none-any.whl (7.5 kB) [nova] Collecting jsonschema>=4.0.0 [nova] Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 355.4 MB/s eta 0:00:00 [nova] Collecting python-cinderclient>=4.0.1 [nova] Downloading python_cinderclient-9.7.0-py3-none-any.whl (256 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.5/256.5 kB 405.6 MB/s eta 0:00:00 [nova] Collecting keystoneauth1>=3.16.0 [nova] Downloading keystoneauth1-5.10.0-py3-none-any.whl (344 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 344.3/344.3 kB 419.7 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 141.6 MB/s eta 0:00:00 [nova] Collecting python-glanceclient>=2.8.0 [nova] Downloading python_glanceclient-4.8.0-py3-none-any.whl (206 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.0/207.0 kB 193.9 MB/s eta 0:00:00 [nova] Collecting requests>=2.25.1 [nova] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 314.8 MB/s eta 0:00:00 [nova] Collecting stevedore>=1.20.0 [nova] Downloading stevedore-5.4.1-py3-none-any.whl (49 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 kB 364.4 MB/s eta 0:00:00 [nova] Collecting websockify>=0.9.0 [nova] Downloading websockify-0.12.0-py3-none-any.whl (40 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/41.0 kB 197.2 MB/s eta 0:00:00 [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 392.8 MB/s eta 0:00:00 [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 350.4 MB/s eta 0:00:00 [nova] Collecting oslo.config>=8.6.0 [nova] Downloading oslo.config-9.7.1-py3-none-any.whl (131 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 kB 407.6 MB/s eta 0:00:00 [nova] Collecting oslo.context>=3.4.0 [nova] Downloading oslo.context-5.7.1-py3-none-any.whl (20 kB) [nova] Collecting oslo.log>=4.6.1 [nova] Downloading oslo.log-7.1.0-py3-none-any.whl (73 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.0/74.0 kB 242.9 MB/s eta 0:00:00 [nova] Collecting oslo.limit>=1.5.0 [nova] Downloading oslo.limit-2.6.1-py3-none-any.whl (21 kB) [nova] Collecting oslo.reports>=1.18.0 [nova] Downloading oslo.reports-3.5.1-py3-none-any.whl (53 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.2/53.2 kB 318.8 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) [nova] Collecting oslo.upgradecheck>=1.3.0 [nova] Downloading oslo.upgradecheck-2.5.0-py3-none-any.whl (14 kB) [nova] Collecting oslo.utils>=8.0.0 [nova] Downloading oslo.utils-8.2.0-py3-none-any.whl (134 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.3/134.3 kB 414.7 MB/s eta 0:00:00 [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 265.9 MB/s eta 0:00:00 [nova] Collecting oslo.rootwrap>=5.15.0 [nova] Downloading oslo.rootwrap-7.5.1-py3-none-any.whl (38 kB) [nova] Collecting oslo.messaging>=14.1.0 [nova] Downloading oslo.messaging-16.1.0-py3-none-any.whl (202 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202.5/202.5 kB 404.6 MB/s eta 0:00:00 [nova] Collecting oslo.policy>=4.5.0 [nova] Downloading oslo.policy-4.5.1-py3-none-any.whl (88 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.6/88.6 kB 337.8 MB/s eta 0:00:00 [nova] Collecting oslo.privsep>=2.6.2 [nova] Downloading oslo.privsep-3.6.0-py3-none-any.whl (38 kB) [nova] Collecting oslo.i18n>=5.1.0 [nova] Downloading oslo.i18n-6.5.1-py3-none-any.whl (46 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/46.8 kB 322.0 MB/s eta 0:00:00 [nova] Collecting oslo.service>=2.8.0 [nova] Downloading oslo.service-4.1.1-py3-none-any.whl (87 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 296.2 MB/s eta 0:00:00 [nova] Collecting rfc3986>=1.2.0 [nova] Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) [nova] Collecting oslo.middleware>=3.31.0 [nova] Downloading oslo.middleware-6.3.1-py3-none-any.whl (64 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.6/64.6 kB 266.4 MB/s eta 0:00:00 [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) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 290.8 MB/s eta 0:00:00 [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 348.5 MB/s eta 0:00:00 [nova] Collecting os-brick>=6.10.0 [nova] Downloading os_brick-6.11.0-py3-none-any.whl (310 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 310.2/310.2 kB 245.6 MB/s eta 0:00:00 [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 164.3 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) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.2/110.2 kB 370.8 MB/s eta 0:00:00 [nova] Collecting castellan>=0.16.0 [nova] Downloading castellan-5.2.1-py3-none-any.whl (99 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.6/99.6 kB 267.9 MB/s eta 0:00:00 [nova] Collecting microversion-parse>=0.2.1 [nova] Downloading microversion_parse-2.0.0-py3-none-any.whl (19 kB) [nova] Collecting tooz>=1.58.0 [nova] Downloading tooz-6.3.0-py3-none-any.whl (91 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.6/91.6 kB 361.3 MB/s eta 0:00:00 [nova] Collecting cursive>=0.2.1 [nova] Downloading cursive-0.2.3-py2.py3-none-any.whl (43 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.8/43.8 kB 239.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) [nova] Collecting os-service-types>=1.7.0 [nova] Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) [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 254.9 MB/s eta 0:00:00 [nova] Collecting futurist>=1.8.0 [nova] Downloading futurist-3.1.0-py3-none-any.whl (37 kB) [nova] Collecting openstacksdk>=4.4.0 [nova] Downloading openstacksdk-4.4.0-py3-none-any.whl (1.8 MB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 188.9 MB/s eta 0:00:00 [nova] Collecting PyYAML>=5.1 [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 211.6 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 298.7 MB/s eta 0:00:00 [nova] Collecting osc-lib>=2.3.0 [nova] Downloading osc_lib-3.2.0-py3-none-any.whl (89 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.3/89.3 kB 255.3 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 272.5 MB/s eta 0:00:00 [nova] Collecting Mako [nova] Downloading Mako-1.3.9-py3-none-any.whl (78 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 239.3 MB/s eta 0:00:00 [nova] Collecting typing-extensions>=4 [nova] Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) [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 255.5 MB/s eta 0:00:00 [nova] Collecting autopage>=0.4.0 [nova] Downloading autopage-0.5.2-py3-none-any.whl (30 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 263.2 MB/s eta 0:00:00 [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 290.6 MB/s eta 0:00:00 [nova] Collecting dnspython>=1.15.0 [nova] Downloading dnspython-2.7.0-py3-none-any.whl (313 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 256.8 MB/s eta 0:00:00 [nova] Collecting debtcollector>=3.0.0 [nova] Downloading debtcollector-3.0.0-py3-none-any.whl (23 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 345.7 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) [nova] Collecting referencing>=0.28.4 [nova] Downloading referencing-0.36.2-py3-none-any.whl (26 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 216.3 MB/s eta 0:00:00 [nova] Collecting pycadf>=1.1.0 [nova] Downloading pycadf-4.0.1-py3-none-any.whl (44 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.2/44.2 kB 333.5 MB/s eta 0:00:00 [nova] Collecting PyJWT>=2.4.0 [nova] Downloading PyJWT-2.10.1-py3-none-any.whl (22 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 383.6 MB/s eta 0:00:00 [nova] Collecting jmespath>=0.9.0 [nova] Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) [nova] Collecting jsonpatch!=1.20,>=1.16 [nova] Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB) [nova] Collecting platformdirs>=3 [nova] Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB) [nova] Collecting requestsexceptions>=1.2.0 [nova] Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) [nova] Collecting tenacity>=6.3.1 [nova] Downloading tenacity-9.0.0-py3-none-any.whl (28 kB) [nova] Collecting os-win>=5.7.0 [nova] Downloading os_win-5.9.0-py3-none-any.whl (274 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 274.4/274.4 kB 77.4 MB/s eta 0:00:00 [nova] Collecting ovsdbapp>=0.12.1 [nova] Downloading ovsdbapp-2.11.0-py3-none-any.whl (143 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.4/143.4 kB 151.8 MB/s eta 0:00:00 [nova] Collecting pyroute2>=0.5.2 [nova] Downloading pyroute2-0.8.1-py3-none-any.whl (474 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 474.3/474.3 kB 169.4 MB/s eta 0:00:00 [nova] Collecting fasteners>=0.7.0 [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) [nova] Collecting cachetools>=2.0.0 [nova] Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) [nova] Collecting amqp>=2.5.2 [nova] Downloading amqp-5.3.1-py3-none-any.whl (50 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/50.9 kB 173.8 MB/s eta 0:00:00 [nova] Collecting kombu>=4.6.6 [nova] Downloading kombu-5.4.2-py3-none-any.whl (201 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 kB 224.5 MB/s eta 0:00:00 [nova] Collecting oslo.metrics>=0.2.1 [nova] Downloading oslo.metrics-0.11.0-py3-none-any.whl (13 kB) [nova] Collecting statsd>=3.2.1 [nova] Downloading statsd-4.0.1-py2.py3-none-any.whl (13 kB) [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 318.0 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 203.1 MB/s eta 0:00:00 [nova] Collecting tzdata>=2022.4 [nova] Downloading tzdata-2025.1-py2.py3-none-any.whl (346 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.8/346.8 kB 407.5 MB/s eta 0:00:00 [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 393.3 MB/s eta 0:00:00 [nova] Collecting pyparsing>=2.1.0 [nova] Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 kB 346.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 394.6 MB/s eta 0:00:00 [nova] Collecting pynacl>=1.5 [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 223.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 [nova] Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) [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) [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) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/83.2 kB 351.8 MB/s eta 0:00:00 [nova] Collecting pyOpenSSL>=17.1.0 [nova] Downloading pyOpenSSL-24.2.1-py3-none-any.whl (58 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/58.4 kB 356.1 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) [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 407.2 MB/s eta 0:00:00 [nova] Collecting idna<4,>=2.5 [nova] Downloading idna-3.10-py3-none-any.whl (70 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 299.1 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 371.0 MB/s eta 0:00:00 [nova] Collecting certifi>=2017.4.17 [nova] Downloading certifi-2026.2.25-py3-none-any.whl (153 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.7/153.7 kB 216.4 MB/s eta 0:00:00 [nova] Collecting repoze.lru>=0.3 [nova] Downloading repoze.lru-0.7-py3-none-any.whl (10 kB) [nova] Collecting voluptuous>=0.8.9 [nova] Downloading voluptuous-0.15.2-py3-none-any.whl (31 kB) [nova] Collecting numpy [nova] Downloading numpy-2.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.4/16.4 MB 64.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 159.0 MB/s eta 0:00:00 [nova] Collecting redis [nova] Downloading redis-5.2.1-py3-none-any.whl (261 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 261.5/261.5 kB 235.3 MB/s eta 0:00:00 [nova] Collecting vine<6.0.0,>=5.0.0 [nova] Downloading vine-5.1.0-py3-none-any.whl (9.6 kB) [nova] Collecting pycparser [nova] Downloading pycparser-2.22-py3-none-any.whl (117 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 366.4 MB/s eta 0:00:00 [nova] Collecting pyperclip>=1.8 [nova] Downloading pyperclip-1.9.0.tar.gz (20 kB) [nova] Preparing metadata (setup.py): started [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) [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 264.9 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 347.5 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 96.6 MB/s eta 0:00:00 [nova] Preparing metadata (setup.py): started [nova] Preparing metadata (setup.py): finished with status 'done' [nova] Collecting testtools [nova] Downloading testtools-2.7.2-py3-none-any.whl (179 kB) [nova] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.9/179.9 kB 393.3 MB/s eta 0:00:00 [nova] Collecting async-timeout>=4.0.3 [nova] Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) [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 [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=886c93af0fb17207102c9696f84bf2d71bbad8ea50b6c88108d534fd09350946 [nova] Stored in directory: /tmp/pip-ephem-wheel-cache-ugz76nqu/wheels/45/4a/09/7428de89097915cc207d7a63814b3f4dafe05cdb500091a561 [nova] Building wheel for libvirt-python (pyproject.toml): started [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=503779 sha256=cad8bff00bd8e5f214bd49ebfba133c1714929a7944f01514757f5b792c06b2c [nova] Stored in directory: /tmp/pip-ephem-wheel-cache-ugz76nqu/wheels/b7/28/95/abd023c36568a017bcd21d40f1a04534cb3b2d8b7b4c9d0092 [nova] Building wheel for ovs (setup.py): started [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=c7ea7e9fbf429440f86b8e58fa0d31e9fca925835460578c7a5da4d5b8774e2f [nova] Stored in directory: /tmp/pip-ephem-wheel-cache-ugz76nqu/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=223856e9d9f05d161b33c33144831d8c1a111fe83ba6cb845244362b9aa15d30 [nova] Stored in directory: /tmp/pip-ephem-wheel-cache-ugz76nqu/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 [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 [nova] --> 9abbc3e14f0f [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] --> Using cache d5b106e0ca1dec6d5c364bd5d65c81a7736233002ebc5e436589f0f9a824c713 [nova] --> d5b106e0ca1d [nova] [2/2] STEP 3/27: ARG SERVICE_TYPE=api [nova] --> 13ee38841fdb [nova] [2/2] STEP 4/27: ARG APT_PROXY="" [nova] --> f79c9b5dd46c [nova] [2/2] STEP 5/27: ARG KVM_GID=36 [nova] --> edd573eaa4e4 [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 [nova] --> d8c59fdf2e07 [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/* [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 (8273 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] [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] [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] [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] [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] [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 0s (268 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 ... [nova] Unpacking sgml-base (1.31) ... [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) ... [nova] Selecting previously unselected package mime-support. [nova] Preparing to unpack .../05-mime-support_3.66_all.deb ... [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) ... [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) ... [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) ... [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) ... [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) ... [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) ... [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) ... [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) ... [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) ... [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) ... [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) ... [nova] Selecting previously unselected package python3-novnc. [nova] Preparing to unpack .../91-python3-novnc_1%3a1.3.0-1_all.deb ... [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) ... [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) ... [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) ... [nova] Setting up libgraphite2-3:amd64 (1.3.14-1) ... [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) ... [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) ... [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) ... [nova] Setting up libpng16-16:amd64 (1.6.39-2+deb12u3) ... [nova] Setting up python3-idna (3.3-1+deb12u1) ... [nova] Setting up python3-wrapt (1.14.1-2+b2) ... [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) ... [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) ... [nova] Setting up python3-oslo.log (5.0.1-1) ... [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) ... [nova] Processing triggers for sgml-base (1.31) ... [nova] Setting up python3-docutils (0.19+dfsg-6) ... [nova] Setting up python3-oslo.config (1:9.0.0-3) ... [nova] Setting up python3-novnc (1:1.3.0-1) ... [nova] Setting up novnc (1:1.3.0-1) ... [nova] --> 8cc83a6a489f [nova] [2/2] STEP 8/27: COPY --from=builder /usr/local /usr/local [nova] --> 66d19b13897c [nova] [2/2] STEP 9/27: COPY --from=builder /etc/nova /etc/nova [nova] --> d3e78e4dd061 [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] --> c2ebef648bce [nova] [2/2] STEP 11/27: COPY --chmod=755 scripts/nova-api-entrypoint.sh /usr/local/bin/nova-api-entrypoint.sh [nova] --> 51f9b6b78356 [nova] [2/2] STEP 12/27: COPY --chmod=755 scripts/nova-conductor-entrypoint.sh /usr/local/bin/nova-conductor-entrypoint.sh [nova] --> 645a88d90c57 [nova] [2/2] STEP 13/27: COPY --chmod=755 scripts/nova-scheduler-entrypoint.sh /usr/local/bin/nova-scheduler-entrypoint.sh [nova] --> 8554d8f97f01 [nova] [2/2] STEP 14/27: COPY --chmod=755 scripts/nova-compute-entrypoint.sh /usr/local/bin/nova-compute-entrypoint.sh [nova] --> 34cbe1a34da1 [nova] [2/2] STEP 15/27: COPY --chmod=755 scripts/nova-compute-healthcheck.sh /usr/local/bin/nova-compute-healthcheck.sh [nova] --> e5345f4cbb39 [nova] [2/2] STEP 16/27: COPY --chmod=755 scripts/nova-novncproxy-entrypoint.sh /usr/local/bin/nova-novncproxy-entrypoint.sh [nova] --> 6645fcbd3161 [nova] [2/2] STEP 17/27: COPY scripts/common.sh /usr/local/lib/common.sh [nova] --> 30a6e4b94d10 [nova] [2/2] STEP 18/27: COPY --chmod=755 scripts/qemu-img-wrapper.py /usr/local/bin/qemu-img [nova] --> 10280800e032 [nova] [2/2] STEP 19/27: COPY --chmod=755 scripts/test-qemu-img-wrapper.sh /tmp/test-qemu-img-wrapper.sh [nova] --> 04c5f707db58 [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] --> 0610de65d7fd [nova] [2/2] STEP 21/27: RUN mv /sbin/mount.nfs /sbin/mount.nfs.real [nova] --> ce8385234e07 [nova] [2/2] STEP 22/27: COPY --chmod=755 scripts/mount.nfs-wrapper.py /sbin/mount.nfs [nova] --> 15783b84cc80 [nova] [2/2] STEP 23/27: COPY --chmod=755 scripts/test-mount-wrapper.sh /tmp/test-mount-wrapper.sh [nova] --> f2c32d1f6f4e [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] --> af5db631305d [nova] [2/2] STEP 25/27: USER nova [nova] --> 0bc42cb1b1fc [nova] [2/2] STEP 26/27: WORKDIR /var/lib/nova [nova] --> 1c5509eb8dbf [nova] [2/2] STEP 27/27: ENTRYPOINT ["/usr/local/bin/nova-api-entrypoint.sh"] [nova] [2/2] COMMIT localhost/hotstack-os-nova:latest [nova] --> af8eb2b9a64e [nova] Successfully tagged localhost/hotstack-os-nova:latest [nova] af8eb2b9a64eaa1539d4597ab33908cde6995db923883a90f1f9b9a8980c9484 [neutron] ============================================================ [neutron] Building: localhost/hotstack-os-neutron:latest [neutron] Command: podman build -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 [neutron] ============================================================ [7/10] nova [DONE] [neutron] [1/2] STEP 1/3: FROM localhost/hotstack-os-base-builder:latest AS builder [neutron] [1/2] STEP 2/3: ARG OPENSTACK_BRANCH=stable/2025.1 [neutron] --> Using cache 55aeec905d29f6781f7e5d372b2e9ff3081f7faf58c5e8faf59b173814869014 [neutron] --> 55aeec905d29 [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/) [neutron] Cloning into '/tmp/neutron'... [neutron] Processing /tmp/neutron [neutron] Preparing metadata (setup.py): started [neutron] Preparing metadata (setup.py): finished with status 'done' [neutron] Collecting pymysql [neutron] Downloading PyMySQL-1.1.1-py3-none-any.whl (44 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.0/45.0 kB 2.9 MB/s eta 0:00:00 [neutron] Collecting python-memcached [neutron] Downloading python_memcached-1.62-py2.py3-none-any.whl (15 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 72.0 MB/s eta 0:00:00 [neutron] Collecting Jinja2>=2.10 [neutron] Downloading jinja2-3.1.5-py3-none-any.whl (134 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.6/134.6 kB 375.3 MB/s eta 0:00:00 [neutron] Collecting Paste>=2.0.2 [neutron] Downloading Paste-3.10.1-py3-none-any.whl (289 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.3/289.3 kB 373.9 MB/s eta 0:00:00 [neutron] Collecting PasteDeploy>=1.5.0 [neutron] Downloading PasteDeploy-3.1.0-py3-none-any.whl (16 kB) [neutron] Collecting Routes>=2.3.1 [neutron] Downloading Routes-2.5.1-py2.py3-none-any.whl (40 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.1/40.1 kB 328.2 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) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 199.0 MB/s eta 0:00:00 [neutron] Collecting WebOb>=1.8.2 [neutron] Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.4/115.4 kB 375.5 MB/s eta 0:00:00 [neutron] Collecting alembic>=1.6.5 [neutron] Downloading alembic-1.14.1-py3-none-any.whl (233 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.6/233.6 kB 181.8 MB/s eta 0:00:00 [neutron] Collecting debtcollector>=1.19.0 [neutron] Downloading debtcollector-3.0.0-py3-none-any.whl (23 kB) [neutron] Collecting decorator>=4.1.0 [neutron] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [neutron] Collecting eventlet>=0.36.1 [neutron] Downloading eventlet-0.39.0-py3-none-any.whl (363 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 363.3/363.3 kB 221.5 MB/s eta 0:00:00 [neutron] Collecting futurist>=1.2.0 [neutron] Downloading futurist-3.1.0-py3-none-any.whl (37 kB) [neutron] Collecting httplib2>=0.22.0 [neutron] Downloading httplib2-0.22.0-py3-none-any.whl (96 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.9/96.9 kB 393.5 MB/s eta 0:00:00 [neutron] Collecting keystoneauth1>=3.14.0 [neutron] Downloading keystoneauth1-5.10.0-py3-none-any.whl (344 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 344.3/344.3 kB 206.2 MB/s eta 0:00:00 [neutron] Collecting keystonemiddleware>=5.1.0 [neutron] Downloading keystonemiddleware-10.9.0-py3-none-any.whl (151 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.5/151.5 kB 375.8 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) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 248.0 MB/s eta 0:00:00 [neutron] Collecting neutron-lib>=3.17.0 [neutron] Downloading neutron_lib-3.18.2-py3-none-any.whl (620 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 620.9/620.9 kB 216.1 MB/s eta 0:00:00 [neutron] Collecting openstacksdk>=0.31.2 [neutron] Downloading openstacksdk-4.4.0-py3-none-any.whl (1.8 MB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 271.6 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) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 217.6 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 [neutron] Downloading os_vif-4.1.0-py3-none-any.whl (110 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.2/110.2 kB 276.5 MB/s eta 0:00:00 [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 141.6 MB/s eta 0:00:00 [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 329.1 MB/s eta 0:00:00 [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 260.4 MB/s eta 0:00:00 [neutron] Collecting oslo.context>=2.22.0 [neutron] Downloading oslo.context-5.7.1-py3-none-any.whl (20 kB) [neutron] Collecting oslo.db>=4.44.0 [neutron] Downloading oslo.db-17.2.1-py3-none-any.whl (156 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 kB 385.6 MB/s eta 0:00:00 [neutron] Collecting oslo.i18n>=3.20.0 [neutron] Downloading oslo.i18n-6.5.1-py3-none-any.whl (46 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/46.8 kB 270.3 MB/s eta 0:00:00 [neutron] Collecting oslo.log>=5.3.0 [neutron] Downloading oslo.log-7.1.0-py3-none-any.whl (73 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.0/74.0 kB 356.3 MB/s eta 0:00:00 [neutron] Collecting oslo.messaging>=7.0.0 [neutron] Downloading oslo.messaging-16.1.0-py3-none-any.whl (202 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202.5/202.5 kB 183.8 MB/s eta 0:00:00 [neutron] Collecting oslo.middleware>=3.31.0 [neutron] Downloading oslo.middleware-6.3.1-py3-none-any.whl (64 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.6/64.6 kB 345.8 MB/s eta 0:00:00 [neutron] Collecting oslo.policy>=4.5.0 [neutron] Downloading oslo.policy-4.5.1-py3-none-any.whl (88 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.6/88.6 kB 348.0 MB/s eta 0:00:00 [neutron] Collecting oslo.privsep>=2.3.0 [neutron] Downloading oslo.privsep-3.6.0-py3-none-any.whl (38 kB) [neutron] Collecting oslo.reports>=1.18.0 [neutron] Downloading oslo.reports-3.5.1-py3-none-any.whl (53 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.2/53.2 kB 338.5 MB/s eta 0:00:00 [neutron] Collecting oslo.rootwrap>=5.15.0 [neutron] Downloading oslo.rootwrap-7.5.1-py3-none-any.whl (38 kB) [neutron] Collecting oslo.serialization>=5.5.0 [neutron] Downloading oslo.serialization-5.7.0-py3-none-any.whl (25 kB) [neutron] Collecting oslo.service>=3.5.0 [neutron] Downloading oslo.service-4.1.1-py3-none-any.whl (87 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 389.0 MB/s eta 0:00:00 [neutron] Collecting oslo.upgradecheck>=1.3.0 [neutron] Downloading oslo.upgradecheck-2.5.0-py3-none-any.whl (14 kB) [neutron] Collecting oslo.utils>=7.3.0 [neutron] Downloading oslo.utils-8.2.0-py3-none-any.whl (134 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.3/134.3 kB 373.5 MB/s eta 0:00:00 [neutron] Collecting oslo.versionedobjects>=1.35.1 [neutron] Downloading oslo.versionedobjects-3.6.0-py3-none-any.whl (86 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.3/86.3 kB 351.3 MB/s eta 0:00:00 [neutron] Collecting osprofiler>=2.3.0 [neutron] Downloading osprofiler-4.2.0-py3-none-any.whl (95 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.4/95.4 kB 201.6 MB/s eta 0:00:00 [neutron] Collecting ovs>=2.12.0 [neutron] Downloading ovs-3.5.0.tar.gz (156 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.7/156.7 kB 345.5 MB/s eta 0:00:00 [neutron] Preparing metadata (setup.py): started [neutron] Preparing metadata (setup.py): finished with status 'done' [neutron] Collecting ovsdbapp>=2.11.0 [neutron] Downloading ovsdbapp-2.11.0-py3-none-any.whl (143 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.4/143.4 kB 273.1 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 191.8 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 216.3 MB/s eta 0:00:00 [neutron] Collecting psutil>=6.1.0 [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) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 433.6 MB/s eta 0:00:00 [neutron] Collecting pyOpenSSL>=17.1.0 [neutron] Downloading pyOpenSSL-24.2.1-py3-none-any.whl (58 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/58.4 kB 322.4 MB/s eta 0:00:00 [neutron] Collecting pyroute2>=0.7.3 [neutron] Downloading pyroute2-0.8.1-py3-none-any.whl (474 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 474.3/474.3 kB 303.8 MB/s eta 0:00:00 [neutron] Collecting python-designateclient>=2.7.0 [neutron] Downloading python_designateclient-6.2.0-py3-none-any.whl (95 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.4/95.4 kB 389.1 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 243.8 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) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 336.3/336.3 kB 205.7 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 331.6 MB/s eta 0:00:00 [neutron] Collecting stevedore>=2.0.1 [neutron] Downloading stevedore-5.4.1-py3-none-any.whl (49 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 kB 238.1 MB/s eta 0:00:00 [neutron] Collecting tenacity>=6.0.0 [neutron] Downloading tenacity-9.0.0-py3-none-any.whl (28 kB) [neutron] Collecting tooz>=1.58.0 [neutron] Downloading tooz-6.3.0-py3-none-any.whl (91 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.6/91.6 kB 397.6 MB/s eta 0:00:00 [neutron] Collecting cryptography>=2.7 [neutron] Downloading cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 184.3 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 416.6 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) [neutron] Collecting osc-lib>=2.3.0 [neutron] Downloading osc_lib-3.2.0-py3-none-any.whl (89 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.3/89.3 kB 398.4 MB/s eta 0:00:00 [neutron] Collecting python-keystoneclient>=3.22.0 [neutron] Downloading python_keystoneclient-5.6.0-py3-none-any.whl (397 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 397.2/397.2 kB 352.5 MB/s eta 0:00:00 [neutron] Collecting python-cinderclient>=3.3.0 [neutron] Downloading python_cinderclient-9.7.0-py3-none-any.whl (256 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.5/256.5 kB 409.6 MB/s eta 0:00:00 [neutron] Collecting Mako [neutron] Downloading Mako-1.3.9-py3-none-any.whl (78 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 402.8 MB/s eta 0:00:00 [neutron] Collecting typing-extensions>=4 [neutron] Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) [neutron] Collecting autopage>=0.4.0 [neutron] Downloading autopage-0.5.2-py3-none-any.whl (30 kB) [neutron] Collecting cmd2>=1.0.0 [neutron] Downloading cmd2-2.5.11-py3-none-any.whl (152 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.8/152.8 kB 427.9 MB/s eta 0:00:00 [neutron] Collecting PrettyTable>=0.7.2 [neutron] Downloading prettytable-3.14.0-py3-none-any.whl (31 kB) [neutron] Collecting PyYAML>=3.12 [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 332.3 MB/s eta 0:00:00 [neutron] 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 274.8 MB/s eta 0:00:00 [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 345.4 MB/s eta 0:00:00 [neutron] Collecting dnspython>=1.15.0 [neutron] Downloading dnspython-2.7.0-py3-none-any.whl (313 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 431.0 MB/s eta 0:00:00 [neutron] Collecting greenlet>=1.0 [neutron] Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (602 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 602.4/602.4 kB 278.2 MB/s eta 0:00:00 [neutron] Collecting pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 [neutron] Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 kB 7.8 MB/s eta 0:00:00 [neutron] Collecting MarkupSafe>=2.0 [neutron] Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) [neutron] Collecting os-service-types>=1.2.0 [neutron] Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) [neutron] Collecting pycadf>=1.1.0 [neutron] Downloading pycadf-4.0.1-py3-none-any.whl (44 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.2/44.2 kB 345.0 MB/s eta 0:00:00 [neutron] Collecting PyJWT>=2.4.0 [neutron] Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) [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) [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 275.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 362.5 MB/s eta 0:00:00 [neutron] Collecting jmespath>=0.9.0 [neutron] Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) [neutron] Collecting jsonpatch!=1.20,>=1.16 [neutron] Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB) [neutron] Collecting platformdirs>=3 [neutron] Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB) [neutron] Collecting requestsexceptions>=1.2.0 [neutron] Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 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 389.2 MB/s eta 0:00:00 [neutron] Collecting ncclient>=0.6.13 [neutron] Downloading ncclient-0.6.16.tar.gz (112 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.6/112.6 kB 379.3 MB/s eta 0:00:00 [neutron] Preparing metadata (setup.py): started [neutron] Preparing metadata (setup.py): finished with status 'done' [neutron] Collecting packaging>=20.4 [neutron] Downloading packaging-24.2-py3-none-any.whl (65 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 181.6 MB/s eta 0:00:00 [neutron] Collecting fasteners>=0.7.0 [neutron] Downloading fasteners-0.19-py3-none-any.whl (18 kB) [neutron] Collecting rfc3986>=1.2.0 [neutron] Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) [neutron] Collecting testresources>=2.0.0 [neutron] Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB) [neutron] Collecting testscenarios>=0.4 [neutron] Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) [neutron] Collecting python-dateutil>=2.7.0 [neutron] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 412.2 MB/s eta 0:00:00 [neutron] Collecting cachetools>=2.0.0 [neutron] Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) [neutron] Collecting amqp>=2.5.2 [neutron] Downloading amqp-5.3.1-py3-none-any.whl (50 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/50.9 kB 343.2 MB/s eta 0:00:00 [neutron] Collecting kombu>=4.6.6 [neutron] Downloading kombu-5.4.2-py3-none-any.whl (201 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 kB 412.0 MB/s eta 0:00:00 [neutron] Collecting oslo.metrics>=0.2.1 [neutron] Downloading oslo.metrics-0.11.0-py3-none-any.whl (13 kB) [neutron] Collecting statsd>=3.2.1 [neutron] Downloading statsd-4.0.1-py2.py3-none-any.whl (13 kB) [neutron] Collecting bcrypt>=3.1.3 [neutron] Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 408.5 MB/s eta 0:00:00 [neutron] Collecting tzdata>=2022.4 [neutron] Downloading tzdata-2025.1-py2.py3-none-any.whl (346 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.8/346.8 kB 374.0 MB/s eta 0:00:00 [neutron] Collecting Yappi>=1.0 [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 378.1 MB/s eta 0:00:00 [neutron] Collecting sortedcontainers [neutron] Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) [neutron] Collecting fixtures>=3.0.0 [neutron] Downloading fixtures-4.2.4.post1-py3-none-any.whl (64 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 kB 381.6 MB/s eta 0:00:00 [neutron] Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.0) (66.1.1) [neutron] Collecting logutils>=0.3 [neutron] Downloading logutils-0.3.5.tar.gz (27 kB) [neutron] Preparing metadata (setup.py): started [neutron] Preparing metadata (setup.py): finished with status 'done' [neutron] Collecting jsonschema>=3.2.0 [neutron] Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 66.0 MB/s eta 0:00:00 [neutron] Collecting os-client-config>=1.28.0 [neutron] Downloading os_client_config-2.1.0-py3-none-any.whl (31 kB) [neutron] Collecting charset-normalizer<4,>=2 [neutron] Downloading charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.9/143.9 kB 418.9 MB/s eta 0:00:00 [neutron] Collecting idna<4,>=2.5 [neutron] Downloading idna-3.10-py3-none-any.whl (70 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 374.7 MB/s eta 0:00:00 [neutron] Collecting urllib3<3,>=1.21.1 [neutron] Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 kB 322.1 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 408.4 MB/s eta 0:00:00 [neutron] Collecting six [neutron] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [neutron] Collecting repoze.lru>=0.3 [neutron] Downloading repoze.lru-0.7-py3-none-any.whl (10 kB) [neutron] Collecting voluptuous>=0.8.9 [neutron] Downloading voluptuous-0.15.2-py3-none-any.whl (31 kB) [neutron] Collecting vine<6.0.0,>=5.0.0 [neutron] Downloading vine-5.1.0-py3-none-any.whl (9.6 kB) [neutron] Collecting pycparser [neutron] Downloading pycparser-2.22-py3-none-any.whl (117 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 369.3 MB/s eta 0:00:00 [neutron] Collecting pyperclip>=1.8 [neutron] Downloading pyperclip-1.9.0.tar.gz (20 kB) [neutron] Preparing metadata (setup.py): started [neutron] Preparing metadata (setup.py): finished with status 'done' [neutron] Collecting wcwidth>=0.2.10 [neutron] Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) [neutron] Collecting jsonpointer>=1.9 [neutron] Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) [neutron] Collecting attrs>=22.2.0 [neutron] Downloading attrs-25.1.0-py3-none-any.whl (63 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 kB 306.1 MB/s eta 0:00:00 [neutron] Collecting jsonschema-specifications>=2023.03.6 [neutron] Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB) [neutron] Collecting referencing>=0.28.4 [neutron] Downloading referencing-0.36.2-py3-none-any.whl (26 kB) [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) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.3/386.3 kB 236.2 MB/s eta 0:00:00 [neutron] Collecting lxml>=3.3.0 [neutron] Downloading lxml-5.3.1-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 227.7 MB/s eta 0:00:00 [neutron] Collecting paramiko>=1.15.0 [neutron] Downloading paramiko-3.5.1-py3-none-any.whl (227 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.3/227.3 kB 204.0 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 312.9 MB/s eta 0:00:00 [neutron] Collecting testtools [neutron] Downloading testtools-2.7.2-py3-none-any.whl (179 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.9/179.9 kB 251.6 MB/s eta 0:00:00 [neutron] Collecting pynacl>=1.5 [neutron] Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) [neutron] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 42.7 MB/s eta 0:00:00 [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 [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=1e16286745247e72b9b261d5710d7618244d79ebd837a2337addf8a3544dd85b [neutron] Stored in directory: /tmp/pip-ephem-wheel-cache-nhchh4vs/wheels/72/1d/d8/cf9590fd4d226badc3a9b6f8b990cbb672cedefee318fff0c6 [neutron] Building wheel for ovs (setup.py): started [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=af6031e3b792c64d0e470c3d7e37d69a29387f04c496e5f97da5aade354a4b42 [neutron] Stored in directory: /tmp/pip-ephem-wheel-cache-nhchh4vs/wheels/30/5f/4c/a7181fe99ac223ae09fd308a56618a2132b485101127ad7aa3 [neutron] Building wheel for logutils (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=2553bbecd60bba7adf4cfe1034956466753c734fb234a40e3c02a4064353abfa [neutron] Stored in directory: /tmp/pip-ephem-wheel-cache-nhchh4vs/wheels/b4/97/76/7422d13479d6ff7bdaa2f85ed42f5e7047dd6a14ff40340458 [neutron] Building wheel for ncclient (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=ede2860917d47d5a78086792d02e0006b7fc9bd83e1cbb2c90b0cc7a3f3c1320 [neutron] Stored in directory: /tmp/pip-ephem-wheel-cache-nhchh4vs/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=328a185c1e5e830e90ee9fe82ef72df235a05f17ab3ccb53be7d18e55e0bdb06 [neutron] Stored in directory: /tmp/pip-ephem-wheel-cache-nhchh4vs/wheels/e8/e7/56/591cb88ba1783b38c40d584026e766aac9c3a048e34128ce8b [neutron] Successfully built neutron ovs logutils ncclient 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 [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 [neutron] cp: cannot stat '/tmp/neutron/etc/neutron/api-paste.ini': No such file or directory [neutron] --> b8094a5225d1 [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] --> Using cache d5b106e0ca1dec6d5c364bd5d65c81a7736233002ebc5e436589f0f9a824c713 [neutron] --> d5b106e0ca1d [neutron] [2/2] STEP 3/14: ARG SERVICE_TYPE=server [neutron] --> Using cache 13ee38841fdb0c76c000a732b155db15a073d5dcf0c0fdd6dd3f085433db5a36 [neutron] --> 13ee38841fdb [neutron] [2/2] STEP 4/14: ARG APT_PROXY="" [neutron] --> Using cache f79c9b5dd46c81f2394d7592a4c6f2f258f3ceb59165ff718d260796ae0b3455 [neutron] --> f79c9b5dd46c [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 [neutron] --> 665b58284286 [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/* [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 (8355 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 [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] [neutron] debconf: delaying package configuration, since apt-utils is not installed [neutron] Fetched 7304 kB in 0s (111 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) ... [neutron] Selecting previously unselected package haproxy. [neutron] Preparing to unpack .../3-haproxy_2.6.12-1+deb12u3_amd64.deb ... [neutron] Unpacking haproxy (2.6.12-1+deb12u3) ... [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 ... [neutron] Unpacking ovn-common (23.03.1-1~deb12u2) ... [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) ... [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) ... [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. [neutron] Processing triggers for libc-bin (2.36-9+deb12u13) ... [neutron] --> b1a324ad0b5c [neutron] [2/2] STEP 7/14: COPY --from=builder /usr/local /usr/local [neutron] --> a4f40a43b2f7 [neutron] [2/2] STEP 8/14: COPY --from=builder /etc/neutron /etc/neutron [neutron] --> 8416ed92a83c [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 [neutron] useradd: warning: the home directory /var/lib/neutron already exists. [neutron] useradd: Not copying any file from skel directory into it. [neutron] --> 123a9d65b461 [neutron] [2/2] STEP 10/14: COPY --chmod=755 scripts/neutron-server-entrypoint.sh /usr/local/bin/neutron-server-entrypoint.sh [neutron] --> b12da2931e8f [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 [neutron] --> 08e054516290 [neutron] [2/2] STEP 12/14: USER neutron [neutron] --> 79f99dc9e705 [neutron] [2/2] STEP 13/14: WORKDIR /var/lib/neutron [neutron] --> 2d4002565cf1 [neutron] [2/2] STEP 14/14: ENTRYPOINT ["/usr/local/bin/neutron-server-entrypoint.sh"] [neutron] [2/2] COMMIT localhost/hotstack-os-neutron:latest [neutron] --> 1981fc43c19f [neutron] Successfully tagged localhost/hotstack-os-neutron:latest [neutron] 1981fc43c19fcbead131614a94ac150b9352f8118922f9431db95dcac1869c52 [cinder] ============================================================ [cinder] Building: localhost/hotstack-os-cinder:latest [cinder] Command: podman build -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 [8/10] neutron [DONE] [cinder] ============================================================ [cinder] [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 [cinder] --> Using cache 55aeec905d29f6781f7e5d372b2e9ff3081f7faf58c5e8faf59b173814869014 [cinder] --> 55aeec905d29 [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/ [cinder] Cloning into '/tmp/cinder'... [cinder] Processing /tmp/cinder [cinder] Preparing metadata (setup.py): started [cinder] Preparing metadata (setup.py): finished with status 'done' [cinder] Collecting pymysql [cinder] Downloading PyMySQL-1.1.1-py3-none-any.whl (44 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.0/45.0 kB 2.7 MB/s eta 0:00:00 [cinder] Collecting python-memcached [cinder] Downloading python_memcached-1.62-py2.py3-none-any.whl (15 kB) [cinder] Collecting python-openstackclient [cinder] Downloading python_openstackclient-7.5.0-py3-none-any.whl (1.1 MB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 79.4 MB/s eta 0:00:00 [cinder] Collecting Paste>=3.4.3 [cinder] Downloading Paste-3.10.1-py3-none-any.whl (289 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.3/289.3 kB 408.2 MB/s eta 0:00:00 [cinder] Collecting PasteDeploy>=2.1.0 [cinder] Downloading PasteDeploy-3.1.0-py3-none-any.whl (16 kB) [cinder] Collecting Routes>=2.4.1 [cinder] Downloading Routes-2.5.1-py2.py3-none-any.whl (40 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.1/40.1 kB 215.3 MB/s eta 0:00:00 [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) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 109.5 MB/s eta 0:00:00 [cinder] Collecting WebOb>=1.8.6 [cinder] Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.4/115.4 kB 411.6 MB/s eta 0:00:00 [cinder] Collecting boto3>=1.18.49 [cinder] Downloading boto3-1.36.26-py3-none-any.whl (139 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.2/139.2 kB 408.5 MB/s eta 0:00:00 [cinder] Collecting castellan>=3.7.0 [cinder] Downloading castellan-5.2.1-py3-none-any.whl (99 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.6/99.6 kB 391.9 MB/s eta 0:00:00 [cinder] Collecting cryptography>=3.1 [cinder] Downloading cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 209.3 MB/s eta 0:00:00 [cinder] Collecting cursive>=0.2.2 [cinder] Downloading cursive-0.2.3-py2.py3-none-any.whl (43 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.8/43.8 kB 354.4 MB/s eta 0:00:00 [cinder] Collecting decorator>=4.4.2 [cinder] Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) [cinder] Collecting distro>=1.8.0 [cinder] Downloading distro-1.9.0-py3-none-any.whl (20 kB) [cinder] Collecting eventlet!=0.32.0,>=0.30.1 [cinder] Downloading eventlet-0.39.0-py3-none-any.whl (363 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 363.3/363.3 kB 411.1 MB/s eta 0:00:00 [cinder] Collecting google-api-python-client>=1.11.0 [cinder] Downloading google_api_python_client-2.161.0-py2.py3-none-any.whl (12.9 MB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/12.9 MB 100.3 MB/s eta 0:00:00 [cinder] Collecting greenlet>=0.4.16 [cinder] Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (602 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 602.4/602.4 kB 258.4 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) [cinder] Collecting jsonschema>=3.2.0 [cinder] Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 405.0 MB/s eta 0:00:00 [cinder] Collecting keystoneauth1>=4.2.1 [cinder] Downloading keystoneauth1-5.10.0-py3-none-any.whl (344 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 344.3/344.3 kB 226.3 MB/s eta 0:00:00 [cinder] Collecting keystonemiddleware>=9.1.0 [cinder] Downloading keystonemiddleware-10.9.0-py3-none-any.whl (151 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.5/151.5 kB 375.7 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) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 233.8 MB/s eta 0:00:00 [cinder] Collecting os-brick>=6.10.0 [cinder] Downloading os_brick-6.11.0-py3-none-any.whl (310 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 310.2/310.2 kB 245.8 MB/s eta 0:00:00 [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 192.6 MB/s eta 0:00:00 [cinder] Collecting oslo.concurrency>=4.5.0 [cinder] Downloading oslo.concurrency-7.1.0-py3-none-any.whl (47 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.0/47.0 kB 369.8 MB/s eta 0:00:00 [cinder] Collecting oslo.config>=8.3.2 [cinder] Downloading oslo.config-9.7.1-py3-none-any.whl (131 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 kB 415.2 MB/s eta 0:00:00 [cinder] Collecting oslo.context>=3.4.0 [cinder] Downloading oslo.context-5.7.1-py3-none-any.whl (20 kB) [cinder] Collecting oslo.db>=11.0.0 [cinder] Downloading oslo.db-17.2.1-py3-none-any.whl (156 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 kB 435.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 340.2 MB/s eta 0:00:00 [cinder] Collecting oslo.log>=4.6.1 [cinder] Downloading oslo.log-7.1.0-py3-none-any.whl (73 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.0/74.0 kB 388.1 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) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202.5/202.5 kB 372.3 MB/s eta 0:00:00 [cinder] Collecting oslo.middleware>=4.1.1 [cinder] Downloading oslo.middleware-6.3.1-py3-none-any.whl (64 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.6/64.6 kB 392.0 MB/s eta 0:00:00 [cinder] Collecting oslo.policy>=4.5.0 [cinder] Downloading oslo.policy-4.5.1-py3-none-any.whl (88 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.6/88.6 kB 405.7 MB/s eta 0:00:00 [cinder] Collecting oslo.privsep>=2.6.2 [cinder] Downloading oslo.privsep-3.6.0-py3-none-any.whl (38 kB) [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 363.5 MB/s eta 0:00:00 [cinder] Collecting oslo.rootwrap>=6.2.0 [cinder] Downloading oslo.rootwrap-7.5.1-py3-none-any.whl (38 kB) [cinder] Collecting oslo.serialization>=4.2.0 [cinder] Downloading oslo.serialization-5.7.0-py3-none-any.whl (25 kB) [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 367.3 MB/s eta 0:00:00 [cinder] Collecting oslo.upgradecheck>=1.1.1 [cinder] Downloading oslo.upgradecheck-2.5.0-py3-none-any.whl (14 kB) [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 371.6 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 400.8 MB/s eta 0:00:00 [cinder] Collecting oslo.vmware>=3.10.0 [cinder] Downloading oslo.vmware-4.6.0-py3-none-any.whl (627 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 627.0/627.0 kB 315.3 MB/s eta 0:00:00 [cinder] Collecting osprofiler>=3.4.0 [cinder] Downloading osprofiler-4.2.0-py3-none-any.whl (95 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.4/95.4 kB 338.0 MB/s eta 0:00:00 [cinder] Collecting packaging>=20.4 [cinder] Downloading packaging-24.2-py3-none-any.whl (65 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 405.8 MB/s eta 0:00:00 [cinder] Collecting paramiko>=2.7.2 [cinder] Downloading paramiko-3.5.1-py3-none-any.whl (227 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.3/227.3 kB 441.5 MB/s eta 0:00:00 [cinder] Collecting pbr>=5.8.0 [cinder] Downloading pbr-6.1.1-py2.py3-none-any.whl (108 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.0/109.0 kB 381.6 MB/s eta 0:00:00 [cinder] Collecting pyparsing>=2.4.7 [cinder] Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 kB 324.1 MB/s eta 0:00:00 [cinder] Collecting python-barbicanclient>=5.0.1 [cinder] Downloading python_barbicanclient-7.1.0-py3-none-any.whl (88 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 391.3 MB/s eta 0:00:00 [cinder] Collecting python-glanceclient>=3.2.2 [cinder] Downloading python_glanceclient-4.8.0-py3-none-any.whl (206 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.0/207.0 kB 120.1 MB/s eta 0:00:00 [cinder] Collecting python-keystoneclient>=4.1.1 [cinder] Downloading python_keystoneclient-5.6.0-py3-none-any.whl (397 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 397.2/397.2 kB 235.0 MB/s eta 0:00:00 [cinder] Collecting python-novaclient>=18.2.0 [cinder] Downloading python_novaclient-18.9.0-py3-none-any.whl (336 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 336.3/336.3 kB 15.4 MB/s eta 0:00:00 [cinder] Collecting python-swiftclient>=3.10.1 [cinder] Downloading python_swiftclient-4.7.0-py3-none-any.whl (88 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.8/88.8 kB 404.8 MB/s eta 0:00:00 [cinder] Collecting requests>=2.25.1 [cinder] Downloading requests-2.32.3-py3-none-any.whl (64 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 361.8 MB/s eta 0:00:00 [cinder] Collecting rtslib-fb>=2.1.74 [cinder] Downloading rtslib-fb-2.1.76.tar.gz (78 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.1/78.1 kB 324.7 MB/s eta 0:00:00 [cinder] Preparing metadata (setup.py): started [cinder] Preparing metadata (setup.py): finished with status 'done' [cinder] Collecting stevedore>=3.2.2 [cinder] Downloading stevedore-5.4.1-py3-none-any.whl (49 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 kB 254.3 MB/s eta 0:00:00 [cinder] Collecting tabulate>=0.8.7 [cinder] Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) [cinder] Collecting taskflow>=4.5.0 [cinder] Downloading taskflow-5.12.0-py3-none-any.whl (504 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 504.4/504.4 kB 244.5 MB/s eta 0:00:00 [cinder] Collecting tenacity>=6.3.1 [cinder] Downloading tenacity-9.0.0-py3-none-any.whl (28 kB) [cinder] Collecting tooz>=2.8.0 [cinder] Downloading tooz-6.3.0-py3-none-any.whl (91 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.6/91.6 kB 330.7 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 382.0 MB/s eta 0:00:00 [cinder] Collecting zstd>=1.4.5.1 [cinder] Downloading zstd-1.5.6.4-cp311-cp311-manylinux_2_34_x86_64.whl (1.7 MB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 253.5 MB/s eta 0:00:00 [cinder] Collecting cliff>=3.5.0 [cinder] Downloading cliff-4.9.1-py3-none-any.whl (84 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.6/84.6 kB 342.9 MB/s eta 0:00:00 [cinder] Collecting openstacksdk>=3.3.0 [cinder] Downloading openstacksdk-4.4.0-py3-none-any.whl (1.8 MB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 252.6 MB/s eta 0:00:00 [cinder] Collecting osc-lib>=2.3.0 [cinder] Downloading osc_lib-3.2.0-py3-none-any.whl (89 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.3/89.3 kB 382.2 MB/s eta 0:00:00 [cinder] Collecting python-cinderclient>=3.3.0 [cinder] Downloading python_cinderclient-9.7.0-py3-none-any.whl (256 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.5/256.5 kB 414.0 MB/s eta 0:00:00 [cinder] Collecting botocore<1.37.0,>=1.36.26 [cinder] Downloading botocore-1.36.26-py3-none-any.whl (13.4 MB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.4/13.4 MB 119.2 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) [cinder] Collecting s3transfer<0.12.0,>=0.11.0 [cinder] Downloading s3transfer-0.11.2-py3-none-any.whl (84 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.2/84.2 kB 285.3 MB/s eta 0:00:00 [cinder] Collecting autopage>=0.4.0 [cinder] Downloading autopage-0.5.2-py3-none-any.whl (30 kB) [cinder] Collecting cmd2>=1.0.0 [cinder] Downloading cmd2-2.5.11-py3-none-any.whl (152 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.8/152.8 kB 422.4 MB/s eta 0:00:00 [cinder] Collecting PrettyTable>=0.7.2 [cinder] Downloading prettytable-3.14.0-py3-none-any.whl (31 kB) [cinder] Collecting PyYAML>=3.12 [cinder] Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 763.0/763.0 kB 301.4 MB/s eta 0:00:00 [cinder] Collecting cffi>=1.12 [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 396.3 MB/s eta 0:00:00 [cinder] Collecting dnspython>=1.15.0 [cinder] Downloading dnspython-2.7.0-py3-none-any.whl (313 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 355.7 MB/s eta 0:00:00 [cinder] Collecting httplib2<1.dev0,>=0.19.0 [cinder] Downloading httplib2-0.22.0-py3-none-any.whl (96 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.9/96.9 kB 382.9 MB/s eta 0:00:00 [cinder] Collecting google-auth!=2.24.0,!=2.25.0,<3.0.0.dev0,>=1.32.0 [cinder] Downloading google_auth-2.38.0-py2.py3-none-any.whl (210 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 210.8/210.8 kB 345.7 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) [cinder] Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0,>=1.31.5 [cinder] Downloading google_api_core-2.24.1-py3-none-any.whl (160 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.1/160.1 kB 318.2 MB/s eta 0:00:00 [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 379.0 MB/s eta 0:00:00 [cinder] Collecting jsonschema-specifications>=2023.03.6 [cinder] Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB) [cinder] Collecting referencing>=0.28.4 [cinder] Downloading referencing-0.36.2-py3-none-any.whl (26 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 385.6 MB/s eta 0:00:00 [cinder] Collecting os-service-types>=1.2.0 [cinder] Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) [cinder] Collecting typing-extensions>=4.12 [cinder] Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) [cinder] Collecting oslo.cache>=1.26.0 [cinder] Downloading oslo_cache-3.10.2-py3-none-any.whl (76 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.4/76.4 kB 374.5 MB/s eta 0:00:00 [cinder] Collecting pycadf>=1.1.0 [cinder] Downloading pycadf-4.0.1-py3-none-any.whl (44 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.2/44.2 kB 333.0 MB/s eta 0:00:00 [cinder] Collecting PyJWT>=2.4.0 [cinder] Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) [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 370.3 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) [cinder] Collecting platformdirs>=3 [cinder] Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB) [cinder] Collecting psutil>=3.2.2 [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) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 245.1 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) [cinder] Collecting fasteners>=0.7.0 [cinder] Downloading fasteners-0.19-py3-none-any.whl (18 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) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 252.4 MB/s eta 0:00:00 [cinder] Collecting rfc3986>=1.2.0 [cinder] Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) [cinder] Collecting alembic>=0.9.6 [cinder] Downloading alembic-1.14.1-py3-none-any.whl (233 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.6/233.6 kB 335.1 MB/s eta 0:00:00 [cinder] Collecting testresources>=2.0.0 [cinder] Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB) [cinder] Collecting testscenarios>=0.4 [cinder] Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) [cinder] Collecting python-dateutil>=2.7.0 [cinder] Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 425.0 MB/s eta 0:00:00 [cinder] Collecting futurist>=1.2.0 [cinder] Downloading futurist-3.1.0-py3-none-any.whl (37 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 [cinder] Downloading amqp-5.3.1-py3-none-any.whl (50 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/50.9 kB 343.4 MB/s eta 0:00:00 [cinder] Collecting kombu>=4.6.6 [cinder] Downloading kombu-5.4.2-py3-none-any.whl (201 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 kB 390.6 MB/s eta 0:00:00 [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 384.4 MB/s eta 0:00:00 [cinder] Collecting statsd>=3.2.1 [cinder] Downloading statsd-4.0.1-py2.py3-none-any.whl (13 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 304.4 MB/s eta 0:00:00 [cinder] Collecting msgpack>=0.6.0 [cinder] Downloading msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (403 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 403.7/403.7 kB 358.5 MB/s eta 0:00:00 [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 309.2 MB/s eta 0:00:00 [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 284.3 MB/s eta 0:00:00 [cinder] Collecting urllib3>=1.21.1 [cinder] Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 kB 354.1 MB/s eta 0:00:00 [cinder] Collecting pynacl>=1.5 [cinder] Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 292.7 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) [cinder] Collecting warlock>=1.2.0 [cinder] Downloading warlock-2.0.1-py3-none-any.whl (9.8 kB) [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) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/83.2 kB 384.8 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 379.1 MB/s eta 0:00:00 [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 410.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 244.4 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 283.9 MB/s eta 0:00:00 [cinder] Collecting six [cinder] Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) [cinder] Collecting repoze.lru>=0.3 [cinder] Downloading repoze.lru-0.7-py3-none-any.whl (10 kB) [cinder] Collecting pyudev>=0.16.1 [cinder] Downloading pyudev-0.24.3-py3-none-any.whl (62 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 370.9 MB/s eta 0:00:00 [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 268.3 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) [cinder] Collecting voluptuous>=0.8.9 [cinder] Downloading voluptuous-0.15.2-py3-none-any.whl (31 kB) [cinder] Collecting Mako [cinder] Downloading Mako-1.3.9-py3-none-any.whl (78 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 259.5 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) [cinder] Collecting pycparser [cinder] Downloading pycparser-2.22-py3-none-any.whl (117 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 335.2 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 [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 226.2 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) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 319.7/319.7 kB 338.8 MB/s eta 0:00:00 [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 367.1 MB/s eta 0:00:00 [cinder] Collecting pyasn1-modules>=0.2.1 [cinder] Downloading pyasn1_modules-0.4.1-py3-none-any.whl (181 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.5/181.5 kB 49.5 MB/s eta 0:00:00 [cinder] Collecting rsa<5,>=3.1.4 [cinder] Downloading rsa-4.9-py3-none-any.whl (34 kB) [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) [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 278.2 MB/s eta 0:00:00 [cinder] Collecting testtools [cinder] Downloading testtools-2.7.2-py3-none-any.whl (179 kB) [cinder] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.9/179.9 kB 410.1 MB/s eta 0:00:00 [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 355.9 MB/s eta 0:00:00 [cinder] Building wheels for collected packages: cinder, rtslib-fb, pyperclip [cinder] Building wheel for cinder (setup.py): started [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=b0e198efd97da113ec367aa0a5ec2153c463640efd845f7a00ef222526524417 [cinder] Stored in directory: /tmp/pip-ephem-wheel-cache-f483a69m/wheels/96/39/16/4e08e095637c391708ab151a4575eae423502a241126000284 [cinder] Building wheel for rtslib-fb (setup.py): 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=8fd77f7abfa36b3b8ad1d67e8f5a0d333dbebd9a9166ae11aaf16ed4ab98ad46 [cinder] Stored in directory: /tmp/pip-ephem-wheel-cache-f483a69m/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=89af5b602a617f7572f307209c8213c4b4b9fc2718536395a293ffa799c1a7ae [cinder] Stored in directory: /tmp/pip-ephem-wheel-cache-f483a69m/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 [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 [cinder] --> f03a82246f6d [cinder] [2/2] STEP 1/22: FROM localhost/hotstack-os-base:latest [cinder] [2/2] STEP 2/22: ARG OPENSTACK_BRANCH=stable/2025.1 [cinder] --> Using cache d5b106e0ca1dec6d5c364bd5d65c81a7736233002ebc5e436589f0f9a824c713 [cinder] --> d5b106e0ca1d [cinder] [2/2] STEP 3/22: ARG SERVICE_TYPE=api [cinder] --> Using cache 13ee38841fdb0c76c000a732b155db15a073d5dcf0c0fdd6dd3f085433db5a36 [cinder] --> 13ee38841fdb [cinder] [2/2] STEP 4/22: ARG APT_PROXY="" [cinder] --> Using cache f79c9b5dd46c81f2394d7592a4c6f2f258f3ceb59165ff718d260796ae0b3455 [cinder] --> f79c9b5dd46c [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 [cinder] --> ab54199e0e7f [cinder] [2/2] STEP 6/22: RUN apt-get update && apt-get install -y --no-install-recommends kmod && rm -rf /var/lib/apt/lists/* [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 (8252 kB/s) [cinder] Reading package lists... [cinder] Reading package lists... [cinder] Building dependency tree... [cinder] Reading state information... [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 (9193 kB/s) [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] --> b94c2fa70737 [cinder] [2/2] STEP 7/22: COPY --from=builder /usr/local /usr/local [cinder] --> 90bc58339aec [cinder] [2/2] STEP 8/22: COPY --from=builder /etc/cinder /etc/cinder [cinder] --> 7a7171c66869 [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 [cinder] useradd: warning: the home directory /var/lib/cinder already exists. [cinder] useradd: Not copying any file from skel directory into it. [cinder] --> c08a27cba12e [cinder] [2/2] STEP 10/22: COPY --chmod=755 scripts/cinder-api-entrypoint.sh /usr/local/bin/cinder-api-entrypoint.sh [cinder] --> 472a29334883 [cinder] [2/2] STEP 11/22: COPY --chmod=755 scripts/cinder-scheduler-entrypoint.sh /usr/local/bin/cinder-scheduler-entrypoint.sh [cinder] --> 14f36b708784 [cinder] [2/2] STEP 12/22: COPY --chmod=755 scripts/cinder-volume-entrypoint.sh /usr/local/bin/cinder-volume-entrypoint.sh [cinder] --> ae839448fb11 [cinder] [2/2] STEP 13/22: COPY --chmod=755 scripts/qemu-img-wrapper.py /usr/local/bin/qemu-img [cinder] --> 4352c37f2fa5 [cinder] [2/2] STEP 14/22: COPY --chmod=755 scripts/test-qemu-img-wrapper.sh /tmp/test-qemu-img-wrapper.sh [cinder] --> 0ee355318abd [cinder] [2/2] STEP 15/22: RUN /tmp/test-qemu-img-wrapper.sh && rm /tmp/test-qemu-img-wrapper.sh [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... [cinder] [OK] Test 3 PASSED: Permissions are 0664 [cinder] Test 4: Testing non-create command (info)... [cinder] [OK] Test 4 PASSED: Non-create commands work [cinder] [cinder] All tests PASSED! [OK] [cinder] The qemu-img wrapper is working correctly. [cinder] --> fd23df5440e7 [cinder] [2/2] STEP 16/22: RUN mv /sbin/mount.nfs /sbin/mount.nfs.real [cinder] --> ecfd4d639779 [cinder] [2/2] STEP 17/22: COPY --chmod=755 scripts/mount.nfs-wrapper.py /sbin/mount.nfs [cinder] --> f6ca8cb37e5b [cinder] [2/2] STEP 18/22: COPY --chmod=755 scripts/test-mount-wrapper.sh /tmp/test-mount-wrapper.sh [cinder] --> d9a24b7869ff [cinder] [2/2] STEP 19/22: RUN /tmp/test-mount-wrapper.sh && rm /tmp/test-mount-wrapper.sh [cinder] Testing mount.nfs wrapper... [cinder] mount.nfs wrapper tests passed [cinder] --> b2d667b6d98a [cinder] [2/2] STEP 20/22: USER cinder [cinder] --> 5877a506be0e [cinder] [2/2] STEP 21/22: WORKDIR /var/lib/cinder [cinder] --> 49e9d81e249e [cinder] [2/2] STEP 22/22: ENTRYPOINT ["/usr/local/bin/cinder-api-entrypoint.sh"] [cinder] [2/2] COMMIT localhost/hotstack-os-cinder:latest [cinder] --> 8de6265174dd [cinder] Successfully tagged localhost/hotstack-os-cinder:latest [cinder] 8de6265174dde57dc99e1411b70bd0d22460d6ae195b34fc2a334c797f146edd [heat] ============================================================ [heat] Building: localhost/hotstack-os-heat:latest [heat] Command: podman build -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 [heat] ============================================================ [9/10] cinder [DONE] [heat] [1/2] STEP 1/4: FROM localhost/hotstack-os-base-builder:latest AS builder [heat] [1/2] STEP 2/4: ARG OPENSTACK_BRANCH=stable/2025.1 [heat] --> Using cache 55aeec905d29f6781f7e5d372b2e9ff3081f7faf58c5e8faf59b173814869014 [heat] --> 55aeec905d29 [heat] [1/2] STEP 3/4: COPY patches/heat-add-sata-disk-bus.patch /tmp/heat-add-sata-disk-bus.patch [heat] --> 4d73a6e8fa00 [heat] [1/2] STEP 4/4: RUN git clone --depth 1 --branch ${OPENSTACK_BRANCH} https://opendev.org/openstack/heat /tmp/heat && cd /tmp/heat && patch -p1 < /tmp/heat-add-sata-disk-bus.patch && 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/ [heat] Cloning into '/tmp/heat'... [heat] patching file heat/engine/resources/openstack/nova/server.py [heat] Reversed (or previously applied) patch detected! Assume -R? [n] [heat] Apply anyway? [n] [heat] Skipping patch. [heat] 1 out of 1 hunk ignored -- saving rejects to file heat/engine/resources/openstack/nova/server.py.rej [heat] Error: building at STEP "RUN git clone --depth 1 --branch ${OPENSTACK_BRANCH} https://opendev.org/openstack/heat /tmp/heat && cd /tmp/heat && patch -p1 < /tmp/heat-add-sata-disk-bus.patch && 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/": while running runtime: exit status 1 [10/10] heat [FAILED] Build failed for: heat Errors: heat: Build failed (see output above) If you see permission errors, try: podman system reset -f If you see storage/layer errors, try reducing BUILD_PARALLEL in .env (current: 1) make: *** [Makefile:44: build] Error 1