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

Changes:

[garydgregory] Add SECURITY.MD.


------------------------------------------
Started by upstream project "Commons/commons-compress-windows" build number 28
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 294f555caf13a63ca162ac422fc9fcf54421362b 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 294f555caf13a63ca162ac422fc9fcf54421362b # timeout=10
Commit message: "Add SECURITY.MD."
 > git rev-list --no-walk 5c6f14c3f3076298db6578a35168966b5df4c30d # 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: 294f555caf13a63ca162ac422fc9fcf54421362b at 
timestamp: 1603653294319
[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:  9.161 s
[INFO] Finished at: 2020-10-25T12:14:54-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

Reply via email to