See <http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/2/>
------------------------------------------ [...truncated 5707 lines...] [INFO] Apache CloudStack Client UI ....................... SUCCESS [17.684s] [INFO] Apache CloudStack Framework - QuickCloud .......... SUCCESS [0.750s] [INFO] Apache CloudStack Developer Mode .................. SUCCESS [2.750s] [INFO] Apache CloudStack Developer Tools ................. SUCCESS [0.104s] [INFO] Apache CloudStack apidocs ......................... SUCCESS [44.055s] [INFO] Apache CloudStack marvin .......................... SUCCESS [5.158s] [INFO] Apache CloudStack DevCloud ........................ SUCCESS [1.614s] [INFO] Apache CloudStack DevCloud-KVM .................... SUCCESS [0.781s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11:42.430s [INFO] Finished at: Mon Nov 24 06:19:34 EST 2014 [INFO] Final Memory: 61M/307M [INFO] ------------------------------------------------------------------------ [simulator-singlerun-4.3] $ mvn -P developer,simulator -Ddeploydb -pl developer [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache CloudStack Developer Mode 4.3.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [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-4.3/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) @ cloud-developer >>> [INFO] [INFO] <<< exec-maven-plugin:1.2.1:java (create-schema) @ cloud-developer <<< [INFO] [INFO] --- exec-maven-plugin:1.2.1:java (create-schema) @ 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-4.3/ws/developer/../utils/conf/db.properties.override> ========> WARNING: Provided file does not exist: <http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/ws/developer/developer-prefill.sql.override> ========> Initializing database=cloud with host=localhost port=3306 username=cloud password=cloud ============> Running query: drop database if exists `cloud` ============> Running query: create database `cloud` ============> Running query: GRANT ALL ON cloud.* to 'cloud'@`localhost` identified by 'cloud' ============> Running query: GRANT ALL ON cloud.* to 'cloud'@`%` identified by 'cloud' ========> Initializing database=cloud_usage with host=localhost port=3306 username=cloud password=cloud ============> Running query: drop database if exists `cloud_usage` ============> Running query: create database `cloud_usage` ============> Running query: GRANT ALL ON cloud_usage.* to 'cloud'@`localhost` identified by 'cloud' ============> Running query: GRANT ALL ON cloud_usage.* to 'cloud'@`%` identified by 'cloud' ========> Initializing database=cloudbridge with host=localhost port=3306 username=cloud password=cloud ============> Running query: drop database if exists `cloudbridge` ============> Running query: create database `cloudbridge` ============> Running query: GRANT ALL ON cloudbridge.* to 'cloud'@`localhost` identified by 'cloud' ============> Running query: GRANT ALL ON cloudbridge.* to 'cloud'@`%` identified by 'cloud' ========> Processing SQL file at <http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/ws/developer/target/db/create-schema.sql> ========> Processing SQL file at <http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/ws/developer/target/db/create-schema-premium.sql> ========> Processing SQL file at <http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/ws/developer/target/db/templates.sql> ========> Processing SQL file at <http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/ws/developer/target/db/cloudbridge_schema.sql> ========> Processing SQL file at <http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/ws/developer/target/db/cloudbridge_multipart.sql> ========> Processing SQL file at <http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/ws/developer/target/db/cloudbridge_index.sql> ========> Processing SQL file at <http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/ws/developer/target/db/cloudbridge_multipart_alter.sql> ========> Processing SQL file at <http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/ws/developer/target/db/cloudbridge_bucketpolicy.sql> ========> Processing SQL file at <http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/ws/developer/target/db/cloudbridge_policy_alter.sql> ========> Processing SQL file at <http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/ws/developer/target/db/cloudbridge_offering.sql> ========> Processing SQL file at <http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/ws/developer/target/db/cloudbridge_offering_alter.sql> ========> Processing SQL file at <http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/ws/developer/developer-prefill.sql> ========> Processing upgrade: com.cloud.upgrade.DatabaseUpgradeChecker [INFO] [INFO] --- maven-site-plugin:3.1: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-4.3/ws/developer/pom.xml> to /var/lib/jenkins/.m2/repository/org/apache/cloudstack/cloud-developer/4.3.2-SNAPSHOT/cloud-developer-4.3.2-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:39.341s [INFO] Finished at: Mon Nov 24 06:21:20 EST 2014 [INFO] Final Memory: 32M/158M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "simulator" could not be activated because it does not exist. [simulator-singlerun-4.3] $ mvn -P developer -pl developer -Ddeploydb-simulator [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache CloudStack Developer Mode 4.3.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [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-4.3/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] <<< 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-4.3/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-4.3/ws/developer/target/db/create-schema-simulator.sql> ========> Processing SQL file at <http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/ws/developer/target/db/templates.simulator.sql> ========> Processing SQL file at <http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/ws/developer/target/db/hypervisor_capabilities.simulator.sql> ========> Processing upgrade: com.cloud.upgrade.DatabaseUpgradeChecker [INFO] [INFO] --- maven-site-plugin:3.1: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-4.3/ws/developer/pom.xml> to /var/lib/jenkins/.m2/repository/org/apache/cloudstack/cloud-developer/4.3.2-SNAPSHOT/cloud-developer-4.3.2-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14.007s [INFO] Finished at: Mon Nov 24 06:21:37 EST 2014 [INFO] Final Memory: 32M/201M [INFO] ------------------------------------------------------------------------ [simulator-singlerun-4.3] $ /bin/bash -x /tmp/hudson2316477107001612325.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=10993 + mvn -P systemvm,simulator -pl :cloud-client-ui jetty:run + '[' 0 -lt 44 ']' + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out + 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 + break + grep -q 'Management server node 127.0.0.1 is up' jetty-output.out + echo Started OK pid 10993 Started OK pid 10993 + sleep 20 + export PYTHONPATH=<http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/ws/tools/marvin> + PYTHONPATH=<http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/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) + sleep 60 + /usr/local/bin/nosetests-2.7 -v --with-marvin --marvin-config=setup/dev/advanced.cfg --with-xunit --xunit-file=xunit.xml --load -a tags=advanced,required_hardware=false -w test/integration/smoke Build timed out (after 120 minutes). Marking the build as failed. [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Build was aborted [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-4.3/ws/'> for the testing framework 'JUnit'. [xUnit] [ERROR] - The result file '<http://jenkins.buildacloud.org/job/simulator-singlerun-4.3/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.