2025-08-28 20:39:33,777: INFO: Building opensdn-external-cassandra 2025-08-28 20:39:33,986: INFO: Building args: --network host --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-2_0_6_1-1 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=9 --build-arg LINUX_DISTR=rockylinux --build-arg GENERAL_EXTRA_RPMS="" --build-arg BASE_EXTRA_RPMS="" --build-arg CONTAINER_NAME=opensdn-external-cassandra --build-arg UBUNTU_DISTR_VERSION=24.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: #1 transferring dockerfile: 4.16kB done #1 DONE 0.4s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_0_6_1-1 #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: #3 transferring context: 2B done #3 DONE 0.5s #4 [1/3] FROM nexus.gz1.opensdn.io:5101/opensdn-general-base:master-2_0_6_1-1 #4 CACHED #5 [internal] load build context #5 transferring context: 46.09kB 0.0s done #5 DONE 0.5s #6 [2/3] COPY *.sh / #6 DONE 1.0s #7 [3/3] RUN set -e ; CASSANDRA_VERSION=3.11.3 && set -ex && for item in `ls /__*` ; do mv $item /${item:3} ; done && yum install -y numactl which jemalloc procps-ng && yum install -y --exclude="*slowdebug*" --exclude="*fastdebug*" "java-1.8.0-openjdk" && groupadd -f -g 2000 cassandra && adduser -u 2000 -M -g cassandra cassandra && usermod -a -G 1999 cassandra && source /functions.sh && download_package https://archive.apache.org dist/cassandra/$CASSANDRA_VERSION/apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz && mkdir -p /opt/cassandra && tar -xzf apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz -C /opt/cassandra --strip-components 1 && rm -rf apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz && mv "/opt/cassandra/conf" /etc/cassandra && ln -sT "/etc/cassandra" "/opt/cassandra/conf" && mkdir -p /var/lib/cassandra /var/log/cassandra && chown -R cassandra:cassandra /etc/cassandra /var/log/cassandra /var/lib/cassandra && ln -sT /var/lib/cassandra "/opt/cassandra/data" && ln -sT /var/log/cassandra "/opt/cassandra/logs" && rm -f /opt/cassandra/lib/libthrift-* && download_package https://github.com opensdn-io/tf-third-party-cache/blob/master/libthrift/libthrift-0.13.0.jar?raw=true /opt/cassandra/lib/libthrift-0.13.0.jar && rm -f /opt/cassandra/lib/netty-all-* && download_package https://repo1.maven.org maven2/io/netty/netty-all/4.1.39.Final/netty-all-4.1.39.Final.jar /opt/cassandra/lib/netty-all-4.1.39.Final.jar && rm -f /opt/cassandra/lib/logback-* && download_package https://repo1.maven.org maven2/ch/qos/logback/logback-classic/1.2.9/logback-classic-1.2.9.jar /opt/cassandra/lib/logback-classic-1.2.9.jar && download_package https://repo1.maven.org maven2/ch/qos/logback/logback-core/1.2.9/logback-core-1.2.9.jar /opt/cassandra/lib/logback-core-1.2.9.jar && REAPER_VERSION=3.2.1 && REAPER_RPM_NAME=reaper-${REAPER_VERSION}-1.x86_64.rpm && download_package https://github.com thelastpickle/cassandra-reaper/releases/download/${REAPER_VERSION}/${REAPER_RPM_NAME} ${REAPER_RPM_NAME} && rpm -Uvh --nodeps --replacepkgs ${REAPER_RPM_NAME} && rm -f ${REAPER_RPM_NAME} && yum clean all -y && rm -rf /var/cache/yum && cassandra -v && cp /etc/cassandra/cassandra.yaml /etc/cassandra/cassandra.origin && cp /etc/cassandra/jvm.options /etc/cassandra/jvm.options.origin && cp /etc/cassandra-reaper/cassandra-reaper.yaml /etc/cassandra-reaper/cassandra-reaper.origin #7 0.593 ++ ls /__common.sh /__contrail-functions.sh #7 0.596 + for item in `ls /__*` #7 0.596 + mv /__common.sh /common.sh #7 0.601 + for item in `ls /__*` #7 0.601 + mv /__contrail-functions.sh /contrail-functions.sh #7 0.609 + yum install -y numactl which jemalloc procps-ng #7 1.744 Contrail repo 322 kB/s | 106 kB 00:00 #7 2.014 added from: http://tf-mirrors.gz1.opensdn.io/re 9.3 MB/s | 2.1 MB 00:00 #7 3.181 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 730 kB 00:00 #7 3.819 added from: http://tf-mirrors.gz1.opensdn.io/re 6.7 MB/s | 264 kB 00:00 #7 4.414 added from: http://tf-mirrors.gz1.opensdn.io/re 24 MB/s | 7.0 MB 00:00 #7 8.930 added from: http://tf-mirrors.gz1.opensdn.io/re 26 MB/s | 4.0 MB 00:00 #7 12.06 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 939 kB 00:00 #7 12.85 added from: http://tf-mirrors.gz1.opensdn.io/re 33 MB/s | 2.3 MB 00:00 #7 14.77 added from: http://tf-mirrors.gz1.opensdn.io/re 5.3 MB/s | 392 kB 00:00 #7 15.44 added from: http://tf-mirrors.gz1.opensdn.io/re 8.9 MB/s | 451 kB 00:00 #7 16.38 added from: http://tf-mirrors.gz1.opensdn.io/re 50 kB/s | 16 kB 00:00 #7 16.83 added from: http://tf-mirrors.gz1.opensdn.io/re 6.6 kB/s | 257 B 00:00 #7 17.11 added from: http://tf-mirrors.gz1.opensdn.io/re 428 kB/s | 13 kB 00:00 #7 17.57 added from: http://tf-mirrors.gz1.opensdn.io/re 1.8 MB/s | 64 kB 00:00 #7 18.77 added from: http://tf-mirrors.gz1.opensdn.io/re 36 MB/s | 30 MB 00:00 #7 42.63 Third parties for OpenSDN 21 MB/s | 5.4 MB 00:00 #7 53.43 Dependencies resolved. #7 53.43 ================================================================================ #7 53.43 Package Arch Version Repository Size #7 53.43 ================================================================================ #7 53.43 Installing: #7 53.43 jemalloc x86_64 5.2.1-2.el9 tf-mirrors.ci_repos_epel9.repo 203 k #7 53.43 numactl x86_64 2.0.18-2.el9 tf-mirrors.ci_repos_yum9-baseos 68 k #7 53.43 procps-ng x86_64 3.3.17-14.el9 tf-mirrors.ci_repos_yum9-baseos 332 k #7 53.43 which x86_64 2.21-29.el9 tf-mirrors.ci_repos_yum9-baseos 40 k #7 53.43 Installing dependencies: #7 53.43 numactl-libs x86_64 2.0.18-2.el9 tf-mirrors.ci_repos_yum9-baseos 31 k #7 53.43 #7 53.43 Transaction Summary #7 53.43 ================================================================================ #7 53.43 Install 5 Packages #7 53.43 #7 53.43 Total download size: 674 k #7 53.43 Installed size: 2.0 M #7 53.43 Downloading Packages: #7 53.45 (1/5): numactl-libs-2.0.18-2.el9.x86_64.rpm 1.7 MB/s | 31 kB 00:00 #7 53.46 (2/5): numactl-2.0.18-2.el9.x86_64.rpm 3.1 MB/s | 68 kB 00:00 #7 53.46 (3/5): which-2.21-29.el9.x86_64.rpm 6.3 MB/s | 40 kB 00:00 #7 53.47 (4/5): procps-ng-3.3.17-14.el9.x86_64.rpm 10 MB/s | 332 kB 00:00 #7 53.47 (5/5): jemalloc-5.2.1-2.el9.x86_64.rpm 14 MB/s | 203 kB 00:00 #7 53.47 -------------------------------------------------------------------------------- #7 53.47 Total 18 MB/s | 674 kB 00:00 #7 53.47 Running transaction check #7 53.73 Transaction check succeeded. #7 53.73 Running transaction test #7 53.78 Transaction test succeeded. #7 53.78 Running transaction #7 53.98 Preparing : 1/1 #7 54.12 Installing : numactl-libs-2.0.18-2.el9.x86_64 1/5 #7 54.13 Installing : numactl-2.0.18-2.el9.x86_64 2/5 #7 54.16 Installing : jemalloc-5.2.1-2.el9.x86_64 3/5 #7 54.18 Installing : which-2.21-29.el9.x86_64 4/5 #7 54.27 Installing : procps-ng-3.3.17-14.el9.x86_64 5/5 #7 54.29 Running scriptlet: procps-ng-3.3.17-14.el9.x86_64 5/5 #7 55.50 Verifying : numactl-2.0.18-2.el9.x86_64 1/5 #7 55.50 Verifying : numactl-libs-2.0.18-2.el9.x86_64 2/5 #7 55.50 Verifying : procps-ng-3.3.17-14.el9.x86_64 3/5 #7 55.50 Verifying : which-2.21-29.el9.x86_64 4/5 #7 55.51 Verifying : jemalloc-5.2.1-2.el9.x86_64 5/5 #7 55.54 #7 55.54 Installed: #7 55.54 jemalloc-5.2.1-2.el9.x86_64 numactl-2.0.18-2.el9.x86_64 #7 55.54 numactl-libs-2.0.18-2.el9.x86_64 procps-ng-3.3.17-14.el9.x86_64 #7 55.54 which-2.21-29.el9.x86_64 #7 55.54 #7 55.54 Complete! #7 55.76 + yum install -y '--exclude=*slowdebug*' '--exclude=*fastdebug*' java-1.8.0-openjdk #7 56.32 Last metadata expiration check: 0:00:14 ago on Thu 28 Aug 2025 08:40:19 PM UTC. #7 56.44 Dependencies resolved. #7 56.44 ====================================================================================================== #7 56.44 Package Arch Version Repository Size #7 56.44 ====================================================================================================== #7 56.44 Installing: #7 56.44 java-1.8.0-openjdk x86_64 1:1.8.0.442.b06-2.el9 tf-mirrors.ci_repos_yum9-appstream 426 k #7 56.44 Installing dependencies: #7 56.44 alsa-lib x86_64 1.2.12-1.el9 tf-mirrors.ci_repos_yum9-appstream 504 k #7 56.44 atk x86_64 2.36.0-5.el9 tf-mirrors.ci_repos_yum9-appstream 270 k #7 56.44 avahi-libs x86_64 0.8-21.el9 tf-mirrors.ci_repos_yum9-baseos 67 k #7 56.44 cairo x86_64 1.17.4-7.el9 tf-mirrors.ci_repos_yum9-appstream 659 k #7 56.44 copy-jdk-configs noarch 4.0-3.el9 tf-mirrors.ci_repos_yum9-appstream 27 k #7 56.44 cups-libs x86_64 1:2.3.3op2-31.el9_5 tf-mirrors.ci_repos_yum9-baseos 262 k #7 56.44 dbus-libs x86_64 1:1.12.20-8.el9 tf-mirrors.ci_repos_yum9-baseos 151 k #7 56.44 dejavu-sans-fonts noarch 2.37-18.el9 tf-mirrors.ci_repos_yum9-baseos 1.3 M #7 56.44 fontconfig x86_64 2.14.0-2.el9_1 tf-mirrors.ci_repos_yum9-appstream 274 k #7 56.44 fonts-filesystem noarch 1:2.0.5-7.el9.1 tf-mirrors.ci_repos_yum9-baseos 9.0 k #7 56.44 freetype x86_64 2.10.4-9.el9 tf-mirrors.ci_repos_yum9-baseos 387 k #7 56.44 fribidi x86_64 1.0.10-6.el9.2 tf-mirrors.ci_repos_yum9-appstream 84 k #7 56.44 gdk-pixbuf2 x86_64 2.42.6-4.el9_4 tf-mirrors.ci_repos_yum9-appstream 466 k #7 56.44 gdk-pixbuf2-modules x86_64 2.42.6-4.el9_4 tf-mirrors.ci_repos_yum9-appstream 85 k #7 56.44 graphite2 x86_64 1.3.14-9.el9 tf-mirrors.ci_repos_yum9-baseos 94 k #7 56.44 gtk-update-icon-cache x86_64 3.24.31-5.el9 tf-mirrors.ci_repos_yum9-appstream 32 k #7 56.44 harfbuzz x86_64 2.7.4-10.el9 tf-mirrors.ci_repos_yum9-baseos 623 k #7 56.44 hicolor-icon-theme noarch 0.17-13.el9 tf-mirrors.ci_repos_yum9-appstream 66 k #7 56.44 java-1.8.0-openjdk-headless x86_64 1:1.8.0.442.b06-2.el9 tf-mirrors.ci_repos_yum9-appstream 33 M #7 56.44 javapackages-filesystem noarch 6.0.0-7.el9_5 tf-mirrors.ci_repos_yum9-appstream 9.9 k #7 56.44 jbigkit-libs x86_64 2.1-23.el9 tf-mirrors.ci_repos_yum9-appstream 52 k #7 56.44 langpacks-core-font-en noarch 3.0-16.el9 tf-mirrors.ci_repos_yum9-appstream 9.5 k #7 56.44 libX11 x86_64 1.7.0-9.el9 tf-mirrors.ci_repos_yum9-appstream 650 k #7 56.44 libX11-common noarch 1.7.0-9.el9 tf-mirrors.ci_repos_yum9-appstream 151 k #7 56.44 libXau x86_64 1.0.9-8.el9 tf-mirrors.ci_repos_yum9-appstream 30 k #7 56.44 libXcomposite x86_64 0.4.5-7.el9 tf-mirrors.ci_repos_yum9-appstream 23 k #7 56.44 libXcursor x86_64 1.2.0-7.el9 tf-mirrors.ci_repos_yum9-appstream 30 k #7 56.44 libXdamage x86_64 1.1.5-7.el9 tf-mirrors.ci_repos_yum9-appstream 22 k #7 56.44 libXext x86_64 1.3.4-8.el9 tf-mirrors.ci_repos_yum9-appstream 39 k #7 56.44 libXfixes x86_64 5.0.3-16.el9 tf-mirrors.ci_repos_yum9-appstream 19 k #7 56.44 libXft x86_64 2.3.3-8.el9 tf-mirrors.ci_repos_yum9-appstream 61 k #7 56.44 libXi x86_64 1.7.10-8.el9 tf-mirrors.ci_repos_yum9-appstream 39 k #7 56.44 libXinerama x86_64 1.1.4-10.el9 tf-mirrors.ci_repos_yum9-appstream 14 k #7 56.44 libXrandr x86_64 1.5.2-8.el9 tf-mirrors.ci_repos_yum9-appstream 27 k #7 56.44 libXrender x86_64 0.9.10-16.el9 tf-mirrors.ci_repos_yum9-appstream 27 k #7 56.44 libXtst x86_64 1.2.3-16.el9 tf-mirrors.ci_repos_yum9-appstream 20 k #7 56.44 libbrotli x86_64 1.0.9-7.el9_5 tf-mirrors.ci_repos_yum9-baseos 312 k #7 56.44 libdatrie x86_64 0.2.13-4.el9 tf-mirrors.ci_repos_yum9-appstream 32 k #7 56.44 libfontenc x86_64 1.1.3-17.el9 tf-mirrors.ci_repos_yum9-appstream 30 k #7 56.44 libjpeg-turbo x86_64 2.0.90-7.el9 tf-mirrors.ci_repos_yum9-appstream 174 k #7 56.44 libpng x86_64 2:1.6.37-12.el9 tf-mirrors.ci_repos_yum9-baseos 116 k #7 56.44 libthai x86_64 0.1.28-8.el9 tf-mirrors.ci_repos_yum9-appstream 208 k #7 56.44 libtiff x86_64 4.4.0-13.el9 tf-mirrors.ci_repos_yum9-appstream 197 k #7 56.44 libwebp x86_64 1.2.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 276 k #7 56.44 libxcb x86_64 1.13.1-9.el9 tf-mirrors.ci_repos_yum9-appstream 224 k #7 56.44 lksctp-tools x86_64 1.0.19-3.el9_4 tf-mirrors.ci_repos_yum9-baseos 96 k #7 56.44 lua x86_64 5.4.4-4.el9 tf-mirrors.ci_repos_yum9-appstream 187 k #7 56.44 lua-posix x86_64 35.0-8.el9 tf-mirrors.ci_repos_yum9-appstream 131 k #7 56.44 mkfontscale x86_64 1.2.1-3.el9 tf-mirrors.ci_repos_yum9-appstream 31 k #7 56.44 nspr x86_64 4.35.0-17.el9_5 tf-mirrors.ci_repos_yum9-appstream 134 k #7 56.44 nss x86_64 3.101.0-10.el9_5 tf-mirrors.ci_repos_yum9-appstream 716 k #7 56.44 nss-softokn x86_64 3.101.0-10.el9_5 tf-mirrors.ci_repos_yum9-appstream 386 k #7 56.44 nss-softokn-freebl x86_64 3.101.0-10.el9_5 tf-mirrors.ci_repos_yum9-appstream 309 k #7 56.44 nss-sysinit x86_64 3.101.0-10.el9_5 tf-mirrors.ci_repos_yum9-appstream 18 k #7 56.44 nss-util x86_64 3.101.0-10.el9_5 tf-mirrors.ci_repos_yum9-appstream 89 k #7 56.44 pango x86_64 1.48.7-3.el9 tf-mirrors.ci_repos_yum9-appstream 297 k #7 56.44 pixman x86_64 0.40.0-6.el9_3 tf-mirrors.ci_repos_yum9-appstream 269 k #7 56.44 shared-mime-info x86_64 2.1-5.el9 tf-mirrors.ci_repos_yum9-baseos 372 k #7 56.44 ttmkfdir x86_64 3.0.9-65.el9 tf-mirrors.ci_repos_yum9-appstream 52 k #7 56.44 tzdata-java noarch 2025a-1.el9 tf-mirrors.ci_repos_yum9-appstream 145 k #7 56.44 xml-common noarch 0.6.3-58.el9 tf-mirrors.ci_repos_yum9-appstream 31 k #7 56.44 xorg-x11-fonts-Type1 noarch 7.5-33.el9 tf-mirrors.ci_repos_yum9-appstream 499 k #7 56.44 Installing weak dependencies: #7 56.44 gtk2 x86_64 2.24.33-8.el9 tf-mirrors.ci_repos_yum9-appstream 3.5 M #7 56.44 #7 56.44 Transaction Summary #7 56.44 ====================================================================================================== #7 56.44 Install 64 Packages #7 56.44 #7 56.45 Total download size: 48 M #7 56.45 Installed size: 167 M #7 56.45 Downloading Packages: #7 56.72 (1/64): dbus-libs-1.12.20-8.el9.x86_64.rpm 560 kB/s | 151 kB 00:00 #7 57.05 (2/64): avahi-libs-0.8-21.el9.x86_64.rpm 113 kB/s | 67 kB 00:00 #7 57.12 (3/64): fonts-filesystem-2.0.5-7.el9.1.noarch.r 124 kB/s | 9.0 kB 00:00 #7 57.14 (4/64): cups-libs-2.3.3op2-31.el9_5.x86_64.rpm 380 kB/s | 262 kB 00:00 #7 57.17 (5/64): graphite2-1.3.14-9.el9.x86_64.rpm 4.1 MB/s | 94 kB 00:00 #7 57.19 (6/64): freetype-2.10.4-9.el9.x86_64.rpm 5.7 MB/s | 387 kB 00:00 #7 57.20 (7/64): harfbuzz-2.7.4-10.el9.x86_64.rpm 18 MB/s | 623 kB 00:00 #7 57.35 (8/64): libbrotli-1.0.9-7.el9_5.x86_64.rpm 1.9 MB/s | 312 kB 00:00 #7 57.37 (9/64): dejavu-sans-fonts-2.37-18.el9.noarch.rp 2.0 MB/s | 1.3 MB 00:00 #7 57.48 (10/64): lksctp-tools-1.0.19-3.el9_4.x86_64.rpm 704 kB/s | 96 kB 00:00 #7 57.50 (11/64): libpng-1.6.37-12.el9.x86_64.rpm 775 kB/s | 116 kB 00:00 #7 57.52 (12/64): shared-mime-info-2.1-5.el9.x86_64.rpm 2.4 MB/s | 372 kB 00:00 #7 57.55 (13/64): alsa-lib-1.2.12-1.el9.x86_64.rpm 8.8 MB/s | 504 kB 00:00 #7 57.56 (14/64): atk-2.36.0-5.el9.x86_64.rpm 4.5 MB/s | 270 kB 00:00 #7 57.59 (15/64): copy-jdk-configs-4.0-3.el9.noarch.rpm 663 kB/s | 27 kB 00:00 #7 57.59 (16/64): fontconfig-2.14.0-2.el9_1.x86_64.rpm 7.8 MB/s | 274 kB 00:00 #7 57.77 (17/64): fribidi-1.0.10-6.el9.2.x86_64.rpm 459 kB/s | 84 kB 00:00 #7 57.80 (18/64): cairo-1.17.4-7.el9.x86_64.rpm 2.3 MB/s | 659 kB 00:00 #7 57.82 (19/64): gdk-pixbuf2-modules-2.42.6-4.el9_4.x86 1.6 MB/s | 85 kB 00:00 #7 57.83 (20/64): gtk-update-icon-cache-3.24.31-5.el9.x8 1.3 MB/s | 32 kB 00:00 #7 57.85 (21/64): gdk-pixbuf2-2.42.6-4.el9_4.x86_64.rpm 1.8 MB/s | 466 kB 00:00 #7 57.86 (22/64): hicolor-icon-theme-0.17-13.el9.noarch. 2.2 MB/s | 66 kB 00:00 #7 57.87 (23/64): java-1.8.0-openjdk-1.8.0.442.b06-2.el9 16 MB/s | 426 kB 00:00 #7 57.90 (24/64): javapackages-filesystem-6.0.0-7.el9_5. 417 kB/s | 9.9 kB 00:00 #7 57.92 (25/64): jbigkit-libs-2.1-23.el9.x86_64.rpm 2.2 MB/s | 52 kB 00:00 #7 57.94 (26/64): langpacks-core-font-en-3.0-16.el9.noar 596 kB/s | 9.5 kB 00:00 #7 58.03 (27/64): gtk2-2.24.33-8.el9.x86_64.rpm 17 MB/s | 3.5 MB 00:00 #7 58.04 (28/64): libX11-1.7.0-9.el9.x86_64.rpm 6.0 MB/s | 650 kB 00:00 #7 58.05 (29/64): libX11-common-1.7.0-9.el9.noarch.rpm 5.2 MB/s | 151 kB 00:00 #7 58.07 (30/64): libXau-1.0.9-8.el9.x86_64.rpm 1.3 MB/s | 30 kB 00:00 #7 58.08 (31/64): libXcomposite-0.4.5-7.el9.x86_64.rpm 950 kB/s | 23 kB 00:00 #7 58.09 (32/64): libXcursor-1.2.0-7.el9.x86_64.rpm 1.3 MB/s | 30 kB 00:00 #7 58.11 (33/64): libXdamage-1.1.5-7.el9.x86_64.rpm 808 kB/s | 22 kB 00:00 #7 58.12 (34/64): libXext-1.3.4-8.el9.x86_64.rpm 1.2 MB/s | 39 kB 00:00 #7 58.13 (35/64): libXfixes-5.0.3-16.el9.x86_64.rpm 672 kB/s | 19 kB 00:00 #7 58.14 (36/64): libXft-2.3.3-8.el9.x86_64.rpm 2.5 MB/s | 61 kB 00:00 #7 58.16 (37/64): libXi-1.7.10-8.el9.x86_64.rpm 1.7 MB/s | 39 kB 00:00 #7 58.17 (38/64): libXinerama-1.1.4-10.el9.x86_64.rpm 610 kB/s | 14 kB 00:00 #7 58.17 (39/64): libXrandr-1.5.2-8.el9.x86_64.rpm 2.0 MB/s | 27 kB 00:00 #7 58.19 (40/64): libXrender-0.9.10-16.el9.x86_64.rpm 1.3 MB/s | 27 kB 00:00 #7 58.28 (41/64): libXtst-1.2.3-16.el9.x86_64.rpm 194 kB/s | 20 kB 00:00 #7 58.47 (42/64): libdatrie-0.2.13-4.el9.x86_64.rpm 116 kB/s | 32 kB 00:00 #7 58.68 (43/64): libfontenc-1.1.3-17.el9.x86_64.rpm 75 kB/s | 30 kB 00:00 #7 59.29 (44/64): libjpeg-turbo-2.0.90-7.el9.x86_64.rpm 212 kB/s | 174 kB 00:00 #7 59.48 (45/64): libthai-0.1.28-8.el9.x86_64.rpm 261 kB/s | 208 kB 00:00 #7 59.50 (46/64): libtiff-4.4.0-13.el9.x86_64.rpm 945 kB/s | 197 kB 00:00 #7 59.52 (47/64): libwebp-1.2.0-8.el9.x86_64.rpm 6.1 MB/s | 276 kB 00:00 #7 59.54 (48/64): libxcb-1.13.1-9.el9.x86_64.rpm 5.1 MB/s | 224 kB 00:00 #7 59.55 (49/64): lua-5.4.4-4.el9.x86_64.rpm 5.6 MB/s | 187 kB 00:00 #7 59.57 (50/64): lua-posix-35.0-8.el9.x86_64.rpm 4.0 MB/s | 131 kB 00:00 #7 59.59 (51/64): mkfontscale-1.2.1-3.el9.x86_64.rpm 857 kB/s | 31 kB 00:00 #7 59.61 (52/64): nspr-4.35.0-17.el9_5.x86_64.rpm 4.1 MB/s | 134 kB 00:00 #7 59.63 (53/64): nss-3.101.0-10.el9_5.x86_64.rpm 18 MB/s | 716 kB 00:00 #7 59.65 (54/64): nss-softokn-3.101.0-10.el9_5.x86_64.rp 7.6 MB/s | 386 kB 00:00 #7 59.67 (55/64): nss-sysinit-3.101.0-10.el9_5.x86_64.rp 1.0 MB/s | 18 kB 00:00 #7 59.70 (56/64): nss-util-3.101.0-10.el9_5.x86_64.rpm 3.3 MB/s | 89 kB 00:00 #7 59.71 (57/64): nss-softokn-freebl-3.101.0-10.el9_5.x8 3.7 MB/s | 309 kB 00:00 #7 59.73 (58/64): pango-1.48.7-3.el9.x86_64.rpm 13 MB/s | 297 kB 00:00 #7 59.73 (59/64): pixman-0.40.0-6.el9_3.x86_64.rpm 12 MB/s | 269 kB 00:00 #7 59.75 (60/64): ttmkfdir-3.0.9-65.el9.x86_64.rpm 2.1 MB/s | 52 kB 00:00 #7 59.76 (61/64): tzdata-java-2025a-1.el9.noarch.rpm 5.5 MB/s | 145 kB 00:00 #7 59.76 (62/64): xml-common-0.6.3-58.el9.noarch.rpm 1.7 MB/s | 31 kB 00:00 #7 59.79 (63/64): xorg-x11-fonts-Type1-7.5-33.el9.noarch 24 MB/s | 499 kB 00:00 #7 60.19 (64/64): java-1.8.0-openjdk-headless-1.8.0.442. 14 MB/s | 33 MB 00:02 #7 60.19 -------------------------------------------------------------------------------- #7 60.19 Total 13 MB/s | 48 MB 00:03 #7 60.19 Running transaction check #7 60.29 Transaction check succeeded. #7 60.29 Running transaction test #7 61.67 Transaction test succeeded. #7 61.67 Running transaction #7 70.01 Running scriptlet: copy-jdk-configs-4.0-3.el9.noarch 1/1 #7 70.01 Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.442.b06-2.el9.x8 1/1 #7 70.05 Preparing : 1/1 #7 70.09 Installing : nspr-4.35.0-17.el9_5.x86_64 1/64 #7 70.32 Installing : nss-util-3.101.0-10.el9_5.x86_64 2/64 #7 70.51 Installing : libpng-2:1.6.37-12.el9.x86_64 3/64 #7 70.58 Installing : libjpeg-turbo-2.0.90-7.el9.x86_64 4/64 #7 70.58 Installing : fonts-filesystem-1:2.0.5-7.el9.1.noarch 5/64 #7 70.69 Installing : dejavu-sans-fonts-2.37-18.el9.noarch 6/64 #7 70.71 Installing : langpacks-core-font-en-3.0-16.el9.noarch 7/64 #7 70.72 Installing : nss-softokn-freebl-3.101.0-10.el9_5.x86_64 8/64 #7 70.75 Installing : nss-softokn-3.101.0-10.el9_5.x86_64 9/64 #7 70.79 Installing : nss-3.101.0-10.el9_5.x86_64 10/64 #7 70.81 Running scriptlet: nss-3.101.0-10.el9_5.x86_64 10/64 #7 70.82 Installing : nss-sysinit-3.101.0-10.el9_5.x86_64 11/64 #7 70.87 Running scriptlet: xml-common-0.6.3-58.el9.noarch 12/64 #7 70.87 Installing : xml-common-0.6.3-58.el9.noarch 12/64 #7 71.01 Installing : tzdata-java-2025a-1.el9.noarch 13/64 #7 71.15 Installing : pixman-0.40.0-6.el9_3.x86_64 14/64 #7 71.18 Installing : lua-posix-35.0-8.el9.x86_64 15/64 #7 71.21 Installing : lua-5.4.4-4.el9.x86_64 16/64 #7 71.23 Installing : copy-jdk-configs-4.0-3.el9.noarch 17/64 #7 71.26 Installing : libwebp-1.2.0-8.el9.x86_64 18/64 #7 71.29 Installing : libfontenc-1.1.3-17.el9.x86_64 19/64 #7 71.29 Installing : libdatrie-0.2.13-4.el9.x86_64 20/64 #7 71.30 Installing : libthai-0.1.28-8.el9.x86_64 21/64 #7 71.30 Installing : libXau-1.0.9-8.el9.x86_64 22/64 #7 71.35 Installing : libxcb-1.13.1-9.el9.x86_64 23/64 #7 71.46 Installing : libX11-common-1.7.0-9.el9.noarch 24/64 #7 71.48 Installing : libX11-1.7.0-9.el9.x86_64 25/64 #7 71.50 Installing : libXext-1.3.4-8.el9.x86_64 26/64 #7 71.51 Installing : libXrender-0.9.10-16.el9.x86_64 27/64 #7 71.52 Installing : libXi-1.7.10-8.el9.x86_64 28/64 #7 71.54 Installing : libXfixes-5.0.3-16.el9.x86_64 29/64 #7 71.54 Installing : libXcomposite-0.4.5-7.el9.x86_64 30/64 #7 71.56 Installing : libXcursor-1.2.0-7.el9.x86_64 31/64 #7 71.57 Installing : libXdamage-1.1.5-7.el9.x86_64 32/64 #7 71.57 Installing : libXtst-1.2.3-16.el9.x86_64 33/64 #7 71.57 Installing : libXrandr-1.5.2-8.el9.x86_64 34/64 #7 71.58 Installing : libXinerama-1.1.4-10.el9.x86_64 35/64 #7 71.62 Installing : jbigkit-libs-2.1-23.el9.x86_64 36/64 #7 71.62 Installing : libtiff-4.4.0-13.el9.x86_64 37/64 #7 71.64 Installing : javapackages-filesystem-6.0.0-7.el9_5.noarch 38/64 #7 71.82 Installing : hicolor-icon-theme-0.17-13.el9.noarch 39/64 #7 71.84 Installing : fribidi-1.0.10-6.el9.2.x86_64 40/64 #7 71.88 Installing : atk-2.36.0-5.el9.x86_64 41/64 #7 71.94 Installing : alsa-lib-1.2.12-1.el9.x86_64 42/64 #7 71.99 Installing : shared-mime-info-2.1-5.el9.x86_64 43/64 #7 72.29 Running scriptlet: shared-mime-info-2.1-5.el9.x86_64 43/64 #7 72.33 Installing : gdk-pixbuf2-2.42.6-4.el9_4.x86_64 44/64 #7 72.52 Installing : gdk-pixbuf2-modules-2.42.6-4.el9_4.x86_64 45/64 #7 72.73 Installing : gtk-update-icon-cache-3.24.31-5.el9.x86_64 46/64 #7 73.02 Installing : lksctp-tools-1.0.19-3.el9_4.x86_64 47/64 #7 73.05 Installing : libbrotli-1.0.9-7.el9_5.x86_64 48/64 #7 73.09 Installing : graphite2-1.3.14-9.el9.x86_64 49/64 #7 73.10 Installing : harfbuzz-2.7.4-10.el9.x86_64 50/64 #7 73.47 Installing : freetype-2.10.4-9.el9.x86_64 51/64 #7 73.47 Installing : fontconfig-2.14.0-2.el9_1.x86_64 52/64 #7 73.50 Running scriptlet: fontconfig-2.14.0-2.el9_1.x86_64 52/64 #7 74.57 Installing : cairo-1.17.4-7.el9.x86_64 53/64 #7 74.58 Installing : libXft-2.3.3-8.el9.x86_64 54/64 #7 74.62 Installing : pango-1.48.7-3.el9.x86_64 55/64 #7 74.63 Installing : mkfontscale-1.2.1-3.el9.x86_64 56/64 #7 74.65 Installing : ttmkfdir-3.0.9-65.el9.x86_64 57/64 #7 74.71 Installing : xorg-x11-fonts-Type1-7.5-33.el9.noarch 58/64 #7 74.71 Running scriptlet: xorg-x11-fonts-Type1-7.5-33.el9.noarch 58/64 #7 74.86 Installing : dbus-libs-1:1.12.20-8.el9.x86_64 59/64 #7 74.89 Installing : avahi-libs-0.8-21.el9.x86_64 60/64 #7 74.91 Installing : cups-libs-1:2.3.3op2-31.el9_5.x86_64 61/64 #7 75.10 Installing : gtk2-2.24.33-8.el9.x86_64 62/64 #7 76.86 Installing : java-1.8.0-openjdk-headless-1:1.8.0.442.b06-2.el9. 63/64 #7 76.88 Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.442.b06-2.el9. 63/64 #7 77.28 Installing : java-1.8.0-openjdk-1:1.8.0.442.b06-2.el9.x86_64 64/64 #7 77.44 Running scriptlet: java-1.8.0-openjdk-1:1.8.0.442.b06-2.el9.x86_64 64/64 #7 77.45 Running scriptlet: nss-3.101.0-10.el9_5.x86_64 64/64 #7 78.02 Running scriptlet: copy-jdk-configs-4.0-3.el9.noarch 64/64 #7 78.05 Running scriptlet: fontconfig-2.14.0-2.el9_1.x86_64 64/64 #7 78.07 Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.442.b06-2.el9. 64/64 #7 78.15 Running scriptlet: java-1.8.0-openjdk-1:1.8.0.442.b06-2.el9.x86_64 64/64 #7 92.64 Verifying : avahi-libs-0.8-21.el9.x86_64 1/64 #7 92.64 Verifying : cups-libs-1:2.3.3op2-31.el9_5.x86_64 2/64 #7 92.64 Verifying : dbus-libs-1:1.12.20-8.el9.x86_64 3/64 #7 92.64 Verifying : dejavu-sans-fonts-2.37-18.el9.noarch 4/64 #7 92.64 Verifying : fonts-filesystem-1:2.0.5-7.el9.1.noarch 5/64 #7 92.64 Verifying : freetype-2.10.4-9.el9.x86_64 6/64 #7 92.64 Verifying : graphite2-1.3.14-9.el9.x86_64 7/64 #7 92.64 Verifying : harfbuzz-2.7.4-10.el9.x86_64 8/64 #7 92.64 Verifying : libbrotli-1.0.9-7.el9_5.x86_64 9/64 #7 92.64 Verifying : libpng-2:1.6.37-12.el9.x86_64 10/64 #7 92.64 Verifying : lksctp-tools-1.0.19-3.el9_4.x86_64 11/64 #7 92.64 Verifying : shared-mime-info-2.1-5.el9.x86_64 12/64 #7 92.64 Verifying : alsa-lib-1.2.12-1.el9.x86_64 13/64 #7 92.64 Verifying : atk-2.36.0-5.el9.x86_64 14/64 #7 92.64 Verifying : cairo-1.17.4-7.el9.x86_64 15/64 #7 92.64 Verifying : copy-jdk-configs-4.0-3.el9.noarch 16/64 #7 92.64 Verifying : fontconfig-2.14.0-2.el9_1.x86_64 17/64 #7 92.64 Verifying : fribidi-1.0.10-6.el9.2.x86_64 18/64 #7 92.64 Verifying : gdk-pixbuf2-2.42.6-4.el9_4.x86_64 19/64 #7 92.64 Verifying : gdk-pixbuf2-modules-2.42.6-4.el9_4.x86_64 20/64 #7 92.64 Verifying : gtk-update-icon-cache-3.24.31-5.el9.x86_64 21/64 #7 92.64 Verifying : gtk2-2.24.33-8.el9.x86_64 22/64 #7 92.64 Verifying : hicolor-icon-theme-0.17-13.el9.noarch 23/64 #7 92.64 Verifying : java-1.8.0-openjdk-1:1.8.0.442.b06-2.el9.x86_64 24/64 #7 92.64 Verifying : java-1.8.0-openjdk-headless-1:1.8.0.442.b06-2.el9. 25/64 #7 92.64 Verifying : javapackages-filesystem-6.0.0-7.el9_5.noarch 26/64 #7 92.64 Verifying : jbigkit-libs-2.1-23.el9.x86_64 27/64 #7 92.64 Verifying : langpacks-core-font-en-3.0-16.el9.noarch 28/64 #7 92.64 Verifying : libX11-1.7.0-9.el9.x86_64 29/64 #7 92.64 Verifying : libX11-common-1.7.0-9.el9.noarch 30/64 #7 92.64 Verifying : libXau-1.0.9-8.el9.x86_64 31/64 #7 92.64 Verifying : libXcomposite-0.4.5-7.el9.x86_64 32/64 #7 92.64 Verifying : libXcursor-1.2.0-7.el9.x86_64 33/64 #7 92.64 Verifying : libXdamage-1.1.5-7.el9.x86_64 34/64 #7 92.64 Verifying : libXext-1.3.4-8.el9.x86_64 35/64 #7 92.64 Verifying : libXfixes-5.0.3-16.el9.x86_64 36/64 #7 92.64 Verifying : libXft-2.3.3-8.el9.x86_64 37/64 #7 92.64 Verifying : libXi-1.7.10-8.el9.x86_64 38/64 #7 92.64 Verifying : libXinerama-1.1.4-10.el9.x86_64 39/64 #7 92.64 Verifying : libXrandr-1.5.2-8.el9.x86_64 40/64 #7 92.64 Verifying : libXrender-0.9.10-16.el9.x86_64 41/64 #7 92.64 Verifying : libXtst-1.2.3-16.el9.x86_64 42/64 #7 92.64 Verifying : libdatrie-0.2.13-4.el9.x86_64 43/64 #7 92.64 Verifying : libfontenc-1.1.3-17.el9.x86_64 44/64 #7 92.64 Verifying : libjpeg-turbo-2.0.90-7.el9.x86_64 45/64 #7 92.64 Verifying : libthai-0.1.28-8.el9.x86_64 46/64 #7 92.64 Verifying : libtiff-4.4.0-13.el9.x86_64 47/64 #7 92.64 Verifying : libwebp-1.2.0-8.el9.x86_64 48/64 #7 92.64 Verifying : libxcb-1.13.1-9.el9.x86_64 49/64 #7 92.64 Verifying : lua-5.4.4-4.el9.x86_64 50/64 #7 92.64 Verifying : lua-posix-35.0-8.el9.x86_64 51/64 #7 92.64 Verifying : mkfontscale-1.2.1-3.el9.x86_64 52/64 #7 92.64 Verifying : nspr-4.35.0-17.el9_5.x86_64 53/64 #7 92.64 Verifying : nss-3.101.0-10.el9_5.x86_64 54/64 #7 92.64 Verifying : nss-softokn-3.101.0-10.el9_5.x86_64 55/64 #7 92.64 Verifying : nss-softokn-freebl-3.101.0-10.el9_5.x86_64 56/64 #7 92.64 Verifying : nss-sysinit-3.101.0-10.el9_5.x86_64 57/64 #7 92.64 Verifying : nss-util-3.101.0-10.el9_5.x86_64 58/64 #7 92.64 Verifying : pango-1.48.7-3.el9.x86_64 59/64 #7 92.64 Verifying : pixman-0.40.0-6.el9_3.x86_64 60/64 #7 92.64 Verifying : ttmkfdir-3.0.9-65.el9.x86_64 61/64 #7 92.64 Verifying : tzdata-java-2025a-1.el9.noarch 62/64 #7 92.64 Verifying : xml-common-0.6.3-58.el9.noarch 63/64 #7 92.64 Verifying : xorg-x11-fonts-Type1-7.5-33.el9.noarch 64/64 #7 92.93 #7 92.93 Installed: #7 92.93 alsa-lib-1.2.12-1.el9.x86_64 #7 92.93 atk-2.36.0-5.el9.x86_64 #7 92.93 avahi-libs-0.8-21.el9.x86_64 #7 92.93 cairo-1.17.4-7.el9.x86_64 #7 92.93 copy-jdk-configs-4.0-3.el9.noarch #7 92.93 cups-libs-1:2.3.3op2-31.el9_5.x86_64 #7 92.93 dbus-libs-1:1.12.20-8.el9.x86_64 #7 92.93 dejavu-sans-fonts-2.37-18.el9.noarch #7 92.93 fontconfig-2.14.0-2.el9_1.x86_64 #7 92.93 fonts-filesystem-1:2.0.5-7.el9.1.noarch #7 92.93 freetype-2.10.4-9.el9.x86_64 #7 92.93 fribidi-1.0.10-6.el9.2.x86_64 #7 92.93 gdk-pixbuf2-2.42.6-4.el9_4.x86_64 #7 92.93 gdk-pixbuf2-modules-2.42.6-4.el9_4.x86_64 #7 92.93 graphite2-1.3.14-9.el9.x86_64 #7 92.93 gtk-update-icon-cache-3.24.31-5.el9.x86_64 #7 92.93 gtk2-2.24.33-8.el9.x86_64 #7 92.93 harfbuzz-2.7.4-10.el9.x86_64 #7 92.93 hicolor-icon-theme-0.17-13.el9.noarch #7 92.93 java-1.8.0-openjdk-1:1.8.0.442.b06-2.el9.x86_64 #7 92.93 java-1.8.0-openjdk-headless-1:1.8.0.442.b06-2.el9.x86_64 #7 92.93 javapackages-filesystem-6.0.0-7.el9_5.noarch #7 92.93 jbigkit-libs-2.1-23.el9.x86_64 #7 92.93 langpacks-core-font-en-3.0-16.el9.noarch #7 92.93 libX11-1.7.0-9.el9.x86_64 #7 92.93 libX11-common-1.7.0-9.el9.noarch #7 92.93 libXau-1.0.9-8.el9.x86_64 #7 92.93 libXcomposite-0.4.5-7.el9.x86_64 #7 92.93 libXcursor-1.2.0-7.el9.x86_64 #7 92.93 libXdamage-1.1.5-7.el9.x86_64 #7 92.93 libXext-1.3.4-8.el9.x86_64 #7 92.93 libXfixes-5.0.3-16.el9.x86_64 #7 92.93 libXft-2.3.3-8.el9.x86_64 #7 92.93 libXi-1.7.10-8.el9.x86_64 #7 92.93 libXinerama-1.1.4-10.el9.x86_64 #7 92.93 libXrandr-1.5.2-8.el9.x86_64 #7 92.93 libXrender-0.9.10-16.el9.x86_64 #7 92.93 libXtst-1.2.3-16.el9.x86_64 #7 92.93 libbrotli-1.0.9-7.el9_5.x86_64 #7 92.93 libdatrie-0.2.13-4.el9.x86_64 #7 92.93 libfontenc-1.1.3-17.el9.x86_64 #7 92.93 libjpeg-turbo-2.0.90-7.el9.x86_64 #7 92.93 libpng-2:1.6.37-12.el9.x86_64 #7 92.93 libthai-0.1.28-8.el9.x86_64 #7 92.93 libtiff-4.4.0-13.el9.x86_64 #7 92.93 libwebp-1.2.0-8.el9.x86_64 #7 92.93 libxcb-1.13.1-9.el9.x86_64 #7 92.93 lksctp-tools-1.0.19-3.el9_4.x86_64 #7 92.93 lua-5.4.4-4.el9.x86_64 #7 92.93 lua-posix-35.0-8.el9.x86_64 #7 92.93 mkfontscale-1.2.1-3.el9.x86_64 #7 92.93 nspr-4.35.0-17.el9_5.x86_64 #7 92.93 nss-3.101.0-10.el9_5.x86_64 #7 92.93 nss-softokn-3.101.0-10.el9_5.x86_64 #7 92.93 nss-softokn-freebl-3.101.0-10.el9_5.x86_64 #7 92.93 nss-sysinit-3.101.0-10.el9_5.x86_64 #7 92.93 nss-util-3.101.0-10.el9_5.x86_64 #7 92.93 pango-1.48.7-3.el9.x86_64 #7 92.93 pixman-0.40.0-6.el9_3.x86_64 #7 92.93 shared-mime-info-2.1-5.el9.x86_64 #7 92.93 ttmkfdir-3.0.9-65.el9.x86_64 #7 92.93 tzdata-java-2025a-1.el9.noarch #7 92.93 xml-common-0.6.3-58.el9.noarch #7 92.93 xorg-x11-fonts-Type1-7.5-33.el9.noarch #7 92.93 #7 92.93 Complete! #7 93.20 + groupadd -f -g 2000 cassandra #7 93.25 + adduser -u 2000 -M -g cassandra cassandra #7 93.43 + usermod -a -G 1999 cassandra #7 93.45 + source /functions.sh #7 93.45 + download_package https://archive.apache.org dist/cassandra/3.11.3/apache-cassandra-3.11.3-bin.tar.gz apache-cassandra-3.11.3-bin.tar.gz #7 93.45 + local original_site=https://archive.apache.org #7 93.45 + local site_path=dist/cassandra/3.11.3/apache-cassandra-3.11.3-bin.tar.gz #7 93.45 + local output_name=apache-cassandra-3.11.3-bin.tar.gz #7 93.45 + local add_opts= #7 93.45 + '[' -n http://nexus.gz1.opensdn.io/repository/external-web-cache ']' #7 93.45 + wget -nv --tries=3 -c -O apache-cassandra-3.11.3-bin.tar.gz http://nexus.gz1.opensdn.io/repository/external-web-cache/dist/cassandra/3.11.3/apache-cassandra-3.11.3-bin.tar.gz #7 93.91 2025-08-28 20:41:11 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/dist/cassandra/3.11.3/apache-cassandra-3.11.3-bin.tar.gz [37317433/37317433] -> "apache-cassandra-3.11.3-bin.tar.gz" [1] #7 93.91 + '[' '!' -s apache-cassandra-3.11.3-bin.tar.gz ']' #7 93.91 + mkdir -p /opt/cassandra #7 93.92 + tar -xzf apache-cassandra-3.11.3-bin.tar.gz -C /opt/cassandra --strip-components 1 #7 95.67 + rm -rf apache-cassandra-3.11.3-bin.tar.gz #7 95.69 + mv /opt/cassandra/conf /etc/cassandra #7 95.69 + ln -sT /etc/cassandra /opt/cassandra/conf #7 95.69 + mkdir -p /var/lib/cassandra /var/log/cassandra #7 95.69 + chown -R cassandra:cassandra /etc/cassandra /var/log/cassandra /var/lib/cassandra #7 95.69 + ln -sT /var/lib/cassandra /opt/cassandra/data #7 95.69 + ln -sT /var/log/cassandra /opt/cassandra/logs #7 95.69 + rm -f /opt/cassandra/lib/libthrift-0.9.2.jar #7 95.74 + download_package https://github.com 'opensdn-io/tf-third-party-cache/blob/master/libthrift/libthrift-0.13.0.jar?raw=true' /opt/cassandra/lib/libthrift-0.13.0.jar #7 95.74 + local original_site=https://github.com #7 95.74 + local 'site_path=opensdn-io/tf-third-party-cache/blob/master/libthrift/libthrift-0.13.0.jar?raw=true' #7 95.74 + local output_name=/opt/cassandra/lib/libthrift-0.13.0.jar #7 95.74 + local add_opts= #7 95.74 + '[' -n http://nexus.gz1.opensdn.io/repository/external-web-cache ']' #7 95.74 + wget -nv --tries=3 -c -O /opt/cassandra/lib/libthrift-0.13.0.jar 'http://nexus.gz1.opensdn.io/repository/external-web-cache/opensdn-io/tf-third-party-cache/blob/master/libthrift/libthrift-0.13.0.jar?raw=true' #7 95.76 2025-08-28 20:41:13 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/opensdn-io/tf-third-party-cache/blob/master/libthrift/libthrift-0.13.0.jar?raw=true [246090/246090] -> "/opt/cassandra/lib/libthrift-0.13.0.jar" [1] #7 95.76 + '[' '!' -s /opt/cassandra/lib/libthrift-0.13.0.jar ']' #7 95.76 + rm -f /opt/cassandra/lib/netty-all-4.0.44.Final.jar #7 95.76 + download_package https://repo1.maven.org maven2/io/netty/netty-all/4.1.39.Final/netty-all-4.1.39.Final.jar /opt/cassandra/lib/netty-all-4.1.39.Final.jar #7 95.76 + local original_site=https://repo1.maven.org #7 95.76 + local site_path=maven2/io/netty/netty-all/4.1.39.Final/netty-all-4.1.39.Final.jar #7 95.76 + local output_name=/opt/cassandra/lib/netty-all-4.1.39.Final.jar #7 95.76 + local add_opts= #7 95.76 + '[' -n http://nexus.gz1.opensdn.io/repository/external-web-cache ']' #7 95.76 + wget -nv --tries=3 -c -O /opt/cassandra/lib/netty-all-4.1.39.Final.jar http://nexus.gz1.opensdn.io/repository/external-web-cache/maven2/io/netty/netty-all/4.1.39.Final/netty-all-4.1.39.Final.jar #7 95.79 2025-08-28 20:41:13 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/maven2/io/netty/netty-all/4.1.39.Final/netty-all-4.1.39.Final.jar [4062498/4062498] -> "/opt/cassandra/lib/netty-all-4.1.39.Final.jar" [1] #7 95.79 + '[' '!' -s /opt/cassandra/lib/netty-all-4.1.39.Final.jar ']' #7 95.79 + rm -f /opt/cassandra/lib/logback-classic-1.1.3.jar /opt/cassandra/lib/logback-core-1.1.3.jar #7 95.79 + download_package https://repo1.maven.org maven2/ch/qos/logback/logback-classic/1.2.9/logback-classic-1.2.9.jar /opt/cassandra/lib/logback-classic-1.2.9.jar #7 95.79 + local original_site=https://repo1.maven.org #7 95.79 + local site_path=maven2/ch/qos/logback/logback-classic/1.2.9/logback-classic-1.2.9.jar #7 95.79 + local output_name=/opt/cassandra/lib/logback-classic-1.2.9.jar #7 95.79 + local add_opts= #7 95.79 + '[' -n http://nexus.gz1.opensdn.io/repository/external-web-cache ']' #7 95.79 + wget -nv --tries=3 -c -O /opt/cassandra/lib/logback-classic-1.2.9.jar http://nexus.gz1.opensdn.io/repository/external-web-cache/maven2/ch/qos/logback/logback-classic/1.2.9/logback-classic-1.2.9.jar #7 95.81 2025-08-28 20:41:13 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/maven2/ch/qos/logback/logback-classic/1.2.9/logback-classic-1.2.9.jar [233855/233855] -> "/opt/cassandra/lib/logback-classic-1.2.9.jar" [1] #7 95.81 + '[' '!' -s /opt/cassandra/lib/logback-classic-1.2.9.jar ']' #7 95.81 + download_package https://repo1.maven.org maven2/ch/qos/logback/logback-core/1.2.9/logback-core-1.2.9.jar /opt/cassandra/lib/logback-core-1.2.9.jar #7 95.81 + local original_site=https://repo1.maven.org #7 95.81 + local site_path=maven2/ch/qos/logback/logback-core/1.2.9/logback-core-1.2.9.jar #7 95.81 + local output_name=/opt/cassandra/lib/logback-core-1.2.9.jar #7 95.81 + local add_opts= #7 95.81 + '[' -n http://nexus.gz1.opensdn.io/repository/external-web-cache ']' #7 95.81 + wget -nv --tries=3 -c -O /opt/cassandra/lib/logback-core-1.2.9.jar http://nexus.gz1.opensdn.io/repository/external-web-cache/maven2/ch/qos/logback/logback-core/1.2.9/logback-core-1.2.9.jar #7 95.84 2025-08-28 20:41:13 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/maven2/ch/qos/logback/logback-core/1.2.9/logback-core-1.2.9.jar [454201/454201] -> "/opt/cassandra/lib/logback-core-1.2.9.jar" [1] #7 95.84 + '[' '!' -s /opt/cassandra/lib/logback-core-1.2.9.jar ']' #7 95.84 + REAPER_VERSION=3.2.1 #7 95.84 + REAPER_RPM_NAME=reaper-3.2.1-1.x86_64.rpm #7 95.84 + download_package https://github.com thelastpickle/cassandra-reaper/releases/download/3.2.1/reaper-3.2.1-1.x86_64.rpm reaper-3.2.1-1.x86_64.rpm #7 95.84 + local original_site=https://github.com #7 95.84 + local site_path=thelastpickle/cassandra-reaper/releases/download/3.2.1/reaper-3.2.1-1.x86_64.rpm #7 95.84 + local output_name=reaper-3.2.1-1.x86_64.rpm #7 95.84 + local add_opts= #7 95.84 + '[' -n http://nexus.gz1.opensdn.io/repository/external-web-cache ']' #7 95.84 + wget -nv --tries=3 -c -O reaper-3.2.1-1.x86_64.rpm http://nexus.gz1.opensdn.io/repository/external-web-cache/thelastpickle/cassandra-reaper/releases/download/3.2.1/reaper-3.2.1-1.x86_64.rpm #7 96.21 2025-08-28 20:41:13 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/thelastpickle/cassandra-reaper/releases/download/3.2.1/reaper-3.2.1-1.x86_64.rpm [58554501/58554501] -> "reaper-3.2.1-1.x86_64.rpm" [1] #7 96.21 + '[' '!' -s reaper-3.2.1-1.x86_64.rpm ']' #7 96.21 + rpm -Uvh --nodeps --replacepkgs reaper-3.2.1-1.x86_64.rpm #7 96.24 Verifying... ######################################## #7 96.67 Preparing... ######################################## #7 96.86 Updating / installing... #7 96.86 reaper-3.2.1-1 ######################################## #7 97.63 + rm -f reaper-3.2.1-1.x86_64.rpm #7 97.64 + yum clean all -y #7 97.84 80 files removed #7 97.85 + rm -rf /var/cache/yum #7 97.85 + cassandra -v #7 98.67 3.11.3 #7 98.68 + cp /etc/cassandra/cassandra.yaml /etc/cassandra/cassandra.origin #7 98.68 + cp /etc/cassandra/jvm.options /etc/cassandra/jvm.options.origin #7 98.71 + cp /etc/cassandra-reaper/cassandra-reaper.yaml /etc/cassandra-reaper/cassandra-reaper.origin #7 DONE 98.8s #8 exporting to image #8 exporting layers #8 exporting layers 7.1s done #8 writing image sha256:35dc6a3011f95c9a059989cda4235d5cae69b37512799be629246ceb774103e3 #8 writing image sha256:35dc6a3011f95c9a059989cda4235d5cae69b37512799be629246ceb774103e3 done #8 naming to nexus.gz1.opensdn.io:5101/opensdn-external-cassandra:master-2_0_6_1-1 0.0s done #8 DONE 7.1s 1 warning 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 3) 2025-08-28 20:41:23,564: INFO: Docker build duration: 110 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-external-cassandra] 49614c783e87: Preparing 87adbb155611: Preparing 9fa8f409d64e: Preparing ad2bbcfe2bbe: Preparing e6971db8fa48: Preparing 9008a6a11987: Preparing 050c6f878983: Preparing ca0f79216d9a: Preparing 44343de3ea1d: Preparing 49614c783e87: Waiting 87adbb155611: Waiting 9fa8f409d64e: Waiting ad2bbcfe2bbe: Waiting e6971db8fa48: Waiting 9008a6a11987: Waiting 050c6f878983: Waiting ca0f79216d9a: Waiting 44343de3ea1d: Waiting 87adbb155611: Pushed 9fa8f409d64e: Layer already exists ad2bbcfe2bbe: Layer already exists e6971db8fa48: Layer already exists 9008a6a11987: Layer already exists 050c6f878983: Layer already exists ca0f79216d9a: Layer already exists 44343de3ea1d: Layer already exists 49614c783e87: Pushed master-2_0_6_1-1: digest: sha256:baf5392e5efce20423515465f8cf1d1c73fe096dd26d237e3a06a1f3fe946649 size: 2200 2025-08-28 20:41:49,452: INFO: Building opensdn-external-cassandra finished successfully, duration: 136 seconds