RepoSource repoSource = (RepoSource) provider;
long start = System.currentTimeMillis();
// Call to the plugin
RepoImportReport report = repoSource.importRepos();
Subject overlord = subjectManager.getOverlord();
repoManager.processRepoImportReport(overlord, report, source.getId(), progress);
log.info("importRepos: [" + source.getName() + "]: report has been merged ("