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 2018/10/02 22:14:28 UTC

Build failed in Jenkins: XMLBeans-DSL-1.6 #2

See <https://builds.apache.org/job/XMLBeans-DSL-1.6/2/display/redirect>

------------------------------------------
[...truncated 3.91 KB...]
-rwxr-xr-x 1 root root  52296 Nov 17  2014 rmic
-rwxr-xr-x 1 root root  51979 Nov 17  2014 rmid
-rwxr-xr-x 1 root root  51979 Nov 17  2014 rmiregistry
-rwxr-xr-x 1 root root  52011 Nov 17  2014 schemagen
-rwxr-xr-x 1 root root  52296 Nov 17  2014 serialver
-rwxr-xr-x 1 root root  51979 Nov 17  2014 servertool
-rwxr-xr-x 1 root root  52235 Nov 17  2014 tnameserv
-rwxr-xr-x 1 root root 186301 Nov 17  2014 unpack200
-rwxr-xr-x 1 root root  51979 Nov 17  2014 wsgen
-rwxr-xr-x 1 root root  52011 Nov 17  2014 wsimport
-rwxr-xr-x 1 root root  52011 Nov 17  2014 xjc
+ /home/jenkins/tools/java/latest1.6/bin/java -version
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)
+ echo which java
which java
+ which java
/home/jenkins/tools/java/latest1.6/bin/java
+ java -version
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)
+ echo which javac
which javac
+ which javac
/home/jenkins/tools/java/latest1.6/bin/javac
+ javac -version
javac 1.6.0_45
+ 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/XMLBeans-DSL-1.6/ws/build.javacheck.xml>
Detected Java version: 1.6 in: /usr/local/asfpackages/java/jdk1.6.0_45-64/jre
Detected OS: Linux
parsing buildfile <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build.javacheck.xml> with URI = <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build.javacheck.xml>
Project base dir set to: <https://builds.apache.org/job/XMLBeans-DSL-1.6/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.6/1.6.0_45
     [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.6.0_45

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

clean:

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

checkintest:
Trying to override old definition of task basename

checkin:

check.xbean.jar:

dirs:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/lib>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/ar>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/src>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/2/artifact/build/private>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/2/artifact/build/private/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/2/artifact/build/private/lib>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/output>

version:
     [echo] Trying to get revision number from Subversion...
     [echo] Apache XmlBeans version 3.0.2-r1841205

xmlpublic.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/xmlpublic>
    [javac] Compiling 109 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/xmlpublic>
    [javac] <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java>:327: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac]             return (SchemaTypeLoader)_getContextTypeLoaderMethod.invoke(null, null);
    [javac]                                                                               ^
    [javac] <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java>:350: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac]             return (SchemaTypeSystem)_getBuiltinSchemaTypeSystemMethod.invoke(null, null);
    [javac]                                                                                     ^
    [javac] <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java>:856: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac]             return (SchemaType)_getNoTypeMethod.invoke(null, null);
    [javac]                                                              ^
    [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] 3 warnings
     [copy] Copying 1 file to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/xmlpublic>

typeholder.check:

typeholder.template:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/typeholder>
    [javac] Compiling 1 source file to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/typeholder>
     [move] Moving 1 file to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/typeholder/org/apache/xmlbeans/impl/schema>

xmlinputstream.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/xmlinputstream>
    [javac] Compiling 24 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/xmlinputstream>
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

common.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/common>
    [javac] Compiling 44 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/common>
    [javac] <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/src/common/org/apache/xmlbeans/impl/common/ResolverUtil.java>:64: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac]             cmMethod.invoke(cmObj, new String[] {catalogFile});
    [javac]                                    ^
    [javac] Note: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/src/common/org/apache/xmlbeans/impl/common/GenericXmlInputStream.java> uses or overrides 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

typestore.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/typestore>
    [javac] Compiling 5 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/typestore>

saaj_api.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/saaj_api>
    [javac] Compiling 26 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/saaj_api>
    [javac] Note: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/src/saaj_api/org/apache/xmlbeans/impl/soap/MimeHeaders.java> uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

store.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/store>
    [javac] Compiling 16 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/store>
    [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.

repackage.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/repackage>
    [javac] Compiling 3 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/repackage>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

xsdschema.check:

xmlschema.check:

oldxbean.jar:
     [copy] Copying 1 file to <https://builds.apache.org/job/XMLBeans-DSL-1.6/2/artifact/build/private/lib>

xmlschema.classes:
     [java] Time to build schema type system: 0.445 seconds
     [java] Time to generate code: 0.058 seconds

xsdschema.classes:
     [java] XMLSchema.xsd:1318:2: warning: Schema <notation> is not yet supported for this release.
     [java] Time to build schema type system: 0.837 seconds
     [java] Time to generate code: 0.395 seconds

configschema.check:

configschema.classes:
     [java] Time to build schema type system: 0.399 seconds
     [java] Time to generate code: 0.071 seconds

toolschema.check:

toolschema.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/src/toolschema>
     [java] Time to build schema type system: 0.391 seconds
     [java] Time to generate code: 0.069 seconds

jam.classes.check:

jam.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/2/artifact/build/private/jam>
    [unjar] Expanding: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/external/lib/jam-0.1.0-src.jar> into <https://builds.apache.org/job/XMLBeans-DSL-1.6/2/artifact/build/private/jam>
     [echo] Re-packaging JAM
     [java] Repackaging 104 files ...
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/jam>
    [javac] Compiling 103 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/jam>
    [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.

typeimpl.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/typeimpl>
    [javac] Compiling 381 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/typeimpl>
    [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.
     [copy] Copying 4 files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/typeimpl>

xmlcomp.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/xmlcomp>
    [javac] Compiling 21 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/xmlcomp>
    [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.

marshal.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/marshal>
    [javac] Compiling 2 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/marshal>

saxon.find1:

saxon.find2:

check.saxon9.jar:

saxon9.jar:
      [get] Getting: https://master.dl.sourceforge.net/project/saxon/OldFiles/9.0/9.0.0.4/saxonb9-0-0-4j.zip
      [get] To: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/external/lib/saxonb9-0-0-4j.zip>
      [get] Error getting https://master.dl.sourceforge.net/project/saxon/OldFiles/9.0/9.0.0.4/saxonb9-0-0-4j.zip to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/external/lib/saxonb9-0-0-4j.zip>

BUILD FAILED
<https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build.xml>:1028: The following error occurred while executing this line:
<https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/testbuild.xml>:896: The following error occurred while executing this line:
<https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/testbuild.xml>:473: The following error occurred while executing this line:
<https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build.xml>:123: src '<https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/external/lib/saxonb9-0-0-4j.zip'> doesn't exist.

Total time: 11 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?

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


Build failed in Jenkins: XMLBeans-DSL-1.6 #4

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/XMLBeans-DSL-1.6/4/display/redirect?page=changes>

Changes:

[fanningpj] use http address for saxon to try to fix builds.apache.org build

------------------------------------------
[...truncated 30.26 KB...]
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/schemas>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/tools>

extensions.build:
     [echo] Building extensions
     [echo] JAR <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/interfaceFeature_averageCase.jar,> Exists: ${jar.exists}
     [java] Time to build schema type system: 1.212 seconds
     [java] Time to generate code: 0.037 seconds
     [java] Time to compile code: 0.933 seconds
     [java] Compiled types to: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/interfaceFeature_averageCase.jar>
     [echo] JAR <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/interfaceFeature_methodNameCollision.jar,> Exists: ${jar.exists}
     [java] Time to build schema type system: 0.974 seconds
     [java] Time to generate code: 0.02 seconds
     [java] Time to compile code: 0.839 seconds
     [java] Compiled types to: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/interfaceFeature_methodNameCollision.jar>
     [echo] JAR <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/interfaceFeature_multInterfaces.jar,> Exists: ${jar.exists}
     [java] Time to build schema type system: 0.996 seconds
     [java] Time to generate code: 0.042 seconds
     [java] Time to compile code: 1.009 seconds
     [java] Compiled types to: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/interfaceFeature_multInterfaces.jar>
     [echo] JAR <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/interfaceFeature_readOnlyBean.jar,> Exists: ${jar.exists}
     [java] Time to build schema type system: 0.996 seconds
     [java] Time to generate code: 0.04 seconds
     [java] Time to compile code: 0.926 seconds
     [java] Compiled types to: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/interfaceFeature_readOnlyBean.jar>
     [echo] JAR <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/prePostFeature_ValueRestriction.jar,> Exists: ${jar.exists}
     [java] Time to build schema type system: 0.992 seconds
     [java] Time to generate code: 0.021 seconds
     [java] Time to compile code: 0.85 seconds
     [java] Compiled types to: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/prePostFeature_ValueRestriction.jar>
     [echo] JAR <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/prePostFeature_readOnlyBean.jar,> Exists: ${jar.exists}
     [java] Time to build schema type system: 1.0 seconds
     [java] Time to generate code: 0.039 seconds
     [java] Time to compile code: 0.984 seconds
     [java] Compiled types to: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/prePostFeature_readOnlyBean.jar>

usertype.build:
     [echo] Building user types
     [echo] JAR <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/usertype_averageCase.jar,> Exists: ${usertypejar.exists}
     [java] Time to build schema type system: 0.956 seconds
     [java] Time to generate code: 0.036 seconds
     [java] Time to compile code: 0.935 seconds
     [java] Compiled types to: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/usertype_averageCase.jar>
     [echo] JAR <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/usertype_multipleItems.jar,> Exists: ${usertypejar.exists}
     [java] Time to build schema type system: 0.947 seconds
     [java] Time to generate code: 0.022 seconds
     [java] Time to compile code: 0.841 seconds
     [java] Compiled types to: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/usertype_multipleItems.jar>

build.area.checkin:

init:
     [echo] basedir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/>

dirs:

copy.schemas:
     [copy] Copying 625 files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/schemas>

check.testreport:

testreport.xsd.jar:
     [java] Time to build schema type system: 0.452 seconds
     [java] Time to generate code: 0.06 seconds
     [java] Time to compile code: 1.022 seconds
     [java] Compiled types to: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/TestReport.xsd.jar>

build.test.tools:
    [javac] <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/testbuild.xml>:532: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 23 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/tools>
    [javac] Note: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/test/tools/src/tools/util/TestRunUtil.java> uses or overrides 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.
      [jar] Building jar: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/testtools.jar>

unit.build:

scomp.dir:

scomp:
     [echo] Compiling <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/schemas/xbean/simple/dumb> using compiler from: org.apache.xmlbeans.impl.tool.SchemaCompiler
     [java] Time to build schema type system: 0.407 seconds
     [java] Time to generate code: 0.033 seconds
     [java] Time to compile code: 0.857 seconds
     [java] Compiled types to: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/dumb.jar>
     [echo] jar.file: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/dumb.jar>

scomp.dir:

scomp:
     [echo] Compiling <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/schemas/xbean/xmlcursor> using compiler from: org.apache.xmlbeans.impl.tool.SchemaCompiler
     [java] xstypes/person.xsd:0: warning: Schema <notation> is not yet supported for this release.
     [java] xstypes/person.xsd:0: warning: notation-facets: The use of length on datatypes derived from NOTATION ('NOTATION@http://www.w3.org/2001/XMLSchema') is deprecated.
     [java] Time to build schema type system: 0.642 seconds
     [java] xstypes/person.xsd:0: warning: notation-targetns-attr: For compatibility, NOTATION should only be used in schemas with no target namespace (attribute 'notationAtt').
     [java] xstypes/person.xsd:0: 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:0: warning: notation-targetns-attr: For compatibility, NOTATION should only be used in schemas with no target namespace (attribute 'notationAtt').
     [java] xstypes/person.xsd:0: 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.153 seconds
     [java] Time to compile code: 1.764 seconds
     [java] Compiled types to: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/xmlcursor.jar>
     [echo] jar.file: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/xmlcursor.jar>

scomp.dir:

scomp:
     [echo] Compiling <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/schemas/xbean/xmlobject> using compiler from: org.apache.xmlbeans.impl.tool.SchemaCompiler
     [java] store/XMLSchema.xsd:0: warning: Schema <notation> is not yet supported for this release.
     [java] person.xsd:0: warning: Schema <notation> is not yet supported for this release.
     [java] person.xsd:0: warning: notation-facets: The use of length on datatypes derived from NOTATION ('NOTATION@http://www.w3.org/2001/XMLSchema') is deprecated.
     [java] soap12-encoding.xsd:0: warning: id-idref-idrefs-entity-entities-notation: For compatibility, type 'ID' should only be used for attributes (used for element 'ID@http://schemas.xmlsoap.org/soap/encoding/').
     [java] soap12-encoding.xsd:0: warning: id-idref-idrefs-entity-entities-notation: For compatibility, type 'IDREF' should only be used for attributes (used for element 'IDREF@http://schemas.xmlsoap.org/soap/encoding/').
     [java] soap12-encoding.xsd:0: warning: id-idref-idrefs-entity-entities-notation: For compatibility, type 'ENTITY' should only be used for attributes (used for element 'ENTITY@http://schemas.xmlsoap.org/soap/encoding/').
     [java] soap12-encoding.xsd:0: warning: id-idref-idrefs-entity-entities-notation: For compatibility, type 'IDREFS' should only be used for attributes (used for element 'IDREFS@http://schemas.xmlsoap.org/soap/encoding/').
     [java] soap12-encoding.xsd:0: warning: id-idref-idrefs-entity-entities-notation: For compatibility, type 'ENTITIES' should only be used for attributes (used for element 'ENTITIES@http://schemas.xmlsoap.org/soap/encoding/').
     [java] person.xsd:0: warning: notation-targetns-attr: For compatibility, NOTATION should only be used in schemas with no target namespace (attribute 'notationAtt').
     [java] person.xsd:0: 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] person.xsd:0: warning: notation-targetns-attr: For compatibility, NOTATION should only be used in schemas with no target namespace (attribute 'notationAtt').
     [java] person.xsd:0: 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 build schema type system: 1.131 seconds
     [java] Time to generate code: 0.624 seconds
     [java] Time to compile code: 4.099 seconds
     [java] Compiled types to: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/xmlobject.jar>
     [echo] jar.file: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/xmlobject.jar>

scomp.dir:

scomp:
     [echo] Compiling <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/schemas/xbean/ValidatingStream> using compiler from: org.apache.xmlbeans.impl.tool.SchemaCompiler
     [java] Time to build schema type system: 0.462 seconds
     [java] Time to generate code: 0.091 seconds
     [java] Time to compile code: 1.433 seconds
     [java] Compiled types to: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/ValidatingStream.jar>
     [echo] jar.file: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/ValidatingStream.jar>

scomp.dir:

scomp:
     [echo] Compiling <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/schemas/xbean/dom> using compiler from: org.apache.xmlbeans.impl.tool.SchemaCompiler
     [java] Time to build schema type system: 0.459 seconds
     [java] Time to generate code: 0.06 seconds
     [java] Time to compile code: 1.066 seconds
     [java] Compiled types to: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/dom.jar>
     [echo] jar.file: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/dom.jar>

uncompress:

uncompress.uptodate:
     [echo] uncompress.uptodate for <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/test/cases/xbean/tranxml.tar.bz2>: ${uncompress.uptodate}

do.uncompress:
    [untar] Expanding: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/test/cases/xbean/tranxml.tar.bz2> into <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/schemas>

uncompress.helper:

scomp.single:

scomp:
     [echo] Compiling <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/schemas/tranxml/Version4.0/schemas/StandAlone/CarLocationMessage_40_LX.xsd> using compiler from: org.apache.xmlbeans.impl.tool.SchemaCompiler
     [java] Time to build schema type system: 0.944 seconds
     [java] Time to generate code: 0.262 seconds
     [java] Time to compile code: 2.081 seconds
     [java] Compiled types to: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/CarLocationMessage_40_LX.xsd.jar>
     [echo] jar.file: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/schemajars/CarLocationMessage_40_LX.xsd.jar>

build.xmlcases:
      [jar] Building jar: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/xmlcases.jar>

build.xsdcases:
      [jar] Building jar: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/xsdcases.jar>
    [javac] <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/testbuild.xml>:668: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 165 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/classes>
    [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.
      [jar] Building jar: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/testcases.jar>

build.xqcases:
      [jar] Building jar: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/xqcases.jar>
     [copy] Copying 1 file to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib>

clean.reports:

check.asserts:
     [echo] on
     [echo] ********************************************************
     [echo] *Running w/ asserts on. To disable pass -Dasserts='off'
     [echo] ********************************************************

run.junit:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/reports>
     [echo] Running **/checkin/** 
   [junitX] 1538527969113
   [junitX] =================================================
   [junitX] Tests Ran: 1607
   [junitX] Success:   1607
   [junitX] Failures:  0
   [junitX] Starting Publish: 1538527978459
   [junitX] Finished Publish: 1538527978928

generate.html.report:
     [xslt] Processing <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/reports/TestLog.xml> to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/reports/TestReport.html>
     [xslt] Loading stylesheet <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/test/tools/lib/xsl/TestReport.xsl>
     [echo]  Excluded **/compile/scomp/checkin/**,**/tools/inst2xsd/checkin/**
     [echo] 0

check.asserts:
     [echo] on
     [echo] ********************************************************
     [echo] *Running w/ asserts on. To disable pass -Dasserts='off'
     [echo] ********************************************************

-compile.run.excluded:
    [javac] <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/testbuild.xml>:919: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 6 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/classes>
    [javac] Note: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/test/src/compile/scomp/checkin/CompilationTests.java> uses or overrides 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.
      [jar] Building jar: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/lib/testcases.jar>
     [echo] Running **/compile/scomp/checkin/**,**/tools/inst2xsd/checkin/** 
   [junitX] 1538527980364
   [junitX] =================================================
   [junitX] Tests Ran: 57
   [junitX] Success:   57
   [junitX] Failures:  0
   [junitX] Starting Publish: 1538527989551
   [junitX] Finished Publish: 1538527989611

generate.html.report:
     [xslt] Processing <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/reports/TestLog_CompilationTests.xml> to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/reports/TestReport_CompilationTests.html>
     [xslt] Loading stylesheet <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/test/tools/lib/xsl/TestReport.xsl>

BUILD SUCCESSFUL
Total time: 1 minute 13 seconds
Archiving artifacts
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?

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


Build failed in Jenkins: XMLBeans-DSL-1.6 #3

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

------------------------------------------
[...truncated 3.96 KB...]
-rwxr-xr-x 1 root root  51979 Nov 17  2014 rmid
-rwxr-xr-x 1 root root  51979 Nov 17  2014 rmiregistry
-rwxr-xr-x 1 root root  52011 Nov 17  2014 schemagen
-rwxr-xr-x 1 root root  52296 Nov 17  2014 serialver
-rwxr-xr-x 1 root root  51979 Nov 17  2014 servertool
-rwxr-xr-x 1 root root  52235 Nov 17  2014 tnameserv
-rwxr-xr-x 1 root root 186301 Nov 17  2014 unpack200
-rwxr-xr-x 1 root root  51979 Nov 17  2014 wsgen
-rwxr-xr-x 1 root root  52011 Nov 17  2014 wsimport
-rwxr-xr-x 1 root root  52011 Nov 17  2014 xjc
+ /home/jenkins/tools/java/latest1.6/bin/java -version
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)
+ echo which java
which java
+ which java
/home/jenkins/tools/java/latest1.6/bin/java
+ java -version
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)
+ echo which javac
which javac
+ which javac
/home/jenkins/tools/java/latest1.6/bin/javac
+ javac -version
javac 1.6.0_45
+ 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/XMLBeans-DSL-1.6/ws/build.javacheck.xml>
Detected Java version: 1.6 in: /usr/local/asfpackages/java/jdk1.6.0_45-64/jre
Detected OS: Linux
parsing buildfile <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build.javacheck.xml> with URI = <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build.javacheck.xml>
Project base dir set to: <https://builds.apache.org/job/XMLBeans-DSL-1.6/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.6/1.6.0_45
     [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.6.0_45

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

clean:
   [delete] Deleting directory <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build>

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

checkintest:
Trying to override old definition of task basename

checkin:

check.xbean.jar:

dirs:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/lib>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/ar>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/src>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/3/artifact/build/private>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/3/artifact/build/private/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/3/artifact/build/private/lib>
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/test/output>

version:
     [echo] Trying to get revision number from Subversion...
     [echo] Apache XmlBeans version 3.0.2-r1841205

xmlpublic.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/xmlpublic>
    [javac] Compiling 109 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/xmlpublic>
    [javac] <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java>:327: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac]             return (SchemaTypeLoader)_getContextTypeLoaderMethod.invoke(null, null);
    [javac]                                                                               ^
    [javac] <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java>:350: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac]             return (SchemaTypeSystem)_getBuiltinSchemaTypeSystemMethod.invoke(null, null);
    [javac]                                                                                     ^
    [javac] <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java>:856: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac]             return (SchemaType)_getNoTypeMethod.invoke(null, null);
    [javac]                                                              ^
    [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] 3 warnings
     [copy] Copying 1 file to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/xmlpublic>

typeholder.check:

typeholder.template:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/typeholder>
    [javac] Compiling 1 source file to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/typeholder>
     [move] Moving 1 file to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/typeholder/org/apache/xmlbeans/impl/schema>

xmlinputstream.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/xmlinputstream>
    [javac] Compiling 24 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/xmlinputstream>
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

common.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/common>
    [javac] Compiling 44 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/common>
    [javac] <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/src/common/org/apache/xmlbeans/impl/common/ResolverUtil.java>:64: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac]             cmMethod.invoke(cmObj, new String[] {catalogFile});
    [javac]                                    ^
    [javac] Note: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/src/common/org/apache/xmlbeans/impl/common/GenericXmlInputStream.java> uses or overrides 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

typestore.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/typestore>
    [javac] Compiling 5 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/typestore>

saaj_api.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/saaj_api>
    [javac] Compiling 26 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/saaj_api>
    [javac] Note: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/src/saaj_api/org/apache/xmlbeans/impl/soap/MimeHeaders.java> uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

store.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/store>
    [javac] Compiling 16 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/store>
    [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.

repackage.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/repackage>
    [javac] Compiling 3 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/repackage>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

xsdschema.check:

xmlschema.check:

oldxbean.jar:
     [copy] Copying 1 file to <https://builds.apache.org/job/XMLBeans-DSL-1.6/3/artifact/build/private/lib>

xmlschema.classes:
     [java] Time to build schema type system: 0.349 seconds
     [java] Time to generate code: 0.033 seconds

xsdschema.classes:
     [java] XMLSchema.xsd:1318:2: warning: Schema <notation> is not yet supported for this release.
     [java] Time to build schema type system: 0.841 seconds
     [java] Time to generate code: 0.368 seconds

configschema.check:

configschema.classes:
     [java] Time to build schema type system: 0.393 seconds
     [java] Time to generate code: 0.073 seconds

toolschema.check:

toolschema.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/src/toolschema>
     [java] Time to build schema type system: 0.401 seconds
     [java] Time to generate code: 0.069 seconds

jam.classes.check:

jam.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/3/artifact/build/private/jam>
    [unjar] Expanding: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/external/lib/jam-0.1.0-src.jar> into <https://builds.apache.org/job/XMLBeans-DSL-1.6/3/artifact/build/private/jam>
     [echo] Re-packaging JAM
     [java] Repackaging 104 files ...
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/jam>
    [javac] Compiling 103 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/jam>
    [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.

typeimpl.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/typeimpl>
    [javac] Compiling 381 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/typeimpl>
    [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.
     [copy] Copying 4 files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/typeimpl>

xmlcomp.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/xmlcomp>
    [javac] Compiling 21 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/xmlcomp>
    [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.

marshal.classes:
    [mkdir] Created dir: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/marshal>
    [javac] Compiling 2 source files to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build/classes/marshal>

saxon.find1:

saxon.find2:

check.saxon9.jar:

saxon9.jar:
      [get] Getting: https://master.dl.sourceforge.net/project/saxon/OldFiles/9.0/9.0.0.4/saxonb9-0-0-4j.zip
      [get] To: <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/external/lib/saxonb9-0-0-4j.zip>
      [get] Error getting https://master.dl.sourceforge.net/project/saxon/OldFiles/9.0/9.0.0.4/saxonb9-0-0-4j.zip to <https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/external/lib/saxonb9-0-0-4j.zip>

BUILD FAILED
<https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build.xml>:1028: The following error occurred while executing this line:
<https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/testbuild.xml>:896: The following error occurred while executing this line:
<https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/testbuild.xml>:473: The following error occurred while executing this line:
<https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/build.xml>:123: src '<https://builds.apache.org/job/XMLBeans-DSL-1.6/ws/external/lib/saxonb9-0-0-4j.zip'> doesn't exist.

Total time: 9 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?

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