← Back to team overview

kicad-developers team mailing list archive

Build failed in Jenkins: kicad-qa #2183

 

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

Changes:

[Maciej Suminski] Restored cursor in OpenGL canvas (still an issue with subpixel AA)

[Maciej Suminski] Added a missing #include directive

------------------------------------------
Started by user Nick Ostergaard
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 90710cfcc5883b38423b088a1120a9f18ab1e359 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 90710cfcc5883b38423b088a1120a9f18ab1e359
 > git rev-list 7cf1cfedb37248fd0eb4b2c02b01dd29c640b3e3 # timeout=10
[kicad-qa] $ /bin/sh -xe /tmp/hudson1752666321715014740.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
+ + grep -q ^MAKEJOBS=
env
+ echo The MAKEJOBS variable is empty
The MAKEJOBS variable is empty
+ JOBS=4
+ make -j4 _pcbnew
[  0%] [  0%] Built target specctra_lexer_source_files
Built target lib-dependencies
[  0%] [  0%] [  1%] Built target pcb_plot_lexer_source_files
Built target netlist_lexer_source_files
Built target kicad_3dsg
[  1%] Built target idf3
[  1%] Built target lib_table_lexer_source_files
[  1%] Built target pcb_lexer_source_files
[  1%] Built target page_layout_lexer_source_files
[  1%] [  1%] Built target lib_dxf
Generating version string header
[  1%] Built target polygon
[ 45%] Built target bitmaps
-- Using Git to determine build version string.
-- Found Git: /usr/bin/git (found version "2.1.4") 
-- Git hash: 90710cfcc5883b38423b088a1120a9f18ab1e359
-- Git branch: HEAD
-- Writing <http://ci.kicad-pcb.org/job/kicad-qa/ws/build/kicad_build_version.h> file with version: (2017-01-13 revision 90710cf)-HEAD
[ 45%] Built target version_header
[ 50%] Built target pcbcommon
Scanning dependencies of target gal
[ 50%] [ 50%] Building CXX object common/CMakeFiles/gal.dir/gal/opengl/utils.cpp.o
Building CXX object common/CMakeFiles/gal.dir/gal/opengl/opengl_gal.cpp.o
Scanning dependencies of target common
[ 50%] Building CXX object common/CMakeFiles/common.dir/build_version.cpp.o
[ 56%] Built target 3d-viewer
[ 59%] Built target pnsrouter
[ 62%] Built target pcad2kicadpcb
<http://ci.kicad-pcb.org/job/kicad-qa/ws/common/gal/opengl/utils.cpp>: In function ‘int checkGlError(const string&, bool)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/common/gal/opengl/utils.cpp>:77:57: error: no matching function for call to ‘std::runtime_error::runtime_error(const wxScopedCharBuffer)’
             throw std::runtime_error( errorMsg.mb_str() );
                                                         ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/common/gal/opengl/utils.cpp>:77:57: note: candidates are:
In file included from <http://ci.kicad-pcb.org/job/kicad-qa/ws/common/gal/opengl/utils.cpp>:28:0:
/usr/include/c++/4.9/stdexcept:119:5: note: std::runtime_error::runtime_error(const string&)
     runtime_error(const string& __arg);
     ^
/usr/include/c++/4.9/stdexcept:119:5: note:   no known conversion for argument 1 from ‘const wxScopedCharBuffer {aka const wxScopedCharTypeBuffer<char>}’ to ‘const string& {aka const std::basic_string<char>&}’
/usr/include/c++/4.9/stdexcept:112:9: note: std::runtime_error::runtime_error(const std::runtime_error&)
   class runtime_error : public exception 
         ^
/usr/include/c++/4.9/stdexcept:112:9: note:   no known conversion for argument 1 from ‘const wxScopedCharBuffer {aka const wxScopedCharTypeBuffer<char>}’ to ‘const std::runtime_error&’
common/CMakeFiles/gal.dir/build.make:652: recipe for target 'common/CMakeFiles/gal.dir/gal/opengl/utils.cpp.o' failed
make[3]: *** [common/CMakeFiles/gal.dir/gal/opengl/utils.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
Linking CXX static library libcommon.a
CMakeFiles/Makefile2:340: recipe for target 'common/CMakeFiles/gal.dir/all' failed
make[2]: *** [common/CMakeFiles/gal.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 73%] Built target common
CMakeFiles/Makefile2:1320: recipe for target 'pcbnew/CMakeFiles/_pcbnew.dir/rule' failed
make[1]: *** [pcbnew/CMakeFiles/_pcbnew.dir/rule] Error 2
Makefile:548: recipe for target '_pcbnew' failed
make: *** [_pcbnew] Error 2
Build step 'Execute shell' marked build as failure


Follow ups

References