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 2017/02/06 14:57:01 UTC

Build failed in Jenkins: Phoenix | 4.x-HBase-0.98 #1435

See <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/1435/changes>

Changes:

[ankitsinghal59] PHOENIX-3652 Users who do not have global access to hbase cluster can't

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-2 (ubuntu) in workspace <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/4.x-HBase-0.98^{commit} # timeout=10
Checking out Revision c702b263d789e99c1aa1d734e4e38bacdf9fa2c4 (origin/4.x-HBase-0.98)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c702b263d789e99c1aa1d734e4e38bacdf9fa2c4
 > git rev-list afdcca5ccadcd4f609433491b2da5ea322f196e2 # 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-0.98] $ /bin/bash -xe /tmp/hudson55116423654243288.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
[Phoenix-4.x-HBase-0.98] $ /home/jenkins/tools/maven/latest3/bin/mvn -U clean install -Dcheckstyle.skip=true
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.apache.phoenix:phoenix-kafka:[unknown-version]: Could not find artifact org.apache.phoenix:phoenix:pom:4.10.0-HBase-1.2-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 10
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.phoenix:phoenix-kafka:[unknown-version] (<https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/ws/phoenix-kafka/pom.xml)> has 1 error
[ERROR]     Non-resolvable parent POM for org.apache.phoenix:phoenix-kafka:[unknown-version]: Could not find artifact org.apache.phoenix:phoenix:pom:4.10.0-HBase-1.2-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 10 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Compressed 1.50 GB of artifacts by 100.0% relative to #1433
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/1435/artifact/phoenix-core/target/failsafe-reports/TEST-org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT.xml> is 5 hr 17 min old



Jenkins build is back to normal : Phoenix | 4.x-HBase-0.98 #1438

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/1438/changes>


Build failed in Jenkins: Phoenix | 4.x-HBase-0.98 #1437

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/1437/changes>

Changes:

[ankitsinghal59] PHOENIX-3652 Users who do not have global access to hbase cluster can't

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-2 (ubuntu) in workspace <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/phoenix.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1741)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/phoenix.git/': gnutls_handshake() failed: A TLS packet with unexpected length was received.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:332)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-2(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:781)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
	at sun.reflect.GeneratedMethodAccessor602.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
	at com.sun.proxy.$Proxy77.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797)
	... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/4.x-HBase-0.98^{commit} # timeout=10
Checking out Revision d0ea85837d6c350b39ab0800bdf4b9eaf255ae25 (origin/4.x-HBase-0.98)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d0ea85837d6c350b39ab0800bdf4b9eaf255ae25
 > git rev-list 52867eb570862e4091a7911157e23e985910b6ec # 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-0.98] $ /bin/bash -xe /tmp/hudson6187133150426590044.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
[Phoenix-4.x-HBase-0.98] $ /home/jenkins/tools/maven/latest3/bin/mvn -U clean install -Dcheckstyle.skip=true
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.apache.phoenix:phoenix-kafka:[unknown-version]: Could not find artifact org.apache.phoenix:phoenix:pom:4.10.0-HBase-1.2-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 10
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.phoenix:phoenix-kafka:[unknown-version] (<https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/ws/phoenix-kafka/pom.xml)> has 1 error
[ERROR]     Non-resolvable parent POM for org.apache.phoenix:phoenix-kafka:[unknown-version]: Could not find artifact org.apache.phoenix:phoenix:pom:4.10.0-HBase-1.2-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 10 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Compressed 1.50 GB of artifacts by 100.0% relative to #1433
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/1437/artifact/phoenix-core/target/failsafe-reports/TEST-org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT.xml> is 7 hr 47 min old



Build failed in Jenkins: Phoenix | 4.x-HBase-0.98 #1436

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/1436/changes>

Changes:

[ankitsinghal59] PHOENIX-3652 Users who do not have global access to hbase cluster can't

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H17 (ubuntu) in workspace <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git init <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/phoenix.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/phoenix.git
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/phoenix.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/4.x-HBase-0.98^{commit} # timeout=10
Checking out Revision 52867eb570862e4091a7911157e23e985910b6ec (origin/4.x-HBase-0.98)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 52867eb570862e4091a7911157e23e985910b6ec
 > git rev-list c702b263d789e99c1aa1d734e4e38bacdf9fa2c4 # 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-0.98] $ /bin/bash -xe /tmp/hudson1635046252133522159.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
[Phoenix-4.x-HBase-0.98] $ /home/jenkins/tools/maven/latest3/bin/mvn -U clean install -Dcheckstyle.skip=true
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.kafka:kafka_2.11:jar must be a valid version but is '${kafka.version}'. @ org.apache.phoenix:phoenix-kafka:[unknown-version], <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/ws/phoenix-kafka/pom.xml,> line 307, column 13
[ERROR] 'dependencies.dependency.version' for org.apache.kafka:kafka-clients:jar must be a valid version but is '${kafka.version}'. @ org.apache.phoenix:phoenix-kafka:[unknown-version], <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/ws/phoenix-kafka/pom.xml,> line 312, column 13
[ERROR] 'dependencies.dependency.version' for org.apache.kafka:kafka_2.11:jar:test must be a valid version but is '${kafka.version}'. @ org.apache.phoenix:phoenix-kafka:[unknown-version], <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/ws/phoenix-kafka/pom.xml,> line 317, column 13
[ERROR] 'dependencies.dependency.version' for org.apache.kafka:kafka-clients:jar:test must be a valid version but is '${kafka.version}'. @ org.apache.phoenix:phoenix-kafka:[unknown-version], <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/ws/phoenix-kafka/pom.xml,> line 324, column 13
[ERROR] 'dependencies.dependency.version' for org.apache.kafka:kafka-tools:jar must be a valid version but is '${kafka.version}'. @ org.apache.phoenix:phoenix-kafka:[unknown-version], <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/ws/phoenix-kafka/pom.xml,> line 331, column 13
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.phoenix:phoenix-kafka:4.10.0-HBase-1.2-SNAPSHOT (<https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/ws/phoenix-kafka/pom.xml)> has 5 errors
[ERROR]     'dependencies.dependency.version' for org.apache.kafka:kafka_2.11:jar must be a valid version but is '${kafka.version}'. @ org.apache.phoenix:phoenix-kafka:[unknown-version], <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/ws/phoenix-kafka/pom.xml,> line 307, column 13
[ERROR]     'dependencies.dependency.version' for org.apache.kafka:kafka-clients:jar must be a valid version but is '${kafka.version}'. @ org.apache.phoenix:phoenix-kafka:[unknown-version], <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/ws/phoenix-kafka/pom.xml,> line 312, column 13
[ERROR]     'dependencies.dependency.version' for org.apache.kafka:kafka_2.11:jar:test must be a valid version but is '${kafka.version}'. @ org.apache.phoenix:phoenix-kafka:[unknown-version], <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/ws/phoenix-kafka/pom.xml,> line 317, column 13
[ERROR]     'dependencies.dependency.version' for org.apache.kafka:kafka-clients:jar:test must be a valid version but is '${kafka.version}'. @ org.apache.phoenix:phoenix-kafka:[unknown-version], <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/ws/phoenix-kafka/pom.xml,> line 324, column 13
[ERROR]     'dependencies.dependency.version' for org.apache.kafka:kafka-tools:jar must be a valid version but is '${kafka.version}'. @ org.apache.phoenix:phoenix-kafka:[unknown-version], <https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/ws/phoenix-kafka/pom.xml,> line 331, column 13
[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/ProjectBuildingException
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Compressed 99.93 KB of artifacts by 64.0% relative to #1433
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?