steve-todorov commented on issue #25: [MINDEXER-114] Extend JarFileContentsIndexCreator to support zip files URL: https://github.com/apache/maven-indexer/pull/25#issuecomment-480385867 @eolivelli , I've just tested this PR on a windows machine using the same build command from your window's jenkins job. Unfortunately I am not able to reproduce the error you get in your Jenkins: ``` $ cd C:\maven-indexer $ git log -1 commit 121b51a9fb5ae2026484ea075293f442ef10aa8a (HEAD -> pr/25) Author: Przemyslaw Fusik Date: Thu Jan 25 00:31:14 2018 +0100 [MINDEXER-114] Extend JarFileContentsIndexCreator to support zip files $ mvn -V -P+run-its -Dmaven.test.failure.ignore=true -Dfindbugs.failOnError=false -Dfindbugs.skip=true clean verify Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T10:58:13+03:00) Maven home: C:\java\apache-maven-3.5.2-bin Java version: 1.8.0_162, vendor: Oracle Corporation Java home: C:\java\jdk1.8.0_162\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows server 2016", version: "10.0", arch: "amd64", family: "windows" [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Maven-Indexer ...................................... SUCCESS [ 6.281 s] [INFO] Maven :: Indexer Core .............................. SUCCESS [02:29 min] [INFO] Maven :: Indexer CLI ............................... SUCCESS [ 53.974 s] [INFO] Maven :: Indexer Reader ............................ SUCCESS [ 9.572 s] [INFO] Maven :: Indexer Examples .......................... SUCCESS [ 1.344 s] [INFO] Maven :: Indexer Examples [Basic] .................. SUCCESS [ 3.418 s] [INFO] Maven :: Indexer Examples [Spring] ................. SUCCESS [ 4.157 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:49 min [INFO] Finished at: 2019-04-05T20:52:03+03:00 [INFO] Final Memory: 86M/795M [INFO] ------------------------------------------------------------------------ ``` I have built this PR multiple times and all attempts were successful. It looks to me like the build failure might be a false-positive related to an issue with the agent (not sure what exactly, maybe the workspace needs to be cleared and if there is enough space?).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
