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/07/18 19:03:59 UTC

Build failed in Jenkins: PreCommit-ATLAS-Build-Test #522-branch-0.8-0001-Uniform-Jackson-annotations-across-Atlas-models.patch

See <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/522/display/redirect>

------------------------------------------
[...truncated 41.43 KB...]
@JsonSerialize(include=JsonSerialize.Inclusion.NON_NULL)
@JsonIgnoreProperties(ignoreUnknown=true)
@XmlRootElement
@XmlAccessorType(XmlAccessType.PROPERTY)
public class AtlasEntityDef extends AtlasStructDef implements java.io.Serializable {
    private static final long serialVersionUID = 1L;


error: patch failed: intg/src/main/java/org/apache/atlas/model/typedef/AtlasEntityDef.java:18
error: intg/src/main/java/org/apache/atlas/model/typedef/AtlasEntityDef.java: patch does not apply
Checking patch intg/src/main/java/org/apache/atlas/model/typedef/AtlasEnumDef.java...
error: while searching for:
 */
package org.apache.atlas.model.typedef;

import com.fasterxml.jackson.annotation.JsonAutoDetect;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;

import java.io.Serializable;
import java.util.*;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSeeAlso;

import org.apache.atlas.model.PList;
import org.apache.atlas.model.SearchFilter.SortType;
import org.apache.atlas.model.TypeCategory;
import org.apache.commons.collections.CollectionUtils;
import org.apache.hadoop.util.StringUtils;

import static com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility.NONE;
import static com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility.PUBLIC_ONLY;


/**
 * class that captures details of an enum-type.
 */
@JsonAutoDetect(getterVisibility=PUBLIC_ONLY, setterVisibility=PUBLIC_ONLY, fieldVisibility=NONE)
@JsonSerialize(include=JsonSerialize.Inclusion.NON_NULL)
@JsonIgnoreProperties(ignoreUnknown=true)
@XmlRootElement
@XmlAccessorType(XmlAccessType.PROPERTY)
public class AtlasEnumDef extends AtlasBaseTypeDef implements Serializable {
    private static final long serialVersionUID = 1L;


error: patch failed: intg/src/main/java/org/apache/atlas/model/typedef/AtlasEnumDef.java:17
error: intg/src/main/java/org/apache/atlas/model/typedef/AtlasEnumDef.java: patch does not apply
Checking patch intg/src/main/java/org/apache/atlas/model/typedef/AtlasRelationshipDef.java...
error: intg/src/main/java/org/apache/atlas/model/typedef/AtlasRelationshipDef.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/model/typedef/AtlasRelationshipEndDef.java...
error: intg/src/main/java/org/apache/atlas/model/typedef/AtlasRelationshipEndDef.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/model/typedef/AtlasStructDef.java...
error: while searching for:
 */
package org.apache.atlas.model.typedef;

import com.fasterxml.jackson.annotation.JsonAutoDetect;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;

import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.ListIterator;
import java.util.Map;
import java.util.Objects;
import java.util.Set;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSeeAlso;

import org.apache.atlas.model.PList;
import org.apache.atlas.model.SearchFilter.SortType;
import org.apache.atlas.model.TypeCategory;
import org.apache.commons.collections.CollectionUtils;
import org.apache.hadoop.util.StringUtils;

import static com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility.NONE;
import static com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility.PUBLIC_ONLY;


/**
 * class that captures details of a struct-type.
 */
@JsonAutoDetect(getterVisibility=PUBLIC_ONLY, setterVisibility=PUBLIC_ONLY, fieldVisibility=NONE)
@JsonSerialize(include=JsonSerialize.Inclusion.NON_NULL)
@JsonIgnoreProperties(ignoreUnknown=true)
@XmlRootElement
@XmlAccessorType(XmlAccessType.PROPERTY)
public class AtlasStructDef extends AtlasBaseTypeDef implements Serializable {
    private static final long serialVersionUID = 1L;


error: patch failed: intg/src/main/java/org/apache/atlas/model/typedef/AtlasStructDef.java:17
error: intg/src/main/java/org/apache/atlas/model/typedef/AtlasStructDef.java: patch does not apply
Checking patch intg/src/main/java/org/apache/atlas/model/typedef/AtlasTypeDefHeader.java...
error: while searching for:
package org.apache.atlas.model.typedef;


import com.fasterxml.jackson.annotation.JsonAutoDetect;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;

import org.apache.atlas.model.TypeCategory;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;

import java.util.Objects;

import static com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility.NONE;
import static com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility.PUBLIC_ONLY;

@JsonAutoDetect(getterVisibility=PUBLIC_ONLY, setterVisibility=PUBLIC_ONLY, fieldVisibility=NONE)
@JsonSerialize(include=JsonSerialize.Inclusion.NON_NULL)
@JsonIgnoreProperties(ignoreUnknown=true)
@XmlRootElement
@XmlAccessorType(XmlAccessType.PROPERTY)
public class AtlasTypeDefHeader implements java.io.Serializable {
    private static final long serialVersionUID = 1L;


error: patch failed: intg/src/main/java/org/apache/atlas/model/typedef/AtlasTypeDefHeader.java:18
error: intg/src/main/java/org/apache/atlas/model/typedef/AtlasTypeDefHeader.java: patch does not apply
Checking patch intg/src/main/java/org/apache/atlas/model/typedef/AtlasTypesDef.java...
error: while searching for:
package org.apache.atlas.model.typedef;


import com.fasterxml.jackson.annotation.JsonAutoDetect;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;

import java.util.ArrayList;
import java.util.Collection;
import java.util.List;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;

import org.apache.commons.collections.CollectionUtils;

import static com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility.NONE;
import static com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility.PUBLIC_ONLY;

@JsonAutoDetect(getterVisibility=PUBLIC_ONLY, setterVisibility=PUBLIC_ONLY, fieldVisibility=NONE)
@JsonSerialize(include=JsonSerialize.Inclusion.NON_NULL)
@JsonIgnoreProperties(ignoreUnknown=true)
@XmlRootElement
@XmlAccessorType(XmlAccessType.PROPERTY)
public class AtlasTypesDef {
    private List<AtlasEnumDef>           enumDefs;
    private List<AtlasStructDef>         structDefs;

error: patch failed: intg/src/main/java/org/apache/atlas/model/typedef/AtlasTypesDef.java:18
error: intg/src/main/java/org/apache/atlas/model/typedef/AtlasTypesDef.java: patch does not apply
Checking patch intg/src/main/java/org/apache/atlas/v1/model/discovery/DSLSearchResult.java...
error: intg/src/main/java/org/apache/atlas/v1/model/discovery/DSLSearchResult.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/v1/model/discovery/FullTextSearchResult.java...
error: intg/src/main/java/org/apache/atlas/v1/model/discovery/FullTextSearchResult.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/v1/model/instance/AtlasSystemAttributes.java...
error: intg/src/main/java/org/apache/atlas/v1/model/instance/AtlasSystemAttributes.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/v1/model/instance/Id.java...
error: intg/src/main/java/org/apache/atlas/v1/model/instance/Id.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/v1/model/instance/Referenceable.java...
error: intg/src/main/java/org/apache/atlas/v1/model/instance/Referenceable.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/v1/model/instance/Struct.java...
error: intg/src/main/java/org/apache/atlas/v1/model/instance/Struct.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/v1/model/lineage/DataSetLineageResponse.java...
error: intg/src/main/java/org/apache/atlas/v1/model/lineage/DataSetLineageResponse.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/v1/model/lineage/LineageResponse.java...
error: intg/src/main/java/org/apache/atlas/v1/model/lineage/LineageResponse.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/v1/model/lineage/SchemaResponse.java...
error: intg/src/main/java/org/apache/atlas/v1/model/lineage/SchemaResponse.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/v1/model/notification/EntityNotificationV1.java...
error: intg/src/main/java/org/apache/atlas/v1/model/notification/EntityNotificationV1.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/v1/model/notification/HookNotificationV1.java...
error: intg/src/main/java/org/apache/atlas/v1/model/notification/HookNotificationV1.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/v1/model/typedef/AttributeDefinition.java...
error: intg/src/main/java/org/apache/atlas/v1/model/typedef/AttributeDefinition.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/v1/model/typedef/ClassTypeDefinition.java...
error: intg/src/main/java/org/apache/atlas/v1/model/typedef/ClassTypeDefinition.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/v1/model/typedef/EnumTypeDefinition.java...
error: intg/src/main/java/org/apache/atlas/v1/model/typedef/EnumTypeDefinition.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/v1/model/typedef/HierarchicalTypeDefinition.java...
error: intg/src/main/java/org/apache/atlas/v1/model/typedef/HierarchicalTypeDefinition.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/v1/model/typedef/Multiplicity.java...
error: intg/src/main/java/org/apache/atlas/v1/model/typedef/Multiplicity.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/v1/model/typedef/StructTypeDefinition.java...
error: intg/src/main/java/org/apache/atlas/v1/model/typedef/StructTypeDefinition.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/v1/model/typedef/TraitTypeDefinition.java...
error: intg/src/main/java/org/apache/atlas/v1/model/typedef/TraitTypeDefinition.java: No such file or directory
Checking patch intg/src/main/java/org/apache/atlas/v1/model/typedef/TypesDef.java...
error: intg/src/main/java/org/apache/atlas/v1/model/typedef/TypesDef.java: No such file or directory
PATCH APPLICATION FAILED




{color:red}-1 overall{color}.  

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/522//console

This message is automatically generated.


======================================================================
======================================================================
    Adding comment to Jira.
======================================================================
======================================================================




======================================================================
======================================================================
    Finished build.
======================================================================
======================================================================


+ EXIT_CODE=1
+ '[' -d <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/../atlas_patchprocess_29933> ']'
+ '[' -d <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/atlas_patchprocess_29933> ']'
+ mv <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/atlas_patchprocess_29933> <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/patchprocess>
+ rm -f <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/../atlas_patchprocess_29933>
+ exit 1
Build step 'Execute shell' marked build as failure
Set build name.
New build name is '#522-branch-0.8-0001-Uniform-Jackson-annotations-across-Atlas-models.patch'
Archiving artifacts

Jenkins build is back to normal : PreCommit-ATLAS-Build-Test #526-branch-1.0-ATLAS-2794.patch

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/526/display/redirect?page=changes>


Build failed in Jenkins: PreCommit-ATLAS-Build-Test #525-master-0001-Uniform-Jackson-annotations-across-Atlas-models.patch

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/525/display/redirect>

------------------------------------------
[...truncated 433.64 KB...]
	at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:558)
	at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:733)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:845)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1712)
	at org.apache.atlas.web.filters.AuditFilter.doFilter(AuditFilter.java:80)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.AtlasCSRFPreventionFilter$ServletFilterHttpInteraction.proceed(AtlasCSRFPreventionFilter.java:235)
	at org.apache.atlas.web.filters.AtlasCSRFPreventionFilter.handleHttpInteraction(AtlasCSRFPreventionFilter.java:177)
	at org.apache.atlas.web.filters.AtlasCSRFPreventionFilter.doFilter(AtlasCSRFPreventionFilter.java:190)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.AtlasAuthenticationFilter.doFilter(AtlasAuthenticationFilter.java:369)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.StaleTransactionCleanupFilter.doFilter(StaleTransactionCleanupFilter.java:55)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:215)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.AtlasKnoxSSOAuthenticationFilter.doFilter(AtlasKnoxSSOAuthenticationFilter.java:146)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:347)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:263)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)
	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
	at org.eclipse.jetty.server.Server.handle(Server.java:534)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
	at java.lang.Thread.run(Thread.java:748)

127.0.0.1 - - [19/Jul/2018:19:00:45 +0000] "GET //localhost:31000/api/atlas/lineage/hive/table/SalesvZk2CJRb2c/schema HTTP/1.1" 500 100 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:45 +0000] "GET //localhost:31000/api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factHo2UYSUVvT HTTP/1.1" 200 4327 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:45 +0000] "GET //localhost:31000/api/atlas/lineage/39fb6e66-b8b2-48e4-b2a5-23b218ba5adc/schema HTTP/1.1" 200 2836 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:45 +0000] "GET //localhost:31000/api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factHo2UYSUVvT HTTP/1.1" 200 4327 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:45 +0000] "GET //localhost:31000/api/atlas/lineage/39fb6e66-b8b2-48e4-b2a5-23b218ba5adc/outputs/graph HTTP/1.1" 200 1944 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:45 +0000] "GET //localhost:31000/api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factHo2UYSUVvT HTTP/1.1" 200 4327 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:45 +0000] "GET //localhost:31000/api/atlas/lineage/39fb6e66-b8b2-48e4-b2a5-23b218ba5adc/outputs/graph HTTP/1.1" 200 1944 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:45 +0000] "GET //localhost:31000/api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_fact_monthly_mvb5CcbScCsX HTTP/1.1" 200 4794 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:45 +0000] "GET //localhost:31000/api/atlas/lineage/d0f86cd1-babb-4cb6-bc62-f168dc8f8346/inputs/graph HTTP/1.1" 200 2429 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/database HTTP/1.1" 200 845 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/table HTTP/1.1" 200 1786 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/fetl HTTP/1.1" 200 481 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 93 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "GET //localhost:31000/api/atlas/v2/types/classificationdef/name/fetl HTTP/1.1" 200 481 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "GET //localhost:31000/api/atlas/v2/types/entitydef/name/database HTTP/1.1" 200 845 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "GET //localhost:31000/api/atlas/v2/types/entitydef/name/table HTTP/1.1" 200 1786 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 562 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 409 86 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "GET //localhost:31000/api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 81 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "GET //localhost:31000/api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 82 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "GET //localhost:31000/api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 81 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "GET //localhost:31000/api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 82 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "GET //localhost:31000/api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 81 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "GET //localhost:31000/api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 82 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "GET //localhost:31000/api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 81 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "GET //localhost:31000/api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 82 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 2067 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "GET //localhost:31000/api/atlas/v2/types/typedefs/?supertype=AI99bMyO79F&type=CLASS HTTP/1.1" 200 1080 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "GET //localhost:31000/api/atlas/v2/types/typedefs/?supertype=AI99bMyO79F&type=CLASS&notsupertype=BbhyI0VCyoj HTTP/1.1" 200 580 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 562 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "PUT //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 751 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:46 +0000] "GET //localhost:31000/api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 89250 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:47 +0000] "GET //localhost:31000/api/atlas/v2/types/classificationdef/name/fetl HTTP/1.1" 200 481 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:47 +0000] "GET //localhost:31000/api/atlas/v2/types/entitydef/name/database HTTP/1.1" 200 845 "-" "Java/1.8.0_172"
127.0.0.1 - - [19/Jul/2018:19:00:47 +0000] "GET //localhost:31000/api/atlas/v2/types/entitydef/name/table HTTP/1.1" 200 1786 "-" "Java/1.8.0_172"
Tests run: 119, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 169.041 sec <<< FAILURE! - in TestSuite
testUpdatePartialUpdatingQualifiedName(org.apache.atlas.notification.NotificationHookConsumerIT)  Time elapsed: 1.939 sec  <<< FAILURE!
java.lang.NullPointerException: null
	at org.apache.atlas.AtlasClient.searchByDSL(AtlasClient.java:815)
	at org.apache.atlas.web.integration.BaseResourceIT.searchByDSL(BaseResourceIT.java:681)
	at org.apache.atlas.notification.NotificationHookConsumerIT.testUpdatePartialUpdatingQualifiedName(NotificationHookConsumerIT.java:185)


Results :

Failed tests: 
  NotificationHookConsumerIT.testUpdatePartialUpdatingQualifiedName:185->BaseResourceIT.searchByDSL:681 » NullPointer

Tests run: 119, Failures: 1, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- jetty-maven-plugin:9.3.14.v20161028:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@718e1bba{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@5ccdbaae{/,file://<https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/webapp/target/atlas-webapp-2.0.0-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/PreCommit-ATLAS-Build-Test/webapp/target/atlas-webapp-2.0.0-SNAPSHOT.war}>
[INFO] Server reports itself as stopped
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/webapp/target/atlas-webapp-2.0.0-SNAPSHOT-sources.jar>
log4j:WARN No appenders could be found for logger (org.apache.zookeeper.ClientCnxn).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/webapp/target/atlas-webapp-2.0.0-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (verify) @ atlas-webapp ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/webapp/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.639 s]
[INFO] apache-atlas ....................................... SUCCESS [  3.256 s]
[INFO] Apache Atlas Test Utility Tools .................... SUCCESS [  4.476 s]
[INFO] Open Connector Framework (OCF) ..................... SUCCESS [  1.791 s]
[INFO] Open Metadata Repository Services (OMRS) ........... SUCCESS [  4.890 s]
[INFO] Open Metadata and Governance (OMAG) Server APIs .... SUCCESS [  1.115 s]
[INFO] Connected Asset Open Metadata Access Service (OMAS)  SUCCESS [  1.271 s]
[INFO] Asset Consumer Open Metadata Access Service (OMAS) . SUCCESS [  1.047 s]
[INFO] Open Metadata and Governance (OMAG) Server ......... SUCCESS [  1.407 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [  3.725 s]
[INFO] Apache Atlas Common ................................ SUCCESS [  1.257 s]
[INFO] Apache Atlas Client ................................ SUCCESS [  0.132 s]
[INFO] atlas-client-common ................................ SUCCESS [  0.891 s]
[INFO] atlas-client-v1 .................................... SUCCESS [  1.215 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  1.075 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [  1.944 s]
[INFO] atlas-client-v2 .................................... SUCCESS [  0.781 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.095 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  0.630 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  1.016 s]
[INFO] Apache Atlas JanusGraph DB Impl .................... SUCCESS [  6.715 s]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  1.887 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  9.598 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 21.507 s]
[INFO] Apache Atlas Authorization ......................... SUCCESS [  1.193 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [ 10.479 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:56 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [04:05 min]
[INFO] Apache Atlas Documentation ......................... SKIPPED
[INFO] Apache Atlas FileSystem Model ...................... SKIPPED
[INFO] Apache Atlas Plugin Classloader .................... SKIPPED
[INFO] Apache Atlas Hive Bridge Shim ...................... SKIPPED
[INFO] Apache Atlas Hive Bridge ........................... SKIPPED
[INFO] Apache Atlas Falcon Bridge Shim .................... SKIPPED
[INFO] Apache Atlas Falcon Bridge ......................... SKIPPED
[INFO] Apache Atlas Sqoop Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Sqoop Bridge .......................... SKIPPED
[INFO] Apache Atlas Storm Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Storm Bridge .......................... SKIPPED
[INFO] Apache Atlas Hbase Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Hbase Bridge .......................... SKIPPED
[INFO] Apache Atlas Kafka Bridge .......................... SKIPPED
[INFO] Apache Atlas Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:27 min
[INFO] Finished at: 2018-07-19T19:00:51Z
[INFO] Final Memory: 374M/2929M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.18.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/webapp/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 :atlas-webapp




{color:red}-1 overall{color}.  

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

Console output: https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/525//console

This message is automatically generated.


======================================================================
======================================================================
    Adding comment to Jira.
======================================================================
======================================================================




======================================================================
======================================================================
    Finished build.
======================================================================
======================================================================


+ EXIT_CODE=1
+ '[' -d <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/../atlas_patchprocess_28011> ']'
+ '[' -d <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/atlas_patchprocess_28011> ']'
+ mv <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/atlas_patchprocess_28011> <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/patchprocess>
+ rm -f <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/../atlas_patchprocess_28011>
+ exit 1
Build step 'Execute shell' marked build as failure
Set build name.
New build name is '#525-master-0001-Uniform-Jackson-annotations-across-Atlas-models.patch'
Archiving artifacts
[Fast Archiver] Compressed 166.08 MB of artifacts by 84.4% relative to #518

Build failed in Jenkins: PreCommit-ATLAS-Build-Test #524-master-0001-Uniform-Jackson-annotations-across-Atlas-models.patch

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/524/display/redirect>

------------------------------------------
[...truncated 479.29 KB...]

127.0.0.1 - - [18/Jul/2018:19:31:18 +0000] "GET //localhost:31000/api/atlas/lineage/hive/table/SalesH0HkaHnJjf/schema HTTP/1.1" 500 100 "-" "Java/1.8.0_172"
127.0.0.1 - - [18/Jul/2018:19:31:18 +0000] "GET //localhost:31000/api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factQc1yNURLBz HTTP/1.1" 200 4328 "-" "Java/1.8.0_172"
127.0.0.1 - - [18/Jul/2018:19:31:18 +0000] "GET //localhost:31000/api/atlas/lineage/b037050b-cd50-4237-9d5f-d6e345df43ac/schema HTTP/1.1" 200 2837 "-" "Java/1.8.0_172"
Jul 18, 2018 7:31:18 PM com.sun.jersey.spi.container.ContainerResponse logException
SEVERE: Mapped exception to response: 500 (Internal Server Error)
javax.ws.rs.WebApplicationException
	at org.apache.atlas.web.resources.DataSetLineageResource.schema(DataSetLineageResource.java:203)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
	at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
	at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
	at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
	at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
	at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
	at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
	at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
	at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1542)
	at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1473)
	at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419)
	at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409)
	at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409)
	at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:558)
	at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:733)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:845)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1712)
	at org.apache.atlas.web.filters.AuditFilter.doFilter(AuditFilter.java:80)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.AtlasCSRFPreventionFilter$ServletFilterHttpInteraction.proceed(AtlasCSRFPreventionFilter.java:235)
	at org.apache.atlas.web.filters.AtlasCSRFPreventionFilter.handleHttpInteraction(AtlasCSRFPreventionFilter.java:177)
	at org.apache.atlas.web.filters.AtlasCSRFPreventionFilter.doFilter(AtlasCSRFPreventionFilter.java:190)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.AtlasAuthenticationFilter.doFilter(AtlasAuthenticationFilter.java:369)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.StaleTransactionCleanupFilter.doFilter(StaleTransactionCleanupFilter.java:55)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:215)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.AtlasKnoxSSOAuthenticationFilter.doFilter(AtlasKnoxSSOAuthenticationFilter.java:146)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:347)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:263)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)
	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
	at org.eclipse.jetty.server.Server.handle(Server.java:534)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
	at java.lang.Thread.run(Thread.java:748)

127.0.0.1 - - [18/Jul/2018:19:31:18 +0000] "GET //localhost:31000/api/atlas/lineage/hive/table/blah/schema HTTP/1.1" 500 89 "-" "Java/1.8.0_172"
127.0.0.1 - - [18/Jul/2018:19:31:18 +0000] "GET //localhost:31000/api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_fact_monthly_mve4FbWjNCiM HTTP/1.1" 200 4019 "-" "Java/1.8.0_172"
127.0.0.1 - - [18/Jul/2018:19:31:18 +0000] "GET //localhost:31000/api/atlas/v2/lineage/a2adffe0-c823-4a0f-9146-7a4c2f281467?depth=5&direction=INPUT HTTP/1.1" 200 3351 "-" "Java/1.8.0_172"
127.0.0.1 - - [18/Jul/2018:19:31:18 +0000] "GET //localhost:31000/api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_fact_monthly_mve4FbWjNCiM HTTP/1.1" 200 4019 "-" "Java/1.8.0_172"
127.0.0.1 - - [18/Jul/2018:19:31:18 +0000] "GET //localhost:31000/api/atlas/v2/lineage/a2adffe0-c823-4a0f-9146-7a4c2f281467?depth=5&direction=BOTH HTTP/1.1" 200 3350 "-" "Java/1.8.0_172"
127.0.0.1 - - [18/Jul/2018:19:31:19 +0000] "GET //localhost:31000/api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factFqbdgHAvVC HTTP/1.1" 200 3962 "-" "Java/1.8.0_172"
127.0.0.1 - - [18/Jul/2018:19:31:19 +0000] "GET //localhost:31000/api/atlas/v2/lineage/e38c1b48-886f-4399-a9dc-17b6ac932ad3?depth=5&direction=OUTPUT HTTP/1.1" 200 2801 "-" "Java/1.8.0_172"
127.0.0.1 - - [18/Jul/2018:19:31:23 +0000] "GET //localhost:31000/api/atlas/admin/session HTTP/1.1" 401 350 "-" "Java/1.8.0_172"
127.0.0.1 - - [18/Jul/2018:19:31:23 +0000] "GET //localhost:31000/api/atlas/admin/session HTTP/1.1" 200 10995 "-" "Java/1.8.0_172"
127.0.0.1 - - [18/Jul/2018:19:31:23 +0000] "GET //localhost:31000/api/atlas/admin/status HTTP/1.1" 200 19 "-" "Java/1.8.0_172"
Tests run: 119, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 111.428 sec <<< FAILURE! - in TestSuite
testUpdatePartialUpdatingQualifiedName(org.apache.atlas.notification.NotificationHookConsumerIT)  Time elapsed: 1.631 sec  <<< FAILURE!
java.lang.NullPointerException: null
	at org.apache.atlas.AtlasClient.searchByDSL(AtlasClient.java:815)
	at org.apache.atlas.web.integration.BaseResourceIT.searchByDSL(BaseResourceIT.java:681)
	at org.apache.atlas.notification.NotificationHookConsumerIT.testUpdatePartialUpdatingQualifiedName(NotificationHookConsumerIT.java:185)


Results :

Failed tests: 
  NotificationHookConsumerIT.testUpdatePartialUpdatingQualifiedName:185->BaseResourceIT.searchByDSL:681 » NullPointer

Tests run: 119, Failures: 1, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- jetty-maven-plugin:9.3.14.v20161028:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@410ed4a9{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@b9becfe{/,file://<https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/webapp/target/atlas-webapp-2.0.0-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/PreCommit-ATLAS-Build-Test/webapp/target/atlas-webapp-2.0.0-SNAPSHOT.war}>
[INFO] Server reports itself as stopped
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/webapp/target/atlas-webapp-2.0.0-SNAPSHOT-sources.jar>
log4j:WARN No appenders could be found for logger (org.apache.zookeeper.ClientCnxn).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/webapp/target/atlas-webapp-2.0.0-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (verify) @ atlas-webapp ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/webapp/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.684 s]
[INFO] apache-atlas ....................................... SUCCESS [  3.279 s]
[INFO] Apache Atlas Test Utility Tools .................... SUCCESS [  4.663 s]
[INFO] Open Connector Framework (OCF) ..................... SUCCESS [  2.017 s]
[INFO] Open Metadata Repository Services (OMRS) ........... SUCCESS [  5.740 s]
[INFO] Open Metadata and Governance (OMAG) Server APIs .... SUCCESS [  0.957 s]
[INFO] Connected Asset Open Metadata Access Service (OMAS)  SUCCESS [  1.260 s]
[INFO] Asset Consumer Open Metadata Access Service (OMAS) . SUCCESS [  1.014 s]
[INFO] Open Metadata and Governance (OMAG) Server ......... SUCCESS [  1.112 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 38.658 s]
[INFO] Apache Atlas Common ................................ SUCCESS [  2.268 s]
[INFO] Apache Atlas Client ................................ SUCCESS [  0.136 s]
[INFO] atlas-client-common ................................ SUCCESS [  0.695 s]
[INFO] atlas-client-v1 .................................... SUCCESS [  2.722 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  0.818 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 15.760 s]
[INFO] atlas-client-v2 .................................... SUCCESS [  0.739 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.089 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  1.331 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  0.821 s]
[INFO] Apache Atlas JanusGraph DB Impl .................... SUCCESS [01:48 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  2.074 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  7.478 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 20.749 s]
[INFO] Apache Atlas Authorization ......................... SUCCESS [  2.420 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [03:24 min]
[INFO] Apache Atlas UI .................................... SUCCESS [02:04 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [08:12 min]
[INFO] Apache Atlas Documentation ......................... SKIPPED
[INFO] Apache Atlas FileSystem Model ...................... SKIPPED
[INFO] Apache Atlas Plugin Classloader .................... SKIPPED
[INFO] Apache Atlas Hive Bridge Shim ...................... SKIPPED
[INFO] Apache Atlas Hive Bridge ........................... SKIPPED
[INFO] Apache Atlas Falcon Bridge Shim .................... SKIPPED
[INFO] Apache Atlas Falcon Bridge ......................... SKIPPED
[INFO] Apache Atlas Sqoop Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Sqoop Bridge .......................... SKIPPED
[INFO] Apache Atlas Storm Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Storm Bridge .......................... SKIPPED
[INFO] Apache Atlas Hbase Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Hbase Bridge .......................... SKIPPED
[INFO] Apache Atlas Kafka Bridge .......................... SKIPPED
[INFO] Apache Atlas Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17:28 min
[INFO] Finished at: 2018-07-18T19:31:27Z
[INFO] Final Memory: 381M/2376M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.18.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/webapp/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 :atlas-webapp




{color:red}-1 overall{color}.  

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

Console output: https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/524//console

This message is automatically generated.


======================================================================
======================================================================
    Adding comment to Jira.
======================================================================
======================================================================




======================================================================
======================================================================
    Finished build.
======================================================================
======================================================================


+ EXIT_CODE=1
+ '[' -d <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/../atlas_patchprocess_21898> ']'
+ '[' -d <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/atlas_patchprocess_21898> ']'
+ mv <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/atlas_patchprocess_21898> <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/patchprocess>
+ rm -f <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/../atlas_patchprocess_21898>
+ exit 1
Build step 'Execute shell' marked build as failure
Set build name.
New build name is '#524-master-0001-Uniform-Jackson-annotations-across-Atlas-models.patch'
Archiving artifacts
[Fast Archiver] Compressed 166.25 MB of artifacts by 89.0% relative to #518

Build failed in Jenkins: PreCommit-ATLAS-Build-Test #523-master-0001-Uniform-Jackson-annotations-across-Atlas-models.patch

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/523/display/redirect>

------------------------------------------
[...truncated 149.69 KB...]
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/mock/**
[INFO] Exclude: **/data/**
[INFO] Exclude: **/maven-eclipse.xml
[INFO] Exclude: **/.externalToolBuilders/**
[INFO] Exclude: **/build.log
[INFO] Exclude: **/.bowerrc
[INFO] Exclude: *.json
[INFO] Exclude: **/overlays/**
[INFO] Exclude: dev-support/**
[INFO] Exclude: **/users-credentials.properties
[INFO] Exclude: **/public/css/animate.min.css
[INFO] Exclude: **/public/css/bootstrap-sidebar.css
[INFO] Exclude: **/public/js/external_lib/**
[INFO] Exclude: **/node_modules/**
[INFO] Exclude: **/public/js/libs/**
[INFO] Exclude: **/atlas.data/**
[INFO] Exclude: **/${sys:atlas.data}/**
[INFO] Exclude: **/policy-store.txt
[INFO] Exclude: **/*rebel*.xml
[INFO] Exclude: **/*rebel*.xml.bak
[INFO] Exclude: **/test/resources/**
[INFO] 36 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 36 licenses.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ atlas-notification ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ atlas-notification ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/notification/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ atlas-notification ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/notification/target/classes>
[INFO] <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/notification/src/main/java/org/apache/atlas/notification/AbstractNotification.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/notification/src/main/java/org/apache/atlas/notification/AbstractNotification.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ atlas-notification ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/notification/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ atlas-notification ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/notification/target/test-classes>
[INFO] <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/notification/src/test/java/org/apache/atlas/kafka/KafkaConsumerTest.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/notification/src/test/java/org/apache/atlas/kafka/KafkaConsumerTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ atlas-notification ---
[INFO] Surefire report directory: <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/notification/target/surefire-reports>
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.atlas.notification.hook.HookNotificationDeserializerTest
Running org.apache.atlas.kafka.KafkaNotificationMockTest
Running org.apache.atlas.kafka.KafkaNotificationTest
Running org.apache.atlas.notification.AbstractNotificationConsumerTest
Running org.apache.atlas.kafka.KafkaConsumerTest
Running org.apache.atlas.notification.AbstractNotificationTest
Running org.apache.atlas.notification.MessageVersionTest
Running org.apache.atlas.notification.entity.EntityNotificationDeserializerTest
Running org.apache.atlas.hook.AtlasHookTest
Running org.apache.atlas.notification.SplitMessageAggregatorTest
Running org.apache.atlas.notification.hook.HookNotificationTest
Running org.apache.atlas.notification.entity.EntityNotificationTest
Running org.apache.atlas.notification.AtlasNotificationMessageTest
Running org.apache.atlas.hook.AtlasTopicCreatorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.081 sec - in org.apache.atlas.notification.MessageVersionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.922 sec - in org.apache.atlas.notification.entity.EntityNotificationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.969 sec - in org.apache.atlas.notification.AtlasNotificationMessageTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.04 sec - in org.apache.atlas.hook.AtlasTopicCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.614 sec - in org.apache.atlas.kafka.KafkaNotificationMockTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.735 sec - in org.apache.atlas.notification.hook.HookNotificationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.912 sec - in org.apache.atlas.notification.AbstractNotificationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.942 sec - in org.apache.atlas.notification.entity.EntityNotificationDeserializerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.034 sec - in org.apache.atlas.notification.AbstractNotificationConsumerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.068 sec - in org.apache.atlas.notification.SplitMessageAggregatorTest
Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.146 sec <<< FAILURE! - in org.apache.atlas.kafka.KafkaConsumerTest
testReceive(org.apache.atlas.kafka.KafkaConsumerTest)  Time elapsed: 0.011 sec  <<< FAILURE!
java.lang.AssertionError: Maps do not match for key:MyTrait actual:Struct{typeName=MyTrait, values={}} expected:Struct{typeName=MyTrait, values={}} expected [Struct{typeName=MyTrait, values={}}] but found [Struct{typeName=MyTrait, values={}}]
	at org.testng.Assert.fail(Assert.java:94)
	at org.testng.Assert.failNotEquals(Assert.java:496)
	at org.testng.Assert.assertEquals(Assert.java:125)
	at org.testng.Assert.assertEquals(Assert.java:837)
	at org.apache.atlas.kafka.KafkaConsumerTest.assertMessagesEqual(KafkaConsumerTest.java:158)
	at org.apache.atlas.kafka.KafkaConsumerTest.testReceive(KafkaConsumerTest.java:87)

Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 3.8 sec <<< FAILURE! - in org.apache.atlas.notification.hook.HookNotificationDeserializerTest
testDeserialize(org.apache.atlas.notification.hook.HookNotificationDeserializerTest)  Time elapsed: 0.729 sec  <<< FAILURE!
java.lang.AssertionError: Maps do not match for key:MyTrait actual:Struct{typeName=MyTrait, values={}} expected:Struct{typeName=MyTrait, values={}} expected [Struct{typeName=MyTrait, values={}}] but found [Struct{typeName=MyTrait, values={}}]
	at org.testng.Assert.fail(Assert.java:94)
	at org.testng.Assert.failNotEquals(Assert.java:496)
	at org.testng.Assert.assertEquals(Assert.java:125)
	at org.testng.Assert.assertEquals(Assert.java:837)
	at org.apache.atlas.notification.hook.HookNotificationDeserializerTest.assertEqualMessage(HookNotificationDeserializerTest.java:138)
	at org.apache.atlas.notification.hook.HookNotificationDeserializerTest.testDeserialize(HookNotificationDeserializerTest.java:55)

testDeserializeCompressedMessage(org.apache.atlas.notification.hook.HookNotificationDeserializerTest)  Time elapsed: 0.127 sec  <<< FAILURE!
java.lang.AssertionError: Maps do not match for key:MyTrait actual:Struct{typeName=MyTrait, values={}} expected:Struct{typeName=MyTrait, values={}} expected [Struct{typeName=MyTrait, values={}}] but found [Struct{typeName=MyTrait, values={}}]
	at org.testng.Assert.fail(Assert.java:94)
	at org.testng.Assert.failNotEquals(Assert.java:496)
	at org.testng.Assert.assertEquals(Assert.java:125)
	at org.testng.Assert.assertEquals(Assert.java:837)
	at org.apache.atlas.notification.hook.HookNotificationDeserializerTest.assertEqualMessage(HookNotificationDeserializerTest.java:138)
	at org.apache.atlas.notification.hook.HookNotificationDeserializerTest.testDeserializeCompressedMessage(HookNotificationDeserializerTest.java:86)

testDeserializeLegacyMessage(org.apache.atlas.notification.hook.HookNotificationDeserializerTest)  Time elapsed: 0.001 sec  <<< FAILURE!
java.lang.AssertionError: Maps do not match for key:MyTrait actual:Struct{typeName=MyTrait, values={}} expected:Struct{typeName=MyTrait, values={}} expected [Struct{typeName=MyTrait, values={}}] but found [Struct{typeName=MyTrait, values={}}]
	at org.testng.Assert.fail(Assert.java:94)
	at org.testng.Assert.failNotEquals(Assert.java:496)
	at org.testng.Assert.assertEquals(Assert.java:125)
	at org.testng.Assert.assertEquals(Assert.java:837)
	at org.apache.atlas.notification.hook.HookNotificationDeserializerTest.assertEqualMessage(HookNotificationDeserializerTest.java:138)
	at org.apache.atlas.notification.hook.HookNotificationDeserializerTest.testDeserializeLegacyMessage(HookNotificationDeserializerTest.java:66)

testDeserializeSplitMessage(org.apache.atlas.notification.hook.HookNotificationDeserializerTest)  Time elapsed: 0.695 sec  <<< FAILURE!
java.lang.AssertionError: Maps do not match for key:MyTrait actual:Struct{typeName=MyTrait, values={}} expected:Struct{typeName=MyTrait, values={}} expected [Struct{typeName=MyTrait, values={}}] but found [Struct{typeName=MyTrait, values={}}]
	at org.testng.Assert.fail(Assert.java:94)
	at org.testng.Assert.failNotEquals(Assert.java:496)
	at org.testng.Assert.assertEquals(Assert.java:125)
	at org.testng.Assert.assertEquals(Assert.java:837)
	at org.apache.atlas.notification.hook.HookNotificationDeserializerTest.assertEqualMessage(HookNotificationDeserializerTest.java:138)
	at org.apache.atlas.notification.hook.HookNotificationDeserializerTest.testDeserializeSplitMessage(HookNotificationDeserializerTest.java:101)

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.711 sec - in org.apache.atlas.hook.AtlasHookTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.276 sec - in org.apache.atlas.kafka.KafkaNotificationTest

Results :

Failed tests: 
  KafkaConsumerTest.testReceive:87->assertMessagesEqual:158 Maps do not match for key:MyTrait actual:Struct{typeName=MyTrait, values={}} expected:Struct{typeName=MyTrait, values={}} expected [Struct{typeName=MyTrait, values={}}] but found [Struct{typeName=MyTrait, values={}}]
  HookNotificationDeserializerTest.testDeserialize:55->assertEqualMessage:138 Maps do not match for key:MyTrait actual:Struct{typeName=MyTrait, values={}} expected:Struct{typeName=MyTrait, values={}} expected [Struct{typeName=MyTrait, values={}}] but found [Struct{typeName=MyTrait, values={}}]
  HookNotificationDeserializerTest.testDeserializeCompressedMessage:86->assertEqualMessage:138 Maps do not match for key:MyTrait actual:Struct{typeName=MyTrait, values={}} expected:Struct{typeName=MyTrait, values={}} expected [Struct{typeName=MyTrait, values={}}] but found [Struct{typeName=MyTrait, values={}}]
  HookNotificationDeserializerTest.testDeserializeLegacyMessage:66->assertEqualMessage:138 Maps do not match for key:MyTrait actual:Struct{typeName=MyTrait, values={}} expected:Struct{typeName=MyTrait, values={}} expected [Struct{typeName=MyTrait, values={}}] but found [Struct{typeName=MyTrait, values={}}]
  HookNotificationDeserializerTest.testDeserializeSplitMessage:101->assertEqualMessage:138 Maps do not match for key:MyTrait actual:Struct{typeName=MyTrait, values={}} expected:Struct{typeName=MyTrait, values={}} expected [Struct{typeName=MyTrait, values={}}] but found [Struct{typeName=MyTrait, values={}}]

Tests run: 54, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.663 s]
[INFO] apache-atlas ....................................... SUCCESS [  3.478 s]
[INFO] Apache Atlas Test Utility Tools .................... SUCCESS [  4.408 s]
[INFO] Open Connector Framework (OCF) ..................... SUCCESS [  1.859 s]
[INFO] Open Metadata Repository Services (OMRS) ........... SUCCESS [  5.757 s]
[INFO] Open Metadata and Governance (OMAG) Server APIs .... SUCCESS [  0.924 s]
[INFO] Connected Asset Open Metadata Access Service (OMAS)  SUCCESS [  1.207 s]
[INFO] Asset Consumer Open Metadata Access Service (OMAS) . SUCCESS [  0.929 s]
[INFO] Open Metadata and Governance (OMAG) Server ......... SUCCESS [  1.148 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 38.603 s]
[INFO] Apache Atlas Common ................................ SUCCESS [  2.332 s]
[INFO] Apache Atlas Client ................................ SUCCESS [  0.119 s]
[INFO] atlas-client-common ................................ SUCCESS [  0.677 s]
[INFO] atlas-client-v1 .................................... SUCCESS [  2.536 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  0.815 s]
[INFO] Apache Atlas Notification .......................... FAILURE [ 15.185 s]
[INFO] atlas-client-v2 .................................... SKIPPED
[INFO] Apache Atlas Graph Database Projects ............... SKIPPED
[INFO] Apache Atlas Graph Database API .................... SKIPPED
[INFO] Graph Database Common Code ......................... SKIPPED
[INFO] Apache Atlas JanusGraph DB Impl .................... SKIPPED
[INFO] Apache Atlas Graph Database Implementation Dependencies SKIPPED
[INFO] Shaded version of Apache hbase client .............. SKIPPED
[INFO] Shaded version of Apache hbase server .............. SKIPPED
[INFO] Apache Atlas Authorization ......................... SKIPPED
[INFO] Apache Atlas Repository ............................ SKIPPED
[INFO] Apache Atlas UI .................................... SKIPPED
[INFO] Apache Atlas Web Application ....................... SKIPPED
[INFO] Apache Atlas Documentation ......................... SKIPPED
[INFO] Apache Atlas FileSystem Model ...................... SKIPPED
[INFO] Apache Atlas Plugin Classloader .................... SKIPPED
[INFO] Apache Atlas Hive Bridge Shim ...................... SKIPPED
[INFO] Apache Atlas Hive Bridge ........................... SKIPPED
[INFO] Apache Atlas Falcon Bridge Shim .................... SKIPPED
[INFO] Apache Atlas Falcon Bridge ......................... SKIPPED
[INFO] Apache Atlas Sqoop Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Sqoop Bridge .......................... SKIPPED
[INFO] Apache Atlas Storm Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Storm Bridge .......................... SKIPPED
[INFO] Apache Atlas Hbase Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Hbase Bridge .......................... SKIPPED
[INFO] Apache Atlas Kafka Bridge .......................... SKIPPED
[INFO] Apache Atlas Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:22 min
[INFO] Finished at: 2018-07-18T19:11:32Z
[INFO] Final Memory: 112M/1689M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project atlas-notification: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/notification/target/surefire-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 :atlas-notification




{color:red}-1 overall{color}.  

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

Console output: https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/523//console

This message is automatically generated.


======================================================================
======================================================================
    Adding comment to Jira.
======================================================================
======================================================================




======================================================================
======================================================================
    Finished build.
======================================================================
======================================================================


+ EXIT_CODE=1
+ '[' -d <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/../atlas_patchprocess_18810> ']'
+ '[' -d <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/atlas_patchprocess_18810> ']'
+ mv <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/atlas_patchprocess_18810> <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/patchprocess>
+ rm -f <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/../atlas_patchprocess_18810>
+ exit 1
Build step 'Execute shell' marked build as failure
Set build name.
New build name is '#523-master-0001-Uniform-Jackson-annotations-across-Atlas-models.patch'
Archiving artifacts