2026-03-30 01:16:04,964: INFO: Building opensdn-external-rsyslogd 2026-03-30 01:16:05,159: 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.4s #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.7s #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 done #4 DONE 0.4s #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.278 Third parties for OpenSDN 26 MB/s | 5.1 MB 00:00 #7 3.902 Extra Packages for Enterprise Linux 9 - x86_64 27 MB/s | 20 MB 00:00 #7 16.81 Extra Packages for Enterprise Linux 9 openh264 2.8 kB/s | 2.5 kB 00:00 #7 17.93 Rocky Linux 9 - BaseOS 24 MB/s | 17 MB 00:00 #7 22.05 Rocky Linux 9 - AppStream 20 MB/s | 17 MB 00:00 #7 28.29 Rocky Linux 9 - Extras 39 kB/s | 17 kB 00:00 #7 31.30 Dependencies resolved. #7 31.30 ================================================================================ #7 31.30 Package Architecture Version Repository Size #7 31.30 ================================================================================ #7 31.30 Installing: #7 31.30 rsyslog x86_64 8.2506.0-2.el9 appstream 794 k #7 31.30 Installing dependencies: #7 31.30 libestr x86_64 0.1.11-4.el9 appstream 25 k #7 31.30 libfastjson x86_64 0.99.9-5.el9 appstream 37 k #7 31.30 #7 31.30 Transaction Summary #7 31.30 ================================================================================ #7 31.30 Install 3 Packages #7 31.30 #7 31.30 Total download size: 856 k #7 31.30 Installed size: 2.8 M #7 31.30 Downloading Packages: #7 31.65 (1/3): libfastjson-0.99.9-5.el9.x86_64.rpm 367 kB/s | 37 kB 00:00 #7 31.68 (2/3): rsyslog-8.2506.0-2.el9.x86_64.rpm 6.5 MB/s | 794 kB 00:00 #7 31.69 (3/3): libestr-0.1.11-4.el9.x86_64.rpm 188 kB/s | 25 kB 00:00 #7 31.69 -------------------------------------------------------------------------------- #7 31.69 Total 2.2 MB/s | 856 kB 00:00 #7 31.76 Running transaction check #7 31.82 Transaction check succeeded. #7 31.82 Running transaction test #7 31.95 Transaction test succeeded. #7 31.95 Running transaction #7 32.05 Preparing : 1/1 #7 32.21 Installing : libfastjson-0.99.9-5.el9.x86_64 1/3 #7 32.23 Installing : libestr-0.1.11-4.el9.x86_64 2/3 #7 32.26 Installing : rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 32.28 Running scriptlet: rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 33.55 Verifying : libestr-0.1.11-4.el9.x86_64 1/3 #7 33.55 Verifying : libfastjson-0.99.9-5.el9.x86_64 2/3 #7 33.55 Verifying : rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 33.62 #7 33.62 Installed: #7 33.62 libestr-0.1.11-4.el9.x86_64 libfastjson-0.99.9-5.el9.x86_64 #7 33.62 rsyslog-8.2506.0-2.el9.x86_64 #7 33.62 #7 33.62 Complete! #7 33.97 46 files removed #7 DONE 34.3s #8 [4/5] COPY rsyslog.conf /etc/ #8 DONE 0.8s #9 [5/5] COPY rsyslog.d/*.conf /etc/rsyslog.d/ #9 DONE 0.4s #10 exporting to image #10 exporting layers #10 exporting layers 0.8s done #10 writing image sha256:6d5e333b066513221fda560834e8499846b4acef9096f7beced68eef52630254 done #10 naming to nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly-r25.1 0.0s 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-03-30 01:16:46,233: INFO: Docker build duration: 42 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd] 40b57e36a141: Preparing 8c2637e217e3: Preparing 771b37469af1: Preparing 2ee9e12f518a: Preparing e54587b9613c: Preparing 49057f9e5fc1: Preparing 1dd9b1d6533b: Preparing 8d3d652e254c: Preparing 140848341c03: Preparing 6afcd90fa593: Preparing afed9ce43e88: Preparing 44343de3ea1d: Preparing e54587b9613c: Waiting 49057f9e5fc1: Waiting 1dd9b1d6533b: Waiting 8d3d652e254c: Waiting 140848341c03: Waiting 6afcd90fa593: Waiting afed9ce43e88: Waiting 44343de3ea1d: Waiting 8c2637e217e3: Pushed 2ee9e12f518a: Pushed 40b57e36a141: Pushed e54587b9613c: Layer already exists 49057f9e5fc1: Layer already exists 140848341c03: Layer already exists 1dd9b1d6533b: Layer already exists 8d3d652e254c: Layer already exists 6afcd90fa593: Layer already exists 44343de3ea1d: Layer already exists afed9ce43e88: Layer already exists 771b37469af1: Pushed nightly-r25.1: digest: sha256:98a8f4bb3bf1b301ce20530504939f8968d870dcd640fc0d78961d4a28649b52 size: 2822 2026-03-30 01:16:49,463: INFO: Building opensdn-external-rsyslogd finished successfully, duration: 45 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 c9ab0c492d78 620MB 0B nexus.gz1.opensdn.io:5102/opensdn-ansible-deployer-src:nightly-r25.1 77a7d712ea09 1.41MB 0B nexus.gz1.opensdn.io:5102/opensdn-base:nightly-r25.1 a6fed718da74 620MB 0B nexus.gz1.opensdn.io:5102/opensdn-build-manifest-src:nightly-r25.1 e779d8fab06c 3.7kB 0B nexus.gz1.opensdn.io:5102/opensdn-charms-src:nightly-r25.1 2b1757f92ac8 6.05MB 0B nexus.gz1.opensdn.io:5102/opensdn-container-builder-src:nightly-r25.1 9982fb2994db 2.47MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-base:nightly-r25.1 f0d6b0fe4805 620MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-control-base:nightly-r25.1 d1781d0a3aa0 682MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly-r25.1 6d5e333b0665 432MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-stunnel:nightly-r25.1 8acc7875a9f9 443MB 0B nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly-r25.1 4b9e0ba3760b 412MB 0B nexus.gz1.opensdn.io:5102/opensdn-kolla-ansible-src:nightly-r25.1 ad76febd915f 32.7MB 0B nexus.gz1.opensdn.io:5102/tf-dev-sandbox:stable-r25.1 1680f7016f02 2.9GB 0B U tf-dev-sandbox:compile c2cab9478b36 24.7GB 0B