RE: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 1541 - Failure!

2014-05-01 Thread Uwe Schindler
Hi Robert,

I found the message on hotspot mailing list: 
http://mail.openjdk.java.net/pipermail/hotspot-dev/2013-May/009496.html
The problem is System.nanoTime() falls back to gettimeofday, because some fast 
and monotonic POSIX API is not available on OSX, which is horrible on the mac, 
because it can go backwards.

> Here's draft patch that uses mach_absolute_time() to provide fast and 
> monotonic System.nanoTime() for OS X:
> https://gist.github.com/denofevil/db57fa547510b2dd87fd

For now we should just ignore those failures on Jenkins, its related to this 
brokenness and the fact that we are running OSX in a VirtualBOX, which makes 
its clock very non-monotonic...!

Uwe

-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de


> -Original Message-
> From: Uwe Schindler [mailto:u...@thetaphi.de]
> Sent: Thursday, May 01, 2014 12:01 PM
> To: dev@lucene.apache.org
> Subject: RE: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build #
> 1541 - Failure!
> 
> See also: http://mail-archives.apache.org/mod_mbox/lucene-
> dev/201301.mbox/%3C030701cdea9b$f2334850$d699d8f0$@thetaphi.de%3E
> 
> -
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: u...@thetaphi.de
> 
> 
> > -Original Message-
> > From: Uwe Schindler [mailto:u...@thetaphi.de]
> > Sent: Thursday, May 01, 2014 12:00 PM
> > To: dev@lucene.apache.org
> > Subject: RE: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) -
> > Build #
> > 1541 - Failure!
> >
> > Uwe,
> >
> > This happens from time to time. It looks like wrong usage of syscalls
> > in the MacOSX libc, because it seems to happen if the clock on Mac
> > goes backwards. This happens more often in virtual machines, because
> > time synchronization of virtual machine and host clock happens more
> > often because of virtual processor scheduling issues, so clocks differ
> > more often and need to be corrected by NTP. As far as I remember,
> > there was already a patch on hotspot mailing list to use more modern APIs.
> >
> > Uwe
> >
> > -
> > Uwe Schindler
> > H.-H.-Meier-Allee 63, D-28213 Bremen
> > http://www.thetaphi.de
> > eMail: u...@thetaphi.de
> >
> >
> > > -Original Message-----
> > > From: Robert Muir [mailto:rcm...@gmail.com]
> > > Sent: Thursday, May 01, 2014 10:52 AM
> > > To: dev@lucene.apache.org
> > > Subject: Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) -
> > > Build #
> > > 1541 - Failure!
> > >
> > > I downloaded this jvm on my mac and tried the master seed a few
> > > times, no SIGFPE.
> > >
> > > I can't reproduce it.
> > >
> > > On Thu, May 1, 2014 at 2:54 AM, Policeman Jenkins Server
> > >  wrote:
> > > > Build:
> > > > http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1541/
> > > > Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
> > > >
> > > > No tests ran.
> > > >
> > > > Build Log:
> > > > [...truncated 8349 lines...]
> > > >[junit4] JVM J0: stdout was not empty, see:
> > > /Users/jenkins/workspace/Lucene-Solr-trunk-
> > > MacOSX/lucene/build/join/test/temp/junit4-J0-
> > > 20140501_065329_348.sysout
> > > >[junit4] >>> JVM J0: stdout (verbatim) 
> > > >[junit4] #
> > > >[junit4] # A fatal error has been detected by the Java Runtime
> > > Environment:
> > > >[junit4] #
> > > >[junit4] #  SIGFPE (0x8) at pc=0x7fff8a0d6b63, pid=203, tid=21251
> > > >[junit4] #
> > > >[junit4] # JRE version: Java(TM) SE Runtime Environment
> > > > (8.0_05-b13)
> > > (build 1.8.0_05-b13)
> > > >[junit4] # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.5-b02
> > > > mixed
> > > mode bsd-amd64 compressed oops)
> > > >[junit4] # Problematic frame:
> > > >[junit4] # C  [libsystem_c.dylib+0x2b63]
> > > __commpage_gettimeofday+0x43
> > > >[junit4] #
> > > >[junit4] # Failed to write core dump. Core dumps have been
> > > > disabled. To
> > > enable core dumping, try "ulimit -c unlimited" before starting Java
> > > again
> > > >[junit4] #
> > > >[junit4] # An error report file with more information is saved as:
> > > >[junit4] # /Users/jenkins/workspace/Lucene-Solr-trunk-
> > > MacOSX/luc

RE: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 1541 - Failure!

2014-05-01 Thread Uwe Schindler
See also: 
http://mail-archives.apache.org/mod_mbox/lucene-dev/201301.mbox/%3C030701cdea9b$f2334850$d699d8f0$@thetaphi.de%3E

-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de


> -Original Message-
> From: Uwe Schindler [mailto:u...@thetaphi.de]
> Sent: Thursday, May 01, 2014 12:00 PM
> To: dev@lucene.apache.org
> Subject: RE: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build #
> 1541 - Failure!
> 
> Uwe,
> 
> This happens from time to time. It looks like wrong usage of syscalls in the
> MacOSX libc, because it seems to happen if the clock on Mac goes
> backwards. This happens more often in virtual machines, because time
> synchronization of virtual machine and host clock happens more often
> because of virtual processor scheduling issues, so clocks differ more often
> and need to be corrected by NTP. As far as I remember, there was already a
> patch on hotspot mailing list to use more modern APIs.
> 
> Uwe
> 
> -
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: u...@thetaphi.de
> 
> 
> > -Original Message-
> > From: Robert Muir [mailto:rcm...@gmail.com]
> > Sent: Thursday, May 01, 2014 10:52 AM
> > To: dev@lucene.apache.org
> > Subject: Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) -
> > Build #
> > 1541 - Failure!
> >
> > I downloaded this jvm on my mac and tried the master seed a few times,
> > no SIGFPE.
> >
> > I can't reproduce it.
> >
> > On Thu, May 1, 2014 at 2:54 AM, Policeman Jenkins Server
> >  wrote:
> > > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1541/
> > > Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
> > >
> > > No tests ran.
> > >
> > > Build Log:
> > > [...truncated 8349 lines...]
> > >[junit4] JVM J0: stdout was not empty, see:
> > /Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/lucene/build/join/test/temp/junit4-J0-
> > 20140501_065329_348.sysout
> > >[junit4] >>> JVM J0: stdout (verbatim) 
> > >[junit4] #
> > >[junit4] # A fatal error has been detected by the Java Runtime
> > Environment:
> > >[junit4] #
> > >[junit4] #  SIGFPE (0x8) at pc=0x7fff8a0d6b63, pid=203, tid=21251
> > >[junit4] #
> > >[junit4] # JRE version: Java(TM) SE Runtime Environment
> > > (8.0_05-b13)
> > (build 1.8.0_05-b13)
> > >[junit4] # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.5-b02
> > > mixed
> > mode bsd-amd64 compressed oops)
> > >[junit4] # Problematic frame:
> > >[junit4] # C  [libsystem_c.dylib+0x2b63]
> > __commpage_gettimeofday+0x43
> > >[junit4] #
> > >[junit4] # Failed to write core dump. Core dumps have been
> > > disabled. To
> > enable core dumping, try "ulimit -c unlimited" before starting Java
> > again
> > >[junit4] #
> > >[junit4] # An error report file with more information is saved as:
> > >[junit4] # /Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/lucene/build/join/test/J0/hs_err_pid203.log
> > >[junit4] #
> > >[junit4] # Compiler replay data is saved as:
> > >[junit4] # /Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/lucene/build/join/test/J0/replay_pid203.log
> > >[junit4] #
> > >[junit4] # If you would like to submit a bug report, please visit:
> > >[junit4] #   http://bugreport.sun.com/bugreport/crash.jsp
> > >[junit4] #
> > >[junit4] <<< JVM J0: EOF 
> > >
> > > [...truncated 1 lines...]
> > >[junit4] ERROR: JVM J0 ended with an exception, command line:
> > /Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/jre/bi
> > n/ java -XX:+UseCompressedOops -XX:+UseParallelGC -
> > XX:+HeapDumpOnOutOfMemoryError -
> > XX:HeapDumpPath=/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/heapdumps -Dtests.prefix=tests -
> Dtests.seed=D104BAEF7A7EA4D6
> > -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false
> > - Dtests.codec=random -Dtests.postingsformat=random -
> > Dtests.docvaluesformat=random -Dtests.locale=random -
> > Dtests.timezone=random -Dtests.directory=random -
> > Dtests.linedocsfile=europarl.lines.txt.gz
> > -Dtests.luceneMatchVersion=5.0 - Dtests.cleanthreads=perMethod -
> > Djava.util.logging.config.file=/Users/jenkins/workspace/Lucene-Solr-tr
> > unk- MacOSX/lucene/tools

RE: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 1541 - Failure!

2014-05-01 Thread Uwe Schindler
Uwe,

This happens from time to time. It looks like wrong usage of syscalls in the 
MacOSX libc, because it seems to happen if the clock on Mac goes backwards. 
This happens more often in virtual machines, because time synchronization of 
virtual machine and host clock happens more often because of virtual processor 
scheduling issues, so clocks differ more often and need to be corrected by NTP. 
As far as I remember, there was already a patch on hotspot mailing list to use 
more modern APIs.

Uwe

-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de


> -Original Message-
> From: Robert Muir [mailto:rcm...@gmail.com]
> Sent: Thursday, May 01, 2014 10:52 AM
> To: dev@lucene.apache.org
> Subject: Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build #
> 1541 - Failure!
> 
> I downloaded this jvm on my mac and tried the master seed a few times, no
> SIGFPE.
> 
> I can't reproduce it.
> 
> On Thu, May 1, 2014 at 2:54 AM, Policeman Jenkins Server
>  wrote:
> > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1541/
> > Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
> >
> > No tests ran.
> >
> > Build Log:
> > [...truncated 8349 lines...]
> >[junit4] JVM J0: stdout was not empty, see:
> /Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/join/test/temp/junit4-J0-
> 20140501_065329_348.sysout
> >[junit4] >>> JVM J0: stdout (verbatim) 
> >[junit4] #
> >[junit4] # A fatal error has been detected by the Java Runtime
> Environment:
> >[junit4] #
> >[junit4] #  SIGFPE (0x8) at pc=0x7fff8a0d6b63, pid=203, tid=21251
> >[junit4] #
> >[junit4] # JRE version: Java(TM) SE Runtime Environment (8.0_05-b13)
> (build 1.8.0_05-b13)
> >[junit4] # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.5-b02 mixed
> mode bsd-amd64 compressed oops)
> >[junit4] # Problematic frame:
> >[junit4] # C  [libsystem_c.dylib+0x2b63]
> __commpage_gettimeofday+0x43
> >[junit4] #
> >[junit4] # Failed to write core dump. Core dumps have been disabled. To
> enable core dumping, try "ulimit -c unlimited" before starting Java again
> >[junit4] #
> >[junit4] # An error report file with more information is saved as:
> >[junit4] # /Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/join/test/J0/hs_err_pid203.log
> >[junit4] #
> >[junit4] # Compiler replay data is saved as:
> >[junit4] # /Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/join/test/J0/replay_pid203.log
> >[junit4] #
> >[junit4] # If you would like to submit a bug report, please visit:
> >[junit4] #   http://bugreport.sun.com/bugreport/crash.jsp
> >[junit4] #
> >[junit4] <<< JVM J0: EOF 
> >
> > [...truncated 1 lines...]
> >[junit4] ERROR: JVM J0 ended with an exception, command line:
> /Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/jre/bin/
> java -XX:+UseCompressedOops -XX:+UseParallelGC -
> XX:+HeapDumpOnOutOfMemoryError -
> XX:HeapDumpPath=/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/heapdumps -Dtests.prefix=tests -Dtests.seed=D104BAEF7A7EA4D6
> -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -
> Dtests.codec=random -Dtests.postingsformat=random -
> Dtests.docvaluesformat=random -Dtests.locale=random -
> Dtests.timezone=random -Dtests.directory=random -
> Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=5.0 -
> Dtests.cleanthreads=perMethod -
> Djava.util.logging.config.file=/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/tools/junit4/logging.properties -Dtests.nightly=false -
> Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -
> Dtests.asserts.gracious=false -Dtests.multiplier=1 -DtempDir=. -
> Djava.io.tmpdir=. -Djunit4.tempDir=/Users/jenkins/workspace/Lucene-Solr-
> trunk-MacOSX/lucene/build/join/test/temp -
> Dclover.db.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/clover/db -
> Djava.security.manager=org.apache.lucene.util.TestSecurityManager -
> Djava.security.policy=/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/tools/junit4/tests.policy -Dlucene.version=5.0-SNAPSHOT -
> Djetty.testMode=1 -Djetty.insecurerandom=1 -
> Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -
> Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -
> Dtests.leaveTemporary=false -Dtests.filterstacks=true -
> Dtests.disableHdfs=true -Dfile.encoding=UTF-8 -classpath
> /Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/

Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 1541 - Failure!

2014-05-01 Thread Robert Muir
I downloaded this jvm on my mac and tried the master seed a few times,
no SIGFPE.

I can't reproduce it.

On Thu, May 1, 2014 at 2:54 AM, Policeman Jenkins Server
 wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1541/
> Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
>
> No tests ran.
>
> Build Log:
> [...truncated 8349 lines...]
>[junit4] JVM J0: stdout was not empty, see: 
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/join/test/temp/junit4-J0-20140501_065329_348.sysout
>[junit4] >>> JVM J0: stdout (verbatim) 
>[junit4] #
>[junit4] # A fatal error has been detected by the Java Runtime Environment:
>[junit4] #
>[junit4] #  SIGFPE (0x8) at pc=0x7fff8a0d6b63, pid=203, tid=21251
>[junit4] #
>[junit4] # JRE version: Java(TM) SE Runtime Environment (8.0_05-b13) 
> (build 1.8.0_05-b13)
>[junit4] # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.5-b02 mixed mode 
> bsd-amd64 compressed oops)
>[junit4] # Problematic frame:
>[junit4] # C  [libsystem_c.dylib+0x2b63]  __commpage_gettimeofday+0x43
>[junit4] #
>[junit4] # Failed to write core dump. Core dumps have been disabled. To 
> enable core dumping, try "ulimit -c unlimited" before starting Java again
>[junit4] #
>[junit4] # An error report file with more information is saved as:
>[junit4] # 
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/join/test/J0/hs_err_pid203.log
>[junit4] #
>[junit4] # Compiler replay data is saved as:
>[junit4] # 
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/join/test/J0/replay_pid203.log
>[junit4] #
>[junit4] # If you would like to submit a bug report, please visit:
>[junit4] #   http://bugreport.sun.com/bugreport/crash.jsp
>[junit4] #
>[junit4] <<< JVM J0: EOF 
>
> [...truncated 1 lines...]
>[junit4] ERROR: JVM J0 ended with an exception, command line: 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/jre/bin/java 
> -XX:+UseCompressedOops -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError 
> -XX:HeapDumpPath=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/heapdumps 
> -Dtests.prefix=tests -Dtests.seed=D104BAEF7A7EA4D6 -Xmx512M -Dtests.iters= 
> -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random 
> -Dtests.postingsformat=random -Dtests.docvaluesformat=random 
> -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random 
> -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=5.0 
> -Dtests.cleanthreads=perMethod 
> -Djava.util.logging.config.file=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/tools/junit4/logging.properties
>  -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false 
> -Dtests.slow=true -Dtests.asserts.gracious=false -Dtests.multiplier=1 
> -DtempDir=. -Djava.io.tmpdir=. 
> -Djunit4.tempDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/join/test/temp
>  
> -Dclover.db.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/clover/db
>  -Djava.security.manager=org.apache.lucene.util.TestSecurityManager 
> -Djava.security.policy=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/tools/junit4/tests.policy
>  -Dlucene.version=5.0-SNAPSHOT -Djetty.testMode=1 -Djetty.insecurerandom=1 
> -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory 
> -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 
> -Dtests.leaveTemporary=false -Dtests.filterstacks=true 
> -Dtests.disableHdfs=true -Dfile.encoding=UTF-8 -classpath 
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/join/classes/test:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/test-framework/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/codecs/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/grouping/lucene-grouping-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/core/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/test-framework/lib/junit-4.10.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/test-framework/lib/randomizedtesting-runner-2.1.3.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/join/classes/java:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/Users/jenkins/.ant/lib/ivy-2.3.0.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/Users/jenkins/tools/hudson.tasks.A

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 1541 - Failure!

2014-04-30 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1541/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

No tests ran.

Build Log:
[...truncated 8349 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/join/test/temp/junit4-J0-20140501_065329_348.sysout
   [junit4] >>> JVM J0: stdout (verbatim) 
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  SIGFPE (0x8) at pc=0x7fff8a0d6b63, pid=203, tid=21251
   [junit4] #
   [junit4] # JRE version: Java(TM) SE Runtime Environment (8.0_05-b13) (build 
1.8.0_05-b13)
   [junit4] # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.5-b02 mixed mode 
bsd-amd64 compressed oops)
   [junit4] # Problematic frame:
   [junit4] # C  [libsystem_c.dylib+0x2b63]  __commpage_gettimeofday+0x43
   [junit4] #
   [junit4] # Failed to write core dump. Core dumps have been disabled. To 
enable core dumping, try "ulimit -c unlimited" before starting Java again
   [junit4] #
   [junit4] # An error report file with more information is saved as:
   [junit4] # 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/join/test/J0/hs_err_pid203.log
   [junit4] #
   [junit4] # Compiler replay data is saved as:
   [junit4] # 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/join/test/J0/replay_pid203.log
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   http://bugreport.sun.com/bugreport/crash.jsp
   [junit4] #
   [junit4] <<< JVM J0: EOF 

[...truncated 1 lines...]
   [junit4] ERROR: JVM J0 ended with an exception, command line: 
/Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/jre/bin/java 
-XX:+UseCompressedOops -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError 
-XX:HeapDumpPath=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/heapdumps 
-Dtests.prefix=tests -Dtests.seed=D104BAEF7A7EA4D6 -Xmx512M -Dtests.iters= 
-Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random 
-Dtests.postingsformat=random -Dtests.docvaluesformat=random 
-Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random 
-Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=5.0 
-Dtests.cleanthreads=perMethod 
-Djava.util.logging.config.file=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/tools/junit4/logging.properties
 -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false 
-Dtests.slow=true -Dtests.asserts.gracious=false -Dtests.multiplier=1 
-DtempDir=. -Djava.io.tmpdir=. 
-Djunit4.tempDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/join/test/temp
 
-Dclover.db.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/clover/db
 -Djava.security.manager=org.apache.lucene.util.TestSecurityManager 
-Djava.security.policy=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/tools/junit4/tests.policy
 -Dlucene.version=5.0-SNAPSHOT -Djetty.testMode=1 -Djetty.insecurerandom=1 
-Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory 
-Djava.awt.headless=true -Djdk.map.althashing.threshold=0 
-Dtests.leaveTemporary=false -Dtests.filterstacks=true -Dtests.disableHdfs=true 
-Dfile.encoding=UTF-8 -classpath 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/join/classes/test:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/test-framework/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/codecs/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/grouping/lucene-grouping-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/core/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/test-framework/lib/junit-4.10.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/test-framework/lib/randomizedtesting-runner-2.1.3.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/join/classes/java:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/Users/jenkins/.ant/lib/ivy-2.3.0.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT