2026-03-05 01:19:46,426: INFO: Building opensdn-external-rsyslogd 2026-03-05 01:19:46,577: INFO: Building args: --network host --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5102 --build-arg CONTRAIL_CONTAINER_TAG=nightly-r25.1 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=9.3 --build-arg LINUX_DISTR=rockylinux --build-arg CONTAINER_NAME=opensdn-external-rsyslogd --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: 940B done #1 DONE 0.5s #2 [internal] load metadata for nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly-r25.1 #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: #3 transferring context: 2B done #3 DONE 0.8s #4 [1/3] FROM nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly-r25.1 #4 CACHED #5 [internal] load build context #5 transferring context: 32.42kB done #5 DONE 0.5s #6 [2/5] COPY *.sh / #6 DONE 0.6s #7 [3/5] RUN set -e ; /bin/bash -c 'for item in `ls /__*` ; do mv $item /${item:3} ; done' ; yum -y install rsyslog ; yum clean all -y ; rm -rf /var/cache/yum #7 1.031 Third parties for OpenSDN 26 MB/s | 5.1 MB 00:00 #7 3.122 Extra Packages for Enterprise Linux 9 - x86_64 19 MB/s | 20 MB 00:01 #7 17.73 Extra Packages for Enterprise Linux 9 openh264 2.8 kB/s | 2.5 kB 00:00 #7 18.63 Rocky Linux 9 - BaseOS 35 MB/s | 16 MB 00:00 #7 23.39 Rocky Linux 9 - AppStream 22 MB/s | 16 MB 00:00 #7 29.62 Rocky Linux 9 - Extras 64 kB/s | 17 kB 00:00 #7 33.00 Dependencies resolved. #7 33.00 ================================================================================ #7 33.00 Package Architecture Version Repository Size #7 33.00 ================================================================================ #7 33.00 Installing: #7 33.00 rsyslog x86_64 8.2506.0-2.el9 appstream 794 k #7 33.00 Installing dependencies: #7 33.00 libestr x86_64 0.1.11-4.el9 appstream 25 k #7 33.00 libfastjson x86_64 0.99.9-5.el9 appstream 37 k #7 33.00 #7 33.00 Transaction Summary #7 33.00 ================================================================================ #7 33.00 Install 3 Packages #7 33.00 #7 33.00 Total download size: 856 k #7 33.00 Installed size: 2.8 M #7 33.00 Downloading Packages: #7 33.31 (1/3): libestr-0.1.11-4.el9.x86_64.rpm 280 kB/s | 25 kB 00:00 #7 33.42 (2/3): libfastjson-0.99.9-5.el9.x86_64.rpm 183 kB/s | 37 kB 00:00 #7 33.59 (3/3): rsyslog-8.2506.0-2.el9.x86_64.rpm 2.1 MB/s | 794 kB 00:00 #7 33.59 -------------------------------------------------------------------------------- #7 33.59 Total 1.4 MB/s | 856 kB 00:00 #7 33.82 Running transaction check #7 33.88 Transaction check succeeded. #7 33.88 Running transaction test #7 34.12 Transaction test succeeded. #7 34.12 Running transaction #7 34.27 Preparing : 1/1 #7 34.45 Installing : libfastjson-0.99.9-5.el9.x86_64 1/3 #7 34.47 Installing : libestr-0.1.11-4.el9.x86_64 2/3 #7 34.53 Installing : rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 34.55 Running scriptlet: rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 34.88 Verifying : libestr-0.1.11-4.el9.x86_64 1/3 #7 34.88 Verifying : libfastjson-0.99.9-5.el9.x86_64 2/3 #7 34.88 Verifying : rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 34.95 #7 34.95 Installed: #7 34.95 libestr-0.1.11-4.el9.x86_64 libfastjson-0.99.9-5.el9.x86_64 #7 34.95 rsyslog-8.2506.0-2.el9.x86_64 #7 34.95 #7 34.95 Complete! #7 35.66 46 files removed #7 DONE 35.8s #8 [4/5] COPY rsyslog.conf /etc/ #8 DONE 0.5s #9 [5/5] COPY rsyslog.d/*.conf /etc/rsyslog.d/ #9 DONE 0.4s #10 exporting to image #10 exporting layers #10 exporting layers 1.2s done #10 writing image sha256:1ce723f85bf12756caf8eba0cb6a9ab01a051f23d4bab19c7f788afb9cf17f97 done #10 naming to nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly-r25.1 0.0s done #10 DONE 1.4s 3 warnings found (use docker --debug to expand):  - UndefinedVar: Usage of undefined variable '$CONTAINER_NAME' (line 6) - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 28) - InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 4) 2026-03-05 01:20:28,366: INFO: Docker build duration: 42 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd] 73687e4237bc: Preparing 72f3b566415d: Preparing 3bc0ab3bc86d: Preparing d66f8073d414: Preparing a21b2f0da5fe: Preparing be91de7478d4: Preparing caee1aab9032: Preparing 454130c82862: Preparing 7dc170719ce3: Preparing 6fff53884c34: Preparing 2ecaebcb3b8c: Preparing 44343de3ea1d: Preparing be91de7478d4: Waiting caee1aab9032: Waiting 454130c82862: Waiting 7dc170719ce3: Waiting 6fff53884c34: Waiting 2ecaebcb3b8c: Waiting 44343de3ea1d: Waiting a21b2f0da5fe: Layer already exists 72f3b566415d: Pushed d66f8073d414: Pushed be91de7478d4: Layer already exists caee1aab9032: Layer already exists 73687e4237bc: Pushed 454130c82862: Layer already exists 6fff53884c34: Layer already exists 7dc170719ce3: Layer already exists 44343de3ea1d: Layer already exists 2ecaebcb3b8c: Layer already exists 3bc0ab3bc86d: Pushed nightly-r25.1: digest: sha256:e79470a374c3b3211d93e78f83c327ddfb6776e7bdd02df43b9d06987e9f6f7d size: 2822 2026-03-05 01:20:31,955: INFO: Building opensdn-external-rsyslogd finished successfully, duration: 45 seconds WARNING: This output is designed for human readability. For machine-readable output, please use --format. IMAGE ID DISK USAGE CONTENT SIZE EXTRA nexus.gz1.opensdn.io:5102/opensdn-analytics-base:nightly-r25.1 4b72d8fea742 616MB 0B nexus.gz1.opensdn.io:5102/opensdn-ansible-deployer-src:nightly-r25.1 75ef75d6fd29 1.4MB 0B nexus.gz1.opensdn.io:5102/opensdn-base:nightly-r25.1 accf37766b7a 616MB 0B nexus.gz1.opensdn.io:5102/opensdn-build-manifest-src:nightly-r25.1 99962c79b191 3.7kB 0B nexus.gz1.opensdn.io:5102/opensdn-charms-src:nightly-r25.1 355e34dd4610 6.05MB 0B nexus.gz1.opensdn.io:5102/opensdn-container-builder-src:nightly-r25.1 1f994d0ebd4b 2.46MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-base:nightly-r25.1 5f356846813e 616MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-control-base:nightly-r25.1 bfdc9372a918 679MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly-r25.1 1ce723f85bf1 429MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-stunnel:nightly-r25.1 791b3a580925 440MB 0B nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly-r25.1 0995add3bc0c 409MB 0B nexus.gz1.opensdn.io:5102/opensdn-kolla-ansible-src:nightly-r25.1 287472b81b30 32.7MB 0B nexus.gz1.opensdn.io:5102/tf-dev-sandbox:stable-r25.1 4270117e155c 2.9GB 0B U tf-dev-sandbox:compile ca8c155d69cb 24.7GB 0B