Bug 997273 - [source service]: remote services flaky
Summary: [source service]: remote services flaky
Status: NEW
Alias: None
Product: openSUSE.org
Classification: openSUSE
Component: BuildService (show other bugs)
Version: unspecified
Hardware: All All
: P2 - High : Normal (vote)
Target Milestone: ---
Assignee: Adrian Schröter
QA Contact: Adrian Schröter
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-05 21:43 UTC by Egbert Eich
Modified: 2016-09-05 21:45 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Egbert Eich 2016-09-05 21:43:10 UTC
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>
Comment 1 Egbert Eich 2016-09-05 21:45:09 UTC
Setting prio to P2.