You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/03/03 09:34:40 UTC

Build failed in Jenkins: POI-XMLBeans-DSL-1.8 #7

See <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/display/redirect?page=changes>

Changes:

[centic] XMLBEANS-521: Avoid throwing and catching NullPointerException

------------------------------------------
[...truncated 2.94 KB...]
-rwxr-xr-x 1 root root   8584 Oct  6 12:52 javah
-rwxr-xr-x 1 root root   8584 Oct  6 12:52 javap
-rwxr-xr-x 1 root root   2293 Sep 12 07:48 javapackager
-rwxr-xr-x 1 root root   1809 Oct  6 12:52 java-rmi.cgi
-rwxr-xr-x 1 root root 140248 Oct  6 12:52 javaws
-rwxr-xr-x 1 root root   8584 Oct  6 12:52 jcmd
-rwxr-xr-x 1 root root   8608 Oct  6 12:52 jconsole
-rwxr-xr-x 1 root root   6264 Oct  6 12:52 jcontrol
-rwxr-xr-x 1 root root   8600 Oct  6 12:52 jdb
-rwxr-xr-x 1 root root   8584 Oct  6 12:52 jdeps
-rwxr-xr-x 1 root root   8584 Oct  6 12:52 jhat
-rwxr-xr-x 1 root root   8648 Oct  6 12:52 jinfo
-rwxr-xr-x 1 root root   8584 Oct  6 12:52 jjs
-rwxr-xr-x 1 root root   8648 Oct  6 12:52 jmap
-rwxr-xr-x 1 root root  74675 Dec  8  2017 jmc
-rwxr-xr-x 1 root root    402 Dec  8  2017 jmc.ini
-rwxr-xr-x 1 root root   8584 Oct  6 12:52 jps
-rwxr-xr-x 1 root root   8592 Oct  6 12:52 jrunscript
-rwxr-xr-x 1 root root   8600 Oct  6 12:52 jsadebugd
-rwxr-xr-x 1 root root   8648 Oct  6 12:52 jstack
-rwxr-xr-x 1 root root   8584 Oct  6 12:52 jstat
-rwxr-xr-x 1 root root   8584 Oct  6 12:52 jstatd
-rwxr-xr-x 1 root root   5110 Jan 14  2017 jvisualvm
-rwxr-xr-x 1 root root   8584 Oct  6 12:52 keytool
-rwxr-xr-x 1 root root   8592 Oct  6 12:52 native2ascii
-rwxr-xr-x 1 root root   8656 Oct  6 12:52 orbd
-rwxr-xr-x 1 root root   8584 Oct  6 12:52 pack200
-rwxr-xr-x 1 root root   8592 Oct  6 12:52 policytool
-rwxr-xr-x 1 root root   8584 Oct  6 12:52 rmic
-rwxr-xr-x 1 root root   8584 Oct  6 12:52 rmid
-rwxr-xr-x 1 root root   8592 Oct  6 12:52 rmiregistry
-rwxr-xr-x 1 root root   8584 Oct  6 12:52 schemagen
-rwxr-xr-x 1 root root   8584 Oct  6 12:52 serialver
-rwxr-xr-x 1 root root   8592 Oct  6 12:52 servertool
-rwxr-xr-x 1 root root   8656 Oct  6 12:52 tnameserv
-rwxr-xr-x 1 root root 182536 Oct  6 12:52 unpack200
-rwxr-xr-x 1 root root   8584 Oct  6 12:52 wsgen
-rwxr-xr-x 1 root root   8584 Oct  6 12:52 wsimport
-rwxr-xr-x 1 root root   8584 Oct  6 12:52 xjc
+ /home/jenkins/tools/java/latest1.8/bin/java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)
+ echo which java
which java
+ which java
/home/jenkins/tools/java/latest1.8/bin/java
+ java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)
+ echo which javac
which javac
+ which javac
/home/jenkins/tools/java/latest1.8/bin/javac
+ javac -version
javac 1.8.0_191
+ 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.9.6 compiled on July 20 2018
Buildfile: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/ws/build.javacheck.xml>
Detected Java version: 1.8 in: /usr/local/asfpackages/java/jdk1.8.0_191/jre
Detected OS: Linux
parsing buildfile <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/ws/build.javacheck.xml> with URI = <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/ws/build.javacheck.xml>
Project base dir set to: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/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 1.8/1.8.0_191
     [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] javac 1.8.0_191

BUILD SUCCESSFUL
Total time: 0 seconds
+ exit 0
[POI-XMLBeans-DSL-1.8] $ /home/jenkins/tools/ant/apache-ant-1.9.9/bin/ant clean
Buildfile: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/ws/build.xml>

clean:
   [delete] Deleting directory <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build>

BUILD SUCCESSFUL
Total time: 1 second
[POI-XMLBeans-DSL-1.8] $ /home/jenkins/tools/ant/apache-ant-1.9.9/bin/ant test
Buildfile: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/ws/build.xml>

-check-jars:

-fetch-jars:

process-resources:
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/classes>
     [copy] Copying 103 resources to <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/generated-sources/org/apache/xmlbeans/impl>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/bootstrap/generated-sources>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/bootstrap/generated-resources>
     [java] Time to build schema type system: 0.616 seconds
     [java] Time to generate code: 0.055 seconds
     [java] XMLSchema.xsd:1318:2: warning: Schema <notation> is not yet supported for this release.
     [java] Time to build schema type system: 1.271 seconds
     [java] Time to generate code: 0.548 seconds
     [java] Time to build schema type system: 0.75 seconds
     [java] Time to generate code: 0.073 seconds
     [java] Time to build schema type system: 0.715 seconds
     [java] Time to generate code: 0.087 seconds
    [javac] Compiling 753 source files to <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 warning
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/generated-resources>
     [java] Time to build schema type system: 0.555 seconds
     [java] Time to generate code: 0.039 seconds
     [java] XMLSchema.xsd:1318:111: warning: Schema <notation> is not yet supported for this release.
     [java] Time to build schema type system: 1.221 seconds
     [java] Time to generate code: 0.567 seconds
     [java] Time to build schema type system: 0.652 seconds
     [java] Time to generate code: 0.057 seconds
     [java] Time to build schema type system: 0.639 seconds
     [java] Time to generate code: 0.065 seconds
   [delete] Deleting directory <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/classes/org/apache/xmlbeans/impl/xb>

compile:
    [javac] Compiling 216 source files to <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 warning

process-test-resources:
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/tmp>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-results>
    [untar] Expanding: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/ws/test/cases/xbean/tranxml.tar.bz2> into <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-tranxml/schemas>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-tranxml/generated-sources>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-tranxml/generated-resources>
     [java] Time to build schema type system: 1.186 seconds
     [java] Time to generate code: 0.308 seconds
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-tools/generated-sources>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-tools/generated-resources>
     [java] Time to build schema type system: 0.717 seconds
     [java] Time to generate code: 0.067 seconds
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-xmlcursor/generated-sources>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-xmlcursor/generated-resources>
     [java] xstypes/person.xsd:8:43: warning: Schema <notation> is not yet supported for this release.
     [java] Time to build schema type system: 0.945 seconds
     [java] xstypes/person.xsd:83:33: warning: notation-facets: The use of length on datatypes derived from NOTATION ('NOTATION@http://www.w3.org/2001/XMLSchema') is deprecated.
     [java] xstypes/person.xsd:78:37: warning: notation-targetns-attr: For compatibility, NOTATION should only be used in schemas with no target namespace (attribute 'notationAtt').
     [java] xstypes/person.xsd:31:34: warning: notation-targetns-elem: For compatibility, NOTATION should only be used in schemas with no target namespace (element 'notation@http://openuri.org/xstypes/test').
     [java] warning: id-idref-idrefs-entity-entities-notation: For compatibility, type 'NOTATION' should only be used for attributes (used for element 'notation@http://openuri.org/xstypes/test').
     [java] warning: id-idref-idrefs-entity-entities-notation: For compatibility, type 'IDREF' should only be used for attributes (used for element 'input-file').
     [java] xstypes/person.xsd:78:37: warning: notation-targetns-attr: For compatibility, NOTATION should only be used in schemas with no target namespace (attribute 'notationAtt').
     [java] xstypes/person.xsd:31:34: warning: notation-targetns-elem: For compatibility, NOTATION should only be used in schemas with no target namespace (element 'notation@http://openuri.org/xstypes/test').
     [java] warning: id-idref-idrefs-entity-entities-notation: For compatibility, type 'NOTATION' should only be used for attributes (used for element 'notation@http://openuri.org/xstypes/test').
     [java] Time to generate code: 0.187 seconds
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-dom/generated-sources>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-dom/generated-resources>
     [java] Time to build schema type system: 0.605 seconds
     [java] Time to generate code: 0.083 seconds
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-scomp/generated-sources>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-scomp/generated-resources>
     [java] Time to build schema type system: 1.588 seconds
     [java] Time to generate code: 0.968 seconds
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-simple/generated-sources>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-simple/generated-resources>
     [java] Time to build schema type system: 0.749 seconds
     [java] Time to generate code: 0.116 seconds
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-validate/generated-sources>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-validate/generated-resources>
     [java] Time to build schema type system: 0.734 seconds
     [java] Time to generate code: 0.121 seconds
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-usertype/generated-sources>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-usertype/generated-resources>
     [java] Time to build schema type system: 0.704 seconds
     [java] Time to generate code: 0.071 seconds
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-lax/generated-sources>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-lax/generated-resources>
     [java] Time to build schema type system: 0.635 seconds
     [java] Time to generate code: 0.028 seconds
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-xmlobject/generated-sources>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-xmlobject/generated-resources>
     [java] Time to build schema type system: 1.06 seconds
     [java] Time to generate code: 0.391 seconds
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-misc/generated-sources>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-misc/generated-resources>
     [java] Time to build schema type system: 1.437 seconds
     [java] warning: SchemaType Enumeration found with too many enumeration values to create a Java enumeration. The base SchemaType "T=MoreThanAllowedEnumType@http://XMLBEANS-307" will be used instead
     [java] Time to generate code: 0.492 seconds
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-syscache/1/generated-sources>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-syscache/1/generated-resources>
     [java] Time to build schema type system: 0.596 seconds
     [java] Time to generate code: 0.03 seconds
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-syscache/2/generated-sources>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-syscache/2/generated-resources>
     [java] Time to build schema type system: 0.647 seconds
     [java] Time to generate code: 0.053 seconds

test-compile:
    [javac] Compiling 2021 source files to <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 warning
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-syscache/1/classes>
    [javac] Compiling 4 source files to <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-syscache/1/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning
    [mkdir] Created dir: <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-syscache/2/classes>
    [javac] Compiling 18 source files to <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/7/artifact/build/test-syscache/2/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

test:
    [junit] Running ValidatingXSRTests.checkin.ValidatingXMLStreamReaderTests
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.699 sec
    [junit] Running ValidatingXSRTests.detailed.ValidatingXmlStreamReaderTests
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.525 sec
    [junit] Running ValidatingXSRTests.detailed.ValidatorUtilTests
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.4 sec
    [junit] Running compile.scomp.checkin.CompilationTests
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 8.546 sec
    [junit] Running compile.scomp.checkin.XmlBeansCompCheckinTests
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 sec
    [junit] Running compile.scomp.detailed.DetailedCompTests
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.757 sec
    [junit] Running compile.scomp.detailed.SchemaCompilerTests
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.894 sec
    [junit] Running compile.scomp.detailed.XmlBeanCompilationTests
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.625 sec
    [junit] Running compile.scomp.incr.schemaCompile.detailed.IncrCompilationTests
    [junit] Tests run: 9, Failures: 1, Errors: 0, Skipped: 7, Time elapsed: 0.926 sec

BUILD FAILED
<https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/ws/build.xml>:397: Test compile.scomp.incr.schemaCompile.detailed.IncrCompilationTests failed

Total time: 1 minute 23 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 43.62 MB of artifacts by 96.7% relative to #5

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


Jenkins build is back to normal : POI-XMLBeans-DSL-1.8 #8

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/POI-XMLBeans-DSL-1.8/8/display/redirect>


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