Skip to content

[ERROR] Failed to execute goal org.scalatest:scalatest-maven-plugin:1.0:test (test) on project TripleParser: There are test failures -> [Help 1] #4

Description

@suyog250592

Loading depparse model file: edu/stanford/nlp/models/parser/nndep/english_UD.gz ...
PreComputed 100000, Elapsed Time: 3.276 (s)
Initializing dependency parser done [7.8 sec].
Using mention detector type: rule
Loading clause searcher from edu/stanford/nlp/models/naturalli/clauseSearcherModel.ser.gz...done [0.92 seconds]
Obama rdf:type PERSON
Hawaii rdf:type LOCATION
Obama was born in Hawaii

  • should return <Obama,was born in,Hawaii> *** FAILED ***
    "[rdf:type]" did not equal "[was born in]" (TestTripleParser.scala:35)
    LanguageDetectorTest:
    LanguageDetector.isEnglish(resources/multi_lingual/spanish.txt
    LANGUAGE = et
  • should return false
    LanguageDetector.isEnglish(resources/multi_lingual/english.txt
    LANGUAGE = et
  • should return true *** FAILED ***
    isEnglish was false (TestLanguageDetector.scala:18)
    Run completed in 1 minute, 30 seconds.
    Total number of tests run: 3
    Suites: completed 3, aborted 0
    Tests: succeeded 1, failed 2, canceled 0, ignored 1, pending 0
    *** 2 TESTS FAILED ***
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 2:14.801s
    [INFO] Finished at: Wed Mar 15 14:34:39 IST 2017
    [INFO] Final Memory: 38M/3925M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.scalatest:scalatest-maven-plugin:1.0:test (test) on project TripleParser: There are test failures -> [Help 1]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
    suyog@suyog-HP-EliteBook-745-G2:~/Development/kg_nous/NOUS-master/triple_extractor$ mvn clean
    Picked up _JAVA_OPTIONS: -Xms4096m -Xmx4096m -XX:MaxPermSize=3072m
    Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=3072m; support was removed in 8.0
    [INFO] Scanning for projects...
    [ERROR] The build could not read 1 project -> [Help 1]
    [ERROR]
    [ERROR] The project (/home/suyog/Development/kg_nous/NOUS-master/triple_extractor/pom.xml) has 1 error
    [ERROR] Non-parseable POM /home/suyog/Development/kg_nous/NOUS-master/triple_extractor/pom.xml: end tag name must match start tag name from line 88 (position: TEXT seen ...scalatest... @88:43) @ line 88, column 43 -> [Help 2]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
    [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/ModelParseException

Can someone help?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions