Jenkins build is back to normal : Atlas-1.0-AllTests #871

2018-08-25 Thread Apache Jenkins Server
See 



Jenkins build is back to normal : Atlas-0.8-IntegrationTests #249

2018-08-25 Thread Apache Jenkins Server
See 




Build failed in Jenkins: Atlas-1.0-AllTests #870

2018-08-25 Thread Apache Jenkins Server
See 


Changes:

[ssubramanian] ATLAS-2838: Replace GraphHelper.encodeProperty() with

--
[...truncated 99.81 KB...]
[INFO] Executing: /bin/sh -c cd 
' && 'git' 
'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: 

[INFO] Storing buildNumber: 905cdc2264f08f5085b40b8c9b9b805484bcb36e at 
timestamp: 1535226130263
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd 
' && 'git' 
'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: 

[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ atlas-notification ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: **/antlr4/**
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] Exclude: **/javax.script.ScriptEngineFactory
[INFO] Exclude: .reviewboardrc
[INFO] Exclude: 3party-licenses/**
[INFO] Exclude: **/.cache
[INFO] Exclude: **/.cache-main
[INFO] Exclude: **/.cache-tests
[INFO] Exclude: **/.checkstyle
[INFO] Exclude: **/*.txt
[INFO] Exclude: **/*.json
[INFO] Exclude: .pc/**
[INFO] Exclude: debian/**
[INFO] Exclude: .svn/**
[INFO] Exclude: .git/**
[INFO] Exclude: .gitignore
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.twiki
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.log
[INFO] Exclude: **/target/**
[INFO] Exclude: **/target*/**
[INFO] Exclude: **/build/**
[INFO] Exclude: **/*.patch
[INFO] Exclude: derby.log
[INFO] Exclude: **/logs/**
[INFO] Exclude: **/.classpath
[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 

[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 

[INFO] 
:
 Some input files use unchecked or unsafe operations.
[INFO] 
:
 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 

[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 

[INFO] 
:
 Some input files use 

[jira] [Commented] (ATLAS-2838) Replace GraphHelper.encodeProperty() with AtlasGraphUtilsV2.encodeProperty()

2018-08-25 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ATLAS-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592690#comment-16592690
 ] 

ASF subversion and git services commented on ATLAS-2838:


Commit 905cdc2264f08f5085b40b8c9b9b805484bcb36e in atlas's branch 
refs/heads/branch-1.0 from [~sarath.ku...@gmail.com]
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=905cdc2 ]

ATLAS-2838: Replace GraphHelper.encodeProperty() with 
AtlasGraphUtilsV2.encodeProperty()

(cherry picked from commit 0ed9f0e25d2b064bb7728b2d8481968ba4375ba2)


> Replace GraphHelper.encodeProperty() with AtlasGraphUtilsV2.encodeProperty()
> 
>
> Key: ATLAS-2838
> URL: https://issues.apache.org/jira/browse/ATLAS-2838
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Sarath Subramanian
>Assignee: Sarath Subramanian
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: ATLAS-2838.1.patch
>
>
> There are two methods to encode property key in atlas and its used 
> interchangeably.
> This JIRA consolidates the two encoded method to a single one from 
> AtlasGraphUtilsV2.encodeProperty()



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ATLAS-2838) Replace GraphHelper.encodeProperty() with AtlasGraphUtilsV2.encodeProperty()

2018-08-25 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ATLAS-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592689#comment-16592689
 ] 

ASF subversion and git services commented on ATLAS-2838:


Commit 0ed9f0e25d2b064bb7728b2d8481968ba4375ba2 in atlas's branch 
refs/heads/master from [~sarath.ku...@gmail.com]
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=0ed9f0e ]

ATLAS-2838: Replace GraphHelper.encodeProperty() with 
AtlasGraphUtilsV2.encodeProperty()


> Replace GraphHelper.encodeProperty() with AtlasGraphUtilsV2.encodeProperty()
> 
>
> Key: ATLAS-2838
> URL: https://issues.apache.org/jira/browse/ATLAS-2838
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Sarath Subramanian
>Assignee: Sarath Subramanian
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: ATLAS-2838.1.patch
>
>
> There are two methods to encode property key in atlas and its used 
> interchangeably.
> This JIRA consolidates the two encoded method to a single one from 
> AtlasGraphUtilsV2.encodeProperty()



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: Review Request 68510: ATLAS-2838: Replace GraphHelper.encodeProperty() with AtlasGraphUtilsV2.encodeProperty()

2018-08-25 Thread Madhan Neethiraj

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68510/#review207938
---


Ship it!




- Madhan Neethiraj


On Aug. 25, 2018, 6:44 p.m., Sarath Subramanian wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/68510/
> ---
> 
> (Updated Aug. 25, 2018, 6:44 p.m.)
> 
> 
> Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Madhan Neethiraj.
> 
> 
> Bugs: ATLAS-2838
> https://issues.apache.org/jira/browse/ATLAS-2838
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> There are two methods to encode property key in atlas and its used 
> interchangeably.
> 
> This JIRA consolidates the two encoded method to a single one from 
> AtlasGraphUtilsV2.encodeProperty()
> 
> 
> Diffs
> -
> 
>   intg/src/main/java/org/apache/atlas/type/AtlasStructType.java b6b4ccd89 
>   
> repository/src/main/java/org/apache/atlas/repository/graph/GraphBackedSearchIndexer.java
>  cb0cbf3c1 
>   repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java 
> babe26782 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasGraphUtilsV2.java
>  ccfd3e52a 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasStructDefStoreV2.java
>  c34c94e00 
> 
> 
> Diff: https://reviews.apache.org/r/68510/diff/1/
> 
> 
> Testing
> ---
> 
> Precommit: 
> https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/611/console
> 
> Validated that attribute with reserved character = $, #, { and } are created 
> with typedef
> 
> 
> Thanks,
> 
> Sarath Subramanian
> 
>



[jira] [Commented] (ATLAS-2838) Replace GraphHelper.encodeProperty() with AtlasGraphUtilsV2.encodeProperty()

2018-08-25 Thread Sarath Subramanian (JIRA)


[ 
https://issues.apache.org/jira/browse/ATLAS-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592683#comment-16592683
 ] 

Sarath Subramanian commented on ATLAS-2838:
---

Code Review: https://reviews.apache.org/r/68510/

> Replace GraphHelper.encodeProperty() with AtlasGraphUtilsV2.encodeProperty()
> 
>
> Key: ATLAS-2838
> URL: https://issues.apache.org/jira/browse/ATLAS-2838
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Sarath Subramanian
>Assignee: Sarath Subramanian
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: ATLAS-2838.1.patch
>
>
> There are two methods to encode property key in atlas and its used 
> interchangeably.
> This JIRA consolidates the two encoded method to a single one from 
> AtlasGraphUtilsV2.encodeProperty()



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Review Request 68510: ATLAS-2838: Replace GraphHelper.encodeProperty() with AtlasGraphUtilsV2.encodeProperty()

2018-08-25 Thread Sarath Subramanian

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68510/
---

Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Madhan Neethiraj.


Bugs: ATLAS-2838
https://issues.apache.org/jira/browse/ATLAS-2838


Repository: atlas


Description
---

There are two methods to encode property key in atlas and its used 
interchangeably.

This JIRA consolidates the two encoded method to a single one from 
AtlasGraphUtilsV2.encodeProperty()


Diffs
-

  intg/src/main/java/org/apache/atlas/type/AtlasStructType.java b6b4ccd89 
  
repository/src/main/java/org/apache/atlas/repository/graph/GraphBackedSearchIndexer.java
 cb0cbf3c1 
  repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java 
babe26782 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasGraphUtilsV2.java
 ccfd3e52a 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasStructDefStoreV2.java
 c34c94e00 


Diff: https://reviews.apache.org/r/68510/diff/1/


Testing
---

Precommit: 
https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/611/console

Validated that attribute with reserved character = $, #, { and } are created 
with typedef


Thanks,

Sarath Subramanian



[jira] [Updated] (ATLAS-2838) Replace GraphHelper.encodeProperty() with AtlasGraphUtilsV2.encodeProperty()

2018-08-25 Thread Sarath Subramanian (JIRA)


 [ 
https://issues.apache.org/jira/browse/ATLAS-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sarath Subramanian updated ATLAS-2838:
--
Attachment: ATLAS-2838.1.patch

> Replace GraphHelper.encodeProperty() with AtlasGraphUtilsV2.encodeProperty()
> 
>
> Key: ATLAS-2838
> URL: https://issues.apache.org/jira/browse/ATLAS-2838
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Sarath Subramanian
>Assignee: Sarath Subramanian
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: ATLAS-2838.1.patch
>
>
> There are two methods to encode property key in atlas and its used 
> interchangeably.
> This JIRA consolidates the two encoded method to a single one from 
> AtlasGraphUtilsV2.encodeProperty()



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ATLAS-2838) Replace GraphHelper.encodeProperty() with AtlasGraphUtilsV2.encodeProperty()

2018-08-25 Thread Sarath Subramanian (JIRA)
Sarath Subramanian created ATLAS-2838:
-

 Summary: Replace GraphHelper.encodeProperty() with 
AtlasGraphUtilsV2.encodeProperty()
 Key: ATLAS-2838
 URL: https://issues.apache.org/jira/browse/ATLAS-2838
 Project: Atlas
  Issue Type: Improvement
  Components:  atlas-core
Affects Versions: 1.0.0
Reporter: Sarath Subramanian
Assignee: Sarath Subramanian
 Fix For: 1.1.0


There are two methods to encode property key in atlas and its used 
interchangeably.

This JIRA consolidates the two encoded method to a single one from 
AtlasGraphUtilsV2.encodeProperty()



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Jenkins build is back to normal : Atlas-1.0-AllTests #868

2018-08-25 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : Atlas-1.0-NoTests #879

2018-08-25 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : Atlas-1.0-IntegrationTests #874

2018-08-25 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : Atlas-1.0-UnitTests #885

2018-08-25 Thread Apache Jenkins Server
See 




Build failed in Jenkins: Atlas-1.0-NoTests #878

2018-08-25 Thread Apache Jenkins Server
See 

--
[...truncated 162.42 KB...]
[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] 177 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 177 licenses.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources-solr) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
atlas-repository ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ 
atlas-repository ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 131 source files to 

[INFO] 
:
 Some input files use or override a deprecated API.
[INFO] 
:
 Recompile with -Xlint:deprecation for details.
[INFO] 
:
 Some input files use unchecked or unsafe operations.
[INFO] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
:[149,55]
 cannot find symbol
  symbol:   variable SUPER_TYPES_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[152,51]
 cannot find symbol
  symbol:   variable GUID_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[153,51]
 cannot find symbol
  symbol:   variable VERSION_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[164,58]
 cannot find symbol
  symbol:   variable TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[168,58]
 cannot find symbol
  symbol:   variable MODIFICATION_TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[172,58]
 cannot find symbol
  symbol:   variable CREATED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[176,58]
 cannot find symbol
  

Build failed in Jenkins: Atlas-1.0-AllTests #867

2018-08-25 Thread Apache Jenkins Server
See 

--
[...truncated 99.79 KB...]
[INFO] Executing: /bin/sh -c cd 
' && 'git' 
'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: 

[INFO] Storing buildNumber: bcf904d8d4b762b78bd5e150e7e76845434c8525 at 
timestamp: 1535211723472
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd 
' && 'git' 
'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: 

[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ atlas-notification ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: **/antlr4/**
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] Exclude: **/javax.script.ScriptEngineFactory
[INFO] Exclude: .reviewboardrc
[INFO] Exclude: 3party-licenses/**
[INFO] Exclude: **/.cache
[INFO] Exclude: **/.cache-main
[INFO] Exclude: **/.cache-tests
[INFO] Exclude: **/.checkstyle
[INFO] Exclude: **/*.txt
[INFO] Exclude: **/*.json
[INFO] Exclude: .pc/**
[INFO] Exclude: debian/**
[INFO] Exclude: .svn/**
[INFO] Exclude: .git/**
[INFO] Exclude: .gitignore
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.twiki
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.log
[INFO] Exclude: **/target/**
[INFO] Exclude: **/target*/**
[INFO] Exclude: **/build/**
[INFO] Exclude: **/*.patch
[INFO] Exclude: derby.log
[INFO] Exclude: **/logs/**
[INFO] Exclude: **/.classpath
[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 

[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 

[INFO] 
:
 Some input files use unchecked or unsafe operations.
[INFO] 
:
 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 

[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 

[INFO] 
:
 Some input files use unchecked or unsafe operations.
[INFO] 

Build failed in Jenkins: Atlas-1.0-IntegrationTests #873

2018-08-25 Thread Apache Jenkins Server
See 


--
[...truncated 198.00 KB...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ 
atlas-repository ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 131 source files to 

[INFO] 
:
 Some input files use or override a deprecated API.
[INFO] 
:
 Recompile with -Xlint:deprecation for details.
[INFO] 
:
 Some input files use unchecked or unsafe operations.
[INFO] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
:[149,55]
 cannot find symbol
  symbol:   variable SUPER_TYPES_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[152,51]
 cannot find symbol
  symbol:   variable GUID_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[153,51]
 cannot find symbol
  symbol:   variable VERSION_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[164,58]
 cannot find symbol
  symbol:   variable TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[168,58]
 cannot find symbol
  symbol:   variable MODIFICATION_TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[172,58]
 cannot find symbol
  symbol:   variable CREATED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[176,58]
 cannot find symbol
  symbol:   variable MODIFIED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[180,58]
 cannot find symbol
  symbol:   variable HOME_ID_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[184,58]
 cannot find symbol
  symbol:   variable IS_PROXY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[261,51]
 cannot find symbol
  symbol:   variable ENTITY_TYPE_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 

Build failed in Jenkins: Atlas-1.0-UnitTests #884

2018-08-25 Thread Apache Jenkins Server
See 

--
[...truncated 138.38 KB...]
[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] 177 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 177 licenses.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources-solr) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
atlas-repository ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ 
atlas-repository ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 131 source files to 

[INFO] 
:
 Some input files use or override a deprecated API.
[INFO] 
:
 Recompile with -Xlint:deprecation for details.
[INFO] 
:
 Some input files use unchecked or unsafe operations.
[INFO] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
:[149,55]
 cannot find symbol
  symbol:   variable SUPER_TYPES_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[152,51]
 cannot find symbol
  symbol:   variable GUID_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[153,51]
 cannot find symbol
  symbol:   variable VERSION_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[164,58]
 cannot find symbol
  symbol:   variable TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[168,58]
 cannot find symbol
  symbol:   variable MODIFICATION_TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[172,58]
 cannot find symbol
  symbol:   variable CREATED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[176,58]
 cannot find symbol
  symbol:   variable MODIFIED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 

Build failed in Jenkins: Atlas-1.0-AllTests #866

2018-08-25 Thread Apache Jenkins Server
See 

--
[...truncated 209.17 KB...]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 131 source files to 

[INFO] 
:
 Some input files use or override a deprecated API.
[INFO] 
:
 Recompile with -Xlint:deprecation for details.
[INFO] 
:
 Some input files use unchecked or unsafe operations.
[INFO] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
:[149,55]
 cannot find symbol
  symbol:   variable SUPER_TYPES_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[152,51]
 cannot find symbol
  symbol:   variable GUID_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[153,51]
 cannot find symbol
  symbol:   variable VERSION_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[164,58]
 cannot find symbol
  symbol:   variable TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[168,58]
 cannot find symbol
  symbol:   variable MODIFICATION_TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[172,58]
 cannot find symbol
  symbol:   variable CREATED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[176,58]
 cannot find symbol
  symbol:   variable MODIFIED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[180,58]
 cannot find symbol
  symbol:   variable HOME_ID_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[184,58]
 cannot find symbol
  symbol:   variable IS_PROXY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[261,51]
 cannot find symbol
  symbol:   variable ENTITY_TYPE_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[263,51]
 cannot find symbol
  symbol:   variable TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[264,51]
 cannot find symbol
  symbol:   variable MODIFICATION_TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 

Build failed in Jenkins: Atlas-1.0-IntegrationTests #872

2018-08-25 Thread Apache Jenkins Server
See 


--
[...truncated 198.88 KB...]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ 
atlas-repository ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 131 source files to 

[INFO] 
:
 Some input files use or override a deprecated API.
[INFO] 
:
 Recompile with -Xlint:deprecation for details.
[INFO] 
:
 Some input files use unchecked or unsafe operations.
[INFO] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
:[149,55]
 cannot find symbol
  symbol:   variable SUPER_TYPES_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[152,51]
 cannot find symbol
  symbol:   variable GUID_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[153,51]
 cannot find symbol
  symbol:   variable VERSION_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[164,58]
 cannot find symbol
  symbol:   variable TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[168,58]
 cannot find symbol
  symbol:   variable MODIFICATION_TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[172,58]
 cannot find symbol
  symbol:   variable CREATED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[176,58]
 cannot find symbol
  symbol:   variable MODIFIED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[180,58]
 cannot find symbol
  symbol:   variable HOME_ID_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[184,58]
 cannot find symbol
  symbol:   variable IS_PROXY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[261,51]
 cannot find symbol
  symbol:   variable ENTITY_TYPE_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 

Build failed in Jenkins: Atlas-1.0-UnitTests #883

2018-08-25 Thread Apache Jenkins Server
See 

--
[...truncated 138.38 KB...]
[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] 177 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 177 licenses.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources-solr) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
atlas-repository ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ 
atlas-repository ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 131 source files to 

[INFO] 
:
 Some input files use or override a deprecated API.
[INFO] 
:
 Recompile with -Xlint:deprecation for details.
[INFO] 
:
 Some input files use unchecked or unsafe operations.
[INFO] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
:[149,55]
 cannot find symbol
  symbol:   variable SUPER_TYPES_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[152,51]
 cannot find symbol
  symbol:   variable GUID_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[153,51]
 cannot find symbol
  symbol:   variable VERSION_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[164,58]
 cannot find symbol
  symbol:   variable TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[168,58]
 cannot find symbol
  symbol:   variable MODIFICATION_TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[172,58]
 cannot find symbol
  symbol:   variable CREATED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[176,58]
 cannot find symbol
  symbol:   variable MODIFIED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 

Build failed in Jenkins: Atlas-1.0-NoTests #876

2018-08-25 Thread Apache Jenkins Server
See 

--
[...truncated 163.33 KB...]
[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] 177 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 177 licenses.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources-solr) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
atlas-repository ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ 
atlas-repository ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 131 source files to 

[INFO] 
:
 Some input files use or override a deprecated API.
[INFO] 
:
 Recompile with -Xlint:deprecation for details.
[INFO] 
:
 Some input files use unchecked or unsafe operations.
[INFO] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
:[149,55]
 cannot find symbol
  symbol:   variable SUPER_TYPES_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[152,51]
 cannot find symbol
  symbol:   variable GUID_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[153,51]
 cannot find symbol
  symbol:   variable VERSION_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[164,58]
 cannot find symbol
  symbol:   variable TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[168,58]
 cannot find symbol
  symbol:   variable MODIFICATION_TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[172,58]
 cannot find symbol
  symbol:   variable CREATED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[176,58]
 cannot find symbol
  

Build failed in Jenkins: Atlas-1.0-AllTests #865

2018-08-25 Thread Apache Jenkins Server
See 

--
[...truncated 209.16 KB...]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 131 source files to 

[INFO] 
:
 Some input files use or override a deprecated API.
[INFO] 
:
 Recompile with -Xlint:deprecation for details.
[INFO] 
:
 Some input files use unchecked or unsafe operations.
[INFO] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
:[149,55]
 cannot find symbol
  symbol:   variable SUPER_TYPES_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[152,51]
 cannot find symbol
  symbol:   variable GUID_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[153,51]
 cannot find symbol
  symbol:   variable VERSION_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[164,58]
 cannot find symbol
  symbol:   variable TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[168,58]
 cannot find symbol
  symbol:   variable MODIFICATION_TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[172,58]
 cannot find symbol
  symbol:   variable CREATED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[176,58]
 cannot find symbol
  symbol:   variable MODIFIED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[180,58]
 cannot find symbol
  symbol:   variable HOME_ID_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[184,58]
 cannot find symbol
  symbol:   variable IS_PROXY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[261,51]
 cannot find symbol
  symbol:   variable ENTITY_TYPE_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[263,51]
 cannot find symbol
  symbol:   variable TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[264,51]
 cannot find symbol
  symbol:   variable MODIFICATION_TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 

Build failed in Jenkins: Atlas-1.0-IntegrationTests #871

2018-08-25 Thread Apache Jenkins Server
See 


--
[...truncated 197.98 KB...]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ 
atlas-repository ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 131 source files to 

[INFO] 
:
 Some input files use or override a deprecated API.
[INFO] 
:
 Recompile with -Xlint:deprecation for details.
[INFO] 
:
 Some input files use unchecked or unsafe operations.
[INFO] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
:[149,55]
 cannot find symbol
  symbol:   variable SUPER_TYPES_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[152,51]
 cannot find symbol
  symbol:   variable GUID_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[153,51]
 cannot find symbol
  symbol:   variable VERSION_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[164,58]
 cannot find symbol
  symbol:   variable TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[168,58]
 cannot find symbol
  symbol:   variable MODIFICATION_TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[172,58]
 cannot find symbol
  symbol:   variable CREATED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[176,58]
 cannot find symbol
  symbol:   variable MODIFIED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[180,58]
 cannot find symbol
  symbol:   variable HOME_ID_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[184,58]
 cannot find symbol
  symbol:   variable IS_PROXY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[261,51]
 cannot find symbol
  symbol:   variable ENTITY_TYPE_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 

Build failed in Jenkins: Atlas-1.0-UnitTests #882

2018-08-25 Thread Apache Jenkins Server
See 

--
[...truncated 138.38 KB...]
[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] 177 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 177 licenses.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources-solr) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
atlas-repository ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ 
atlas-repository ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 131 source files to 

[INFO] 
:
 Some input files use or override a deprecated API.
[INFO] 
:
 Recompile with -Xlint:deprecation for details.
[INFO] 
:
 Some input files use unchecked or unsafe operations.
[INFO] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
:[149,55]
 cannot find symbol
  symbol:   variable SUPER_TYPES_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[152,51]
 cannot find symbol
  symbol:   variable GUID_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[153,51]
 cannot find symbol
  symbol:   variable VERSION_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[164,58]
 cannot find symbol
  symbol:   variable TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[168,58]
 cannot find symbol
  symbol:   variable MODIFICATION_TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[172,58]
 cannot find symbol
  symbol:   variable CREATED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[176,58]
 cannot find symbol
  symbol:   variable MODIFIED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 

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

2018-08-25 Thread Apache Jenkins Server
See 




Build failed in Jenkins: Atlas-1.0-NoTests #875

2018-08-25 Thread Apache Jenkins Server
See 

--
[...truncated 162.41 KB...]
[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] 177 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 177 licenses.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources-solr) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
atlas-repository ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ 
atlas-repository ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 131 source files to 

[INFO] 
:
 Some input files use or override a deprecated API.
[INFO] 
:
 Recompile with -Xlint:deprecation for details.
[INFO] 
:
 Some input files use unchecked or unsafe operations.
[INFO] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
:[149,55]
 cannot find symbol
  symbol:   variable SUPER_TYPES_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[152,51]
 cannot find symbol
  symbol:   variable GUID_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[153,51]
 cannot find symbol
  symbol:   variable VERSION_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[164,58]
 cannot find symbol
  symbol:   variable TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[168,58]
 cannot find symbol
  symbol:   variable MODIFICATION_TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[172,58]
 cannot find symbol
  symbol:   variable CREATED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[176,58]
 cannot find symbol
  

Build failed in Jenkins: Atlas-1.0-AllTests #864

2018-08-25 Thread Apache Jenkins Server
See 

--
[...truncated 209.17 KB...]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 131 source files to 

[INFO] 
:
 Some input files use or override a deprecated API.
[INFO] 
:
 Recompile with -Xlint:deprecation for details.
[INFO] 
:
 Some input files use unchecked or unsafe operations.
[INFO] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
:[149,55]
 cannot find symbol
  symbol:   variable SUPER_TYPES_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[152,51]
 cannot find symbol
  symbol:   variable GUID_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[153,51]
 cannot find symbol
  symbol:   variable VERSION_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[164,58]
 cannot find symbol
  symbol:   variable TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[168,58]
 cannot find symbol
  symbol:   variable MODIFICATION_TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[172,58]
 cannot find symbol
  symbol:   variable CREATED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[176,58]
 cannot find symbol
  symbol:   variable MODIFIED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[180,58]
 cannot find symbol
  symbol:   variable HOME_ID_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[184,58]
 cannot find symbol
  symbol:   variable IS_PROXY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[261,51]
 cannot find symbol
  symbol:   variable ENTITY_TYPE_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[263,51]
 cannot find symbol
  symbol:   variable TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[264,51]
 cannot find symbol
  symbol:   variable MODIFICATION_TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 

Build failed in Jenkins: Atlas-1.0-IntegrationTests #870

2018-08-25 Thread Apache Jenkins Server
See 


--
[...truncated 197.98 KB...]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ 
atlas-repository ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 131 source files to 

[INFO] 
:
 Some input files use or override a deprecated API.
[INFO] 
:
 Recompile with -Xlint:deprecation for details.
[INFO] 
:
 Some input files use unchecked or unsafe operations.
[INFO] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
:[149,55]
 cannot find symbol
  symbol:   variable SUPER_TYPES_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[152,51]
 cannot find symbol
  symbol:   variable GUID_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[153,51]
 cannot find symbol
  symbol:   variable VERSION_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[164,58]
 cannot find symbol
  symbol:   variable TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[168,58]
 cannot find symbol
  symbol:   variable MODIFICATION_TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[172,58]
 cannot find symbol
  symbol:   variable CREATED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[176,58]
 cannot find symbol
  symbol:   variable MODIFIED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[180,58]
 cannot find symbol
  symbol:   variable HOME_ID_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[184,58]
 cannot find symbol
  symbol:   variable IS_PROXY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[261,51]
 cannot find symbol
  symbol:   variable ENTITY_TYPE_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 

Build failed in Jenkins: Atlas-1.0-UnitTests #881

2018-08-25 Thread Apache Jenkins Server
See 

--
[...truncated 138.38 KB...]
[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] 177 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 177 licenses.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources-solr) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
atlas-repository ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ 
atlas-repository ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 131 source files to 

[INFO] 
:
 Some input files use or override a deprecated API.
[INFO] 
:
 Recompile with -Xlint:deprecation for details.
[INFO] 
:
 Some input files use unchecked or unsafe operations.
[INFO] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
:[149,55]
 cannot find symbol
  symbol:   variable SUPER_TYPES_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[152,51]
 cannot find symbol
  symbol:   variable GUID_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[153,51]
 cannot find symbol
  symbol:   variable VERSION_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[164,58]
 cannot find symbol
  symbol:   variable TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[168,58]
 cannot find symbol
  symbol:   variable MODIFICATION_TIMESTAMP_PROPERTY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[172,58]
 cannot find symbol
  symbol:   variable CREATED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR] 
:[176,58]
 cannot find symbol
  symbol:   variable MODIFIED_BY_KEY
  location: class org.apache.atlas.repository.store.graph.v2.EntityGraphMapper
[ERROR]