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

------------------------------------------
[...truncated 172.35 KB...]
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ atlas-graphdb-janus 
---
[INFO] Executing: /bin/sh -c cd 
'<https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/graphdb/janus'> 
&& 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: 
<https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/graphdb/janus>
[INFO] Storing buildNumber: 4d28dc241568010192f55a3d34cb7f7f1f88a9b2 at 
timestamp: 1526514866785
[INFO] Storing buildScmBranch: master
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ atlas-graphdb-janus ---
[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] 49 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 49 licenses.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ 
atlas-graphdb-janus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
atlas-graphdb-janus ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
atlas-graphdb-janus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ 
atlas-graphdb-janus ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 36 source files to 
<https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/graphdb/janus/target/classes>
[INFO] 
<https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusGraph.java>:
 Some input files use or override a deprecated API.
[INFO] 
<https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusGraph.java>:
 Recompile with -Xlint:deprecation for details.
[INFO] 
<https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/migration/pc/WorkItemManager.java>:
 Some input files use unchecked or unsafe operations.
[INFO] 
<https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/migration/pc/WorkItemManager.java>:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ 
atlas-graphdb-janus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ 
atlas-graphdb-janus ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to 
<https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/graphdb/janus/target/test-classes>
[INFO] 
<https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/graphdb/janus/src/test/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusDatabaseTest.java>:
 Some input files use unchecked or unsafe operations.
[INFO] 
<https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/graphdb/janus/src/test/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusDatabaseTest.java>:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ 
atlas-graphdb-janus ---
[INFO] Surefire report directory: 
<https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/graphdb/janus/target/surefire-reports>
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.atlas.repository.graphdb.janus.migration.GraphSONUtilityTest
Running 
org.apache.atlas.repository.graphdb.janus.migration.MappedElementCacheTest
Running org.apache.atlas.repository.graphdb.janus.migration.WorkItemConsumerTest
Running org.apache.atlas.repository.graphdb.janus.migration.WorkItemManagerTest
Running org.apache.atlas.repository.graphdb.janus.migration.JsonNodeParsersTest
Running org.apache.atlas.repository.graphdb.janus.AbstractGraphDatabaseTest
Running org.apache.atlas.repository.graphdb.janus.GraphQueryTest
Running org.apache.atlas.repository.graphdb.janus.JanusGraphProviderTest
Running 
org.apache.atlas.repository.graphdb.janus.migration.PostProcessListPropertyTest
Running 
org.apache.atlas.repository.graphdb.janus.migration.ReaderStatusManagerTest
Running org.apache.atlas.repository.graphdb.janus.AtlasJanusDatabaseTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.337 sec - in 
org.apache.atlas.repository.graphdb.janus.AbstractGraphDatabaseTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.322 sec - in 
org.apache.atlas.repository.graphdb.janus.migration.ReaderStatusManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.672 sec - in 
org.apache.atlas.repository.graphdb.janus.migration.JsonNodeParsersTest
Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.827 sec <<< 
FAILURE! - in 
org.apache.atlas.repository.graphdb.janus.migration.GraphSONUtilityTest
nonPrimitiveMap_ReconciledAtEdge(org.apache.atlas.repository.graphdb.janus.migration.GraphSONUtilityTest)
  Time elapsed: 0.037 sec  <<< FAILURE!
java.lang.AssertionError: expected [hive_table.columnsMap] but found 
[__hive_table.columnsMap]
        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:178)
        at org.testng.Assert.assertEquals(Assert.java:188)
        at 
org.apache.atlas.repository.graphdb.janus.migration.GraphSONUtilityTest.nonPrimitiveMap_ReconciledAtEdge(GraphSONUtilityTest.java:206)

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.998 sec - in 
org.apache.atlas.repository.graphdb.janus.migration.MappedElementCacheTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.97 sec - in 
org.apache.atlas.repository.graphdb.janus.migration.PostProcessListPropertyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.879 sec - in 
org.apache.atlas.repository.graphdb.janus.JanusGraphProviderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.971 sec - in 
org.apache.atlas.repository.graphdb.janus.migration.WorkItemConsumerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.629 sec - in 
org.apache.atlas.repository.graphdb.janus.migration.WorkItemManagerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.642 sec - 
in org.apache.atlas.repository.graphdb.janus.AtlasJanusDatabaseTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 140.136 sec - 
in org.apache.atlas.repository.graphdb.janus.GraphQueryTest

Results :

Failed tests: 
  GraphSONUtilityTest.nonPrimitiveMap_ReconciledAtEdge:206 expected 
[hive_table.columnsMap] but found [__hive_table.columnsMap]

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.652 s]
[INFO] apache-atlas ....................................... SUCCESS [  3.385 s]
[INFO] Apache Atlas Test Utility Tools .................... SUCCESS [  4.969 s]
[INFO] Open Connector Framework (OCF) ..................... SUCCESS [  1.872 s]
[INFO] Open Metadata Repository Services (OMRS) ........... SUCCESS [  5.690 s]
[INFO] Open Metadata and Governance (OMAG) Server APIs .... SUCCESS [  0.929 s]
[INFO] Connected Asset Open Metadata Access Service (OMAS)  SUCCESS [  1.361 s]
[INFO] Asset Consumer Open Metadata Access Service (OMAS) . SUCCESS [  1.019 s]
[INFO] Open Metadata and Governance (OMAG) Server ......... SUCCESS [  1.303 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 37.864 s]
[INFO] Apache Atlas Common ................................ SUCCESS [  2.420 s]
[INFO] Apache Atlas Client ................................ SUCCESS [  0.132 s]
[INFO] atlas-client-common ................................ SUCCESS [  0.717 s]
[INFO] atlas-client-v1 .................................... SUCCESS [  2.595 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  0.879 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 17.230 s]
[INFO] atlas-client-v2 .................................... SUCCESS [  0.642 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.073 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  1.256 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  0.754 s]
[INFO] Apache Atlas JanusGraph DB Impl .................... FAILURE [02:26 min]
[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: 03:53 min
[INFO] Finished at: 2018-05-16T23:56:53Z
[INFO] Final Memory: 134M/1866M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on 
project atlas-graphdb-janus: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/graphdb/janus/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-graphdb-janus




{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/415//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_5679>
 ']'
+ '[' -d 
<https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/atlas_patchprocess_5679>
 ']'
+ mv 
<https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/atlas_patchprocess_5679>
 <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_5679>
+ exit 1
Build step 'Execute shell' marked build as failure
Set build name.
New build name is 
'#415-master-ATLAS-2637-Data-Migration-Infer-types-that-store-edg.patch'
Archiving artifacts

Reply via email to