2025-02-21 12:34:30,683: INFO: Building contrail-external-cassandra /root/contrail/tf-container-builder/containers/build.sh: line 117: rsync: command not found /root/contrail/tf-container-builder/containers/build.sh: line 117: rsync: command not found 2025-02-21 12:34:30,872: 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-1_0_8_7-5_9 --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 YUM_ENABLE_REPOS="" --build-arg CONTAINER_NAME=contrail-external-cassandra --build-arg UBUNTU_DISTR_VERSION=22.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.15kB done #1 DONE 0.8s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/contrail-general-base:master-1_0_8_7-5_9 #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: #3 transferring context: 2B done #3 DONE 3.2s #4 [1/5] FROM nexus.gz1.opensdn.io:5101/contrail-general-base:master-1_0_8_7-5_9 #4 CACHED #5 [internal] load build context #5 transferring context: 16.06kB 0.0s done #5 DONE 1.1s #6 [2/3] COPY *.sh / #6 DONE 0.6s #7 [3/3] RUN CASSANDRA_VERSION=3.11.3 && set -ex && for item in `ls /__*` ; do mv $item /${item:3} ; done && yum install -y numactl which jemalloc && yum install -y --exclude="*slowdebug*" --exclude="*fastdebug*" "java-1.8.0-openjdk < 1:1.8.0_332" && 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.857 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #7 0.858 ++ ls '/__*' #7 0.869 ls: cannot access '/__*': No such file or directory #7 0.869 + yum install -y numactl which jemalloc #7 1.143 Failed to set locale, defaulting to C.UTF-8 #7 2.389 Contrail repo 4.0 MB/s | 132 kB 00:00 #7 2.654 added from: http://tf-mirrors.gz1.opensdn.io/re 38 MB/s | 3.5 MB 00:00 #7 5.032 added from: http://tf-mirrors.gz1.opensdn.io/re 12 MB/s | 1.0 MB 00:00 #7 6.115 added from: http://tf-mirrors.gz1.opensdn.io/re 8.7 MB/s | 322 kB 00:00 #7 7.208 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 8.8 MB 00:00 #7 13.76 added from: http://tf-mirrors.gz1.opensdn.io/re 32 MB/s | 6.0 MB 00:00 #7 18.56 added from: http://tf-mirrors.gz1.opensdn.io/re 3.0 MB/s | 1.0 MB 00:00 #7 20.01 added from: http://tf-mirrors.gz1.opensdn.io/re 10 MB/s | 2.7 MB 00:00 #7 22.66 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 438 kB 00:00 #7 23.34 added from: http://tf-mirrors.gz1.opensdn.io/re 12 MB/s | 509 kB 00:00 #7 24.07 added from: http://tf-mirrors.gz1.opensdn.io/re 947 kB/s | 16 kB 00:00 #7 24.64 added from: http://tf-mirrors.gz1.opensdn.io/re 11 kB/s | 257 B 00:00 #7 25.07 added from: http://tf-mirrors.gz1.opensdn.io/re 512 kB/s | 13 kB 00:00 #7 25.43 added from: http://tf-mirrors.gz1.opensdn.io/re 2.6 MB/s | 57 kB 00:00 #7 26.30 added from: http://tf-mirrors.gz1.opensdn.io/re 65 MB/s | 25 MB 00:00 #7 46.96 Third parties for Contrail 25 MB/s | 5.4 MB 00:00 #7 60.41 Dependencies resolved. #7 60.41 ================================================================================ #7 60.41 Package Arch Version Repository Size #7 60.41 ================================================================================ #7 60.41 Installing: #7 60.41 jemalloc x86_64 5.2.1-2.el9 tf-mirrors.ci_repos_epel9.repo 203 k #7 60.41 numactl x86_64 2.0.18-2.el9 tf-mirrors.ci_repos_yum9-baseos 68 k #7 60.41 which x86_64 2.21-29.el9 tf-mirrors.ci_repos_yum9-baseos 40 k #7 60.41 Installing dependencies: #7 60.41 numactl-libs x86_64 2.0.18-2.el9 tf-mirrors.ci_repos_yum9-baseos 31 k #7 60.41 #7 60.41 Transaction Summary #7 60.41 ================================================================================ #7 60.41 Install 4 Packages #7 60.41 #7 60.41 Total download size: 342 k #7 60.41 Installed size: 1.0 M #7 60.41 Downloading Packages: #7 60.43 (1/4): numactl-libs-2.0.18-2.el9.x86_64.rpm 2.6 MB/s | 31 kB 00:00 #7 60.43 (2/4): which-2.21-29.el9.x86_64.rpm 2.6 MB/s | 40 kB 00:00 #7 60.44 (3/4): numactl-2.0.18-2.el9.x86_64.rpm 2.3 MB/s | 68 kB 00:00 #7 60.45 (4/4): jemalloc-5.2.1-2.el9.x86_64.rpm 9.9 MB/s | 203 kB 00:00 #7 60.45 -------------------------------------------------------------------------------- #7 60.45 Total 8.8 MB/s | 342 kB 00:00 #7 60.45 Running transaction check #7 60.51 Transaction check succeeded. #7 60.51 Running transaction test #7 60.57 Transaction test succeeded. #7 60.57 Running transaction #7 61.22 Preparing : 1/1 #7 61.32 Installing : numactl-libs-2.0.18-2.el9.x86_64 1/4 #7 61.82 Installing : numactl-2.0.18-2.el9.x86_64 2/4 #7 61.88 Installing : jemalloc-5.2.1-2.el9.x86_64 3/4 #7 61.92 Installing : which-2.21-29.el9.x86_64 4/4 #7 61.95 Running scriptlet: which-2.21-29.el9.x86_64 4/4 #7 63.12 Verifying : numactl-2.0.18-2.el9.x86_64 1/4 #7 63.12 Verifying : numactl-libs-2.0.18-2.el9.x86_64 2/4 #7 63.12 Verifying : which-2.21-29.el9.x86_64 3/4 #7 63.12 Verifying : jemalloc-5.2.1-2.el9.x86_64 4/4 #7 63.23 #7 63.23 Installed: #7 63.23 jemalloc-5.2.1-2.el9.x86_64 numactl-2.0.18-2.el9.x86_64 #7 63.23 numactl-libs-2.0.18-2.el9.x86_64 which-2.21-29.el9.x86_64 #7 63.23 #7 63.23 Complete! #7 63.39 + yum install -y '--exclude=*slowdebug*' '--exclude=*fastdebug*' 'java-1.8.0-openjdk < 1:1.8.0_332' #7 63.47 Failed to set locale, defaulting to C.UTF-8 #7 63.96 Last metadata expiration check: 0:00:17 ago on Fri Feb 21 12:35:24 2025. #7 64.11 No match for argument: java-1.8.0-openjdk < 1:1.8.0_332 #7 64.14 Error: Unable to find a match: java-1.8.0-openjdk < 1:1.8.0_332 #7 ERROR: process "/bin/sh -c CASSANDRA_VERSION=3.11.3 && set -ex && for item in `ls /__*` ; do mv $item /${item:3} ; done && yum install -y numactl which jemalloc && yum install -y --exclude="*slowdebug*" --exclude="*fastdebug*" "java-1.8.0-openjdk < 1:1.8.0_332" && groupadd -f -g ${CASSANDRA_GID} ${CASSANDRA_GROUP} && adduser -u ${CASSANDRA_UID} -M -g ${CASSANDRA_GROUP} ${CASSANDRA_USER} && usermod -a -G $CONTRAIL_GID ${CASSANDRA_USER} && 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 ${CASSANDRA_HOME} && tar -xzf apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz -C ${CASSANDRA_HOME} --strip-components 1 && rm -rf apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz && mv "$CASSANDRA_HOME/conf" $CASSANDRA_CONFIG && ln -sT "$CASSANDRA_CONFIG" "$CASSANDRA_HOME/conf" && mkdir -p ${CASSANDRA_LIB} ${CASSANDRA_LOG} && chown -R ${CASSANDRA_USER}:${CASSANDRA_GROUP} ${CASSANDRA_CONFIG} ${CASSANDRA_LOG} ${CASSANDRA_LIB} && ln -sT ${CASSANDRA_LIB} "${CASSANDRA_HOME}/data" && ln -sT ${CASSANDRA_LOG} "${CASSANDRA_HOME}/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 ${CASSANDRA_CONFIG}/cassandra.yaml ${CASSANDRA_CONFIG}/cassandra.origin && cp ${CASSANDRA_CONFIG}/jvm.options ${CASSANDRA_CONFIG}/jvm.options.origin && cp ${CASSANDRA_REAPER_CONFIG}/cassandra-reaper.yaml ${CASSANDRA_REAPER_CONFIG}/cassandra-reaper.origin" did not complete successfully: exit code: 1 ------ > [3/3] RUN CASSANDRA_VERSION=3.11.3 && set -ex && for item in `ls /__*` ; do mv $item /${item:3} ; done && yum install -y numactl which jemalloc && yum install -y --exclude="*slowdebug*" --exclude="*fastdebug*" "java-1.8.0-openjdk < 1:1.8.0_332" && 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: 63.23 Installed: 63.23 jemalloc-5.2.1-2.el9.x86_64 numactl-2.0.18-2.el9.x86_64 63.23 numactl-libs-2.0.18-2.el9.x86_64 which-2.21-29.el9.x86_64 63.23 63.23 Complete! 63.39 + yum install -y '--exclude=*slowdebug*' '--exclude=*fastdebug*' 'java-1.8.0-openjdk < 1:1.8.0_332' 63.47 Failed to set locale, defaulting to C.UTF-8 63.96 Last metadata expiration check: 0:00:17 ago on Fri Feb 21 12:35:24 2025. 64.11 No match for argument: java-1.8.0-openjdk < 1:1.8.0_332 64.14 Error: Unable to find a match: java-1.8.0-openjdk < 1:1.8.0_332 ------ 1 warning found (use docker --debug to expand):  - InvalidDefaultArgInFrom: Default value for ARG ${CONTRAIL_REGISTRY}/contrail-general-base:${CONTRAIL_CONTAINER_TAG} results in empty or invalid base image name (line 3) Dockerfile:31 -------------------- 30 | # (it can be unpinned after cassandra be upgraded >= 3.11.13) 31 | >>> RUN 32 | >>> CASSANDRA_VERSION=3.11.3 && 33 | >>> set -ex && for item in `ls /__*` ; do mv $item /${item:3} ; done && 34 | >>> yum install -y numactl which jemalloc && 35 | >>> yum install -y --exclude="*slowdebug*" --exclude="*fastdebug*" "java-1.8.0-openjdk < 1:1.8.0_332" && 36 | >>> groupadd -f -g ${CASSANDRA_GID} ${CASSANDRA_GROUP} && adduser -u ${CASSANDRA_UID} -M -g ${CASSANDRA_GROUP} ${CASSANDRA_USER} && 37 | >>> usermod -a -G $CONTRAIL_GID ${CASSANDRA_USER} && 38 | >>> source /functions.sh && 39 | >>> download_package https://archive.apache.org dist/cassandra/$CASSANDRA_VERSION/apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz && 40 | >>> mkdir -p ${CASSANDRA_HOME} && 41 | >>> tar -xzf apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz -C ${CASSANDRA_HOME} --strip-components 1 && 42 | >>> rm -rf apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz && 43 | >>> mv "$CASSANDRA_HOME/conf" $CASSANDRA_CONFIG && 44 | >>> ln -sT "$CASSANDRA_CONFIG" "$CASSANDRA_HOME/conf" && 45 | >>> mkdir -p ${CASSANDRA_LIB} ${CASSANDRA_LOG} && 46 | >>> chown -R ${CASSANDRA_USER}:${CASSANDRA_GROUP} ${CASSANDRA_CONFIG} ${CASSANDRA_LOG} ${CASSANDRA_LIB} && 47 | >>> ln -sT ${CASSANDRA_LIB} "${CASSANDRA_HOME}/data" && 48 | >>> ln -sT ${CASSANDRA_LOG} "${CASSANDRA_HOME}/logs" && 49 | >>> rm -f /opt/cassandra/lib/libthrift-* && 50 | >>> 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 && 51 | >>> rm -f /opt/cassandra/lib/netty-all-* && 52 | >>> 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 && 53 | >>> rm -f /opt/cassandra/lib/logback-* && 54 | >>> 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 && 55 | >>> 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 && 56 | >>> # install cassandra-reaper 57 | >>> REAPER_VERSION=3.2.1 && 58 | >>> REAPER_RPM_NAME=reaper-${REAPER_VERSION}-1.x86_64.rpm && 59 | >>> download_package https://github.com thelastpickle/cassandra-reaper/releases/download/${REAPER_VERSION}/${REAPER_RPM_NAME} ${REAPER_RPM_NAME} && 60 | >>> rpm -Uvh --nodeps --replacepkgs ${REAPER_RPM_NAME} && 61 | >>> rm -f ${REAPER_RPM_NAME} && 62 | >>> yum clean all -y && 63 | >>> rm -rf /var/cache/yum && 64 | >>> # smoke test 65 | >>> cassandra -v && 66 | >>> # save original config 67 | >>> cp ${CASSANDRA_CONFIG}/cassandra.yaml ${CASSANDRA_CONFIG}/cassandra.origin && 68 | >>> cp ${CASSANDRA_CONFIG}/jvm.options ${CASSANDRA_CONFIG}/jvm.options.origin && 69 | >>> cp ${CASSANDRA_REAPER_CONFIG}/cassandra-reaper.yaml ${CASSANDRA_REAPER_CONFIG}/cassandra-reaper.origin 70 | -------------------- ERROR: failed to solve: process "/bin/sh -c CASSANDRA_VERSION=3.11.3 && set -ex && for item in `ls /__*` ; do mv $item /${item:3} ; done && yum install -y numactl which jemalloc && yum install -y --exclude="*slowdebug*" --exclude="*fastdebug*" "java-1.8.0-openjdk < 1:1.8.0_332" && groupadd -f -g ${CASSANDRA_GID} ${CASSANDRA_GROUP} && adduser -u ${CASSANDRA_UID} -M -g ${CASSANDRA_GROUP} ${CASSANDRA_USER} && usermod -a -G $CONTRAIL_GID ${CASSANDRA_USER} && 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 ${CASSANDRA_HOME} && tar -xzf apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz -C ${CASSANDRA_HOME} --strip-components 1 && rm -rf apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz && mv "$CASSANDRA_HOME/conf" $CASSANDRA_CONFIG && ln -sT "$CASSANDRA_CONFIG" "$CASSANDRA_HOME/conf" && mkdir -p ${CASSANDRA_LIB} ${CASSANDRA_LOG} && chown -R ${CASSANDRA_USER}:${CASSANDRA_GROUP} ${CASSANDRA_CONFIG} ${CASSANDRA_LOG} ${CASSANDRA_LIB} && ln -sT ${CASSANDRA_LIB} "${CASSANDRA_HOME}/data" && ln -sT ${CASSANDRA_LOG} "${CASSANDRA_HOME}/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 ${CASSANDRA_CONFIG}/cassandra.yaml ${CASSANDRA_CONFIG}/cassandra.origin && cp ${CASSANDRA_CONFIG}/jvm.options ${CASSANDRA_CONFIG}/jvm.options.origin && cp ${CASSANDRA_REAPER_CONFIG}/cassandra-reaper.yaml ${CASSANDRA_REAPER_CONFIG}/cassandra-reaper.origin" did not complete successfully: exit code: 1 2025-02-21 12:35:42,184: INFO: Docker build duration: 72 seconds 2025-02-21 12:35:42,189: ERROR: Building contrail-external-cassandra failed, duration: 72 seconds