2026-04-20 16:02:46,062: INFO: Building opensdn-external-rsyslogd 2026-04-20 16:02:46,343: 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.5s #4 [internal] load build context #4 DONE 0.0s #5 [1/5] FROM nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly-r25.1 #5 CACHED #4 [internal] load build context #4 transferring context: 32.42kB 0.0s done #4 DONE 0.2s #6 [2/5] COPY *.sh / #6 DONE 0.3s #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.076 Third parties for OpenSDN 28 MB/s | 5.1 MB 00:00 #7 3.857 Extra Packages for Enterprise Linux 9 - x86_64 18 MB/s | 21 MB 00:01 #7 18.45 Extra Packages for Enterprise Linux 9 openh264 2.4 kB/s | 2.5 kB 00:01 #7 19.75 Rocky Linux 9 - BaseOS 26 MB/s | 19 MB 00:00 #7 28.06 Rocky Linux 9 - AppStream 18 MB/s | 19 MB 00:01 #7 34.01 Rocky Linux 9 - Extras 27 kB/s | 17 kB 00:00 #7 37.21 Dependencies resolved. #7 37.21 ================================================================================ #7 37.21 Package Architecture Version Repository Size #7 37.21 ================================================================================ #7 37.21 Installing: #7 37.21 rsyslog x86_64 8.2506.0-2.el9 appstream 794 k #7 37.21 Installing dependencies: #7 37.21 libestr x86_64 0.1.11-4.el9 appstream 25 k #7 37.21 libfastjson x86_64 0.99.9-5.el9 appstream 37 k #7 37.21 #7 37.21 Transaction Summary #7 37.21 ================================================================================ #7 37.21 Install 3 Packages #7 37.21 #7 37.21 Total download size: 856 k #7 37.21 Installed size: 2.8 M #7 37.21 Downloading Packages: #7 37.49 (1/3): libestr-0.1.11-4.el9.x86_64.rpm 881 kB/s | 25 kB 00:00 #7 37.49 (2/3): libfastjson-0.99.9-5.el9.x86_64.rpm 1.1 MB/s | 37 kB 00:00 #7 37.52 (3/3): rsyslog-8.2506.0-2.el9.x86_64.rpm 14 MB/s | 794 kB 00:00 #7 37.52 -------------------------------------------------------------------------------- #7 37.52 Total 2.7 MB/s | 856 kB 00:00 #7 37.63 Running transaction check #7 37.66 Transaction check succeeded. #7 37.66 Running transaction test #7 37.76 Transaction test succeeded. #7 37.77 Running transaction #7 37.88 Preparing : 1/1 #7 38.03 Installing : libfastjson-0.99.9-5.el9.x86_64 1/3 #7 38.05 Installing : libestr-0.1.11-4.el9.x86_64 2/3 #7 38.15 Installing : rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 38.35 Running scriptlet: rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 38.55 Verifying : libestr-0.1.11-4.el9.x86_64 1/3 #7 38.55 Verifying : libfastjson-0.99.9-5.el9.x86_64 2/3 #7 38.55 Verifying : rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 38.66 #7 38.66 Installed: #7 38.66 libestr-0.1.11-4.el9.x86_64 libfastjson-0.99.9-5.el9.x86_64 #7 38.66 rsyslog-8.2506.0-2.el9.x86_64 #7 38.66 #7 38.66 Complete! #7 39.25 46 files removed #7 DONE 39.9s #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.4s done #10 writing image sha256:ead55ba133792cd8931ca99057d90c38348bdbb5b6076f81972f37187e83625b #10 writing image sha256:ead55ba133792cd8931ca99057d90c38348bdbb5b6076f81972f37187e83625b done #10 naming to nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly-r25.1 done #10 DONE 1.5s 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-20 16:03:31,617: INFO: Docker build duration: 45 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd] 2340e4a5fa4a: Preparing 115038cf1212: Preparing 4392b8db584a: Preparing 2dedd0384368: Preparing 1e60f2ab2c76: Preparing e65f29bebbf1: Preparing f107d527a89d: Preparing 5945a8a57770: Preparing a1f22d4b6750: Preparing 3b6132c4513f: Preparing cf498eab6fcf: Preparing 44343de3ea1d: Preparing e65f29bebbf1: Waiting 3b6132c4513f: Waiting cf498eab6fcf: Waiting 44343de3ea1d: Waiting f107d527a89d: Waiting 5945a8a57770: Waiting a1f22d4b6750: Waiting 1e60f2ab2c76: Layer already exists 115038cf1212: Pushed 2dedd0384368: Pushed e65f29bebbf1: Layer already exists f107d527a89d: Layer already exists 2340e4a5fa4a: Pushed a1f22d4b6750: Layer already exists 5945a8a57770: Layer already exists 3b6132c4513f: Layer already exists cf498eab6fcf: Layer already exists 44343de3ea1d: Layer already exists 4392b8db584a: Pushed nightly-r25.1: digest: sha256:567ae15a0a3cd9d1f9f940969ce5b56e7acd49ef2201504e329244dd584b6da4 size: 2822 2026-04-20 16:03:35,939: 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 68a656ca34a4 635MB 0B nexus.gz1.opensdn.io:5102/opensdn-ansible-deployer-src:nightly-r25.1 4f38962e3296 1.41MB 0B nexus.gz1.opensdn.io:5102/opensdn-base:nightly-r25.1 54aa18c7336d 635MB 0B nexus.gz1.opensdn.io:5102/opensdn-build-manifest-src:nightly-r25.1 b2cfd62bffa7 3.7kB 0B nexus.gz1.opensdn.io:5102/opensdn-charms-src:nightly-r25.1 48cc0a624340 6.05MB 0B nexus.gz1.opensdn.io:5102/opensdn-container-builder-src:nightly-r25.1 f03b36098884 2.47MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-base:nightly-r25.1 a104281d191c 635MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly-r25.1 ead55ba13379 438MB 0B nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly-r25.1 54c7864fd11e 418MB 0B nexus.gz1.opensdn.io:5102/opensdn-kolla-ansible-src:nightly-r25.1 5fc8127ac929 32.7MB 0B nexus.gz1.opensdn.io:5102/tf-dev-sandbox:stable-r25.1 75d4d825b3b7 2.87GB 0B rockylinux:9 9cc24f05f309 176MB 0B tf-dev-sandbox:compile 63cac9bbf810 24.7GB 0B tf-dev-sandbox:stable-r25.1 3af208abcb76 2.87GB 0B U