You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/10/30 07:16:06 UTC

Build failed in Jenkins: Commons » commons-compress-windows » Windows,JDK 11 (latest) #30

See <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/30/display/redirect?page=changes>

Changes:

[peteralfredlee] Modify some calls of method Collection.toArray


------------------------------------------
Started by upstream project "Commons/commons-compress-windows" build number 30
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-win-he-de-3 (Windows) in workspace <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository git://github.com/apache/commons-compress.git
 > git init <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/> # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress -- git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git fetch --tags --progress -- git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision ef3cad07da846a9a0a2b9112c4f8859e10926e3d (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ef3cad07da846a9a0a2b9112c4f8859e10926e3d # timeout=10
Commit message: "Modify some calls of method Collection.toArray"
 > git rev-list --no-walk f56300c867658d77451bb7647479cbef59a6bf05 # timeout=10
[JDK 11 (latest)] $ cmd.exe /C "f:\jenkins\tools\maven\latest\bin\mvn.cmd -Dhttps.protocols=TLSv1.2 clean test && exit %%ERRORLEVEL%%"
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.apache.commons:commons-compress >-----------------
[INFO] Building Apache Commons Compress 1.21-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from Nexus: http://repository.apache.org/snapshots/org/eluder/coveralls/coveralls-maven-plugin/maven-metadata.xml
Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/eluder/coveralls/coveralls-maven-plugin/maven-metadata.xml
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (rat-check) @ commons-compress ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 68 implicit excludes (use -debug for more details).
[INFO] 13 explicit excludes (use -debug for more details).
[INFO] 433 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 427 licenses.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/target\apidocs\META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ commons-compress ---
[INFO] Skipping remote resources execution.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
[INFO] Working directory: <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/>
[INFO] Storing buildNumber: ef3cad07da846a9a0a2b9112c4f8859e10926e3d at timestamp: 1604042160210
[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://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/src\main\resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 216 source files to <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/target\classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.013 s
[INFO] Finished at: 2020-10-30T00:16:00-07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project commons-compress: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[ERROR] 
[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
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Commons » commons-compress-windows » Windows,JDK 11 (latest) #33

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/33/display/redirect?page=changes>

Changes:

[garydgregory] Access static methods directly.

[garydgregory] Use final.

[garydgregory] Remove unused import.

[garydgregory] No need to nest else clause.

[garydgregory] No need to throw UnsupportedEncodingException from this private method.

[garydgregory] No need to throw IOException from this private method.

[garydgregory] Use try-with-resources.

[garydgregory] Fix Javadoc link.

[garydgregory] Use Objects.equals().

[github] Bump junit from 4.13 to 4.13.1 (#143)

[github] Bump actions/checkout from v2.3.2 to v2.3.3 (#139)

[github] Bump actions/setup-java from v1.4.2 to v1.4.3 (#141)

[garydgregory] Bump junit from 4.13 to 4.13.1 #143.

[garydgregory] Update com.github.luben:zstd-jni from 1.4.5-6 -> 1.4.5-12.

[garydgregory] Replace Java 14 with 15 (latest) on Travis.

[github] Bump memoryfilesystem from 1.3.0 to 2.1.0 (#131)

[garydgregory] Bump memoryfilesystem from 1.3.0 to 2.1.0 #131.

[garydgregory] Update Mockito 1.10.19 -> 3.6.0.

[garydgregory] Remove dead comments.


------------------------------------------
Started by upstream project "Commons/commons-compress-windows" build number 33
originally caused by:
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-win-he-de-4 (Windows) in workspace <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository git://github.com/apache/commons-compress.git
 > git init <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/> # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress -- git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git fetch --tags --progress -- git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 498db43d640f8887d3a7c3bbb46117c5ba7fed39 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 498db43d640f8887d3a7c3bbb46117c5ba7fed39 # timeout=10
Commit message: "Remove dead comments."
 > git rev-list --no-walk 80057c3c11310c7f1b661d87fb1fb2253975e7ce # timeout=10
[JDK 11 (latest)] $ cmd.exe /C "f:\jenkins\tools\maven\latest\bin\mvn.cmd -Dhttps.protocols=TLSv1.2 clean test && exit %%ERRORLEVEL%%"
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.apache.commons:commons-compress >-----------------
[INFO] Building Apache Commons Compress 1.21-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/eluder/coveralls/coveralls-maven-plugin/maven-metadata.xml
Downloading from Nexus: http://repository.apache.org/snapshots/org/eluder/coveralls/coveralls-maven-plugin/maven-metadata.xml
Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.4.5-12/zstd-jni-1.4.5-12.pom
Progress (1): 1.9 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.4.5-12/zstd-jni-1.4.5-12.pom (1.9 kB at 3.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.6.0/mockito-core-3.6.0.pom
Progress (1): 2.7/26 kBProgress (1): 5.5/26 kBProgress (1): 8.2/26 kBProgress (1): 11/26 kB Progress (1): 14/26 kBProgress (1): 16/26 kBProgress (1): 19/26 kBProgress (1): 22/26 kBProgress (1): 25/26 kBProgress (1): 26 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.6.0/mockito-core-3.6.0.pom (26 kB at 557 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/marschall/memoryfilesystem/2.1.0/memoryfilesystem-2.1.0.pom
Progress (1): 2.7/17 kBProgress (1): 5.5/17 kBProgress (1): 8.2/17 kBProgress (1): 11/17 kB Progress (1): 14/17 kBProgress (1): 16/17 kBProgress (1): 17 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/com/github/marschall/memoryfilesystem/2.1.0/memoryfilesystem-2.1.0.pom (17 kB at 570 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.4.5-12/zstd-jni-1.4.5-12.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/github/marschall/memoryfilesystem/2.1.0/memoryfilesystem-2.1.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.6.0/mockito-core-3.6.0.jar
Progress (1): 2.7/289 kBProgress (2): 2.7/289 kB | 2.7/675 kBProgress (2): 5.5/289 kB | 2.7/675 kBProgress (2): 5.5/289 kB | 5.5/675 kBProgress (2): 8.2/289 kB | 5.5/675 kBProgress (2): 8.2/289 kB | 8.2/675 kBProgress (2): 11/289 kB | 8.2/675 kB Progress (2): 11/289 kB | 11/675 kB Progress (2): 14/289 kB | 11/675 kBProgress (2): 16/289 kB | 11/675 kBProgress (2): 16/289 kB | 14/675 kBProgress (2): 19/289 kB | 14/675 kBProgress (2): 19/289 kB | 16/675 kBProgress (2): 22/289 kB | 16/675 kBProgress (2): 22/289 kB | 19/675 kBProgress (2): 25/289 kB | 19/675 kBProgress (2): 25/289 kB | 22/675 kBProgress (2): 27/289 kB | 22/675 kBProgress (2): 27/289 kB | 25/675 kBProgress (2): 30/289 kB | 25/675 kBProgress (2): 30/289 kB | 27/675 kBProgress (2): 33/289 kB | 27/675 kBProgress (2): 33/289 kB | 30/675 kBProgress (2): 36/289 kB | 30/675 kBProgress (2): 36/289 kB | 33/675 kBProgress (2): 38/289 kB | 33/675 kBProgress (2): 38/289 kB | 36/675 kBProgress (2): 41/289 kB | 36/675 kBProgress (2): 41/289 kB | 38/675 kBProgress (2): 44/289 kB | 38/675 kBProgress (2): 44/289 kB | 41/675 kBProgress (2): 47/289 kB | 41/675 kBProgress (2): 47/289 kB | 44/675 kBProgress (2): 49/289 kB | 44/675 kBProgress (2): 49/289 kB | 47/675 kBProgress (2): 52/289 kB | 47/675 kBProgress (2): 52/289 kB | 49/675 kBProgress (2): 55/289 kB | 49/675 kBProgress (2): 55/289 kB | 52/675 kBProgress (2): 58/289 kB | 52/675 kBProgress (2): 58/289 kB | 55/675 kBProgress (2): 60/289 kB | 55/675 kBProgress (2): 60/289 kB | 58/675 kBProgress (2): 63/289 kB | 58/675 kBProgress (2): 63/289 kB | 60/675 kBProgress (2): 66/289 kB | 60/675 kBProgress (2): 66/289 kB | 63/675 kBProgress (2): 69/289 kB | 63/675 kBProgress (2): 69/289 kB | 66/675 kBProgress (2): 71/289 kB | 66/675 kBProgress (2): 71/289 kB | 69/675 kBProgress (2): 74/289 kB | 69/675 kBProgress (2): 74/289 kB | 71/675 kBProgress (2): 77/289 kB | 71/675 kBProgress (2): 77/289 kB | 74/675 kBProgress (2): 80/289 kB | 74/675 kBProgress (2): 80/289 kB | 77/675 kBProgress (2): 82/289 kB | 77/675 kBProgress (2): 82/289 kB | 80/675 kBProgress (2): 85/289 kB | 80/675 kBProgress (2): 85/289 kB | 82/675 kBProgress (2): 88/289 kB | 82/675 kBProgress (2): 88/289 kB | 85/675 kBProgress (2): 90/289 kB | 85/675 kBProgress (2): 90/289 kB | 88/675 kBProgress (2): 93/289 kB | 88/675 kBProgress (2): 93/289 kB | 90/675 kBProgress (2): 96/289 kB | 90/675 kBProgress (2): 96/289 kB | 93/675 kBProgress (2): 99/289 kB | 93/675 kBProgress (2): 99/289 kB | 96/675 kBProgress (2): 101/289 kB | 96/675 kBProgress (2): 101/289 kB | 99/675 kBProgress (2): 104/289 kB | 99/675 kBProgress (2): 104/289 kB | 101/675 kBProgress (2): 107/289 kB | 101/675 kBProgress (2): 107/289 kB | 104/675 kBProgress (2): 110/289 kB | 104/675 kBProgress (2): 110/289 kB | 107/675 kBProgress (2): 112/289 kB | 107/675 kBProgress (2): 112/289 kB | 110/675 kBProgress (2): 115/289 kB | 110/675 kBProgress (2): 115/289 kB | 112/675 kBProgress (2): 118/289 kB | 112/675 kBProgress (2): 118/289 kB | 115/675 kBProgress (2): 121/289 kB | 115/675 kBProgress (2): 121/289 kB | 118/675 kBProgress (2): 121/289 kB | 121/675 kBProgress (2): 121/289 kB | 123/675 kBProgress (2): 121/289 kB | 126/675 kBProgress (2): 123/289 kB | 126/675 kBProgress (2): 123/289 kB | 129/675 kBProgress (2): 123/289 kB | 132/675 kBProgress (2): 123/289 kB | 134/675 kBProgress (2): 123/289 kB | 137/675 kBProgress (2): 123/289 kB | 140/675 kBProgress (2): 123/289 kB | 143/675 kBProgress (2): 123/289 kB | 145/675 kBProgress (2): 126/289 kB | 145/675 kBProgress (2): 126/289 kB | 148/675 kBProgress (2): 129/289 kB | 148/675 kBProgress (2): 129/289 kB | 151/675 kBProgress (2): 132/289 kB | 151/675 kBProgress (2): 132/289 kB | 154/675 kBProgress (2): 134/289 kB | 154/675 kBProgress (2): 134/289 kB | 156/675 kBProgress (2): 137/289 kB | 156/675 kBProgress (2): 137/289 kB | 159/675 kBProgress (2): 140/289 kB | 159/675 kBProgress (2): 140/289 kB | 162/675 kBProgress (2): 143/289 kB | 162/675 kBProgress (2): 143/289 kB | 165/675 kBProgress (2): 143/289 kB | 167/675 kBProgress (2): 143/289 kB | 170/675 kBProgress (2): 143/289 kB | 173/675 kBProgress (2): 143/289 kB | 175/675 kBProgress (2): 143/289 kB | 178/675 kBProgress (2): 145/289 kB | 178/675 kBProgress (2): 145/289 kB | 181/675 kBProgress (2): 148/289 kB | 181/675 kBProgress (2): 151/289 kB | 181/675 kBProgress (2): 154/289 kB | 181/675 kBProgress (2): 156/289 kB | 181/675 kBProgress (2): 156/289 kB | 184/675 kBProgress (2): 156/289 kB | 186/675 kBProgress (2): 159/289 kB | 186/675 kBProgress (2): 159/289 kB | 189/675 kBProgress (2): 162/289 kB | 189/675 kBProgress (2): 162/289 kB | 192/675 kBProgress (2): 165/289 kB | 192/675 kBProgress (2): 165/289 kB | 195/675 kBProgress (2): 167/289 kB | 195/675 kBProgress (2): 167/289 kB | 197/675 kBProgress (2): 170/289 kB | 197/675 kBProgress (2): 170/289 kB | 200/675 kBProgress (2): 173/289 kB | 200/675 kBProgress (2): 173/289 kB | 203/675 kBProgress (2): 175/289 kB | 203/675 kBProgress (2): 175/289 kB | 206/675 kBProgress (2): 178/289 kB | 206/675 kBProgress (2): 181/289 kB | 206/675 kBProgress (2): 184/289 kB | 206/675 kBProgress (2): 186/289 kB | 206/675 kBProgress (2): 189/289 kB | 206/675 kBProgress (2): 192/289 kB | 206/675 kBProgress (2): 192/289 kB | 208/675 kBProgress (2): 195/289 kB | 208/675 kBProgress (2): 195/289 kB | 211/675 kBProgress (2): 195/289 kB | 214/675 kBProgress (2): 197/289 kB | 214/675 kBProgress (2): 197/289 kB | 217/675 kBProgress (2): 200/289 kB | 217/675 kBProgress (2): 200/289 kB | 219/675 kBProgress (2): 200/289 kB | 222/675 kBProgress (2): 203/289 kB | 222/675 kBProgress (2): 203/289 kB | 225/675 kBProgress (2): 206/289 kB | 225/675 kBProgress (2): 206/289 kB | 228/675 kBProgress (2): 208/289 kB | 228/675 kBProgress (2): 208/289 kB | 230/675 kBProgress (2): 211/289 kB | 230/675 kBProgress (2): 214/289 kB | 230/675 kBProgress (2): 217/289 kB | 230/675 kBProgress (2): 219/289 kB | 230/675 kBProgress (2): 223/289 kB | 230/675 kBProgress (2): 227/289 kB | 230/675 kBProgress (2): 231/289 kB | 230/675 kBProgress (2): 235/289 kB | 230/675 kBProgress (2): 239/289 kB | 230/675 kBProgress (2): 243/289 kB | 230/675 kBProgress (2): 243/289 kB | 233/675 kBProgress (2): 247/289 kB | 233/675 kBProgress (2): 247/289 kB | 236/675 kBProgress (2): 251/289 kB | 236/675 kBProgress (2): 251/289 kB | 239/675 kBProgress (2): 251/289 kB | 241/675 kBProgress (2): 256/289 kB | 241/675 kBProgress (2): 260/289 kB | 241/675 kBProgress (2): 264/289 kB | 241/675 kBProgress (2): 264/289 kB | 244/675 kBProgress (2): 268/289 kB | 244/675 kBProgress (2): 268/289 kB | 247/675 kBProgress (2): 268/289 kB | 250/675 kBProgress (2): 272/289 kB | 250/675 kBProgress (2): 276/289 kB | 250/675 kBProgress (2): 280/289 kB | 250/675 kBProgress (2): 284/289 kB | 250/675 kBProgress (2): 284/289 kB | 252/675 kBProgress (2): 288/289 kB | 252/675 kBProgress (2): 288/289 kB | 255/675 kBProgress (2): 289 kB | 255/675 kB    Progress (2): 289 kB | 258/675 kBProgress (2): 289 kB | 260/675 kBProgress (2): 289 kB | 263/675 kBProgress (2): 289 kB | 266/675 kBProgress (2): 289 kB | 269/675 kBProgress (2): 289 kB | 271/675 kBProgress (2): 289 kB | 274/675 kBProgress (2): 289 kB | 277/675 kBProgress (2): 289 kB | 280/675 kBProgress (2): 289 kB | 282/675 kBProgress (2): 289 kB | 285/675 kBProgress (2): 289 kB | 288/675 kBProgress (2): 289 kB | 291/675 kBProgress (2): 289 kB | 293/675 kBProgress (2): 289 kB | 296/675 kBProgress (2): 289 kB | 299/675 kBProgress (2): 289 kB | 302/675 kBProgress (2): 289 kB | 304/675 kBProgress (2): 289 kB | 307/675 kBProgress (2): 289 kB | 310/675 kBProgress (2): 289 kB | 313/675 kBProgress (2): 289 kB | 315/675 kBProgress (2): 289 kB | 318/675 kBProgress (2): 289 kB | 321/675 kBProgress (2): 289 kB | 324/675 kBProgress (2): 289 kB | 326/675 kBProgress (2): 289 kB | 329/675 kBProgress (2): 289 kB | 332/675 kBProgress (2): 289 kB | 335/675 kBProgress (2): 289 kB | 337/675 kBProgress (2): 289 kB | 340/675 kBProgress (2): 289 kB | 343/675 kBProgress (2): 289 kB | 345/675 kBProgress (2): 289 kB | 348/675 kBProgress (2): 289 kB | 351/675 kBProgress (2): 289 kB | 354/675 kBProgress (2): 289 kB | 356/675 kBProgress (2): 289 kB | 359/675 kBProgress (2): 289 kB | 362/675 kB                                 Downloaded from central: https://repo.maven.apache.org/maven2/com/github/marschall/memoryfilesystem/2.1.0/memoryfilesystem-2.1.0.jar (289 kB at 2.5 MB/s)
Progress (1): 365/675 kBProgress (1): 367/675 kBProgress (1): 370/675 kBProgress (1): 373/675 kBProgress (1): 376/675 kBProgress (1): 378/675 kBProgress (1): 381/675 kBProgress (1): 384/675 kBProgress (1): 387/675 kBProgress (1): 389/675 kBProgress (1): 392/675 kBProgress (1): 395/675 kBProgress (1): 398/675 kBProgress (1): 400/675 kBProgress (1): 403/675 kBProgress (1): 406/675 kBProgress (1): 409/675 kBProgress (1): 411/675 kBProgress (1): 414/675 kBProgress (1): 417/675 kBProgress (1): 420/675 kBProgress (1): 422/675 kBProgress (1): 425/675 kBProgress (1): 428/675 kBProgress (1): 430/675 kBProgress (1): 433/675 kBProgress (1): 436/675 kBProgress (1): 439/675 kBProgress (1): 441/675 kBProgress (1): 444/675 kBProgress (1): 447/675 kBProgress (1): 450/675 kBProgress (1): 452/675 kBProgress (1): 455/675 kBProgress (1): 458/675 kBProgress (1): 461/675 kBProgress (1): 463/675 kBProgress (1): 466/675 kBProgress (1): 469/675 kBProgress (1): 472/675 kBProgress (1): 474/675 kBProgress (1): 477/675 kBProgress (1): 480/675 kBProgress (1): 483/675 kBProgress (1): 485/675 kBProgress (1): 488/675 kBProgress (1): 491/675 kBProgress (1): 494/675 kBProgress (1): 496/675 kBProgress (1): 499/675 kBProgress (1): 502/675 kBProgress (1): 505/675 kBProgress (1): 507/675 kBProgress (1): 510/675 kBProgress (1): 513/675 kBProgress (1): 515/675 kBProgress (1): 518/675 kBProgress (1): 521/675 kBProgress (1): 524/675 kBProgress (1): 526/675 kBProgress (1): 529/675 kBProgress (1): 532/675 kBProgress (1): 535/675 kBProgress (1): 537/675 kBProgress (1): 540/675 kBProgress (1): 543/675 kBProgress (1): 546/675 kBProgress (1): 548/675 kBProgress (1): 551/675 kBProgress (1): 554/675 kBProgress (1): 557/675 kBProgress (1): 559/675 kBProgress (1): 562/675 kBProgress (1): 565/675 kBProgress (1): 568/675 kBProgress (1): 570/675 kBProgress (1): 573/675 kBProgress (1): 576/675 kBProgress (1): 579/675 kBProgress (1): 581/675 kBProgress (1): 584/675 kBProgress (1): 587/675 kBProgress (1): 590/675 kBProgress (1): 592/675 kBProgress (1): 595/675 kBProgress (1): 598/675 kBProgress (1): 600/675 kBProgress (1): 603/675 kBProgress (1): 606/675 kBProgress (1): 609/675 kBProgress (1): 611/675 kBProgress (1): 614/675 kBProgress (1): 617/675 kBProgress (1): 620/675 kBProgress (1): 622/675 kBProgress (1): 625/675 kBProgress (1): 628/675 kBProgress (1): 631/675 kBProgress (1): 633/675 kBProgress (1): 636/675 kBProgress (1): 639/675 kBProgress (1): 642/675 kBProgress (1): 644/675 kBProgress (1): 647/675 kBProgress (1): 650/675 kBProgress (1): 653/675 kBProgress (1): 655/675 kBProgress (1): 658/675 kBProgress (1): 661/675 kBProgress (1): 664/675 kBProgress (1): 666/675 kBProgress (1): 669/675 kBProgress (1): 672/675 kBProgress (1): 675/675 kBProgress (1): 675 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.6.0/mockito-core-3.6.0.jar (675 kB at 4.0 MB/s)
Progress (1): 0/5.8 MBProgress (1): 0.1/5.8 MBProgress (1): 0.1/5.8 MBProgress (1): 0.1/5.8 MBProgress (1): 0.1/5.8 MBProgress (1): 0.2/5.8 MBProgress (1): 0.2/5.8 MBProgress (1): 0.2/5.8 MBProgress (1): 0.3/5.8 MBProgress (1): 0.3/5.8 MBProgress (1): 0.3/5.8 MBProgress (1): 0.3/5.8 MBProgress (1): 0.4/5.8 MBProgress (1): 0.4/5.8 MBProgress (1): 0.4/5.8 MBProgress (1): 0.5/5.8 MBProgress (1): 0.5/5.8 MBProgress (1): 0.5/5.8 MBProgress (1): 0.6/5.8 MBProgress (1): 0.6/5.8 MBProgress (1): 0.6/5.8 MBProgress (1): 0.7/5.8 MBProgress (1): 0.7/5.8 MBProgress (1): 0.7/5.8 MBProgress (1): 0.7/5.8 MBProgress (1): 0.8/5.8 MBProgress (1): 0.8/5.8 MBProgress (1): 0.8/5.8 MBProgress (1): 0.9/5.8 MBProgress (1): 0.9/5.8 MBProgress (1): 0.9/5.8 MBProgress (1): 1.0/5.8 MBProgress (1): 1.0/5.8 MBProgress (1): 1.0/5.8 MBProgress (1): 1.1/5.8 MBProgress (1): 1.1/5.8 MBProgress (1): 1.1/5.8 MBProgress (1): 1.2/5.8 MBProgress (1): 1.2/5.8 MBProgress (1): 1.2/5.8 MBProgress (1): 1.3/5.8 MBProgress (1): 1.3/5.8 MBProgress (1): 1.3/5.8 MBProgress (1): 1.4/5.8 MBProgress (1): 1.4/5.8 MBProgress (1): 1.4/5.8 MBProgress (1): 1.5/5.8 MBProgress (1): 1.5/5.8 MBProgress (1): 1.5/5.8 MBProgress (1): 1.6/5.8 MBProgress (1): 1.6/5.8 MBProgress (1): 1.6/5.8 MBProgress (1): 1.7/5.8 MBProgress (1): 1.7/5.8 MBProgress (1): 1.7/5.8 MBProgress (1): 1.8/5.8 MBProgress (1): 1.8/5.8 MBProgress (1): 1.8/5.8 MBProgress (1): 1.9/5.8 MBProgress (1): 1.9/5.8 MBProgress (1): 1.9/5.8 MBProgress (1): 2.0/5.8 MBProgress (1): 2.0/5.8 MBProgress (1): 2.0/5.8 MBProgress (1): 2.1/5.8 MBProgress (1): 2.1/5.8 MBProgress (1): 2.1/5.8 MBProgress (1): 2.2/5.8 MBProgress (1): 2.2/5.8 MBProgress (1): 2.2/5.8 MBProgress (1): 2.3/5.8 MBProgress (1): 2.3/5.8 MBProgress (1): 2.3/5.8 MBProgress (1): 2.4/5.8 MBProgress (1): 2.4/5.8 MBProgress (1): 2.4/5.8 MBProgress (1): 2.5/5.8 MBProgress (1): 2.5/5.8 MBProgress (1): 2.5/5.8 MBProgress (1): 2.6/5.8 MBProgress (1): 2.6/5.8 MBProgress (1): 2.6/5.8 MBProgress (1): 2.6/5.8 MBProgress (1): 2.7/5.8 MBProgress (1): 2.7/5.8 MBProgress (1): 2.7/5.8 MBProgress (1): 2.8/5.8 MBProgress (1): 2.8/5.8 MBProgress (1): 2.8/5.8 MBProgress (1): 2.9/5.8 MBProgress (1): 2.9/5.8 MBProgress (1): 2.9/5.8 MBProgress (1): 3.0/5.8 MBProgress (1): 3.0/5.8 MBProgress (1): 3.0/5.8 MBProgress (1): 3.1/5.8 MBProgress (1): 3.1/5.8 MBProgress (1): 3.1/5.8 MBProgress (1): 3.2/5.8 MBProgress (1): 3.2/5.8 MBProgress (1): 3.2/5.8 MBProgress (1): 3.3/5.8 MBProgress (1): 3.3/5.8 MBProgress (1): 3.3/5.8 MBProgress (1): 3.4/5.8 MBProgress (1): 3.4/5.8 MBProgress (1): 3.4/5.8 MBProgress (1): 3.5/5.8 MBProgress (1): 3.5/5.8 MBProgress (1): 3.5/5.8 MBProgress (1): 3.6/5.8 MBProgress (1): 3.6/5.8 MBProgress (1): 3.6/5.8 MBProgress (1): 3.7/5.8 MBProgress (1): 3.7/5.8 MBProgress (1): 3.7/5.8 MBProgress (1): 3.8/5.8 MBProgress (1): 3.8/5.8 MBProgress (1): 3.8/5.8 MBProgress (1): 3.9/5.8 MBProgress (1): 3.9/5.8 MBProgress (1): 3.9/5.8 MBProgress (1): 4.0/5.8 MBProgress (1): 4.0/5.8 MBProgress (1): 4.0/5.8 MBProgress (1): 4.1/5.8 MBProgress (1): 4.1/5.8 MBProgress (1): 4.1/5.8 MBProgress (1): 4.2/5.8 MBProgress (1): 4.2/5.8 MBProgress (1): 4.2/5.8 MBProgress (1): 4.3/5.8 MBProgress (1): 4.3/5.8 MBProgress (1): 4.3/5.8 MBProgress (1): 4.4/5.8 MBProgress (1): 4.4/5.8 MBProgress (1): 4.4/5.8 MBProgress (1): 4.5/5.8 MBProgress (1): 4.5/5.8 MBProgress (1): 4.5/5.8 MBProgress (1): 4.5/5.8 MBProgress (1): 4.6/5.8 MBProgress (1): 4.6/5.8 MBProgress (1): 4.6/5.8 MBProgress (1): 4.7/5.8 MBProgress (1): 4.7/5.8 MBProgress (1): 4.7/5.8 MBProgress (1): 4.8/5.8 MBProgress (1): 4.8/5.8 MBProgress (1): 4.8/5.8 MBProgress (1): 4.9/5.8 MBProgress (1): 4.9/5.8 MBProgress (1): 4.9/5.8 MBProgress (1): 5.0/5.8 MBProgress (1): 5.0/5.8 MBProgress (1): 5.0/5.8 MBProgress (1): 5.1/5.8 MBProgress (1): 5.1/5.8 MBProgress (1): 5.1/5.8 MBProgress (1): 5.2/5.8 MBProgress (1): 5.2/5.8 MBProgress (1): 5.2/5.8 MBProgress (1): 5.3/5.8 MBProgress (1): 5.3/5.8 MBProgress (1): 5.3/5.8 MBProgress (1): 5.4/5.8 MBProgress (1): 5.4/5.8 MBProgress (1): 5.4/5.8 MBProgress (1): 5.5/5.8 MBProgress (1): 5.5/5.8 MBProgress (1): 5.5/5.8 MBProgress (1): 5.6/5.8 MBProgress (1): 5.6/5.8 MBProgress (1): 5.6/5.8 MBProgress (1): 5.7/5.8 MBProgress (1): 5.7/5.8 MBProgress (1): 5.7/5.8 MBProgress (1): 5.8/5.8 MBProgress (1): 5.8 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.4.5-12/zstd-jni-1.4.5-12.jar (5.8 MB at 8.0 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (rat-check) @ commons-compress ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 68 implicit excludes (use -debug for more details).
[INFO] 13 explicit excludes (use -debug for more details).
[INFO] 433 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 427 licenses.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/target\apidocs\META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ commons-compress ---
[INFO] Skipping remote resources execution.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
[INFO] Working directory: <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/>
[INFO] Storing buildNumber: 498db43d640f8887d3a7c3bbb46117c5ba7fed39 at timestamp: 1604363850811
[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://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/src\main\resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 216 source files to <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/target\classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.432 s
[INFO] Finished at: 2020-11-02T16:37:31-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project commons-compress: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[ERROR] 
[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
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Commons » commons-compress-windows » Windows,JDK 11 (latest) #31

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/31/display/redirect?page=changes>

Changes:

[garydgregory] Typo.


------------------------------------------
Started by upstream project "Commons/commons-compress-windows" build number 31
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-win-he-de-5 (Windows) in workspace <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress -- git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 80057c3c11310c7f1b661d87fb1fb2253975e7ce (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 80057c3c11310c7f1b661d87fb1fb2253975e7ce # timeout=10
Commit message: "Typo."
 > git rev-list --no-walk ef3cad07da846a9a0a2b9112c4f8859e10926e3d # timeout=10
[JDK 11 (latest)] $ cmd.exe /C "f:\jenkins\tools\maven\latest\bin\mvn.cmd -Dhttps.protocols=TLSv1.2 clean test && exit %%ERRORLEVEL%%"
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.apache.commons:commons-compress >-----------------
[INFO] Building Apache Commons Compress 1.21-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ commons-compress ---
[INFO] Deleting <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (rat-check) @ commons-compress ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 68 implicit excludes (use -debug for more details).
[INFO] 13 explicit excludes (use -debug for more details).
[INFO] 433 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 427 licenses.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/target\apidocs\META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ commons-compress ---
[INFO] Skipping remote resources execution.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
[INFO] Working directory: <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/>
[INFO] Storing buildNumber: 80057c3c11310c7f1b661d87fb1fb2253975e7ce at timestamp: 1604067336791
[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://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/src\main\resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 216 source files to <https://ci-builds.apache.org/job/Commons/job/commons-compress-windows/OS=Windows,jdk=JDK%2011%20(latest)/ws/target\classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14.565 s
[INFO] Finished at: 2020-10-30T07:15:37-07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project commons-compress: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[ERROR] 
[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
Build step 'Invoke top-level Maven targets' marked build as failure