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:37:01 UTC

Build failed in Jenkins: Ant-Build-Matrix-master-Linux » xenial,JDK 1.8 (latest) #1289

See <https://builds.apache.org/job/Ant-Build-Matrix-master-Linux/OS=xenial,jdk=JDK%201.8%20(latest)/1289/display/redirect?page=changes>

Changes:

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

------------------------------------------
Started by upstream project "Ant-Build-Matrix-master-Linux" build number 1289
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H15 (Hadoop xenial) in workspace <https://builds.apache.org/job/Ant-Build-Matrix-master-Linux/OS=xenial,jdk=JDK%201.8%20(latest)/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.
[JDK 1.8 (latest)] $ /home/jenkins/tools/ant/latest/bin/ant -file launch-build.xml "-Djdk=JDK 1.8 (latest)" -DOS=xenial -Djenkins=t
Buildfile: <https://builds.apache.org/job/Ant-Build-Matrix-master-Linux/OS=xenial,jdk=JDK%201.8%20(latest)/ws/launch-build.xml>

launch:
     [echo] Launching <https://builds.apache.org/job/Ant-Build-Matrix-master-Linux/OS=xenial,jdk=JDK%201.8%20(latest)/ws/build.sh> allclean test -Dignore.tests.failed=true -Doptional.jars.whenmanifestonly=skip -Djenkins=t
     [exec] ... Bootstrapping Ant Distribution
     [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] ... Failed compiling Ant classes !
     [exec] Bootstrap FAILED

BUILD FAILED
<https://builds.apache.org/job/Ant-Build-Matrix-master-Linux/OS=xenial,jdk=JDK%201.8%20(latest)/ws/launch-build.xml>:40: exec returned: 1

Total time: 7 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?