You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Dima Spivak (JIRA)" <ji...@apache.org> on 2016/06/23 20:00:18 UTC

[jira] [Created] (INFRA-12166) Git problems with solaris1 build slave

Dima Spivak created INFRA-12166:
-----------------------------------

             Summary: Git problems with solaris1 build slave
                 Key: INFRA-12166
                 URL: https://issues.apache.org/jira/browse/INFRA-12166
             Project: Infrastructure
          Issue Type: Bug
          Components: Jenkins
            Reporter: Dima Spivak


[A|https://builds.apache.org/view/H-L/view/HBase/job/HBase-1.4/238/] [few|https://builds.apache.org/view/H-L/view/HBase/job/HBase-1.4/239/] recent HBase builds have failed because they get run on the {{solaris1}} slave, which seems to have a history of problems like below:
{noformat}
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/hbase.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.matrix.MatrixBuild.run(MatrixBuild.java:301)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "/opt/csw/bin/git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/hbase.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/hbase.git/': SSL certificate problem: unable to get local issuer certificate
{noformat}
Just wanted to see if this SSL certificate problem can be fixed on the slave itself or if we're just better off going through all our jobs and manually excluding runs from using this slave.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)