You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/04/03 04:17:32 UTC

Build failed in Jenkins: Atlas-master-IntegrationTests #934

See <https://builds.apache.org/job/Atlas-master-IntegrationTests/934/display/redirect>

------------------------------------------
[...truncated 774.21 KB...]
Tue Apr 03 04:03:40 UTC 2018, RpcRetryingCaller{globalStartTime=1522727890662, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Tue Apr 03 04:04:00 UTC 2018, RpcRetryingCaller{globalStartTime=1522727890662, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Tue Apr 03 04:04:20 UTC 2018, RpcRetryingCaller{globalStartTime=1522727890662, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Tue Apr 03 04:04:40 UTC 2018, RpcRetryingCaller{globalStartTime=1522727890662, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Tue Apr 03 04:05:00 UTC 2018, RpcRetryingCaller{globalStartTime=1522727890662, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Tue Apr 03 04:05:20 UTC 2018, RpcRetryingCaller{globalStartTime=1522727890662, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Tue Apr 03 04:05:40 UTC 2018, RpcRetryingCaller{globalStartTime=1522727890662, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Tue Apr 03 04:06:00 UTC 2018, RpcRetryingCaller{globalStartTime=1522727890662, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Tue Apr 03 04:06:20 UTC 2018, RpcRetryingCaller{globalStartTime=1522727890662, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Tue Apr 03 04:06:40 UTC 2018, RpcRetryingCaller{globalStartTime=1522727890662, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Tue Apr 03 04:07:00 UTC 2018, RpcRetryingCaller{globalStartTime=1522727890662, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null

	at org.apache.hadoop.hbase.zookeeper.MasterAddressTracker.getMasterAddress(MasterAddressTracker.java:154)
	at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation$StubMaker.makeStubNoRetries(ConnectionManager.java:1510)
	at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation$StubMaker.makeStub(ConnectionManager.java:1551)
	at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation$MasterServiceStubMaker.makeStub(ConnectionManager.java:1580)
	at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.getKeepAliveMasterService(ConnectionManager.java:1737)
	at org.apache.hadoop.hbase.client.MasterCallable.prepare(MasterCallable.java:38)
	at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithRetries(RpcRetryingCaller.java:124)
	at org.apache.hadoop.hbase.client.HBaseAdmin.executeCallable(HBaseAdmin.java:4293)
	at org.apache.hadoop.hbase.client.HBaseAdmin.executeCallable(HBaseAdmin.java:4286)
	at org.apache.hadoop.hbase.client.HBaseAdmin.createNamespace(HBaseAdmin.java:2944)
	at org.apache.atlas.hbase.HBaseAtlasHookIT.testCreateNamesapce(HBaseAtlasHookIT.java:90)

testCreateTable(org.apache.atlas.hbase.HBaseAtlasHookIT)  Time elapsed: 48.228 sec  <<< FAILURE!
org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=36, exceptions:
Tue Apr 03 04:07:49 UTC 2018, null, java.net.SocketTimeoutException: callTimeout=60000, callDuration=68174: row 'test_namespace1:test_table,,' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=asf917.gq1.ygridcore.net,39460,1522727664945, seqNum=0

	at org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.throwEnrichedException(RpcRetryingCallerWithReadReplicas.java:276)
	at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:207)
	at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:60)
	at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:200)
	at org.apache.hadoop.hbase.client.ClientScanner.call(ClientScanner.java:326)
	at org.apache.hadoop.hbase.client.ClientScanner.nextScanner(ClientScanner.java:301)
	at org.apache.hadoop.hbase.client.ClientScanner.initializeScannerInConstruction(ClientScanner.java:166)
	at org.apache.hadoop.hbase.client.ClientScanner.<init>(ClientScanner.java:161)
	at org.apache.hadoop.hbase.client.HTable.getScanner(HTable.java:794)
	at org.apache.hadoop.hbase.MetaTableAccessor.fullScan(MetaTableAccessor.java:602)
	at org.apache.hadoop.hbase.MetaTableAccessor.tableExists(MetaTableAccessor.java:366)
	at org.apache.hadoop.hbase.client.HBaseAdmin.tableExists(HBaseAdmin.java:403)
	at org.apache.atlas.hbase.HBaseAtlasHookIT.testCreateTable(HBaseAtlasHookIT.java:120)
Caused by: java.net.SocketTimeoutException: callTimeout=60000, callDuration=68174: row 'test_namespace1:test_table,,' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=asf917.gq1.ygridcore.net,39460,1522727664945, seqNum=0
	at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithRetries(RpcRetryingCaller.java:159)
	at org.apache.hadoop.hbase.client.ResultBoundedCompletionService$QueueingFuture.run(ResultBoundedCompletionService.java:65)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.ConnectException: Connection refused
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
	at org.apache.hadoop.net.SocketIOWithTimeout.connect(SocketIOWithTimeout.java:206)
	at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:531)
	at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:495)
	at org.apache.hadoop.hbase.ipc.RpcClientImpl$Connection.setupConnection(RpcClientImpl.java:416)
	at org.apache.hadoop.hbase.ipc.RpcClientImpl$Connection.setupIOstreams(RpcClientImpl.java:722)
	at org.apache.hadoop.hbase.ipc.RpcClientImpl$Connection.writeRequest(RpcClientImpl.java:906)
	at org.apache.hadoop.hbase.ipc.RpcClientImpl$Connection.tracedWriteRequest(RpcClientImpl.java:873)
	at org.apache.hadoop.hbase.ipc.RpcClientImpl.call(RpcClientImpl.java:1242)
	at org.apache.hadoop.hbase.ipc.AbstractRpcClient.callBlockingMethod(AbstractRpcClient.java:226)
	at org.apache.hadoop.hbase.ipc.AbstractRpcClient$BlockingRpcChannelImplementation.callBlockingMethod(AbstractRpcClient.java:331)
	at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$BlockingStub.scan(ClientProtos.java:34094)
	at org.apache.hadoop.hbase.client.ScannerCallable.openScanner(ScannerCallable.java:394)
	at org.apache.hadoop.hbase.client.ScannerCallable.call(ScannerCallable.java:203)
	at org.apache.hadoop.hbase.client.ScannerCallable.call(ScannerCallable.java:64)
	at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:200)
	at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas$RetryingRPC.call(ScannerCallableWithReplicas.java:360)
	at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas$RetryingRPC.call(ScannerCallableWithReplicas.java:334)
	at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithRetries(RpcRetryingCaller.java:126)
	at org.apache.hadoop.hbase.client.ResultBoundedCompletionService$QueueingFuture.run(ResultBoundedCompletionService.java:65)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)


Results :

Failed tests: 
  HBaseAtlasHookIT.testCreateNamesapce:90 » RetriesExhausted Failed after attemp...
  HBaseAtlasHookIT.testCreateTable:120 » RetriesExhausted Failed after attempts=...

Tests run: 2, Failures: 2, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- jetty-maven-plugin:9.3.14.v20161028:stop (stop-jetty) @ hbase-bridge ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@3f231280{HTTP/1.1,[http/1.1]}{0.0.0.0:31000}
[INFO] Closing Spring root WebApplicationContext
[INFO] Shutting down log4j
[INFO] Stopped o.e.j.m.p.JettyWebAppContext@2e142f0a{/,file://<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/atlas-webapp-1.0.0-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/Atlas-master-IntegrationTests/webapp/target/atlas-webapp-1.0.0-SNAPSHOT.war}>
[INFO] Server reports itself as stopped
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ hbase-bridge ---
[INFO] Building jar: <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/hbase-bridge/target/hbase-bridge-1.0.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ hbase-bridge ---
[INFO] Building jar: <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/hbase-bridge/target/hbase-bridge-1.0.0-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (verify) @ hbase-bridge ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/hbase-bridge/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.569 s]
[INFO] apache-atlas ....................................... SUCCESS [  3.651 s]
[INFO] Apache Atlas Test Utility Tools .................... SUCCESS [  9.336 s]
[INFO] Open Connector Framework (OCF) ..................... SUCCESS [  8.994 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 17.778 s]
[INFO] Apache Atlas Common ................................ SUCCESS [  7.587 s]
[INFO] Apache Atlas Client ................................ SUCCESS [  0.449 s]
[INFO] atlas-client-common ................................ SUCCESS [  6.218 s]
[INFO] atlas-client-v1 .................................... SUCCESS [  6.380 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  5.366 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [  8.325 s]
[INFO] atlas-client-v2 .................................... SUCCESS [  5.052 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.405 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  4.590 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  4.644 s]
[INFO] Apache Atlas JanusGraph DB Impl .................... SUCCESS [ 12.449 s]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  1.823 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  7.393 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [ 35.161 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 19.488 s]
[INFO] Apache Atlas Authorization ......................... SUCCESS [  6.185 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [ 26.206 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:08 min]
[INFO] Apache Atlas Web Application ....................... SUCCESS [04:07 min]
[INFO] Apache Atlas Documentation ......................... SUCCESS [  3.003 s]
[INFO] Apache Atlas FileSystem Model ...................... SUCCESS [  2.199 s]
[INFO] Apache Atlas Plugin Classloader .................... SUCCESS [  5.653 s]
[INFO] Apache Atlas Hive Bridge Shim ...................... SUCCESS [  4.450 s]
[INFO] Apache Atlas Hive Bridge ........................... SUCCESS [07:40 min]
[INFO] Apache Atlas Falcon Bridge Shim .................... SUCCESS [  5.480 s]
[INFO] Apache Atlas Falcon Bridge ......................... SUCCESS [01:06 min]
[INFO] Apache Atlas Sqoop Bridge Shim ..................... SUCCESS [  4.017 s]
[INFO] Apache Atlas Sqoop Bridge .......................... SUCCESS [01:05 min]
[INFO] Apache Atlas Storm Bridge Shim ..................... SUCCESS [  6.207 s]
[INFO] Apache Atlas Storm Bridge .......................... SUCCESS [ 58.813 s]
[INFO] Apache Atlas Hbase Bridge Shim ..................... SUCCESS [  8.064 s]
[INFO] Apache Atlas Hbase Bridge .......................... FAILURE [14:35 min]
[INFO] Apache Atlas Migration Exporter .................... SKIPPED
[INFO] Apache Atlas Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34:40 min
[INFO] Finished at: 2018-04-03T04:07:53Z
[INFO] Final Memory: 1317M/3486M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.18.1:verify (verify) on project hbase-bridge: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/hbase-bridge/target/failsafe-reports> for the individual test results.
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hbase-bridge
Build step 'Execute shell' marked build as failure
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Searching for all files in <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 35 files in <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/falcon-bridge-shim/target/checkstyle-result.xml> with 29 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/falcon-bridge/target/checkstyle-result.xml> with 419 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/hbase-bridge-shim/target/checkstyle-result.xml> with 1857 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/hdfs-model/target/checkstyle-result.xml> with 1857 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/hive-bridge-shim/target/checkstyle-result.xml> with 1872 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/hive-bridge/target/checkstyle-result.xml> with 4087 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/sqoop-bridge-shim/target/checkstyle-result.xml> with 4103 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/sqoop-bridge/target/checkstyle-result.xml> with 4250 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/storm-bridge-shim/target/checkstyle-result.xml> with 4271 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/storm-bridge/target/checkstyle-result.xml> with 4543 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/authorization/target/checkstyle-result.xml> with 5212 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/client-v1/target/checkstyle-result.xml> with 6096 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/client-v2/target/checkstyle-result.xml> with 6455 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/common/target/checkstyle-result.xml> with 6943 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/target/checkstyle-result.xml> with 6943 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/common/target/checkstyle-result.xml> with 7976 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/dashboardv2/target/checkstyle-result.xml> with 7976 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/docs/target/checkstyle-result.xml> with 7976 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/api/target/checkstyle-result.xml> with 8268 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/common/target/checkstyle-result.xml> with 8477 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 8477 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/janus/target/checkstyle-result.xml> with 9523 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/target/checkstyle-result.xml> with 9523 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/titan0/target/checkstyle-result.xml> with 12021 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/intg/target/checkstyle-result.xml> with 22983 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/notification/target/checkstyle-result.xml> with 24219 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/om-fwk-ocf/target/checkstyle-result.xml> with 28949 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/plugin-classloader/target/checkstyle-result.xml> with 29062 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/repository/target/checkstyle-result.xml> with 48472 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/server-api/target/checkstyle-result.xml> with 48623 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 48623 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 48623 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/target/checkstyle-result.xml> with 48623 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/test-tools/target/checkstyle-result.xml> with 48661 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/checkstyle-result.xml> with 56637 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=f42c1d9ff3b8bba53431520845ae371361b7e735, workspace=<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
 > git rev-parse f42c1d9ff3b8bba53431520845ae371361b7e735^{commit} # timeout=10
[CHECKSTYLE] Computing warning deltas based on reference build #933
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 26 files in <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/falcon-bridge-shim/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/falcon-bridge/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/hbase-bridge-shim/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/hive-bridge-shim/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/hive-bridge/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/sqoop-bridge-shim/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/sqoop-bridge/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/storm-bridge-shim/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/addons/storm-bridge/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/client-v1/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/client-v2/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/janus/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/om-fwk-ocf/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/plugin-classloader/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/test-tools/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=f42c1d9ff3b8bba53431520845ae371361b7e735, workspace=<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
[FINDBUGS] Computing warning deltas based on reference build #933
Archiving artifacts
[Fast Archiver] Compressed 140.25 MB of artifacts by 80.5% relative to #933
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml,**/target/failsafe-reports/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-IntegrationTests/builds/934/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-IntegrationTests/builds/934/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-IntegrationTests/builds/934/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-IntegrationTests/builds/934/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-IntegrationTests/builds/934/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-IntegrationTests/builds/934/testng/testng-results.xml'
1.123595% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Jenkins build is back to normal : Atlas-master-IntegrationTests #935

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Atlas-master-IntegrationTests/935/display/redirect>