2025-10-21 05:37:45,554: INFO: Building opensdn-controller-config-dnsmasq 2025-10-21 05:37:45,614: INFO: Building args: --network host --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-2_2_5_0-1_0 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=9 --build-arg LINUX_DISTR=rockylinux --build-arg CONTAINER_NAME=opensdn-controller-config-dnsmasq --build-arg UBUNTU_DISTR_VERSION=24.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn --build-arg BUILD_IMAGE=tf-dev-sandbox:compile --build-arg BUILD_ROOT=/buildroot #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: #1 transferring dockerfile: 1.34kB done #1 DONE 1.9s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-base:master-2_2_5_0-1_0 #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: #3 transferring context: 2B done #3 DONE 3.3s #4 [1/5] FROM nexus.gz1.opensdn.io:5101/opensdn-base:master-2_2_5_0-1_0 #4 DONE 0.1s #5 [internal] load build context #5 transferring context: 6.38kB done #5 ... #6 [2/5] RUN mkdir -p /etc/scripts/ #6 DONE 3.3s #5 [internal] load build context #5 DONE 3.7s #7 [3/5] COPY entrypoint.sh / #7 DONE 2.0s #8 [4/5] COPY conf/* /etc/scripts/ #8 DONE 1.4s #9 [5/5] RUN set -e ; yum install -y gcc make xz && source /functions.sh && download_package https://thekelleys.org.uk dnsmasq/dnsmasq-2.90.tar.xz dnsmasq-2.90.tar.xz "--no-check-certificate" && tar -xvf dnsmasq-2.90.tar.xz && rm -f dnsmasq-2.90.tar.xz && pushd dnsmasq-2.90 && make && make install && popd && rm -rf dnsmasq-2.90 && yum autoremove -y gcc make && echo "conf-dir=/etc/dnsmasq,*.conf" > /etc/dnsmasq.conf && yum clean all -y && rm -rf /var/cache/yum #9 2.009 added from: http://tf-mirrors.gz1.opensdn.io/re 20 MB/s | 2.1 MB 00:00 #9 2.940 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 730 kB 00:00 #9 3.492 added from: http://tf-mirrors.gz1.opensdn.io/re 3.0 MB/s | 264 kB 00:00 #9 4.051 added from: http://tf-mirrors.gz1.opensdn.io/re 16 MB/s | 7.0 MB 00:00 #9 5.907 added from: http://tf-mirrors.gz1.opensdn.io/re 38 MB/s | 4.0 MB 00:00 #9 7.428 added from: http://tf-mirrors.gz1.opensdn.io/re 6.5 MB/s | 939 kB 00:00 #9 7.728 added from: http://tf-mirrors.gz1.opensdn.io/re 29 MB/s | 2.3 MB 00:00 #9 8.623 added from: http://tf-mirrors.gz1.opensdn.io/re 11 MB/s | 392 kB 00:00 #9 8.973 added from: http://tf-mirrors.gz1.opensdn.io/re 8.3 MB/s | 451 kB 00:00 #9 9.364 added from: http://tf-mirrors.gz1.opensdn.io/re 88 kB/s | 16 kB 00:00 #9 9.597 added from: http://tf-mirrors.gz1.opensdn.io/re 3.7 kB/s | 257 B 00:00 #9 9.819 added from: http://tf-mirrors.gz1.opensdn.io/re 388 kB/s | 13 kB 00:00 #9 10.35 added from: http://tf-mirrors.gz1.opensdn.io/re 229 kB/s | 64 kB 00:00 #9 11.07 added from: http://tf-mirrors.gz1.opensdn.io/re 65 MB/s | 30 MB 00:00 #9 23.04 Third parties for OpenSDN 39 MB/s | 5.1 MB 00:00 #9 29.77 Package gcc-11.5.0-5.el9_5.x86_64 is already installed. #9 29.77 Package make-1:4.3-8.el9.x86_64 is already installed. #9 29.85 Dependencies resolved. #9 29.85 ================================================================================ #9 29.85 Package #9 29.85 Arch Version Repository Size #9 29.85 ================================================================================ #9 29.85 Installing: #9 29.85 xz x86_64 5.2.5-8.el9_0 tf-mirrors.ci_repos_yum9-baseos 214 k #9 29.85 #9 29.85 Transaction Summary #9 29.85 ================================================================================ #9 29.85 Install 1 Package #9 29.85 #9 29.85 Total download size: 214 k #9 29.85 Installed size: 670 k #9 29.85 Downloading Packages: #9 29.85 xz-5.2.5-8.el9_0.x86_64.rpm 14 MB/s | 214 kB 00:00 #9 29.85 -------------------------------------------------------------------------------- #9 29.85 Total 13 MB/s | 214 kB 00:00 #9 29.85 Running transaction check #9 29.90 Transaction check succeeded. #9 29.90 Running transaction test #9 30.00 Transaction test succeeded. #9 30.00 Running transaction #9 30.00 Preparing : 1/1 #9 30.26 Installing : xz-5.2.5-8.el9_0.x86_64 1/1 #9 30.26 Running scriptlet: xz-5.2.5-8.el9_0.x86_64 1/1 #9 30.42 Verifying : xz-5.2.5-8.el9_0.x86_64 1/1 #9 30.46 #9 30.46 Installed: #9 30.46 xz-5.2.5-8.el9_0.x86_64 #9 30.46 #9 30.46 Complete! #9 30.64 dnsmasq-2.90/ #9 30.64 dnsmasq-2.90/doc.html #9 30.64 dnsmasq-2.90/contrib/ #9 30.64 dnsmasq-2.90/contrib/Solaris10/ #9 30.64 dnsmasq-2.90/contrib/Solaris10/README #9 30.64 dnsmasq-2.90/contrib/Solaris10/dnsmasq.xml #9 30.64 dnsmasq-2.90/contrib/Solaris10/README-sparc #9 30.64 dnsmasq-2.90/contrib/Solaris10/create_package #9 30.64 dnsmasq-2.90/contrib/Solaris10/README.create_package #9 30.64 dnsmasq-2.90/contrib/webmin/ #9 30.64 dnsmasq-2.90/contrib/webmin/README #9 30.64 dnsmasq-2.90/contrib/webmin/dnsmasq.wbm #9 30.64 dnsmasq-2.90/contrib/dnsmasq_MacOSX-pre10.4/ #9 30.64 dnsmasq-2.90/contrib/dnsmasq_MacOSX-pre10.4/README.rtf #9 30.64 dnsmasq-2.90/contrib/dnsmasq_MacOSX-pre10.4/StartupParameters.plist #9 30.64 dnsmasq-2.90/contrib/dnsmasq_MacOSX-pre10.4/DNSmasq #9 30.64 dnsmasq-2.90/contrib/lease-tools/ #9 30.64 dnsmasq-2.90/contrib/lease-tools/dhcp_release.c #9 30.64 dnsmasq-2.90/contrib/lease-tools/dhcp_release.1 #9 30.64 dnsmasq-2.90/contrib/lease-tools/Makefile #9 30.64 dnsmasq-2.90/contrib/lease-tools/dhcp_lease_time.c #9 30.64 dnsmasq-2.90/contrib/lease-tools/dhcp_release6.c #9 30.64 dnsmasq-2.90/contrib/lease-tools/dhcp_release6.1 #9 30.64 dnsmasq-2.90/contrib/lease-tools/dhcp_lease_time.1 #9 30.64 dnsmasq-2.90/contrib/systemd/ #9 30.64 dnsmasq-2.90/contrib/systemd/dbus_activation #9 30.64 dnsmasq-2.90/contrib/systemd/dnsmasq.service #9 30.64 dnsmasq-2.90/contrib/systemd/README #9 30.64 dnsmasq-2.90/contrib/dnslist/ #9 30.64 dnsmasq-2.90/contrib/dnslist/dnslist.pl #9 30.64 dnsmasq-2.90/contrib/dnslist/dhcp.css #9 30.64 dnsmasq-2.90/contrib/dnslist/dnslist.tt2 #9 30.64 dnsmasq-2.90/contrib/CPE-WAN/ #9 30.64 dnsmasq-2.90/contrib/CPE-WAN/README #9 30.64 dnsmasq-2.90/contrib/conntrack/ #9 30.64 dnsmasq-2.90/contrib/conntrack/README #9 30.64 dnsmasq-2.90/contrib/port-forward/ #9 30.64 dnsmasq-2.90/contrib/port-forward/dnsmasq-portforward #9 30.64 dnsmasq-2.90/contrib/port-forward/portforward #9 30.64 dnsmasq-2.90/contrib/MacOSX-launchd/ #9 30.64 dnsmasq-2.90/contrib/MacOSX-launchd/launchd-README.txt #9 30.64 dnsmasq-2.90/contrib/MacOSX-launchd/uk.org.thekelleys.dnsmasq.plist #9 30.64 dnsmasq-2.90/contrib/slackware-dnsmasq/ #9 30.64 dnsmasq-2.90/contrib/slackware-dnsmasq/doinst.sh.gz #9 30.64 dnsmasq-2.90/contrib/slackware-dnsmasq/dnsmasq.leasedir.diff.gz #9 30.64 dnsmasq-2.90/contrib/slackware-dnsmasq/dnsmasq.SlackBuild #9 30.64 dnsmasq-2.90/contrib/slackware-dnsmasq/rc.dnsmasq.gz #9 30.64 dnsmasq-2.90/contrib/slackware-dnsmasq/slack-desc #9 30.64 dnsmasq-2.90/contrib/dns-loc/ #9 30.64 dnsmasq-2.90/contrib/dns-loc/README #9 30.64 dnsmasq-2.90/contrib/dns-loc/dnsmasq2-loc-rfc1876.patch #9 30.64 dnsmasq-2.90/contrib/wrt/ #9 30.64 dnsmasq-2.90/contrib/wrt/lease_update.sh #9 30.64 dnsmasq-2.90/contrib/wrt/README #9 30.64 dnsmasq-2.90/contrib/openvpn/ #9 30.64 dnsmasq-2.90/contrib/openvpn/dnsmasq.patch #9 30.64 dnsmasq-2.90/contrib/openvpn/README #9 30.64 dnsmasq-2.90/contrib/openvpn/dhclient-enter-hooks #9 30.64 dnsmasq-2.90/contrib/lease-access/ #9 30.64 dnsmasq-2.90/contrib/lease-access/README #9 30.64 dnsmasq-2.90/contrib/lease-access/lease.access.patch #9 30.64 dnsmasq-2.90/contrib/mactable/ #9 30.64 dnsmasq-2.90/contrib/mactable/macscript #9 30.64 dnsmasq-2.90/contrib/reverse-dns/ #9 30.64 dnsmasq-2.90/contrib/reverse-dns/reverse_replace.sh #9 30.64 dnsmasq-2.90/contrib/reverse-dns/README #9 30.64 dnsmasq-2.90/contrib/static-arp/ #9 30.64 dnsmasq-2.90/contrib/static-arp/static-arp #9 30.64 dnsmasq-2.90/contrib/dbus-test/ #9 30.64 dnsmasq-2.90/contrib/dbus-test/dbus-test.py #9 30.64 dnsmasq-2.90/contrib/dynamic-dnsmasq/ #9 30.64 dnsmasq-2.90/contrib/dynamic-dnsmasq/dynamic-dnsmasq.pl #9 30.64 dnsmasq-2.90/contrib/try-all-ns/ #9 30.64 dnsmasq-2.90/contrib/try-all-ns/dnsmasq-2.78xx-try-all-ns.patch #9 30.64 dnsmasq-2.90/contrib/try-all-ns/README-2.78 #9 30.64 dnsmasq-2.90/contrib/try-all-ns/README #9 30.64 dnsmasq-2.90/contrib/try-all-ns/dnsmasq-2.68-try-all-ns #9 30.64 dnsmasq-2.90/contrib/try-all-ns/dnsmasq-2.47_no_nxdomain_until_end.patch #9 30.64 dnsmasq-2.90/contrib/try-all-ns/dnsmasq-2.35-try-all-ns.patch #9 30.64 dnsmasq-2.90/contrib/try-all-ns/README-2.47 #9 30.64 dnsmasq-2.90/VERSION #9 30.64 dnsmasq-2.90/CHANGELOG #9 30.64 dnsmasq-2.90/CHANGELOG.archive #9 30.64 dnsmasq-2.90/Android.mk #9 30.64 dnsmasq-2.90/dnsmasq.conf.example #9 30.64 dnsmasq-2.90/src/ #9 30.64 dnsmasq-2.90/src/ubus.c #9 30.64 dnsmasq-2.90/src/dbus.c #9 30.64 dnsmasq-2.90/src/lease.c #9 30.64 2025-10-21 05:38:31 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/dnsmasq/dnsmasq-2.90.tar.xz [570672/570672] -> "dnsmasq-2.90.tar.xz" [1] #9 30.70 dnsmasq-2.90/src/rfc1035.c #9 30.70 dnsmasq-2.90/src/domain.c #9 30.70 dnsmasq-2.90/src/network.c #9 30.70 dnsmasq-2.90/src/ip6addr.h #9 30.70 dnsmasq-2.90/src/auth.c #9 30.70 dnsmasq-2.90/src/loop.c #9 30.70 dnsmasq-2.90/src/dnsmasq.h #9 30.70 dnsmasq-2.90/src/dhcp6.c #9 30.70 dnsmasq-2.90/src/blockdata.c #9 30.70 dnsmasq-2.90/src/log.c #9 30.70 dnsmasq-2.90/src/cache.c #9 30.70 dnsmasq-2.90/src/crypto.c #9 30.70 dnsmasq-2.90/src/hash-questions.c #9 30.70 dnsmasq-2.90/src/nftset.c #9 30.70 dnsmasq-2.90/src/dhcp6-protocol.h #9 30.70 dnsmasq-2.90/src/option.c #9 30.70 dnsmasq-2.90/src/poll.c #9 30.70 dnsmasq-2.90/src/edns0.c #9 30.70 dnsmasq-2.90/src/rrfilter.c #9 30.70 dnsmasq-2.90/src/outpacket.c #9 30.70 dnsmasq-2.90/src/dump.c #9 30.70 dnsmasq-2.90/src/config.h #9 30.70 dnsmasq-2.90/src/metrics.c #9 30.70 dnsmasq-2.90/src/radv-protocol.h #9 30.70 dnsmasq-2.90/src/bpf.c #9 30.70 dnsmasq-2.90/src/arp.c #9 30.70 dnsmasq-2.90/src/dhcp-protocol.h #9 30.70 dnsmasq-2.90/src/dhcp.c #9 30.70 dnsmasq-2.90/src/tables.c #9 30.70 dnsmasq-2.90/src/forward.c #9 30.70 dnsmasq-2.90/src/ipset.c #9 30.70 dnsmasq-2.90/src/radv.c #9 30.70 dnsmasq-2.90/src/domain-match.c #9 30.70 dnsmasq-2.90/src/netlink.c #9 30.70 dnsmasq-2.90/src/pattern.c #9 30.70 dnsmasq-2.90/src/dns-protocol.h #9 30.70 dnsmasq-2.90/src/tftp.c #9 30.70 dnsmasq-2.90/src/conntrack.c #9 30.70 dnsmasq-2.90/src/dnssec.c #9 30.70 dnsmasq-2.90/src/metrics.h #9 30.70 dnsmasq-2.90/src/rfc2131.c #9 30.70 dnsmasq-2.90/src/util.c #9 30.70 dnsmasq-2.90/src/dnsmasq.c #9 30.70 dnsmasq-2.90/src/helper.c #9 30.70 dnsmasq-2.90/src/inotify.c #9 30.70 dnsmasq-2.90/src/rfc3315.c #9 30.70 dnsmasq-2.90/src/slaac.c #9 30.70 dnsmasq-2.90/src/dhcp-common.c #9 30.70 dnsmasq-2.90/setup.html #9 30.70 dnsmasq-2.90/Makefile #9 30.70 dnsmasq-2.90/COPYING-v3 #9 30.70 dnsmasq-2.90/bld/ #9 30.70 dnsmasq-2.90/bld/pkg-wrapper #9 30.70 dnsmasq-2.90/bld/bloat-o-meter #9 30.70 dnsmasq-2.90/bld/Android.mk #9 30.70 dnsmasq-2.90/bld/get-version #9 30.70 dnsmasq-2.90/bld/install-mo #9 30.70 dnsmasq-2.90/bld/install-man #9 30.70 dnsmasq-2.90/FAQ #9 30.70 dnsmasq-2.90/po/ #9 30.70 dnsmasq-2.90/po/id.po #9 30.74 dnsmasq-2.90/po/pt_BR.po #9 30.74 dnsmasq-2.90/po/no.po #9 30.74 dnsmasq-2.90/po/ka.po #9 30.74 dnsmasq-2.90/po/de.po #9 30.74 dnsmasq-2.90/po/pl.po #9 30.74 dnsmasq-2.90/po/es.po #9 30.74 dnsmasq-2.90/po/it.po #9 30.74 dnsmasq-2.90/po/fi.po #9 30.74 dnsmasq-2.90/po/ro.po #9 30.74 dnsmasq-2.90/po/fr.po #9 30.74 dnsmasq-2.90/COPYING #9 30.74 dnsmasq-2.90/trust-anchors.conf #9 30.74 dnsmasq-2.90/.gitattributes #9 30.74 dnsmasq-2.90/dbus/ #9 30.74 dnsmasq-2.90/dbus/DBus-interface #9 30.74 dnsmasq-2.90/dbus/dnsmasq.conf #9 30.74 dnsmasq-2.90/man/ #9 30.74 dnsmasq-2.90/man/es/ #9 30.74 dnsmasq-2.90/man/es/dnsmasq.8 #9 30.74 dnsmasq-2.90/man/fr/ #9 30.74 dnsmasq-2.90/man/fr/dnsmasq.8 #9 30.74 dnsmasq-2.90/man/dnsmasq.8 #9 30.76 dnsmasq-2.90/logo/ #9 30.76 dnsmasq-2.90/logo/favicon.ico #9 30.76 dnsmasq-2.90/logo/icon.png #9 30.76 dnsmasq-2.90/logo/README #9 30.76 dnsmasq-2.90/logo/icon.svg #9 30.76 /dnsmasq-2.90 / #9 31.20 make[1]: Entering directory '/dnsmasq-2.90/src' #9 31.37 cc -Wall -W -O2 -DVERSION='"2.90"' -c cache.c #9 32.17 cc -Wall -W -O2 -DVERSION='"2.90"' -c rfc1035.c #9 33.35 cc -Wall -W -O2 -DVERSION='"2.90"' -c util.c #9 34.00 cc -Wall -W -O2 -DVERSION='"2.90"' -c option.c #9 36.48 cc -Wall -W -O2 -DVERSION='"2.90"' -c forward.c #9 37.25 cc -Wall -W -O2 -DVERSION='"2.90"' -c network.c #9 37.85 cc -Wall -W -O2 -DVERSION='"2.90"' -c dnsmasq.c #9 38.42 cc -Wall -W -O2 -DVERSION='"2.90"' -c dhcp.c #9 38.83 cc -Wall -W -O2 -DVERSION='"2.90"' -c lease.c #9 39.47 cc -Wall -W -O2 -DVERSION='"2.90"' -c rfc2131.c #9 40.64 cc -Wall -W -O2 -DVERSION='"2.90"' -c netlink.c #9 40.86 cc -Wall -W -O2 -DVERSION='"2.90"' -c dbus.c #9 40.98 cc -Wall -W -O2 -DVERSION='"2.90"' -c bpf.c #9 41.04 cc -Wall -W -O2 -DVERSION='"2.90"' -c helper.c #9 41.25 cc -Wall -W -O2 -DVERSION='"2.90"' -c tftp.c #9 41.64 cc -Wall -W -O2 -DVERSION='"2.90"' -c log.c #9 41.79 cc -Wall -W -O2 -DVERSION='"2.90"' -c conntrack.c #9 41.85 cc -Wall -W -O2 -DVERSION='"2.90"' -c dhcp6.c #9 42.08 cc -Wall -W -O2 -DVERSION='"2.90"' -c rfc3315.c #9 42.94 cc -Wall -W -O2 -DVERSION='"2.90"' -c dhcp-common.c #9 43.33 cc -Wall -W -O2 -DVERSION='"2.90"' -c outpacket.c #9 43.42 cc -Wall -W -O2 -DVERSION='"2.90"' -c radv.c #9 43.77 cc -Wall -W -O2 -DVERSION='"2.90"' -c slaac.c #9 43.98 cc -Wall -W -O2 -DVERSION='"2.90"' -c auth.c #9 44.58 cc -Wall -W -O2 -DVERSION='"2.90"' -c ipset.c #9 44.67 cc -Wall -W -O2 -DVERSION='"2.90"' -c pattern.c #9 44.78 cc -Wall -W -O2 -DVERSION='"2.90"' -c domain.c #9 45.02 cc -Wall -W -O2 -DVERSION='"2.90"' -c dnssec.c #9 45.07 cc -Wall -W -O2 -DVERSION='"2.90"' -c blockdata.c #9 45.20 cc -Wall -W -O2 -DVERSION='"2.90"' -c tables.c #9 45.25 cc -Wall -W -O2 -DVERSION='"2.90"' -c loop.c #9 45.38 cc -Wall -W -O2 -DVERSION='"2.90"' -c inotify.c #9 45.54 cc -Wall -W -O2 -DVERSION='"2.90"' -c poll.c #9 45.63 cc -Wall -W -O2 -DVERSION='"2.90"' -c rrfilter.c #9 45.84 cc -Wall -W -O2 -DVERSION='"2.90"' -c edns0.c #9 46.14 cc -Wall -W -O2 -DVERSION='"2.90"' -c arp.c #9 46.34 cc -Wall -W -O2 -DVERSION='"2.90"' -c crypto.c #9 46.46 cc -Wall -W -O2 -DVERSION='"2.90"' -c dump.c #9 46.65 cc -Wall -W -O2 -DVERSION='"2.90"' -c ubus.c #9 46.75 cc -Wall -W -O2 -DVERSION='"2.90"' -c metrics.c #9 46.88 cc -Wall -W -O2 -DVERSION='"2.90"' -c hash-questions.c #9 47.11 cc -Wall -W -O2 -DVERSION='"2.90"' -c domain-match.c #9 47.37 cc -Wall -W -O2 -DVERSION='"2.90"' -c nftset.c #9 47.46 cc -o dnsmasq cache.o rfc1035.o util.o option.o forward.o network.o dnsmasq.o dhcp.o lease.o rfc2131.o netlink.o dbus.o bpf.o helper.o tftp.o log.o conntrack.o dhcp6.o rfc3315.o dhcp-common.o outpacket.o radv.o slaac.o auth.o ipset.o pattern.o domain.o dnssec.o blockdata.o tables.o loop.o inotify.o poll.o rrfilter.o edns0.o arp.o crypto.o dump.o ubus.o metrics.o hash-questions.o domain-match.o nftset.o #9 47.52 make[1]: Leaving directory '/dnsmasq-2.90/src' #9 48.11 make[1]: Entering directory '/dnsmasq-2.90/src' #9 48.26 make[1]: 'dnsmasq' is up to date. #9 48.26 make[1]: Leaving directory '/dnsmasq-2.90/src' #9 48.26 install -d /usr/local/sbin #9 48.26 install -d /usr/local/share/man/man8 #9 48.27 install -m 644 man/dnsmasq.8 /usr/local/share/man/man8 #9 48.27 install -m 755 src/dnsmasq /usr/local/sbin #9 48.28 / #9 48.60 Dependencies resolved. #9 48.60 =========================================================================================== #9 48.60 Package Arch Version Repository Size #9 48.60 =========================================================================================== #9 48.60 Removing: #9 48.60 gcc x86_64 11.5.0-5.el9_5 @tf-mirrors.ci_repos_yum9-appstream 86 M #9 48.60 make x86_64 1:4.3-8.el9 @tf-mirrors.ci_repos_yum9-baseos 1.6 M #9 48.60 Removing unused dependencies: #9 48.60 cpp x86_64 11.5.0-5.el9_5 @tf-mirrors.ci_repos_yum9-appstream 29 M #9 48.60 glibc-devel x86_64 2.34-125.el9_5.1 @tf-mirrors.ci_repos_yum9-appstream 37 k #9 48.60 glibc-headers x86_64 2.34-125.el9_5.1 @tf-mirrors.ci_repos_yum9-appstream 2.1 M #9 48.60 kernel-headers x86_64 5.14.0-503.29.1.el9_5 @tf-mirrors.ci_repos_yum9-appstream 6.0 M #9 48.60 libmpc x86_64 1.2.1-4.el9 @tf-mirrors.ci_repos_yum9-appstream 135 k #9 48.60 libxcrypt-devel x86_64 4.4.18-3.el9 @tf-mirrors.ci_repos_yum9-appstream 30 k #9 48.60 #9 48.60 Transaction Summary #9 48.60 =========================================================================================== #9 48.60 Remove 8 Packages #9 48.60 #9 48.60 Freed space: 125 M #9 48.60 Running transaction check #9 48.63 Transaction check succeeded. #9 48.63 Running transaction test #9 48.74 Transaction test succeeded. #9 48.74 Running transaction #9 48.85 Preparing : 1/1 #9 48.91 Erasing : gcc-11.5.0-5.el9_5.x86_64 1/8 #9 48.93 Erasing : glibc-devel-2.34-125.el9_5.1.x86_64 2/8 #9 48.94 Erasing : cpp-11.5.0-5.el9_5.x86_64 3/8 #9 48.98 Erasing : glibc-headers-2.34-125.el9_5.1.x86_64 4/8 #9 49.08 Erasing : kernel-headers-5.14.0-503.29.1.el9_5.x86_64 5/8 #9 49.38 Erasing : libxcrypt-devel-4.4.18-3.el9.x86_64 6/8 #9 49.57 Erasing : libmpc-1.2.1-4.el9.x86_64 7/8 #9 49.59 Erasing : make-1:4.3-8.el9.x86_64 8/8 #9 49.67 Verifying : cpp-11.5.0-5.el9_5.x86_64 1/8 #9 49.67 Verifying : gcc-11.5.0-5.el9_5.x86_64 2/8 #9 49.67 Verifying : glibc-devel-2.34-125.el9_5.1.x86_64 3/8 #9 49.67 Verifying : glibc-headers-2.34-125.el9_5.1.x86_64 4/8 #9 49.67 Verifying : kernel-headers-5.14.0-503.29.1.el9_5.x86_64 5/8 #9 49.67 Verifying : libmpc-1.2.1-4.el9.x86_64 6/8 #9 49.67 Verifying : libxcrypt-devel-4.4.18-3.el9.x86_64 7/8 #9 49.67 Verifying : make-1:4.3-8.el9.x86_64 8/8 #9 49.79 #9 49.79 Removed: #9 49.79 cpp-11.5.0-5.el9_5.x86_64 #9 49.79 gcc-11.5.0-5.el9_5.x86_64 #9 49.79 glibc-devel-2.34-125.el9_5.1.x86_64 #9 49.79 glibc-headers-2.34-125.el9_5.1.x86_64 #9 49.79 kernel-headers-5.14.0-503.29.1.el9_5.x86_64 #9 49.79 libmpc-1.2.1-4.el9.x86_64 #9 49.79 libxcrypt-devel-4.4.18-3.el9.x86_64 #9 49.79 make-1:4.3-8.el9.x86_64 #9 49.79 #9 49.79 Complete! #9 50.33 75 files removed #9 DONE 51.2s #10 exporting to image #10 exporting layers #10 exporting layers 0.8s done #10 writing image sha256:1b88c352b33480142ce66e0efde6aed5d2ebd92942d592cc4fb9c10f1ed6a558 #10 writing image sha256:1b88c352b33480142ce66e0efde6aed5d2ebd92942d592cc4fb9c10f1ed6a558 done #10 naming to nexus.gz1.opensdn.io:5101/opensdn-controller-config-dnsmasq:master-2_2_5_0-1_0 0.0s done #10 DONE 1.0s 1 warning found (use docker --debug to expand):  - InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 3) 2025-10-21 05:38:53,944: INFO: Docker build duration: 68 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-controller-config-dnsmasq] 205e44b784ba: Preparing 2a5df5099a86: Preparing 99b13457f8f8: Preparing 051f05c0f604: Preparing 2caa36901128: Preparing c38d1940e596: Preparing 1d5b326ab0fc: Preparing 1074e2609175: Preparing 95d3dac5e815: Preparing 42d464be3d74: Preparing c7e6e9127e82: Preparing 538338988771: Preparing 4aab033ce5b7: Preparing b77c276d14ee: Preparing adccefbbd3cc: Preparing 44343de3ea1d: Preparing 205e44b784ba: Waiting 2a5df5099a86: Waiting 99b13457f8f8: Waiting 051f05c0f604: Waiting 2caa36901128: Waiting c38d1940e596: Waiting 1d5b326ab0fc: Waiting 1074e2609175: Waiting 95d3dac5e815: Waiting 42d464be3d74: Waiting c7e6e9127e82: Waiting 538338988771: Waiting 4aab033ce5b7: Waiting b77c276d14ee: Waiting adccefbbd3cc: Waiting 44343de3ea1d: Waiting 99b13457f8f8: Pushed 2a5df5099a86: Pushed 2caa36901128: Layer already exists 051f05c0f604: Pushed c38d1940e596: Layer already exists 1d5b326ab0fc: Layer already exists 1074e2609175: Layer already exists 95d3dac5e815: Layer already exists c7e6e9127e82: Layer already exists 42d464be3d74: Layer already exists 538338988771: Layer already exists 4aab033ce5b7: Layer already exists b77c276d14ee: Layer already exists adccefbbd3cc: Layer already exists 44343de3ea1d: Layer already exists 205e44b784ba: Pushed master-2_2_5_0-1_0: digest: sha256:2a9b5545c45b561bcb837dc4331754c54daebae077b89157ee6cce56d772b2b8 size: 3661 2025-10-21 05:38:58,086: INFO: Building opensdn-controller-config-dnsmasq finished successfully, duration: 73 seconds REPOSITORY TAG IMAGE ID CREATED SIZE nexus.gz1.opensdn.io:5101/opensdn-controller-config-api master-2_2_5_0-1_0 72f886142226 5 seconds ago 548MB nexus.gz1.opensdn.io:5101/opensdn-controller-config-dnsmasq master-2_2_5_0-1_0 1b88c352b334 7 seconds ago 530MB nexus.gz1.opensdn.io:5101/opensdn-controller-control-named master-2_2_5_0-1_0 bc4112b839e7 24 seconds ago 584MB nexus.gz1.opensdn.io:5101/opensdn-controller-control-control master-2_2_5_0-1_0 6e9bd6276d7f 26 seconds ago 1.13GB nexus.gz1.opensdn.io:5101/opensdn-debug master-2_2_5_0-1_0 18760302542b 29 seconds ago 278MB nexus.gz1.opensdn.io:5101/opensdn-controller-control-dns master-2_2_5_0-1_0 f891918f867b 34 seconds ago 889MB nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-collector master-2_2_5_0-1_0 ed7f92841855 34 seconds ago 732MB nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-topology master-2_2_5_0-1_0 c685a45fdf80 34 seconds ago 731MB nexus.gz1.opensdn.io:5101/opensdn-vrouter-kernel-init-dpdk master-2_2_5_0-1_0 e64c1dba6011 37 seconds ago 583MB nexus.gz1.opensdn.io:5101/opensdn-analytics-api master-2_2_5_0-1_0 0ce4ea13eb23 38 seconds ago 538MB nexus.gz1.opensdn.io:5101/opensdn-controller-webui-web master-2_2_5_0-1_0 edef3e614bae 46 seconds ago 788MB nexus.gz1.opensdn.io:5101/opensdn-controller-webui-job master-2_2_5_0-1_0 f8dfa9d9241d 46 seconds ago 788MB nexus.gz1.opensdn.io:5101/opensdn-analytics-alarm-gen master-2_2_5_0-1_0 74e8a3a72ec0 49 seconds ago 529MB nexus.gz1.opensdn.io:5101/opensdn-controller-config-svcmonitor master-2_2_5_0-1_0 98ec901fd175 49 seconds ago 525MB nexus.gz1.opensdn.io:5101/opensdn-controller-config-schema master-2_2_5_0-1_0 0c2d7bb0fd8e 57 seconds ago 514MB nexus.gz1.opensdn.io:5101/opensdn-openstack-heat-init master-2_2_5_0-1_0 1e66bb976d9d 57 seconds ago 294MB nexus.gz1.opensdn.io:5101/opensdn-openstack-neutron-init master-2_2_5_0-1_0 e20c2b0d6d03 58 seconds ago 293MB nexus.gz1.opensdn.io:5101/opensdn-provisioner master-2_2_5_0-1_0 81d483d85a82 About a minute ago 514MB nexus.gz1.opensdn.io:5101/opensdn-kubernetes-cni-init master-2_2_5_0-1_0 8479120ad93a About a minute ago 534MB nexus.gz1.opensdn.io:5101/opensdn-kubernetes-kube-manager master-2_2_5_0-1_0 957624bb8324 About a minute ago 517MB nexus.gz1.opensdn.io:5101/opensdn-node-init master-2_2_5_0-1_0 04d8f0ea3492 About a minute ago 514MB nexus.gz1.opensdn.io:5101/opensdn-controller-webui-base master-2_2_5_0-1_0 dccdfc00c0a3 About a minute ago 788MB nexus.gz1.opensdn.io:5101/opensdn-external-stunnel master-2_2_5_0-1_0 71fcd0636d0a 2 minutes ago 328MB nexus.gz1.opensdn.io:5101/opensdn-external-cassandra master-2_2_5_0-1_0 4dc1e9f11c44 2 minutes ago 687MB nexus.gz1.opensdn.io:5101/opensdn-external-rabbitmq master-2_2_5_0-1_0 30eece8005fb 2 minutes ago 363MB nexus.gz1.opensdn.io:5101/opensdn-external-redis master-2_2_5_0-1_0 b7cb0ee51605 2 minutes ago 171MB nexus.gz1.opensdn.io:5101/opensdn-external-zookeeper master-2_2_5_0-1_0 4d7ab9888c2f 2 minutes ago 301MB nexus.gz1.opensdn.io:5101/opensdn-external-kafka master-2_2_5_0-1_0 0b71454a1e55 2 minutes ago 744MB nexus.gz1.opensdn.io:5101/opensdn-external-haproxy master-2_2_5_0-1_0 881fb29800af 2 minutes ago 152MB nexus.gz1.opensdn.io:5101/opensdn-analytics-snmp-base master-2_2_5_0-1_0 e79b01c963ff 2 minutes ago 731MB nexus.gz1.opensdn.io:5101/opensdn-external-rsyslogd master-2_2_5_0-1_0 4b2aec441af2 2 minutes ago 290MB nexus.gz1.opensdn.io:5101/opensdn-vrouter-base master-2_2_5_0-1_0 e31e5514598c 2 minutes ago 583MB nexus.gz1.opensdn.io:5101/opensdn-controller-control-base master-2_2_5_0-1_0 5e4fd2e9fe1d 2 minutes ago 574MB nexus.gz1.opensdn.io:5101/opensdn-analytics-base master-2_2_5_0-1_0 52208fc8c1fc 3 minutes ago 514MB nexus.gz1.opensdn.io:5101/opensdn-base master-2_2_5_0-1_0 00f2fb4ccce0 3 minutes ago 514MB nexus.gz1.opensdn.io:5101/opensdn-controller-config-base master-2_2_5_0-1_0 effe1f7055bb 3 minutes ago 514MB nexus.gz1.opensdn.io:5101/opensdn-general-base master-2_2_5_0-1_0 747cbe431566 4 minutes ago 278MB nexus.gz1.opensdn.io:5101/opensdn-container-builder-src master-2_2_5_0-1_0 a87c4d383e66 4 minutes ago 2.45MB tf-dev-sandbox compile f633a5bda636 5 minutes ago 24.9GB nexus.gz1.opensdn.io:5101/opensdn-charms-src master-2_2_5_0-1_0 e08072140c02 About an hour ago 6.04MB nexus.gz1.opensdn.io:5101/opensdn-ansible-deployer-src master-2_2_5_0-1_0 843f95a7a61f About an hour ago 1.39MB nexus.gz1.opensdn.io:5101/opensdn-kolla-ansible-src master-2_2_5_0-1_0 8fff5ab1cc4f About an hour ago 32.6MB nexus.gz1.opensdn.io:5101/opensdn-container-builder-src 45c9600a0b55 About an hour ago 2.43MB nexus.gz1.opensdn.io:5101/opensdn-build-manifest-src master-2_2_5_0-1_0 284c315ea386 About an hour ago 4.17kB tf-dev-sandbox frozen 21f13af5e8ee About an hour ago 2.81GB nexus.gz1.opensdn.io:5101/tf-dev-sandbox frozen 21f13af5e8ee About an hour ago 2.81GB rockylinux 9 9cc24f05f309 23 months ago 176MB