You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/11/05 20:32:30 UTC

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b34) - Build # 11410 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11410/
Java: 32bit/jdk1.9.0-ea-b34 -server -XX:+UseSerialGC (asserts: true)

All tests passed

Build Log:
[...truncated 52180 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:525: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:432: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:105: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:204: The following files are missing svn:eol-style (or binary svn:mime-type):
* ./lucene/core/src/test/org/apache/lucene/util/TestBitUtil.java

Total time: 121 minutes 56 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.9.0-ea-b34 -server -XX:+UseSerialGC (asserts: true)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



Re: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b34) - Build # 11410 - Failure!

Posted by Chris Hostetter <ho...@fucit.org>.
: As I understood this was an svn eol style problem. I provided a git diff patch.
: Is it possible to avoid this svn problem in a git patch?
: Could ant precommit catch this on a git branch? I did not use that this time.

i don't know if there is anything you can do when using git and generating 
a parth to avoid problems like this.


When using "svn diff" it includes metdata like this in the diffs...

--CUT--
Property changes on: foo/bar/baz.java
___________________________________________________________________
Added: svn:eol-style
   + native
--CUT--

...and suposedly if you use "svn patch" it will look for that extra data 
and apply those properties -- but i've never actually tried it.  So i 
suppose if you cna make "git diff" tack on that same syntax, you've done 
everything you can do.

But if the committer (like me) typically just uses the "patch" command, 
then that metadata is just going to be ignored. -- but "ant preocmmit" run 
just prior to commit will still catch this.



-Hoss
http://www.lucidworks.com/

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


Re: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b34) - Build # 11410 - Failure!

Posted by Paul Elschot <pa...@gmail.com>.
As I understood this was an svn eol style problem. I provided a git diff patch.
Is it possible to avoid this svn problem in a git patch?
Could ant precommit catch this on a git branch? I did not use that this time.

Regards,
Paul Elschot

On 5 november 2014 23:47:58 CET, Adrien Grand <jp...@gmail.com> wrote:
>Thanks Hoss!
>
>On Wed, Nov 5, 2014 at 10:35 PM, Chris Hostetter
><ho...@fucit.org> wrote:
>>
>> I fixed the svn:eol-style on trunk & 5x
>>
>> : Date: Wed, 5 Nov 2014 19:32:30 +0000 (UTC)
>> : From: Policeman Jenkins Server <je...@thetaphi.de>
>> : Reply-To: dev@lucene.apache.org
>> : To: shalin@apache.org, noble@apache.org, jpountz@apache.org,
>> :     dev@lucene.apache.org
>> : Subject: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b34) -
>Build #
>> :     11410 - Failure!
>> :
>> : Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11410/
>> : Java: 32bit/jdk1.9.0-ea-b34 -server -XX:+UseSerialGC (asserts:
>true)
>> :
>> : All tests passed
>> :
>> : Build Log:
>> : [...truncated 52180 lines...]
>> : BUILD FAILED
>> : /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:525: The
>following error occurred while executing this line:
>> : /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:432: The
>following error occurred while executing this line:
>> :
>/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:105:
>The following error occurred while executing this line:
>> :
>/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:204:
>The following files are missing svn:eol-style (or binary
>svn:mime-type):
>> : * ./lucene/core/src/test/org/apache/lucene/util/TestBitUtil.java
>> :
>> : Total time: 121 minutes 56 seconds
>> : Build step 'Invoke Ant' marked build as failure
>> : [description-setter] Description set: Java: 32bit/jdk1.9.0-ea-b34
>-server -XX:+UseSerialGC (asserts: true)
>> : Archiving artifacts
>> : Recording test results
>> : Email was triggered for: Failure - Any
>> : Sending email for trigger: Failure - Any
>> :
>> :
>> :
>>
>> -Hoss
>> http://www.lucidworks.com/
>
>
>
>-- 
>Adrien
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>For additional commands, e-mail: dev-help@lucene.apache.org

Re: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b34) - Build # 11410 - Failure!

Posted by Adrien Grand <jp...@gmail.com>.
Thanks Hoss!

On Wed, Nov 5, 2014 at 10:35 PM, Chris Hostetter
<ho...@fucit.org> wrote:
>
> I fixed the svn:eol-style on trunk & 5x
>
> : Date: Wed, 5 Nov 2014 19:32:30 +0000 (UTC)
> : From: Policeman Jenkins Server <je...@thetaphi.de>
> : Reply-To: dev@lucene.apache.org
> : To: shalin@apache.org, noble@apache.org, jpountz@apache.org,
> :     dev@lucene.apache.org
> : Subject: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b34) - Build #
> :     11410 - Failure!
> :
> : Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11410/
> : Java: 32bit/jdk1.9.0-ea-b34 -server -XX:+UseSerialGC (asserts: true)
> :
> : All tests passed
> :
> : Build Log:
> : [...truncated 52180 lines...]
> : BUILD FAILED
> : /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:525: The following error occurred while executing this line:
> : /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:432: The following error occurred while executing this line:
> : /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:105: The following error occurred while executing this line:
> : /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:204: The following files are missing svn:eol-style (or binary svn:mime-type):
> : * ./lucene/core/src/test/org/apache/lucene/util/TestBitUtil.java
> :
> : Total time: 121 minutes 56 seconds
> : Build step 'Invoke Ant' marked build as failure
> : [description-setter] Description set: Java: 32bit/jdk1.9.0-ea-b34 -server -XX:+UseSerialGC (asserts: true)
> : Archiving artifacts
> : Recording test results
> : Email was triggered for: Failure - Any
> : Sending email for trigger: Failure - Any
> :
> :
> :
>
> -Hoss
> http://www.lucidworks.com/



-- 
Adrien

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


Re: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b34) - Build # 11410 - Failure!

Posted by Chris Hostetter <ho...@fucit.org>.
I fixed the svn:eol-style on trunk & 5x

: Date: Wed, 5 Nov 2014 19:32:30 +0000 (UTC)
: From: Policeman Jenkins Server <je...@thetaphi.de>
: Reply-To: dev@lucene.apache.org
: To: shalin@apache.org, noble@apache.org, jpountz@apache.org,
:     dev@lucene.apache.org
: Subject: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b34) - Build #
:     11410 - Failure!
: 
: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11410/
: Java: 32bit/jdk1.9.0-ea-b34 -server -XX:+UseSerialGC (asserts: true)
: 
: All tests passed
: 
: Build Log:
: [...truncated 52180 lines...]
: BUILD FAILED
: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:525: The following error occurred while executing this line:
: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:432: The following error occurred while executing this line:
: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:105: The following error occurred while executing this line:
: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:204: The following files are missing svn:eol-style (or binary svn:mime-type):
: * ./lucene/core/src/test/org/apache/lucene/util/TestBitUtil.java
: 
: Total time: 121 minutes 56 seconds
: Build step 'Invoke Ant' marked build as failure
: [description-setter] Description set: Java: 32bit/jdk1.9.0-ea-b34 -server -XX:+UseSerialGC (asserts: true)
: Archiving artifacts
: Recording test results
: Email was triggered for: Failure - Any
: Sending email for trigger: Failure - Any
: 
: 
: 

-Hoss
http://www.lucidworks.com/

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


[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.7.0_67) - Build # 11411 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11411/
Java: 32bit/jdk1.7.0_67 -server -XX:+UseConcMarkSweepGC (asserts: true)

All tests passed

Build Log:
[...truncated 54226 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:525: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:432: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:105: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:204: The following files are missing svn:eol-style (or binary svn:mime-type):
* ./lucene/core/src/test/org/apache/lucene/util/TestBitUtil.java

Total time: 130 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_67 -server -XX:+UseConcMarkSweepGC (asserts: true)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any