See <https://builds.apache.org/job/Fluo/169/display/redirect?page=changes>

Changes:

[github] fixes #1024 Do less work in the wait command (#1031)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H12 (Hadoop xenial) in workspace 
<https://builds.apache.org/job/Fluo/ws/>
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/fluo.git
 > git init <https://builds.apache.org/job/Fluo/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/fluo.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/fluo.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/fluo.git # 
 > timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/fluo.git # 
 > timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/fluo.git
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/fluo.git 
 > +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 91884df193b9819830bf21444ba1f42c09ba9c68 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 91884df193b9819830bf21444ba1f42c09ba9c68
Commit message: "fixes #1024 Do less work in the wait command (#1031)"
 > git rev-list --no-walk aae4b2b3ad954c07bbfd0ea98c3a4975bb019bcb # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 43105
maven33-agent.jar already up to date
maven33-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[Fluo] $ /home/jenkins/tools/java/latest1.8/bin/java -Xmx2g -Xms256m -cp 
/home/jenkins/jenkins-slave/maven33-agent.jar:/home/jenkins/tools/maven/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/apache-maven-3.3.9/conf/logging
 jenkins.maven3.agent.Maven33Main /home/jenkins/tools/maven/apache-maven-3.3.9 
/home/jenkins/jenkins-slave/slave.jar 
/home/jenkins/jenkins-slave/maven33-interceptor.jar 
/home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 43105
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/Fluo/ws/pom.xml> 
-Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/1 clean 
deploy source:jar javadoc:jar
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Fluo Project
[INFO] Apache Fluo API
[INFO] Apache Fluo Accumulo Extensions
[INFO] Apache Fluo Core
[INFO] Apache Fluo Cluster
[INFO] Apache Fluo Command
[INFO] Apache Fluo Mini
[INFO] Apache Fluo Integration
[INFO] Apache Fluo MapReduce Utilities
[INFO] Apache Fluo Distribution
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Fluo Project 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ fluo-project ---
[INFO] 
[INFO] --- mavanagaiata:0.8.2:commit (git-commit) @ fluo-project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ fluo-project 
---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (check-licenses) @ fluo-project ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from 
<https://builds.apache.org/job/Fluo/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 75 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: /.travis.yml
[INFO] Exclude: **/services/org.apache.fluo.core.metrics.ReporterStarter
[INFO] Exclude: contrib/grafana/**.json
[INFO] 19 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 15 licenses.
[INFO] 
[INFO] --- sortpom-maven-plugin:2.8.0:sort (sort-pom) @ fluo-project ---
[INFO] Sorting file <https://builds.apache.org/job/Fluo/ws/pom.xml>
[INFO] Pom file is already sorted, exiting
[INFO] 
[INFO] --- impsort-maven-plugin:1.0.1:sort (sort-imports) @ fluo-project ---
[INFO]  Total Files Processed: 0 in 00:00.006
[INFO]         Already Sorted: 0
[INFO]         Needed Sorting: 0
[INFO] 
[INFO] --- formatter-maven-plugin:2.7.0:format (format-source) @ fluo-project 
---
[WARNING] Failed to getClass for net.revelc.code.formatter.FormatterMojo
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Fluo Project ................................ FAILURE [ 29.082 s]
[INFO] Apache Fluo API .................................... SKIPPED
[INFO] Apache Fluo Accumulo Extensions .................... SKIPPED
[INFO] Apache Fluo Core ................................... SKIPPED
[INFO] Apache Fluo Cluster ................................ SKIPPED
[INFO] Apache Fluo Command ................................ SKIPPED
[INFO] Apache Fluo Mini ................................... SKIPPED
[INFO] Apache Fluo Integration ............................ SKIPPED
[INFO] Apache Fluo MapReduce Utilities .................... SKIPPED
[INFO] Apache Fluo Distribution ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 46.240 s
[INFO] Finished at: 2018-04-17T14:38:24+00:00
[INFO] Final Memory: 27M/248M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal 
net.revelc.code.formatter:formatter-maven-plugin:2.7.0:format (format-source) 
on project fluo-project: Execution format-source of goal 
net.revelc.code.formatter:formatter-maven-plugin:2.7.0:format failed: Plugin 
net.revelc.code.formatter:formatter-maven-plugin:2.7.0 or one of its 
dependencies could not be resolved: Failed to collect dependencies at 
net.revelc.code.formatter:formatter-maven-plugin:jar:2.7.0 -> 
org.eclipse.jdt:org.eclipse.jdt.core:jar:3.13.0 -> 
org.eclipse.platform:org.eclipse.core.resources:jar:[3.12.0,4.0.0): No versions 
available for 
org.eclipse.platform:org.eclipse.core.resources:jar:[3.12.0,4.0.0) within 
specified range -> [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/PluginResolutionException
[JENKINS] Archiving <https://builds.apache.org/job/Fluo/ws/modules/api/pom.xml> 
to org.apache.fluo/fluo-api/1.3.0-SNAPSHOT/fluo-api-1.3.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Fluo/ws/modules/cluster/pom.xml> to 
org.apache.fluo/fluo-cluster/1.3.0-SNAPSHOT/fluo-cluster-1.3.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Fluo/ws/modules/core/pom.xml> to 
org.apache.fluo/fluo-core/1.3.0-SNAPSHOT/fluo-core-1.3.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Fluo/ws/modules/integration/pom.xml> to 
org.apache.fluo/fluo-integration/1.3.0-SNAPSHOT/fluo-integration-1.3.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Fluo/ws/modules/command/pom.xml> to 
org.apache.fluo/fluo-command/1.3.0-SNAPSHOT/fluo-command-1.3.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Fluo/ws/modules/mini/pom.xml> to 
org.apache.fluo/fluo-mini/1.3.0-SNAPSHOT/fluo-mini-1.3.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Fluo/ws/modules/distribution/pom.xml> to 
org.apache.fluo/fluo/1.3.0-SNAPSHOT/fluo-1.3.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Fluo/ws/modules/accumulo/pom.xml> to 
org.apache.fluo/fluo-accumulo/1.3.0-SNAPSHOT/fluo-accumulo-1.3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Fluo/ws/pom.xml> to 
org.apache.fluo/fluo-project/1.3.0-SNAPSHOT/fluo-project-1.3.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Fluo/ws/modules/mapreduce/pom.xml> to 
org.apache.fluo/fluo-mapreduce/1.3.0-SNAPSHOT/fluo-mapreduce-1.3.0-SNAPSHOT.pom
channel stopped

Reply via email to