← Back to team overview

kicad-developers team mailing list archive

Build failed in Jenkins: kicad-qa #381

 

See <http://ci.kicad-pcb.org/job/kicad-qa/381/changes>

Changes:

[Wayne Stambaugh] CMake housekeeping.

* Remove CMakeParseArguments.cmake to use the version that ships with CMake.
* Remove FindPackageHandleStandardArgs.cmake to use the version that ships
with CMake.
* Remove FindPythonLibs.cmake to use the version that ships with CMake.
* Edit FindPythonInterp.cmake to use the stock CMake version of
FindPackageHandleStandardArgs.cmake since the local version was removed.

------------------------------------------
Started by an SCM change
Building in workspace <http://ci.kicad-pcb.org/job/kicad-qa/ws/>
$ bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-qa/ws/>
info result: bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-qa/ws/> returned 0. Command output: "5173 stambaughw@xxxxxxxxxxx-20141010002340-ly189p9hiv5ysoe3
" stderr: ""
[kicad-qa] $ bzr pull --overwrite lp:kicad
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data.  See "bzr help launchpad-login".
http://bazaar.launchpad.net/~kicad-product-committers/kicad/product is permanently redirected to http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/changes
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data.  See "bzr help launchpad-login".
-D  CMakeModules/CMakeParseArguments.cmake
-D  CMakeModules/FindPackageHandleStandardArgs.cmake
 M  CMakeModules/FindPythonInterp.cmake
-D  CMakeModules/FindPythonLibs.cmake
All changes applied successfully.
Now on revision 5174.
[kicad-qa] $ bzr revert
$ bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-qa/ws/>
info result: bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-qa/ws/> returned 0. Command output: "5174 stambaughw@xxxxxxxxxxx-20141011212250-z7jzujmax2cgilw1
" stderr: ""
[kicad-qa] $ bzr log -v -r revid:stambaughw@xxxxxxxxxxx-20141010002340-ly189p9hiv5ysoe3..revid:stambaughw@xxxxxxxxxxx-20141011212250-z7jzujmax2cgilw1 --long --show-ids
Getting local revision...
$ bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-qa/ws/>
info result: bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-qa/ws/> returned 0. Command output: "5174 stambaughw@xxxxxxxxxxx-20141011212250-z7jzujmax2cgilw1
" stderr: ""
RevisionState revno:5174 revid:stambaughw@xxxxxxxxxxx-20141011212250-z7jzujmax2cgilw1
[kicad-qa] $ /bin/sh -xe /tmp/hudson6227533825139046544.sh
+ OPTS=' -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=ON -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON'
+ '[' -d build ']'
+ cd build
+ /usr/bin/cmake .. -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=ON -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
-- Check for installed OpenGL -- found
-- Found Glew: /usr/lib64/libGLEW.so
-- Check for installed GLEW -- found
-- Check for installed Cairo -- found
CMake Error at CMakeModules/FindPythonInterp.cmake:172 (include):
  include could not find load file:

    <http://ci.kicad-pcb.org/job/kicad-qa/ws/CMakeModules/FindPackageHandleStandardArgs.cmake>
Call Stack (most recent call first):
  CMakeLists.txt:590 (find_package)


-- Check for installed Python Interpreter -- found
-- Python module install path: /usr/lib/python2.6/site-packages
-- Bazaar version control system version  found.
-- Kicad Bazaar build version: (2014-10-11 BZR 5174)
-- Configuring incomplete, errors occurred!
See also "<http://ci.kicad-pcb.org/job/kicad-qa/ws/build/CMakeFiles/CMakeOutput.log";.>
Build step 'Execute shell' marked build as failure


Follow ups