You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/07/17 19:11:10 UTC

Build failed in Jenkins: Phoenix-4.x-HBase-1.3 #475

See <https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/475/display/redirect?page=changes>

Changes:

[tdsilva] PHOENIX-5275: Remove accidental imports from curator-client-2.12.0

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H43 (ubuntu xenial) in workspace <https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/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 https://gitbox.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/4.x-HBase-1.3^{commit} # timeout=10
Checking out Revision 3f4a72ddf05e06b277c986d0bda96308ba7c22d2 (origin/4.x-HBase-1.3)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3f4a72ddf05e06b277c986d0bda96308ba7c22d2
Commit message: "PHOENIX-5275: Remove accidental imports from curator-client-2.12.0"
 > git rev-list --no-walk e261fbe776e4917484674929cda1d660187353dd # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
MAVEN_OPTS=-Xmx3G

[EnvInject] - Variables injected successfully.
[Phoenix-4.x-HBase-1.3] $ /bin/bash -xe /tmp/jenkins7894605080202229754.sh
+ echo 'DELETING ~/.m2/repository/org/apache/htrace. See https://issues.apache.org/jira/browse/PHOENIX-1802'
DELETING ~/.m2/repository/org/apache/htrace. See https://issues.apache.org/jira/browse/PHOENIX-1802
+ echo 'CURRENT CONTENT:'
CURRENT CONTENT:
+ ls /home/jenkins/.m2/repository/org/apache/htrace
htrace
htrace-core
htrace-core4
[Phoenix-4.x-HBase-1.3] $ /home/jenkins/tools/maven/latest3/bin/mvn -U clean install -Dcheckstyle.skip=true
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.phoenix:phoenix-assembly:pom:4.15.0-HBase-1.3-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:exec-maven-plugin is missing. @ org.apache.phoenix:phoenix-assembly:[unknown-version], <https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/ws/phoenix-assembly/pom.xml,> line 40, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Phoenix                                                     [pom]
[INFO] Phoenix Core                                                       [jar]
[INFO] Phoenix - Pherf                                                    [jar]
[INFO] Phoenix Client                                                     [jar]
[INFO] Phoenix Server                                                     [jar]
[INFO] Phoenix Assembly                                                   [pom]
[INFO] Phoenix - Tracing Web Application                                  [jar]
[INFO] 
[INFO] ---------------------< org.apache.phoenix:phoenix >---------------------
[INFO] Building Apache Phoenix 4.15.0-HBase-1.3-SNAPSHOT                  [1/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ phoenix ---
[INFO] Deleting <https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/ws/target>
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.13:check (validate) @ phoenix ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ phoenix ---
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ phoenix ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ phoenix ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: <https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/ws/target/phoenix-4.15.0-HBase-1.3-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ phoenix ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ phoenix ---
[INFO] Installing <https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/phoenix/phoenix/4.15.0-HBase-1.3-SNAPSHOT/phoenix-4.15.0-HBase-1.3-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/ws/target/phoenix-4.15.0-HBase-1.3-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/org/apache/phoenix/phoenix/4.15.0-HBase-1.3-SNAPSHOT/phoenix-4.15.0-HBase-1.3-SNAPSHOT-tests.jar
[INFO] 
[INFO] ------------------< org.apache.phoenix:phoenix-core >-------------------
[INFO] Building Phoenix Core 4.15.0-HBase-1.3-SNAPSHOT                    [2/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ phoenix-core ---
[INFO] Deleting <https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/ws/phoenix-core/target>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Phoenix 4.15.0-HBase-1.3-SNAPSHOT:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  2.329 s]
[INFO] Phoenix Core ....................................... FAILURE [  2.829 s]
[INFO] Phoenix - Pherf .................................... SKIPPED
[INFO] Phoenix Client ..................................... SKIPPED
[INFO] Phoenix Server ..................................... SKIPPED
[INFO] Phoenix Assembly ................................... SKIPPED
[INFO] Phoenix - Tracing Web Application .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.215 s
[INFO] Finished at: 2019-07-17T19:11:05Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project phoenix-core: Failed to clean project: Failed to delete <https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/ws/phoenix-core/target/test-data> -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenix-core
Build step 'Invoke top-level Maven targets' marked build as failure
[JIRA] Updating issue PHOENIX-5275
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did leafNodes run? 
For example, <https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/ws/phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.CsvEventSerializerIT.xml> is 7 mo 8 days old

Not sending mail to unregistered user s.kadam@salesforce.com
Not sending mail to unregistered user monani.mihir@gmail.com

Jenkins build is back to normal : Phoenix-4.x-HBase-1.3 #476

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/476/display/redirect>