2026-06-01 01:12:31,332: INFO: Building opensdn-external-rsyslogd 2026-06-01 01:12:31,539: 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.4s #4 [1/5] 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.2s #6 [2/5] COPY *.sh / #6 DONE 1.0s #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.130 Third parties for OpenSDN 33 MB/s | 5.1 MB 00:00 #7 3.427 Extra Packages for Enterprise Linux 9 - x86_64 15 MB/s | 21 MB 00:01 #7 15.29 Extra Packages for Enterprise Linux 9 openh264 2.9 kB/s | 2.5 kB 00:00 #7 15.89 Rocky Linux 9 - BaseOS 10 MB/s | 4.1 MB 00:00 #7 18.19 Rocky Linux 9 - AppStream 14 MB/s | 11 MB 00:00 #7 22.11 Rocky Linux 9 - Extras 40 kB/s | 17 kB 00:00 #7 25.24 Dependencies resolved. #7 25.24 ================================================================================ #7 25.24 Package Architecture Version Repository Size #7 25.24 ================================================================================ #7 25.24 Installing: #7 25.24 rsyslog x86_64 8.2510.0-2.el9 appstream 821 k #7 25.24 Installing dependencies: #7 25.24 libestr x86_64 0.1.11-4.el9 appstream 25 k #7 25.24 libfastjson x86_64 0.99.9-5.el9 appstream 37 k #7 25.24 #7 25.24 Transaction Summary #7 25.24 ================================================================================ #7 25.24 Install 3 Packages #7 25.24 #7 25.24 Total download size: 883 k #7 25.24 Installed size: 2.9 M #7 25.24 Downloading Packages: #7 25.59 (1/3): libestr-0.1.11-4.el9.x86_64.rpm 248 kB/s | 25 kB 00:00 #7 25.61 (2/3): libfastjson-0.99.9-5.el9.x86_64.rpm 316 kB/s | 37 kB 00:00 #7 25.63 (3/3): rsyslog-8.2510.0-2.el9.x86_64.rpm 5.7 MB/s | 821 kB 00:00 #7 25.63 -------------------------------------------------------------------------------- #7 25.63 Total 2.2 MB/s | 883 kB 00:00 #7 25.74 Running transaction check #7 25.80 Transaction check succeeded. #7 25.80 Running transaction test #7 25.93 Transaction test succeeded. #7 25.93 Running transaction #7 26.00 Preparing : 1/1 #7 26.12 Installing : libfastjson-0.99.9-5.el9.x86_64 1/3 #7 26.12 Installing : libestr-0.1.11-4.el9.x86_64 2/3 #7 26.16 Installing : rsyslog-8.2510.0-2.el9.x86_64 3/3 #7 26.19 Running scriptlet: rsyslog-8.2510.0-2.el9.x86_64 3/3 #7 27.48 Verifying : libestr-0.1.11-4.el9.x86_64 1/3 #7 27.48 Verifying : libfastjson-0.99.9-5.el9.x86_64 2/3 #7 27.48 Verifying : rsyslog-8.2510.0-2.el9.x86_64 3/3 #7 27.57 #7 27.57 Installed: #7 27.57 libestr-0.1.11-4.el9.x86_64 libfastjson-0.99.9-5.el9.x86_64 #7 27.57 rsyslog-8.2510.0-2.el9.x86_64 #7 27.57 #7 27.57 Complete! #7 28.02 46 files removed #7 DONE 28.3s #8 [4/5] COPY rsyslog.conf /etc/ #8 DONE 0.3s #9 [5/5] COPY rsyslog.d/*.conf /etc/rsyslog.d/ #9 DONE 0.3s #10 exporting to image #10 exporting layers #10 exporting layers 1.0s done #10 writing image sha256:7866b2bca4b5a409b13b00ea9d7d99604827d4fcfd35e35b7451cef4909437cc #10 writing image sha256:7866b2bca4b5a409b13b00ea9d7d99604827d4fcfd35e35b7451cef4909437cc done #10 naming to nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly-r25.1 done #10 DONE 1.0s 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-06-01 01:13:04,756: INFO: Docker build duration: 33 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd] d4bbed80e2e3: Preparing 229c3f45d6c8: Preparing c3e17bb6b51d: Preparing 4840d6b74eea: Preparing 8e7fc5066ada: Preparing 928bcc7f011c: Preparing 46ff95d0cae9: Preparing daf2d3acb07b: Preparing 24957d870fa2: Preparing ec85765294a8: Preparing b839107bf359: Preparing 44343de3ea1d: Preparing 928bcc7f011c: Waiting daf2d3acb07b: Waiting 24957d870fa2: Waiting ec85765294a8: Waiting b839107bf359: Waiting 44343de3ea1d: Waiting 46ff95d0cae9: Waiting 4840d6b74eea: Pushed 229c3f45d6c8: Pushed 8e7fc5066ada: Layer already exists c3e17bb6b51d: Pushed 46ff95d0cae9: Layer already exists 928bcc7f011c: Layer already exists daf2d3acb07b: Layer already exists d4bbed80e2e3: Pushed 24957d870fa2: Layer already exists ec85765294a8: Layer already exists b839107bf359: Layer already exists 44343de3ea1d: Layer already exists nightly-r25.1: digest: sha256:f8264213cc851eac124b304392e7020b8818f62604a27cdc2313e60550e037b8 size: 2822 2026-06-01 01:13:06,692: INFO: Building opensdn-external-rsyslogd finished successfully, duration: 35 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 ed3b28785105 604MB 0B nexus.gz1.opensdn.io:5102/opensdn-ansible-deployer-src:nightly-r25.1 9df9d487ca87 1.41MB 0B nexus.gz1.opensdn.io:5102/opensdn-base:nightly-r25.1 cb31a262d2aa 604MB 0B nexus.gz1.opensdn.io:5102/opensdn-build-manifest-src:nightly-r25.1 977ee189f269 3.7kB 0B nexus.gz1.opensdn.io:5102/opensdn-charms-src:nightly-r25.1 cc16769b1452 6.05MB 0B nexus.gz1.opensdn.io:5102/opensdn-container-builder-src:nightly-r25.1 ae9665c81c18 2.47MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-base:nightly-r25.1 6424cd6e4546 604MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly-r25.1 7866b2bca4b5 407MB 0B nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly-r25.1 03b3221a0a8d 387MB 0B nexus.gz1.opensdn.io:5102/opensdn-kolla-ansible-src:nightly-r25.1 2c48d7d0010a 32.7MB 0B nexus.gz1.opensdn.io:5102/tf-dev-sandbox:stable-r25.1 75d4d825b3b7 2.87GB 0B U tf-dev-sandbox:compile 790d28b3da2c 24.9GB 0B