[Blueprints] Building blueprints fails

20 views
Skip to first unread message

Peter Uhrig

unread,
Mar 24, 2011, 12:56:42 PM3/24/11
to Gremlin-users
Dear all,

when I try to build blueprints, it fails.
This is what I do:

git clone https://github.com/tinkerpop/blueprints.git
cd blueprints
maven -e clean install
(added -e after the error occured)

I deleted the entire repository before the build process, to make sure
I get the latest stuff. When I tried the first time (without deleting
the repository), I got only one error (the one about graphmlreader),
now I get 27. As maven is not supported by most of our computers, I
had to run it on a rather old machine with only 1.5 GB of RAM, Ubuntu
Server 10.4, 32bit, where I can install what I want.

It seems that I cannot attach files here, so I'll paste the end of the
output below. I am happy to provide the entire 450k logfile or
anything else, if you want. Does anybody understand what is going on
and can advise me as to what to do? (I have tried three times now and
every time I had to wait for over an hour. This is getting tedious.)

BTW: When I built gremlin yesterday, everything was fine.

Peter

Results :

Tests in error:

testIndexPatterns(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testCodePlay(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testClear(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testGetStatementsS_POG(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testGetStatementsSP_OG(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testGetStatementsO_SPG(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testGetStatementsPO_SG(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testGetStatementsSPO_G(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testGetStatementsP_SOG(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testGetStatementsWithVariableContexts(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testRemoveStatements(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testGetContextIDs(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)
testSize(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testCreateLiteralsThroughValueFactory(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testGetLiteralsFromTripleStore(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testBlankNodes(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testEvaluate(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testSailConnectionListeners(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testSailChangedListeners(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testClearNamespaces(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testGetNamespace(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testGetNamespaces(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testSetNamespace(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testRemoveNamespace(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testPersistentCommits(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testNullContext(com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest)

testGraphMLReaderTestSuite(com.tinkerpop.blueprints.pgm.impls.tg.TinkerGraphTest)

Tests run: 124, Failures: 0, Errors: 27, Skipped: 0

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to /home/pruhrig/blueprints/target/surefire-reports for
the individual test results.
[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: There are test failures.

Please refer to /home/pruhrig/blueprints/target/surefire-reports for
the individual test results.
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:
715)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:
556)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:
535)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:
387)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:
348)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:
180)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:
60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:
315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:
430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoFailureException: There are
test failures.

Please refer to /home/pruhrig/blueprints/target/surefire-reports for
the individual test results.
at
org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:
530)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:
490)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:
694)
... 17 more
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 73 minutes 6 seconds
[INFO] Finished at: Thu Mar 24 17:40:30 CET 2011
[INFO] Final Memory: 28M/66M
[INFO]
------------------------------------------------------------------------


Daniel Quest

unread,
Mar 24, 2011, 2:15:03 PM3/24/11
to gremli...@googlegroups.com, Peter Uhrig
Hey Peter...

I just downloaded it and it works fine on my Mac. Wish I had an old
Ubuntu box to get it to fail on.

I know that my most recent ubuntu box had some 'java issues' are you
sure you have Java 1.6 from sun?

Wish I could help you more...
-Daniel

Daniel Quest

unread,
Mar 24, 2011, 2:22:57 PM3/24/11
to gremli...@googlegroups.com
Correction... I can verify the errors.... I accidentally used a
previous build...

[INFO] ------------------------------------------------------------------------
[INFO] Building Blueprints: A Property Graph Model Interface
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] snapshot com.tinkerpop:graphdb-deps-all:0.6-SNAPSHOT: checking
for updates from tinkerpop-repository
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-all/0.6-SNAPSHOT/graphdb-deps-all-0.6-SNAPSHOT.pom
[INFO] snapshot com.tinkerpop:graphdb-deps-neo4j:0.6-SNAPSHOT:
checking for updates from tinkerpop-repository
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-neo4j/0.6-SNAPSHOT/graphdb-deps-neo4j-0.6-SNAPSHOT.pom
[INFO] snapshot com.tinkerpop:graphdb-deps-orientdb:0.6-SNAPSHOT:
checking for updates from tinkerpop-repository
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-orientdb/0.6-SNAPSHOT/graphdb-deps-orientdb-0.6-SNAPSHOT.pom
[INFO] snapshot com.orientechnologies:orientdb-core:1.0rc1-SNAPSHOT:
checking for updates from tinkerpop-repository
[INFO] snapshot com.orientechnologies:orientdb-core:1.0rc1-SNAPSHOT:
checking for updates from orientechnologies-repository
Downloading: http://www.orientechnologies.com/listing/m2/com/orientechnologies/orientdb-core/1.0rc1-SNAPSHOT/orientdb-core-1.0rc1-SNAPSHOT.pom
1K downloaded (orientdb-core-1.0rc1-SNAPSHOT.pom)
[INFO] snapshot com.orientechnologies:orientdb-parent:1.0rc1-SNAPSHOT:
checking for updates from tinkerpop-repository
[INFO] snapshot com.orientechnologies:orientdb-parent:1.0rc1-SNAPSHOT:
checking for updates from orientechnologies-repository
Downloading: http://www.orientechnologies.com/listing/m2/com/orientechnologies/orientdb-parent/1.0rc1-SNAPSHOT/orientdb-parent-1.0rc1-SNAPSHOT.pom
8K downloaded (orientdb-parent-1.0rc1-SNAPSHOT.pom)
[INFO] snapshot com.orientechnologies:orient-commons:1.0rc1-SNAPSHOT:
checking for updates from tinkerpop-repository
[INFO] snapshot com.orientechnologies:orient-commons:1.0rc1-SNAPSHOT:
checking for updates from orientechnologies-repository
Downloading: http://www.orientechnologies.com/listing/m2/com/orientechnologies/orient-commons/1.0rc1-SNAPSHOT/orient-commons-1.0rc1-SNAPSHOT.pom
1K downloaded (orient-commons-1.0rc1-SNAPSHOT.pom)
[INFO] snapshot com.tinkerpop:graphdb-deps-dex:0.6-SNAPSHOT: checking
for updates from tinkerpop-repository
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-dex/0.6-SNAPSHOT/graphdb-deps-dex-0.6-SNAPSHOT.pom
[INFO] snapshot com.tinkerpop:graphdb-deps-sail:0.6-SNAPSHOT: checking
for updates from tinkerpop-repository
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-sail/0.6-SNAPSHOT/graphdb-deps-sail-0.6-SNAPSHOT.pom
[INFO] snapshot com.tinkerpop:graphdb-deps-lds:0.6-SNAPSHOT: checking
for updates from tinkerpop-repository
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-lds/0.6-SNAPSHOT/graphdb-deps-lds-0.6-SNAPSHOT.pom
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-all/0.6-SNAPSHOT/graphdb-deps-all-0.6-SNAPSHOT.pom
Downloading: http://www.orientechnologies.com/listing/m2/com/orientechnologies/orientdb-core/1.0rc1-SNAPSHOT/orientdb-core-1.0rc1-SNAPSHOT.jar
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-neo4j/0.6-SNAPSHOT/graphdb-deps-neo4j-0.6-SNAPSHOT.pom
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-orientdb/0.6-SNAPSHOT/graphdb-deps-orientdb-0.6-SNAPSHOT.pom
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-dex/0.6-SNAPSHOT/graphdb-deps-dex-0.6-SNAPSHOT.pom
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-sail/0.6-SNAPSHOT/graphdb-deps-sail-0.6-SNAPSHOT.pom
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-lds/0.6-SNAPSHOT/graphdb-deps-lds-0.6-SNAPSHOT.pom
768K downloaded (orientdb-core-1.0rc1-SNAPSHOT.jar)
Downloading: http://www.orientechnologies.com/listing/m2/com/orientechnologies/orient-commons/1.0rc1-SNAPSHOT/orient-commons-1.0rc1-SNAPSHOT.jar
125K downloaded (orient-commons-1.0rc1-SNAPSHOT.jar)
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 105 source files to
/Users/qvh/graphDB/tinkerpop-blueprints-1026dcf/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-neo4j/0.6-SNAPSHOT/graphdb-deps-neo4j-0.6-SNAPSHOT.pom
Downloading: http://www.orientechnologies.com/listing/m2/com/orientechnologies/orientdb-core/1.0rc1-SNAPSHOT/orientdb-core-1.0rc1-SNAPSHOT.jar
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-orientdb/0.6-SNAPSHOT/graphdb-deps-orientdb-0.6-SNAPSHOT.pom
Downloading: http://www.orientechnologies.com/listing/m2/com/orientechnologies/orient-commons/1.0rc1-SNAPSHOT/orient-commons-1.0rc1-SNAPSHOT.jar
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-dex/0.6-SNAPSHOT/graphdb-deps-dex-0.6-SNAPSHOT.pom
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-sail/0.6-SNAPSHOT/graphdb-deps-sail-0.6-SNAPSHOT.pom
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-lds/0.6-SNAPSHOT/graphdb-deps-lds-0.6-SNAPSHOT.pom
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 38 source files to
/Users/qvh/graphDB/tinkerpop-blueprints-1026dcf/target/test-classes
Downloading: http://www.orientechnologies.com/listing/m2/com/orientechnologies/orientdb-core/1.0rc1-SNAPSHOT/orientdb-core-1.0rc1-SNAPSHOT.jar
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-neo4j/0.6-SNAPSHOT/graphdb-deps-neo4j-0.6-SNAPSHOT.pom
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-orientdb/0.6-SNAPSHOT/graphdb-deps-orientdb-0.6-SNAPSHOT.pom
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-dex/0.6-SNAPSHOT/graphdb-deps-dex-0.6-SNAPSHOT.pom
Downloading: http://www.orientechnologies.com/listing/m2/com/orientechnologies/orient-commons/1.0rc1-SNAPSHOT/orient-commons-1.0rc1-SNAPSHOT.jar
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-sail/0.6-SNAPSHOT/graphdb-deps-sail-0.6-SNAPSHOT.pom
Downloading: http://tinkerpop.com/maven2/com/tinkerpop/graphdb-deps-lds/0.6-SNAPSHOT/graphdb-deps-lds-0.6-SNAPSHOT.pom
[INFO] [surefire:test {execution: default-test}]
Downloading: http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit4/2.4.2/surefire-junit4-2.4.2.pom

Downloading: http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-providers/2.4.2/surefire-providers-2.4.2.pom

Downloading: http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit4/2.4.2/surefire-junit4-2.4.2.jar

[INFO] Surefire report directory:
/Users/qvh/graphDB/tinkerpop-blueprints-1026dcf/target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.tinkerpop.blueprints.pgm.util.TransactionalGraphHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running com.tinkerpop.blueprints.pgm.oupls.jung.GraphJungTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest
log4j:WARN No appenders could be found for logger
(org.openrdf.rio.RDFParserRegistry).
log4j:WARN Please initialize the log4j system properly.
get statements: ?s ?p ?o ?g
com.tinkerpop.blueprints.pgm.oupls.sail.GraphSailConnection$SimpleStatement@79b66b06
com.tinkerpop.blueprints.pgm.oupls.sail.GraphSailConnection$SimpleStatement@372c9557
com.tinkerpop.blueprints.pgm.oupls.sail.GraphSailConnection$SimpleStatement@50009f0d

get statements: http://tinkerpop.com#3 ?p ?o ?g
com.tinkerpop.blueprints.pgm.oupls.sail.GraphSailConnection$SimpleStatement@a21d23b

SPARQL: SELECT ?x ?y WHERE { ?x <http://tinkerpop.com#knows> ?y }
[y=http://tinkerpop.com#3;x=http://tinkerpop.com#1]

------
v[2]
value=U http://tinkerpop.com#3
------
v[1]
value=U http://tinkerpop.com#1
------
v[0]
value=urn:com.tinkerpop.blueprints.pgm.oupls.sail:namespaces
------
v[6]
value=P josh
------
v[4]
value=P marko
------
e[3][1-U http://tinkerpop.com#knows->2]
cp=U http://tinkerpop.com U http://tinkerpop.com#knows
c=U http://tinkerpop.com
p=U http://tinkerpop.com#knows
------
e[7][2-U http://tinkerpop.com#name->6]
cp=U http://tinkerpop.com U http://tinkerpop.com#name
c=U http://tinkerpop.com
p=U http://tinkerpop.com#name
------
e[5][1-U http://tinkerpop.com#name->4]
cp=U http://tinkerpop.com U http://tinkerpop.com#name
c=U http://tinkerpop.com
p=U http://tinkerpop.com#name
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.242 sec
Running com.tinkerpop.blueprints.pgm.util.ElementHelperTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.tinkerpop.blueprints.pgm.util.EdgeHelperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.tinkerpop.blueprints.pgm.impls.neo4j.Neo4jGraphTest
Testing testVertexEquality...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 vertex
added and retrieved in 0.73388671875ms
Testing testAddVertex...
Testing testRemoveVertex...
Testing testRemoveVertexWithEdges...
Testing testGetNonExistantVertices...
Testing testRemoveVertexNullId...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1000
vertices added in 541.234130859375ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1000
vertices deleted in 478.81689453125ms
Testing testVertexIterator...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 5000
vertices added in 2322.906005859375ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 5000
vertices counted in 95.31689453125ms
Testing testAddVertexProperties...
Testing testAddManyVertexProperties...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 750 vertex
properties added (with vertices being added too) in 14771.2021484375ms
Testing testRemoveVertexProperties...
Testing testAddingIdProperty...
*** TOTAL TIME [VertexTestSuite]: 21210.227294921875 ***
Testing testEdgeEquality...
Testing testAddEdges...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 6 elements
added and checked in 49.910888671875ms
Testing testAddManyEdges...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 3000
elements added in 12929.150146484375ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1000 edges
counted in 27.409912109375ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 2000
vertices counted in 1.380126953125ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 2000
vertices checked in 76.72509765625ms
Testing testGetEdges...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 3 edges
retrieved in 0.13623046875ms
Testing testRemoveManyEdges...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 200
vertices counted in 0.200927734375ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 100 edges
counted in 0.5830078125ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 100 edges
removed and graph checked in 845.69921875ms
Testing testAddingDuplicateEdges...
Testing testRemoveEdgesByRemovingVertex...
Testing testRemoveEdges...
Testing testAddingSelfLoops...
Testing testRemoveSelfLoops...
Testing testEdgeIterator...
Testing testAddingRemovingEdgeProperties...
Testing testAddingLabelAndIdProperty...
*** TOTAL TIME [EdgeTestSuite]: 16515.318115234375 ***
Testing testEmptyOnConstruction...
Testing testStringRepresentation...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 graph
string representation generated in 0.054931640625ms
Testing testClear...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 75 elements
added in 199.64013671875ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 75 elements
deleted in 50.4228515625ms
Testing testAddingVerticesAndEdges...
Testing testRemovingEdges...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 100
vertices added in 35.93994140625ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 200 edges
added in 2031.043212890625ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 200 edges
deleted (with size check on each delete) in 4177.3759765625ms
Testing testRemovingVertices...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 500
vertices added in 179.9521484375ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 250 edges
added in 2368.952880859375ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 500
vertices deleted (with size check on each delete) in
1144.18994140625ms
Testing testConnectivityPatterns...
Testing testVertexEdgeLabels...
Testing testTreeConnectivity...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1464
vertices added in a tree structure in 13542.3291015625ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1464
vertices iterated in 0.932861328125ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1463 edges
iterated in 5.64892578125ms
Testing testGraphDataPersists...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 graph
loaded in 16.221923828125ms
*** TOTAL TIME [GraphTestSuite]: 25049.97412109375 ***
Testing testReadingTinkerGraph...
Testing testTinkerGraphEdges...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]:
graph-example-1 loaded in 31.10498046875ms
Testing testTinkerGraphVertices...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]:
graph-example-1 loaded in 14.848876953125ms
Testing testTinkerGraphSoftwareVertices...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]:
graph-example-1 loaded in 13.441162109375ms
Testing testTinkerGraphVertexAndEdges...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]:
graph-example-1 loaded in 18.014892578125ms
Testing testGratefulGraph...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]:
graph-example-2 loaded with buffer size equal to 200 for transactional
graphs in 2537.0ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]:
graph-example-2 loaded with buffer size equal to 400 for transactional
graphs in 1334.044921875ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]:
graph-example-2 loaded with buffer size equal to 600 for transactional
graphs in 651.438232421875ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]:
graph-example-2 loaded with buffer size equal to 800 for transactional
graphs in 590.68212890625ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]:
graph-example-2 loaded with buffer size equal to 1000 for
transactional graphs in 525.870849609375ms
Testing testReadingTinkerGraphExample3...
Testing testReadingTinkerGraphExample3MappingLabels...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]:
graph-example-3 loaded in 29.428955078125ms
Testing testReadingTinkerGraphExample3MappingIDs...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]:
graph-example-3 loaded in 15.199951171875ms
Testing testReadingTinkerGraphExample3MappingAll...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]:
graph-example-3 loaded in 17.07421875ms
Testing testMigratingTinkerGraphExample3...
*** TOTAL TIME [GraphMLReaderTestSuite]: 70469.39208984375 ***
Testing testNoManualIndicesOnConstruction...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 2 indices
iterated through in 0.31982421875ms
Testing testAutomaticIndicesOnConstruction...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 2 automatic
indices retrieved in 0.069091796875ms
Testing testCreateDropIndices...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 2 indices
dropped in 7.870849609375ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 3 indices
created in 7.1240234375ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 3 indices
dropped and index iterable checked for consistency in 11.54296875ms
Testing testNonExistentIndices...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 2 indices
dropped in 7.106689453125ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 3
non-existent indices retrieved with runtime exceptions in
0.05712890625ms
Testing testIndexPersistence...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 2 indices
created and 1 vertex added and checked in 20.599853515625ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 2 indices
reloaded and 1 vertex checked in 3.60791015625ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 2 indices
reloaded and 1 vertex checked and then removed in 6.7099609375ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 2 indices
reloaded and checked to ensure empty in 8.258056640625ms
Testing testIndicesDroppedOnClear...
Testing testIndexDropPersistence...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 2 indices
dropped in 10.15283203125ms
Testing testExceptionOnIndexOverwrite...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 5
attempt(s) to overwrite existing indices in 207.60986328125ms
*** TOTAL TIME [IndexableGraphTestSuite]: 1128.4931640625 ***
Testing testPutGetRemoveVertex...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 manual
index created in 3.02685546875ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 2 vertices
manually index in 44.56298828125ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 vertex
removed and automatically removed from index in 0.4931640625ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 vertex
removed and automatically removed from index in 5.881103515625ms
Testing testPutGetRemoveEdge...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 manual
index created in 2.590087890625ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 2 edges
manually index in 10.774658203125ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 edge
removed and automatically removed from index in 9.9130859375ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 edge
removed and automatically removed from index in 6.036865234375ms
*** TOTAL TIME [IndexTestSuite]: 379.825927734375 ***
Testing testAutoIndexKeyManagement...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 2 automatic
index keys added in 0.068115234375ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 2 automatic
index keys retrieved in 0.035888671875ms
Testing testAutoIndexPutGetRemoveVertex...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 10 vertices
retrieved from automatic index in 7.6650390625ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 10 vertices
retrieved from automatic index in 0.166015625ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 0 vertices
retrieved from automatic index in 0.342041015625ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 10 vertices
retrieved from automatic index in 5.747802734375ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 10 vertices
retrieved from automatic index in 0.3798828125ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 10 vertices
retrieved from automatic index in 0.444091796875ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 0 vertices
retrieved from automatic index in 0.26171875ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 10 vertices
retrieved from automatic index in 0.379150390625ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 0 vertices
retrieved from automatic index in 0.3681640625ms
Testing testAutoIndexPutGetRemoveEdge...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 10 edges
retrieved from automatic index in 7.946044921875ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 10 edges
retrieved from automatic index in 0.230712890625ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 0 edges
retrieved from automatic index in 0.046142578125ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 10 edges
retrieved from automatic index in 4.598876953125ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 10 edges
retrieved from automatic index in 0.667724609375ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 10 edges
retrieved from automatic index in 0.530029296875ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 0 edges
retrieved from automatic index in 3.260986328125ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 10 edges
retrieved from automatic index in 0.294921875ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 0 edges
retrieved from automatic index in 0.14892578125ms
Testing testAutoIndexSpecificKeysVertex...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 2
properties added to vertex and automatic index in 24.140869140625ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1
properties updated on vertex and automatic index in 7.138916015625ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 vertex
removed and from automatic index in 10.3310546875ms
Testing testAutoIndexSpecificKeysEdge...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 2
properties added to edge and automatic index in 14.70703125ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1
properties updated on edge and automatic index in 7.82373046875ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 edge
removed and from automatic index in 15.897216796875ms
Testing testAutomaticIndexKeysPersistent...
Testing testEdgeLabelIndexing...
*** TOTAL TIME [AutomaticIndexTestSuite]: 3713.258056640625 ***
Testing testConstructionAutomatic...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1
transaction mode retrieved in 0.06787109375ms
Testing testModeErrors...
Testing testTransactionsForVertices...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 vertex
not added in failed transaction in 0.210205078125ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 vertex
added in successful transaction in 0.283203125ms
Testing testBruteVertexTransactions...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 100
vertices added in 100 successful transactions in 31.719970703125ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 100
vertices not added in 100 failed transactions in 4.319091796875ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 100
vertices added in 1 successful transactions in 1.751708984375ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 100
vertices not added in 1 failed transactions in 1.442138671875ms
Testing testTransactionsForEdges...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 edge not
added in failed transaction (w/ iteration) in 2.80078125ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 edge
added in successful transaction (w/ iteration) in 4.0ms
Testing testBruteEdgeTransactions...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 100 edges
added in 100 successful transactions (2 vertices added for each edge)
in 697.106201171875ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 100 edges
not added in 100 failed transactions (2 vertices added for each edge)
in 8.72607421875ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 100 edges
added in 1 successful transactions (2 vertices added for each edge) in
34.791015625ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 100 edges
not added in 1 failed transactions (2 vertices added for each edge) in
8.215087890625ms
Testing testPropertyTransactions...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 vertex
added with string property in a successful transaction in
6.01806640625ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 integer
property not added in a failed transaction in 0.412841796875ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 2 vertex
properties checked in a successful transaction in 0.05712890625ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 edge
property added and checked in a successful transaction in
6.495849609375ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 edge
property added and checked in a failed transaction in 0.22998046875ms
Testing testIndexTransactions...
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 vertex
added and retrieved from index in a successful transaction in
10.36279296875ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 vertex
retrieved from index outside successful transaction in 3.65380859375ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 vertex
not added in a failed transaction in 0.954833984375ms
neo4jgraph[EmbeddedGraphDatabase [/tmp/blueprints_test]]: 1 vertex
not retrieved in a successful transaction in 0.0869140625ms
Testing testAutomaticIndexExceptionRollback...
Testing testNestedManualTransactions...
Testing testRollbackOpenTxOnGraphClose...
*** TOTAL TIME [TransactionalGraphTestSuite]: 2014.010986328125 ***
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 140.664 sec
Running com.tinkerpop.blueprints.pgm.impls.orientdb.OrientGraphTest
Testing testVertexEquality...
orientgraph[local:/tmp/blueprints_test/graph]: 1 vertex added and
retrieved in 7.0498046875ms
Testing testAddVertex...
Testing testRemoveVertex...
Testing testRemoveVertexWithEdges...
Testing testGetNonExistantVertices...
Testing testRemoveVertexNullId...
orientgraph[local:/tmp/blueprints_test/graph]: 1000 vertices added in
940.21484375ms
orientgraph[local:/tmp/blueprints_test/graph]: 1000 vertices deleted
in 662.81591796875ms
Testing testVertexIterator...
orientgraph[local:/tmp/blueprints_test/graph]: 5000 vertices added in
4035.087890625ms
orientgraph[local:/tmp/blueprints_test/graph]: 5000 vertices counted
in 172.9169921875ms
Testing testAddVertexProperties...
Testing testAddManyVertexProperties...
orientgraph[local:/tmp/blueprints_test/graph]: 750 vertex properties
added (with vertices being added too) in 1517.562744140625ms
Testing testRemoveVertexProperties...
Testing testAddingIdProperty...
*** TOTAL TIME [VertexTestSuite]: 9948.574951171875 ***
Testing testEdgeEquality...
Testing testAddEdges...
orientgraph[local:/tmp/blueprints_test/graph]: 6 elements added and
checked in 14.84423828125ms
Testing testAddManyEdges...
orientgraph[local:/tmp/blueprints_test/graph]: 3000 elements added in
3916.173095703125ms
orientgraph[local:/tmp/blueprints_test/graph]: 1000 edges counted in
8.816162109375ms
orientgraph[local:/tmp/blueprints_test/graph]: 2000 vertices counted
in 79.076171875ms
orientgraph[local:/tmp/blueprints_test/graph]: 2000 vertices checked
in 103.31494140625ms
Testing testGetEdges...
orientgraph[local:/tmp/blueprints_test/graph]: 3 edges retrieved in
0.132080078125ms
Testing testRemoveManyEdges...
orientgraph[local:/tmp/blueprints_test/graph]: 200 vertices counted
in 3.14013671875ms
orientgraph[local:/tmp/blueprints_test/graph]: 100 edges counted in
0.159912109375ms
orientgraph[local:/tmp/blueprints_test/graph]: 100 edges removed and
graph checked in 1896.406005859375ms
Testing testAddingDuplicateEdges...
Testing testRemoveEdgesByRemovingVertex...
Testing testRemoveEdges...
Testing testAddingSelfLoops...
Testing testRemoveSelfLoops...
Testing testEdgeIterator...
Testing testAddingRemovingEdgeProperties...
Testing testAddingLabelAndIdProperty...
*** TOTAL TIME [EdgeTestSuite]: 7656.175048828125 ***
Testing testEmptyOnConstruction...
Testing testStringRepresentation...
orientgraph[local:/tmp/blueprints_test/graph]: 1 graph string
representation generated in 0.005126953125ms
Testing testClear...
orientgraph[local:/tmp/blueprints_test/graph]: 75 elements added in
352.4541015625ms
orientgraph[local:/tmp/blueprints_test/graph]: 75 elements deleted in
73.312744140625ms
Testing testAddingVerticesAndEdges...
Testing testRemovingEdges...
orientgraph[local:/tmp/blueprints_test/graph]: 100 vertices added in
101.177978515625ms
orientgraph[local:/tmp/blueprints_test/graph]: 200 edges added in
409.82568359375ms
orientgraph[local:/tmp/blueprints_test/graph]: 200 edges deleted
(with size check on each delete) in 497.0830078125ms
Testing testRemovingVertices...
orientgraph[local:/tmp/blueprints_test/graph]: 500 vertices added in
484.051025390625ms
orientgraph[local:/tmp/blueprints_test/graph]: 250 edges added in
429.89599609375ms
orientgraph[local:/tmp/blueprints_test/graph]: 500 vertices deleted
(with size check on each delete) in 738.93603515625ms
Testing testConnectivityPatterns...
Testing testVertexEdgeLabels...
Testing testTreeConnectivity...
orientgraph[local:/tmp/blueprints_test/graph]: 1464 vertices added in
a tree structure in 4322.550048828125ms
orientgraph[local:/tmp/blueprints_test/graph]: 1464 vertices iterated
in 19.64306640625ms
orientgraph[local:/tmp/blueprints_test/graph]: 1463 edges iterated in
11.947998046875ms
Testing testGraphDataPersists...
orientgraph[local:/tmp/blueprints_test/graph]: 1 graph loaded in
2.571044921875ms
*** TOTAL TIME [GraphTestSuite]: 7957.69921875 ***
Testing testReadingTinkerGraph...
Testing testTinkerGraphEdges...
orientgraph[local:/tmp/blueprints_test/graph]: graph-example-1 loaded
in 6.4912109375ms
Testing testTinkerGraphVertices...
orientgraph[local:/tmp/blueprints_test/graph]: graph-example-1 loaded
in 6.166748046875ms
Testing testTinkerGraphSoftwareVertices...
orientgraph[local:/tmp/blueprints_test/graph]: graph-example-1 loaded
in 5.498779296875ms
Testing testTinkerGraphVertexAndEdges...
orientgraph[local:/tmp/blueprints_test/graph]: graph-example-1 loaded
in 5.930908203125ms
Testing testGratefulGraph...
orientgraph[local:/tmp/blueprints_test/graph]: graph-example-2 loaded
with buffer size equal to 200 for transactional graphs in
24438.868896484375ms
orientgraph[local:/tmp/blueprints_test/graph]: graph-example-2 loaded
with buffer size equal to 400 for transactional graphs in
19419.14013671875ms
orientgraph[local:/tmp/blueprints_test/graph]: graph-example-2 loaded
with buffer size equal to 600 for transactional graphs in
13211.453857421875ms
orientgraph[local:/tmp/blueprints_test/graph]: graph-example-2 loaded
with buffer size equal to 800 for transactional graphs in
11384.507080078125ms
orientgraph[local:/tmp/blueprints_test/graph]: graph-example-2 loaded
with buffer size equal to 1000 for transactional graphs in
9476.230224609375ms
Testing testReadingTinkerGraphExample3...
Testing testReadingTinkerGraphExample3MappingLabels...
orientgraph[local:/tmp/blueprints_test/graph]: graph-example-3 loaded
in 5.943115234375ms
Testing testReadingTinkerGraphExample3MappingIDs...
orientgraph[local:/tmp/blueprints_test/graph]: graph-example-3 loaded
in 5.27392578125ms
Testing testReadingTinkerGraphExample3MappingAll...
orientgraph[local:/tmp/blueprints_test/graph]: graph-example-3 loaded
in 6.22216796875ms
Testing testMigratingTinkerGraphExample3...
*** TOTAL TIME [GraphMLReaderTestSuite]: 78788.31103515625 ***
Testing testNoManualIndicesOnConstruction...
orientgraph[local:/tmp/blueprints_test/graph]: 2 indices iterated
through in 0.0078125ms
Testing testAutomaticIndicesOnConstruction...
orientgraph[local:/tmp/blueprints_test/graph]: 2 automatic indices
retrieved in 0.011962890625ms
Testing testCreateDropIndices...
orientgraph[local:/tmp/blueprints_test/graph]: 2 indices dropped in
0.472900390625ms
orientgraph[local:/tmp/blueprints_test/graph]: 3 indices created in
0.69873046875ms
orientgraph[local:/tmp/blueprints_test/graph]: 3 indices dropped and
index iterable checked for consistency in 0.283203125ms
Testing testNonExistentIndices...
orientgraph[local:/tmp/blueprints_test/graph]: 2 indices dropped in
0.285888671875ms
orientgraph[local:/tmp/blueprints_test/graph]: 3 non-existent indices
retrieved with runtime exceptions in 0.044189453125ms
Testing testIndexPersistence...
orientgraph[local:/tmp/blueprints_test/graph]: 2 indices created and
1 vertex added and checked in 8.51904296875ms
orientgraph[local:/tmp/blueprints_test/graph]: 2 indices reloaded and
1 vertex checked in 0.438720703125ms
orientgraph[local:/tmp/blueprints_test/graph]: 2 indices reloaded and
1 vertex checked and then removed in 5.46875ms
orientgraph[local:/tmp/blueprints_test/graph]: 2 indices reloaded and
checked to ensure empty in 0.028076171875ms
Testing testIndicesDroppedOnClear...
Testing testIndexDropPersistence...
orientgraph[local:/tmp/blueprints_test/graph]: 2 indices dropped in
0.301025390625ms
Testing testExceptionOnIndexOverwrite...
orientgraph[local:/tmp/blueprints_test/graph]: 5 attempt(s) to
overwrite existing indices in 48.262939453125ms
*** TOTAL TIME [IndexableGraphTestSuite]: 621.4609375 ***
Testing testPutGetRemoveVertex...
orientgraph[local:/tmp/blueprints_test/graph]: 1 manual index created
in 0.18994140625ms
orientgraph[local:/tmp/blueprints_test/graph]: 2 vertices manually
index in 2.64892578125ms
orientgraph[local:/tmp/blueprints_test/graph]: 1 vertex removed and
automatically removed from index in 2.6279296875ms
orientgraph[local:/tmp/blueprints_test/graph]: 1 vertex removed and
automatically removed from index in 4.781005859375ms
Testing testPutGetRemoveEdge...
orientgraph[local:/tmp/blueprints_test/graph]: 1 manual index created
in 0.193115234375ms
orientgraph[local:/tmp/blueprints_test/graph]: 2 edges manually index
in 1.952880859375ms
orientgraph[local:/tmp/blueprints_test/graph]: 1 edge removed and
automatically removed from index in 2.81201171875ms
orientgraph[local:/tmp/blueprints_test/graph]: 1 edge removed and
automatically removed from index in 12.89501953125ms
*** TOTAL TIME [IndexTestSuite]: 572.174072265625 ***
Testing testAutoIndexKeyManagement...
orientgraph[local:/tmp/blueprints_test/graph]: 2 automatic index keys
added in 0.00634765625ms
orientgraph[local:/tmp/blueprints_test/graph]: 2 automatic index keys
retrieved in 0.003173828125ms
Testing testAutoIndexPutGetRemoveVertex...
orientgraph[local:/tmp/blueprints_test/graph]: 10 vertices retrieved
from automatic index in 0.0341796875ms
orientgraph[local:/tmp/blueprints_test/graph]: 10 vertices retrieved
from automatic index in 0.011962890625ms
orientgraph[local:/tmp/blueprints_test/graph]: 0 vertices retrieved
from automatic index in 0.01513671875ms
orientgraph[local:/tmp/blueprints_test/graph]: 10 vertices retrieved
from automatic index in 0.0400390625ms
orientgraph[local:/tmp/blueprints_test/graph]: 10 vertices retrieved
from automatic index in 0.010009765625ms
orientgraph[local:/tmp/blueprints_test/graph]: 10 vertices retrieved
from automatic index in 0.010986328125ms
orientgraph[local:/tmp/blueprints_test/graph]: 0 vertices retrieved
from automatic index in 0.030029296875ms
orientgraph[local:/tmp/blueprints_test/graph]: 10 vertices retrieved
from automatic index in 0.02001953125ms
orientgraph[local:/tmp/blueprints_test/graph]: 0 vertices retrieved
from automatic index in 0.01025390625ms
Testing testAutoIndexPutGetRemoveEdge...
orientgraph[local:/tmp/blueprints_test/graph]: 10 edges retrieved
from automatic index in 0.02001953125ms
orientgraph[local:/tmp/blueprints_test/graph]: 10 edges retrieved
from automatic index in 0.010009765625ms
orientgraph[local:/tmp/blueprints_test/graph]: 0 edges retrieved from
automatic index in 0.010009765625ms
orientgraph[local:/tmp/blueprints_test/graph]: 10 edges retrieved
from automatic index in 0.0390625ms
orientgraph[local:/tmp/blueprints_test/graph]: 10 edges retrieved
from automatic index in 0.01416015625ms
orientgraph[local:/tmp/blueprints_test/graph]: 10 edges retrieved
from automatic index in 0.01611328125ms
orientgraph[local:/tmp/blueprints_test/graph]: 0 edges retrieved from
automatic index in 0.04296875ms
orientgraph[local:/tmp/blueprints_test/graph]: 10 edges retrieved
from automatic index in 0.02197265625ms
orientgraph[local:/tmp/blueprints_test/graph]: 0 edges retrieved from
automatic index in 0.01318359375ms
Testing testAutoIndexSpecificKeysVertex...
orientgraph[local:/tmp/blueprints_test/graph]: 2 properties added to
vertex and automatic index in 10.205078125ms
orientgraph[local:/tmp/blueprints_test/graph]: 1 properties updated
on vertex and automatic index in 1.809326171875ms
orientgraph[local:/tmp/blueprints_test/graph]: 1 vertex removed and
from automatic index in 6.025146484375ms
Testing testAutoIndexSpecificKeysEdge...
orientgraph[local:/tmp/blueprints_test/graph]: 2 properties added to
edge and automatic index in 22.162109375ms
orientgraph[local:/tmp/blueprints_test/graph]: 1 properties updated
on edge and automatic index in 10.866943359375ms
orientgraph[local:/tmp/blueprints_test/graph]: 1 edge removed and
from automatic index in 44.30908203125ms
Testing testAutomaticIndexKeysPersistent...
Testing testEdgeLabelIndexing...
*** TOTAL TIME [AutomaticIndexTestSuite]: 1967.818115234375 ***
Testing testConstructionAutomatic...
orientgraph[local:/tmp/blueprints_test/graph]: 1 transaction mode
retrieved in 0.005859375ms
Testing testModeErrors...
Testing testTransactionsForVertices...
orientgraph[local:/tmp/blueprints_test/graph]: 1 vertex not added in
failed transaction in 0.52099609375ms
orientgraph[local:/tmp/blueprints_test/graph]: 1 vertex added in
successful transaction in 0.7109375ms
Testing testBruteVertexTransactions...
orientgraph[local:/tmp/blueprints_test/graph]: 100 vertices added in
100 successful transactions in 114.530029296875ms
orientgraph[local:/tmp/blueprints_test/graph]: 100 vertices not added
in 100 failed transactions in 3.636962890625ms
orientgraph[local:/tmp/blueprints_test/graph]: 100 vertices added in
1 successful transactions in 2.049072265625ms
orientgraph[local:/tmp/blueprints_test/graph]: 100 vertices not added
in 1 failed transactions in 0.7119140625ms
Testing testTransactionsForEdges...
orientgraph[local:/tmp/blueprints_test/graph]: 1 edge not added in
failed transaction (w/ iteration) in 0.483154296875ms
orientgraph[local:/tmp/blueprints_test/graph]: 1 edge added in
successful transaction (w/ iteration) in 2.072021484375ms
Testing testBruteEdgeTransactions...
orientgraph[local:/tmp/blueprints_test/graph]: 100 edges added in 100
successful transactions (2 vertices added for each edge) in
293.159912109375ms
orientgraph[local:/tmp/blueprints_test/graph]: 100 edges not added in
100 failed transactions (2 vertices added for each edge) in
64.14013671875ms
orientgraph[local:/tmp/blueprints_test/graph]: 100 edges added in 1
successful transactions (2 vertices added for each edge) in
19.21826171875ms
orientgraph[local:/tmp/blueprints_test/graph]: 100 edges not added in
1 failed transactions (2 vertices added for each edge) in
5.510009765625ms
Testing testPropertyTransactions...
orientgraph[local:/tmp/blueprints_test/graph]: 1 vertex added with
string property in a successful transaction in 2.658935546875ms
orientgraph[local:/tmp/blueprints_test/graph]: 1 integer property not
added in a failed transaction in 0.340087890625ms
orientgraph[local:/tmp/blueprints_test/graph]: 2 vertex properties
checked in a successful transaction in 0.032958984375ms
orientgraph[local:/tmp/blueprints_test/graph]: 1 edge property added
and checked in a successful transaction in 1.373046875ms
orientgraph[local:/tmp/blueprints_test/graph]: 1 edge property added
and checked in a failed transaction in 0.503173828125ms
Testing testIndexTransactions...
orientgraph[local:/tmp/blueprints_test/graph]: 1 vertex added and
retrieved from index in a successful transaction in 3.051025390625ms
orientgraph[local:/tmp/blueprints_test/graph]: 1 vertex retrieved
from index outside successful transaction in 0.035888671875ms
orientgraph[local:/tmp/blueprints_test/graph]: 1 vertex not added in
a failed transaction in 0.182861328125ms
orientgraph[local:/tmp/blueprints_test/graph]: 1 vertex not retrieved
in a successful transaction in 0.031982421875ms
Testing testAutomaticIndexExceptionRollback...
Testing testNestedManualTransactions...
Testing testRollbackOpenTxOnGraphClose...
*** TOTAL TIME [TransactionGraphTestSuite]: 1031.988037109375 ***
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 108.557 sec
Running com.tinkerpop.blueprints.pgm.impls.sail.SailGraphTest
Testing testVertexEquality...
sailgraph[memorystore]: 1 vertex added and retrieved in 0.10791015625ms
Testing testAddVertex...
Testing testRemoveVertex...
Testing testRemoveVertexWithEdges...
Testing testGetNonExistantVertices...
Testing testRemoveVertexNullId...
sailgraph[memorystore]: 1000 vertices added in 21.513916015625ms
sailgraph[memorystore]: 1000 vertices deleted in 21.013916015625ms
Testing testVertexIterator...
Testing testAddVertexProperties...
Testing testAddManyVertexProperties...
sailgraph[memorystore]: 750 vertex properties added (with vertices
being added too) in 39.863037109375ms
Testing testRemoveVertexProperties...
Testing testAddingIdProperty...
*** TOTAL TIME [VertexTestSuite]: 355.59814453125 ***
Testing testConstructionAutomatic...
sailgraph[memorystore]: 1 transaction mode retrieved in 0.009765625ms
Testing testModeErrors...
Testing testTransactionsForVertices...
Testing testBruteVertexTransactions...
Testing testTransactionsForEdges...
sailgraph[memorystore]: 1 edge not added in failed transaction (w/
iteration) in 0.31689453125ms
sailgraph[memorystore]: 1 edge added in successful transaction (w/
iteration) in 0.10302734375ms
Testing testBruteEdgeTransactions...
sailgraph[memorystore]: 100 edges added in 100 successful
transactions (2 vertices added for each edge) in 10.964111328125ms
sailgraph[memorystore]: 100 edges not added in 100 failed
transactions (2 vertices added for each edge) in 81.0888671875ms
sailgraph[memorystore]: 100 edges added in 1 successful transactions
(2 vertices added for each edge) in 8.821044921875ms
sailgraph[memorystore]: 100 edges not added in 1 failed transactions
(2 vertices added for each edge) in 9.796875ms
Testing testPropertyTransactions...
Testing testIndexTransactions...
Testing testAutomaticIndexExceptionRollback...
Testing testNestedManualTransactions...
Testing testRollbackOpenTxOnGraphClose...
*** TOTAL TIME [TransactionalGraphTestSuite]: 149.031982421875 ***
Testing testEdgeEquality...
Testing testAddEdges...
sailgraph[memorystore]: 6 elements added and checked in 0.3173828125ms
Testing testAddManyEdges...
sailgraph[memorystore]: 3000 elements added in 82.2509765625ms
sailgraph[memorystore]: 1000 edges counted in 1.892822265625ms
Testing testGetEdges...
Testing testRemoveManyEdges...
sailgraph[memorystore]: 100 edges counted in 0.18896484375ms
sailgraph[memorystore]: 100 edges removed and graph checked in
63.321044921875ms
Testing testAddingDuplicateEdges...
Testing testRemoveEdgesByRemovingVertex...
Testing testRemoveEdges...
Testing testAddingSelfLoops...
Testing testRemoveSelfLoops...
Testing testEdgeIterator...
Testing testAddingRemovingEdgeProperties...
Testing testAddingLabelAndIdProperty...
*** TOTAL TIME [EdgeTestSuite]: 196.953857421875 ***
Testing testEmptyOnConstruction...
Testing testStringRepresentation...
sailgraph[memorystore]: 1 graph string representation generated in
0.011962890625ms
Testing testClear...
sailgraph[memorystore]: 75 elements added in 2.268798828125ms
sailgraph[memorystore]: 75 elements deleted in 0.23779296875ms
Testing testAddingVerticesAndEdges...
Testing testRemovingEdges...
sailgraph[memorystore]: 100 vertices added in 20.48486328125ms
sailgraph[memorystore]: 200 edges added in 12.047119140625ms
sailgraph[memorystore]: 200 edges deleted (with size check on each
delete) in 77.72265625ms
Testing testRemovingVertices...
sailgraph[memorystore]: 500 vertices added in 9.98388671875ms
sailgraph[memorystore]: 250 edges added in 25.943115234375ms
sailgraph[memorystore]: 500 vertices deleted (with size check on each
delete) in 28.35498046875ms
Testing testConnectivityPatterns...
Testing testVertexEdgeLabels...
Testing testTreeConnectivity...
sailgraph[memorystore]: 1464 vertices added in a tree structure in
234.06201171875ms
sailgraph[memorystore]: 1463 edges iterated in 5.301025390625ms
Testing testGraphDataPersists...
*** TOTAL TIME [GraphTestSuite]: 445.994140625 ***
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.24 sec
Running com.tinkerpop.blueprints.pgm.impls.sail.impls.MemoryStoreSailGraphTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running com.tinkerpop.blueprints.pgm.oupls.sail.TinkerGraphSailTest
get statements: ?s ?p ?o ?g
com.tinkerpop.blueprints.pgm.oupls.sail.GraphSailConnection$SimpleStatement@4dddf42f
com.tinkerpop.blueprints.pgm.oupls.sail.GraphSailConnection$SimpleStatement@26ca6199
com.tinkerpop.blueprints.pgm.oupls.sail.GraphSailConnection$SimpleStatement@30cd97b4

get statements: http://tinkerpop.com#3 ?p ?o ?g
com.tinkerpop.blueprints.pgm.oupls.sail.GraphSailConnection$SimpleStatement@9a2c374

SPARQL: SELECT ?x ?y WHERE { ?x <http://tinkerpop.com#knows> ?y }
[y=http://tinkerpop.com#3;x=http://tinkerpop.com#1]

------
v[2]
value=U http://tinkerpop.com#3
------
v[1]
value=U http://tinkerpop.com#1
------
v[0]
value=urn:com.tinkerpop.blueprints.pgm.oupls.sail:namespaces
------
v[6]
value=P josh
------
v[4]
value=P marko
------
e[3][1-U http://tinkerpop.com#knows->2]
cp=U http://tinkerpop.com U http://tinkerpop.com#knows
c=U http://tinkerpop.com
p=U http://tinkerpop.com#knows
------
e[7][2-U http://tinkerpop.com#name->6]
cp=U http://tinkerpop.com U http://tinkerpop.com#name
c=U http://tinkerpop.com
p=U http://tinkerpop.com#name
------
e[5][1-U http://tinkerpop.com#name->4]
cp=U http://tinkerpop.com U http://tinkerpop.com#name
c=U http://tinkerpop.com
p=U http://tinkerpop.com#name
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec
Running com.tinkerpop.blueprints.pgm.impls.rexster.RexsterGraphTest
*** TOTAL TIME [VertexTestSuite]: 0.052001953125 ***
*** TOTAL TIME [EdgeTestSuite]: 0.020263671875 ***
*** TOTAL TIME [GraphTestSuite]: 0.014892578125 ***
*** TOTAL TIME [IndexableGraphTestSuite]: 0.02099609375 ***
*** TOTAL TIME [IndexTestSuite]: 0.010986328125 ***
*** TOTAL TIME [AutomaticIndexTestSuite]: 0.010009765625 ***
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.tinkerpop.blueprints.pgm.impls.tg.TinkerGraphTest
Testing testVertexEquality...
tinkergraph[vertices:2 edges:0]: 1 vertex added and retrieved in
0.06982421875ms
Testing testAddVertex...
Testing testRemoveVertex...
Testing testRemoveVertexWithEdges...
Testing testGetNonExistantVertices...
Testing testRemoveVertexNullId...
tinkergraph[vertices:1000 edges:0]: 1000 vertices added in 1.6708984375ms
tinkergraph[vertices:0 edges:0]: 1000 vertices deleted in 10.86181640625ms
Testing testVertexIterator...
tinkergraph[vertices:5000 edges:0]: 5000 vertices added in 51.026123046875ms
tinkergraph[vertices:5000 edges:0]: 5000 vertices counted in 0.64892578125ms
Testing testAddVertexProperties...
Testing testAddManyVertexProperties...
tinkergraph[vertices:50 edges:0]: 750 vertex properties added (with
vertices being added too) in 44.084228515625ms
Testing testRemoveVertexProperties...
Testing testAddingIdProperty...
*** TOTAL TIME [VertexTestSuite]: 1020.941162109375 ***
Testing testEdgeEquality...
Testing testAddEdges...
tinkergraph[vertices:3 edges:3]: 6 elements added and checked in
0.025146484375ms
Testing testAddManyEdges...
tinkergraph[vertices:2000 edges:1000]: 3000 elements added in 29.2900390625ms
tinkergraph[vertices:2000 edges:1000]: 1000 edges counted in 0.153076171875ms
tinkergraph[vertices:2000 edges:1000]: 2000 vertices counted in
0.276123046875ms
tinkergraph[vertices:2000 edges:1000]: 2000 vertices checked in 1.86474609375ms
Testing testGetEdges...
tinkergraph[vertices:3 edges:3]: 3 edges retrieved in 0.013916015625ms
Testing testRemoveManyEdges...
tinkergraph[vertices:200 edges:100]: 200 vertices counted in 0.010009765625ms
tinkergraph[vertices:200 edges:100]: 100 edges counted in 0.0048828125ms
tinkergraph[vertices:200 edges:0]: 100 edges removed and graph
checked in 42.541015625ms
Testing testAddingDuplicateEdges...
Testing testRemoveEdgesByRemovingVertex...
Testing testRemoveEdges...
Testing testAddingSelfLoops...
Testing testRemoveSelfLoops...
Testing testEdgeIterator...
Testing testAddingRemovingEdgeProperties...
Testing testAddingLabelAndIdProperty...
*** TOTAL TIME [EdgeTestSuite]: 357.098876953125 ***
Testing testEmptyOnConstruction...
Testing testStringRepresentation...
tinkergraph[vertices:0 edges:0]: 1 graph string representation
generated in 0.004150390625ms
Testing testClear...
tinkergraph[vertices:50 edges:25]: 75 elements added in 0.09716796875ms
tinkergraph[vertices:0 edges:0]: 75 elements deleted in 0.0029296875ms
Testing testAddingVerticesAndEdges...
Testing testRemovingEdges...
tinkergraph[vertices:100 edges:0]: 100 vertices added in 0.067138671875ms
tinkergraph[vertices:100 edges:199]: 200 edges added in 3.629638671875ms
tinkergraph[vertices:100 edges:0]: 200 edges deleted (with size check
on each delete) in 7.051025390625ms
Testing testRemovingVertices...
tinkergraph[vertices:500 edges:0]: 500 vertices added in 0.32275390625ms
tinkergraph[vertices:500 edges:250]: 250 edges added in 19.2578125ms
tinkergraph[vertices:0 edges:0]: 500 vertices deleted (with size
check on each delete) in 27.20703125ms
Testing testConnectivityPatterns...
Testing testVertexEdgeLabels...
Testing testTreeConnectivity...
tinkergraph[vertices:1464 edges:1463]: 1464 vertices added in a tree
structure in 7.411865234375ms
tinkergraph[vertices:1464 edges:1463]: 1464 vertices iterated in
0.368896484375ms
tinkergraph[vertices:1464 edges:1463]: 1463 edges iterated in 0.405029296875ms
Testing testGraphDataPersists...
tinkergraph[vertices:2 edges:1]: 1 graph loaded in 5.398681640625ms
*** TOTAL TIME [GraphTestSuite]: 240.39990234375 ***
Testing testReadingTinkerGraph...
tinkergraph[vertices:6 edges:6]: graph-example-1 loaded in 1.3056640625ms
Testing testTinkerGraphEdges...
tinkergraph[vertices:6 edges:6]: graph-example-1 loaded in 0.957275390625ms
Testing testTinkerGraphVertices...
tinkergraph[vertices:6 edges:6]: graph-example-1 loaded in 0.8271484375ms
Testing testTinkerGraphSoftwareVertices...
tinkergraph[vertices:6 edges:6]: graph-example-1 loaded in 1.03662109375ms
Testing testTinkerGraphVertexAndEdges...
tinkergraph[vertices:6 edges:6]: graph-example-1 loaded in 0.972900390625ms
Testing testGratefulGraph...
tinkergraph[vertices:809 edges:8049]: graph-example-2 loaded in
183.5751953125ms
Testing testReadingTinkerGraphExample3...
tinkergraph[vertices:6 edges:6]: graph-example-3 loaded in 1.829345703125ms
Testing testReadingTinkerGraphExample3MappingLabels...
tinkergraph[vertices:6 edges:6]: graph-example-3 loaded in 1.0419921875ms
Testing testReadingTinkerGraphExample3MappingIDs...
tinkergraph[vertices:6 edges:6]: graph-example-3 loaded in 1.676025390625ms
Testing testReadingTinkerGraphExample3MappingAll...
tinkergraph[vertices:6 edges:6]: graph-example-3 loaded in 1.14306640625ms
Testing testMigratingTinkerGraphExample3...
tinkergraph[vertices:6 edges:6]: graph-example-3 loaded in 0.973876953125ms
tinkergraph[vertices:6 edges:6]: graph-example-3 migrated in 554.824951171875ms
*** TOTAL TIME [GraphMLReaderTestSuite]: 1839.373046875 ***
Testing testNoManualIndicesOnConstruction...
tinkergraph[vertices:0 edges:0]: 2 indices iterated through in 0.014892578125ms
Testing testAutomaticIndicesOnConstruction...
tinkergraph[vertices:0 edges:0]: 2 automatic indices retrieved in
0.0068359375ms
Testing testCreateDropIndices...
tinkergraph[vertices:0 edges:0]: 2 indices dropped in 0.0048828125ms
tinkergraph[vertices:0 edges:0]: 3 indices created in 0.0126953125ms
tinkergraph[vertices:0 edges:0]: 3 indices dropped and index iterable
checked for consistency in 0.009033203125ms
Testing testNonExistentIndices...
tinkergraph[vertices:0 edges:0]: 2 indices dropped in 0.001953125ms
tinkergraph[vertices:0 edges:0]: 3 non-existent indices retrieved
with runtime exceptions in 0.032958984375ms
Testing testIndexPersistence...
tinkergraph[vertices:1 edges:0]: 2 indices created and 1 vertex added
and checked in 0.027099609375ms
tinkergraph[vertices:1 edges:0]: 2 indices reloaded and 1 vertex
checked in 0.012939453125ms
tinkergraph[vertices:0 edges:0]: 2 indices reloaded and 1 vertex
checked and then removed in 0.116943359375ms
tinkergraph[vertices:0 edges:0]: 2 indices reloaded and checked to
ensure empty in 0.009033203125ms
Testing testIndicesDroppedOnClear...
Testing testIndexDropPersistence...
tinkergraph[vertices:0 edges:0]: 2 indices dropped in 0.0048828125ms
Testing testExceptionOnIndexOverwrite...
tinkergraph[vertices:0 edges:0]: 5 attempt(s) to overwrite existing
indices in 22.505126953125ms
*** TOTAL TIME [IndexableGraphTestSuite]: 43.828857421875 ***
Testing testPutGetRemoveVertex...
tinkergraph[vertices:0 edges:0]: 1 manual index created in 0.0048828125ms
tinkergraph[vertices:2 edges:0]: 2 vertices manually index in 0.0048828125ms
tinkergraph[vertices:1 edges:0]: 1 vertex removed and automatically
removed from index in 0.03076171875ms
tinkergraph[vertices:0 edges:0]: 1 vertex removed and automatically
removed from index in 0.017333984375ms
Testing testPutGetRemoveEdge...
tinkergraph[vertices:0 edges:0]: 1 manual index created in 0.001953125ms
tinkergraph[vertices:2 edges:2]: 2 edges manually index in 0.003173828125ms
tinkergraph[vertices:2 edges:1]: 1 edge removed and automatically
removed from index in 0.019287109375ms
tinkergraph[vertices:2 edges:0]: 1 edge removed and automatically
removed from index in 0.01513671875ms
*** TOTAL TIME [IndexTestSuite]: 2.329833984375 ***
Testing testAutoIndexKeyManagement...
tinkergraph[vertices:0 edges:0]: 2 automatic index keys added in 0.001953125ms
tinkergraph[vertices:0 edges:0]: 2 automatic index keys retrieved in
0.003173828125ms
Testing testAutoIndexPutGetRemoveVertex...
tinkergraph[vertices:10 edges:0]: 10 vertices retrieved from
automatic index in 0.0048828125ms
tinkergraph[vertices:10 edges:0]: 10 vertices retrieved from
automatic index in 0.002197265625ms
tinkergraph[vertices:10 edges:0]: 0 vertices retrieved from automatic
index in 0.01806640625ms
tinkergraph[vertices:20 edges:0]: 10 vertices retrieved from
automatic index in 0.00390625ms
tinkergraph[vertices:20 edges:0]: 10 vertices retrieved from
automatic index in 0.00390625ms
tinkergraph[vertices:20 edges:0]: 10 vertices retrieved from
automatic index in 0.004150390625ms
tinkergraph[vertices:20 edges:0]: 0 vertices retrieved from automatic
index in 0.002685546875ms
tinkergraph[vertices:20 edges:0]: 10 vertices retrieved from
automatic index in 0.004150390625ms
tinkergraph[vertices:20 edges:0]: 0 vertices retrieved from automatic
index in 0.00390625ms
Testing testAutoIndexPutGetRemoveEdge...
tinkergraph[vertices:20 edges:10]: 10 edges retrieved from automatic
index in 0.0078125ms
tinkergraph[vertices:20 edges:10]: 10 edges retrieved from automatic
index in 0.0048828125ms
tinkergraph[vertices:20 edges:10]: 0 edges retrieved from automatic
index in 0.00390625ms
tinkergraph[vertices:40 edges:20]: 10 edges retrieved from automatic
index in 0.005126953125ms
tinkergraph[vertices:40 edges:20]: 10 edges retrieved from automatic
index in 0.0048828125ms
tinkergraph[vertices:40 edges:20]: 10 edges retrieved from automatic
index in 0.003662109375ms
tinkergraph[vertices:40 edges:20]: 0 edges retrieved from automatic
index in 0.00390625ms
tinkergraph[vertices:40 edges:20]: 10 edges retrieved from automatic
index in 0.0048828125ms
tinkergraph[vertices:40 edges:20]: 0 edges retrieved from automatic
index in 0.004150390625ms
Testing testAutoIndexSpecificKeysVertex...
tinkergraph[vertices:1 edges:0]: 2 properties added to vertex and
automatic index in 0.036865234375ms
tinkergraph[vertices:1 edges:0]: 1 properties updated on vertex and
automatic index in 0.004150390625ms
tinkergraph[vertices:0 edges:0]: 1 vertex removed and from automatic
index in 0.278076171875ms
Testing testAutoIndexSpecificKeysEdge...
tinkergraph[vertices:2 edges:1]: 2 properties added to edge and
automatic index in 0.02294921875ms
tinkergraph[vertices:2 edges:1]: 1 properties updated on edge and
automatic index in 0.004150390625ms
tinkergraph[vertices:2 edges:0]: 1 edge removed and from automatic
index in 0.131103515625ms
Testing testAutomaticIndexKeysPersistent...
Testing testEdgeLabelIndexing...
*** TOTAL TIME [AutomaticIndexTestSuite]: 31.18798828125 ***
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.542 sec
Running com.tinkerpop.blueprints.pgm.util.GraphHelperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running com.tinkerpop.blueprints.pgm.impls.readonly.ReadOnlyGraphTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.tinkerpop.blueprints.pgm.impls.sail.impls.NativeStoreSailGraphTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running com.tinkerpop.blueprints.pgm.oupls.sail.OrientGraphSailTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running com.tinkerpop.blueprints.pgm.util.AutomaticIndexHelperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running com.tinkerpop.blueprints.pgm.util.IndexableGraphHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running com.tinkerpop.blueprints.pgm.impls.sail.impls.LinkedDataSailGraphTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec
Running com.tinkerpop.blueprints.pgm.impls.dex.DexGraphTest
Testing testVertexEquality...
java.lang.UnsatisfiedLinkError:
/private/var/folders/57/579ojqd4GsiZRuMWRQ9azFmGx9w/-Tmp-/.jdex725544438867763648.LibsDir/libstlport.dylib:
no suitable image found. Did find:
/private/var/folders/57/579ojqd4GsiZRuMWRQ9azFmGx9w/-Tmp-/.jdex725544438867763648.LibsDir/libstlport.dylib:
unknown required load command 0x80000022
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1823)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1699)
at java.lang.Runtime.load0(Runtime.java:770)
at java.lang.System.load(System.java:1020)
at edu.upc.dama.dex.core.DEX.loadLibrary(DEX.java:532)
at edu.upc.dama.dex.core.DEX.<clinit>(DEX.java:634)
at com.tinkerpop.blueprints.pgm.impls.dex.DexGraph.<init>(DexGraph.java:93)
at com.tinkerpop.blueprints.pgm.impls.dex.DexGraphTest.getGraphInstance(DexGraphTest.java:87)
at com.tinkerpop.blueprints.pgm.VertexTestSuite.testVertexEquality(VertexTestSuite.java:26)


at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)

at com.tinkerpop.blueprints.pgm.impls.dex.DexGraphTest.doTestSuite(DexGraphTest.java:101)
at com.tinkerpop.blueprints.pgm.impls.dex.DexGraphTest.testVertexTestSuite(DexGraphTest.java:37)


at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)

at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:79)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)


at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)

at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
Testing testEdgeEquality...
Testing testEmptyOnConstruction...
Testing testReadingTinkerGraph...
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.087
sec <<< FAILURE!

Results :

Tests in error:
testVertexTestSuite(com.tinkerpop.blueprints.pgm.impls.dex.DexGraphTest)
testEdgeTestSuite(com.tinkerpop.blueprints.pgm.impls.dex.DexGraphTest)
testGraphTestSuite(com.tinkerpop.blueprints.pgm.impls.dex.DexGraphTest)
testGraphMLReaderTestSuite(com.tinkerpop.blueprints.pgm.impls.dex.DexGraphTest)

Tests run: 124, Failures: 0, Errors: 4, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to
/Users/qvh/graphDB/tinkerpop-blueprints-1026dcf/target/surefire-reports


for the individual test results.
[INFO] ------------------------------------------------------------------------

[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 54 seconds
[INFO] Finished at: Thu Mar 24 14:17:15 EDT 2011
[INFO] Final Memory: 38M/89M
[INFO] ------------------------------------------------------------------------
dyn091023203:tinkerpop-blueprints-1026dcf qvh$ vim
/Users/qvh/graphDB/tinkerpop-blueprints-1026dcf/target/surefire-reports/

" ============================================================================
" Netrw Directory Listing (netrw v132)
" /Users/qvh/graphDB/tinkerpop-blueprints-1026dcf/target/surefire-reports
" Sorted by name
" ============================================================================
" Netrw Directory Listing (netrw v132)
" /Users/qvh/graphDB/tinkerpop-blueprints-1026dcf/target/surefire-reports
" Sorted by name
" Sort sequence:
[\/]$,\.h$,\.c$,\.cpp$,*,\.o$,\.obj$,\.info$,\.swp$,\.bak$,\~$
" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:exec
" ============================================================================
../
TEST-com.tinkerpop.blueprints.pgm.impls.dex.DexGraphTest.xml
TEST-com.tinkerpop.blueprints.pgm.impls.neo4j.Neo4jGraphTest.xml
TEST-com.tinkerpop.blueprints.pgm.impls.orientdb.OrientGraphTest.xml
TEST-com.tinkerpop.blueprints.pgm.impls.readonly.ReadOnlyGraphTest.xml
TEST-com.tinkerpop.blueprints.pgm.impls.rexster.RexsterGraphTest.xml
TEST-com.tinkerpop.blueprints.pgm.impls.sail.SailGraphTest.xml
TEST-com.tinkerpop.blueprints.pgm.impls.sail.impls.LinkedDataSailGraphTest.xml
TEST-com.tinkerpop.blueprints.pgm.impls.sail.impls.MemoryStoreSailGraphTest.xml
TEST-com.tinkerpop.blueprints.pgm.impls.sail.impls.NativeStoreSailGraphTest.xml
TEST-com.tinkerpop.blueprints.pgm.impls.tg.TinkerGraphTest.xml
TEST-com.tinkerpop.blueprints.pgm.oupls.jung.GraphJungTest.xml
TEST-com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest.xml
TEST-com.tinkerpop.blueprints.pgm.oupls.sail.OrientGraphSailTest.xml
TEST-com.tinkerpop.blueprints.pgm.oupls.sail.TinkerGraphSailTest.xml
TEST-com.tinkerpop.blueprints.pgm.util.AutomaticIndexHelperTest.xml
TEST-com.tinkerpop.blueprints.pgm.util.EdgeHelperTest.xml
TEST-com.tinkerpop.blueprints.pgm.util.ElementHelperTest.xml
TEST-com.tinkerpop.blueprints.pgm.util.GraphHelperTest.xml
TEST-com.tinkerpop.blueprints.pgm.util.IndexableGraphHelperTest.xml
TEST-com.tinkerpop.blueprints.pgm.util.TransactionalGraphHelperTest.xml
com.tinkerpop.blueprints.pgm.impls.dex.DexGraphTest.txt
com.tinkerpop.blueprints.pgm.impls.neo4j.Neo4jGraphTest.txt
com.tinkerpop.blueprints.pgm.impls.orientdb.OrientGraphTest.txt
com.tinkerpop.blueprints.pgm.impls.readonly.ReadOnlyGraphTest.txt
com.tinkerpop.blueprints.pgm.impls.rexster.RexsterGraphTest.txt
com.tinkerpop.blueprints.pgm.impls.sail.SailGraphTest.txt
com.tinkerpop.blueprints.pgm.impls.sail.impls.LinkedDataSailGraphTest.txt
com.tinkerpop.blueprints.pgm.impls.sail.impls.MemoryStoreSailGraphTest.txt
com.tinkerpop.blueprints.pgm.impls.sail.impls.NativeStoreSailGraphTest.txt
com.tinkerpop.blueprints.pgm.impls.tg.TinkerGraphTest.txt
com.tinkerpop.blueprints.pgm.oupls.jung.GraphJungTest.txt
com.tinkerpop.blueprints.pgm.oupls.sail.Neo4jGraphSailTest.txt
com.tinkerpop.blueprints.pgm.oupls.sail.OrientGraphSailTest.txt
com.tinkerpop.blueprints.pgm.oupls.sail.TinkerGraphSailTest.txt
com.tinkerpop.blueprints.pgm.util.AutomaticIndexHelperTest.txt
com.tinkerpop.blueprints.pgm.util.EdgeHelperTest.txt
com.tinkerpop.blueprints.pgm.util.ElementHelperTest.txt
com.tinkerpop.blueprints.pgm.util.GraphHelperTest.txt
com.tinkerpop.blueprints.pgm.util.IndexableGraphHelperTest.txt
com.tinkerpop.blueprints.pgm.util.TransactionalGraphHelperTest.txt

Marko Rodriguez

unread,
Mar 24, 2011, 2:35:44 PM3/24/11
to gremli...@googlegroups.com
Hi guys,

I'm just 'mvn clean install'ed the latest code and am not getting any build/test errors ...

Looking at the error, it looks like a low-level library linking error with Dex ?? .. For now, you can simply set <property>testDexGraph</property> to false.

One thing that I can think of is that I have the Personal Trial Dex JAR available through TinkerPop maven2. Perhaps the JAR is smart to know that it should only be on my computer? !?! ... DEX guys-- thoughts?

<dependency>
<groupId>edu.upc.dama</groupId>
<artifactId>dex</artifactId>
<version>4.0.0</version>
</dependency>

Marko.

http://markorodriguez.com

Daniel Quest

unread,
Mar 24, 2011, 2:52:57 PM3/24/11
to gremli...@googlegroups.com
That fixed it for me.. hope it works for you Peter

-Daniel

Peter Uhrig

unread,
Mar 24, 2011, 5:58:44 PM3/24/11
to Gremlin-users
On 24 Mrz., 19:52, Daniel Quest <daniel.qu...@gmail.com> wrote:
> That fixed it for me.. hope it works for you Peter

Nope, although I get less errors now again. But the one original error
remains on the Ubuntu Box.
I also installed git and maven on my home PC (Win XP, 2 GB, Core2 Duo)
and ran the build process twice (also with the modified pom.xml as
suggested by Marko). It failed twice with different errors.
I uploaded the full logs to
http://www.dozenten.anglistik.phil.uni-erlangen.de/~pruhrig/log_ubuntu5.txt
http://www.dozenten.anglistik.phil.uni-erlangen.de/~pruhrig/log_windows1.txt
http://www.dozenten.anglistik.phil.uni-erlangen.de/~pruhrig/log_windows2.txt

This is the end of the Ubuntu log:

Results :

Tests in error:

testGraphMLReaderTestSuite(com.tinkerpop.blueprints.pgm.impls.tg.TinkerGraphTest)

Tests run: 124, Failures: 0, Errors: 1, Skipped: 0
[INFO] Total time: 71 minutes 3 seconds
[INFO] Finished at: Thu Mar 24 22:02:41 CET 2011
[INFO] Final Memory: 26M/62M
[INFO]
------------------------------------------------------------------------

Peter Uhrig

unread,
Mar 25, 2011, 6:55:06 AM3/25/11
to Gremlin-users
Hi,

me again. Does anybody understand the ubuntu log reference in my last
post and can tell me what is going wrong?
I thought about it and wonder whether anything in the build process is
64bit dependent. (The box is only 32bit and my Windows machine only
runs 32bit Windows, too.)

java -version says:
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) Client VM (build 17.1-b03, mixed mode, sharing)
(On Windows it's 1.6.0_24)

So to me that looks like Sun/Oracle. I guess that should be all right,
too. Or should I try something different?

Best,
Peter

Daniel Quest

unread,
Mar 25, 2011, 11:36:52 AM3/25/11
to gremli...@googlegroups.com
Hi Peter,

I got ahold of a Ubuntu box and was able to build it without problems
this morning...

...
[INFO] [install:install {execution: default-install}]
[INFO] Installing
/home/qvh/blueprints/target/blueprints-0.6-SNAPSHOT.jar to
/home/qvh/.m2/repository/com/tinkerpop/blueprints/0.6-SNAPSHOT/blueprints-0.6-SNAPSHOT.jar
[INFO] Installing
/home/qvh/blueprints/target/blueprints-0.6-SNAPSHOT-tests.jar to
/home/qvh/.m2/repository/com/tinkerpop/blueprints/0.6-SNAPSHOT/blueprints-0.6-SNAPSHOT-tests.jar
[INFO] Installing
/home/qvh/blueprints/target/blueprints-0.6-SNAPSHOT.zip to
/home/qvh/.m2/repository/com/tinkerpop/blueprints/0.6-SNAPSHOT/blueprints-0.6-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18 minutes 51 seconds
[INFO] Finished at: Fri Mar 25 10:05:28 EDT 2011
[INFO] Final Memory: 32M/103M
[INFO] ------------------------------------------------------------------------
qvh@quest:~/blueprints$
qvh@quest:~/blueprints$ uname -a
Linux quest 2.6.31-22-generic #69-Ubuntu SMP Wed Nov 24 08:51:08 UTC
2010 i686 GNU/Linux
box has 4gigs of ram and 64bit (90% sure on that)

Wish I could help you more.

-Daniel

Reply all
Reply to author
Forward
0 new messages