You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/01/20 18:08:04 UTC

Build failed in Jenkins: Ant-Build-Matrix » JDK 1.5 (latest),Windows #750

See <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.5%20(latest),label=Windows/750/changes>

Changes:

[bodewig] Don't whine about unclosed archives if the file isn't even there.

[bodewig] port Kristian Rosenvold's write performance improvements from Commons Compress

[bodewig] ignore stray logfiles

------------------------------------------
Started by upstream project "Ant-Build-Matrix" build number 750
originally caused by:
 Started by an SCM change
Building remotely on windows2 (Windows) in workspace <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.5%20(latest),label=Windows/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/ant.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/ant.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/ant.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 0903005b846b47c3b5e28de630adeb59fd262dbe (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0903005b846b47c3b5e28de630adeb59fd262dbe
 > git rev-list 2ebe9fc7db9ba58465641895abe1165f856eec3e # timeout=10
[Windows] $ cmd.exe /C '"f:\jenkins\jenkins-slave\tools\hudson.tasks.Ant_AntInstallation\ant-1.9.3\bin\ant.bat -file launch-build.xml -Dlabel=Windows "-Djdk=JDK 1.5 (latest)" && exit %%ERRORLEVEL%%"'
Buildfile: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.5%20(latest),label=Windows/ws/launch-build.xml>

launch:
     [echo] Launching <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.5%20(latest),label=Windows/ws/build.bat> allclean test -Dignore.tests.failed=true -Doptional.jars.whenmanifestonly=skip
     [exec] 
     [exec] ... Bootstrapping Ant Distribution
     [exec] JAVA_HOME=f:\jenkins\tools\\java\\latest-1.5-64
     [exec] JAVA=f:\jenkins\tools\\java\\latest-1.5-64\bin\java
     [exec] JAVAC=f:\jenkins\tools\\java\\latest-1.5-64\bin\javac
     [exec] CLASSPATH=;lib\optional\ant-antunit-1.3.jar;lib\optional\hamcrest-core-1.3.jar;lib\optional\junit-3.8.2.jar;lib\optional\junit-4.11.jar;f:\jenkins\tools\\java\\latest-1.5-64\lib\tools.jar;build\classes;src\main;
     [exec] 
     [exec] ... Compiling Ant Classes
     [exec] src\main\org\apache\tools\zip\ZipEntry.java:352: cannot find symbol
     [exec] symbol  : method copyOf(org.apache.tools.zip.ZipExtraField[],int)
     [exec] location: class java.util.Arrays
     [exec]         return Arrays.copyOf(src, src.length);
     [exec]                      ^
     [exec] src\main\org\apache\tools\zip\ZipEntry.java:357: cannot find symbol
     [exec] symbol  : method copyOf(org.apache.tools.zip.ZipExtraField[],int)
     [exec] location: class java.util.Arrays
     [exec]             Arrays.copyOf(extraFields, extraFields.length + 1);
     [exec]                   ^
     [exec] src\main\org\apache\tools\zip\ZipEntry.java:404: cannot find symbol
     [exec] symbol  : method copyOf(org.apache.tools.zip.ZipExtraField[],int)
     [exec] location: class java.util.Arrays
     [exec]                     Arrays.copyOf(extraFields, extraFields.length + 1);
     [exec]                           ^
     [exec] Note: Some input files use or override a deprecated API.
     [exec] Note: Recompile with -Xlint:deprecation for details.
     [exec] Note: Some input files use unchecked or unsafe operations.
     [exec] Note: Recompile with -Xlint:unchecked for details.
     [exec] 3 errors
     [exec] 
     [exec] ... Cleaning Up Build Directories
     [exec] 
     [exec] ... Done Bootstrapping Ant Distribution
     [exec] Bootstrap FAILED

BUILD SUCCESSFUL
Total time: 25 seconds
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE