Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1331#issuecomment-218056377
  
    @syed this is not compiling for me.  Can you review?
    
    ```
    [INFO] 
------------------------------------------------------------------------
    [INFO] Building Apache CloudStack Plugin - RabbitMQ Event Bus 4.7.2-SNAPSHOT
    [INFO] 
------------------------------------------------------------------------
    [WARNING] *****************************************************************
    [WARNING] * Your build is requesting parallel execution, but project      *
    [WARNING] * contains the following plugin(s) that are not marked as       *
    [WARNING] * @threadSafe to support parallel building.                     *
    [WARNING] * While this /may/ work fine, please look for plugin updates    *
    [WARNING] * and/or request plugins be made thread-safe.                   *
    [WARNING] * If reporting an issue, report it against the plugin in        *
    [WARNING] * question, not against maven-core                              *
    [WARNING] *****************************************************************
    [WARNING] The following plugins are not marked @threadSafe in Apache 
CloudStack Plugin - RabbitMQ Event Bus:
    [WARNING] org.apache.maven.plugins:maven-site-plugin:3.1
    [WARNING] *****************************************************************
    [INFO] 
    [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-mom-rabbitmq ---
    [INFO] Starting audit...
    Audit done.
    
    [INFO] 
    [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-mom-rabbitmq ---
    log4j:ERROR Could not parse url 
[file:/data/git/cs1/cloudstack/services/secondary-storage/server/test/../conf/log4j.xml].
    java.io.FileNotFoundException: 
/data/git/cs1/cloudstack/services/secondary-storage/server/test/../conf/log4j.xml
 (No such file or directory)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:146)
            at java.io.FileInputStream.<init>(FileInputStream.java:101)
            at 
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
            at 
sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
            at 
org.apache.log4j.xml.DOMConfigurator$2.parse(DOMConfigurator.java:765)
            at 
org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:871)
            at 
org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:778)
            at 
org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:526)
            at org.apache.log4j.LogManager.<clinit>(LogManager.java:127)
            at org.apache.log4j.Logger.getLogger(Logger.java:117)
            at 
com.cloud.resource.ServerResourceBase.<clinit>(ServerResourceBase.java:45)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:195)
            at javassist.runtime.Desc.getClassObject(Desc.java:43)
            at javassist.runtime.Desc.getClassType(Desc.java:152)
            at javassist.runtime.Desc.getType(Desc.java:122)
            at javassist.runtime.Desc.getType(Desc.java:78)
            at 
org.apache.cloudstack.storage.resource.NfsSecondaryStorageResourceTest.setUp(NfsSecondaryStorageResourceTest.java:49)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:606)
            at 
org.junit.internal.runners.MethodRoadie.runBefores(MethodRoadie.java:132)
            at 
org.junit.internal.runners.MethodRoadie.runBeforesThenTestThenAfters(MethodRoadie.java:95)
            at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl$PowerMockJUnit44MethodRunner.executeTest(PowerMockJUnit44RunnerDelegateImpl.java:294)
            at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit47RunnerDelegateImpl$PowerMockJUnit47MethodRunner.executeTestInSuper(PowerMockJUnit47RunnerDelegateImpl.java:127)
            at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit47RunnerDelegateImpl$PowerMockJUnit47MethodRunner.executeTest(PowerMockJUnit47RunnerDelegateImpl.java:82)
            at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl$PowerMockJUnit44MethodRunner.runBeforesThenTestThenAfters(PowerMockJUnit44RunnerDelegateImpl.java:282)
            at 
org.junit.internal.runners.MethodRoadie.runTest(MethodRoadie.java:86)
            at org.junit.internal.runners.MethodRoadie.run(MethodRoadie.java:49)
            at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl.invokeTestMethod(PowerMockJUnit44RunnerDelegateImpl.java:207)
            at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl.runMethods(PowerMockJUnit44RunnerDelegateImpl.java:146)
            at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl$1.run(PowerMockJUnit44RunnerDelegateImpl.java:120)
            at 
org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:33)
            at 
org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:45)
            at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl.run(PowerMockJUnit44RunnerDelegateImpl.java:118)
            at 
org.powermock.modules.junit4.common.internal.impl.JUnit4TestSuiteChunkerImpl.run(JUnit4TestSuiteChunkerImpl.java:104)
            at 
org.powermock.modules.junit4.common.internal.impl.AbstractCommonPowerMockRunner.run(AbstractCommonPowerMockRunner.java:53)
            at 
org.powermock.modules.junit4.PowerMockRunner.run(PowerMockRunner.java:53)
            at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
            at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
            at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
            at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
            at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
            at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
            at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
    [INFO] 
    [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-mom-rabbitmq ---
    [debug] execute contextualize
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] skip non existing resourceDirectory 
/data/git/cs1/cloudstack/plugins/event-bus/rabbitmq/resources
    [INFO] Copying 3 resources
    [INFO] 
    [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ 
cloud-mom-rabbitmq ---
    Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.925 sec - 
in org.apache.cloudstack.storage.resource.NfsSecondaryStorageResourceTest
    Running 
org.apache.cloudstack.storage.resource.LocalNfsSecondaryStorageResourceTest
    Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec 
<<< FAILURE! - in 
org.apache.cloudstack.storage.resource.LocalNfsSecondaryStorageResourceTest
    
testExecuteRequest(org.apache.cloudstack.storage.resource.LocalNfsSecondaryStorageResourceTest)
  Time elapsed: 0.001 sec  <<< ERROR!
    javax.naming.ConfigurationException: Unable to find agent.properties.
            at 
org.apache.cloudstack.storage.resource.LocalNfsSecondaryStorageResourceTest.loadProperties(LocalNfsSecondaryStorageResourceTest.java:129)
            at 
org.apache.cloudstack.storage.resource.LocalNfsSecondaryStorageResourceTest.setUp(LocalNfsSecondaryStorageResourceTest.java:68)
    
    
    Results :
    
    Tests in error: 
      LocalNfsSecondaryStorageResourceTest.setUp:68->loadProperties:129 
Configuration
    
    Tests run: 3, Failures: 0, Errors: 1, Skipped: 0
    ```


---
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