2026-04-23 01:43:41,704: INFO: Building opensdn-external-rsyslogd 2026-04-23 01:43:41,991: 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.6s #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 0.0s done #5 DONE 0.5s #6 [2/5] COPY *.sh / #6 DONE 0.2s #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.382 Third parties for OpenSDN 25 MB/s | 5.1 MB 00:00 #7 4.064 Extra Packages for Enterprise Linux 9 - x86_64 20 MB/s | 21 MB 00:01 #7 26.22 Extra Packages for Enterprise Linux 9 openh264 2.2 kB/s | 2.5 kB 00:01 #7 27.55 Rocky Linux 9 - BaseOS 24 MB/s | 19 MB 00:00 #7 36.21 Rocky Linux 9 - AppStream 21 MB/s | 19 MB 00:00 #7 45.20 Rocky Linux 9 - Extras 29 kB/s | 17 kB 00:00 #7 49.79 Dependencies resolved. #7 49.79 ================================================================================ #7 49.79 Package Architecture Version Repository Size #7 49.79 ================================================================================ #7 49.79 Installing: #7 49.79 rsyslog x86_64 8.2506.0-2.el9 appstream 794 k #7 49.79 Installing dependencies: #7 49.79 libestr x86_64 0.1.11-4.el9 appstream 25 k #7 49.79 libfastjson x86_64 0.99.9-5.el9 appstream 37 k #7 49.79 #7 49.79 Transaction Summary #7 49.79 ================================================================================ #7 49.79 Install 3 Packages #7 49.79 #7 49.79 Total download size: 856 k #7 49.79 Installed size: 2.8 M #7 49.79 Downloading Packages: #7 50.06 (1/3): libestr-0.1.11-4.el9.x86_64.rpm 822 kB/s | 25 kB 00:00 #7 50.07 (2/3): libfastjson-0.99.9-5.el9.x86_64.rpm 1.0 MB/s | 37 kB 00:00 #7 50.13 (3/3): rsyslog-8.2506.0-2.el9.x86_64.rpm 8.8 MB/s | 794 kB 00:00 #7 50.13 -------------------------------------------------------------------------------- #7 50.13 Total 2.5 MB/s | 856 kB 00:00 #7 50.24 Running transaction check #7 50.30 Transaction check succeeded. #7 50.31 Running transaction test #7 50.39 Transaction test succeeded. #7 50.39 Running transaction #7 50.52 Preparing : 1/1 #7 50.71 Installing : libfastjson-0.99.9-5.el9.x86_64 1/3 #7 50.73 Installing : libestr-0.1.11-4.el9.x86_64 2/3 #7 50.81 Installing : rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 50.85 Running scriptlet: rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 51.82 Verifying : libestr-0.1.11-4.el9.x86_64 1/3 #7 51.82 Verifying : libfastjson-0.99.9-5.el9.x86_64 2/3 #7 51.82 Verifying : rsyslog-8.2506.0-2.el9.x86_64 3/3 #7 51.94 #7 51.94 Installed: #7 51.94 libestr-0.1.11-4.el9.x86_64 libfastjson-0.99.9-5.el9.x86_64 #7 51.94 rsyslog-8.2506.0-2.el9.x86_64 #7 51.94 #7 51.94 Complete! #7 52.66 46 files removed #7 DONE 53.0s #8 [4/5] COPY rsyslog.conf /etc/ #8 DONE 0.4s #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:1f2b2d2bfbef28401e03b08ebbcc7ad368f8e7e9bd89b954b414c6c81a0718cc #10 writing image sha256:1f2b2d2bfbef28401e03b08ebbcc7ad368f8e7e9bd89b954b414c6c81a0718cc done #10 naming to nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly-r25.1 0.0s done #10 DONE 1.5s 3 warnings found (use docker --debug to expand):  - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 28) - 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) 2026-04-23 01:44:41,262: INFO: Docker build duration: 60 seconds The push refers to repository [nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd] e5d54bb1fa74: Preparing 06ef5bb246d1: Preparing 0dde746a88bf: Preparing 48e6d72a224a: Preparing 5ea2aa2ce125: Preparing 0ca844f36471: Preparing 1fde9bf02d8e: Preparing ebf217dc4349: Preparing cdf92e101229: Preparing 7a896865f413: Preparing 3ca537e0e959: Preparing 44343de3ea1d: Preparing 0ca844f36471: Waiting 1fde9bf02d8e: Waiting ebf217dc4349: Waiting cdf92e101229: Waiting 7a896865f413: Waiting 3ca537e0e959: Waiting 44343de3ea1d: Waiting 5ea2aa2ce125: Layer already exists 48e6d72a224a: Pushed 06ef5bb246d1: Pushed e5d54bb1fa74: Pushed 0ca844f36471: Layer already exists 1fde9bf02d8e: Layer already exists ebf217dc4349: Layer already exists cdf92e101229: Layer already exists 7a896865f413: Layer already exists 3ca537e0e959: Layer already exists 44343de3ea1d: Layer already exists 0dde746a88bf: Pushed nightly-r25.1: digest: sha256:4f36750693bcf246c195701948caa6fe9dd3afb89c2cce33c48599ef2e83da82 size: 2822 2026-04-23 01:44:46,027: INFO: Building opensdn-external-rsyslogd finished successfully, duration: 65 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 1875560f22dd 635MB 0B nexus.gz1.opensdn.io:5102/opensdn-ansible-deployer-src:nightly-r25.1 0a5278f593a7 1.41MB 0B nexus.gz1.opensdn.io:5102/opensdn-base:nightly-r25.1 bc8eabbe7be2 635MB 0B nexus.gz1.opensdn.io:5102/opensdn-build-manifest-src:nightly-r25.1 ce5e62512ff5 3.7kB 0B nexus.gz1.opensdn.io:5102/opensdn-charms-src:nightly-r25.1 92343996b7ad 6.05MB 0B nexus.gz1.opensdn.io:5102/opensdn-container-builder-src:nightly-r25.1 ac040aab56bf 2.47MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-config-base:nightly-r25.1 55e58344bd17 635MB 0B nexus.gz1.opensdn.io:5102/opensdn-controller-control-base:nightly-r25.1 eb71546da8da 698MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-rsyslogd:nightly-r25.1 1f2b2d2bfbef 438MB 0B nexus.gz1.opensdn.io:5102/opensdn-external-stunnel:nightly-r25.1 ba386208897a 449MB 0B nexus.gz1.opensdn.io:5102/opensdn-general-base:nightly-r25.1 e58432b5e7f2 418MB 0B nexus.gz1.opensdn.io:5102/opensdn-kolla-ansible-src:nightly-r25.1 9b2639d7301f 32.7MB 0B nexus.gz1.opensdn.io:5102/opensdn-vrouter-base:nightly-r25.1 4a3698e3da40 709MB 0B nexus.gz1.opensdn.io:5102/tf-dev-sandbox:stable-r25.1 75d4d825b3b7 2.87GB 0B U tf-dev-sandbox:compile bc791ae6079e 24.7GB 0B