lbradstreet commented on pull request #10661: URL: https://github.com/apache/kafka/pull/10661#issuecomment-876523777
@chia7712 thanks for checking. Yes, my dockerfile was a bit modified. The unmodified run is: ``` Sending build context to Docker daemon 43.52kB Step 1/54 : ARG jdk_version=openjdk:8 Step 2/54 : FROM $jdk_version ---> 09df0563bdfc Step 3/54 : MAINTAINER Apache Kafka d...@kafka.apache.org ---> Using cache ---> abfbf85c6575 Step 4/54 : VOLUME ["/opt/kafka-dev"] ---> Using cache ---> d9178c554c16 Step 5/54 : ENV TZ="/usr/share/zoneinfo/America/Los_Angeles" ---> Using cache ---> 8245a50f89b4 Step 6/54 : ENV DEBIAN_FRONTEND noninteractive ---> Using cache ---> 6e41f5a58d78 Step 7/54 : ARG ducker_creator=default ---> Using cache ---> 9d39a84cd18d Step 8/54 : LABEL ducker.creator=$ducker_creator ---> Using cache ---> 25fe89abca0c Step 9/54 : RUN apt update && apt install -y sudo git netcat iptables rsync unzip wget curl jq coreutils openssh-server net-tools vim python3-pip python3-dev libffi-dev libssl-dev cmake pkg-config libfuse-dev iperf traceroute && apt-get -y clean ---> Using cache ---> 0b5597132e07 Step 10/54 : RUN python3 -m pip install -U pip==21.1.1; ---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. ---> Running in 0bae66304b96 Collecting pip==21.1.1 Could not find a version that satisfies the requirement pip==21.1.1 (from versions: 0.2, 0.2.1, 0.3, 0.3.1, 0.4, 0.5, 0.5.1, 0.6, 0.6.1, 0.6.2, 0.6.3, 0.7, 0.7.1, 0.7.2, 0.8, 0.8.1, 0.8.2, 0.8.3, 1.0, 1.0.1, 1.0.2, 1.1, 1.2, 1.2.1, 1.3, 1.3.1, 1.4, 1.4.1, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 6.0, 6.0.1, 6.0.2, 6.0.3, 6.0.4, 6.0.5, 6.0.6, 6.0.7, 6.0.8, 6.1.0, 6.1.1, 7.0.0, 7.0.1, 7.0.2, 7.0.3, 7.1.0, 7.1.1, 7.1.2, 8.0.0, 8.0.1, 8.0.2, 8.0.3, 8.1.0, 8.1.1, 8.1.2, 9.0.0, 9.0.1, 9.0.2, 9.0.3, 10.0.0b1, 10.0.0b2, 10.0.0, 10.0.1, 18.0, 18.1, 19.0, 19.0.1, 19.0.2, 19.0.3, 19.1, 19.1.1, 19.2, 19.2.1, 19.2.2, 19.2.3, 19.3, 19.3.1, 20.0, 20.0.1, 20.0.2, 20.1b1, 20.1, 20.1.1, 20.2b1, 20.2, 20.2.1, 20.2.2, 20.2.3, 20.2.4, 20.3b1, 20.3, 20.3.1, 20.3.2, 20.3.3, 20.3.4) No matching distribution found for pip==21.1.1 The command '/bin/sh -c python3 -m pip install -U pip==21.1.1;' returned a non-zero code: 1 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org