See <https://builds.apache.org/job/POI-XMLBeans-DSL-1.11/7/display/redirect?page=changes>
Changes: [fanningpj] [XMLBEANS-548] support adding standalone flag to xml declaration [fanningpj] [XMLBEANS-548] support adding standalone flag to xml declaration ------------------------------------------ Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. [EnvInject] - Preparing an environment for the build. [EnvInject] - Keeping Jenkins system variables. [EnvInject] - Keeping Jenkins build variables. [EnvInject] - Injecting as environment variables the properties content ANT_OPTS=--add-opens=java.xml/com.sun.org.apache.xerces.internal.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED LANG=en_US.UTF-8 FORREST_HOME=/home/jenkins/tools/forrest/latest [EnvInject] - Variables injected successfully. [EnvInject] - Injecting contributions. Building remotely on H31 (ubuntu) in workspace <https://builds.apache.org/job/POI-XMLBeans-DSL-1.11/ws/> Updating https://svn.apache.org/repos/asf/xmlbeans/trunk at revision '2019-11-10T16:00:11.754 +0000' U src/store/org/apache/xmlbeans/impl/store/Saver.java U src/xmlpublic/org/apache/xmlbeans/XmlDocumentProperties.java A test/src/misc/checkin/XmlDocumentPropertiesTest.java At revision 1869637 [POI-XMLBeans-DSL-1.11] $ /bin/bash -xe /tmp/jenkins5479356624527900569.sh + svn status ? build.javacheck.xml + echo Java-Home: /home/jenkins/tools/java/latest11 Java-Home: /home/jenkins/tools/java/latest11 + ls -al /home/jenkins/tools/java/latest11/ total 40 drwxr-xr-x 8 root root 4096 Sep 15 01:01 . drwxr-xr-x 27 root root 4096 Oct 13 18:07 .. drwxr-xr-x 2 root root 4096 Sep 15 01:01 bin drwxr-xr-x 4 root root 4096 Sep 15 01:01 conf drwxr-xr-x 3 root root 4096 Sep 15 01:01 include drwxr-xr-x 2 root root 4096 Sep 15 01:01 jmods drwxr-xr-x 72 root root 4096 Sep 15 01:01 legal drwxr-xr-x 6 root root 4096 Sep 15 01:01 lib -r--r--r-- 1 root root 160 Jul 4 15:29 README.html -rw-r--r-- 1 root root 1256 Jul 4 15:29 release + ls -al /home/jenkins/tools/java/latest11/bin total 516 drwxr-xr-x 2 root root 4096 Sep 15 01:01 . drwxr-xr-x 8 root root 4096 Sep 15 01:01 .. -rwxr-xr-x 1 root root 12952 Jul 4 15:29 jaotc -rwxr-xr-x 1 root root 8736 Jul 4 15:29 jar -rwxr-xr-x 1 root root 8736 Jul 4 15:29 jarsigner -rwxr-xr-x 1 root root 8672 Jul 4 15:29 java -rwxr-xr-x 1 root root 8784 Jul 4 15:29 javac -rwxr-xr-x 1 root root 8784 Jul 4 15:29 javadoc -rwxr-xr-x 1 root root 8736 Jul 4 15:29 javap -rwxr-xr-x 1 root root 8736 Jul 4 15:29 jcmd -rwxr-xr-x 1 root root 12888 Jul 4 15:29 jconsole -rwxr-xr-x 1 root root 8736 Jul 4 15:29 jdb -rwxr-xr-x 1 root root 8736 Jul 4 15:29 jdeprscan -rwxr-xr-x 1 root root 8736 Jul 4 15:29 jdeps -rwxr-xr-x 1 root root 8736 Jul 4 15:29 jhsdb -rwxr-xr-x 1 root root 8736 Jul 4 15:29 jimage -rwxr-xr-x 1 root root 12880 Jul 4 15:29 jinfo -rwxr-xr-x 1 root root 8784 Jul 4 15:29 jjs -rwxr-xr-x 1 root root 8784 Jul 4 15:29 jlink -rwxr-xr-x 1 root root 12880 Jul 4 15:29 jmap -rwxr-xr-x 1 root root 8736 Jul 4 15:29 jmod -rwxr-xr-x 1 root root 8736 Jul 4 15:29 jps -rwxr-xr-x 1 root root 8792 Jul 4 15:29 jrunscript -rwxr-xr-x 1 root root 8736 Jul 4 15:29 jshell -rwxr-xr-x 1 root root 12880 Jul 4 15:29 jstack -rwxr-xr-x 1 root root 8736 Jul 4 15:29 jstat -rwxr-xr-x 1 root root 8736 Jul 4 15:29 jstatd -rwxr-xr-x 1 root root 8736 Jul 4 15:29 keytool -rwxr-xr-x 1 root root 8736 Jul 4 15:29 pack200 -rwxr-xr-x 1 root root 8736 Jul 4 15:29 rmic -rwxr-xr-x 1 root root 8736 Jul 4 15:29 rmid -rwxr-xr-x 1 root root 8744 Jul 4 15:29 rmiregistry -rwxr-xr-x 1 root root 8736 Jul 4 15:29 serialver -rwxr-xr-x 1 root root 117704 Jul 4 15:29 unpack200 + /home/jenkins/tools/java/latest11/bin/java -version java version "11.0.4" 2019-07-16 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.4+10-LTS) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.4+10-LTS, mixed mode) + echo which java which java + which java /home/jenkins/tools/java/latest11/bin/java + java -version java version "11.0.4" 2019-07-16 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.4+10-LTS) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.4+10-LTS, mixed mode) + echo which javac which javac + which javac /home/jenkins/tools/java/latest11/bin/javac + javac -version javac 11.0.4 + echo Ant-Home: Ant-Home: + ls -al total 352 drwxr-xr-x 13 jenkins jenkins 4096 Oct 6 16:11 . drwxr-xr-x 484 jenkins jenkins 36864 Nov 10 15:26 .. drwxr-xr-x 24 jenkins jenkins 4096 Oct 6 16:12 build -rw-r--r-- 1 jenkins jenkins 172 Oct 6 16:00 build.javacheck.xml -rw-r--r-- 1 jenkins jenkins 31625 Sep 22 16:00 build.xml -rw-r--r-- 1 jenkins jenkins 11187 Sep 22 16:00 CHANGES.txt drwxr-xr-x 2 jenkins jenkins 4096 Sep 22 16:12 compile-lib drwxr-xr-x 4 jenkins jenkins 4096 Sep 22 16:00 docs -rw-r--r-- 1 jenkins jenkins 175922 Sep 22 16:00 KEYS drwxr-xr-x 2 jenkins jenkins 4096 Sep 22 16:00 lib -rwxr-xr-x 1 jenkins jenkins 11358 Sep 22 16:00 LICENSE.txt drwxr-xr-x 3 jenkins jenkins 4096 Sep 22 16:00 maven-plugin -rw-r--r-- 1 jenkins jenkins 1120 Sep 22 16:00 NOTICE.txt -rw-r--r-- 1 jenkins jenkins 2427 Sep 22 16:00 README.txt -rw-r--r-- 1 jenkins jenkins 10908 Sep 22 16:00 release-guide.txt drwxr-xr-x 5 jenkins jenkins 4096 Sep 22 16:00 resources drwxr-xr-x 16 jenkins jenkins 4096 Sep 22 16:00 samples drwxr-xr-x 23 jenkins jenkins 4096 Sep 22 16:00 src -rw-r--r-- 1 jenkins jenkins 358 Sep 22 16:00 STATUS drwxr-xr-x 4 jenkins jenkins 4096 Nov 10 16:00 .svn drwxr-xr-x 8 jenkins jenkins 4096 Sep 22 16:00 test -rw-r--r-- 1 jenkins jenkins 25 Sep 22 16:00 xbeanenv.cmd -rwxr-xr-x 1 jenkins jenkins 27 Sep 22 16:00 xbeanenv.sh drwxr-xr-x 2 jenkins jenkins 4096 Sep 22 16:00 xkit + echo which ant which ant + which ant /usr/bin/ant + ant -version Apache Ant(TM) version 1.10.5 compiled on March 28 2019 + echo '<project default="test"><target name="test"><echo>Java ${ant.java.version}/${java.version}</echo><exec executable="javac"><arg value="-version"/></exec></target></project>' + ant -f build.javacheck.xml -v Apache Ant(TM) version 1.10.5 compiled on March 28 2019 Buildfile: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.11/ws/build.javacheck.xml> Detected Java version: 11 in: /usr/local/asfpackages/java/jdk-11.0.4 Detected OS: Linux parsing buildfile <https://builds.apache.org/job/POI-XMLBeans-DSL-1.11/ws/build.javacheck.xml> with URI = <https://builds.apache.org/job/POI-XMLBeans-DSL-1.11/ws/build.javacheck.xml> Project base dir set to: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.11/ws/> Build sequence for target(s) `test' is [test] Complete build sequence is [test, ] test: parsing buildfile jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file [echo] Java 11/11.0.4 [exec] Current OS is Linux [exec] Executing 'javac' with arguments: [exec] '-version' [exec] [exec] The ' characters around the executable and arguments are [exec] not part of the command. [exec] [0.048s][warning][os,thread] Failed to start thread - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached. [exec] Error occurred during initialization of VM [exec] java.lang.OutOfMemoryError: unable to create native thread: possibly out of memory or process/resource limits reached [exec] at java.lang.Thread.start0(java.base/Native Method) [exec] at java.lang.Thread.start(java.base/Thread.java:803) [exec] at java.lang.ref.Reference.<clinit>(java.base/Reference.java:303) [exec] [exec] Result: 1 BUILD SUCCESSFUL Total time: 0 seconds + exit 0 [POI-XMLBeans-DSL-1.11] $ /home/jenkins/tools/ant/latest1.9/bin/ant clean Buildfile: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.11/ws/build.xml> clean: [delete] Deleting directory <https://builds.apache.org/job/POI-XMLBeans-DSL-1.11/7/artifact/build> BUILD SUCCESSFUL Total time: 1 second [POI-XMLBeans-DSL-1.11] $ /home/jenkins/tools/ant/latest1.9/bin/ant jenkins Buildfile: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.11/ws/build.xml> -check-jars: -fetch-jars: process-resources: [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.11/7/artifact/build/classes> [copy] Copying 103 resources to <https://builds.apache.org/job/POI-XMLBeans-DSL-1.11/7/artifact/build/generated-sources/org/apache/xmlbeans/impl> [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.11/7/artifact/build/bootstrap/generated-sources> [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.11/7/artifact/build/bootstrap/generated-resources> [java] [0.019s][warning][os,thread] Failed to start thread - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 4k, detached. [java] Error: Could not create the Java Virtual Machine. [java] Error: A fatal exception has occurred. Program will exit. [java] Error occurred during initialization of VM [java] Could not create G1YoungRemSetSamplingThread BUILD FAILED <https://builds.apache.org/job/POI-XMLBeans-DSL-1.11/ws/build.xml>:250: The following error occurred while executing this line: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.11/ws/build.xml>:224: The following error occurred while executing this line: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.11/ws/build.xml>:213: Java returned: 1 Total time: 1 second Build step 'Invoke Ant' marked build as failure Archiving artifacts [Fast Archiver] Compressed 472.15 KB of artifacts by 88.1% relative to #6 Skipping publisher since build result is FAILURE Recording test results ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
