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: [email protected]
For additional commands, e-mail: [email protected]