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

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

    [ https://issues.apache.org/jira/browse/INFRA-12166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15347103#comment-15347103 ] 

Allen Wittenauer edited comment on INFRA-12166 at 6/23/16 8:21 PM:
-------------------------------------------------------------------

Yup:  INFRA-11920

I worked around those issues by making my build job (https://builds.apache.org/view/H-L/view/Hadoop/job/hadoop-qbt-trunk-java8-solaris-x86) download and compile libcurl and git as well as download and install JDK8 from Oracle.  I stopped working on it when I realized that none of the Solaris 10's installed date commands (SVID, XPG4, XPG6) support %s, which is needed by Apache Yetus. I just haven't had a chance to circle round and create a date replacement using perl or whatever.

Honestly, that box is super behind on patches and updates.  It looks like it's running a build of Solaris 10 that was released while I was still at Sun.... and that'd be before Hadoop *existed*.  It'd be great to get it updated to something modern. But given that INFRA issues are seemingly a black hole when it comes to stuff like that, I'm not holding my breath. :(


was (Author: aw):
Yup:  INFRA-11920

I worked around those issues by making my build job (https://builds.apache.org/view/H-L/view/Hadoop/job/hadoop-qbt-trunk-java8-solaris-x86) download and compile libcurl and git as well as download and install JDK8 from Oracle.  I stopped working on it when I realized that Solaris 10's date command doesn't support %s, which is needed by Apache Yetus. I just haven't had a chance to circle round and create a date replacement using perl or whatever.

Honestly, that box is super behind on patches and updates.  It looks like it's running a build of Solaris 10 that was released while I was still at Sun.... and that'd be before Hadoop *existed*.  It'd be great to get it updated to something modern. But given that INFRA issues are seemingly a black hole when it comes to stuff like that, I'm not holding my breath. :(

> 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)