2025-03-28 09:58:45,409: INFO: Building contrail-external-cassandra 2025-03-28 09:58:45,618: 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-6_8 --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.16kB done #1 DONE 0.6s #2 [internal] load metadata for nexus.gz1.opensdn.io:5101/contrail-general-base:master-1_0_8_7-6_8 #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/contrail-general-base:master-1_0_8_7-6_8 #4 CACHED #5 [internal] load build context #5 transferring context: 46.30kB 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 procps-ng && 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.631 ++ ls /__common.sh /__contrail-functions.sh #7 0.641 + for item in `ls /__*` #7 0.645 + mv /__common.sh /common.sh #7 0.659 + for item in `ls /__*` #7 0.659 + mv /__contrail-functions.sh /contrail-functions.sh #7 0.680 + yum install -y numactl which jemalloc procps-ng #7 1.362 Contrail repo 5.6 MB/s | 133 kB 00:00 #7 1.606 added from: http://tf-mirrors.gz1.opensdn.io/re 14 MB/s | 2.1 MB 00:00 #7 3.261 added from: http://tf-mirrors.gz1.opensdn.io/re 12 MB/s | 730 kB 00:00 #7 4.058 added from: http://tf-mirrors.gz1.opensdn.io/re 6.9 MB/s | 264 kB 00:00 #7 4.599 added from: http://tf-mirrors.gz1.opensdn.io/re 35 MB/s | 7.0 MB 00:00 #7 9.155 added from: http://tf-mirrors.gz1.opensdn.io/re 29 MB/s | 4.0 MB 00:00 #7 11.83 added from: http://tf-mirrors.gz1.opensdn.io/re 14 MB/s | 939 kB 00:00 #7 12.52 added from: http://tf-mirrors.gz1.opensdn.io/re 28 MB/s | 2.3 MB 00:00 #7 14.35 added from: http://tf-mirrors.gz1.opensdn.io/re 14 MB/s | 392 kB 00:00 #7 14.71 added from: http://tf-mirrors.gz1.opensdn.io/re 14 MB/s | 451 kB 00:00 #7 15.27 added from: http://tf-mirrors.gz1.opensdn.io/re 538 kB/s | 16 kB 00:00 #7 15.67 added from: http://tf-mirrors.gz1.opensdn.io/re 4.9 kB/s | 257 B 00:00 #7 15.94 added from: http://tf-mirrors.gz1.opensdn.io/re 531 kB/s | 13 kB 00:00 #7 16.22 added from: http://tf-mirrors.gz1.opensdn.io/re 2.3 MB/s | 64 kB 00:00 #7 17.18 added from: http://tf-mirrors.gz1.opensdn.io/re 50 MB/s | 30 MB 00:00 #7 40.65 Third parties for Contrail 26 MB/s | 5.4 MB 00:00 #7 57.15 Dependencies resolved. #7 57.16 ================================================================================ #7 57.16 Package Arch Version Repository Size #7 57.16 ================================================================================ #7 57.16 Installing: #7 57.16 jemalloc x86_64 5.2.1-2.el9 tf-mirrors.ci_repos_epel9.repo 203 k #7 57.16 numactl x86_64 2.0.18-2.el9 tf-mirrors.ci_repos_yum9-baseos 68 k #7 57.16 procps-ng x86_64 3.3.17-14.el9 tf-mirrors.ci_repos_yum9-baseos 332 k #7 57.16 which x86_64 2.21-29.el9 tf-mirrors.ci_repos_yum9-baseos 40 k #7 57.16 Installing dependencies: #7 57.16 numactl-libs x86_64 2.0.18-2.el9 tf-mirrors.ci_repos_yum9-baseos 31 k #7 57.16 #7 57.16 Transaction Summary #7 57.16 ================================================================================ #7 57.16 Install 5 Packages #7 57.16 #7 57.16 Total download size: 674 k #7 57.16 Installed size: 2.0 M #7 57.16 Downloading Packages: #7 57.35 (1/5): numactl-libs-2.0.18-2.el9.x86_64.rpm 159 kB/s | 31 kB 00:00 #7 57.78 (2/5): numactl-2.0.18-2.el9.x86_64.rpm 111 kB/s | 68 kB 00:00 #7 58.19 (3/5): which-2.21-29.el9.x86_64.rpm 52 kB/s | 40 kB 00:00 #7 58.21 (4/5): procps-ng-3.3.17-14.el9.x86_64.rpm 317 kB/s | 332 kB 00:01 #7 58.22 (5/5): jemalloc-5.2.1-2.el9.x86_64.rpm 463 kB/s | 203 kB 00:00 #7 58.22 -------------------------------------------------------------------------------- #7 58.22 Total 637 kB/s | 674 kB 00:01 #7 58.22 Running transaction check #7 58.27 Transaction check succeeded. #7 58.27 Running transaction test #7 58.35 Transaction test succeeded. #7 58.35 Running transaction #7 58.66 Preparing : 1/1 #7 58.86 Installing : numactl-libs-2.0.18-2.el9.x86_64 1/5 #7 58.91 Installing : numactl-2.0.18-2.el9.x86_64 2/5 #7 58.95 Installing : jemalloc-5.2.1-2.el9.x86_64 3/5 #7 58.99 Installing : which-2.21-29.el9.x86_64 4/5 #7 59.05 Installing : procps-ng-3.3.17-14.el9.x86_64 5/5 #7 59.10 Running scriptlet: procps-ng-3.3.17-14.el9.x86_64 5/5 #7 59.95 Verifying : numactl-2.0.18-2.el9.x86_64 1/5 #7 59.96 Verifying : numactl-libs-2.0.18-2.el9.x86_64 2/5 #7 59.96 Verifying : procps-ng-3.3.17-14.el9.x86_64 3/5 #7 59.96 Verifying : which-2.21-29.el9.x86_64 4/5 #7 59.96 Verifying : jemalloc-5.2.1-2.el9.x86_64 5/5 #7 60.03 #7 60.03 Installed: #7 60.03 jemalloc-5.2.1-2.el9.x86_64 numactl-2.0.18-2.el9.x86_64 #7 60.03 numactl-libs-2.0.18-2.el9.x86_64 procps-ng-3.3.17-14.el9.x86_64 #7 60.03 which-2.21-29.el9.x86_64 #7 60.03 #7 60.03 Complete! #7 60.40 + yum install -y '--exclude=*slowdebug*' '--exclude=*fastdebug*' 'java-1.8.0-openjdk < 1:1.8.0_332' #7 61.41 Last metadata expiration check: 0:00:21 ago on Fri 28 Mar 2025 09:59:29 AM UTC. #7 61.53 No match for argument: java-1.8.0-openjdk < 1:1.8.0_332 #7 61.54 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 procps-ng && 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 procps-ng && 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: 60.03 Installed: 60.03 jemalloc-5.2.1-2.el9.x86_64 numactl-2.0.18-2.el9.x86_64 60.03 numactl-libs-2.0.18-2.el9.x86_64 procps-ng-3.3.17-14.el9.x86_64 60.03 which-2.21-29.el9.x86_64 60.03 60.03 Complete! 60.40 + yum install -y '--exclude=*slowdebug*' '--exclude=*fastdebug*' 'java-1.8.0-openjdk < 1:1.8.0_332' 61.41 Last metadata expiration check: 0:00:21 ago on Fri 28 Mar 2025 09:59:29 AM UTC. 61.53 No match for argument: java-1.8.0-openjdk < 1:1.8.0_332 61.54 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 procps-ng && 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 procps-ng && 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-03-28 09:59:51,901: INFO: Docker build duration: 66 seconds 2025-03-28 09:59:51,912: ERROR: Building contrail-external-cassandra failed, duration: 66 seconds