Started by user Ricardo Memoria (admin) Building in workspace C:\apps\jenkins\workspace\eTBManager Updating https://www.etbmanager.org/svn/etbmanager/etbmanager/trunk at revision '2016-05-27T03:08:49.031 -0400' At revision 4376 No changes for https://www.etbmanager.org/svn/etbmanager/etbmanager/trunk since the previous build [eTBManager] $ cmd /c call C:\Users\jenkins\AppData\Local\Temp\hudson6055147441696320880.bat C:\apps\jenkins\workspace\eTBManager>net stop JBAS50SVC The JBoss Application Server 4.2.3 service is not started. More help is available by typing NET HELPMSG 3521. C:\apps\jenkins\workspace\eTBManager>del C:\apps\jboss-4.2.3.GA\server\default\deploy\MSH\etbmanager.war Could Not Find C:\apps\jboss-4.2.3.GA\server\default\deploy\MSH\etbmanager.war C:\apps\jenkins\workspace\eTBManager>net start JBAS50SVC The JBoss Application Server 4.2.3 service is starting. The JBoss Application Server 4.2.3 service was started successfully. C:\apps\jenkins\workspace\eTBManager>exit 0 [eTBManager] $ cmd.exe /C "mvn -f full/pom.xml clean package jboss:deploy verify jboss:undeploy -P production && exit %%ERRORLEVEL%%" [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building eTB Manager Full version 2.3.0 2.3.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ full --- [INFO] Deleting C:\apps\jenkins\workspace\eTBManager\full\target [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create (default) @ full --- [INFO] Executing: cmd.exe /X /C "svn --non-interactive info" [INFO] Working directory: C:\apps\jenkins\workspace\eTBManager\full [INFO] Storing buildNumber: null at timestamp: 1464332939440 [INFO] Executing: cmd.exe /X /C "svn --non-interactive info" [INFO] Working directory: C:\apps\jenkins\workspace\eTBManager\full [INFO] Storing buildScmBranch: UNKNOWN_BRANCH [INFO] [INFO] --- build-helper-maven-plugin:1.1:add-source (add-source) @ full --- [INFO] Source directory: C:\apps\jenkins\workspace\eTBManager\full\src\main\java added. [INFO] Source directory: C:\apps\jenkins\workspace\eTBManager\full\src\client\java added. [INFO] Source directory: C:\apps\jenkins\workspace\eTBManager\full\src\custom\bd added. [INFO] Source directory: C:\apps\jenkins\workspace\eTBManager\full\src\custom\kh added. [INFO] Source directory: C:\apps\jenkins\workspace\eTBManager\full\src\custom\na added. [INFO] Source directory: C:\apps\jenkins\workspace\eTBManager\full\src\custom\md added. [INFO] Source directory: C:\apps\jenkins\workspace\eTBManager\full\src\custom\ng added. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ full --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 69 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ full --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1087 source files to C:\apps\jenkins\workspace\eTBManager\full\target\classes [WARNING] /C:/apps/jenkins/workspace/eTBManager/full/src/main/java/org/msh/tb/misc/EntityActions.java: Some input files use unchecked or unsafe operations. [WARNING] /C:/apps/jenkins/workspace/eTBManager/full/src/main/java/org/msh/tb/misc/EntityActions.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ full --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory C:\apps\jenkins\workspace\eTBManager\full\src\test\resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ full --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to C:\apps\jenkins\workspace\eTBManager\full\target\test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ full --- [INFO] Surefire report directory: C:\apps\jenkins\workspace\eTBManager\full\target\surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.msh.test.validators.BeanValidatorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- gwt-maven-plugin:2.6.1:compile (default) @ full --- [INFO] Compiling module org.msh.tb.etbmanager [INFO] Compiling 10 permutations [INFO] Compiling permutation 3... [INFO] Process output [INFO] Compiling [INFO] Compiling permutation 0... [INFO] Process output [INFO] Compiling [INFO] Compiling permutation 2... [INFO] Process output [INFO] Compiling [INFO] Compiling permutation 1... [INFO] Compiling permutation 4... [INFO] Compiling [INFO] Compiling permutation 5... [INFO] Compiling [INFO] Compiling permutation 6... [INFO] Compiling [INFO] Compiling permutation 7... [INFO] Compiling permutation 8... [INFO] Compiling [INFO] Compiling permutation 9... [INFO] Compile of permutations succeeded [INFO] Linking into C:\apps\jenkins\workspace\eTBManager\full\target\etbmanager\etbmapp [INFO] Link succeeded [INFO] Compilation succeeded -- 36.340s [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ full --- [INFO] Packaging webapp [INFO] Assembling webapp [full] in [C:\apps\jenkins\workspace\eTBManager\full\target\etbmanager] [INFO] Processing war project [INFO] Copying webapp webResources [C:\apps\jenkins\workspace\eTBManager\full\src/main/webapp/WEB-INF] to [C:\apps\jenkins\workspace\eTBManager\full\target\etbmanager] [INFO] Copying webapp webResources [C:\apps\jenkins\workspace\eTBManager\full\src/main/webapp] to [C:\apps\jenkins\workspace\eTBManager\full\target\etbmanager] [INFO] Copying webapp resources [C:\apps\jenkins\workspace\eTBManager\full\src\main\webapp] [INFO] Webapp assembled in [9281 msecs] [INFO] Building war: C:\apps\jenkins\workspace\eTBManager\full\target\etbmanager.war [INFO] [INFO] --- jboss-maven-plugin:1.5.0:deploy (default-cli) @ full --- [INFO] Deploying C:\apps\jenkins\workspace\eTBManager\full/target/etbmanager.war to JBoss. [INFO] No server id specified for authentication - using defaults [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create (default) @ full --- [INFO] Executing: cmd.exe /X /C "svn --non-interactive info" [INFO] Working directory: C:\apps\jenkins\workspace\eTBManager\full [INFO] Storing buildNumber: null at timestamp: 1464333037324 [INFO] Executing: cmd.exe /X /C "svn --non-interactive info" [INFO] Working directory: C:\apps\jenkins\workspace\eTBManager\full [INFO] Storing buildScmBranch: UNKNOWN_BRANCH [INFO] [INFO] --- build-helper-maven-plugin:1.1:add-source (add-source) @ full --- [INFO] Source directory: C:\apps\jenkins\workspace\eTBManager\full\src\main\java added. [INFO] Source directory: C:\apps\jenkins\workspace\eTBManager\full\src\client\java added. [INFO] Source directory: C:\apps\jenkins\workspace\eTBManager\full\src\custom\bd added. [INFO] Source directory: C:\apps\jenkins\workspace\eTBManager\full\src\custom\kh added. [INFO] Source directory: C:\apps\jenkins\workspace\eTBManager\full\src\custom\na added. [INFO] Source directory: C:\apps\jenkins\workspace\eTBManager\full\src\custom\md added. [INFO] Source directory: C:\apps\jenkins\workspace\eTBManager\full\src\custom\ng added. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ full --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 69 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ full --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ full --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory C:\apps\jenkins\workspace\eTBManager\full\src\test\resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ full --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ full --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- gwt-maven-plugin:2.6.1:compile (default) @ full --- [INFO] org.msh.tb.etbmanager is up to date. GWT compilation skipped [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ full --- [INFO] Packaging webapp [INFO] Assembling webapp [full] in [C:\apps\jenkins\workspace\eTBManager\full\target\etbmanager] [INFO] Processing war project [INFO] Copying webapp webResources [C:\apps\jenkins\workspace\eTBManager\full\src/main/webapp/WEB-INF] to [C:\apps\jenkins\workspace\eTBManager\full\target\etbmanager] [INFO] Copying webapp webResources [C:\apps\jenkins\workspace\eTBManager\full\src/main/webapp] to [C:\apps\jenkins\workspace\eTBManager\full\target\etbmanager] [INFO] Copying webapp resources [C:\apps\jenkins\workspace\eTBManager\full\src\main\webapp] [INFO] Webapp assembled in [2969 msecs] [INFO] Building war: C:\apps\jenkins\workspace\eTBManager\full\target\etbmanager.war [INFO] [INFO] --- jmeter-maven-plugin:1.10.1:jmeter (jmeter-tests) @ full --- [INFO] [INFO] ------------------------------------------------------- [INFO] P E R F O R M A N C E T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] [info] [debug] JMeter is called with the following command line arguments: -n -t C:\apps\jenkins\workspace\eTBManager\full\src\test\jmeter\etbmanager.jmx -l C:\apps\jenkins\workspace\eTBManager\full\target\jmeter\results\etbmanager.jtl -d C:\apps\jenkins\workspace\eTBManager\full\target\jmeter -L DEBUG -j C:\apps\jenkins\workspace\eTBManager\full\target\jmeter\logs\etbmanager.jmx.log [info] Executing test: etbmanager.jmx [info] Creating summariser [info] Created the tree successfully using C:\apps\jenkins\workspace\eTBManager\full\src\test\jmeter\etbmanager.jmx [info] Starting the test @ Fri May 27 03:11:02 EDT 2016 (1464333062468) [info] Waiting for possible shutdown message on port 4445 [info] summary + 1 in 1.2s = 0.8/s Avg: 894 Min: 894 Max: 894 Err: 0 (0.00%) Active: 1 Started: 1 Finished: 0 [info] summary + 58 in 8s = 7.5/s Avg: 131 Min: 19 Max: 604 Err: 0 (0.00%) Active: 0 Started: 1 Finished: 1 [info] summary = 59 in 9s = 6.6/s Avg: 144 Min: 19 Max: 894 Err: 0 (0.00%) [info] Tidying up ... @ Fri May 27 03:11:11 EDT 2016 (1464333071483) [info] ... end of run [info] Completed Test: etbmanager.jmx [INFO] [INFO] Test Results: [INFO] [INFO] Tests Run: 1, Failures: 0 [INFO] [INFO] [INFO] --- jboss-maven-plugin:1.5.0:undeploy (default-cli) @ full --- [INFO] Undeploying C:\apps\jenkins\workspace\eTBManager\full/target/etbmanager.war from JBoss. [INFO] No server id specified for authentication - using defaults [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:16 min [INFO] Finished at: 2016-05-27T03:11:12-04:00 [INFO] Final Memory: 49M/767M [INFO] ------------------------------------------------------------------------ [eTBManager] $ cmd /c call C:\Users\jenkins\AppData\Local\Temp\hudson5187747246083974494.bat C:\apps\jenkins\workspace\eTBManager>net stop JBAS50SVC The JBoss Application Server 4.2.3 service was stopped successfully. C:\apps\jenkins\workspace\eTBManager>dir z:\ The system cannot find the path specified. C:\apps\jenkins\workspace\eTBManager>del z:\server\default\deploy\msh\etbmanager.war The system cannot find the path specified. C:\apps\jenkins\workspace\eTBManager>copy full\target\etbmanager.war z:\server\default\deploy\msh The system cannot find the drive specified. C:\apps\jenkins\workspace\eTBManager>exit 1 Build step 'Execute Windows batch command' marked build as failure Sending e-mails to: rmemoria@msh.org msantos.msh@gmail.com Finished: FAILURE