2026-04-09 01:15:52,964: INFO: Building opensdn-external-rsyslogd 2026-04-09 01:15:53,130: 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.6s #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.5s #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 0.0s done #5 DONE 0.5s #6 [2/5] COPY *.sh / #6 DONE 0.5s #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.290 Third parties for OpenSDN 28 MB/s | 5.1 MB 00:00 #7 4.100 Extra Packages for Enterprise Linux 9 - x86_64 20 MB/s | 20 MB 00:01 #7 18.68 Extra Packages for Enterprise Linux 9 openh264 2.9 kB/s | 2.5 kB 00:00 #7 19.34 Rocky Linux 9 - BaseOS 35 MB/s | 17 MB 00:00 #7 22.60 Rocky Linux 9 - AppStream 32 MB/s | 17 MB 00:00 #7 26.36 Rocky Linux 9 - Extras 48 kB/s | 17 kB 00:00 #7 29.23 Dependencies resolved. #7 29.23 ================================================================================ #7 29.23 Package Architecture Version Repository Size #7 29.23 ================================================================================ #7 29.23 Installing: #7 29.23 rsyslog x86_64 8.2506.0-2.el9 appstream 794 k #7 29.23 Installing dependencies: #7 29.23 libestr x86_64 0.1.11-4.el9 appstream 25 k #7 29.23 libfastjson x86_64 0.99.9-5.el9 appstream 37 k #7 29.23 #7 29.23 Transaction Summary #7 29.23 ================================================================================ #7 29.23 Install 3 Packages #7 29.23 #7 29.23 Total download size: 856 k #7 29.23 Installed size: 2.8 M #7 29.23 Downloading Packages: #7 29.64 (1/3): libestr-0.1.11-4.el9.x86_64.rpm 152 kB/s | 25 kB 00:00 #7 29.65 (2/3): libfastjson-0.99.9-5.el9.x86_64.rpm 215 kB/s | 37 kB 00:00 #7 29.74 (3/3): rsyslog-8.2506.0-2.el9.x86_64.rpm 2.9 MB/s | 794 kB 00:00 #7 29.74 -------------------------------------------------------------------------------- #7 29.74 Total 1.6 MB/s | 856 kB 00:00 #7 29.93 Running transaction check #7 29.99 Transaction check succeeded. #7 29.99 Running transaction test #7 30.19 Transaction test succeeded. #7 30.19 Running transaction #7 30.57 Preparing : 1/1 #7 30.72 Installing : libfastjson-0.99.9-5.el9.x86_64 1/3 #7 31.03 Installing : libestr-0.1.11-4.el9.x86_64 2/3 #7 31.24 Installing : rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 31.31 Running scriptlet: rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 31.57 Verifying : libestr-0.1.11-4.el9.x86_64 1/3 #7 31.57 Verifying : libfastjson-0.99.9-5.el9.x86_64 2/3 #7 31.57 Verifying : rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 31.65 #7 31.65 Installed: #7 31.65 libestr-0.1.11-4.el9.x86_64 libfastjson-0.99.9-5.el9.x86_64 #7 31.65 rsyslog-8.2506.0-2.el9.x86_64 #7 31.65 #7 31.65 Complete! #7 32.05 46 files removed #7 DONE 32.2s #8 [4/5] COPY rsyslog.conf /etc/ #8 DONE 0.5s #9 [5/5] COPY rsyslog.d/*.conf /etc/rsyslog.d/ #9 DONE 0.5s #10 exporting to image #10 exporting layers #10 exporting layers 0.4s done #10 writing image sha256:08f5113aebde8dfe3ffd981083585cf72e0f7c045f4424665796918a97b7306f #10 writing image sha256:08f5113aebde8dfe3ffd981083585cf72e0f7c045f4424665796918a97b7306f 0.0s done #10 naming to nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly-r25.1 0.0s done #10 DONE 0.8s 3 warnings found (use docker --debug to expand):  - InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/opensdn-general-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 4) - 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) 2026-04-09 01:16:31,328: INFO: Docker build duration: 39 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd] dbff5e155e97: Preparing c69c2dd8c8f7: Preparing d8b4cb1d73d9: Preparing d361be982545: Preparing 592543143569: Preparing 09acf52a5b04: Preparing 6889b37b1c29: Preparing dc81cdb2d768: Preparing c8f1f0283286: Preparing 21be2b95d4b3: Preparing d728e5af0e1b: Preparing 44343de3ea1d: Preparing 592543143569: Waiting 09acf52a5b04: Waiting 6889b37b1c29: Waiting dc81cdb2d768: Waiting c8f1f0283286: Waiting 21be2b95d4b3: Waiting d728e5af0e1b: Waiting 44343de3ea1d: Waiting d361be982545: Pushed c69c2dd8c8f7: Pushed dbff5e155e97: Pushed 592543143569: Layer already exists 09acf52a5b04: Layer already exists dc81cdb2d768: Layer already exists c8f1f0283286: Layer already exists 6889b37b1c29: Layer already exists 21be2b95d4b3: Layer already exists d728e5af0e1b: Layer already exists 44343de3ea1d: Layer already exists d8b4cb1d73d9: Pushed nightly-r25.1: digest: sha256:41f3b3129550518adf3603beef0355139f6b1e6da109096f2f60d2fe98297f6d size: 2822 2026-04-09 01:16:36,817: INFO: Building opensdn-external-rsyslogd finished successfully, duration: 44 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 d128e217eefb 620MB 0B nexus.gz1.opensdn.io:5102/opensdn-ansible-deployer-src:nightly-r25.1 6f165af1781d 1.41MB 0B nexus.gz1.opensdn.io:5102/opensdn-base:nightly-r25.1 7b941dfa4ce3 620MB 0B nexus.gz1.opensdn.io:5102/opensdn-build-manifest-src:nightly-r25.1 4f5534e5952b 3.7kB 0B nexus.gz1.opensdn.io:5102/opensdn-charms-src:nightly-r25.1 49344a560d6f 6.05MB 0B nexus.gz1.opensdn.io:5102/opensdn-container-builder-src:nightly-r25.1 3968e7161446 2.47MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-base:nightly-r25.1 d7022da80777 620MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-kafka:nightly-r25.1 209d379294e1 392MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly-r25.1 08f5113aebde 432MB 0B nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly-r25.1 d2643d3eb559 412MB 0B nexus.gz1.opensdn.io:5102/opensdn-kolla-ansible-src:nightly-r25.1 5c54591c6baf 32.7MB 0B nexus.gz1.opensdn.io:5102/tf-dev-sandbox:stable-r25.1 cc12308defc1 2.87GB 0B U tf-dev-sandbox:compile f471ad6c9f49 24.7GB 0B