2025-02-20 11:56:42,663: 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-20 11:56:42,768: 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: 4.15kB done #1 DONE 0.2s #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 0.4s #4 [internal] load build context #4 DONE 0.0s #5 [1/3] FROM nexus.gz1.opensdn.io:5101/contrail-general-base:master-1_0_8_7-5_9 #5 CACHED #4 [internal] load build context #4 transferring context: 16.06kB done #4 DONE 0.5s #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.440 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #7 0.440 ++ ls '/__*' #7 0.440 ls: cannot access '/__*': No such file or directory #7 0.440 + yum install -y numactl which jemalloc #7 0.516 Failed to set locale, defaulting to C.UTF-8 #7 0.923 Contrail repo 4.9 MB/s | 132 kB 00:00 #7 1.252 added from: http://tf-mirrors.gz1.opensdn.io/re 15 MB/s | 3.5 MB 00:00 #7 2.767 added from: http://tf-mirrors.gz1.opensdn.io/re 22 MB/s | 1.0 MB 00:00 #7 3.382 added from: http://tf-mirrors.gz1.opensdn.io/re 9.4 MB/s | 322 kB 00:00 #7 3.791 added from: http://tf-mirrors.gz1.opensdn.io/re 40 MB/s | 8.8 MB 00:00 #7 9.729 added from: http://tf-mirrors.gz1.opensdn.io/re 36 MB/s | 6.0 MB 00:00 #7 13.50 added from: http://tf-mirrors.gz1.opensdn.io/re 17 MB/s | 1.0 MB 00:00 #7 14.26 added from: http://tf-mirrors.gz1.opensdn.io/re 36 MB/s | 2.7 MB 00:00 #7 16.02 added from: http://tf-mirrors.gz1.opensdn.io/re 9.6 MB/s | 438 kB 00:00 #7 16.72 added from: http://tf-mirrors.gz1.opensdn.io/re 14 MB/s | 509 kB 00:00 #7 17.21 added from: http://tf-mirrors.gz1.opensdn.io/re 766 kB/s | 16 kB 00:00 #7 17.67 added from: http://tf-mirrors.gz1.opensdn.io/re 12 kB/s | 257 B 00:00 #7 18.00 added from: http://tf-mirrors.gz1.opensdn.io/re 723 kB/s | 13 kB 00:00 #7 18.41 added from: http://tf-mirrors.gz1.opensdn.io/re 2.4 MB/s | 57 kB 00:00 #7 19.42 added from: http://tf-mirrors.gz1.opensdn.io/re 52 MB/s | 25 MB 00:00 #7 35.71 Third parties for Contrail 22 MB/s | 5.4 MB 00:00 #7 48.52 Dependencies resolved. #7 48.52 ================================================================================ #7 48.52 Package Arch Version Repository Size #7 48.52 ================================================================================ #7 48.52 Installing: #7 48.52 jemalloc x86_64 5.2.1-2.el9 tf-mirrors.ci_repos_epel9.repo 203 k #7 48.52 numactl x86_64 2.0.18-2.el9 tf-mirrors.ci_repos_yum9-baseos 68 k #7 48.52 which x86_64 2.21-29.el9 tf-mirrors.ci_repos_yum9-baseos 40 k #7 48.52 Installing dependencies: #7 48.52 numactl-libs x86_64 2.0.18-2.el9 tf-mirrors.ci_repos_yum9-baseos 31 k #7 48.52 #7 48.52 Transaction Summary #7 48.52 ================================================================================ #7 48.52 Install 4 Packages #7 48.52 #7 48.52 Total download size: 342 k #7 48.52 Installed size: 1.0 M #7 48.52 Downloading Packages: #7 48.58 (1/4): numactl-libs-2.0.18-2.el9.x86_64.rpm 558 kB/s | 31 kB 00:00 #7 48.58 (2/4): which-2.21-29.el9.x86_64.rpm 648 kB/s | 40 kB 00:00 #7 48.67 (3/4): numactl-2.0.18-2.el9.x86_64.rpm 455 kB/s | 68 kB 00:00 #7 48.68 (4/4): jemalloc-5.2.1-2.el9.x86_64.rpm 2.0 MB/s | 203 kB 00:00 #7 48.68 -------------------------------------------------------------------------------- #7 48.68 Total 2.1 MB/s | 342 kB 00:00 #7 48.68 Running transaction check #7 48.70 Transaction check succeeded. #7 48.70 Running transaction test #7 48.73 Transaction test succeeded. #7 48.73 Running transaction #7 48.84 Preparing : 1/1 #7 48.91 Installing : numactl-libs-2.0.18-2.el9.x86_64 1/4 #7 48.92 Installing : numactl-2.0.18-2.el9.x86_64 2/4 #7 48.95 Installing : jemalloc-5.2.1-2.el9.x86_64 3/4 #7 48.98 Installing : which-2.21-29.el9.x86_64 4/4 #7 48.99 Running scriptlet: which-2.21-29.el9.x86_64 4/4 #7 49.30 Verifying : numactl-2.0.18-2.el9.x86_64 1/4 #7 49.30 Verifying : numactl-libs-2.0.18-2.el9.x86_64 2/4 #7 49.30 Verifying : which-2.21-29.el9.x86_64 3/4 #7 49.30 Verifying : jemalloc-5.2.1-2.el9.x86_64 4/4 #7 49.36 #7 49.36 Installed: #7 49.36 jemalloc-5.2.1-2.el9.x86_64 numactl-2.0.18-2.el9.x86_64 #7 49.36 numactl-libs-2.0.18-2.el9.x86_64 which-2.21-29.el9.x86_64 #7 49.36 #7 49.36 Complete! #7 49.88 + yum install -y '--exclude=*slowdebug*' '--exclude=*fastdebug*' 'java-1.8.0-openjdk < 1:1.8.0_332' #7 49.95 Failed to set locale, defaulting to C.UTF-8 #7 50.57 Last metadata expiration check: 0:00:15 ago on Thu Feb 20 11:57:20 2025. #7 50.72 No match for argument: java-1.8.0-openjdk < 1:1.8.0_332 #7 50.81 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: 49.36 Installed: 49.36 jemalloc-5.2.1-2.el9.x86_64 numactl-2.0.18-2.el9.x86_64 49.36 numactl-libs-2.0.18-2.el9.x86_64 which-2.21-29.el9.x86_64 49.36 49.36 Complete! 49.88 + yum install -y '--exclude=*slowdebug*' '--exclude=*fastdebug*' 'java-1.8.0-openjdk < 1:1.8.0_332' 49.95 Failed to set locale, defaulting to C.UTF-8 50.57 Last metadata expiration check: 0:00:15 ago on Thu Feb 20 11:57:20 2025. 50.72 No match for argument: java-1.8.0-openjdk < 1:1.8.0_332 50.81 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-20 11:57:37,673: INFO: Docker build duration: 55 seconds 2025-02-20 11:57:37,677: ERROR: Building contrail-external-cassandra failed, duration: 55 seconds