Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker build fails #242

Closed
sobolevnrm opened this issue Aug 6, 2022 · 2 comments
Closed

Docker build fails #242

sobolevnrm opened this issue Aug 6, 2022 · 2 comments
Assignees

Comments

@sobolevnrm
Copy link
Member

sobolevnrm commented Aug 6, 2022

#6 348.0 --2022-08-06 22:48:51--  http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz
#6 348.0 Resolving glaros.dtc.umn.edu (glaros.dtc.umn.edu)... 160.94.40.33
#6 348.3 Connecting to glaros.dtc.umn.edu (glaros.dtc.umn.edu)|160.94.40.33|:80... failed: Connection refused.
------
executor failed running [/bin/sh -c apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get install -y         software-properties-common         build-essential         dpkg-dev         unzip         cmake         git         wget         libarpack2-dev         libf2c2-dev         libeigen3-dev         libboost-dev         python3.9-dev         python3-pip         libopenblas-serial-dev         liblapack-dev         libsuitesparse-dev         libsuperlu-dev         &&     wget http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz &&     gunzip metis-5.1.0.tar.gz &&     tar -xf metis-5.1.0.tar &&     cd metis-5.1.0 &&     make config prefix=/usr/local &&     make install &&     /bin/true]: exit code: 4
@sobolevnrm sobolevnrm self-assigned this Aug 6, 2022
@sobolevnrm sobolevnrm changed the title CentOS Docker build fails Docker build fails Aug 6, 2022
@sobolevnrm
Copy link
Member Author

Not surprisingly, this happens for both the CentOS and Ubuntu Docker builds.

@sobolevnrm
Copy link
Member Author

This appears to be a temporary issue; it is now working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant