2026-03-16 01:21:56,323: INFO: Building opensdn-external-rsyslogd 2026-03-16 01:21:56,521: 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.8s #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 1.1s #6 [2/5] COPY *.sh / #6 DONE 0.7s #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.240 Third parties for OpenSDN 36 MB/s | 5.1 MB 00:00 #7 3.980 Extra Packages for Enterprise Linux 9 - x86_64 17 MB/s | 20 MB 00:01 #7 17.15 Extra Packages for Enterprise Linux 9 openh264 2.9 kB/s | 2.5 kB 00:00 #7 18.04 Rocky Linux 9 - BaseOS 27 MB/s | 16 MB 00:00 #7 22.86 Rocky Linux 9 - AppStream 21 MB/s | 17 MB 00:00 #7 29.72 Rocky Linux 9 - Extras 51 kB/s | 17 kB 00:00 #7 34.43 Dependencies resolved. #7 34.43 ================================================================================ #7 34.43 Package Architecture Version Repository Size #7 34.43 ================================================================================ #7 34.43 Installing: #7 34.43 rsyslog x86_64 8.2506.0-2.el9 appstream 794 k #7 34.43 Installing dependencies: #7 34.43 libestr x86_64 0.1.11-4.el9 appstream 25 k #7 34.43 libfastjson x86_64 0.99.9-5.el9 appstream 37 k #7 34.43 #7 34.43 Transaction Summary #7 34.43 ================================================================================ #7 34.43 Install 3 Packages #7 34.43 #7 34.43 Total download size: 856 k #7 34.43 Installed size: 2.8 M #7 34.43 Downloading Packages: #7 34.77 (1/3): libestr-0.1.11-4.el9.x86_64.rpm 213 kB/s | 25 kB 00:00 #7 34.77 (2/3): libfastjson-0.99.9-5.el9.x86_64.rpm 306 kB/s | 37 kB 00:00 #7 34.81 (3/3): rsyslog-8.2506.0-2.el9.x86_64.rpm 5.3 MB/s | 794 kB 00:00 #7 34.81 -------------------------------------------------------------------------------- #7 34.81 Total 2.2 MB/s | 856 kB 00:00 #7 34.90 Running transaction check #7 34.95 Transaction check succeeded. #7 34.95 Running transaction test #7 35.01 Transaction test succeeded. #7 35.01 Running transaction #7 35.30 Preparing : 1/1 #7 35.47 Installing : libfastjson-0.99.9-5.el9.x86_64 1/3 #7 35.49 Installing : libestr-0.1.11-4.el9.x86_64 2/3 #7 35.57 Installing : rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 35.57 Running scriptlet: rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 35.87 Verifying : libestr-0.1.11-4.el9.x86_64 1/3 #7 35.87 Verifying : libfastjson-0.99.9-5.el9.x86_64 2/3 #7 35.87 Verifying : rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 35.98 #7 35.98 Installed: #7 35.98 libestr-0.1.11-4.el9.x86_64 libfastjson-0.99.9-5.el9.x86_64 #7 35.98 rsyslog-8.2506.0-2.el9.x86_64 #7 35.98 #7 35.98 Complete! #7 36.64 46 files removed #7 DONE 37.0s #8 [4/5] COPY rsyslog.conf /etc/ #8 DONE 0.7s #9 [5/5] COPY rsyslog.d/*.conf /etc/rsyslog.d/ #9 DONE 0.6s #10 exporting to image #10 exporting layers #10 exporting layers 1.3s done #10 writing image sha256:16c3992307bb6ce091e125b2a2495c389ca8e33726b27dfd5a9986bad74ca745 #10 writing image sha256:16c3992307bb6ce091e125b2a2495c389ca8e33726b27dfd5a9986bad74ca745 done #10 naming to nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly-r25.1 done #10 DONE 1.4s 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-03-16 01:22:41,674: INFO: Docker build duration: 45 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd] ce9aeba17515: Preparing 5937f270e5f0: Preparing 1cb686e1bcd4: Preparing 970eb766f90b: Preparing 9c86e3a3454d: Preparing 0d0013f46483: Preparing c2786b78a56e: Preparing 65d448fcb98f: Preparing f3177529eace: Preparing 5292dd718d7c: Preparing 3f729c0e8a4a: Preparing 44343de3ea1d: Preparing 9c86e3a3454d: Waiting 0d0013f46483: Waiting c2786b78a56e: Waiting 65d448fcb98f: Waiting f3177529eace: Waiting 5292dd718d7c: Waiting 3f729c0e8a4a: Waiting 44343de3ea1d: Waiting 5937f270e5f0: Pushed 970eb766f90b: Pushed ce9aeba17515: Pushed 9c86e3a3454d: Layer already exists 0d0013f46483: Layer already exists c2786b78a56e: Layer already exists 65d448fcb98f: Layer already exists f3177529eace: Layer already exists 5292dd718d7c: Layer already exists 3f729c0e8a4a: Layer already exists 44343de3ea1d: Layer already exists 1cb686e1bcd4: Pushed nightly-r25.1: digest: sha256:32316395929eb14defa773084a08623044c3aaa3512268eb08ffc52427d5384d size: 2822 2026-03-16 01:22:45,794: INFO: Building opensdn-external-rsyslogd finished successfully, duration: 49 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 c51f8bea6889 618MB 0B nexus.gz1.opensdn.io:5102/opensdn-ansible-deployer-src:nightly-r25.1 fa65b40bb51d 1.4MB 0B nexus.gz1.opensdn.io:5102/opensdn-base:nightly-r25.1 9df7705f9f36 618MB 0B nexus.gz1.opensdn.io:5102/opensdn-build-manifest-src:nightly-r25.1 ed1fd9fedb45 3.7kB 0B nexus.gz1.opensdn.io:5102/opensdn-charms-src:nightly-r25.1 ce293e7e6bce 6.05MB 0B nexus.gz1.opensdn.io:5102/opensdn-container-builder-src:nightly-r25.1 25645a125052 2.47MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-base:nightly-r25.1 ffc596e5e8a7 618MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-control-base:nightly-r25.1 3c12f934266d 680MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly-r25.1 16c3992307bb 429MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-stunnel:nightly-r25.1 0dffd3f0999d 441MB 0B nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly-r25.1 79dd6b6aa0e5 410MB 0B nexus.gz1.opensdn.io:5102/opensdn-kolla-ansible-src:nightly-r25.1 3c03c159580a 32.7MB 0B nexus.gz1.opensdn.io:5102/tf-dev-sandbox:stable-r25.1 1680f7016f02 2.9GB 0B U tf-dev-sandbox:compile b1252cedde5f 24.7GB 0B