You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by gtully <gi...@git.apache.org> on 2018/10/05 09:48:19 UTC

[GitHub] activemq-artemis issue #2346: ARTEMIS-2110 allow a lease renew without updat...

Github user gtully commented on the issue:

    https://github.com/apache/activemq-artemis/pull/2346
  
    The ci build failure seems may be related to the doc generation...
    there is no output for 10 mins and a termination after 42 mins:
    
    -------------------------------------------------------
     T E S T S
    -------------------------------------------------------
    Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m
    Running org.apache.activemq.cli.test.WebServerComponentTest
    SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
    [main] 15:57:20,526 INFO  [org.apache.activemq.artemis] AMQ241001: HTTP Server started at http://localhost:0
    [main] 15:57:21,519 INFO  [org.apache.activemq.artemis] AMQ241001: HTTP Server started at https://localhost:0
    [main] 15:57:21,967 INFO  [org.apache.activemq.artemis] AMQ241001: HTTP Server started at http://localhost:0
    [main] 15:57:22,496 INFO  [org.apache.activemq.artemis] AMQ241001: HTTP Server started at https://localhost:0
    Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.288 sec - in org.apache.activemq.cli.test.WebServerComponentTest
    
    Results :
    
    Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
    
    Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m
    Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m
    Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m
    Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m
    Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m
    
    No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
    Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
    
    The build has been terminated
    
    --
    on a local build that runs to completion I see: [ERROR] Error fetching link: but it does not block for any more than one minute.
    Something needs to be tweaked, any ideas?
    
    -------------------------------------------------------
     T E S T S
    -------------------------------------------------------
    Running org.apache.activemq.cli.test.WebServerComponentTest
    SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
    [main] 14:35:40,755 INFO  [org.apache.activemq.artemis] AMQ241001: HTTP Server started at http://localhost:0
    [main] 14:35:41,098 INFO  [org.apache.activemq.artemis] AMQ241001: HTTP Server started at https://localhost:0
    [main] 14:35:41,264 INFO  [org.apache.activemq.artemis] AMQ241001: HTTP Server started at http://localhost:0
    [main] 14:35:41,524 INFO  [org.apache.activemq.artemis] AMQ241001: HTTP Server started at https://localhost:0
    Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.22 sec - in org.apache.activemq.cli.test.WebServerComponentTest
    
    Results :
    
    Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
    
    [ERROR] Error fetching link: /Users/gtully/code/activemq-artemis-two/artemis-core-client/target/apidocs/package-list. Ignored it.
    [ERROR] Error fetching link: /Users/gtully/code/activemq-artemis-two/artemis-selector/target/apidocs/package-list. Ignored it.
    [ERROR] Error fetching link: /Users/gtully/code/activemq-artemis-two/artemis-jms-client/target/apidocs/package-list. Ignored it.
    [ERROR] Error fetching link: /Users/gtully/code/activemq-artemis-two/artemis-journal/target/apidocs/package-list. Ignored it.
    [ERROR] Error fetching link: /Users/gtully/code/activemq-artemis-two/artemis-server/target/apidocs/package-list. Ignored it.
    [ERROR] Error fetching link: /Users/gtully/code/activemq-artemis-two/artemis-jms-server/target/apidocs/package-list. Ignored it.
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    
    
    There may be some insight in that diff as to why the build fails.


---