You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by Christos Oikonomou <ch...@gmail.com> on 2015/03/30 21:18:57 UTC

Problem with build

Hello to all
I am trying to begin to see how tinkerpop code works and I am facing this
problem, when I try mvn clean install.

[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] TinkerPop3: A Graph Computing Framework ............ SUCCESS [
 5.846 s]
[INFO] Gremlin Core: The Primary Components of TinkerPop3 . SUCCESS [01:19
min]
[INFO] Gremlin Algorithms: Graph Computing Algorithms for TinkerPop3
SUCCESS [ 13.339 s]
[INFO] Gremlin Test: Gremlin Structure and Process Test Suite SUCCESS [
59.310 s]
[INFO] Gremlin Groovy: Gremlin for the Groovy Language .... SUCCESS [
13.928 s]
[INFO] Gremlin Groovy Test: Gremlin Structure and Process Test Suite
SUCCESS [ 27.589 s]
[INFO] TinkerGraph Gremlin: The Reference Implementation of TinkerPop3
FAILURE [03:35 min]
[INFO] Neo4j Gremlin: An Implementation of TinkerPop3 for the Neo4j Graph
Database SKIPPED
[INFO] Hadoop Gremlin: An Implementation of TinkerPop3 for Hadoop SKIPPED
[INFO] Gremlin Driver: Connect to Gremlin Server with Java  SKIPPED
[INFO] Gremlin Server: Gremlin on the Server .............. SKIPPED
[INFO] Gremlin Console: Gremlin Groovy REPL ............... SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 06:56 min
[INFO] Finished at: 2015-03-30T22:15:20+03:00
[INFO] Final Memory: 39M/266M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-tes
t) on project tinkergraph-gremlin: There are test failures.
[ERROR]
[ERROR] Please refer to
C:\Users\Christos\Documents\GitHub\tinkerpop3\tinkergraph-gremlin\target\sur
efire-reports for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal org.apache.maven.plug
ins:maven-surefire-plugin:2.17:test (default-test) on project
tinkergraph-gremlin: There are test fa
ilures.

Please refer to
C:\Users\Christos\Documents\GitHub\tinkerpop3\tinkergraph-gremlin\target\surefire-re
ports for the individual test results.
        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
ilder.java:116)
        at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
ilder.java:80)
        at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(Si
ngleThreadedBuilder.java:51)
        at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
        at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
        at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
        at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test
failures.

Please refer to
C:\Users\Christos\Documents\GitHub\tinkerpop3\tinkergraph-gremlin\target\surefire-re
ports for the individual test results.
        at
org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:82)
        at
org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:195)
        at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(Ab
stractSurefireMojo.java:861)
        at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:7
29)
        at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.j
ava:132)
        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
        ... 19 more
[ERROR]
[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 arti
cles:
[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 :tinkergraph-gremlin

Have you an idea what I am doing wrong? I did not change anything , why
this tests failing!
Also I want to ask if you use any specific IDE?

Thank you in advance.

Regards
Christos

Re: Problem with build

Posted by Christos Oikonomou <ch...@gmail.com>.
On ubuntu everything works fine with all the tests!

On Thu, Apr 2, 2015 at 8:02 PM, Christos Oikonomou <ch...@gmail.com>
wrote:

> Thanks for your answer sorry Bob for all this trouble! I will try to boot
> my computer to unix also in order to be on the same page.
>
> On Thu, Apr 2, 2015 at 3:38 PM, Bob Briody <bo...@datastax.com>
> wrote:
>
>> Hello,
>>
>> This test relies on some methods of timing that are slightly inaccurate. I
>> probably need to increase the tolerance of the expected values to ensure
>> that minor fluctuations do not cause a failure.
>>
>> In the meantime, I suggest trying the build again. If that doesn't work
>> then you can either disable that particular test or build the project with
>> -DskipTests.
>>
>> Thanks for reporting this.
>>
>> Bob
>>
>>
>>
>> On Thu, Apr 2, 2015 at 12:28 AM, Christos Oikonomou <
>> chrikon1994@gmail.com>
>> wrote:
>>
>> > Hello to all
>> > I continue facing problems with build! I pull all the changes yesterday
>> and
>> > I had this. Do someone have any idea what is wrong?
>> >
>> > Test set:
>> >
>> >
>> org.apache.tinkerpop.gremlin.tinkergraph.process.TinkerGraphProcessStandardTest
>> >
>> >
>> -------------------------------------------------------------------------------
>> > Tests run: 317, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 20.027
>> > sec <<< FAILURE! - in
>> >
>> >
>> org.apache.tinkerpop.gremlin.tinkergraph.process.TinkerGraphProcessStandardTest
>> >
>> >
>> g_V_sleep_sleep_profile(org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.ProfileTest$Traversals)
>> >  Time elapsed: 0.162 sec  <<< FAILURE!
>> > java.lang.AssertionError: Duration should be at least the length of the
>> > sleep: 59
>> > at org.junit.Assert.fail(Assert.java:88)
>> > at org.junit.Assert.assertTrue(Assert.java:41)
>> > at
>> >
>> >
>> org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.ProfileTest.g_V_sleep_sleep_profile(ProfileTest.java:143)
>> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> > at
>> >
>> >
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>> > at
>> >
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> > at java.lang.reflect.Method.invoke(Method.java:483)
>> > at
>> >
>> >
>> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
>> > at
>> >
>> >
>> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>> > at
>> >
>> >
>> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
>> > at
>> >
>> >
>> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>> > at
>> >
>> >
>> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>> > at
>> >
>> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>> > at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>> > at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>> > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>> > at
>> >
>> >
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
>> > at
>> >
>> >
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
>> > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>> > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>> > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>> > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>> > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>> > at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>> > at org.junit.runners.Suite.runChild(Suite.java:127)
>> > at
>> >
>> >
>> org.apache.tinkerpop.gremlin.AbstractGremlinSuite.runChild(AbstractGremlinSuite.java:258)
>> > at
>> >
>> >
>> org.apache.tinkerpop.gremlin.AbstractGremlinSuite.runChild(AbstractGremlinSuite.java:60)
>> > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>> > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>> > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>> > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>> > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>> > at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>> > at
>> >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
>> > at
>> >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
>> > at
>> >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
>> > at
>> >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
>> > at
>> >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
>> > at
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>> >
>> >
>> > Thank you all in advance
>> >
>> > Christos
>> >
>> > On Tue, Mar 31, 2015 at 6:04 AM, Christos Oikonomou <
>> chrikon1994@gmail.com
>> > >
>> > wrote:
>> >
>> > > Stephen sorry for the delay I will answer you when Neo4j tests finish.
>> > >
>> > > On Mon, Mar 30, 2015 at 11:48 PM, Stephen Mallette <
>> spmallette@gmail.com
>> > >
>> > > wrote:
>> > >
>> > >> Christos, I just pushed some changes - one affects the IoTest which
>> was
>> > >> the
>> > >> one you were having trouble with.  Those tests should now reference
>> the
>> > >> local /target directory for each respective module running tests.  If
>> > you
>> > >> pull the latest code, that might just solve your problem.
>> > >>
>> > >> On Mon, Mar 30, 2015 at 4:20 PM, Nick DeYoung <
>> deyoung.nick@gmail.com>
>> > >> wrote:
>> > >>
>> > >> > or create a windows equivalent of a symbolic link via mklink
>> > >> >
>> > >> >
>> > >> >
>> > >>
>> >
>> http://www.sevenforums.com/tutorials/278262-mklink-create-use-links-windows.html
>> > >> >
>> > >> > or
>> > >> >
>> > >> > http://lifehacker.com/5496652/how-to-use-symlinks-in-windows
>> > >> >
>> > >> >
>> > >> >
>> > >> >
>> > >> >
>> > >> > On Mon, Mar 30, 2015 at 12:47 PM, Stephen Mallette <
>> > >> spmallette@gmail.com>
>> > >> > wrote:
>> > >> >
>> > >> > > not sure - the surefire report says it can't find /tmp -
>> Christos,
>> > are
>> > >> > you
>> > >> > > able to create that directory at the root of C: to see if it
>> helps?
>> > >> > maybe
>> > >> > > it just wants C:/tmp to exist.  Please let me know if that gets
>> you
>> > >> > passed
>> > >> > > your problem.  In the mean time, i can look into a more long term
>> > fix.
>> > >> > >
>> > >> > > On Mon, Mar 30, 2015 at 3:32 PM, Marko Rodriguez <
>> > >> okrammarko@gmail.com>
>> > >> > > wrote:
>> > >> > >
>> > >> > > > Hi,
>> > >> > > >
>> > >> > > > Looks like something about being on a Windows box. @spmallette
>> --
>> > >> any
>> > >> > > > thoughts on builds and Windows?
>> > >> > > >
>> > >> > > > Marko.
>> > >> > > >
>> > >> > > > http://markorodriguez.com
>> > >> > > >
>> > >> > > > On Mar 30, 2015, at 1:28 PM, Christos Oikonomou <
>> > >> chrikon1994@gmail.com
>> > >> > >
>> > >> > > > wrote:
>> > >> > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> -------------------------------------------------------------------------------
>> > >> > > > > Test set:
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> -------------------------------------------------------------------------------
>> > >> > > > > Tests run: 787, Failures: 0, Errors: 24, Skipped: 184, Time
>> > >> elapsed:
>> > >> > > > 13.241
>> > >> > > > > sec <<< FAILURE! - in
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
>> > >> > > > >
>> > >> shouldReadWriteModernToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > Time
>> > >> > > > > elapsed: 0.084 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteModernToKryo(IoTest.java:366)
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> shouldReadWriteVertexWithBOTHINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.009 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHINEdgesToKryo(IoTest.java:1698)
>> > >> > > > >
>> > >> > > > >
>> > shouldReadWriteCrewToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > Time
>> > >> > > > > elapsed: 0.041 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteCrewToKryo(IoTest.java:422)
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> shouldReadWriteVertexWithININEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.013 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithININEdgesToKryo(IoTest.java:1409)
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> shouldReadWriteVertexWithINBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.01 sec  <<< ERROR!
>> > >> > > > > java.lang.Exception: Unexpected exception,
>> > >> > > > > expected<java.lang.IllegalStateException> but
>> > >> > > > > was<java.lang.IllegalArgumentException>
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINBOTHEdgesToKryo(IoTest.java:1929)
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> shouldReadWriteVertexWithBOTHOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.011 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHOUTEdgesToKryo(IoTest.java:1804)
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> shouldReadWriteVertexWithOUTINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.03 sec  <<< ERROR!
>> > >> > > > > java.lang.Exception: Unexpected exception,
>> > >> > > > > expected<java.lang.IllegalStateException> but
>> > >> > > > > was<java.lang.IllegalArgumentException>
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTINEdgesToKryo(IoTest.java:1977)
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> shouldReadWriteDetachedEdgeAsReferenceToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.01 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeAsReferenceToKryo(IoTest.java:644)
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> shouldReadWriteEdgeToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.008 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryoUsingFloatProperty(IoTest.java:574)
>> > >> > > > >
>> > >> > > > >
>> shouldSupportUUIDInKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> Time
>> > >> > > > > elapsed: 0.017 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldSupportUUIDInKryo(IoTest.java:891)
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> shouldReadWriteVertexWithINOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.009 sec  <<< ERROR!
>> > >> > > > > java.lang.Exception: Unexpected exception,
>> > >> > > > > expected<java.lang.IllegalStateException> but
>> > >> > > > > was<java.lang.IllegalArgumentException>
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINOUTEdgesToKryo(IoTest.java:1953)
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.008 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(IoTest.java:929)
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.008 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(IoTest.java:1508)
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.009 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(IoTest.java:1024)
>> > >> > > > >
>> > >> > > > >
>> > >> shouldReadWriteClassicToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > Time
>> > >> > > > > elapsed: 0.048 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteClassicToKryo(IoTest.java:450)
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> shouldReadWriteVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.009 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryo(IoTest.java:960)
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> shouldReadWriteVertexWithOUTBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.01 sec  <<< ERROR!
>> > >> > > > > java.lang.Exception: Unexpected exception,
>> > >> > > > > expected<java.lang.IllegalStateException> but
>> > >> > > > > was<java.lang.IllegalArgumentException>
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTBOTHEdgesToKryo(IoTest.java:1905)
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> shouldReadWriteDetachedVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.008 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexNoEdgesToKryo(IoTest.java:992)
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> shouldReadWriteVerticesNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.023 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryo(IoTest.java:1248)
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> shouldReadWriteVertexMultiPropsNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.008 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexMultiPropsNoEdgesToKryo(IoTest.java:1056)
>> > >> > > > >
>> > >> > > > >
>> > >> > >
>> > >>
>> >
>> shouldReadWriteDetachedEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.008 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeToKryo(IoTest.java:678)
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> shouldReadWriteVerticesNoEdgesToKryoManual(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.112 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryoManual(IoTest.java:1220)
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> shouldReadWriteVertexWithOUTOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > > > > Time elapsed: 0.013 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTOUTEdgesToKryo(IoTest.java:1312)
>> > >> > > > >
>> > >> > > > >
>> > shouldReadWriteEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > >> > Time
>> > >> > > > > elapsed: 0.008 sec  <<< ERROR!
>> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory
>> or
>> > >> does
>> > >> > not
>> > >> > > > > exist
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > >> > > > > at
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryo(IoTest.java:610)
>> > >> > > > >
>> > >> > > > > On Mon, Mar 30, 2015 at 10:23 PM, Marko Rodriguez <
>> > >> > > okrammarko@gmail.com>
>> > >> > > > > wrote:
>> > >> > > > >
>> > >> > > > >> Hello,
>> > >> > > > >>
>> > >> > > > >>> Please refer to
>> > >> > > > >>>
>> > >> > > > >>
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> C:\Users\Christos\Documents\GitHub\tinkerpop3\tinkergraph-gremlin\target\surefire-re
>> > >> > > > >>> ports for the individual test results.
>> > >> > > > >>
>> > >> > > > >> What do the surefire-reports say?
>> > >> > > > >>
>> > >> > > > >> Marko.
>> > >> > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >> >
>> > >> >
>> > >> > --
>> > >> > // ndy
>> > >> >
>> > >>
>> > >
>> > >
>> >
>>
>
>

Re: Problem with build

Posted by Christos Oikonomou <ch...@gmail.com>.
Thanks for your answer sorry Bob for all this trouble! I will try to boot
my computer to unix also in order to be on the same page.

On Thu, Apr 2, 2015 at 3:38 PM, Bob Briody <bo...@datastax.com> wrote:

> Hello,
>
> This test relies on some methods of timing that are slightly inaccurate. I
> probably need to increase the tolerance of the expected values to ensure
> that minor fluctuations do not cause a failure.
>
> In the meantime, I suggest trying the build again. If that doesn't work
> then you can either disable that particular test or build the project with
> -DskipTests.
>
> Thanks for reporting this.
>
> Bob
>
>
>
> On Thu, Apr 2, 2015 at 12:28 AM, Christos Oikonomou <chrikon1994@gmail.com
> >
> wrote:
>
> > Hello to all
> > I continue facing problems with build! I pull all the changes yesterday
> and
> > I had this. Do someone have any idea what is wrong?
> >
> > Test set:
> >
> >
> org.apache.tinkerpop.gremlin.tinkergraph.process.TinkerGraphProcessStandardTest
> >
> >
> -------------------------------------------------------------------------------
> > Tests run: 317, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 20.027
> > sec <<< FAILURE! - in
> >
> >
> org.apache.tinkerpop.gremlin.tinkergraph.process.TinkerGraphProcessStandardTest
> >
> >
> g_V_sleep_sleep_profile(org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.ProfileTest$Traversals)
> >  Time elapsed: 0.162 sec  <<< FAILURE!
> > java.lang.AssertionError: Duration should be at least the length of the
> > sleep: 59
> > at org.junit.Assert.fail(Assert.java:88)
> > at org.junit.Assert.assertTrue(Assert.java:41)
> > at
> >
> >
> org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.ProfileTest.g_V_sleep_sleep_profile(ProfileTest.java:143)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at
> >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> > at
> >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> > at java.lang.reflect.Method.invoke(Method.java:483)
> > at
> >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> > at
> >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> > at
> >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> > at
> >
> >
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> > at
> >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> > at
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> > at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
> > at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > at
> >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> > at
> >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > at org.junit.runners.Suite.runChild(Suite.java:127)
> > at
> >
> >
> org.apache.tinkerpop.gremlin.AbstractGremlinSuite.runChild(AbstractGremlinSuite.java:258)
> > at
> >
> >
> org.apache.tinkerpop.gremlin.AbstractGremlinSuite.runChild(AbstractGremlinSuite.java:60)
> > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > at
> >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
> > at
> >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
> > at
> >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
> > at
> >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
> > at
> >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
> > at
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> >
> >
> > Thank you all in advance
> >
> > Christos
> >
> > On Tue, Mar 31, 2015 at 6:04 AM, Christos Oikonomou <
> chrikon1994@gmail.com
> > >
> > wrote:
> >
> > > Stephen sorry for the delay I will answer you when Neo4j tests finish.
> > >
> > > On Mon, Mar 30, 2015 at 11:48 PM, Stephen Mallette <
> spmallette@gmail.com
> > >
> > > wrote:
> > >
> > >> Christos, I just pushed some changes - one affects the IoTest which
> was
> > >> the
> > >> one you were having trouble with.  Those tests should now reference
> the
> > >> local /target directory for each respective module running tests.  If
> > you
> > >> pull the latest code, that might just solve your problem.
> > >>
> > >> On Mon, Mar 30, 2015 at 4:20 PM, Nick DeYoung <deyoung.nick@gmail.com
> >
> > >> wrote:
> > >>
> > >> > or create a windows equivalent of a symbolic link via mklink
> > >> >
> > >> >
> > >> >
> > >>
> >
> http://www.sevenforums.com/tutorials/278262-mklink-create-use-links-windows.html
> > >> >
> > >> > or
> > >> >
> > >> > http://lifehacker.com/5496652/how-to-use-symlinks-in-windows
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> > On Mon, Mar 30, 2015 at 12:47 PM, Stephen Mallette <
> > >> spmallette@gmail.com>
> > >> > wrote:
> > >> >
> > >> > > not sure - the surefire report says it can't find /tmp - Christos,
> > are
> > >> > you
> > >> > > able to create that directory at the root of C: to see if it
> helps?
> > >> > maybe
> > >> > > it just wants C:/tmp to exist.  Please let me know if that gets
> you
> > >> > passed
> > >> > > your problem.  In the mean time, i can look into a more long term
> > fix.
> > >> > >
> > >> > > On Mon, Mar 30, 2015 at 3:32 PM, Marko Rodriguez <
> > >> okrammarko@gmail.com>
> > >> > > wrote:
> > >> > >
> > >> > > > Hi,
> > >> > > >
> > >> > > > Looks like something about being on a Windows box. @spmallette
> --
> > >> any
> > >> > > > thoughts on builds and Windows?
> > >> > > >
> > >> > > > Marko.
> > >> > > >
> > >> > > > http://markorodriguez.com
> > >> > > >
> > >> > > > On Mar 30, 2015, at 1:28 PM, Christos Oikonomou <
> > >> chrikon1994@gmail.com
> > >> > >
> > >> > > > wrote:
> > >> > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> -------------------------------------------------------------------------------
> > >> > > > > Test set:
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> -------------------------------------------------------------------------------
> > >> > > > > Tests run: 787, Failures: 0, Errors: 24, Skipped: 184, Time
> > >> elapsed:
> > >> > > > 13.241
> > >> > > > > sec <<< FAILURE! - in
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
> > >> > > > >
> > >> shouldReadWriteModernToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > Time
> > >> > > > > elapsed: 0.084 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteModernToKryo(IoTest.java:366)
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> shouldReadWriteVertexWithBOTHINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.009 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHINEdgesToKryo(IoTest.java:1698)
> > >> > > > >
> > >> > > > >
> > shouldReadWriteCrewToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > Time
> > >> > > > > elapsed: 0.041 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteCrewToKryo(IoTest.java:422)
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> shouldReadWriteVertexWithININEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.013 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithININEdgesToKryo(IoTest.java:1409)
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> shouldReadWriteVertexWithINBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.01 sec  <<< ERROR!
> > >> > > > > java.lang.Exception: Unexpected exception,
> > >> > > > > expected<java.lang.IllegalStateException> but
> > >> > > > > was<java.lang.IllegalArgumentException>
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINBOTHEdgesToKryo(IoTest.java:1929)
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> shouldReadWriteVertexWithBOTHOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.011 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHOUTEdgesToKryo(IoTest.java:1804)
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> shouldReadWriteVertexWithOUTINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.03 sec  <<< ERROR!
> > >> > > > > java.lang.Exception: Unexpected exception,
> > >> > > > > expected<java.lang.IllegalStateException> but
> > >> > > > > was<java.lang.IllegalArgumentException>
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTINEdgesToKryo(IoTest.java:1977)
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> shouldReadWriteDetachedEdgeAsReferenceToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.01 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeAsReferenceToKryo(IoTest.java:644)
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> shouldReadWriteEdgeToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.008 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryoUsingFloatProperty(IoTest.java:574)
> > >> > > > >
> > >> > > > >
> shouldSupportUUIDInKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> Time
> > >> > > > > elapsed: 0.017 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldSupportUUIDInKryo(IoTest.java:891)
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> shouldReadWriteVertexWithINOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.009 sec  <<< ERROR!
> > >> > > > > java.lang.Exception: Unexpected exception,
> > >> > > > > expected<java.lang.IllegalStateException> but
> > >> > > > > was<java.lang.IllegalArgumentException>
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINOUTEdgesToKryo(IoTest.java:1953)
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.008 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(IoTest.java:929)
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.008 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(IoTest.java:1508)
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.009 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(IoTest.java:1024)
> > >> > > > >
> > >> > > > >
> > >> shouldReadWriteClassicToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > Time
> > >> > > > > elapsed: 0.048 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteClassicToKryo(IoTest.java:450)
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> shouldReadWriteVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.009 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryo(IoTest.java:960)
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> shouldReadWriteVertexWithOUTBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.01 sec  <<< ERROR!
> > >> > > > > java.lang.Exception: Unexpected exception,
> > >> > > > > expected<java.lang.IllegalStateException> but
> > >> > > > > was<java.lang.IllegalArgumentException>
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTBOTHEdgesToKryo(IoTest.java:1905)
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> shouldReadWriteDetachedVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.008 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexNoEdgesToKryo(IoTest.java:992)
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> shouldReadWriteVerticesNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.023 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryo(IoTest.java:1248)
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> shouldReadWriteVertexMultiPropsNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.008 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexMultiPropsNoEdgesToKryo(IoTest.java:1056)
> > >> > > > >
> > >> > > > >
> > >> > >
> > >>
> > shouldReadWriteDetachedEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.008 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeToKryo(IoTest.java:678)
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> shouldReadWriteVerticesNoEdgesToKryoManual(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.112 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryoManual(IoTest.java:1220)
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> shouldReadWriteVertexWithOUTOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > > > > Time elapsed: 0.013 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTOUTEdgesToKryo(IoTest.java:1312)
> > >> > > > >
> > >> > > > >
> > shouldReadWriteEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > >> > Time
> > >> > > > > elapsed: 0.008 sec  <<< ERROR!
> > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> > >> does
> > >> > not
> > >> > > > > exist
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > >> > > > > at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryo(IoTest.java:610)
> > >> > > > >
> > >> > > > > On Mon, Mar 30, 2015 at 10:23 PM, Marko Rodriguez <
> > >> > > okrammarko@gmail.com>
> > >> > > > > wrote:
> > >> > > > >
> > >> > > > >> Hello,
> > >> > > > >>
> > >> > > > >>> Please refer to
> > >> > > > >>>
> > >> > > > >>
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> C:\Users\Christos\Documents\GitHub\tinkerpop3\tinkergraph-gremlin\target\surefire-re
> > >> > > > >>> ports for the individual test results.
> > >> > > > >>
> > >> > > > >> What do the surefire-reports say?
> > >> > > > >>
> > >> > > > >> Marko.
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >> >
> > >> >
> > >> > --
> > >> > // ndy
> > >> >
> > >>
> > >
> > >
> >
>

Re: Problem with build

Posted by Bob Briody <bo...@datastax.com>.
Hello,

This test relies on some methods of timing that are slightly inaccurate. I
probably need to increase the tolerance of the expected values to ensure
that minor fluctuations do not cause a failure.

In the meantime, I suggest trying the build again. If that doesn't work
then you can either disable that particular test or build the project with
-DskipTests.

Thanks for reporting this.

Bob



On Thu, Apr 2, 2015 at 12:28 AM, Christos Oikonomou <ch...@gmail.com>
wrote:

> Hello to all
> I continue facing problems with build! I pull all the changes yesterday and
> I had this. Do someone have any idea what is wrong?
>
> Test set:
>
> org.apache.tinkerpop.gremlin.tinkergraph.process.TinkerGraphProcessStandardTest
>
> -------------------------------------------------------------------------------
> Tests run: 317, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 20.027
> sec <<< FAILURE! - in
>
> org.apache.tinkerpop.gremlin.tinkergraph.process.TinkerGraphProcessStandardTest
>
> g_V_sleep_sleep_profile(org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.ProfileTest$Traversals)
>  Time elapsed: 0.162 sec  <<< FAILURE!
> java.lang.AssertionError: Duration should be at least the length of the
> sleep: 59
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at
>
> org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.ProfileTest.g_V_sleep_sleep_profile(ProfileTest.java:143)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at
>
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at
>
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at
>
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at
>
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at
>
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at
>
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at
>
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at
>
> org.apache.tinkerpop.gremlin.AbstractGremlinSuite.runChild(AbstractGremlinSuite.java:258)
> at
>
> org.apache.tinkerpop.gremlin.AbstractGremlinSuite.runChild(AbstractGremlinSuite.java:60)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at
>
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
> at
>
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
> at
>
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
> at
>
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
> at
>
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
> at
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>
>
> Thank you all in advance
>
> Christos
>
> On Tue, Mar 31, 2015 at 6:04 AM, Christos Oikonomou <chrikon1994@gmail.com
> >
> wrote:
>
> > Stephen sorry for the delay I will answer you when Neo4j tests finish.
> >
> > On Mon, Mar 30, 2015 at 11:48 PM, Stephen Mallette <spmallette@gmail.com
> >
> > wrote:
> >
> >> Christos, I just pushed some changes - one affects the IoTest which was
> >> the
> >> one you were having trouble with.  Those tests should now reference the
> >> local /target directory for each respective module running tests.  If
> you
> >> pull the latest code, that might just solve your problem.
> >>
> >> On Mon, Mar 30, 2015 at 4:20 PM, Nick DeYoung <de...@gmail.com>
> >> wrote:
> >>
> >> > or create a windows equivalent of a symbolic link via mklink
> >> >
> >> >
> >> >
> >>
> http://www.sevenforums.com/tutorials/278262-mklink-create-use-links-windows.html
> >> >
> >> > or
> >> >
> >> > http://lifehacker.com/5496652/how-to-use-symlinks-in-windows
> >> >
> >> >
> >> >
> >> >
> >> >
> >> > On Mon, Mar 30, 2015 at 12:47 PM, Stephen Mallette <
> >> spmallette@gmail.com>
> >> > wrote:
> >> >
> >> > > not sure - the surefire report says it can't find /tmp - Christos,
> are
> >> > you
> >> > > able to create that directory at the root of C: to see if it helps?
> >> > maybe
> >> > > it just wants C:/tmp to exist.  Please let me know if that gets you
> >> > passed
> >> > > your problem.  In the mean time, i can look into a more long term
> fix.
> >> > >
> >> > > On Mon, Mar 30, 2015 at 3:32 PM, Marko Rodriguez <
> >> okrammarko@gmail.com>
> >> > > wrote:
> >> > >
> >> > > > Hi,
> >> > > >
> >> > > > Looks like something about being on a Windows box. @spmallette --
> >> any
> >> > > > thoughts on builds and Windows?
> >> > > >
> >> > > > Marko.
> >> > > >
> >> > > > http://markorodriguez.com
> >> > > >
> >> > > > On Mar 30, 2015, at 1:28 PM, Christos Oikonomou <
> >> chrikon1994@gmail.com
> >> > >
> >> > > > wrote:
> >> > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> -------------------------------------------------------------------------------
> >> > > > > Test set:
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> -------------------------------------------------------------------------------
> >> > > > > Tests run: 787, Failures: 0, Errors: 24, Skipped: 184, Time
> >> elapsed:
> >> > > > 13.241
> >> > > > > sec <<< FAILURE! - in
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
> >> > > > >
> >> shouldReadWriteModernToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > > Time
> >> > > > > elapsed: 0.084 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteModernToKryo(IoTest.java:366)
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> shouldReadWriteVertexWithBOTHINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.009 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHINEdgesToKryo(IoTest.java:1698)
> >> > > > >
> >> > > > >
> shouldReadWriteCrewToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > Time
> >> > > > > elapsed: 0.041 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteCrewToKryo(IoTest.java:422)
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> shouldReadWriteVertexWithININEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.013 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithININEdgesToKryo(IoTest.java:1409)
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> shouldReadWriteVertexWithINBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.01 sec  <<< ERROR!
> >> > > > > java.lang.Exception: Unexpected exception,
> >> > > > > expected<java.lang.IllegalStateException> but
> >> > > > > was<java.lang.IllegalArgumentException>
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINBOTHEdgesToKryo(IoTest.java:1929)
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> shouldReadWriteVertexWithBOTHOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.011 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHOUTEdgesToKryo(IoTest.java:1804)
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> shouldReadWriteVertexWithOUTINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.03 sec  <<< ERROR!
> >> > > > > java.lang.Exception: Unexpected exception,
> >> > > > > expected<java.lang.IllegalStateException> but
> >> > > > > was<java.lang.IllegalArgumentException>
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTINEdgesToKryo(IoTest.java:1977)
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> shouldReadWriteDetachedEdgeAsReferenceToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.01 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeAsReferenceToKryo(IoTest.java:644)
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> shouldReadWriteEdgeToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.008 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryoUsingFloatProperty(IoTest.java:574)
> >> > > > >
> >> > > > > shouldSupportUUIDInKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> Time
> >> > > > > elapsed: 0.017 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldSupportUUIDInKryo(IoTest.java:891)
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> shouldReadWriteVertexWithINOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.009 sec  <<< ERROR!
> >> > > > > java.lang.Exception: Unexpected exception,
> >> > > > > expected<java.lang.IllegalStateException> but
> >> > > > > was<java.lang.IllegalArgumentException>
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINOUTEdgesToKryo(IoTest.java:1953)
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.008 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(IoTest.java:929)
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.008 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(IoTest.java:1508)
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.009 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(IoTest.java:1024)
> >> > > > >
> >> > > > >
> >> shouldReadWriteClassicToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > Time
> >> > > > > elapsed: 0.048 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteClassicToKryo(IoTest.java:450)
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> shouldReadWriteVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.009 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryo(IoTest.java:960)
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> shouldReadWriteVertexWithOUTBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.01 sec  <<< ERROR!
> >> > > > > java.lang.Exception: Unexpected exception,
> >> > > > > expected<java.lang.IllegalStateException> but
> >> > > > > was<java.lang.IllegalArgumentException>
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTBOTHEdgesToKryo(IoTest.java:1905)
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> shouldReadWriteDetachedVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.008 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexNoEdgesToKryo(IoTest.java:992)
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> shouldReadWriteVerticesNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.023 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryo(IoTest.java:1248)
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> shouldReadWriteVertexMultiPropsNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.008 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexMultiPropsNoEdgesToKryo(IoTest.java:1056)
> >> > > > >
> >> > > > >
> >> > >
> >>
> shouldReadWriteDetachedEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.008 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeToKryo(IoTest.java:678)
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> shouldReadWriteVerticesNoEdgesToKryoManual(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.112 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryoManual(IoTest.java:1220)
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> shouldReadWriteVertexWithOUTOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > > > > Time elapsed: 0.013 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTOUTEdgesToKryo(IoTest.java:1312)
> >> > > > >
> >> > > > >
> shouldReadWriteEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)
> >> > Time
> >> > > > > elapsed: 0.008 sec  <<< ERROR!
> >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
> >> does
> >> > not
> >> > > > > exist
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> >> > > > > at
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryo(IoTest.java:610)
> >> > > > >
> >> > > > > On Mon, Mar 30, 2015 at 10:23 PM, Marko Rodriguez <
> >> > > okrammarko@gmail.com>
> >> > > > > wrote:
> >> > > > >
> >> > > > >> Hello,
> >> > > > >>
> >> > > > >>> Please refer to
> >> > > > >>>
> >> > > > >>
> >> > > >
> >> > >
> >> >
> >>
> C:\Users\Christos\Documents\GitHub\tinkerpop3\tinkergraph-gremlin\target\surefire-re
> >> > > > >>> ports for the individual test results.
> >> > > > >>
> >> > > > >> What do the surefire-reports say?
> >> > > > >>
> >> > > > >> Marko.
> >> > > >
> >> > > >
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > // ndy
> >> >
> >>
> >
> >
>

Re: Problem with build

Posted by Christos Oikonomou <ch...@gmail.com>.
Hello to all
I continue facing problems with build! I pull all the changes yesterday and
I had this. Do someone have any idea what is wrong?

Test set:
org.apache.tinkerpop.gremlin.tinkergraph.process.TinkerGraphProcessStandardTest
-------------------------------------------------------------------------------
Tests run: 317, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 20.027
sec <<< FAILURE! - in
org.apache.tinkerpop.gremlin.tinkergraph.process.TinkerGraphProcessStandardTest
g_V_sleep_sleep_profile(org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.ProfileTest$Traversals)
 Time elapsed: 0.162 sec  <<< FAILURE!
java.lang.AssertionError: Duration should be at least the length of the
sleep: 59
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.ProfileTest.g_V_sleep_sleep_profile(ProfileTest.java:143)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.junit.runners.Suite.runChild(Suite.java:127)
at
org.apache.tinkerpop.gremlin.AbstractGremlinSuite.runChild(AbstractGremlinSuite.java:258)
at
org.apache.tinkerpop.gremlin.AbstractGremlinSuite.runChild(AbstractGremlinSuite.java:60)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)


Thank you all in advance

Christos

On Tue, Mar 31, 2015 at 6:04 AM, Christos Oikonomou <ch...@gmail.com>
wrote:

> Stephen sorry for the delay I will answer you when Neo4j tests finish.
>
> On Mon, Mar 30, 2015 at 11:48 PM, Stephen Mallette <sp...@gmail.com>
> wrote:
>
>> Christos, I just pushed some changes - one affects the IoTest which was
>> the
>> one you were having trouble with.  Those tests should now reference the
>> local /target directory for each respective module running tests.  If you
>> pull the latest code, that might just solve your problem.
>>
>> On Mon, Mar 30, 2015 at 4:20 PM, Nick DeYoung <de...@gmail.com>
>> wrote:
>>
>> > or create a windows equivalent of a symbolic link via mklink
>> >
>> >
>> >
>> http://www.sevenforums.com/tutorials/278262-mklink-create-use-links-windows.html
>> >
>> > or
>> >
>> > http://lifehacker.com/5496652/how-to-use-symlinks-in-windows
>> >
>> >
>> >
>> >
>> >
>> > On Mon, Mar 30, 2015 at 12:47 PM, Stephen Mallette <
>> spmallette@gmail.com>
>> > wrote:
>> >
>> > > not sure - the surefire report says it can't find /tmp - Christos, are
>> > you
>> > > able to create that directory at the root of C: to see if it helps?
>> > maybe
>> > > it just wants C:/tmp to exist.  Please let me know if that gets you
>> > passed
>> > > your problem.  In the mean time, i can look into a more long term fix.
>> > >
>> > > On Mon, Mar 30, 2015 at 3:32 PM, Marko Rodriguez <
>> okrammarko@gmail.com>
>> > > wrote:
>> > >
>> > > > Hi,
>> > > >
>> > > > Looks like something about being on a Windows box. @spmallette --
>> any
>> > > > thoughts on builds and Windows?
>> > > >
>> > > > Marko.
>> > > >
>> > > > http://markorodriguez.com
>> > > >
>> > > > On Mar 30, 2015, at 1:28 PM, Christos Oikonomou <
>> chrikon1994@gmail.com
>> > >
>> > > > wrote:
>> > > >
>> > > > >
>> > > >
>> > >
>> >
>> -------------------------------------------------------------------------------
>> > > > > Test set:
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
>> > > > >
>> > > >
>> > >
>> >
>> -------------------------------------------------------------------------------
>> > > > > Tests run: 787, Failures: 0, Errors: 24, Skipped: 184, Time
>> elapsed:
>> > > > 13.241
>> > > > > sec <<< FAILURE! - in
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
>> > > > >
>> shouldReadWriteModernToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > > Time
>> > > > > elapsed: 0.084 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteModernToKryo(IoTest.java:366)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> shouldReadWriteVertexWithBOTHINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.009 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHINEdgesToKryo(IoTest.java:1698)
>> > > > >
>> > > > > shouldReadWriteCrewToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > Time
>> > > > > elapsed: 0.041 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteCrewToKryo(IoTest.java:422)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> shouldReadWriteVertexWithININEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.013 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithININEdgesToKryo(IoTest.java:1409)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> shouldReadWriteVertexWithINBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.01 sec  <<< ERROR!
>> > > > > java.lang.Exception: Unexpected exception,
>> > > > > expected<java.lang.IllegalStateException> but
>> > > > > was<java.lang.IllegalArgumentException>
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINBOTHEdgesToKryo(IoTest.java:1929)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> shouldReadWriteVertexWithBOTHOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.011 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHOUTEdgesToKryo(IoTest.java:1804)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> shouldReadWriteVertexWithOUTINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.03 sec  <<< ERROR!
>> > > > > java.lang.Exception: Unexpected exception,
>> > > > > expected<java.lang.IllegalStateException> but
>> > > > > was<java.lang.IllegalArgumentException>
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTINEdgesToKryo(IoTest.java:1977)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> shouldReadWriteDetachedEdgeAsReferenceToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.01 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeAsReferenceToKryo(IoTest.java:644)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> shouldReadWriteEdgeToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.008 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryoUsingFloatProperty(IoTest.java:574)
>> > > > >
>> > > > > shouldSupportUUIDInKryo(com.tinkerpop.gremlin.structure.IoTest)
>> Time
>> > > > > elapsed: 0.017 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldSupportUUIDInKryo(IoTest.java:891)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> shouldReadWriteVertexWithINOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.009 sec  <<< ERROR!
>> > > > > java.lang.Exception: Unexpected exception,
>> > > > > expected<java.lang.IllegalStateException> but
>> > > > > was<java.lang.IllegalArgumentException>
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINOUTEdgesToKryo(IoTest.java:1953)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.008 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(IoTest.java:929)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.008 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(IoTest.java:1508)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.009 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(IoTest.java:1024)
>> > > > >
>> > > > >
>> shouldReadWriteClassicToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > > > Time
>> > > > > elapsed: 0.048 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteClassicToKryo(IoTest.java:450)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> shouldReadWriteVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.009 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryo(IoTest.java:960)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> shouldReadWriteVertexWithOUTBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.01 sec  <<< ERROR!
>> > > > > java.lang.Exception: Unexpected exception,
>> > > > > expected<java.lang.IllegalStateException> but
>> > > > > was<java.lang.IllegalArgumentException>
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTBOTHEdgesToKryo(IoTest.java:1905)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> shouldReadWriteDetachedVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.008 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexNoEdgesToKryo(IoTest.java:992)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> shouldReadWriteVerticesNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.023 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryo(IoTest.java:1248)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> shouldReadWriteVertexMultiPropsNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.008 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexMultiPropsNoEdgesToKryo(IoTest.java:1056)
>> > > > >
>> > > > >
>> > >
>> shouldReadWriteDetachedEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.008 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeToKryo(IoTest.java:678)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> shouldReadWriteVerticesNoEdgesToKryoManual(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.112 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryoManual(IoTest.java:1220)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> shouldReadWriteVertexWithOUTOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > > > > Time elapsed: 0.013 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTOUTEdgesToKryo(IoTest.java:1312)
>> > > > >
>> > > > > shouldReadWriteEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)
>> > Time
>> > > > > elapsed: 0.008 sec  <<< ERROR!
>> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or
>> does
>> > not
>> > > > > exist
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
>> > > > > at
>> > > > >
>> > > >
>> > >
>> >
>> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryo(IoTest.java:610)
>> > > > >
>> > > > > On Mon, Mar 30, 2015 at 10:23 PM, Marko Rodriguez <
>> > > okrammarko@gmail.com>
>> > > > > wrote:
>> > > > >
>> > > > >> Hello,
>> > > > >>
>> > > > >>> Please refer to
>> > > > >>>
>> > > > >>
>> > > >
>> > >
>> >
>> C:\Users\Christos\Documents\GitHub\tinkerpop3\tinkergraph-gremlin\target\surefire-re
>> > > > >>> ports for the individual test results.
>> > > > >>
>> > > > >> What do the surefire-reports say?
>> > > > >>
>> > > > >> Marko.
>> > > >
>> > > >
>> > >
>> >
>> >
>> >
>> > --
>> > // ndy
>> >
>>
>
>

Re: Problem with build

Posted by Christos Oikonomou <ch...@gmail.com>.
Stephen sorry for the delay I will answer you when Neo4j tests finish.

On Mon, Mar 30, 2015 at 11:48 PM, Stephen Mallette <sp...@gmail.com>
wrote:

> Christos, I just pushed some changes - one affects the IoTest which was the
> one you were having trouble with.  Those tests should now reference the
> local /target directory for each respective module running tests.  If you
> pull the latest code, that might just solve your problem.
>
> On Mon, Mar 30, 2015 at 4:20 PM, Nick DeYoung <de...@gmail.com>
> wrote:
>
> > or create a windows equivalent of a symbolic link via mklink
> >
> >
> >
> http://www.sevenforums.com/tutorials/278262-mklink-create-use-links-windows.html
> >
> > or
> >
> > http://lifehacker.com/5496652/how-to-use-symlinks-in-windows
> >
> >
> >
> >
> >
> > On Mon, Mar 30, 2015 at 12:47 PM, Stephen Mallette <spmallette@gmail.com
> >
> > wrote:
> >
> > > not sure - the surefire report says it can't find /tmp - Christos, are
> > you
> > > able to create that directory at the root of C: to see if it helps?
> > maybe
> > > it just wants C:/tmp to exist.  Please let me know if that gets you
> > passed
> > > your problem.  In the mean time, i can look into a more long term fix.
> > >
> > > On Mon, Mar 30, 2015 at 3:32 PM, Marko Rodriguez <okrammarko@gmail.com
> >
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > Looks like something about being on a Windows box. @spmallette -- any
> > > > thoughts on builds and Windows?
> > > >
> > > > Marko.
> > > >
> > > > http://markorodriguez.com
> > > >
> > > > On Mar 30, 2015, at 1:28 PM, Christos Oikonomou <
> chrikon1994@gmail.com
> > >
> > > > wrote:
> > > >
> > > > >
> > > >
> > >
> >
> -------------------------------------------------------------------------------
> > > > > Test set:
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
> > > > >
> > > >
> > >
> >
> -------------------------------------------------------------------------------
> > > > > Tests run: 787, Failures: 0, Errors: 24, Skipped: 184, Time
> elapsed:
> > > > 13.241
> > > > > sec <<< FAILURE! - in
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
> > > > > shouldReadWriteModernToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > Time
> > > > > elapsed: 0.084 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteModernToKryo(IoTest.java:366)
> > > > >
> > > > >
> > > >
> > >
> >
> shouldReadWriteVertexWithBOTHINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.009 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHINEdgesToKryo(IoTest.java:1698)
> > > > >
> > > > > shouldReadWriteCrewToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time
> > > > > elapsed: 0.041 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteCrewToKryo(IoTest.java:422)
> > > > >
> > > > >
> > > >
> > >
> >
> shouldReadWriteVertexWithININEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.013 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithININEdgesToKryo(IoTest.java:1409)
> > > > >
> > > > >
> > > >
> > >
> >
> shouldReadWriteVertexWithINBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.01 sec  <<< ERROR!
> > > > > java.lang.Exception: Unexpected exception,
> > > > > expected<java.lang.IllegalStateException> but
> > > > > was<java.lang.IllegalArgumentException>
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINBOTHEdgesToKryo(IoTest.java:1929)
> > > > >
> > > > >
> > > >
> > >
> >
> shouldReadWriteVertexWithBOTHOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.011 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHOUTEdgesToKryo(IoTest.java:1804)
> > > > >
> > > > >
> > > >
> > >
> >
> shouldReadWriteVertexWithOUTINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.03 sec  <<< ERROR!
> > > > > java.lang.Exception: Unexpected exception,
> > > > > expected<java.lang.IllegalStateException> but
> > > > > was<java.lang.IllegalArgumentException>
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTINEdgesToKryo(IoTest.java:1977)
> > > > >
> > > > >
> > > >
> > >
> >
> shouldReadWriteDetachedEdgeAsReferenceToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.01 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeAsReferenceToKryo(IoTest.java:644)
> > > > >
> > > > >
> > > >
> > >
> >
> shouldReadWriteEdgeToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.008 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryoUsingFloatProperty(IoTest.java:574)
> > > > >
> > > > > shouldSupportUUIDInKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time
> > > > > elapsed: 0.017 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldSupportUUIDInKryo(IoTest.java:891)
> > > > >
> > > > >
> > > >
> > >
> >
> shouldReadWriteVertexWithINOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.009 sec  <<< ERROR!
> > > > > java.lang.Exception: Unexpected exception,
> > > > > expected<java.lang.IllegalStateException> but
> > > > > was<java.lang.IllegalArgumentException>
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINOUTEdgesToKryo(IoTest.java:1953)
> > > > >
> > > > >
> > > >
> > >
> >
> shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.008 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(IoTest.java:929)
> > > > >
> > > > >
> > > >
> > >
> >
> shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.008 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(IoTest.java:1508)
> > > > >
> > > > >
> > > >
> > >
> >
> shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.009 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(IoTest.java:1024)
> > > > >
> > > > >
> shouldReadWriteClassicToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time
> > > > > elapsed: 0.048 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteClassicToKryo(IoTest.java:450)
> > > > >
> > > > >
> > > >
> > >
> >
> shouldReadWriteVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.009 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryo(IoTest.java:960)
> > > > >
> > > > >
> > > >
> > >
> >
> shouldReadWriteVertexWithOUTBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.01 sec  <<< ERROR!
> > > > > java.lang.Exception: Unexpected exception,
> > > > > expected<java.lang.IllegalStateException> but
> > > > > was<java.lang.IllegalArgumentException>
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTBOTHEdgesToKryo(IoTest.java:1905)
> > > > >
> > > > >
> > > >
> > >
> >
> shouldReadWriteDetachedVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.008 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexNoEdgesToKryo(IoTest.java:992)
> > > > >
> > > > >
> > > >
> > >
> >
> shouldReadWriteVerticesNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.023 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryo(IoTest.java:1248)
> > > > >
> > > > >
> > > >
> > >
> >
> shouldReadWriteVertexMultiPropsNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.008 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexMultiPropsNoEdgesToKryo(IoTest.java:1056)
> > > > >
> > > > >
> > >
> shouldReadWriteDetachedEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.008 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeToKryo(IoTest.java:678)
> > > > >
> > > > >
> > > >
> > >
> >
> shouldReadWriteVerticesNoEdgesToKryoManual(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.112 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryoManual(IoTest.java:1220)
> > > > >
> > > > >
> > > >
> > >
> >
> shouldReadWriteVertexWithOUTOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > > Time elapsed: 0.013 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTOUTEdgesToKryo(IoTest.java:1312)
> > > > >
> > > > > shouldReadWriteEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time
> > > > > elapsed: 0.008 sec  <<< ERROR!
> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> > not
> > > > > exist
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > > at
> > > > >
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryo(IoTest.java:610)
> > > > >
> > > > > On Mon, Mar 30, 2015 at 10:23 PM, Marko Rodriguez <
> > > okrammarko@gmail.com>
> > > > > wrote:
> > > > >
> > > > >> Hello,
> > > > >>
> > > > >>> Please refer to
> > > > >>>
> > > > >>
> > > >
> > >
> >
> C:\Users\Christos\Documents\GitHub\tinkerpop3\tinkergraph-gremlin\target\surefire-re
> > > > >>> ports for the individual test results.
> > > > >>
> > > > >> What do the surefire-reports say?
> > > > >>
> > > > >> Marko.
> > > >
> > > >
> > >
> >
> >
> >
> > --
> > // ndy
> >
>

Re: Problem with build

Posted by Stephen Mallette <sp...@gmail.com>.
Christos, I just pushed some changes - one affects the IoTest which was the
one you were having trouble with.  Those tests should now reference the
local /target directory for each respective module running tests.  If you
pull the latest code, that might just solve your problem.

On Mon, Mar 30, 2015 at 4:20 PM, Nick DeYoung <de...@gmail.com>
wrote:

> or create a windows equivalent of a symbolic link via mklink
>
>
> http://www.sevenforums.com/tutorials/278262-mklink-create-use-links-windows.html
>
> or
>
> http://lifehacker.com/5496652/how-to-use-symlinks-in-windows
>
>
>
>
>
> On Mon, Mar 30, 2015 at 12:47 PM, Stephen Mallette <sp...@gmail.com>
> wrote:
>
> > not sure - the surefire report says it can't find /tmp - Christos, are
> you
> > able to create that directory at the root of C: to see if it helps?
> maybe
> > it just wants C:/tmp to exist.  Please let me know if that gets you
> passed
> > your problem.  In the mean time, i can look into a more long term fix.
> >
> > On Mon, Mar 30, 2015 at 3:32 PM, Marko Rodriguez <ok...@gmail.com>
> > wrote:
> >
> > > Hi,
> > >
> > > Looks like something about being on a Windows box. @spmallette -- any
> > > thoughts on builds and Windows?
> > >
> > > Marko.
> > >
> > > http://markorodriguez.com
> > >
> > > On Mar 30, 2015, at 1:28 PM, Christos Oikonomou <chrikon1994@gmail.com
> >
> > > wrote:
> > >
> > > >
> > >
> >
> -------------------------------------------------------------------------------
> > > > Test set:
> > > >
> > >
> >
> com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
> > > >
> > >
> >
> -------------------------------------------------------------------------------
> > > > Tests run: 787, Failures: 0, Errors: 24, Skipped: 184, Time elapsed:
> > > 13.241
> > > > sec <<< FAILURE! - in
> > > >
> > >
> >
> com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
> > > > shouldReadWriteModernToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time
> > > > elapsed: 0.084 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteModernToKryo(IoTest.java:366)
> > > >
> > > >
> > >
> >
> shouldReadWriteVertexWithBOTHINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.009 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHINEdgesToKryo(IoTest.java:1698)
> > > >
> > > > shouldReadWriteCrewToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time
> > > > elapsed: 0.041 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteCrewToKryo(IoTest.java:422)
> > > >
> > > >
> > >
> >
> shouldReadWriteVertexWithININEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.013 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithININEdgesToKryo(IoTest.java:1409)
> > > >
> > > >
> > >
> >
> shouldReadWriteVertexWithINBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.01 sec  <<< ERROR!
> > > > java.lang.Exception: Unexpected exception,
> > > > expected<java.lang.IllegalStateException> but
> > > > was<java.lang.IllegalArgumentException>
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINBOTHEdgesToKryo(IoTest.java:1929)
> > > >
> > > >
> > >
> >
> shouldReadWriteVertexWithBOTHOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.011 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHOUTEdgesToKryo(IoTest.java:1804)
> > > >
> > > >
> > >
> >
> shouldReadWriteVertexWithOUTINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.03 sec  <<< ERROR!
> > > > java.lang.Exception: Unexpected exception,
> > > > expected<java.lang.IllegalStateException> but
> > > > was<java.lang.IllegalArgumentException>
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTINEdgesToKryo(IoTest.java:1977)
> > > >
> > > >
> > >
> >
> shouldReadWriteDetachedEdgeAsReferenceToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.01 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeAsReferenceToKryo(IoTest.java:644)
> > > >
> > > >
> > >
> >
> shouldReadWriteEdgeToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.008 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryoUsingFloatProperty(IoTest.java:574)
> > > >
> > > > shouldSupportUUIDInKryo(com.tinkerpop.gremlin.structure.IoTest)  Time
> > > > elapsed: 0.017 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldSupportUUIDInKryo(IoTest.java:891)
> > > >
> > > >
> > >
> >
> shouldReadWriteVertexWithINOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.009 sec  <<< ERROR!
> > > > java.lang.Exception: Unexpected exception,
> > > > expected<java.lang.IllegalStateException> but
> > > > was<java.lang.IllegalArgumentException>
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINOUTEdgesToKryo(IoTest.java:1953)
> > > >
> > > >
> > >
> >
> shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.008 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(IoTest.java:929)
> > > >
> > > >
> > >
> >
> shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.008 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(IoTest.java:1508)
> > > >
> > > >
> > >
> >
> shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.009 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(IoTest.java:1024)
> > > >
> > > > shouldReadWriteClassicToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > Time
> > > > elapsed: 0.048 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteClassicToKryo(IoTest.java:450)
> > > >
> > > >
> > >
> >
> shouldReadWriteVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.009 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryo(IoTest.java:960)
> > > >
> > > >
> > >
> >
> shouldReadWriteVertexWithOUTBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.01 sec  <<< ERROR!
> > > > java.lang.Exception: Unexpected exception,
> > > > expected<java.lang.IllegalStateException> but
> > > > was<java.lang.IllegalArgumentException>
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTBOTHEdgesToKryo(IoTest.java:1905)
> > > >
> > > >
> > >
> >
> shouldReadWriteDetachedVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.008 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexNoEdgesToKryo(IoTest.java:992)
> > > >
> > > >
> > >
> >
> shouldReadWriteVerticesNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.023 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryo(IoTest.java:1248)
> > > >
> > > >
> > >
> >
> shouldReadWriteVertexMultiPropsNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.008 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexMultiPropsNoEdgesToKryo(IoTest.java:1056)
> > > >
> > > >
> > shouldReadWriteDetachedEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.008 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeToKryo(IoTest.java:678)
> > > >
> > > >
> > >
> >
> shouldReadWriteVerticesNoEdgesToKryoManual(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.112 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryoManual(IoTest.java:1220)
> > > >
> > > >
> > >
> >
> shouldReadWriteVertexWithOUTOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > > Time elapsed: 0.013 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTOUTEdgesToKryo(IoTest.java:1312)
> > > >
> > > > shouldReadWriteEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time
> > > > elapsed: 0.008 sec  <<< ERROR!
> > > > java.lang.IllegalArgumentException: \tmp is not a directory or does
> not
> > > > exist
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > > at
> > > >
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryo(IoTest.java:610)
> > > >
> > > > On Mon, Mar 30, 2015 at 10:23 PM, Marko Rodriguez <
> > okrammarko@gmail.com>
> > > > wrote:
> > > >
> > > >> Hello,
> > > >>
> > > >>> Please refer to
> > > >>>
> > > >>
> > >
> >
> C:\Users\Christos\Documents\GitHub\tinkerpop3\tinkergraph-gremlin\target\surefire-re
> > > >>> ports for the individual test results.
> > > >>
> > > >> What do the surefire-reports say?
> > > >>
> > > >> Marko.
> > >
> > >
> >
>
>
>
> --
> // ndy
>

Re: Problem with build

Posted by Nick DeYoung <de...@gmail.com>.
or create a windows equivalent of a symbolic link via mklink

http://www.sevenforums.com/tutorials/278262-mklink-create-use-links-windows.html

or

http://lifehacker.com/5496652/how-to-use-symlinks-in-windows





On Mon, Mar 30, 2015 at 12:47 PM, Stephen Mallette <sp...@gmail.com>
wrote:

> not sure - the surefire report says it can't find /tmp - Christos, are you
> able to create that directory at the root of C: to see if it helps?  maybe
> it just wants C:/tmp to exist.  Please let me know if that gets you passed
> your problem.  In the mean time, i can look into a more long term fix.
>
> On Mon, Mar 30, 2015 at 3:32 PM, Marko Rodriguez <ok...@gmail.com>
> wrote:
>
> > Hi,
> >
> > Looks like something about being on a Windows box. @spmallette -- any
> > thoughts on builds and Windows?
> >
> > Marko.
> >
> > http://markorodriguez.com
> >
> > On Mar 30, 2015, at 1:28 PM, Christos Oikonomou <ch...@gmail.com>
> > wrote:
> >
> > >
> >
> -------------------------------------------------------------------------------
> > > Test set:
> > >
> >
> com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
> > >
> >
> -------------------------------------------------------------------------------
> > > Tests run: 787, Failures: 0, Errors: 24, Skipped: 184, Time elapsed:
> > 13.241
> > > sec <<< FAILURE! - in
> > >
> >
> com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
> > > shouldReadWriteModernToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time
> > > elapsed: 0.084 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteModernToKryo(IoTest.java:366)
> > >
> > >
> >
> shouldReadWriteVertexWithBOTHINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.009 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHINEdgesToKryo(IoTest.java:1698)
> > >
> > > shouldReadWriteCrewToKryo(com.tinkerpop.gremlin.structure.IoTest)  Time
> > > elapsed: 0.041 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteCrewToKryo(IoTest.java:422)
> > >
> > >
> >
> shouldReadWriteVertexWithININEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.013 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithININEdgesToKryo(IoTest.java:1409)
> > >
> > >
> >
> shouldReadWriteVertexWithINBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.01 sec  <<< ERROR!
> > > java.lang.Exception: Unexpected exception,
> > > expected<java.lang.IllegalStateException> but
> > > was<java.lang.IllegalArgumentException>
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINBOTHEdgesToKryo(IoTest.java:1929)
> > >
> > >
> >
> shouldReadWriteVertexWithBOTHOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.011 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHOUTEdgesToKryo(IoTest.java:1804)
> > >
> > >
> >
> shouldReadWriteVertexWithOUTINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.03 sec  <<< ERROR!
> > > java.lang.Exception: Unexpected exception,
> > > expected<java.lang.IllegalStateException> but
> > > was<java.lang.IllegalArgumentException>
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTINEdgesToKryo(IoTest.java:1977)
> > >
> > >
> >
> shouldReadWriteDetachedEdgeAsReferenceToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.01 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeAsReferenceToKryo(IoTest.java:644)
> > >
> > >
> >
> shouldReadWriteEdgeToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.008 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryoUsingFloatProperty(IoTest.java:574)
> > >
> > > shouldSupportUUIDInKryo(com.tinkerpop.gremlin.structure.IoTest)  Time
> > > elapsed: 0.017 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldSupportUUIDInKryo(IoTest.java:891)
> > >
> > >
> >
> shouldReadWriteVertexWithINOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.009 sec  <<< ERROR!
> > > java.lang.Exception: Unexpected exception,
> > > expected<java.lang.IllegalStateException> but
> > > was<java.lang.IllegalArgumentException>
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINOUTEdgesToKryo(IoTest.java:1953)
> > >
> > >
> >
> shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.008 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(IoTest.java:929)
> > >
> > >
> >
> shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.008 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(IoTest.java:1508)
> > >
> > >
> >
> shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.009 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(IoTest.java:1024)
> > >
> > > shouldReadWriteClassicToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time
> > > elapsed: 0.048 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteClassicToKryo(IoTest.java:450)
> > >
> > >
> >
> shouldReadWriteVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.009 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryo(IoTest.java:960)
> > >
> > >
> >
> shouldReadWriteVertexWithOUTBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.01 sec  <<< ERROR!
> > > java.lang.Exception: Unexpected exception,
> > > expected<java.lang.IllegalStateException> but
> > > was<java.lang.IllegalArgumentException>
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTBOTHEdgesToKryo(IoTest.java:1905)
> > >
> > >
> >
> shouldReadWriteDetachedVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.008 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexNoEdgesToKryo(IoTest.java:992)
> > >
> > >
> >
> shouldReadWriteVerticesNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.023 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryo(IoTest.java:1248)
> > >
> > >
> >
> shouldReadWriteVertexMultiPropsNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.008 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexMultiPropsNoEdgesToKryo(IoTest.java:1056)
> > >
> > >
> shouldReadWriteDetachedEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.008 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeToKryo(IoTest.java:678)
> > >
> > >
> >
> shouldReadWriteVerticesNoEdgesToKryoManual(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.112 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryoManual(IoTest.java:1220)
> > >
> > >
> >
> shouldReadWriteVertexWithOUTOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > > Time elapsed: 0.013 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTOUTEdgesToKryo(IoTest.java:1312)
> > >
> > > shouldReadWriteEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)  Time
> > > elapsed: 0.008 sec  <<< ERROR!
> > > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > > exist
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > > at
> > >
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryo(IoTest.java:610)
> > >
> > > On Mon, Mar 30, 2015 at 10:23 PM, Marko Rodriguez <
> okrammarko@gmail.com>
> > > wrote:
> > >
> > >> Hello,
> > >>
> > >>> Please refer to
> > >>>
> > >>
> >
> C:\Users\Christos\Documents\GitHub\tinkerpop3\tinkergraph-gremlin\target\surefire-re
> > >>> ports for the individual test results.
> > >>
> > >> What do the surefire-reports say?
> > >>
> > >> Marko.
> >
> >
>



-- 
// ndy

Re: Problem with build

Posted by Stephen Mallette <sp...@gmail.com>.
not sure - the surefire report says it can't find /tmp - Christos, are you
able to create that directory at the root of C: to see if it helps?  maybe
it just wants C:/tmp to exist.  Please let me know if that gets you passed
your problem.  In the mean time, i can look into a more long term fix.

On Mon, Mar 30, 2015 at 3:32 PM, Marko Rodriguez <ok...@gmail.com>
wrote:

> Hi,
>
> Looks like something about being on a Windows box. @spmallette -- any
> thoughts on builds and Windows?
>
> Marko.
>
> http://markorodriguez.com
>
> On Mar 30, 2015, at 1:28 PM, Christos Oikonomou <ch...@gmail.com>
> wrote:
>
> >
> -------------------------------------------------------------------------------
> > Test set:
> >
> com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
> >
> -------------------------------------------------------------------------------
> > Tests run: 787, Failures: 0, Errors: 24, Skipped: 184, Time elapsed:
> 13.241
> > sec <<< FAILURE! - in
> >
> com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
> > shouldReadWriteModernToKryo(com.tinkerpop.gremlin.structure.IoTest)  Time
> > elapsed: 0.084 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteModernToKryo(IoTest.java:366)
> >
> >
> shouldReadWriteVertexWithBOTHINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.009 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHINEdgesToKryo(IoTest.java:1698)
> >
> > shouldReadWriteCrewToKryo(com.tinkerpop.gremlin.structure.IoTest)  Time
> > elapsed: 0.041 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteCrewToKryo(IoTest.java:422)
> >
> >
> shouldReadWriteVertexWithININEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.013 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithININEdgesToKryo(IoTest.java:1409)
> >
> >
> shouldReadWriteVertexWithINBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.01 sec  <<< ERROR!
> > java.lang.Exception: Unexpected exception,
> > expected<java.lang.IllegalStateException> but
> > was<java.lang.IllegalArgumentException>
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINBOTHEdgesToKryo(IoTest.java:1929)
> >
> >
> shouldReadWriteVertexWithBOTHOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.011 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHOUTEdgesToKryo(IoTest.java:1804)
> >
> >
> shouldReadWriteVertexWithOUTINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.03 sec  <<< ERROR!
> > java.lang.Exception: Unexpected exception,
> > expected<java.lang.IllegalStateException> but
> > was<java.lang.IllegalArgumentException>
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTINEdgesToKryo(IoTest.java:1977)
> >
> >
> shouldReadWriteDetachedEdgeAsReferenceToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.01 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeAsReferenceToKryo(IoTest.java:644)
> >
> >
> shouldReadWriteEdgeToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.008 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryoUsingFloatProperty(IoTest.java:574)
> >
> > shouldSupportUUIDInKryo(com.tinkerpop.gremlin.structure.IoTest)  Time
> > elapsed: 0.017 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldSupportUUIDInKryo(IoTest.java:891)
> >
> >
> shouldReadWriteVertexWithINOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.009 sec  <<< ERROR!
> > java.lang.Exception: Unexpected exception,
> > expected<java.lang.IllegalStateException> but
> > was<java.lang.IllegalArgumentException>
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINOUTEdgesToKryo(IoTest.java:1953)
> >
> >
> shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.008 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(IoTest.java:929)
> >
> >
> shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.008 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(IoTest.java:1508)
> >
> >
> shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.009 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(IoTest.java:1024)
> >
> > shouldReadWriteClassicToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time
> > elapsed: 0.048 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteClassicToKryo(IoTest.java:450)
> >
> >
> shouldReadWriteVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.009 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryo(IoTest.java:960)
> >
> >
> shouldReadWriteVertexWithOUTBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.01 sec  <<< ERROR!
> > java.lang.Exception: Unexpected exception,
> > expected<java.lang.IllegalStateException> but
> > was<java.lang.IllegalArgumentException>
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTBOTHEdgesToKryo(IoTest.java:1905)
> >
> >
> shouldReadWriteDetachedVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.008 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexNoEdgesToKryo(IoTest.java:992)
> >
> >
> shouldReadWriteVerticesNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.023 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryo(IoTest.java:1248)
> >
> >
> shouldReadWriteVertexMultiPropsNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.008 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexMultiPropsNoEdgesToKryo(IoTest.java:1056)
> >
> > shouldReadWriteDetachedEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.008 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeToKryo(IoTest.java:678)
> >
> >
> shouldReadWriteVerticesNoEdgesToKryoManual(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.112 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryoManual(IoTest.java:1220)
> >
> >
> shouldReadWriteVertexWithOUTOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> > Time elapsed: 0.013 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTOUTEdgesToKryo(IoTest.java:1312)
> >
> > shouldReadWriteEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)  Time
> > elapsed: 0.008 sec  <<< ERROR!
> > java.lang.IllegalArgumentException: \tmp is not a directory or does not
> > exist
> > at
> >
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> > at
> >
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryo(IoTest.java:610)
> >
> > On Mon, Mar 30, 2015 at 10:23 PM, Marko Rodriguez <ok...@gmail.com>
> > wrote:
> >
> >> Hello,
> >>
> >>> Please refer to
> >>>
> >>
> C:\Users\Christos\Documents\GitHub\tinkerpop3\tinkergraph-gremlin\target\surefire-re
> >>> ports for the individual test results.
> >>
> >> What do the surefire-reports say?
> >>
> >> Marko.
>
>

Re: Problem with build

Posted by Marko Rodriguez <ok...@gmail.com>.
Hi,

Looks like something about being on a Windows box. @spmallette -- any thoughts on builds and Windows?

Marko.

http://markorodriguez.com

On Mar 30, 2015, at 1:28 PM, Christos Oikonomou <ch...@gmail.com> wrote:

> -------------------------------------------------------------------------------
> Test set:
> com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
> -------------------------------------------------------------------------------
> Tests run: 787, Failures: 0, Errors: 24, Skipped: 184, Time elapsed: 13.241
> sec <<< FAILURE! - in
> com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
> shouldReadWriteModernToKryo(com.tinkerpop.gremlin.structure.IoTest)  Time
> elapsed: 0.084 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteModernToKryo(IoTest.java:366)
> 
> shouldReadWriteVertexWithBOTHINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.009 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHINEdgesToKryo(IoTest.java:1698)
> 
> shouldReadWriteCrewToKryo(com.tinkerpop.gremlin.structure.IoTest)  Time
> elapsed: 0.041 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteCrewToKryo(IoTest.java:422)
> 
> shouldReadWriteVertexWithININEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.013 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithININEdgesToKryo(IoTest.java:1409)
> 
> shouldReadWriteVertexWithINBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.01 sec  <<< ERROR!
> java.lang.Exception: Unexpected exception,
> expected<java.lang.IllegalStateException> but
> was<java.lang.IllegalArgumentException>
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINBOTHEdgesToKryo(IoTest.java:1929)
> 
> shouldReadWriteVertexWithBOTHOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.011 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHOUTEdgesToKryo(IoTest.java:1804)
> 
> shouldReadWriteVertexWithOUTINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.03 sec  <<< ERROR!
> java.lang.Exception: Unexpected exception,
> expected<java.lang.IllegalStateException> but
> was<java.lang.IllegalArgumentException>
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTINEdgesToKryo(IoTest.java:1977)
> 
> shouldReadWriteDetachedEdgeAsReferenceToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.01 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeAsReferenceToKryo(IoTest.java:644)
> 
> shouldReadWriteEdgeToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.008 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryoUsingFloatProperty(IoTest.java:574)
> 
> shouldSupportUUIDInKryo(com.tinkerpop.gremlin.structure.IoTest)  Time
> elapsed: 0.017 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldSupportUUIDInKryo(IoTest.java:891)
> 
> shouldReadWriteVertexWithINOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.009 sec  <<< ERROR!
> java.lang.Exception: Unexpected exception,
> expected<java.lang.IllegalStateException> but
> was<java.lang.IllegalArgumentException>
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINOUTEdgesToKryo(IoTest.java:1953)
> 
> shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.008 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(IoTest.java:929)
> 
> shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.008 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(IoTest.java:1508)
> 
> shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.009 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(IoTest.java:1024)
> 
> shouldReadWriteClassicToKryo(com.tinkerpop.gremlin.structure.IoTest)  Time
> elapsed: 0.048 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteClassicToKryo(IoTest.java:450)
> 
> shouldReadWriteVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.009 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryo(IoTest.java:960)
> 
> shouldReadWriteVertexWithOUTBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.01 sec  <<< ERROR!
> java.lang.Exception: Unexpected exception,
> expected<java.lang.IllegalStateException> but
> was<java.lang.IllegalArgumentException>
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTBOTHEdgesToKryo(IoTest.java:1905)
> 
> shouldReadWriteDetachedVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.008 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexNoEdgesToKryo(IoTest.java:992)
> 
> shouldReadWriteVerticesNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.023 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryo(IoTest.java:1248)
> 
> shouldReadWriteVertexMultiPropsNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.008 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexMultiPropsNoEdgesToKryo(IoTest.java:1056)
> 
> shouldReadWriteDetachedEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.008 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeToKryo(IoTest.java:678)
> 
> shouldReadWriteVerticesNoEdgesToKryoManual(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.112 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryoManual(IoTest.java:1220)
> 
> shouldReadWriteVertexWithOUTOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
> Time elapsed: 0.013 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTOUTEdgesToKryo(IoTest.java:1312)
> 
> shouldReadWriteEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)  Time
> elapsed: 0.008 sec  <<< ERROR!
> java.lang.IllegalArgumentException: \tmp is not a directory or does not
> exist
> at
> com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
> at
> com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryo(IoTest.java:610)
> 
> On Mon, Mar 30, 2015 at 10:23 PM, Marko Rodriguez <ok...@gmail.com>
> wrote:
> 
>> Hello,
>> 
>>> Please refer to
>>> 
>> C:\Users\Christos\Documents\GitHub\tinkerpop3\tinkergraph-gremlin\target\surefire-re
>>> ports for the individual test results.
>> 
>> What do the surefire-reports say?
>> 
>> Marko.


Re: Problem with build

Posted by Christos Oikonomou <ch...@gmail.com>.
-------------------------------------------------------------------------------
Test set:
com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
-------------------------------------------------------------------------------
Tests run: 787, Failures: 0, Errors: 24, Skipped: 184, Time elapsed: 13.241
sec <<< FAILURE! - in
com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest
shouldReadWriteModernToKryo(com.tinkerpop.gremlin.structure.IoTest)  Time
elapsed: 0.084 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteModernToKryo(IoTest.java:366)

shouldReadWriteVertexWithBOTHINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.009 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHINEdgesToKryo(IoTest.java:1698)

shouldReadWriteCrewToKryo(com.tinkerpop.gremlin.structure.IoTest)  Time
elapsed: 0.041 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteCrewToKryo(IoTest.java:422)

shouldReadWriteVertexWithININEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.013 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithININEdgesToKryo(IoTest.java:1409)

shouldReadWriteVertexWithINBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.01 sec  <<< ERROR!
java.lang.Exception: Unexpected exception,
expected<java.lang.IllegalStateException> but
was<java.lang.IllegalArgumentException>
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINBOTHEdgesToKryo(IoTest.java:1929)

shouldReadWriteVertexWithBOTHOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.011 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHOUTEdgesToKryo(IoTest.java:1804)

shouldReadWriteVertexWithOUTINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.03 sec  <<< ERROR!
java.lang.Exception: Unexpected exception,
expected<java.lang.IllegalStateException> but
was<java.lang.IllegalArgumentException>
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTINEdgesToKryo(IoTest.java:1977)

shouldReadWriteDetachedEdgeAsReferenceToKryo(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.01 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeAsReferenceToKryo(IoTest.java:644)

shouldReadWriteEdgeToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.008 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryoUsingFloatProperty(IoTest.java:574)

shouldSupportUUIDInKryo(com.tinkerpop.gremlin.structure.IoTest)  Time
elapsed: 0.017 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldSupportUUIDInKryo(IoTest.java:891)

shouldReadWriteVertexWithINOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.009 sec  <<< ERROR!
java.lang.Exception: Unexpected exception,
expected<java.lang.IllegalStateException> but
was<java.lang.IllegalArgumentException>
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINOUTEdgesToKryo(IoTest.java:1953)

shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.008 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(IoTest.java:929)

shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.008 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(IoTest.java:1508)

shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.009 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(IoTest.java:1024)

shouldReadWriteClassicToKryo(com.tinkerpop.gremlin.structure.IoTest)  Time
elapsed: 0.048 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteClassicToKryo(IoTest.java:450)

shouldReadWriteVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.009 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryo(IoTest.java:960)

shouldReadWriteVertexWithOUTBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.01 sec  <<< ERROR!
java.lang.Exception: Unexpected exception,
expected<java.lang.IllegalStateException> but
was<java.lang.IllegalArgumentException>
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTBOTHEdgesToKryo(IoTest.java:1905)

shouldReadWriteDetachedVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.008 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexNoEdgesToKryo(IoTest.java:992)

shouldReadWriteVerticesNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.023 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryo(IoTest.java:1248)

shouldReadWriteVertexMultiPropsNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.008 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexMultiPropsNoEdgesToKryo(IoTest.java:1056)

shouldReadWriteDetachedEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.008 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeToKryo(IoTest.java:678)

shouldReadWriteVerticesNoEdgesToKryoManual(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.112 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryoManual(IoTest.java:1220)

shouldReadWriteVertexWithOUTOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest)
 Time elapsed: 0.013 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTOUTEdgesToKryo(IoTest.java:1312)

shouldReadWriteEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest)  Time
elapsed: 0.008 sec  <<< ERROR!
java.lang.IllegalArgumentException: \tmp is not a directory or does not
exist
at
com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384)
at
com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryo(IoTest.java:610)

On Mon, Mar 30, 2015 at 10:23 PM, Marko Rodriguez <ok...@gmail.com>
wrote:

> Hello,
>
> > Please refer to
> >
> C:\Users\Christos\Documents\GitHub\tinkerpop3\tinkergraph-gremlin\target\surefire-re
> > ports for the individual test results.
>
> What do the surefire-reports say?
>
> Marko.

Re: Problem with build

Posted by Marko Rodriguez <ok...@gmail.com>.
Hello,

> Please refer to
> C:\Users\Christos\Documents\GitHub\tinkerpop3\tinkergraph-gremlin\target\surefire-re
> ports for the individual test results.

What do the surefire-reports say?

Marko.