See <https://builds.apache.org/job/commons-io-windows/158/display/redirect?page=changes>
Changes: [garydgregory] [IO-594] IOUtils copy methods with java.lang.Appendable as the target. ------------------------------------------ Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on windows-2012-3 (Windows) in workspace <https://builds.apache.org/job/commons-io-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/commons-io # timeout=10 Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/commons-io > git --version # timeout=10 > git fetch --tags --progress > https://git-wip-us.apache.org/repos/asf/commons-io > +refs/heads/*:refs/remotes/origin/* > git rev-parse "refs/remotes/origin/master^{commit}" # timeout=10 > git rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10 Checking out Revision 4daab02fb7d967a39eb15fe33f0d5350fc548a98 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4daab02fb7d967a39eb15fe33f0d5350fc548a98 Commit message: "[IO-594] IOUtils copy methods with java.lang.Appendable as the target." > git rev-list --no-walk d403c703ab8b8c015febdb887e9756caf67eb8b9 # timeout=10 Parsing POMs 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 [commons-io-windows] $ f:\\jenkins\\tools\\java\\latest1.8/bin/java -Xmx4g -Xms4g -cp f:\jenkins\jenkins-slave\maven35-agent.jar;f:\jenkins\tools\maven\latest\boot\plexus-classworlds-2.5.2.jar;f:\\jenkins\\tools\\maven\\latest/conf/logging jenkins.maven3.agent.Maven35Main f:\\jenkins\\tools\\maven\\latest F:\jenkins\jenkins-slave\slave.jar f:\jenkins\jenkins-slave\maven35-interceptor.jar f:\jenkins\jenkins-slave\maven3-interceptor-commons.jar 59979 <===[JENKINS REMOTING CAPACITY]===> channel started Executing Maven: -B -f <https://builds.apache.org/job/commons-io-windows/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/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/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/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/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/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/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/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] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17.897 s [INFO] Finished at: 2018-12-08T23:01:46Z [INFO] Final Memory: 73M/3925M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile (default-testCompile) on project commons-io: Compilation failure [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) [ERROR] method org.apache.commons.io.IOUtils.copyLarge(java.io.InputStream,java.io.OutputStream) is not applicable [ERROR] (argument mismatch; java.io.Reader cannot be converted to java.io.InputStream) [ERROR] method org.apache.commons.io.IOUtils.copyLarge(java.io.Reader,java.io.Writer) is not applicable [ERROR] (argument mismatch; java.lang.Appendable cannot be converted to java.io.Writer) [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [JENKINS] Archiving <https://builds.apache.org/job/commons-io-windows/ws/pom.xml> to commons-io/commons-io/2.7-SNAPSHOT/commons-io-2.7-SNAPSHOT.pom Sending e-mails to: [email protected] channel stopped
