-
Notifications
You must be signed in to change notification settings - Fork 64
Description
during build i get the following error:
--2021-02-12 15:06:37-- http://mirrors.estointernet.in/apache/kafka/2.5.0/kafka_2.12-2.5.0.tgz
Resolving mirrors.estointernet.in (mirrors.estointernet.in)... 43.255.166.254, 2403:8940:3:1::f
Connecting to mirrors.estointernet.in (mirrors.estointernet.in)|43.255.166.254|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-02-12 15:06:37 ERROR 404: Not Found.
The command '/bin/sh -c apt-get update && apt-get -y install git unzip wget && wget https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.5%2B10/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.5_10.tar.gz && tar -xvzf OpenJDK11U-jdk_s390x_linux_hotspot_11.0.5_10.tar.gz && rm OpenJDK11U-jdk_s390x_linux_hotspot_11.0.5_10.tar.gz && wget http://mirrors.estointernet.in/apache/kafka/2.5.0/kafka_${VERSION}.tgz && tar -xvzf kafka_${VERSION}.tgz && rm kafka_${VERSION}.tgz && mv kafka_${VERSION} kafka' returned a non-zero code: 8