I have a jenkins job that is not sending emails to the individuals that
broke the build. I've attached the config.xml for the job.
Looking at a particular build (build #65) where jenkins failed to send
emails, I get some conflicting and surprising information. Jenkins tells
me the job was triggered by an SCM change (see attached pollinglog.txt).
At the same time the changelog section for build #65 tells me "no changes."
The job is a multi-config job and the failing job reports: "An attempt
to send an e-mail to empty list of recipients, ignored"
So in a way the "no changes" is consistent with not sending any emails,
but there were changes as correctly noted by the SCM polling that caused
the job to be triggered.
I'd like to get to the bottom of this. Help, suggestions, insights are
greatly appreciated.
Thanks,
Thomas
Started on Jun 28, 2012 4:47:24 PM
Using strategy: Default
[poll] Last Build : #64
[poll] Last Built Revision: Revision f1910a8292827b1f943f20e8cad9ef14fc88ccda
(origin/for-5.0.0/bug-14466-cppcheck-fixes-ts)
Fetching changes from the remote Git repositories
Fetching upstream changes from
ssh://buildu...@git.medical-insight.com/var/git/easyviz.git
Polling for changes in
Seen branch in repository origin/HEAD
Seen branch in repository origin/dev/bug-13559
Seen branch in repository origin/dev/bug-14270-touch
Seen branch in repository origin/dev/bug-14320-automoc
Seen branch in repository origin/dev/bug-14465-dvd
Seen branch in repository origin/dev/bug-14465-rpm-jenkins-git
Seen branch in repository origin/dev/bug-14534-duplicate-buzilla-comments
Seen branch in repository origin/dev/nobug-pushhook-branch-deletion
Seen branch in repository origin/easyviz-4
Seen branch in repository origin/for-5.0.0/bug-10287-client-cmakified
Seen branch in repository origin/for-5.0.0/bug-14271-web-client
Seen branch in repository origin/for-5.0.0/bug-14364-build-manual
Seen branch in repository origin/for-5.0.0/bug-14458-use-git-submodule
Seen branch in repository origin/for-5.0.0/bug-14465-dvd-4
Seen branch in repository origin/for-5.0.0/bug-14465-dvd-5
Seen branch in repository origin/for-5.0.0/bug-14465-package-build
Seen branch in repository origin/for-5.0.0/bug-14465-rpm-jenkins-git
Seen branch in repository origin/for-5.0.0/bug-14466-cppcheck-fixes-ts
Seen branch in repository origin/for-5.0.0/bug-14466-easyviz-master-integrate
Seen branch in repository
origin/for-5.0.0/bug-14466-easyviz-master-integrate-cppcheck
Seen branch in repository origin/for-5.0.0/bug-14508
Seen branch in repository origin/for-5.0.0/bug-14534-duplicate-buzilla-comments
Seen branch in repository origin/for-5.0.0/bug-14537-fix-unit-tests
Seen branch in repository origin/for-5.0.0/nobug-crlf-fixup
Seen branch in repository origin/for-5.0.0/nobug-mailmap
Seen branch in repository origin/for-5.0.0/nobug-pushhook-branch-deletion
Seen branch in repository origin/for-5/bug-13559
Seen branch in repository origin/for-5/bug-14392
Seen branch in repository origin/for-5/bug-14508
Seen branch in repository origin/personal/pal/bug-14465-package-build
Seen branch in repository origin/release/5.0.0
Done. Took 0.53 sec
Changes found
<?xml version='1.0' encoding='UTF-8'?>
<matrix-project>
<actions/>
<description>Builds for-5.0.0/* branches merged to release/5 and pushes to central repository</description>
<logRotator>
<daysToKeep>90</daysToKeep>
<numToKeep>100</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep>
<artifactNumToKeep>-1</artifactNumToKeep>
</logRotator>
<keepDependencies>false</keepDependencies>
<properties/>
<scm class="hudson.plugins.git.GitSCM">
<configVersion>2</configVersion>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
<name>origin</name>
<refspec></refspec>
<url>ssh://git.medical-insight.com/var/git/easyviz.git</url>
</hudson.plugins.git.UserRemoteConfig>
</userRemoteConfigs>
<branches>
<hudson.plugins.git.BranchSpec>
<name>origin/for-5.0.0/*</name>
</hudson.plugins.git.BranchSpec>
</branches>
<userMergeOptions>
<mergeRemote>origin</mergeRemote>
<mergeTarget>release/5.0.0</mergeTarget>
</userMergeOptions>
<disableSubmodules>false</disableSubmodules>
<recursiveSubmodules>false</recursiveSubmodules>
<doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
<authorOrCommitter>false</authorOrCommitter>
<clean>false</clean>
<wipeOutWorkspace>false</wipeOutWorkspace>
<pruneBranches>true</pruneBranches>
<remotePoll>false</remotePoll>
<buildChooser class="hudson.plugins.git.util.DefaultBuildChooser"/>
<gitTool>Default</gitTool>
<browser class="hudson.plugins.git.browser.FisheyeGitRepositoryBrowser">
<url>http://fisheye.medical-insight.com/browse/easyviz.git/</url>
</browser>
<submoduleCfg class="list"/>
<relativeTargetDir></relativeTargetDir>
<reference></reference>
<excludedRegions></excludedRegions>
<excludedUsers></excludedUsers>
<gitConfigName></gitConfigName>
<gitConfigEmail></gitConfigEmail>
<skipTag>false</skipTag>
<includedRegions></includedRegions>
<scmName></scmName>
</scm>
<assignedNode>master</assignedNode>
<canRoam>false</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers class="vector">
<hudson.triggers.SCMTrigger>
<spec># 0 * * * *</spec>
</hudson.triggers.SCMTrigger>
</triggers>
<concurrentBuild>false</concurrentBuild>
<axes>
<hudson.matrix.LabelAxis>
<name>arch</name>
<values>
<string>ios</string>
<string>rhel6_x86_64_ev5</string>
<string>win32</string>
</values>
</hudson.matrix.LabelAxis>
</axes>
<builders>
<hudson.plugins.ruby.Ruby>
<command>require './scripts/integrate-build-test.rb'</command>
</hudson.plugins.ruby.Ruby>
</builders>
<publishers>
<xunit>
<types>
<CppUnitJunitHudsonTestType>
<pattern>**/result.xml</pattern>
<faildedIfNotNew>true</faildedIfNotNew>
<deleteOutputFiles>true</deleteOutputFiles>
<stopProcessingIfError>true</stopProcessingIfError>
</CppUnitJunitHudsonTestType>
</types>
<thresholds>
<org.jenkinsci.plugins.xunit.threshold.FailedThreshold>
<unstableThreshold></unstableThreshold>
<unstableNewThreshold></unstableNewThreshold>
<failureThreshold>0</failureThreshold>
<failureNewThreshold></failureNewThreshold>
</org.jenkinsci.plugins.xunit.threshold.FailedThreshold>
<org.jenkinsci.plugins.xunit.threshold.SkippedThreshold>
<unstableThreshold></unstableThreshold>
<unstableNewThreshold></unstableNewThreshold>
<failureThreshold></failureThreshold>
<failureNewThreshold></failureNewThreshold>
</org.jenkinsci.plugins.xunit.threshold.SkippedThreshold>
</thresholds>
</xunit>
<hudson.plugins.git.GitPublisher>
<configVersion>2</configVersion>
<pushMerge>true</pushMerge>
<pushOnlyIfSuccess>true</pushOnlyIfSuccess>
<tagsToPush/>
<branchesToPush/>
</hudson.plugins.git.GitPublisher>
<org.jenkinsci.plugins.cppcheck.CppcheckPublisher>
<cppcheckConfig>
<pattern>build/cppcheck_report.xml</pattern>
<ignoreBlankFiles>false</ignoreBlankFiles>
<configSeverityEvaluation>
<threshold></threshold>
<newThreshold></newThreshold>
<failureThreshold></failureThreshold>
<newFailureThreshold></newFailureThreshold>
<healthy></healthy>
<unHealthy></unHealthy>
<severityError>true</severityError>
<severityWarning>true</severityWarning>
<severityStyle>true</severityStyle>
<severityPerformance>true</severityPerformance>
<severityInformation>true</severityInformation>
</configSeverityEvaluation>
<configGraph>
<xSize>500</xSize>
<ySize>200</ySize>
<displayAllErrors>true</displayAllErrors>
<displayErrorSeverity>false</displayErrorSeverity>
<displayWarningSeverity>false</displayWarningSeverity>
<displayStyleSeverity>false</displayStyleSeverity>
<displayPerformanceSeverity>false</displayPerformanceSeverity>
<displayInformationSeverity>false</displayInformationSeverity>
</configGraph>
</cppcheckConfig>
</org.jenkinsci.plugins.cppcheck.CppcheckPublisher>
<hudson.tasks.Mailer>
<recipients></recipients>
<dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
<sendToIndividuals>true</sendToIndividuals>
</hudson.tasks.Mailer>
</publishers>
<buildWrappers>
<matrixtieparent.BuildWrapperMtp>
<labelName>master</labelName>
</matrixtieparent.BuildWrapperMtp>
</buildWrappers>
<executionStrategy class="hudson.matrix.DefaultMatrixExecutionStrategyImpl">
<runSequentially>false</runSequentially>
</executionStrategy>
</matrix-project>
Started by an SCM change
Building on master in workspace
/var/lib/jenkins/workspace/easyviz-5.0.0-integrate
Checkout:easyviz-5.0.0-integrate /
/var/lib/jenkins/workspace/easyviz-5.0.0-integrate -
hudson.remoting.LocalChannel@70738aae
Using strategy: Default
Last Built Revision: Revision f1910a8292827b1f943f20e8cad9ef14fc88ccda
(origin/for-5.0.0/bug-14466-cppcheck-fixes-ts)
Checkout:easyviz-5.0.0-integrate /
/var/lib/jenkins/workspace/easyviz-5.0.0-integrate -
hudson.remoting.LocalChannel@70738aae
Fetching changes from 1 remote Git repository
Fetching upstream changes from
ssh://buildu...@git.medical-insight.com/var/git/easyviz.git
Pruning obsolete local branches
Seen branch in repository origin/HEAD
Seen branch in repository origin/dev/bug-13559
Seen branch in repository origin/dev/bug-14270-touch
Seen branch in repository origin/dev/bug-14320-automoc
Seen branch in repository origin/dev/bug-14465-dvd
Seen branch in repository origin/dev/bug-14465-rpm-jenkins-git
Seen branch in repository origin/dev/bug-14534-duplicate-buzilla-comments
Seen branch in repository origin/dev/nobug-pushhook-branch-deletion
Seen branch in repository origin/easyviz-4
Seen branch in repository origin/for-5.0.0/bug-10287-client-cmakified
Seen branch in repository origin/for-5.0.0/bug-14271-web-client
Seen branch in repository origin/for-5.0.0/bug-14364-build-manual
Seen branch in repository origin/for-5.0.0/bug-14458-use-git-submodule
Seen branch in repository origin/for-5.0.0/bug-14465-dvd-4
Seen branch in repository origin/for-5.0.0/bug-14465-dvd-5
Seen branch in repository origin/for-5.0.0/bug-14465-package-build
Seen branch in repository origin/for-5.0.0/bug-14465-rpm-jenkins-git
Seen branch in repository origin/for-5.0.0/bug-14466-cppcheck-fixes-ts
Seen branch in repository origin/for-5.0.0/bug-14466-easyviz-master-integrate
Seen branch in repository
origin/for-5.0.0/bug-14466-easyviz-master-integrate-cppcheck
Seen branch in repository origin/for-5.0.0/bug-14508
Seen branch in repository origin/for-5.0.0/bug-14534-duplicate-buzilla-comments
Seen branch in repository origin/for-5.0.0/bug-14537-fix-unit-tests
Seen branch in repository origin/for-5.0.0/nobug-crlf-fixup
Seen branch in repository origin/for-5.0.0/nobug-mailmap
Seen branch in repository origin/for-5.0.0/nobug-pushhook-branch-deletion
Seen branch in repository origin/for-5/bug-13559
Seen branch in repository origin/for-5/bug-14392
Seen branch in repository origin/for-5/bug-14508
Seen branch in repository origin/personal/pal/bug-14465-package-build
Seen branch in repository origin/release/5.0.0
Commencing build of Revision 2df4eb0546a07a4ada5376d4125389b821dcfc34
(origin/for-5.0.0/bug-14458-use-git-submodule)
Merging Revision 2df4eb0546a07a4ada5376d4125389b821dcfc34
(origin/for-5.0.0/bug-14458-use-git-submodule) onto release/5.0.0
No change to record in branch origin/for-5.0.0/bug-14458-use-git-submodule
Seen branch in repository origin/HEAD
Seen branch in repository origin/dev/bug-13559
Seen branch in repository origin/dev/bug-14270-touch
Seen branch in repository origin/dev/bug-14320-automoc
Seen branch in repository origin/dev/bug-14465-dvd
Seen branch in repository origin/dev/bug-14465-rpm-jenkins-git
Seen branch in repository origin/dev/bug-14534-duplicate-buzilla-comments
Seen branch in repository origin/dev/nobug-pushhook-branch-deletion
Seen branch in repository origin/easyviz-4
Seen branch in repository origin/for-5.0.0/bug-10287-client-cmakified
Seen branch in repository origin/for-5.0.0/bug-14271-web-client
Seen branch in repository origin/for-5.0.0/bug-14364-build-manual
Seen branch in repository origin/for-5.0.0/bug-14458-use-git-submodule
Seen branch in repository origin/for-5.0.0/bug-14465-dvd-4
Seen branch in repository origin/for-5.0.0/bug-14465-dvd-5
Seen branch in repository origin/for-5.0.0/bug-14465-package-build
Seen branch in repository origin/for-5.0.0/bug-14465-rpm-jenkins-git
Seen branch in repository origin/for-5.0.0/bug-14466-cppcheck-fixes-ts
Seen branch in repository origin/for-5.0.0/bug-14466-easyviz-master-integrate
Seen branch in repository
origin/for-5.0.0/bug-14466-easyviz-master-integrate-cppcheck
Seen branch in repository origin/for-5.0.0/bug-14508
Seen branch in repository origin/for-5.0.0/bug-14534-duplicate-buzilla-comments
Seen branch in repository origin/for-5.0.0/bug-14537-fix-unit-tests
Seen branch in repository origin/for-5.0.0/nobug-crlf-fixup
Seen branch in repository origin/for-5.0.0/nobug-mailmap
Seen branch in repository origin/for-5.0.0/nobug-pushhook-branch-deletion
Seen branch in repository origin/for-5/bug-13559
Seen branch in repository origin/for-5/bug-14392
Seen branch in repository origin/for-5/bug-14508
Seen branch in repository origin/personal/pal/bug-14465-package-build
Seen branch in repository origin/release/5.0.0
Triggering rhel6_x86_64_ev5
Triggering win32
Triggering ios
rhel6_x86_64_ev5 completed with result FAILURE
win32 completed with result FAILURE
ios completed with result SUCCESS
Build did not succeed and the project is configured to only push after a
successful build, so no pushing will occur.
Finished: FAILURE
Started by upstream project "easyviz-5.0.0-integrate" build number 65
[EnvInject] - Loading node environment variables.
Building remotely on bob-el6-64 in workspace
/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5
Checkout:rhel6_x86_64_ev5 /
/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5 -
hudson.remoting.Channel@3452a22d:bob-el6-64
Using strategy: Default
Last Built Revision: Revision f1910a8292827b1f943f20e8cad9ef14fc88ccda
(origin/for-5.0.0/bug-14466-cppcheck-fixes-ts)
Checkout:rhel6_x86_64_ev5 /
/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5 -
hudson.remoting.LocalChannel@4233cd6
Fetching changes from 1 remote Git repository
Fetching upstream changes from
ssh://buildu...@git.medical-insight.com/var/git/easyviz.git
Pruning obsolete local branches
Commencing build of Revision 2df4eb0546a07a4ada5376d4125389b821dcfc34
(origin/for-5.0.0/bug-14458-use-git-submodule)
Merging Revision 2df4eb0546a07a4ada5376d4125389b821dcfc34
(origin/for-5.0.0/bug-14458-use-git-submodule) onto release/5.0.0
No change to record in branch origin/for-5.0.0/bug-14458-use-git-submodule
Seen branch in repository origin/HEAD
Seen branch in repository origin/dev/bug-13559
Seen branch in repository origin/dev/bug-14270-touch
Seen branch in repository origin/dev/bug-14320-automoc
Seen branch in repository origin/dev/bug-14465-dvd
Seen branch in repository origin/dev/bug-14465-rpm-jenkins-git
Seen branch in repository origin/dev/bug-14534-duplicate-buzilla-comments
Seen branch in repository origin/dev/nobug-pushhook-branch-deletion
Seen branch in repository origin/easyviz-4
Seen branch in repository origin/for-5.0.0/bug-10287-client-cmakified
Seen branch in repository origin/for-5.0.0/bug-14271-web-client
Seen branch in repository origin/for-5.0.0/bug-14364-build-manual
Seen branch in repository origin/for-5.0.0/bug-14458-use-git-submodule
Seen branch in repository origin/for-5.0.0/bug-14465-dvd-4
Seen branch in repository origin/for-5.0.0/bug-14465-dvd-5
Seen branch in repository origin/for-5.0.0/bug-14465-package-build
Seen branch in repository origin/for-5.0.0/bug-14465-rpm-jenkins-git
Seen branch in repository origin/for-5.0.0/bug-14466-cppcheck-fixes-ts
Seen branch in repository origin/for-5.0.0/bug-14466-easyviz-master-integrate
Seen branch in repository
origin/for-5.0.0/bug-14466-easyviz-master-integrate-cppcheck
Seen branch in repository origin/for-5.0.0/bug-14508
Seen branch in repository origin/for-5.0.0/bug-14534-duplicate-buzilla-comments
Seen branch in repository origin/for-5.0.0/bug-14537-fix-unit-tests
Seen branch in repository origin/for-5.0.0/nobug-crlf-fixup
Seen branch in repository origin/for-5.0.0/nobug-mailmap
Seen branch in repository origin/for-5.0.0/nobug-pushhook-branch-deletion
Seen branch in repository origin/for-5/bug-13559
Seen branch in repository origin/for-5/bug-14392
Seen branch in repository origin/for-5/bug-14508
Seen branch in repository origin/personal/pal/bug-14465-package-build
Seen branch in repository origin/release/5.0.0
[rhel6_x86_64_ev5] $ ruby -v /tmp/hudson38568787844755650.rb
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
+ '[' -z
/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5 ']'
+ export
MI_SOURCE_DIR=/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5
+
MI_SOURCE_DIR=/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5
+ export
MI_BUILD_DIR=/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/build
+
MI_BUILD_DIR=/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/build
+ export
MI_INSTALL_PREFIX=/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/install
+
MI_INSTALL_PREFIX=/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/install
+ export
MI_SHARE_DIR=/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/install/share/ev
+
MI_SHARE_DIR=/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/install/share/ev
+ export
MI_RESOURCE_PATH=/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/easyviz-themes/easyviz-theme:/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/build/easyviz-themes/easyviz-theme:/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/install/share/ev:/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/build/qtutility/src:/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/vdbclient/dcmr
+
MI_RESOURCE_PATH=/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/easyviz-themes/easyviz-theme:/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/build/easyviz-themes/easyviz-theme:/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/install/share/ev:/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/build/qtutility/src:/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/vdbclient/dcmr
+ export
MI_DONT_RUN_TESTS_WITH_TAG=no_cmake,longrunning,vdb,pacs,vdbserver,gl,kerberos,ris,broken
+
MI_DONT_RUN_TESTS_WITH_TAG=no_cmake,longrunning,vdb,pacs,vdbserver,gl,kerberos,ris,broken
+ export MI_CPPUNIT_XML_TESTRESULT=1
+ MI_CPPUNIT_XML_TESTRESULT=1
+ find /var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5
-type f -name result.xml -exec rm '{}' ';'
+ rm -rf
/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/build
+ rm -rf
/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/install
+ mkdir -p
/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/build
+ cppcheck -f -j 4 --enable=style,performance,portability,information
--inline-suppr -i build -i evncserver2 -i mcop -i charls -i sparrow/libjpeg_ipp
--suppress=missingInclude --suppress=variableScope
--suppress=operatorEqVarError --suppress=obsoleteFunctionsalloca
--suppress=noConstructor --suppress=cstyleCast --suppress=memleakOnRealloc
--suppress=invalidscanf --suppress=syntaxError --suppress=unreadVariable
--quiet --xml .
+ echo Elapsed time: 58
Elapsed time: 58
+ cd
/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5/build
+ cmake -DMI_GIT_CONFIG_CHECK=OFF ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/lib64/ccache/gcc
-- Check for working C compiler: /usr/lib64/ccache/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/lib64/ccache/c++
-- Check for working CXX compiler: /usr/lib64/ccache/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- /var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5
-- EV_PACK_DIR =
-- Building version 5.0.0.0
-- MI_IOS_DEVICE =OFF
-- MI_IOS_SIMULATOR =OFF
-- MI_USE_GLES =OFF
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt4: /usr/bin/qmake-qt4 (found version "4.8.2")
-- Looking for fchmod
-- Looking for fchmod - found
-- Boost version: 1.45.0
-- Found the following Boost libraries:
-- thread
-- regex
-- signals
-- date_time
-- program_options
-- filesystem
-- iostreams
-- serialization
-- system
-- Boost version: 1.45.0
-- Found the following Boost libraries:
-- random
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so -
found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- Found OpenGL: /usr/lib64/libGL.so
-- Found Freetype: /usr/lib64/libfreetype.so
-- Found DCMTK: /usr/include/dcmtk/config
-- Found Jasper: /usr/lib64/libjasper.so
-- Found CURL: /usr/lib64/libcurl.so
CMake Error at CMakeLists.txt:146 (find_package):
Could not find module FindGIT.cmake or a configuration file for package
GIT.
Adjust CMAKE_MODULE_PATH to find FindGIT.cmake or set GIT_DIR to the
directory containing a CMake configuration file for GIT. The file will
have one of the following names:
GITConfig.cmake
git-config.cmake
-- Looking for ns_name_uncompress
-- Looking for ns_name_uncompress - found
-- Configuring incomplete, errors occurred!
system command failed: './scripts/integrate-build-test-linux-helper.sh
Build step 'Execute Ruby script' marked build as failure
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing CppUnit-1.12.1 (default)
[xUnit] [INFO] - [CppUnit-1.12.1 (default)] - No test report file(s) were found
with the pattern '**/result.xml' relative to
'/var/lib/jenkins/workspace/easyviz-5.0.0-integrate/arch/rhel6_x86_64_ev5' for
the testing framework 'CppUnit-1.12.1 (default)'. Did you enter a pattern
relative to the correct directory? Did you generate the result report(s) for
'CppUnit-1.12.1 (default)'?
[xUnit] [ERROR] - No test reports found for the metric 'CppUnit' with the
resolved pattern '**/result.xml'. Configuration error?.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
An attempt to send an e-mail to empty list of recipients, ignored.
Finished: FAILURE