← Back to team overview

kicad-developers team mailing list archive

Build failed in Jenkins: kicad-qa #2111

 

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

Changes:

[Wayne Stambaugh] Complete library table and library table row refactor.

------------------------------------------
Started by an SCM change
Building remotely on debian8 (gcc clang 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 -c core.askpass=true 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 b9c296420a6bd88b2828896e2ef097bd4e5316fc (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b9c296420a6bd88b2828896e2ef097bd4e5316fc
 > git rev-list b960404f22150d6bd9e5e1ec044f316f87e4d133 # timeout=10
[kicad-qa] $ /bin/sh -xe /tmp/hudson8190344519189127670.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) 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>
-- Found Glew: /usr/lib/x86_64-linux-gnu/libGLEW.so
-- Check for installed GLEW -- found
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   context
--   system
-- Check for installed Python Interpreter -- found
-- Python module install path: lib/python2.7/dist-packages
-- wxPython version 3.0 found.
INFO: KICADSG_VERSION_MAJOR = 2
INFO: KICADSG_VERSION_MINOR = 0
INFO: KICADSG_VERSION_PATCH = 0
INFO: KICADSG_VERSION_REVI = 0
-- 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
[  0%] [  0%] Built target netlist_lexer_source_files
Built target lib-dependencies
[  0%] Built target idf3
[  3%] Built target kicad_3dsg
[  3%] Built target pcb_lexer_source_files
[  3%] [  3%] Built target fp_lib_table_lexer_source_files
Built target specctra_lexer_source_files
[  3%] Built target pcb_plot_lexer_source_files
[  3%] Generating headers containing GLSL source code
[  3%] Built target page_layout_lexer_source_files
[  3%] Headers are up-to-date
Generating version string header
[  3%] Built target shader_headers
-- Using Git to determine build version string.
[  3%] Built target lib_dxf
-- Found Git: /usr/bin/git (found version "2.1.4") 
-- Git hash: b9c296420a6bd88b2828896e2ef097bd4e5316fc
-- Git branch: HEAD
[  3%] Built target polygon
-- Writing <http://ci.kicad-pcb.org/job/kicad-qa/ws/build/kicad_build_version.h> file with version: (2016-11-19 revision b9c2964)-HEAD
[  3%] Built target version_header
[ 48%] Built target bitmaps
[ 50%] Built target gal
Scanning dependencies of target pcbcommon
[ 50%] [ 50%] [ 50%] Building CXX object common/CMakeFiles/pcbcommon.dir/__/pcbnew/basepcbframe.cpp.o
Building CXX object common/CMakeFiles/pcbcommon.dir/fp_lib_table.cpp.o
Building CXX object common/CMakeFiles/pcbcommon.dir/footprint_info.cpp.o
Scanning dependencies of target common
[ 50%] Building CXX object common/CMakeFiles/common.dir/build_version.cpp.o
Linking CXX static library libcommon.a
In file included from <http://ci.kicad-pcb.org/job/kicad-qa/ws/common/footprint_info.cpp>:50:0:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/fp_lib_table.h>:67:1: error: expected class-name before ‘{’ token
 {
 ^
In file included from <http://ci.kicad-pcb.org/job/kicad-qa/ws/common/fp_lib_table.cpp>:42:0:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/fp_lib_table.h>:67:1: error: expected class-name before ‘{’ token
 {
 ^
common/CMakeFiles/pcbcommon.dir/build.make:1294: recipe for target 'common/CMakeFiles/pcbcommon.dir/fp_lib_table.cpp.o' failed
make[3]: *** [common/CMakeFiles/pcbcommon.dir/fp_lib_table.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
common/CMakeFiles/pcbcommon.dir/build.make:213: recipe for target 'common/CMakeFiles/pcbcommon.dir/footprint_info.cpp.o' failed
make[3]: *** [common/CMakeFiles/pcbcommon.dir/footprint_info.cpp.o] Error 1
In file included from <http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/basepcbframe.cpp>:45:0:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/fp_lib_table.h>:67:1: error: expected class-name before ‘{’ token
 {
 ^
common/CMakeFiles/pcbcommon.dir/build.make:236: recipe for target 'common/CMakeFiles/pcbcommon.dir/__/pcbnew/basepcbframe.cpp.o' failed
make[3]: *** [common/CMakeFiles/pcbcommon.dir/__/pcbnew/basepcbframe.cpp.o] Error 1
CMakeFiles/Makefile2:558: recipe for target 'common/CMakeFiles/pcbcommon.dir/all' failed
make[2]: *** [common/CMakeFiles/pcbcommon.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 61%] Built target common
CMakeFiles/Makefile2:1357: recipe for target 'pcbnew/CMakeFiles/_pcbnew.dir/rule' failed
make[1]: *** [pcbnew/CMakeFiles/_pcbnew.dir/rule] Error 2
Makefile:561: recipe for target '_pcbnew' failed
make: *** [_pcbnew] Error 2
Build step 'Execute shell' marked build as failure


Follow ups