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 2021/09/02 10:40:54 UTC

Build failed in Jenkins: Ant » Ant-Build-Matrix-1.9-Windows » Windows,JDK 1.8 (latest) #13

See <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/13/display/redirect?page=changes>

Changes:

[Stefan Bodewig] ensure build.compiler works with full classnames for extjavac/modern


------------------------------------------
Started by upstream project "Ant/Ant-Build-Matrix-1.9-Windows" build number 13
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-win-he-de-1 (Windows) in workspace <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/ant.git
 > git --version # timeout=10
 > git --version # 'git version 2.14.3.windows.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/ant.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision e5e0019a026614042651e596b72feb71e0ab5f4a (refs/remotes/origin/1.9.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e5e0019a026614042651e596b72feb71e0ab5f4a # timeout=10
Commit message: "ensure build.compiler works with full classnames for extjavac/modern"
 > git rev-list --no-walk 033f8dc250b23a66dc3e70612607e1f0752c792d # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
LANG=en_US.utf8

[EnvInject] - Variables injected successfully.
[JDK 1.8 (latest)] $ cmd.exe /C "F:\jenkins\tools\ant\latest\bin\ant.bat -file launch-build.xml '"-Djdk=JDK 1.8 (latest)"' -DOS=Windows -Djenkins=t && exit %%ERRORLEVEL%%"
Buildfile: <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/launch-build.xml>

launch:
     [echo] Launching <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/build.bat> allclean test -Dignore.tests.failed=true -Doptional.jars.whenmanifestonly=skip -Djenkins=t
     [exec] 'deltree' is not recognized as an internal or external command,
     [exec] 
     [exec] ... Bootstrapping Ant Distributionoperable program or batch file.
     [exec] 
     [exec] JAVA_HOME=
     [exec] JAVA=java
     [exec] JAVAC=javac
     [exec] CLASSPATH=;lib\optional\ant-antunit-1.4.1.jar;lib\optional\hamcrest-core-1.3.jar;lib\optional\hamcrest-library-1.3.jar;lib\optional\junit-3.8.2.jar;lib\optional\junit-4.12.jar;build\classes;src\main;
     [exec] ANT_HOME=.
     [exec] 
     [exec] ... Compiling Ant Classes
     [exec] 
     [exec] ... Cleaning Up Build Directories
     [exec] 
     [exec] ... Done Bootstrapping Ant Distribution
     [exec] Bootstrap FAILED
     [exec] 'deltree' is not recognized as an internal or external command,
     [exec] operable program or batch file.
     [exec] '"javac"' is not recognized as an internal or external command,
     [exec] operable program or batch file.
     [exec] 'deltree' is not recognized as an internal or external command,
     [exec] operable program or batch file.

BUILD SUCCESSFUL
Total time: 0 seconds
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?

Build failed in Jenkins: Ant » Ant-Build-Matrix-1.9-Windows » Windows,JDK 1.8 (latest) #20

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/20/display/redirect?page=changes>

Changes:

[Stefan Bodewig] typo


------------------------------------------
Started by upstream project "Ant/Ant-Build-Matrix-1.9-Windows" build number 20
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-win-azr-4 (Windows) in workspace <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/ant.git
 > git init <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/ant.git
 > git --version # timeout=10
 > git --version # 'git version 2.14.3.windows.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/ant.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 48fe7025770457b87036b8ddc1cbb13dbe0f1d61 (refs/remotes/origin/1.9.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 48fe7025770457b87036b8ddc1cbb13dbe0f1d61 # timeout=10
Commit message: "typo"
 > git rev-list --no-walk 2989738c90eca6d6d7ebadf8b430b0123858539a # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
LANG=en_US.utf8

[EnvInject] - Variables injected successfully.
[JDK 1.8 (latest)] $ cmd.exe /C "F:\jenkins\tools\ant\latest\bin\ant.bat -file launch-build.xml '"-Djdk=JDK 1.8 (latest)"' -DOS=Windows -Djenkins=t && exit %%ERRORLEVEL%%"
Buildfile: <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/launch-build.xml>

launch:
     [echo] Launching <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/build.bat> allclean test -Dignore.tests.failed=true -Doptional.jars.whenmanifestonly=skip -Djenkins=t
     [exec] 
     [exec] ... Bootstrapping Ant Distribution
     [exec] JAVA_HOME=
     [exec] JAVA=java
     [exec] JAVAC=javac
     [exec] CLASSPATH=;lib\optional\ant-antunit-1.4.1.jar;lib\optional\hamcrest-core-1.3.jar;lib\optional\hamcrest-library-1.3.jar;lib\optional\junit-3.8.2.jar;lib\optional\junit-4.12.jar;build\classes;src\main;
     [exec] ANT_HOME=.
     [exec] 
     [exec] ... Compiling Ant Classes
     [exec] 
     [exec] ... Cleaning Up Build Directories
     [exec] 
     [exec] ... Done Bootstrapping Ant Distribution
     [exec] Bootstrap FAILED
     [exec] '"javac"' is not recognized as an internal or external command,
     [exec] operable program or batch file.
     [exec] 'deltree' is not recognized as an internal or external command,
     [exec] operable program or batch file.

BUILD SUCCESSFUL
Total time: 0 seconds
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?

Build failed in Jenkins: Ant » Ant-Build-Matrix-1.9-Windows » Windows,JDK 1.8 (latest) #19

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/19/display/redirect?page=changes>

Changes:

[Stefan Bodewig] plug resource leak as suggested by Mike Phillips in BZ issue 66001


------------------------------------------
Started by upstream project "Ant/Ant-Build-Matrix-1.9-Windows" build number 19
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-win-he-de-6 (windows-he Windows) in workspace <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/ant.git
 > git init <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/ant.git
 > git --version # timeout=10
 > git --version # 'git version 2.14.3.windows.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/ant.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 2989738c90eca6d6d7ebadf8b430b0123858539a (refs/remotes/origin/1.9.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2989738c90eca6d6d7ebadf8b430b0123858539a # timeout=10
Commit message: "plug resource leak as suggested by Mike Phillips in BZ issue 66001"
 > git rev-list --no-walk c6854c58adb0ba436ddb86c7d7601faf2de9e532 # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
LANG=en_US.utf8

[EnvInject] - Variables injected successfully.
[JDK 1.8 (latest)] $ cmd.exe /C "F:\jenkins\tools\ant\latest\bin\ant.bat -file launch-build.xml '"-Djdk=JDK 1.8 (latest)"' -DOS=Windows -Djenkins=t && exit %%ERRORLEVEL%%"
Buildfile: <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/launch-build.xml>

launch:
     [echo] Launching <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/build.bat> allclean test -Dignore.tests.failed=true -Doptional.jars.whenmanifestonly=skip -Djenkins=t
     [exec] 
     [exec] ... Bootstrapping Ant Distribution
     [exec] JAVA_HOME=
     [exec] JAVA=java
     [exec] JAVAC=javac
     [exec] '"javac"' is not recognized as an internal or external command,CLASSPATH=;lib\optional\ant-antunit-1.4.1.jar;lib\optional\hamcrest-core-1.3.jar;lib\optional\hamcrest-library-1.3.jar;lib\optional\junit-3.8.2.jar;lib\optional\junit-4.12.jar;build\classes;src\main;
     [exec] ANT_HOME=.
     [exec] 
     [exec] operable program or batch file.
     [exec] 
     [exec] ... Compiling Ant Classes
     [exec] 'deltree' is not recognized as an internal or external command,
     [exec] 
     [exec] ... Cleaning Up Build Directoriesoperable program or batch file.
     [exec] 
     [exec] 
     [exec] ... Done Bootstrapping Ant Distribution
     [exec] Bootstrap FAILED

BUILD SUCCESSFUL
Total time: 0 seconds
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?

Build failed in Jenkins: Ant » Ant-Build-Matrix-1.9-Windows » Windows,JDK 1.8 (latest) #18

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/18/display/redirect?page=changes>

Changes:

[Stefan Bodewig] document modificationtime attribute of zip added many moons ago


------------------------------------------
Started by upstream project "Ant/Ant-Build-Matrix-1.9-Windows" build number 18
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-win-he-de-1 (windows-he Windows) in workspace <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/ant.git
 > git --version # timeout=10
 > git --version # 'git version 2.14.3.windows.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/ant.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision c6854c58adb0ba436ddb86c7d7601faf2de9e532 (refs/remotes/origin/1.9.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c6854c58adb0ba436ddb86c7d7601faf2de9e532 # timeout=10
Commit message: "document modificationtime attribute of zip added many moons ago"
 > git rev-list --no-walk a9c32687ac00a29c73aabe87b98df928c7233e21 # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
LANG=en_US.utf8

[EnvInject] - Variables injected successfully.
[JDK 1.8 (latest)] $ cmd.exe /C "F:\jenkins\tools\ant\latest\bin\ant.bat -file launch-build.xml '"-Djdk=JDK 1.8 (latest)"' -DOS=Windows -Djenkins=t && exit %%ERRORLEVEL%%"
Buildfile: <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/launch-build.xml>

launch:
     [echo] Launching <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/build.bat> allclean test -Dignore.tests.failed=true -Doptional.jars.whenmanifestonly=skip -Djenkins=t
     [exec] 'deltree' is not recognized as an internal or external command,
     [exec] 
     [exec] ... Bootstrapping Ant Distributionoperable program or batch file.
     [exec] 
     [exec] JAVA_HOME=
     [exec] JAVA=java
     [exec] JAVAC=javac
     [exec] CLASSPATH=;lib\optional\ant-antunit-1.4.1.jar;lib\optional\hamcrest-core-1.3.jar;lib\optional\hamcrest-library-1.3.jar;lib\optional\junit-3.8.2.jar;lib\optional\junit-4.12.jar;build\classes;src\main;
     [exec] ANT_HOME=.
     [exec] 
     [exec] ... Compiling Ant Classes
     [exec] 
     [exec] ... Cleaning Up Build Directories
     [exec] 
     [exec] ... Done Bootstrapping Ant Distribution
     [exec] Bootstrap FAILED
     [exec] 'deltree' is not recognized as an internal or external command,
     [exec] operable program or batch file.
     [exec] '"javac"' is not recognized as an internal or external command,
     [exec] operable program or batch file.
     [exec] 'deltree' is not recognized as an internal or external command,
     [exec] operable program or batch file.

BUILD SUCCESSFUL
Total time: 0 seconds
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?

Build failed in Jenkins: Ant » Ant-Build-Matrix-1.9-Windows » Windows,JDK 1.8 (latest) #17

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/17/display/redirect?page=changes>

Changes:

[Stefan Bodewig] happy new year


------------------------------------------
Started by upstream project "Ant/Ant-Build-Matrix-1.9-Windows" build number 17
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-win-azr-5 (Windows) in workspace <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/ant.git
 > git init <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/ant.git
 > git --version # timeout=10
 > git --version # 'git version 2.14.3.windows.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/ant.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision a9c32687ac00a29c73aabe87b98df928c7233e21 (refs/remotes/origin/1.9.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a9c32687ac00a29c73aabe87b98df928c7233e21 # timeout=10
Commit message: "happy new year"
 > git rev-list --no-walk 96ca021c758da63ddfb00a7dff93f30417ebe616 # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
LANG=en_US.utf8

[EnvInject] - Variables injected successfully.
[JDK 1.8 (latest)] $ cmd.exe /C "F:\jenkins\tools\ant\latest\bin\ant.bat -file launch-build.xml '"-Djdk=JDK 1.8 (latest)"' -DOS=Windows -Djenkins=t && exit %%ERRORLEVEL%%"
Buildfile: <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/launch-build.xml>

launch:
     [echo] Launching <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/build.bat> allclean test -Dignore.tests.failed=true -Doptional.jars.whenmanifestonly=skip -Djenkins=t
     [exec] 
     [exec] ... Bootstrapping Ant Distribution
     [exec] JAVA_HOME=
     [exec] JAVA=java
     [exec] JAVAC=javac
     [exec] CLASSPATH=;lib\optional\ant-antunit-1.4.1.jar;lib\optional\hamcrest-core-1.3.jar;lib\optional\hamcrest-library-1.3.jar;lib\optional\junit-3.8.2.jar;lib\optional\junit-4.12.jar;build\classes;src\main;
     [exec] ANT_HOME=.
     [exec] 
     [exec] ... Compiling Ant Classes
     [exec] 
     [exec] '"javac"' is not recognized as an internal or external command,... Cleaning Up Build Directories
     [exec] 
     [exec] ... Done Bootstrapping Ant Distribution
     [exec] 
     [exec] operable program or batch file.
     [exec] 'deltree' is not recognized as an internal or external command,
     [exec] operable program or batch file.
     [exec] Bootstrap FAILED

BUILD SUCCESSFUL
Total time: 0 seconds
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?

Build failed in Jenkins: Ant » Ant-Build-Matrix-1.9-Windows » Windows,JDK 1.8 (latest) #16

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/16/display/redirect?page=changes>

Changes:

[Stefan Bodewig] properly describe how Ant reads environment variables


------------------------------------------
Started by upstream project "Ant/Ant-Build-Matrix-1.9-Windows" build number 16
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-win-he-de-2 (windows-he Windows) in workspace <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/ant.git
 > git --version # timeout=10
 > git --version # 'git version 2.14.3.windows.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/ant.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 96ca021c758da63ddfb00a7dff93f30417ebe616 (refs/remotes/origin/1.9.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 96ca021c758da63ddfb00a7dff93f30417ebe616 # timeout=10
Commit message: "properly describe how Ant reads environment variables"
 > git rev-list --no-walk 748ad7f1fd4724fbc11c4dd9ae343c41740e9360 # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
LANG=en_US.utf8

[EnvInject] - Variables injected successfully.
[JDK 1.8 (latest)] $ cmd.exe /C "F:\jenkins\tools\ant\latest\bin\ant.bat -file launch-build.xml '"-Djdk=JDK 1.8 (latest)"' -DOS=Windows -Djenkins=t && exit %%ERRORLEVEL%%"
Buildfile: <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/launch-build.xml>

launch:
     [echo] Launching <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/build.bat> allclean test -Dignore.tests.failed=true -Doptional.jars.whenmanifestonly=skip -Djenkins=t
     [exec] 'deltree' is not recognized as an internal or external command,
     [exec] 
     [exec] operable program or batch file.... Bootstrapping Ant Distribution
     [exec] 
     [exec] JAVA_HOME=
     [exec] JAVA=java
     [exec] JAVAC=javac
     [exec] CLASSPATH=;lib\optional\ant-antunit-1.4.1.jar;lib\optional\hamcrest-core-1.3.jar;lib\optional\hamcrest-library-1.3.jar;lib\optional\junit-3.8.2.jar;lib\optional\junit-4.12.jar;build\classes;src\main;
     [exec] ANT_HOME=.
     [exec] 
     [exec] ... Compiling Ant Classes
     [exec] 
     [exec] ... Cleaning Up Build Directories
     [exec] 
     [exec] ... Done Bootstrapping Ant Distribution
     [exec] Bootstrap FAILED
     [exec] 'deltree' is not recognized as an internal or external command,
     [exec] operable program or batch file.
     [exec] '"javac"' is not recognized as an internal or external command,
     [exec] operable program or batch file.
     [exec] 'deltree' is not recognized as an internal or external command,
     [exec] operable program or batch file.

BUILD SUCCESSFUL
Total time: 0 seconds
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?

Build failed in Jenkins: Ant » Ant-Build-Matrix-1.9-Windows » Windows,JDK 1.8 (latest) #15

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/15/display/redirect?page=changes>

Changes:

[Stefan Bodewig] Allow ant:get task to disable authentication on redirect.


------------------------------------------
Started by upstream project "Ant/Ant-Build-Matrix-1.9-Windows" build number 15
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-win-he-de-3 (windows-he Windows) in workspace <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/ant.git
 > git init <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/ant.git
 > git --version # timeout=10
 > git --version # 'git version 2.14.3.windows.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/ant.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 748ad7f1fd4724fbc11c4dd9ae343c41740e9360 (refs/remotes/origin/1.9.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 748ad7f1fd4724fbc11c4dd9ae343c41740e9360 # timeout=10
Commit message: "Allow ant:get task to disable authentication on redirect."
 > git rev-list --no-walk 0f110eac27c17cf3bdbcfee77bc5b9b4aead9f4e # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
LANG=en_US.utf8

[EnvInject] - Variables injected successfully.
[JDK 1.8 (latest)] $ cmd.exe /C "F:\jenkins\tools\ant\latest\bin\ant.bat -file launch-build.xml '"-Djdk=JDK 1.8 (latest)"' -DOS=Windows -Djenkins=t && exit %%ERRORLEVEL%%"
Buildfile: <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/launch-build.xml>

launch:
     [echo] Launching <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/build.bat> allclean test -Dignore.tests.failed=true -Doptional.jars.whenmanifestonly=skip -Djenkins=t
     [exec] 
     [exec] ... Bootstrapping Ant Distribution
     [exec] JAVA_HOME=
     [exec] JAVA=java
     [exec] JAVAC=javac
     [exec] CLASSPATH=;lib\optional\ant-antunit-1.4.1.jar;lib\optional\hamcrest-core-1.3.jar;lib\optional\hamcrest-library-1.3.jar;lib\optional\junit-3.8.2.jar;lib\optional\junit-4.12.jar;build\classes;src\main;
     [exec] ANT_HOME=.
     [exec] 
     [exec] ... Compiling Ant Classes
     [exec] '"javac"' is not recognized as an internal or external command,
     [exec] 
     [exec] ... Cleaning Up Build Directoriesoperable program or batch file.
     [exec] 
     [exec] 
     [exec] ... Done Bootstrapping Ant Distribution
     [exec] Bootstrap FAILED
     [exec] 'deltree' is not recognized as an internal or external command,
     [exec] operable program or batch file.

BUILD SUCCESSFUL
Total time: 0 seconds
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?

Build failed in Jenkins: Ant » Ant-Build-Matrix-1.9-Windows » Windows,JDK 1.8 (latest) #14

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/14/display/redirect?page=changes>

Changes:

[Stefan Bodewig] Merge branch 'feature/tarfileset-preserve-symlinks' of https://github.com/mstrap/ant into mstrap-feature/tarfileset-preserve-symlinks


------------------------------------------
Started by upstream project "Ant/Ant-Build-Matrix-1.9-Windows" build number 14
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-win-azr-4 (Windows) in workspace <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/ant.git
 > git init <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/ant.git
 > git --version # timeout=10
 > git --version # 'git version 2.14.3.windows.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/ant.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 0f110eac27c17cf3bdbcfee77bc5b9b4aead9f4e (refs/remotes/origin/1.9.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0f110eac27c17cf3bdbcfee77bc5b9b4aead9f4e # timeout=10
Commit message: "Merge branch 'feature/tarfileset-preserve-symlinks' of https://github.com/mstrap/ant into mstrap-feature/tarfileset-preserve-symlinks"
 > git rev-list --no-walk e5e0019a026614042651e596b72feb71e0ab5f4a # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
LANG=en_US.utf8

[EnvInject] - Variables injected successfully.
[JDK 1.8 (latest)] $ cmd.exe /C "F:\jenkins\tools\ant\latest\bin\ant.bat -file launch-build.xml '"-Djdk=JDK 1.8 (latest)"' -DOS=Windows -Djenkins=t && exit %%ERRORLEVEL%%"
Buildfile: <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/launch-build.xml>

launch:
     [echo] Launching <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-1.9-Windows/OS=Windows,jdk=JDK%201.8%20(latest)/ws/build.bat> allclean test -Dignore.tests.failed=true -Doptional.jars.whenmanifestonly=skip -Djenkins=t
     [exec] 
     [exec] ... Bootstrapping Ant Distribution
     [exec] JAVA_HOME=
     [exec] JAVA=java
     [exec] JAVAC=javac
     [exec] CLASSPATH=;lib\optional\ant-antunit-1.4.1.jar;lib\optional\hamcrest-core-1.3.jar;lib\optional\hamcrest-library-1.3.jar;lib\optional\junit-3.8.2.jar;lib\optional\junit-4.12.jar;build\classes;src\main;
     [exec] ANT_HOME=.
     [exec] 
     [exec] ... Compiling Ant Classes
     [exec] 
     [exec] ... Cleaning Up Build Directories
     [exec] 
     [exec] ... Done Bootstrapping Ant Distribution
     [exec] Bootstrap FAILED
     [exec] '"javac"' is not recognized as an internal or external command,
     [exec] operable program or batch file.
     [exec] 'deltree' is not recognized as an internal or external command,
     [exec] operable program or batch file.

BUILD SUCCESSFUL
Total time: 0 seconds
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?