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/11/06 13:55:59 UTC

Build failed in Jenkins: Ant » Ant-Build-Matrix-master-Windows » Windows,jdk_1.9_latest #97

See <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-master-Windows/OS=Windows,jdk=jdk_1.9_latest/97/display/redirect?page=changes>

Changes:

[g.grigelionis] Support Jakarta Mail in MailLogger


------------------------------------------
Started by upstream project "Ant/Ant-Build-Matrix-master-Windows" build number 97
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-win-azr-3 (Windows) in workspace <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-master-Windows/OS=Windows,jdk=jdk_1.9_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-master-Windows/OS=Windows,jdk=jdk_1.9_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 5db51cebc334034162450a8fdf70ddebf1b2085e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5db51cebc334034162450a8fdf70ddebf1b2085e # timeout=10
Commit message: "Merge pull request #166 from twogee/jakarta-mail"
 > git rev-list --no-walk ac5bce1ad68b239bdc06a4ac40b20f5d26d6269c # 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.9_latest] $ cmd.exe /C "F:\jenkins\tools\ant\latest\bin\ant.bat -file launch-build.xml -Djdk=jdk_1.9_latest -DOS=Windows -Djenkins=t && exit %%ERRORLEVEL%%"
Buildfile: <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-master-Windows/OS=Windows,jdk=jdk_1.9_latest/ws/launch-build.xml>

launch:
     [echo] Launching <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-master-Windows/OS=Windows,jdk=jdk_1.9_latest/ws/build.bat> allclean test -Dignore.tests.failed=true -Doptional.jars.whenmanifestonly=skip -Djenkins=t
     [exec] 
     [exec] ... Bootstrapping Ant Distribution
     [exec] 'deltree' is not recognized as an internal or external command,
     [exec] operable program or batch file.
     [exec] JAVA_HOME=f:\\jenkins\\tools\\java\\latest9
     [exec] JAVA=f:\\jenkins\\tools\\java\\latest9\bin\java
     [exec] JAVAC=f:\\jenkins\\tools\\java\\latest9\bin\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.13.1.jar;build\classes;src\main;
     [exec] ANT_HOME=.
     [exec] 
     [exec] ... Compiling Ant Classes
     [exec] 
     [exec] ... Cleaning Up Build Directories
     [exec] 'deltree' is not recognized as an internal or external command,
     [exec] operable program or batch file.
     [exec] The system cannot find the path specified.
     [exec] 'deltree' is not recognized as an internal or external command,
     [exec] operable program or batch file.
     [exec] 
     [exec] ... Done Bootstrapping Ant Distribution
     [exec] Bootstrap FAILED

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

Jenkins build is back to normal : Ant » Ant-Build-Matrix-master-Windows » Windows,jdk_1.9_latest #99

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-master-Windows/OS=Windows,jdk=jdk_1.9_latest/99/display/redirect?page=changes>


Build failed in Jenkins: Ant » Ant-Build-Matrix-master-Windows » Windows,jdk_1.9_latest #98

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-master-Windows/OS=Windows,jdk=jdk_1.9_latest/98/display/redirect?page=changes>

Changes:

[Jaikiran Pai] junitlauncher - Support extension attribute for listeners


------------------------------------------
Started by upstream project "Ant/Ant-Build-Matrix-master-Windows" build number 98
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-win-azr-3 (Windows) in workspace <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-master-Windows/OS=Windows,jdk=jdk_1.9_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-master-Windows/OS=Windows,jdk=jdk_1.9_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 c8bc470774001278b809f69898bc43e98933ff15 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c8bc470774001278b809f69898bc43e98933ff15 # timeout=10
Commit message: "junitlauncher - Support extension attribute for listeners This closes #168 pull request at github.com/apache/ant"
 > git rev-list --no-walk 5db51cebc334034162450a8fdf70ddebf1b2085e # 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.9_latest] $ cmd.exe /C "F:\jenkins\tools\ant\latest\bin\ant.bat -file launch-build.xml -Djdk=jdk_1.9_latest -DOS=Windows -Djenkins=t && exit %%ERRORLEVEL%%"
Buildfile: <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-master-Windows/OS=Windows,jdk=jdk_1.9_latest/ws/launch-build.xml>

launch:
     [echo] Launching <https://ci-builds.apache.org/job/Ant/job/Ant-Build-Matrix-master-Windows/OS=Windows,jdk=jdk_1.9_latest/ws/build.bat> allclean test -Dignore.tests.failed=true -Doptional.jars.whenmanifestonly=skip -Djenkins=t
     [exec] 
     [exec] ... Bootstrapping Ant Distribution
     [exec] JAVA_HOME=f:\\jenkins\\tools\\java\\latest9The system cannot find the path specified.
     [exec] 
     [exec] 'deltree' is not recognized as an internal or external command,
     [exec] operable program or batch file.
     [exec] JAVA=f:\\jenkins\\tools\\java\\latest9\bin\java
     [exec] JAVAC=f:\\jenkins\\tools\\java\\latest9\bin\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.13.1.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

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