Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

packaging test in CI hangs more than 20 minutes in docker build #72

Closed
jcvenegas opened this issue Jun 14, 2018 · 3 comments
Closed

packaging test in CI hangs more than 20 minutes in docker build #72

jcvenegas opened this issue Jun 14, 2018 · 3 comments

Comments

@jcvenegas
Copy link
Member

The packages in CI are build using a dockerfile the dockerfile takes more than 20 minutes in a single installation step. We need to find out the rootcause why is takaing a long time and re-enable tests.

This was referenced Jun 14, 2018
@jcvenegas
Copy link
Member Author

I tried locally and it is working. The problem seems that only happen in the CI VMs.

It is when the Dockerfile to install osc tries to pull metadata from suse servers.

It even hangs running:
RUN zypper -v -n ref

Here the output:

Step 5/15 : RUN zypper -v -n ref
 ---> Running in 6eb08e539120
Verbosity: 1
Entering non-interactive mode.
Initializing Target
Specified repositories: 
Checking whether to refresh metadata for NON OSS
Retrieving repository 'NON OSS' metadata [.Retrieving: media [not found]
Retrieving: repomd.xml.asc [..done]

@grahamwhaley
Copy link
Contributor

Hmm. My gut instinct shouts 'proxy' something, but I wonder if this might be to do with the http/https re-direction - that was on SuSe was it @jodh-intel ?

@jodh-intel
Copy link
Contributor

jcvenegas pushed a commit that referenced this issue Jul 2, 2019
On ppc64le golang binaries should be pulled correctly

Fixes #72

Signed-off-by: Harshal Patil <harshal.patil@in.ibm.com>
@jodh-intel jodh-intel added this to To do in Issue backlog Aug 10, 2020
Issue backlog automation moved this from To do to Done Apr 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Issue backlog
  
Done
Development

No branches or pull requests

3 participants