Bug ID 997273
Summary [source service]: remote services flaky
Classification openSUSE
Product openSUSE.org
Version unspecified
Hardware All
OS All
Status NEW
Severity Normal
Priority P5 - None
Component BuildService
Assignee adrian@suse.com
Reporter eich@suse.com
QA Contact adrian@suse.com
Found By Development
Blocker ---

Running 
osc service remoterun
osc service wait
on openSUSE.org home:eeich:ohpc:upstream_test/pdtoolkit keeps failing for me (4
attempts).
Doing the same on a local checked out repo succeeds (after a long time).
It is possible that the download of the tar-archive  containing the package
sources fails (the download_files service). This is not really clear from the
error message as it is not really telling:
eich@sles12:/space/obs/home:eeich:ohpc:upstream_test/pdtoolkit> osc service
wait
^[[CServer returned an error: HTTP Error 502: Bad Gateway
The service for project 'home:eeich:ohpc:upstream_test' package 'pdtoolkit'
failed

Request:
https://api.opensuse.org/source/home:eeich:ohpc:upstream_test/pdtoolkit?cmd=waitservice
Headers:
content-language: en
transfer-encoding: chunked
accept-ranges: bytes
strict-transport-security: max-age=31536000
vary: accept-language,accept-charset
server: Apache/2.2.12 (Linux/SUSE)
connection: close
date: Mon, 05 Sep 2016 20:07:16 GMT
content-type: text/html; charset=iso-8859-1

Content of _services file:
<services>
  <service name="tar_scm">
    <param name="revision">SUSE_OpenHPC_1.1.1_Factory</param>
    <param name="include">perf[-]tools</param>
    <param name="subdir">components</param>
    <param name="include">OHPC_macros</param>
    <param name="include">OHPC_setup_compiler</param>

    <param name="scm">git</param>
    <param name="url">https://github.com/e4t/ohpc.git</param>
    <param name="filename">ohpc-files</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="extract_file">
    <param name="files">
      */perf-tools/pdtoolkit/SPECS/*.spec
      */perf-tools/pdtoolkit/SOURCES/*
      */OHPC_macros
      */OHPC_setup_compiler

    </param>
    <param name="archive">*ohpc-files*.tar</param>
  </service>
  <service name="download_files">
    <param name="enforceupstream">yes</param>
  </service>
</services>


You are receiving this mail because: