Github user ansell commented on the issue:

    https://github.com/apache/any23/pull/34
  
    Tests failed for me with OOM:
    
    ```
    [INFO] Compiling 1 source file to 
/home/mint/gitrepos/any23/openie/target/test-classes
    [INFO] 
    [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ 
apache-any23-openie ---
    
    -------------------------------------------------------
     T E S T S
    -------------------------------------------------------
    Running org.apache.any23.openie.OpenIEExtractorTest
    SLF4J: Class path contains multiple SLF4J bindings.
    SLF4J: Found binding in 
[jar:file:/home/mint/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
    SLF4J: Found binding in 
[jar:file:/home/mint/.m2/repository/org/slf4j/slf4j-log4j12/1.7.21/slf4j-log4j12-1.7.21.jar!/org/slf4j/impl/StaticLoggerBinder.class]
    SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
    SLF4J: Actual binding is of type 
[ch.qos.logback.classic.util.ContextSelectorStaticBinder]
    Loading feature templates.
    Loading models.
    Loading lexica.
    Loading configuration.
    Loading feature templates.
    Loading models.
    Loading feature templates.
    Loading models.
    Loading lexica.
    Loading feature templates.
    Loading models.
    Loading feature templates.
    Loading models.
    Loading lexica.
    Loading feature templates.
    Loading models.
    Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 20.977 sec 
<<< FAILURE! - in org.apache.any23.openie.OpenIEExtractorTest
    testExtractFromHTMLDocument(org.apache.any23.openie.OpenIEExtractorTest)  
Time elapsed: 20.282 sec  <<< ERROR!
    java.lang.OutOfMemoryError: Java heap space
        at 
org.apache.any23.openie.OpenIEExtractorTest.extract(OpenIEExtractorTest.java:75)
        at 
org.apache.any23.openie.OpenIEExtractorTest.testExtractFromHTMLDocument(OpenIEExtractorTest.java:65)
    
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to