See 
<https://builds.apache.org/job/Ant-Build-Matrix-1.9.x-Windows/jdk=JDK%201.5%20(Latest%2064%20bit%20on%20Windows%20only),label_exp=Windows/117/display/redirect?page=changes>

Changes:

[jaikiran] bz-62076 Make IdentityMapper follow the "mapFileName" API contract to

------------------------------------------
Started by upstream project "Ant-Build-Matrix-1.9.x-Windows" build number 117
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-1.9.x-Windows/jdk=JDK%201.5%20(Latest%2064%20bit%20on%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 e3f5250916dc0d9493b45b2d8fc6efe3a0fd9fda 
(refs/remotes/origin/1.9.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e3f5250916dc0d9493b45b2d8fc6efe3a0fd9fda
Commit message: "bz-62076 Make IdentityMapper follow the "mapFileName" API 
contract to avoid NPE when it deals with a non-matching source file name"
 > git rev-list a6429c6aa1a713c98528da55059afe9efc2ada59 # 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\apache-ant-1.9.9\bin\ant.bat -file 
launch-build.xml '"-Djdk=JDK 1.5 (Latest 64 bit on Windows only)"' 
-Dlabel_exp=Windows -Djenkins=t && exit %%ERRORLEVEL%%"
Buildfile: 
<https://builds.apache.org/job/Ant-Build-Matrix-1.9.x-Windows/jdk=JDK%201.5%20(Latest%2064%20bit%20on%20Windows%20only),label_exp=Windows/ws/launch-build.xml>

launch:
     [echo] Launching 
<https://builds.apache.org/job/Ant-Build-Matrix-1.9.x-Windows/jdk=JDK%201.5%20(Latest%2064%20bit%20on%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:\\hudson\\tools\\java\\jdk1.5.0_22-64
     [exec] JAVA=F:\\hudson\\tools\\java\\jdk1.5.0_22-64\bin\java
     [exec] JAVAC=F:\\hudson\\tools\\java\\jdk1.5.0_22-64\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:\\hudson\\tools\\java\\jdk1.5.0_22-64\lib\tools.jar;build\classes;src\main;
     [exec] ANT_HOME=.
     [exec] 
     [exec] ... Compiling Ant Classes
     [exec] 
src\main\org\apache\tools\ant\filters\BaseParamFilterReader.java:61: warning: 
setParameters(org.apache.tools.ant.types.Parameter...) in 
org.apache.tools.ant.filters.BaseParamFilterReader cannot implement 
setParameters(org.apache.tools.ant.types.Parameter[]) in 
org.apache.tools.ant.types.Parameterizable; overridden method has no '...'
     [exec]     public final void setParameters(final Parameter... parameters) {
     [exec]                       ^
     [exec] src\main\org\apache\tools\ant\filters\HeadFilter.java:38: warning: 
setParameters(org.apache.tools.ant.types.Parameter...) in 
org.apache.tools.ant.filters.BaseParamFilterReader cannot implement 
setParameters(org.apache.tools.ant.types.Parameter[]) in 
org.apache.tools.ant.types.Parameterizable; overridden method has no '...'
     [exec] public final class HeadFilter extends BaseParamFilterReader
     [exec]              ^
     [exec] src\main\org\apache\tools\ant\filters\LineContains.java:49: 
warning: setParameters(org.apache.tools.ant.types.Parameter...) in 
org.apache.tools.ant.filters.BaseParamFilterReader cannot implement 
setParameters(org.apache.tools.ant.types.Parameter[]) in 
org.apache.tools.ant.types.Parameterizable; overridden method has no '...'
     [exec] public final class LineContains
     [exec]              ^
     [exec] src\main\org\apache\tools\ant\filters\LineContainsRegExp.java:48: 
warning: setParameters(org.apache.tools.ant.types.Parameter...) in 
org.apache.tools.ant.filters.BaseParamFilterReader cannot implement 
setParameters(org.apache.tools.ant.types.Parameter[]) in 
org.apache.tools.ant.types.Parameterizable; overridden method has no '...'
     [exec] public final class LineContainsRegExp
     [exec]              ^
     [exec] src\main\org\apache\tools\ant\filters\PrefixLines.java:38: warning: 
setParameters(org.apache.tools.ant.types.Parameter...) in 
org.apache.tools.ant.filters.BaseParamFilterReader cannot implement 
setParameters(org.apache.tools.ant.types.Parameter[]) in 
org.apache.tools.ant.types.Parameterizable; overridden method has no '...'
     [exec] public final class PrefixLines
     [exec]              ^
     [exec] src\main\org\apache\tools\ant\filters\SuffixLines.java:39: warning: 
setParameters(org.apache.tools.ant.types.Parameter...) in 
org.apache.tools.ant.filters.BaseParamFilterReader cannot implement 
setParameters(org.apache.tools.ant.types.Parameter[]) in 
org.apache.tools.ant.types.Parameterizable; overridden method has no '...'
     [exec] public final class SuffixLines
     [exec]              ^
     [exec] src\main\org\apache\tools\ant\filters\ReplaceTokens.java:55: 
warning: setParameters(org.apache.tools.ant.types.Parameter...) in 
org.apache.tools.ant.filters.BaseParamFilterReader cannot implement 
setParameters(org.apache.tools.ant.types.Parameter[]) in 
org.apache.tools.ant.types.Parameterizable; overridden method has no '...'
     [exec] public final class ReplaceTokens
     [exec]              ^
     [exec] src\main\org\apache\tools\ant\filters\StripLineBreaks.java:38: 
warning: setParameters(org.apache.tools.ant.types.Parameter...) in 
org.apache.tools.ant.filters.BaseParamFilterReader cannot implement 
setParameters(org.apache.tools.ant.types.Parameter[]) in 
org.apache.tools.ant.types.Parameterizable; overridden method has no '...'
     [exec] public final class StripLineBreaks
     [exec]              ^
     [exec] src\main\org\apache\tools\ant\filters\StripLineComments.java:51: 
warning: setParameters(org.apache.tools.ant.types.Parameter...) in 
org.apache.tools.ant.filters.BaseParamFilterReader cannot implement 
setParameters(org.apache.tools.ant.types.Parameter[]) in 
org.apache.tools.ant.types.Parameterizable; overridden method has no '...'
     [exec] public final class StripLineComments
     [exec]              ^
     [exec] src\main\org\apache\tools\ant\filters\TabsToSpaces.java:39: 
warning: setParameters(org.apache.tools.ant.types.Parameter...) in 
org.apache.tools.ant.filters.BaseParamFilterReader cannot implement 
setParameters(org.apache.tools.ant.types.Parameter[]) in 
org.apache.tools.ant.types.Parameterizable; overridden method has no '...'
     [exec] public final class TabsToSpaces
     [exec]              ^
     [exec] src\main\org\apache\tools\ant\filters\TailFilter.java:41: warning: 
setParameters(org.apache.tools.ant.types.Parameter...) in 
org.apache.tools.ant.filters.BaseParamFilterReader cannot implement 
setParameters(org.apache.tools.ant.types.Parameter[]) in 
org.apache.tools.ant.types.Parameterizable; overridden method has no '...'
     [exec] public final class TailFilter extends BaseParamFilterReader
     [exec]              ^
     [exec] src\main\org\apache\tools\ant\filters\EscapeUnicode.java:40: 
warning: setParameters(org.apache.tools.ant.types.Parameter...) in 
org.apache.tools.ant.filters.BaseParamFilterReader cannot implement 
setParameters(org.apache.tools.ant.types.Parameter[]) in 
org.apache.tools.ant.types.Parameterizable; overridden method has no '...'
     [exec] public class EscapeUnicode
     [exec]        ^
     [exec] src\main\org\apache\tools\ant\filters\FixCrLfFilter.java:72: 
warning: setParameters(org.apache.tools.ant.types.Parameter...) in 
org.apache.tools.ant.filters.BaseParamFilterReader cannot implement 
setParameters(org.apache.tools.ant.types.Parameter[]) in 
org.apache.tools.ant.types.Parameterizable; overridden method has no '...'
     [exec] public final class FixCrLfFilter extends BaseParamFilterReader 
implements ChainableReader {
     [exec]              ^
     [exec] src\main\org\apache\tools\ant\util\IdentityMapper.java:49: method 
does not override a method from its superclass
     [exec]     @Override
     [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] 1 error
     [exec] 13 warnings
     [exec] 
     [exec] ... Cleaning Up Build Directories
     [exec] 
     [exec] ... Done Bootstrapping Ant Distribution
     [exec] Bootstrap FAILED

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

Reply via email to