Docker image fails to build #1

Open
opened 2023-05-14 15:12:53 -04:00 by jtorre · 1 comment
Member

Description:
Docker image fails to build when pulled from git.broccolimicro.io.

Reproduce:
$ docker pull git.broccolimicro.io/broccoli/broccoli-cli:latest

[...]
56429ff5a91d: Download complete
6540afa3cf1d: Downloading
ce826760c54c: Download complete
029082f86153: Download complete
received unexpected HTTP status: 500 Internal Server Error

Comments:
Pulling docker image from git.broccolimicro and building from local Dockerfile both fail. Error appears to be with Trilinos build.

Entering the container via 'docker run ', and executing cmake command in /toolsrc/Trilinos, reports:

root@bcli-develop:/toolsrc/Trilinos# cmake -D CMAKE_C_COMPILER=mpicc -D CMAKE_CXX_COMPILER=mpic++ -D CMAKE_Fortran_COMPILER=mpif77 -D CMAKE_INSTALL_PREFIX="/opt/trilinos" -D TPL_AMD_INCLUDE_DIRS="/usr/include/suites\

See attached notes file for full investigation log.

Description: Docker image fails to build when pulled from git.broccolimicro.io. Reproduce: $ docker pull git.broccolimicro.io/broccoli/broccoli-cli:latest [...] 56429ff5a91d: Download complete 6540afa3cf1d: Downloading ce826760c54c: Download complete 029082f86153: Download complete received unexpected HTTP status: 500 Internal Server Error Comments: Pulling docker image from git.broccolimicro and building from local Dockerfile both fail. Error appears to be with Trilinos build. Entering the container via 'docker run <partially built image>', and executing cmake command in /toolsrc/Trilinos, reports: root@bcli-develop:/toolsrc/Trilinos# cmake -D CMAKE_C_COMPILER=mpicc -D CMAKE_CXX_COMPILER=mpic++ -D CMAKE_Fortran_COMPILER=mpif77 -D CMAKE_INSTALL_PREFIX="/opt/trilinos" -D TPL_AMD_INCLUDE_DIRS="/usr/include/suites\ See attached `notes` file for full investigation log.
Author
Member

The attached notes were created during the debug process, and lightly edited afterwards for clarity, which may still be absent in places.

The attached notes were created during the debug process, and lightly edited afterwards for clarity, which may still be absent in places.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Broccoli/broccoli-cli#1
No description provided.