builder icon indicating copy to clipboard operation
builder copied to clipboard

manywheel/build_docker.sh failed to execute

Open Lyken17 opened this issue 3 years ago • 0 comments

Hi there,

It seems that the manywheel/build_docker.sh failed to execute currently. On Github Action, the build shows error https://github.com/pytorch/builder/actions/workflows/build-pytorch-wheels.yml

and on my local workstation, the build shows

 => CACHED [jni 3/3] RUN bash ./install_jni.sh && rm install_jni.sh                                                         0.0s
 => CANCELED [openssl 2/2] RUN bash ./install_openssl.sh && rm install_openssl.sh                                         127.8s
 => CANCELED [cuda 2/2] RUN bash ./install_cuda.sh 11.1 && rm install_cuda.sh                                             135.3s
------
 > [common  4/19] RUN yum swap -y git git224-core:
#13 1.900 Loaded plugins: fastestmirror, ovl
#13 5.687 Loading mirror speeds from cached hostfile
#13 9.584  * base: us.mirror.nsec.pt
#13 9.585  * epel: packages.oit.ncsu.edu
#13 9.598  * extras: mirrors.tripadvisor.com
#13 9.604  * updates: mirrors.tripadvisor.com
#13 99.86 No package git224-core available.
#13 105.5 Error: swap install git224-core
------
executor failed running [/bin/sh -c yum swap -y git git224-core]: exit code: 1
(base) ligeng@Lgs-Mac-mini➜  builder git:(main) GPU_ARCH_TYPE=cuda GPU_ARCH_VERSION=11.1 manywheel/build_docker.sh

Looks like a bug with centos.

Lyken17 avatar Dec 21 '21 16:12 Lyken17