kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #36921
Build failed in Jenkins: kicad-qa #4415
See <http://ci.kicad-pcb.org/job/kicad-qa/4415/display/redirect?page=changes>
Changes:
[hillbrand] Extend swig definitions to contain SHAPE_LINE_CHAIN and VECTOR2I
------------------------------------------
Started by an SCM change
Building remotely on debian8 (clang gcc linux) in workspace <http://ci.kicad-pcb.org/job/kicad-qa/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/KiCad/kicad-source-mirror.git # timeout=10
Fetching upstream changes from https://github.com/KiCad/kicad-source-mirror.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/KiCad/kicad-source-mirror.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision be0e44e2aea1302cf50dfd17fad4d893a9b61894 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f be0e44e2aea1302cf50dfd17fad4d893a9b61894
Commit message: "Extend swig definitions to contain SHAPE_LINE_CHAIN and VECTOR2I"
> git rev-list --no-walk 619e13dc2d38aed2220d52b5a760204835a3847b # timeout=10
[kicad-qa] $ /bin/sh -xe /tmp/jenkins2452918942534919170.sh
+ cmake --version
cmake version 3.0.2
CMake suite maintained and supported by Kitware (kitware.com/cmake).
+ gcc --version
gcc (Debian 4.9.2-10+deb8u1) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ git --version
git version 2.1.4
+ OPTS= -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=ON -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
+ [ -d passed-qa ]
+ [ -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
-- KiCad install dir: </usr/local>
-- Check for installed GLEW -- found
-- Boost version: 1.55.0
-- Check for installed Python Interpreter -- found
-- Python module install path: lib/python2.7/dist-packages
-- wxPython version 3.0 found.
-- S3DSG version: 2.0.0
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- unit_test_framework
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- unit_test_framework
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- unit_test_framework
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- unit_test_framework
-- Configuring done
-- Generating done
-- Build files have been written to: <http://ci.kicad-pcb.org/job/kicad-qa/ws/build>
+ echo CMAKE exit code is 0
CMAKE exit code is 0
+ rm -f pcbnew/pcbnewPYTHON_wrap.cxx
+ env
+ grep -q ^MAKEJOBS=
+ echo The MAKEJOBS variable is empty
The MAKEJOBS variable is empty
+ JOBS=4
+ make -j4 pcbnew_python_module
[ 0%] [ 0%] [ 0%] Built target netlist_lexer_source_files
Built target page_layout_lexer_source_files
Generating version string header
[ 0%] Built target idf3
-- Using Git to determine build version string.
-- Found Git: /usr/bin/git (found version "2.1.4")
[ 0%] Built target lib_table_lexer_source_files
[ 2%] [ 2%] Built target kicad_3dsg
Built target pcb_lexer_source_files
[ 5%] Built target gal
[ 5%] -- Writing <http://ci.kicad-pcb.org/job/kicad-qa/ws/build/kicad_build_version.h> file with version: (6.0.0-rc1-dev-203-gbe0e44e)
Built target pcb_plot_lexer_source_files
[ 5%] Built target version_header
[ 5%] Built target lib_dxf
[ 5%] Built target specctra_lexer_source_files
[ 5%] Built target polygon
[ 48%] Built target bitmaps
[ 54%] Built target pcbcommon
[ 55%] Built target pcad2kicadpcb
[ 61%] Built target 3d-viewer
[ 61%] Generating pcbnew_wrap.cxx, pcbnew.py
Scanning dependencies of target common
[ 61%] Building CXX object common/CMakeFiles/common.dir/build_version.cpp.o
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/../include/common.h>:378: Warning 317: Specialization of non-template 'less'.
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/../include/math/vector2d.h>:253: Error: Syntax error in input(3).
pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/build.make:95: recipe for target 'pcbnew/pcbnew_wrap.cxx' failed
make[3]: *** [pcbnew/pcbnew_wrap.cxx] Error 1
CMakeFiles/Makefile2:1407: recipe for target 'pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/all' failed
make[2]: *** [pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
Linking CXX static library libcommon.a
[ 76%] Built target common
CMakeFiles/Makefile2:1501: recipe for target 'pcbnew/CMakeFiles/pcbnew_python_module.dir/rule' failed
make[1]: *** [pcbnew/CMakeFiles/pcbnew_python_module.dir/rule] Error 2
Makefile:610: recipe for target 'pcbnew_python_module' failed
make: *** [pcbnew_python_module] Error 2
Build step 'Execute shell' marked build as failure
Follow ups