See 
<https://builds.apache.org/job/commons-io-windows/commons-io$commons-io/158/display/redirect?page=changes>

Changes:

[garydgregory] [IO-594] IOUtils copy methods with java.lang.Appendable as the 
target.

------------------------------------------
Established TCP socket on 59979
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f 
<https://builds.apache.org/job/commons-io-windows/commons-io$commons-io/ws/pom.xml>
 -Dmaven.repo.local=f:\jenkins\jenkins-slave\maven-repositories\0 clean install 
--batch-mode -Dgpg.skip -Prelease
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons IO 2.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-io ---
[INFO] Deleting 
<https://builds.apache.org/job/commons-io-windows/commons-io$commons-io/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ 
commons-io ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-3) @ 
commons-io ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ 
commons-io ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-io ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to 
<https://builds.apache.org/job/commons-io-windows/commons-io$commons-io/ws/target\apidocs\META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ commons-io ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-io ---
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
[INFO] Working directory: 
<https://builds.apache.org/job/commons-io-windows/commons-io$commons-io/ws/>
[INFO] Storing buildNumber: 4daab02fb7d967a39eb15fe33f0d5350fc548a98 at 
timestamp: 1544310091912
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
[INFO] Working directory: 
<https://builds.apache.org/job/commons-io-windows/commons-io$commons-io/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
commons-io ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/commons-io-windows/commons-io$commons-io/ws/src\main\resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-io 
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 125 source files to 
<https://builds.apache.org/job/commons-io-windows/commons-io$commons-io/ws/target\classes>
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-io ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ 
commons-io ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ 
commons-io ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 20 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ 
commons-io ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 121 source files to 
<https://builds.apache.org/job/commons-io-windows/commons-io$commons-io/ws/target\test-classes>
[INFO] 
/f:/jenkins/jenkins-slave/workspace/commons-io-windows/src/test/java/org/apache/commons/io/FileSystemUtilsTestCase.java:
 Some input files use or override a deprecated API.
[INFO] 
/f:/jenkins/jenkins-slave/workspace/commons-io-windows/src/test/java/org/apache/commons/io/FileSystemUtilsTestCase.java:
 Recompile with -Xlint:deprecation for details.
[INFO] Some messages have been simplified; recompile with -Xdiags:verbose to 
get full output
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
/f:/jenkins/jenkins-slave/workspace/commons-io-windows/src/test/java/org/apache/commons/io/IOUtilsCopyTestCase.java:[266,45]
 no suitable method found for copyLarge(java.io.Reader,java.lang.Appendable)
    method 
org.apache.commons.io.IOUtils.copyLarge(java.io.InputStream,java.io.OutputStream)
 is not applicable
      (argument mismatch; java.io.Reader cannot be converted to 
java.io.InputStream)
    method 
org.apache.commons.io.IOUtils.copyLarge(java.io.Reader,java.io.Writer) is not 
applicable
      (argument mismatch; java.lang.Appendable cannot be converted to 
java.io.Writer)
[INFO] 1 error
[INFO] -------------------------------------------------------------

Reply via email to