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 2018/05/17 18:36:59 UTC

Build failed in Jenkins: Ant-Build-Matrix-master-Windows » JDK 1.8.0_121 (unlimited security) 64-bit Windows only,Windows #395

See <https://builds.apache.org/job/Ant-Build-Matrix-master-Windows/jdk=JDK%201.8.0_121%20(unlimited%20security)%2064-bit%20Windows%20only,label_exp=Windows/395/display/redirect?page=changes>

Changes:

[gintas] Avoid Collections.list().stream() (for performance sake)

------------------------------------------
Started by upstream project "Ant-Build-Matrix-master-Windows" build number 395
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows-2012-1 (Windows) in workspace <https://builds.apache.org/job/Ant-Build-Matrix-master-Windows/jdk=JDK%201.8.0_121%20(unlimited%20security)%2064-bit%20Windows%20only,label_exp=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 11422630936848e82c7b13ab3fa68a3003e10195 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11422630936848e82c7b13ab3fa68a3003e10195
Commit message: "Avoid Collections.list().stream() (for performance sake)"
 > git rev-list --no-walk 0020d1a16ba4207289d2380dc6981c85455b617f # 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.
[Windows] $ cmd.exe /C "F:\jenkins\tools\ant\latest\bin\ant.bat -file launch-build.xml '"-Djdk=JDK 1.8.0_121 (unlimited security) 64-bit Windows only"' -Dlabel_exp=Windows -Djenkins=t && exit %%ERRORLEVEL%%"
Buildfile: <https://builds.apache.org/job/Ant-Build-Matrix-master-Windows/jdk=JDK%201.8.0_121%20(unlimited%20security)%2064-bit%20Windows%20only,label_exp=Windows/ws/launch-build.xml>

launch:
     [echo] Launching <https://builds.apache.org/job/Ant-Build-Matrix-master-Windows/jdk=JDK%201.8.0_121%20(unlimited%20security)%2064-bit%20Windows%20only,label_exp=Windows/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\\jdk1.8.0_121-unlimited-security
     [exec] JAVA=F:\\jenkins\\tools\\java\\jdk1.8.0_121-unlimited-security\bin\java
     [exec] JAVAC=F:\\jenkins\\tools\\java\\jdk1.8.0_121-unlimited-security\bin\javac
     [exec] CLASSPATH=;lib\optional\ant-antunit-1.3.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;F:\\jenkins\\tools\\java\\jdk1.8.0_121-unlimited-security\lib\tools.jar;build\classes;src\main;
     [exec] ANT_HOME=.
     [exec] 
     [exec] ... Compiling Ant Classes
     [exec] src\main\org\apache\tools\ant\ProjectHelperRepository.java:250: error: cannot find symbol
     [exec]         ProjectHelper ph = StreamUtils.iteratorAsStream(getHelpers())
     [exec]                                       ^
     [exec]   symbol:   method iteratorAsStream(Iterator<ProjectHelper>)
     [exec]   location: class StreamUtils
     [exec] src\main\org\apache\tools\ant\ProjectHelperRepository.java:273: error: cannot find symbol
     [exec]         ProjectHelper ph = StreamUtils.iteratorAsStream(getHelpers())
     [exec]                                       ^
     [exec]   symbol:   method iteratorAsStream(Iterator<ProjectHelper>)
     [exec]   location: class StreamUtils
     [exec] src\main\org\apache\tools\ant\taskdefs\DependSet.java:267: error: cannot find symbol
     [exec]         return StreamUtils.iteratorAsStream(rc.iterator())
     [exec]                           ^
     [exec]   symbol:   method iteratorAsStream(Iterator<Resource>)
     [exec]   location: class StreamUtils
     [exec] src\main\org\apache\tools\ant\taskdefs\Replace.java:516: error: cannot find symbol
     [exec]                 StreamUtils.iteratorAsStream(getOrderedIterator(properties)).forEach(tok -> {
     [exec]                            ^
     [exec]   symbol:   method iteratorAsStream(Iterator<String>)
     [exec]   location: class StreamUtils
     [exec] Note: Some input files use or override a deprecated API.
     [exec] Note: Recompile with -Xlint:deprecation for details.
     [exec] 4 errors
     [exec] 
     [exec] ... Cleaning Up Build Directories
     [exec] 
     [exec] ... Done Bootstrapping Ant Distribution
     [exec] Bootstrap FAILED

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