17:30:53.727 INFO:repositorymanager(18534): Cloning missing repository KDAB/GammaRay from ssh://codereview.qt-project.org:29418/KDAB/GammaRay Traceback (most recent call last): File "release_export.py", line 1788, in loop.run_until_complete(exporter.exportThriftTaskFile(args.task_path, args.skip_src, args.skip_bin, args.skip_bin_patching, args.skip_build_logs, args.skip_debug_archives, args.version_tag)) File "/usr/lib/python3.5/asyncio/base_events.py", line 387, in run_until_complete return future.result() File "/usr/lib/python3.5/asyncio/futures.py", line 274, in result raise self._exception File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step result = coro.send(None) File "release_export.py", line 623, in exportThriftTaskFile await self.exportThriftTask(moduleTask=task, skipSources=skipSources, skipBinaries=skipBinaries, skipBinaryPatching=skipBinaryPatching, skipBuildLogs=skipBuildLogs, skipDebugArchives=skipDebugArchives, versionTag=versionTag) File "release_export.py", line 663, in exportThriftTask await self.exportSplitSourceArtifacts(moduleTask, projects) File "release_export.py", line 930, in exportSplitSourceArtifacts await self.createSplitSourcePackages(moduleTask, projects) File "release_export.py", line 1185, in createSplitSourcePackages await self.patchSrcArtifact(moduleTask.gerritInstance, instructions=srcPatchInstructions, winLineEndings=True, workDir=tmpWinOpensource) File "release_export.py", line 1246, in patchSrcArtifact await self.repoManager.resolveRepository(repo) File "/home/ankokko/tqtc-coin-ci/src/repositorymanager.py", line 231, in resolveRepository await self.ensureRepoExists(repositoryState.gerritInstance, repositoryState.project) File "/home/ankokko/tqtc-coin-ci/src/utils.py", line 200, in cached_wrapper result = await func(*args, **kwds) File "/home/ankokko/tqtc-coin-ci/src/repositorymanager.py", line 110, in ensureRepoExists await clone("--bare", repoUrl, diskPath) File "/home/ankokko/tqtc-coin-ci/src/ash.py", line 63, in __call__ return proc.wait() File "/home/ankokko/tqtc-coin-ci/env/lib/python3.5/site-packages/sh.py", line 792, in wait self.handle_command_exit_code(exit_code) File "/home/ankokko/tqtc-coin-ci/env/lib/python3.5/site-packages/sh.py", line 815, in handle_command_exit_code raise exc sh.ErrorReturnCode_128: RAN: /usr/bin/git --no-pager clone --bare ssh://codereview.qt-project.org:29418/KDAB/GammaRay /home/vmbuilder/ci-working-dir/git-repos/qt-project/KDAB/GammaRay STDOUT: STDERR: Cloning into bare repository '/home/vmbuilder/ci-working-dir/git-repos/qt-project/KDAB/GammaRay'... fatal: Project not found: KDAB/GammaRay fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.