Hey Wido, The simulator build on jenkins is failing to start the cloudstack server with
[ERROR] Failed startup of context org.mortbay.jetty.plugin.Jetty6PluginWebAppContext@43925b62{/client,/home/jenkins/slave/workspace/team_tkt/cloudstack/simul ator-master/client/target/generated-webapp} java.lang.NullPointerException at com.cloud.server.StatsCollector.init(StatsCollector.java:269) at com.cloud.server.StatsCollector.start(StatsCollector.java:247) at org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle$1.with(CloudStackExtendedLifeCycle.java:75) at org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.with(CloudStackExtendedLifeCycle.java:153) at org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.startBeans(CloudStackExtendedLifeCycle.java:72) at org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycleStart.run(CloudStackExtendedLifeCycleStart.java:46) at org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet$1.with(DefaultModuleDefinitionSet.java:105) at org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:245) at org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:250) at org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:250) at org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:233) at org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.startContexts(DefaultModuleDefinitionSet.java:97) at org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.load(DefaultModuleDefinitionSet.java:80) at org.apache.cloudstack.spring.module.factory.ModuleBasedContextFactory.loadModules(ModuleBasedContextFactory.java:37) at org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.init(CloudStackSpringContext.java:70) at org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.<init>(CloudStackSpringContext.java:57) at org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.<init>(CloudStackSpringContext.java:61) at org.apache.cloudstack.spring.module.web.CloudStackContextLoaderListener.contextInitialized(CloudStackContextLoaderListener.java:52) at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549) at org.mortbay.jetty.servlet.Context.startContext(Context.java:136) (well, I can't see jenkins.buildacloud.org workspace, but that's what we get on our replica of this build). which is at brand new line https://github.com/apache/cloudstack/commit/840c2fda852b86f51245a31e7cd91cdb0ad4bf49#diff-5a9d445f9ba381a581f4596d4887c8d5R269 that I think you wrote a while back and pushed a day ago. My guess is uri.getScheme() returns null because stats.output.uri is an empty string? https://github.com/apache/cloudstack/commit/840c2fda852b86f51245a31e7cd91cdb0ad4bf49#diff-3203f16e21aa67a34b79266395d7be7cR2062 can you take a look? cheers, Leo On Nov 12, 2014, at 11:09 AM, jenk...@cloudstack.org wrote: > See <http://jenkins.buildacloud.org/job/simulator-singlerun/606/> > > ------------------------------------------ > [...truncated 8812 lines...] > ========> Processing SQL file at > <http://jenkins.buildacloud.org/job/simulator-singlerun/ws/developer/developer-prefill.sql> > ========> Processing upgrade: com.cloud.upgrade.DatabaseUpgradeChecker > [INFO] > [INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ > cloud-developer --- > [INFO] > [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ > cloud-developer --- > [INFO] Installing > <http://jenkins.buildacloud.org/job/simulator-singlerun/ws/developer/pom.xml> > to > /var/lib/jenkins/.m2/repository/org/apache/cloudstack/cloud-developer/4.6.0-SNAPSHOT/cloud-developer-4.6.0-SNAPSHOT.pom > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 1:59.155s > [INFO] Finished at: Wed Nov 12 05:04:50 EST 2014 > [INFO] Final Memory: 42M/159M > [INFO] > ------------------------------------------------------------------------ > [WARNING] The requested profile "simulator" could not be activated because it > does not exist. > [simulator-singlerun] $ mvn -P developer -pl developer -Ddeploydb-simulator > [INFO] Scanning for projects... > [INFO] > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache CloudStack Developer Mode 4.6.0-SNAPSHOT > [INFO] > ------------------------------------------------------------------------ > [INFO] > [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ > cloud-developer --- > [INFO] Starting audit... > Audit done. > > [INFO] > [INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties > (default) @ cloud-developer --- > [WARNING] Ignoring missing properties file: > <http://jenkins.buildacloud.org/job/simulator-singlerun/ws/developer/../utils/conf/db.properties.override> > [INFO] > [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ > cloud-developer --- > [INFO] > [INFO] --- maven-antrun-plugin:1.7:run (default) @ cloud-developer --- > [INFO] Executing tasks > > main: > [INFO] Executed tasks > [INFO] > [INFO] >>> exec-maven-plugin:1.2.1:java (create-schema-simulator) @ > cloud-developer >>> > [INFO] > [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ > cloud-developer --- > [INFO] Starting audit... > Audit done. > > [INFO] > [INFO] <<< exec-maven-plugin:1.2.1:java (create-schema-simulator) @ > cloud-developer <<< > [INFO] > [INFO] --- exec-maven-plugin:1.2.1:java (create-schema-simulator) @ > cloud-developer --- > log4j:WARN No appenders could be found for logger > (org.springframework.core.env.StandardEnvironment). > log4j:WARN Please initialize the log4j system properly. > log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more > info. > ========> WARNING: Provided file does not exist: > <http://jenkins.buildacloud.org/job/simulator-singlerun/ws/developer/../utils/conf/db.properties.override> > ========> Initializing database=simulator with host=localhost port=3306 > username=cloud password=cloud > ============> Running query: drop database if exists `simulator` > ============> Running query: create database `simulator` > ============> Running query: GRANT ALL ON simulator.* to 'cloud'@`localhost` > identified by 'cloud' > ============> Running query: GRANT ALL ON simulator.* to 'cloud'@`%` > identified by 'cloud' > ========> Processing SQL file at > <http://jenkins.buildacloud.org/job/simulator-singlerun/ws/developer/target/db/create-schema-simulator.sql> > ========> Processing SQL file at > <http://jenkins.buildacloud.org/job/simulator-singlerun/ws/developer/target/db/templates.simulator.sql> > ========> Processing SQL file at > <http://jenkins.buildacloud.org/job/simulator-singlerun/ws/developer/target/db/hypervisor_capabilities.simulator.sql> > ========> Processing upgrade: com.cloud.upgrade.DatabaseUpgradeChecker > [INFO] > [INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ > cloud-developer --- > [INFO] > [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ > cloud-developer --- > [INFO] Installing > <http://jenkins.buildacloud.org/job/simulator-singlerun/ws/developer/pom.xml> > to > /var/lib/jenkins/.m2/repository/org/apache/cloudstack/cloud-developer/4.6.0-SNAPSHOT/cloud-developer-4.6.0-SNAPSHOT.pom > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 18.114s > [INFO] Finished at: Wed Nov 12 05:05:12 EST 2014 > [INFO] Final Memory: 43M/185M > [INFO] > ------------------------------------------------------------------------ > [simulator-singlerun] $ /bin/bash -x /tmp/hudson1744104456574609116.sh > + jps -l > + grep -q Launcher > + rm -f xunit.xml > + echo '' > + rm -rf /tmp/MarvinLogs > + echo Check for initialization of the management server > Check for initialization of the management server > + COUNTER=0 > + SERVER_PID=16523 > + '[' 0 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + mvn -P systemvm,simulator -pl :cloud-client-ui jetty:run > + sleep 5 > + COUNTER=1 > + '[' 1 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=2 > + '[' 2 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=3 > + '[' 3 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=4 > + '[' 4 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=5 > + '[' 5 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=6 > + '[' 6 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=7 > + '[' 7 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=8 > + '[' 8 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=9 > + '[' 9 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=10 > + '[' 10 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=11 > + '[' 11 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=12 > + '[' 12 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=13 > + '[' 13 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=14 > + '[' 14 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=15 > + '[' 15 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=16 > + '[' 16 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=17 > + '[' 17 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=18 > + '[' 18 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=19 > + '[' 19 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=20 > + '[' 20 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=21 > + '[' 21 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=22 > + '[' 22 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=23 > + '[' 23 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=24 > + '[' 24 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=25 > + '[' 25 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + sleep 5 > + COUNTER=26 > + '[' 26 -lt 44 ']' > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + break > + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out > + echo Started OK pid 16523 > Started OK pid 16523 > + sleep 20 > + export > PYTHONPATH=<http://jenkins.buildacloud.org/job/simulator-singlerun/ws/tools/marvin> > + > PYTHONPATH=<http://jenkins.buildacloud.org/job/simulator-singlerun/ws/tools/marvin> > + python2.6 tools/marvin/marvin/deployDataCenter.py -i setup/dev/advanced.cfg > /usr/lib/python2.6/site-packages/pycrypto-2.6-py2.6-linux-x86_64.egg/Crypto/Util/number.py:57: > PowmInsecureWarning: Not using mpz_powm_sec. You should rebuild using > libgmp >= 5 to avoid timing attack vulnerability. > _warn("Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to > avoid timing attack vulnerability.", PowmInsecureWarning) > > ==== Log Folder Path: > /tmp//MarvinLogs//DeployDataCenter__Nov_12_2014_05_07_46_ZHMXMR. All logs > will be available here ==== > > === TestClient Creation Failed=== > + sleep 60 > + /usr/local/bin/nosetests-2.7 -v --with-marvin > --marvin-config=setup/dev/advanced.cfg --with-xunit --xunit-file=xunit.xml -a > tags=advanced,required_hardware=false --zone=Sandbox-simulator > --hypervisor=simulator -w test/integration/smoke > > ==== Marvin Init Started ==== > > === Marvin Parse Config Successful === > > === Marvin Setting TestData Successful=== > > ==== Log Folder Path: /tmp//MarvinLogs//Nov_12_2014_05_08_48_SYEWES. All logs > will be available here ==== > > === Marvin Init Logging Successful=== > > ==== Marvin Init Failed ==== > > Starting Marvin Failed, exiting. Please Check > + mvn -P systemvm,simulator -pl :cloud-client-ui jetty:stop > [INFO] Scanning for projects... > [INFO] > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache CloudStack Client UI 4.6.0-SNAPSHOT > [INFO] > ------------------------------------------------------------------------ > [INFO] > [INFO] --- maven-jetty-plugin:6.1.26:stop (default-cli) @ cloud-client-ui --- > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 4.669s > [INFO] Finished at: Wed Nov 12 05:08:55 EST 2014 > [INFO] Final Memory: 25M/154M > [INFO] > ------------------------------------------------------------------------ > + sleep 10 > + kill -KILL 16523 > /tmp/hudson1744104456574609116.sh: line 44: kill: (16523) - No such process > [locks-and-latches] Releasing all the locks > [locks-and-latches] All the locks released > [xUnit] [INFO] - Starting to record. > [xUnit] [INFO] - Processing JUnit > [xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern > 'xunit.xml' relative to > '<http://jenkins.buildacloud.org/job/simulator-singlerun/ws/'> for the > testing framework 'JUnit'. > [xUnit] [ERROR] - The result file > '<http://jenkins.buildacloud.org/job/simulator-singlerun/ws/xunit.xml'> for > the metric 'JUnit' is not valid. The result file has been skipped. > [xUnit] [INFO] - Failing BUILD because 'set build failed if errors' option is > activated. > [xUnit] [INFO] - There are errors when processing test results. > [xUnit] [INFO] - Skipping tests recording. > [xUnit] [INFO] - Stop build. > Build step 'Publish xUnit test result report' changed build result to FAILURE