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

Reply via email to