You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/05/12 15:24:23 UTC

[JENKINS] Solr-reference-guide-6.6 - Build # 2 - Still Failing

Build: https://builds.apache.org/job/Solr-reference-guide-6.6/2/

Log: 
Started by user sarowe
[EnvInject] - Loading node environment variables.
Building remotely on H19 (git-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-6.6
Cloning the remote Git repository
Cloning repository git://git.apache.org/lucene-solr.git
 > git init /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-6.6 # timeout=10
Fetching upstream changes from git://git.apache.org/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://git.apache.org/lucene-solr.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.apache.org/lucene-solr.git # timeout=10
Fetching upstream changes from git://git.apache.org/lucene-solr.git
 > git fetch --tags --progress git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch_6_6^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch_6_6^{commit} # timeout=10
Checking out Revision 506485c4403bce29cc06272f3341c6afc2f1d479 (refs/remotes/origin/branch_6_6)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 506485c4403bce29cc06272f3341c6afc2f1d479
 > git rev-list 506485c4403bce29cc06272f3341c6afc2f1d479 # timeout=10
No emails were triggered.
[Solr-reference-guide-6.6] $ /bin/bash -xe /tmp/hudson7357700613985192295.sh
+ echo 'Set ruby path to avoid writing to /usr directory'
Set ruby path to avoid writing to /usr directory
+ export RUBY_PATH=/home/jenkins/shared/.rvm
+ RUBY_PATH=/home/jenkins/shared/.rvm
+ export GEM_HOME=/home/jenkins/shared/.rvm/gems
+ GEM_HOME=/home/jenkins/shared/.rvm/gems
+ curl -sSL https://get.rvm.io
+ bash -s -- --path /home/jenkins/shared/.rvm
Downloading https://github.com/rvm/rvm/archive/master.tar.gz

Upgrading the RVM installation in /home/jenkins/shared/.rvm/
    RVM PATH line found in /home/jenkins/.mkshrc /home/jenkins/.profile /home/jenkins/.bashrc /home/jenkins/.zshrc.
    RVM sourcing line found in /home/jenkins/.profile /home/jenkins/.bash_profile /home/jenkins/.zlogin.
Upgrade of RVM in /home/jenkins/shared/.rvm/ is complete.

# jenkins,
#
#   Thank you for using RVM!
#   We sincerely hope that RVM helps to make your life easier and more enjoyable!!!
#
# ~Wayne, Michal & team.

In case of problems: https://rvm.io/help and https://twitter.com/rvm_io

Upgrade Notes:

  * It looks like some old stuff is laying around RVM, you can cleanup with: rvm cleanup all

  * No new notes to display.

+ mkdir -p /home/jenkins/shared/.rvm/gems/gems
+ gem install --install-dir /home/jenkins/shared/.rvm/gems jekyll jekyll-asciidoc pygments.rb
Successfully installed jekyll-3.4.3
Successfully installed jekyll-asciidoc-2.0.1
Successfully installed pygments.rb-1.1.2
3 gems installed
+ export PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/latest1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
+ PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/latest1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
+ cd solr/solr-ref-guide
/tmp/hudson7357700613985192295.sh: line 10: cd: solr/solr-ref-guide: No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

RE: [JENKINS] Solr-reference-guide-6.6 - Build # 4 - Still Failing

Posted by Uwe Schindler <uw...@thetaphi.de>.
It has a stable URL - we do this for all release builds already in the same way. This URL is also listed on the Job's homepage.

https://builds.apache.org/job/Solr-reference-guide-master/javadoc/

In addition, if you go to the Job's homepage, you will see a huge "Documentation" button (that points to this stable URL). In addition, because the number of artifacts is small (1 in this case), it shows the PDF next to the other links. So basically this is like it should be: PDF is artifact, HTML is ready-to view documenattion. We keep it the same way for all builds, so its also consistent:

https://builds.apache.org/job/Solr-reference-guide-master/

So from the Solr homepage you can easily add a link to the "latest build" homepage, or alternatively to the docs in HTML form directly.

Uwe

-----
Uwe Schindler
Achterdiek 19, D-28357 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: Steve Rowe [mailto:sarowe@gmail.com]
> Sent: Friday, May 12, 2017 6:15 PM
> To: dev@lucene.apache.org
> Subject: Re: [JENKINS] Solr-reference-guide-6.6 - Build # 4 - Still Failing
> 
> Uwe,
> 
> > On May 12, 2017, at 12:00 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> >
> > Ah by the way: I changed the master job a bit. Instead of "archiving" the
> HTML docs as "artifact", I used the "publish javadocs" post-build step to
> publish it as conventional Javadocs. This makes it show as "Documentation"
> link on the Jenkins base page. Also browsing is faster, as it does not need to
> do additional stuff on jenkins, its just a simple static HTML view.
> 
> Unfortunately, this causes the HTML format not to be accessible from the
> “last successful build artifacts” view, e.g.
> <https://builds.apache.org/job/Solr-reference-guide-
> master/lastSuccessfulBuild/artifact/>, which AFAICT means we can’t have a
> stable URL for the HTML format.  I think this is bad.
> 
> --
> Steve
> www.lucidworks.com
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Solr-reference-guide-6.6 - Build # 4 - Still Failing

Posted by Steve Rowe <sa...@gmail.com>.
Hmm, there is a stable URL for the javadoc plugin output: <https://builds.apache.org/job/Solr-reference-guide-master/javadoc/> (at least after the first build anyway).  Seems okay, though the URL sucks (HTML format ref guide is not “javadoc”; I checked and there is no configuration option for the URL).  Also, with this change we now have to provide two separate URLs for each branch, one for each format.  On balance, I guess I'm okay with leaving it this way.

--
Steve
www.lucidworks.com

> On May 12, 2017, at 12:15 PM, Steve Rowe <sa...@gmail.com> wrote:
> 
> Uwe,
> 
>> On May 12, 2017, at 12:00 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
>> 
>> Ah by the way: I changed the master job a bit. Instead of "archiving" the HTML docs as "artifact", I used the "publish javadocs" post-build step to publish it as conventional Javadocs. This makes it show as "Documentation" link on the Jenkins base page. Also browsing is faster, as it does not need to do additional stuff on jenkins, its just a simple static HTML view.
> 
> Unfortunately, this causes the HTML format not to be accessible from the “last successful build artifacts” view, e.g. <https://builds.apache.org/job/Solr-reference-guide-master/lastSuccessfulBuild/artifact/>, which AFAICT means we can’t have a stable URL for the HTML format.  I think this is bad.
> 
> --
> Steve
> www.lucidworks.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Solr-reference-guide-6.6 - Build # 4 - Still Failing

Posted by Steve Rowe <sa...@gmail.com>.
Uwe,

> On May 12, 2017, at 12:00 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> 
> Ah by the way: I changed the master job a bit. Instead of "archiving" the HTML docs as "artifact", I used the "publish javadocs" post-build step to publish it as conventional Javadocs. This makes it show as "Documentation" link on the Jenkins base page. Also browsing is faster, as it does not need to do additional stuff on jenkins, its just a simple static HTML view.

Unfortunately, this causes the HTML format not to be accessible from the “last successful build artifacts” view, e.g. <https://builds.apache.org/job/Solr-reference-guide-master/lastSuccessfulBuild/artifact/>, which AFAICT means we can’t have a stable URL for the HTML format.  I think this is bad.

--
Steve
www.lucidworks.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


RE: [JENKINS] Solr-reference-guide-6.6 - Build # 4 - Still Failing

Posted by Uwe Schindler <uw...@thetaphi.de>.
Ah by the way: I changed the master job a bit. Instead of "archiving" the HTML docs as "artifact", I used the "publish javadocs" post-build step to publish it as conventional Javadocs. This makes it show as "Documentation" link on the Jenkins base page. Also browsing is faster, as it does not need to do additional stuff on jenkins, its just a simple static HTML view.

It just releases the PDF as an artifact. 

I am in a train, if you like this, do it in the same way for the other jobs. I have no idea why the 6.6 one fails. Did you remove the workspace?

Uwe

-----
Uwe Schindler
Achterdiek 19, D-28357 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: Uwe Schindler [mailto:uwe@thetaphi.de]
> Sent: Friday, May 12, 2017 5:51 PM
> To: dev@lucene.apache.org
> Subject: RE: [JENKINS] Solr-reference-guide-6.6 - Build # 4 - Still Failing
> 
> Are you sure you checked out to the workspace root? In Jenkins you have to
> explicitly say this (see other jobs).
> 
> -----
> Uwe Schindler
> Achterdiek 19, D-28357 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
> 
> > -----Original Message-----
> > From: Apache Jenkins Server [mailto:jenkins@builds.apache.org]
> > Sent: Friday, May 12, 2017 5:48 PM
> > To: dev@lucene.apache.org
> > Subject: [JENKINS] Solr-reference-guide-6.6 - Build # 4 - Still Failing
> >
> > Build: https://builds.apache.org/job/Solr-reference-guide-6.6/4/
> >
> > Log:
> > Started by user sarowe
> > [EnvInject] - Loading node environment variables.
> > Building remotely on H19 (git-websites) in workspace
> /home/jenkins/jenkins-
> > slave/workspace/Solr-reference-guide-6.6
> > Cloning the remote Git repository
> > Cloning repository git://git.apache.org/lucene-solr.git
> >  > git init /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-6.6
> #
> > timeout=10
> > Fetching upstream changes from git://git.apache.org/lucene-solr.git
> >  > git --version # timeout=10
> >  > git fetch --tags --progress git://git.apache.org/lucene-solr.git
> > +refs/heads/*:refs/remotes/origin/*
> >  > git config remote.origin.url git://git.apache.org/lucene-solr.git #
> > timeout=10
> >  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
> #
> > timeout=10
> >  > git config remote.origin.url git://git.apache.org/lucene-solr.git #
> > timeout=10
> > Fetching upstream changes from git://git.apache.org/lucene-solr.git
> >  > git fetch --tags --progress git://git.apache.org/lucene-solr.git
> > +refs/heads/*:refs/remotes/origin/*
> >  > git rev-parse refs/remotes/origin/branch_6_6^{commit} # timeout=10
> >  > git rev-parse refs/remotes/origin/origin/branch_6_6^{commit} #
> > timeout=10
> > Checking out Revision 506485c4403bce29cc06272f3341c6afc2f1d479
> > (refs/remotes/origin/branch_6_6)
> >  > git config core.sparsecheckout # timeout=10
> >  > git checkout -f 506485c4403bce29cc06272f3341c6afc2f1d479
> >  > git rev-list 506485c4403bce29cc06272f3341c6afc2f1d479 # timeout=10
> > No emails were triggered.
> > [Solr-reference-guide-6.6] $ /bin/bash -xe
> > /tmp/hudson1875946413917847668.sh
> > + echo 'Set ruby path to avoid writing to /usr directory'
> > Set ruby path to avoid writing to /usr directory
> > + export RUBY_PATH=/home/jenkins/shared/.rvm
> > + RUBY_PATH=/home/jenkins/shared/.rvm
> > + export GEM_HOME=/home/jenkins/shared/.rvm/gems
> > + GEM_HOME=/home/jenkins/shared/.rvm/gems
> > + curl -sSL https://get.rvm.io
> > + bash -s -- --path /home/jenkins/shared/.rvm
> > Downloading https://github.com/rvm/rvm/archive/master.tar.gz
> >
> > Upgrading the RVM installation in /home/jenkins/shared/.rvm/
> >     RVM PATH line found in /home/jenkins/.mkshrc /home/jenkins/.profile
> > /home/jenkins/.bashrc /home/jenkins/.zshrc.
> >     RVM sourcing line found in /home/jenkins/.profile
> > /home/jenkins/.bash_profile /home/jenkins/.zlogin.
> > Upgrade of RVM in /home/jenkins/shared/.rvm/ is complete.
> >
> > # jenkins,
> > #
> > #   Thank you for using RVM!
> > #   We sincerely hope that RVM helps to make your life easier and more
> > enjoyable!!!
> > #
> > # ~Wayne, Michal & team.
> >
> > In case of problems: https://rvm.io/help and https://twitter.com/rvm_io
> >
> > Upgrade Notes:
> >
> >   * It looks like some old stuff is laying around RVM, you can cleanup with:
> > rvm cleanup all
> >
> >   * No new notes to display.
> >
> > + mkdir -p /home/jenkins/shared/.rvm/gems/gems
> > + gem install --install-dir /home/jenkins/shared/.rvm/gems jekyll jekyll-
> > asciidoc pygments.rb
> > Successfully installed jekyll-3.4.3
> > Successfully installed jekyll-asciidoc-2.0.1
> > Successfully installed pygments.rb-1.1.2
> > 3 gems installed
> > + export
> >
> PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/late
> >
> st1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ga
> > mes:/usr/local/games
> > +
> >
> PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/late
> >
> st1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ga
> > mes:/usr/local/games
> > + cd solr/solr-ref-guide
> > /tmp/hudson1875946413917847668.sh: line 10: cd: solr/solr-ref-guide: No
> > such file or directory
> > Build step 'Execute shell' marked build as failure
> > Archiving artifacts
> > Email was triggered for: Failure - Any
> > Sending email for trigger: Failure - Any
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Solr-reference-guide-6.6 - Build # 4 - Still Failing

Posted by Steve Rowe <sa...@gmail.com>.
Can you be more specific Uwe?  I looked at <https://builds.apache.org/job/Lucene-Solr-Tests-master/configure> and I don’t see anywhere I can specify where to checkout relative to the workspace root.

Aso, I cloned the branch_6x job to create the branch_6_6, and the branch_6x job is working fine.

--
Steve
www.lucidworks.com

> On May 12, 2017, at 11:51 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
> 
> Are you sure you checked out to the workspace root? In Jenkins you have to explicitly say this (see other jobs).
> 
> -----
> Uwe Schindler
> Achterdiek 19, D-28357 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
> 
>> -----Original Message-----
>> From: Apache Jenkins Server [mailto:jenkins@builds.apache.org]
>> Sent: Friday, May 12, 2017 5:48 PM
>> To: dev@lucene.apache.org
>> Subject: [JENKINS] Solr-reference-guide-6.6 - Build # 4 - Still Failing
>> 
>> Build: https://builds.apache.org/job/Solr-reference-guide-6.6/4/
>> 
>> Log:
>> Started by user sarowe
>> [EnvInject] - Loading node environment variables.
>> Building remotely on H19 (git-websites) in workspace /home/jenkins/jenkins-
>> slave/workspace/Solr-reference-guide-6.6
>> Cloning the remote Git repository
>> Cloning repository git://git.apache.org/lucene-solr.git
>>> git init /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-6.6 #
>> timeout=10
>> Fetching upstream changes from git://git.apache.org/lucene-solr.git
>>> git --version # timeout=10
>>> git fetch --tags --progress git://git.apache.org/lucene-solr.git
>> +refs/heads/*:refs/remotes/origin/*
>>> git config remote.origin.url git://git.apache.org/lucene-solr.git #
>> timeout=10
>>> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* #
>> timeout=10
>>> git config remote.origin.url git://git.apache.org/lucene-solr.git #
>> timeout=10
>> Fetching upstream changes from git://git.apache.org/lucene-solr.git
>>> git fetch --tags --progress git://git.apache.org/lucene-solr.git
>> +refs/heads/*:refs/remotes/origin/*
>>> git rev-parse refs/remotes/origin/branch_6_6^{commit} # timeout=10
>>> git rev-parse refs/remotes/origin/origin/branch_6_6^{commit} #
>> timeout=10
>> Checking out Revision 506485c4403bce29cc06272f3341c6afc2f1d479
>> (refs/remotes/origin/branch_6_6)
>>> git config core.sparsecheckout # timeout=10
>>> git checkout -f 506485c4403bce29cc06272f3341c6afc2f1d479
>>> git rev-list 506485c4403bce29cc06272f3341c6afc2f1d479 # timeout=10
>> No emails were triggered.
>> [Solr-reference-guide-6.6] $ /bin/bash -xe
>> /tmp/hudson1875946413917847668.sh
>> + echo 'Set ruby path to avoid writing to /usr directory'
>> Set ruby path to avoid writing to /usr directory
>> + export RUBY_PATH=/home/jenkins/shared/.rvm
>> + RUBY_PATH=/home/jenkins/shared/.rvm
>> + export GEM_HOME=/home/jenkins/shared/.rvm/gems
>> + GEM_HOME=/home/jenkins/shared/.rvm/gems
>> + curl -sSL https://get.rvm.io
>> + bash -s -- --path /home/jenkins/shared/.rvm
>> Downloading https://github.com/rvm/rvm/archive/master.tar.gz
>> 
>> Upgrading the RVM installation in /home/jenkins/shared/.rvm/
>>    RVM PATH line found in /home/jenkins/.mkshrc /home/jenkins/.profile
>> /home/jenkins/.bashrc /home/jenkins/.zshrc.
>>    RVM sourcing line found in /home/jenkins/.profile
>> /home/jenkins/.bash_profile /home/jenkins/.zlogin.
>> Upgrade of RVM in /home/jenkins/shared/.rvm/ is complete.
>> 
>> # jenkins,
>> #
>> #   Thank you for using RVM!
>> #   We sincerely hope that RVM helps to make your life easier and more
>> enjoyable!!!
>> #
>> # ~Wayne, Michal & team.
>> 
>> In case of problems: https://rvm.io/help and https://twitter.com/rvm_io
>> 
>> Upgrade Notes:
>> 
>>  * It looks like some old stuff is laying around RVM, you can cleanup with:
>> rvm cleanup all
>> 
>>  * No new notes to display.
>> 
>> + mkdir -p /home/jenkins/shared/.rvm/gems/gems
>> + gem install --install-dir /home/jenkins/shared/.rvm/gems jekyll jekyll-
>> asciidoc pygments.rb
>> Successfully installed jekyll-3.4.3
>> Successfully installed jekyll-asciidoc-2.0.1
>> Successfully installed pygments.rb-1.1.2
>> 3 gems installed
>> + export
>> PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/late
>> st1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ga
>> mes:/usr/local/games
>> +
>> PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/late
>> st1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ga
>> mes:/usr/local/games
>> + cd solr/solr-ref-guide
>> /tmp/hudson1875946413917847668.sh: line 10: cd: solr/solr-ref-guide: No
>> such file or directory
>> Build step 'Execute shell' marked build as failure
>> Archiving artifacts
>> Email was triggered for: Failure - Any
>> Sending email for trigger: Failure - Any
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


RE: [JENKINS] Solr-reference-guide-6.6 - Build # 4 - Still Failing

Posted by Uwe Schindler <uw...@thetaphi.de>.
Are you sure you checked out to the workspace root? In Jenkins you have to explicitly say this (see other jobs).

-----
Uwe Schindler
Achterdiek 19, D-28357 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: Apache Jenkins Server [mailto:jenkins@builds.apache.org]
> Sent: Friday, May 12, 2017 5:48 PM
> To: dev@lucene.apache.org
> Subject: [JENKINS] Solr-reference-guide-6.6 - Build # 4 - Still Failing
> 
> Build: https://builds.apache.org/job/Solr-reference-guide-6.6/4/
> 
> Log:
> Started by user sarowe
> [EnvInject] - Loading node environment variables.
> Building remotely on H19 (git-websites) in workspace /home/jenkins/jenkins-
> slave/workspace/Solr-reference-guide-6.6
> Cloning the remote Git repository
> Cloning repository git://git.apache.org/lucene-solr.git
>  > git init /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-6.6 #
> timeout=10
> Fetching upstream changes from git://git.apache.org/lucene-solr.git
>  > git --version # timeout=10
>  > git fetch --tags --progress git://git.apache.org/lucene-solr.git
> +refs/heads/*:refs/remotes/origin/*
>  > git config remote.origin.url git://git.apache.org/lucene-solr.git #
> timeout=10
>  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* #
> timeout=10
>  > git config remote.origin.url git://git.apache.org/lucene-solr.git #
> timeout=10
> Fetching upstream changes from git://git.apache.org/lucene-solr.git
>  > git fetch --tags --progress git://git.apache.org/lucene-solr.git
> +refs/heads/*:refs/remotes/origin/*
>  > git rev-parse refs/remotes/origin/branch_6_6^{commit} # timeout=10
>  > git rev-parse refs/remotes/origin/origin/branch_6_6^{commit} #
> timeout=10
> Checking out Revision 506485c4403bce29cc06272f3341c6afc2f1d479
> (refs/remotes/origin/branch_6_6)
>  > git config core.sparsecheckout # timeout=10
>  > git checkout -f 506485c4403bce29cc06272f3341c6afc2f1d479
>  > git rev-list 506485c4403bce29cc06272f3341c6afc2f1d479 # timeout=10
> No emails were triggered.
> [Solr-reference-guide-6.6] $ /bin/bash -xe
> /tmp/hudson1875946413917847668.sh
> + echo 'Set ruby path to avoid writing to /usr directory'
> Set ruby path to avoid writing to /usr directory
> + export RUBY_PATH=/home/jenkins/shared/.rvm
> + RUBY_PATH=/home/jenkins/shared/.rvm
> + export GEM_HOME=/home/jenkins/shared/.rvm/gems
> + GEM_HOME=/home/jenkins/shared/.rvm/gems
> + curl -sSL https://get.rvm.io
> + bash -s -- --path /home/jenkins/shared/.rvm
> Downloading https://github.com/rvm/rvm/archive/master.tar.gz
> 
> Upgrading the RVM installation in /home/jenkins/shared/.rvm/
>     RVM PATH line found in /home/jenkins/.mkshrc /home/jenkins/.profile
> /home/jenkins/.bashrc /home/jenkins/.zshrc.
>     RVM sourcing line found in /home/jenkins/.profile
> /home/jenkins/.bash_profile /home/jenkins/.zlogin.
> Upgrade of RVM in /home/jenkins/shared/.rvm/ is complete.
> 
> # jenkins,
> #
> #   Thank you for using RVM!
> #   We sincerely hope that RVM helps to make your life easier and more
> enjoyable!!!
> #
> # ~Wayne, Michal & team.
> 
> In case of problems: https://rvm.io/help and https://twitter.com/rvm_io
> 
> Upgrade Notes:
> 
>   * It looks like some old stuff is laying around RVM, you can cleanup with:
> rvm cleanup all
> 
>   * No new notes to display.
> 
> + mkdir -p /home/jenkins/shared/.rvm/gems/gems
> + gem install --install-dir /home/jenkins/shared/.rvm/gems jekyll jekyll-
> asciidoc pygments.rb
> Successfully installed jekyll-3.4.3
> Successfully installed jekyll-asciidoc-2.0.1
> Successfully installed pygments.rb-1.1.2
> 3 gems installed
> + export
> PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/late
> st1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ga
> mes:/usr/local/games
> +
> PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/late
> st1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ga
> mes:/usr/local/games
> + cd solr/solr-ref-guide
> /tmp/hudson1875946413917847668.sh: line 10: cd: solr/solr-ref-guide: No
> such file or directory
> Build step 'Execute shell' marked build as failure
> Archiving artifacts
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[JENKINS] Solr-reference-guide-6.6 - Build # 4 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Solr-reference-guide-6.6/4/

Log: 
Started by user sarowe
[EnvInject] - Loading node environment variables.
Building remotely on H19 (git-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-6.6
Cloning the remote Git repository
Cloning repository git://git.apache.org/lucene-solr.git
 > git init /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-6.6 # timeout=10
Fetching upstream changes from git://git.apache.org/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://git.apache.org/lucene-solr.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.apache.org/lucene-solr.git # timeout=10
Fetching upstream changes from git://git.apache.org/lucene-solr.git
 > git fetch --tags --progress git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch_6_6^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch_6_6^{commit} # timeout=10
Checking out Revision 506485c4403bce29cc06272f3341c6afc2f1d479 (refs/remotes/origin/branch_6_6)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 506485c4403bce29cc06272f3341c6afc2f1d479
 > git rev-list 506485c4403bce29cc06272f3341c6afc2f1d479 # timeout=10
No emails were triggered.
[Solr-reference-guide-6.6] $ /bin/bash -xe /tmp/hudson1875946413917847668.sh
+ echo 'Set ruby path to avoid writing to /usr directory'
Set ruby path to avoid writing to /usr directory
+ export RUBY_PATH=/home/jenkins/shared/.rvm
+ RUBY_PATH=/home/jenkins/shared/.rvm
+ export GEM_HOME=/home/jenkins/shared/.rvm/gems
+ GEM_HOME=/home/jenkins/shared/.rvm/gems
+ curl -sSL https://get.rvm.io
+ bash -s -- --path /home/jenkins/shared/.rvm
Downloading https://github.com/rvm/rvm/archive/master.tar.gz

Upgrading the RVM installation in /home/jenkins/shared/.rvm/
    RVM PATH line found in /home/jenkins/.mkshrc /home/jenkins/.profile /home/jenkins/.bashrc /home/jenkins/.zshrc.
    RVM sourcing line found in /home/jenkins/.profile /home/jenkins/.bash_profile /home/jenkins/.zlogin.
Upgrade of RVM in /home/jenkins/shared/.rvm/ is complete.

# jenkins,
#
#   Thank you for using RVM!
#   We sincerely hope that RVM helps to make your life easier and more enjoyable!!!
#
# ~Wayne, Michal & team.

In case of problems: https://rvm.io/help and https://twitter.com/rvm_io

Upgrade Notes:

  * It looks like some old stuff is laying around RVM, you can cleanup with: rvm cleanup all

  * No new notes to display.

+ mkdir -p /home/jenkins/shared/.rvm/gems/gems
+ gem install --install-dir /home/jenkins/shared/.rvm/gems jekyll jekyll-asciidoc pygments.rb
Successfully installed jekyll-3.4.3
Successfully installed jekyll-asciidoc-2.0.1
Successfully installed pygments.rb-1.1.2
3 gems installed
+ export PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/latest1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
+ PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/latest1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
+ cd solr/solr-ref-guide
/tmp/hudson1875946413917847668.sh: line 10: cd: solr/solr-ref-guide: No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

Re: [JENKINS] Solr-reference-guide-6.6 - Build # 3 - Still Failing

Posted by Steve Rowe <sa...@gmail.com>.
I made a JIRA for me and Uwe to gain access: <https://issues.apache.org/jira/browse/INFRA-14143>.  (On HipChat, Daniel Gruno said that Gavin and pono, the two who are best equipped to deal with this, are traveling for Apachecon right now.)

For now I’ll disable the 6.6 job.

--
Steve
www.lucidworks.com

> On May 12, 2017, at 12:41 PM, Steve Rowe <sa...@gmail.com> wrote:
> 
> Thanks Uwe, I’ll make that change on the 6.x job.
> 
> I deleted the branch_6_6 job and re-cloned from the master job (including your changes), but it still checks out an old commit.
> 
> I’ll ask Infra on hipchat about getting ‘sudo jenkins’ access on H19 and H20 (the nodes where ‘git-websites’ label jobs are built).
> 
> --
> Steve
> www.lucidworks.com
> 
>> On May 12, 2017, at 12:18 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
>> 
>> Hi,
>> 
>> I edited the master build a bit (see my other mail). In addition, you should add the extra "additional behaviour" git option" "clean before checkout". This brings the checkout into a pristine state and reverts any changes. I did this for master, too.
>> 
>> Uwe
>> 
>> -----
>> Uwe Schindler
>> Achterdiek 19, D-28357 Bremen
>> http://www.thetaphi.de
>> eMail: uwe@thetaphi.de
>> 
>>> -----Original Message-----
>>> From: Steve Rowe [mailto:sarowe@gmail.com]
>>> Sent: Friday, May 12, 2017 5:46 PM
>>> To: Lucene Dev <de...@lucene.apache.org>
>>> Subject: Re: [JENKINS] Solr-reference-guide-6.6 - Build # 3 - Still Failing
>>> 
>>> For some reason the checked-out commit is the one just before Cassandra
>>> cherry-picked the ref guide squash merge onto branch_6_6, so the solr/solr-
>>> ref-guide/ directory isn’t present.  I don’t see anything in the job config that
>>> would cause this.
>>> 
>>> Thinking the issue was maybe timing, I manually restarted the job a couple
>>> times, but there’s no change.
>>> 
>>> Next I’ll try deleting the job and re-cloning.
>>> 
>>> --
>>> Steve
>>> www.lucidworks.com
>>> 
>>>> On May 12, 2017, at 11:42 AM, Apache Jenkins Server
>>> <je...@builds.apache.org> wrote:
>>>> 
>>>> Build: https://builds.apache.org/job/Solr-reference-guide-6.6/3/
>>>> 
>>>> Log:
>>>> Started by user sarowe
>>>> [EnvInject] - Loading node environment variables.
>>>> Building remotely on H19 (git-websites) in workspace
>>> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-6.6
>>>>> git rev-parse --is-inside-work-tree # timeout=10
>>>> Fetching changes from the remote Git repository
>>>>> git config remote.origin.url git://git.apache.org/lucene-solr.git #
>>> timeout=10
>>>> Fetching upstream changes from git://git.apache.org/lucene-solr.git
>>>>> git --version # timeout=10
>>>>> git fetch --tags --progress git://git.apache.org/lucene-solr.git
>>> +refs/heads/*:refs/remotes/origin/*
>>>>> git rev-parse refs/remotes/origin/branch_6_6^{commit} # timeout=10
>>>>> git rev-parse refs/remotes/origin/origin/branch_6_6^{commit} #
>>> timeout=10
>>>> Checking out Revision 506485c4403bce29cc06272f3341c6afc2f1d479
>>> (refs/remotes/origin/branch_6_6)
>>>>> git config core.sparsecheckout # timeout=10
>>>>> git checkout -f 506485c4403bce29cc06272f3341c6afc2f1d479
>>>>> git rev-list 506485c4403bce29cc06272f3341c6afc2f1d479 # timeout=10
>>>> No emails were triggered.
>>>> [Solr-reference-guide-6.6] $ /bin/bash -xe
>>> /tmp/hudson7016357499441274446.sh
>>>> + echo 'Set ruby path to avoid writing to /usr directory'
>>>> Set ruby path to avoid writing to /usr directory
>>>> + export RUBY_PATH=/home/jenkins/shared/.rvm
>>>> + RUBY_PATH=/home/jenkins/shared/.rvm
>>>> + export GEM_HOME=/home/jenkins/shared/.rvm/gems
>>>> + GEM_HOME=/home/jenkins/shared/.rvm/gems
>>>> + curl -sSL https://get.rvm.io
>>>> + bash -s -- --path /home/jenkins/shared/.rvm
>>>> Downloading https://github.com/rvm/rvm/archive/master.tar.gz
>>>> 
>>>> Upgrading the RVM installation in /home/jenkins/shared/.rvm/
>>>>  RVM PATH line found in /home/jenkins/.mkshrc /home/jenkins/.profile
>>> /home/jenkins/.bashrc /home/jenkins/.zshrc.
>>>>  RVM sourcing line found in /home/jenkins/.profile
>>> /home/jenkins/.bash_profile /home/jenkins/.zlogin.
>>>> Upgrade of RVM in /home/jenkins/shared/.rvm/ is complete.
>>>> 
>>>> # jenkins,
>>>> #
>>>> #   Thank you for using RVM!
>>>> #   We sincerely hope that RVM helps to make your life easier and more
>>> enjoyable!!!
>>>> #
>>>> # ~Wayne, Michal & team.
>>>> 
>>>> In case of problems: https://rvm.io/help and https://twitter.com/rvm_io
>>>> 
>>>> Upgrade Notes:
>>>> 
>>>> * It looks like some old stuff is laying around RVM, you can cleanup with:
>>> rvm cleanup all
>>>> 
>>>> * No new notes to display.
>>>> 
>>>> + mkdir -p /home/jenkins/shared/.rvm/gems/gems
>>>> + gem install --install-dir /home/jenkins/shared/.rvm/gems jekyll jekyll-
>>> asciidoc pygments.rb
>>>> Successfully installed jekyll-3.4.3
>>>> Successfully installed jekyll-asciidoc-2.0.1
>>>> Successfully installed pygments.rb-1.1.2
>>>> 3 gems installed
>>>> + export
>>> PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/late
>>> st1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ga
>>> mes:/usr/local/games
>>>> +
>>> PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/late
>>> st1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ga
>>> mes:/usr/local/games
>>>> + cd solr/solr-ref-guide
>>>> /tmp/hudson7016357499441274446.sh: line 10: cd: solr/solr-ref-guide: No
>>> such file or directory
>>>> Build step 'Execute shell' marked build as failure
>>>> Archiving artifacts
>>>> Email was triggered for: Failure - Any
>>>> Sending email for trigger: Failure - Any
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: dev-help@lucene.apache.org
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Solr-reference-guide-6.6 - Build # 3 - Still Failing

Posted by Steve Rowe <sa...@gmail.com>.
Thanks Uwe, I’ll make that change on the 6.x job.

I deleted the branch_6_6 job and re-cloned from the master job (including your changes), but it still checks out an old commit.

I’ll ask Infra on hipchat about getting ‘sudo jenkins’ access on H19 and H20 (the nodes where ‘git-websites’ label jobs are built).

--
Steve
www.lucidworks.com

> On May 12, 2017, at 12:18 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> 
> Hi,
> 
> I edited the master build a bit (see my other mail). In addition, you should add the extra "additional behaviour" git option" "clean before checkout". This brings the checkout into a pristine state and reverts any changes. I did this for master, too.
> 
> Uwe
> 
> -----
> Uwe Schindler
> Achterdiek 19, D-28357 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
> 
>> -----Original Message-----
>> From: Steve Rowe [mailto:sarowe@gmail.com]
>> Sent: Friday, May 12, 2017 5:46 PM
>> To: Lucene Dev <de...@lucene.apache.org>
>> Subject: Re: [JENKINS] Solr-reference-guide-6.6 - Build # 3 - Still Failing
>> 
>> For some reason the checked-out commit is the one just before Cassandra
>> cherry-picked the ref guide squash merge onto branch_6_6, so the solr/solr-
>> ref-guide/ directory isn’t present.  I don’t see anything in the job config that
>> would cause this.
>> 
>> Thinking the issue was maybe timing, I manually restarted the job a couple
>> times, but there’s no change.
>> 
>> Next I’ll try deleting the job and re-cloning.
>> 
>> --
>> Steve
>> www.lucidworks.com
>> 
>>> On May 12, 2017, at 11:42 AM, Apache Jenkins Server
>> <je...@builds.apache.org> wrote:
>>> 
>>> Build: https://builds.apache.org/job/Solr-reference-guide-6.6/3/
>>> 
>>> Log:
>>> Started by user sarowe
>>> [EnvInject] - Loading node environment variables.
>>> Building remotely on H19 (git-websites) in workspace
>> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-6.6
>>>> git rev-parse --is-inside-work-tree # timeout=10
>>> Fetching changes from the remote Git repository
>>>> git config remote.origin.url git://git.apache.org/lucene-solr.git #
>> timeout=10
>>> Fetching upstream changes from git://git.apache.org/lucene-solr.git
>>>> git --version # timeout=10
>>>> git fetch --tags --progress git://git.apache.org/lucene-solr.git
>> +refs/heads/*:refs/remotes/origin/*
>>>> git rev-parse refs/remotes/origin/branch_6_6^{commit} # timeout=10
>>>> git rev-parse refs/remotes/origin/origin/branch_6_6^{commit} #
>> timeout=10
>>> Checking out Revision 506485c4403bce29cc06272f3341c6afc2f1d479
>> (refs/remotes/origin/branch_6_6)
>>>> git config core.sparsecheckout # timeout=10
>>>> git checkout -f 506485c4403bce29cc06272f3341c6afc2f1d479
>>>> git rev-list 506485c4403bce29cc06272f3341c6afc2f1d479 # timeout=10
>>> No emails were triggered.
>>> [Solr-reference-guide-6.6] $ /bin/bash -xe
>> /tmp/hudson7016357499441274446.sh
>>> + echo 'Set ruby path to avoid writing to /usr directory'
>>> Set ruby path to avoid writing to /usr directory
>>> + export RUBY_PATH=/home/jenkins/shared/.rvm
>>> + RUBY_PATH=/home/jenkins/shared/.rvm
>>> + export GEM_HOME=/home/jenkins/shared/.rvm/gems
>>> + GEM_HOME=/home/jenkins/shared/.rvm/gems
>>> + curl -sSL https://get.rvm.io
>>> + bash -s -- --path /home/jenkins/shared/.rvm
>>> Downloading https://github.com/rvm/rvm/archive/master.tar.gz
>>> 
>>> Upgrading the RVM installation in /home/jenkins/shared/.rvm/
>>>   RVM PATH line found in /home/jenkins/.mkshrc /home/jenkins/.profile
>> /home/jenkins/.bashrc /home/jenkins/.zshrc.
>>>   RVM sourcing line found in /home/jenkins/.profile
>> /home/jenkins/.bash_profile /home/jenkins/.zlogin.
>>> Upgrade of RVM in /home/jenkins/shared/.rvm/ is complete.
>>> 
>>> # jenkins,
>>> #
>>> #   Thank you for using RVM!
>>> #   We sincerely hope that RVM helps to make your life easier and more
>> enjoyable!!!
>>> #
>>> # ~Wayne, Michal & team.
>>> 
>>> In case of problems: https://rvm.io/help and https://twitter.com/rvm_io
>>> 
>>> Upgrade Notes:
>>> 
>>> * It looks like some old stuff is laying around RVM, you can cleanup with:
>> rvm cleanup all
>>> 
>>> * No new notes to display.
>>> 
>>> + mkdir -p /home/jenkins/shared/.rvm/gems/gems
>>> + gem install --install-dir /home/jenkins/shared/.rvm/gems jekyll jekyll-
>> asciidoc pygments.rb
>>> Successfully installed jekyll-3.4.3
>>> Successfully installed jekyll-asciidoc-2.0.1
>>> Successfully installed pygments.rb-1.1.2
>>> 3 gems installed
>>> + export
>> PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/late
>> st1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ga
>> mes:/usr/local/games
>>> +
>> PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/late
>> st1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ga
>> mes:/usr/local/games
>>> + cd solr/solr-ref-guide
>>> /tmp/hudson7016357499441274446.sh: line 10: cd: solr/solr-ref-guide: No
>> such file or directory
>>> Build step 'Execute shell' marked build as failure
>>> Archiving artifacts
>>> Email was triggered for: Failure - Any
>>> Sending email for trigger: Failure - Any
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: dev-help@lucene.apache.org
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


RE: [JENKINS] Solr-reference-guide-6.6 - Build # 3 - Still Failing

Posted by Uwe Schindler <uw...@thetaphi.de>.
Hi,

I edited the master build a bit (see my other mail). In addition, you should add the extra "additional behaviour" git option" "clean before checkout". This brings the checkout into a pristine state and reverts any changes. I did this for master, too.

Uwe

-----
Uwe Schindler
Achterdiek 19, D-28357 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: Steve Rowe [mailto:sarowe@gmail.com]
> Sent: Friday, May 12, 2017 5:46 PM
> To: Lucene Dev <de...@lucene.apache.org>
> Subject: Re: [JENKINS] Solr-reference-guide-6.6 - Build # 3 - Still Failing
> 
> For some reason the checked-out commit is the one just before Cassandra
> cherry-picked the ref guide squash merge onto branch_6_6, so the solr/solr-
> ref-guide/ directory isn’t present.  I don’t see anything in the job config that
> would cause this.
> 
> Thinking the issue was maybe timing, I manually restarted the job a couple
> times, but there’s no change.
> 
> Next I’ll try deleting the job and re-cloning.
> 
> --
> Steve
> www.lucidworks.com
> 
> > On May 12, 2017, at 11:42 AM, Apache Jenkins Server
> <je...@builds.apache.org> wrote:
> >
> > Build: https://builds.apache.org/job/Solr-reference-guide-6.6/3/
> >
> > Log:
> > Started by user sarowe
> > [EnvInject] - Loading node environment variables.
> > Building remotely on H19 (git-websites) in workspace
> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-6.6
> >> git rev-parse --is-inside-work-tree # timeout=10
> > Fetching changes from the remote Git repository
> >> git config remote.origin.url git://git.apache.org/lucene-solr.git #
> timeout=10
> > Fetching upstream changes from git://git.apache.org/lucene-solr.git
> >> git --version # timeout=10
> >> git fetch --tags --progress git://git.apache.org/lucene-solr.git
> +refs/heads/*:refs/remotes/origin/*
> >> git rev-parse refs/remotes/origin/branch_6_6^{commit} # timeout=10
> >> git rev-parse refs/remotes/origin/origin/branch_6_6^{commit} #
> timeout=10
> > Checking out Revision 506485c4403bce29cc06272f3341c6afc2f1d479
> (refs/remotes/origin/branch_6_6)
> >> git config core.sparsecheckout # timeout=10
> >> git checkout -f 506485c4403bce29cc06272f3341c6afc2f1d479
> >> git rev-list 506485c4403bce29cc06272f3341c6afc2f1d479 # timeout=10
> > No emails were triggered.
> > [Solr-reference-guide-6.6] $ /bin/bash -xe
> /tmp/hudson7016357499441274446.sh
> > + echo 'Set ruby path to avoid writing to /usr directory'
> > Set ruby path to avoid writing to /usr directory
> > + export RUBY_PATH=/home/jenkins/shared/.rvm
> > + RUBY_PATH=/home/jenkins/shared/.rvm
> > + export GEM_HOME=/home/jenkins/shared/.rvm/gems
> > + GEM_HOME=/home/jenkins/shared/.rvm/gems
> > + curl -sSL https://get.rvm.io
> > + bash -s -- --path /home/jenkins/shared/.rvm
> > Downloading https://github.com/rvm/rvm/archive/master.tar.gz
> >
> > Upgrading the RVM installation in /home/jenkins/shared/.rvm/
> >    RVM PATH line found in /home/jenkins/.mkshrc /home/jenkins/.profile
> /home/jenkins/.bashrc /home/jenkins/.zshrc.
> >    RVM sourcing line found in /home/jenkins/.profile
> /home/jenkins/.bash_profile /home/jenkins/.zlogin.
> > Upgrade of RVM in /home/jenkins/shared/.rvm/ is complete.
> >
> > # jenkins,
> > #
> > #   Thank you for using RVM!
> > #   We sincerely hope that RVM helps to make your life easier and more
> enjoyable!!!
> > #
> > # ~Wayne, Michal & team.
> >
> > In case of problems: https://rvm.io/help and https://twitter.com/rvm_io
> >
> > Upgrade Notes:
> >
> >  * It looks like some old stuff is laying around RVM, you can cleanup with:
> rvm cleanup all
> >
> >  * No new notes to display.
> >
> > + mkdir -p /home/jenkins/shared/.rvm/gems/gems
> > + gem install --install-dir /home/jenkins/shared/.rvm/gems jekyll jekyll-
> asciidoc pygments.rb
> > Successfully installed jekyll-3.4.3
> > Successfully installed jekyll-asciidoc-2.0.1
> > Successfully installed pygments.rb-1.1.2
> > 3 gems installed
> > + export
> PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/late
> st1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ga
> mes:/usr/local/games
> > +
> PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/late
> st1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ga
> mes:/usr/local/games
> > + cd solr/solr-ref-guide
> > /tmp/hudson7016357499441274446.sh: line 10: cd: solr/solr-ref-guide: No
> such file or directory
> > Build step 'Execute shell' marked build as failure
> > Archiving artifacts
> > Email was triggered for: Failure - Any
> > Sending email for trigger: Failure - Any
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> > For additional commands, e-mail: dev-help@lucene.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Solr-reference-guide-6.6 - Build # 3 - Still Failing

Posted by Steve Rowe <sa...@gmail.com>.
For some reason the checked-out commit is the one just before Cassandra cherry-picked the ref guide squash merge onto branch_6_6, so the solr/solr-ref-guide/ directory isn’t present.  I don’t see anything in the job config that would cause this.

Thinking the issue was maybe timing, I manually restarted the job a couple times, but there’s no change.

Next I’ll try deleting the job and re-cloning.

--
Steve
www.lucidworks.com

> On May 12, 2017, at 11:42 AM, Apache Jenkins Server <je...@builds.apache.org> wrote:
> 
> Build: https://builds.apache.org/job/Solr-reference-guide-6.6/3/
> 
> Log: 
> Started by user sarowe
> [EnvInject] - Loading node environment variables.
> Building remotely on H19 (git-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-6.6
>> git rev-parse --is-inside-work-tree # timeout=10
> Fetching changes from the remote Git repository
>> git config remote.origin.url git://git.apache.org/lucene-solr.git # timeout=10
> Fetching upstream changes from git://git.apache.org/lucene-solr.git
>> git --version # timeout=10
>> git fetch --tags --progress git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
>> git rev-parse refs/remotes/origin/branch_6_6^{commit} # timeout=10
>> git rev-parse refs/remotes/origin/origin/branch_6_6^{commit} # timeout=10
> Checking out Revision 506485c4403bce29cc06272f3341c6afc2f1d479 (refs/remotes/origin/branch_6_6)
>> git config core.sparsecheckout # timeout=10
>> git checkout -f 506485c4403bce29cc06272f3341c6afc2f1d479
>> git rev-list 506485c4403bce29cc06272f3341c6afc2f1d479 # timeout=10
> No emails were triggered.
> [Solr-reference-guide-6.6] $ /bin/bash -xe /tmp/hudson7016357499441274446.sh
> + echo 'Set ruby path to avoid writing to /usr directory'
> Set ruby path to avoid writing to /usr directory
> + export RUBY_PATH=/home/jenkins/shared/.rvm
> + RUBY_PATH=/home/jenkins/shared/.rvm
> + export GEM_HOME=/home/jenkins/shared/.rvm/gems
> + GEM_HOME=/home/jenkins/shared/.rvm/gems
> + curl -sSL https://get.rvm.io
> + bash -s -- --path /home/jenkins/shared/.rvm
> Downloading https://github.com/rvm/rvm/archive/master.tar.gz
> 
> Upgrading the RVM installation in /home/jenkins/shared/.rvm/
>    RVM PATH line found in /home/jenkins/.mkshrc /home/jenkins/.profile /home/jenkins/.bashrc /home/jenkins/.zshrc.
>    RVM sourcing line found in /home/jenkins/.profile /home/jenkins/.bash_profile /home/jenkins/.zlogin.
> Upgrade of RVM in /home/jenkins/shared/.rvm/ is complete.
> 
> # jenkins,
> #
> #   Thank you for using RVM!
> #   We sincerely hope that RVM helps to make your life easier and more enjoyable!!!
> #
> # ~Wayne, Michal & team.
> 
> In case of problems: https://rvm.io/help and https://twitter.com/rvm_io
> 
> Upgrade Notes:
> 
>  * It looks like some old stuff is laying around RVM, you can cleanup with: rvm cleanup all
> 
>  * No new notes to display.
> 
> + mkdir -p /home/jenkins/shared/.rvm/gems/gems
> + gem install --install-dir /home/jenkins/shared/.rvm/gems jekyll jekyll-asciidoc pygments.rb
> Successfully installed jekyll-3.4.3
> Successfully installed jekyll-asciidoc-2.0.1
> Successfully installed pygments.rb-1.1.2
> 3 gems installed
> + export PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/latest1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
> + PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/latest1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
> + cd solr/solr-ref-guide
> /tmp/hudson7016357499441274446.sh: line 10: cd: solr/solr-ref-guide: No such file or directory
> Build step 'Execute shell' marked build as failure
> Archiving artifacts
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[JENKINS] Solr-reference-guide-6.6 - Build # 3 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Solr-reference-guide-6.6/3/

Log: 
Started by user sarowe
[EnvInject] - Loading node environment variables.
Building remotely on H19 (git-websites) in workspace /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-6.6
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/lucene-solr.git # timeout=10
Fetching upstream changes from git://git.apache.org/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch_6_6^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch_6_6^{commit} # timeout=10
Checking out Revision 506485c4403bce29cc06272f3341c6afc2f1d479 (refs/remotes/origin/branch_6_6)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 506485c4403bce29cc06272f3341c6afc2f1d479
 > git rev-list 506485c4403bce29cc06272f3341c6afc2f1d479 # timeout=10
No emails were triggered.
[Solr-reference-guide-6.6] $ /bin/bash -xe /tmp/hudson7016357499441274446.sh
+ echo 'Set ruby path to avoid writing to /usr directory'
Set ruby path to avoid writing to /usr directory
+ export RUBY_PATH=/home/jenkins/shared/.rvm
+ RUBY_PATH=/home/jenkins/shared/.rvm
+ export GEM_HOME=/home/jenkins/shared/.rvm/gems
+ GEM_HOME=/home/jenkins/shared/.rvm/gems
+ curl -sSL https://get.rvm.io
+ bash -s -- --path /home/jenkins/shared/.rvm
Downloading https://github.com/rvm/rvm/archive/master.tar.gz

Upgrading the RVM installation in /home/jenkins/shared/.rvm/
    RVM PATH line found in /home/jenkins/.mkshrc /home/jenkins/.profile /home/jenkins/.bashrc /home/jenkins/.zshrc.
    RVM sourcing line found in /home/jenkins/.profile /home/jenkins/.bash_profile /home/jenkins/.zlogin.
Upgrade of RVM in /home/jenkins/shared/.rvm/ is complete.

# jenkins,
#
#   Thank you for using RVM!
#   We sincerely hope that RVM helps to make your life easier and more enjoyable!!!
#
# ~Wayne, Michal & team.

In case of problems: https://rvm.io/help and https://twitter.com/rvm_io

Upgrade Notes:

  * It looks like some old stuff is laying around RVM, you can cleanup with: rvm cleanup all

  * No new notes to display.

+ mkdir -p /home/jenkins/shared/.rvm/gems/gems
+ gem install --install-dir /home/jenkins/shared/.rvm/gems jekyll jekyll-asciidoc pygments.rb
Successfully installed jekyll-3.4.3
Successfully installed jekyll-asciidoc-2.0.1
Successfully installed pygments.rb-1.1.2
3 gems installed
+ export PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/latest1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
+ PATH=/home/jenkins/shared/.rvm/gems/bin:/home/jenkins/tools/java/latest1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
+ cd solr/solr-ref-guide
/tmp/hudson7016357499441274446.sh: line 10: cd: solr/solr-ref-guide: No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any