2026-03-26 01:13:48,917: INFO: Building opensdn-external-rsyslogd 2026-03-26 01:13:49,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.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.6s #4 [internal] load build context #4 DONE 0.0s #5 [1/3] FROM nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly-r25.1 #5 CACHED #4 [internal] load build context #4 transferring context: 32.42kB done #4 DONE 0.5s #6 [2/5] COPY *.sh / #6 DONE 0.4s #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.254 Third parties for OpenSDN 38 MB/s | 5.1 MB 00:00 #7 3.048 Extra Packages for Enterprise Linux 9 - x86_64 33 MB/s | 20 MB 00:00 #7 16.99 Extra Packages for Enterprise Linux 9 openh264 3.1 kB/s | 2.5 kB 00:00 #7 17.99 Rocky Linux 9 - BaseOS 26 MB/s | 16 MB 00:00 #7 22.40 Rocky Linux 9 - AppStream 17 MB/s | 17 MB 00:00 #7 27.35 Rocky Linux 9 - Extras 48 kB/s | 17 kB 00:00 #7 30.06 Dependencies resolved. #7 30.06 ================================================================================ #7 30.06 Package Architecture Version Repository Size #7 30.06 ================================================================================ #7 30.06 Installing: #7 30.06 rsyslog x86_64 8.2506.0-2.el9 appstream 794 k #7 30.06 Installing dependencies: #7 30.06 libestr x86_64 0.1.11-4.el9 appstream 25 k #7 30.06 libfastjson x86_64 0.99.9-5.el9 appstream 37 k #7 30.06 #7 30.06 Transaction Summary #7 30.06 ================================================================================ #7 30.06 Install 3 Packages #7 30.06 #7 30.06 Total download size: 856 k #7 30.06 Installed size: 2.8 M #7 30.06 Downloading Packages: #7 30.58 (1/3): libestr-0.1.11-4.el9.x86_64.rpm 90 kB/s | 25 kB 00:00 #7 30.68 (2/3): libfastjson-0.99.9-5.el9.x86_64.rpm 97 kB/s | 37 kB 00:00 #7 30.89 (3/3): rsyslog-8.2506.0-2.el9.x86_64.rpm 1.3 MB/s | 794 kB 00:00 #7 30.89 -------------------------------------------------------------------------------- #7 30.89 Total 1.0 MB/s | 856 kB 00:00 #7 30.97 Running transaction check #7 31.04 Transaction check succeeded. #7 31.04 Running transaction test #7 31.18 Transaction test succeeded. #7 31.18 Running transaction #7 32.33 Preparing : 1/1 #7 32.50 Installing : libfastjson-0.99.9-5.el9.x86_64 1/3 #7 32.71 Installing : libestr-0.1.11-4.el9.x86_64 2/3 #7 32.75 Installing : rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 32.77 Running scriptlet: rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 33.14 Verifying : libestr-0.1.11-4.el9.x86_64 1/3 #7 33.14 Verifying : libfastjson-0.99.9-5.el9.x86_64 2/3 #7 33.14 Verifying : rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 33.25 #7 33.25 Installed: #7 33.25 libestr-0.1.11-4.el9.x86_64 libfastjson-0.99.9-5.el9.x86_64 #7 33.25 rsyslog-8.2506.0-2.el9.x86_64 #7 33.25 #7 33.25 Complete! #7 33.94 46 files removed #7 DONE 35.0s #8 [4/5] COPY rsyslog.conf /etc/ #8 DONE 0.6s #9 [5/5] COPY rsyslog.d/*.conf /etc/rsyslog.d/ #9 DONE 0.7s #10 exporting to image #10 exporting layers #10 exporting layers 2.1s done #10 writing image sha256:e984a759b2e231239c5669cb330a356ec0bc23e11f38f2758b3dfc1188ecdd50 #10 writing image sha256:e984a759b2e231239c5669cb330a356ec0bc23e11f38f2758b3dfc1188ecdd50 done #10 naming to nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly-r25.1 0.0s done #10 DONE 4.6s 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-26 01:14:35,585: INFO: Docker build duration: 47 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd] 7961e256d404: Preparing 06d28800c0db: Preparing 897b851fe919: Preparing 8163b3defe1b: Preparing e5fecb0ce710: Preparing 9ca29426aa07: Preparing 6545634e0031: Preparing 4352497293d5: Preparing 8f6378ac4c96: Preparing 41a3c384bf36: Preparing 462a05f3528e: Preparing 44343de3ea1d: Preparing e5fecb0ce710: Waiting 9ca29426aa07: Waiting 6545634e0031: Waiting 4352497293d5: Waiting 8f6378ac4c96: Waiting 41a3c384bf36: Waiting 462a05f3528e: Waiting 44343de3ea1d: Waiting 8163b3defe1b: Pushed 06d28800c0db: Pushed e5fecb0ce710: Layer already exists 9ca29426aa07: Layer already exists 7961e256d404: Pushed 6545634e0031: Layer already exists 4352497293d5: Layer already exists 41a3c384bf36: Layer already exists 462a05f3528e: Layer already exists 8f6378ac4c96: Layer already exists 44343de3ea1d: Layer already exists 897b851fe919: Pushed nightly-r25.1: digest: sha256:80542fa5642c4d28deafef5c0ee61fe17546cd8342ce27f268b7b218df1503a2 size: 2822 2026-03-26 01:14:37,666: 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 6d394bd7254a 618MB 0B nexus.gz1.opensdn.io:5102/opensdn-ansible-deployer-src:nightly-r25.1 78477b0d8cef 1.41MB 0B nexus.gz1.opensdn.io:5102/opensdn-base:nightly-r25.1 23da12585b42 618MB 0B nexus.gz1.opensdn.io:5102/opensdn-build-manifest-src:nightly-r25.1 5881227b7146 3.7kB 0B nexus.gz1.opensdn.io:5102/opensdn-charms-src:nightly-r25.1 2f570672ba67 6.05MB 0B nexus.gz1.opensdn.io:5102/opensdn-container-builder-src:nightly-r25.1 88c56a28f5af 2.47MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-base:nightly-r25.1 e72779161c2e 618MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-control-base:nightly-r25.1 dc180913312a 680MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly-r25.1 e984a759b2e2 430MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-stunnel:nightly-r25.1 f96076b10cf5 441MB 0B nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly-r25.1 7ae372c60639 410MB 0B nexus.gz1.opensdn.io:5102/opensdn-kolla-ansible-src:nightly-r25.1 d34c7908fc02 32.7MB 0B nexus.gz1.opensdn.io:5102/opensdn-vrouter-base:nightly-r25.1 85462b8fee9c 692MB 0B nexus.gz1.opensdn.io:5102/tf-dev-sandbox:stable-r25.1 1680f7016f02 2.9GB 0B U tf-dev-sandbox:compile c6ccffb3bb94 24.7GB 0B