I have to fix number of open files on Solaris, this is worse than Ubuntu:

jenkins@solaris-vm:~$ ulimit -a
core file size          (blocks, -c) unlimited
data seg size           (kbytes, -d) unlimited
file size               (blocks, -f) unlimited
open files                      (-n) 256
pipe size            (512 bytes, -p) 10
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 29995
virtual memory          (kbytes, -v) unlimited

There are a  number of discussions on this error message, one hint: 
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2007790

Sory for that! Will take care later.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: [email protected]


> -----Original Message-----
> From: Policeman Jenkins Server [mailto:[email protected]]
> Sent: Saturday, August 29, 2015 7:12 AM
> To: [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]
> Subject: [JENKINS] Lucene-Solr-5.x-Solaris (multiarch/jdk1.7.0) - Build # 7 -
> Still Failing!
> 
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Solaris/7/
> Java: multiarch/jdk1.7.0 -d64 -XX:+UseCompressedOops -XX:+UseG1GC
> 
> 1 tests failed.
> FAILED:  org.apache.lucene.codecs.TestCodecLoadingDeadlock.testDeadlock
> 
> Error Message:
> Cannot run program "/usr/jdk/instances/jdk1.7.0/jre/bin/java": error=12,
> Not enough space
> 
> Stack Trace:
> java.io.IOException: Cannot run program
> "/usr/jdk/instances/jdk1.7.0/jre/bin/java": error=12, Not enough space
>       at
> __randomizedtesting.SeedInfo.seed([A506913E9D3F33AD:A86D702A9B659E
> 7B]:0)
>       at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
>       at
> org.apache.lucene.codecs.TestCodecLoadingDeadlock.testDeadlock(TestCod
> ecLoadingDeadlock.java:67)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:57)
>       at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:43)
>       at java.lang.reflect.Method.invoke(Method.java:606)
>       at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1627)
>       at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:836)
>       at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
>       at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:365)
>       at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:798)
>       at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:458)
>       at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:845)
>       at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:747)
>       at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:781)
>       at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:792)
>       at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
>       at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:365)
>       at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:798)
>       at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadL
> eakControl.java:401)
>       at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(Randomi
> zedRunner.java:651)
>       at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(Rando
> mizedRunner.java:138)
>       at
> com.carrotsearch.randomizedtesting.RandomizedRunner$1.run(Randomized
> Runner.java:568)
> Caused by: java.io.IOException: error=12, Not enough space
>       at java.lang.UNIXProcess.forkAndExec(Native Method)
>       at java.lang.UNIXProcess.<init>(UNIXProcess.java:137)
>       at java.lang.ProcessImpl.start(ProcessImpl.java:130)
>       at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
>       ... 22 more
> 
> 
> 
> 
> Build Log:
> [...truncated 797 lines...]
>    [junit4] Suite: org.apache.lucene.codecs.TestCodecLoadingDeadlock
>    [junit4] ERROR   3.07s J0 | TestCodecLoadingDeadlock.testDeadlock <<<
>    [junit4]    > Throwable #1: java.io.IOException: Cannot run program
> "/usr/jdk/instances/jdk1.7.0/jre/bin/java": error=12, Not enough space
>    [junit4]    >      at
> __randomizedtesting.SeedInfo.seed([A506913E9D3F33AD:A86D702A9B659E
> 7B]:0)
>    [junit4]    >      at 
> java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
>    [junit4]    >      at
> org.apache.lucene.codecs.TestCodecLoadingDeadlock.testDeadlock(TestCod
> ecLoadingDeadlock.java:67)
>    [junit4]    > Caused by: java.io.IOException: error=12, Not enough space
>    [junit4]    >      at java.lang.UNIXProcess.forkAndExec(Native Method)
>    [junit4]    >      at java.lang.UNIXProcess.<init>(UNIXProcess.java:137)
>    [junit4]    >      at java.lang.ProcessImpl.start(ProcessImpl.java:130)
>    [junit4]    >      at 
> java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
>    [junit4]    >      ... 22 more
>    [junit4] Completed [141/411] on J0 in 3.07s, 1 test, 1 error <<< FAILURES!
> 
> [...truncated 888 lines...]
> BUILD FAILED
> /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:785:
> The following error occurred while executing this line:
> /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:729:
> The following error occurred while executing this line:
> /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:59: The
> following error occurred while executing this line:
> /export/home/jenkins/workspace/Lucene-Solr-5.x-
> Solaris/lucene/build.xml:50: The following error occurred while executing this
> line:
> /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/lucene/common-
> build.xml:1452: The following error occurred while executing this line:
> /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/lucene/common-
> build.xml:1006: There were test failures: 411 suites, 3324 tests, 1 error, 48
> ignored (44 assumptions)
> 
> Total time: 6 minutes 22 seconds
> Build step 'Invoke Ant' marked build as failure Archiving artifacts
> [WARNINGS] Skipping publisher since build result is FAILURE Recording test
> results Email was triggered for: Failure - Any Sending email for trigger: 
> Failure
> - Any
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to