You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by swill <gi...@git.apache.org> on 2016/04/01 15:27:55 UTC

[GitHub] cloudstack pull request: maven: Upgrade dependency versions

Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1397#issuecomment-204396178
  
    This is failing to build in my CI environment.  The following tests are causing the build to fail.
    
    It is failing here:
    ```
    [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [0.485s]
    [INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [4.719s]
    [INFO] Apache CloudStack Framework - Jobs ................ SUCCESS [2.225s]
    [INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [0.951s]
    [INFO] Apache CloudStack Server .......................... FAILURE [47.577s]
    [INFO] Apache CloudStack Framework - Quota ............... SKIPPED
    [INFO] Apache CloudStack Usage Server .................... SKIPPED
    [INFO] Apache CloudStack Cloud Engine Orchestration Component  SKIPPED
    ```
    
    With these failed tests:
    ```
    Tests run: 13, Failures: 2, Errors: 1, Skipped: 0, Time elapsed: 0.348 sec <<< FAILURE! - in org.apache.cloudstack.network.lb.CertServiceTest
    runUploadSslCertWithCAChain(org.apache.cloudstack.network.lb.CertServiceTest)  Time elapsed: 0.026 sec  <<< ERROR!
    com.cloud.utils.exception.CloudRuntimeException: Error parsing certificate data Parsing certificate/key failed: Could not parse certificate: java.io.IOException: Empty input
            at org.apache.cloudstack.network.lb.CertServiceImpl.uploadSslCert(CertServiceImpl.java:150)
            at org.apache.cloudstack.network.lb.CertServiceTest.runUploadSslCertWithCAChain(CertServiceTest.java:143)
    
    runUploadSslCertBadChain(org.apache.cloudstack.network.lb.CertServiceTest)  Time elapsed: 0.011 sec  <<< FAILURE!
    java.lang.AssertionError: null
            at org.junit.Assert.fail(Assert.java:86)
            at org.junit.Assert.assertTrue(Assert.java:41)
            at org.junit.Assert.assertTrue(Assert.java:52)
            at org.apache.cloudstack.network.lb.CertServiceTest.runUploadSslCertBadChain(CertServiceTest.java:290)
    
    runUploadSslCertNoRootCert(org.apache.cloudstack.network.lb.CertServiceTest)  Time elapsed: 0 sec  <<< FAILURE!
    java.lang.AssertionError: null
            at org.junit.Assert.fail(Assert.java:86)
            at org.junit.Assert.assertTrue(Assert.java:41)
            at org.junit.Assert.assertTrue(Assert.java:52)
            at org.apache.cloudstack.network.lb.CertServiceTest.runUploadSslCertNoRootCert(CertServiceTest.java:342)
    ```
    
    Any ideas???



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---