Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-14609

Pipelines builds are failing due to setup errors

    XMLWordPrintable

Details

    Description

      All our pipelines are currently failing. All of the errors occur during the setup phase. For example:

      #!python
      
      + hg clone --noupdate REDACTED
      applying clone bundle from https://media-api.atlassian.io/REDACTED
      ** Unknown exception encountered with possibly-broken third-party extension useragent
      ** which supports versions unknown of Mercurial.
      ** Please disable useragent and try your action again.
      ** If that fixes the bug please report it to the extension author.
      ** Python 2.7.12 (default, Jun 29 2016, 09:11:45) [GCC 5.3.0]
      ** Mercurial Distributed SCM (version 3.7.3)
      ** Extensions loaded: useragent
      Traceback (most recent call last):
        File "/usr/bin/hg", line 43, in <module>
          mercurial.dispatch.run()
        File "/usr/lib/python2.7/site-packages/mercurial/dispatch.py", line 54, in run
          sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
        File "/usr/lib/python2.7/site-packages/mercurial/dispatch.py", line 120, in dispatch
          ret = _runcatch(req)
        File "/usr/lib/python2.7/site-packages/mercurial/dispatch.py", line 191, in _runcatch
          return _dispatch(req)
        File "/usr/lib/python2.7/site-packages/mercurial/dispatch.py", line 924, in _dispatch
          cmdpats, cmdoptions)
        File "/usr/lib/python2.7/site-packages/mercurial/dispatch.py", line 681, in runcommand
          ret = _runcommand(ui, options, cmd, d)
        File "/usr/lib/python2.7/site-packages/mercurial/dispatch.py", line 1055, in _runcommand
          return checkargs()
        File "/usr/lib/python2.7/site-packages/mercurial/dispatch.py", line 1015, in checkargs
          return cmdfunc()
        File "/usr/lib/python2.7/site-packages/mercurial/dispatch.py", line 921, in <lambda>
          d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
        File "/usr/lib/python2.7/site-packages/mercurial/util.py", line 991, in check
          return func(*args, **kwargs)
        File "/usr/lib/python2.7/site-packages/mercurial/commands.py", line 1563, in clone
          shareopts=opts.get(&#x27;shareopts&#x27;))
        File "/usr/lib/python2.7/site-packages/mercurial/hg.py", line 595, in clone
          streamclonerequested=stream)
        File "/usr/lib/python2.7/site-packages/mercurial/exchange.py", line 1185, in pull
          _maybeapplyclonebundle(pullop)
        File "/usr/lib/python2.7/site-packages/mercurial/exchange.py", line 1780, in _maybeapplyclonebundle
          if trypullbundlefromurl(repo.ui, repo, url):
        File "/usr/lib/python2.7/site-packages/mercurial/exchange.py", line 1930, in trypullbundlefromurl
          ui.warn(_(&#x27;error fetching bundle: %s\n&#x27;) % e.reason[1])
      IndexError: tuple index out of range
      
      

      And another build showed:

      #!python
      
      
      
      + hg clone --noupdate REDACTED
      applying clone bundle from https://media-api.atlassian.io/REDACTED
      HTTP error fetching bundle: HTTP Error 500: Internal Server Error
      abort: error applying bundle
      (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            ac3003f02b6d Johan van Helden
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: