chia7712 commented on code in PR #17480: URL: https://github.com/apache/kafka/pull/17480#discussion_r1797667761
########## tests/docker/Dockerfile: ########## @@ -63,7 +63,7 @@ LABEL ducker.creator=$ducker_creator 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 iproute2 iputils-ping && apt-get -y clean RUN python3 -m pip install -U pip==21.1.1; # NOTE: ducktape 0.11.4 requires python3.9 -RUN pip3 install --upgrade cffi virtualenv pyasn1 boto3 pycrypto pywinrm ipaddress enum34 debugpy && pip3 install --upgrade "ducktape==0.11.4" +RUN pip3 install --upgrade cffi virtualenv pyasn1 boto3 pycrypto pywinrm ipaddress enum34 debugpy psutil && pip3 install --upgrade "ducktape==0.11.4" Review Comment: oh, trunk does not have such issue since it fixes the `ducktype` version. Maybe we should backport KAFKA-17520 to 3.9, 3.8 and 3.7. WDYT? -- 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