Uploaded image for project: 'Coin'
  1. Coin
  2. COIN-366

Coin is not exporting release binaries

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • None
    • 1.0
    • Repository Manager
    • None

    Description

      Release_export.py is always failing:

      Traceback (most recent call last):
        File "release_export.py", line 652, in <module>
          loop.run_until_complete(exporter.exportThriftTaskFile(args.task_path, args.skip_src, args.skip_doc, args.skip_bin, args.skip_bin_patching, args.skip_build_logs, args.skip_debug_archives, args.version_tag))
        File "/usr/lib/python3.6/asyncio/base_events.py", line 484, in run_until_complete
          return future.result()
        File "release_export.py", line 160, in exportThriftTaskFile
          await self.exportThriftTask(moduleTask=task, skipSources=skipSources, skipDocs=skipDocs, skipBinaries=skipBinaries, skipBinaryPatching=skipBinaryPatching, skipBuildLogs=skipBuildLogs, skipDebugArchives=skipDebugArchives, versionTag=versionTag)
        File "release_export.py", line 168, in exportThriftTask
          await self.repoManager.isProduct(moduleTask.gerritInstance, moduleTask.project, moduleTask.sha1))
        File "/home/sifalt/coin-ci/src/utils.py", line 218, in async_lru_cached_wrapper
          bound_args = _async_lru_cache_bound_args(signature, static_cache, *args, **kwds)
        File "/home/sifalt/coin-ci/src/utils.py", line 192, in _async_lru_cache_bound_args
          signature_bind = signature.bind(*args, **kwargs)
        File "/usr/lib/python3.6/inspect.py", line 2997, in bind
          return args[0]._bind(args[1:], kwargs)
        File "/usr/lib/python3.6/inspect.py", line 2918, in _bind
          raise TypeError('too many positional arguments') from None
      TypeError: too many positional arguments
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            falt Simo Fält
            falt Simo Fält
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes