← Back to team overview

kicad-developers team mailing list archive

Build failed in Jenkins: kicad-qa #2363

 

See <http://ci.kicad-pcb.org/job/kicad-qa/2363/display/redirect?page=changes>

Changes:

[Maciej Suminski] Store information about buffering & caching in properties

[Maciej Suminski] Added missing PROPERTIES parameter to function calls in PART_LIB

[Maciej Suminski] Register common tools in footprint viewer to fix zoom controls

[Maciej Suminski] Use wxStaticBitmaps for layer/render swatches

[Maciej Suminski] Move layer/render swatches to own class

[Maciej Suminski] Use Bind rather than Connect in LAYER_WIDGET

[Maciej Suminski] Break row indicators out to own class

[Maciej Suminski] Code formatting

------------------------------------------
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 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 96b32861cdcc50782a0bed893e2e503aa6185c5f (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 96b32861cdcc50782a0bed893e2e503aa6185c5f
 > git rev-list fd4e2b042ce6b25adede3ce8b074bdc4b6c73d36 # timeout=10
[kicad-qa] $ /bin/sh -xe /tmp/hudson6556595496392756236.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_python_module
[  0%] [  0%] Built target lib-dependencies
Generating version string header
[  0%] Built target lib_table_lexer_source_files
-- Using Git to determine build version string.
-- Found Git: /usr/bin/git (found version "2.1.4") 
[  0%] Built target idf3
[  0%] [  0%] Built target page_layout_lexer_source_files
-- Git hash: 96b32861cdcc50782a0bed893e2e503aa6185c5f
-- Git branch: HEAD
Built target netlist_lexer_source_files
-- Writing <http://ci.kicad-pcb.org/job/kicad-qa/ws/build/kicad_build_version.h> file with version: (2017-03-01 revision 96b3286)-HEAD
[  0%] [  1%] Built target version_header
Built target pcb_plot_lexer_source_files
[  1%] Built target specctra_lexer_source_files
[  2%] Built target kicad_3dsg
[  2%] Built target pcb_lexer_source_files
[  2%] Built target lib_dxf
[  4%] Built target polygon
[  6%] Built target gal
[ 51%] Built target bitmaps
Scanning dependencies of target pcbcommon
[ 51%] [ 51%] [ 51%] Building CXX object common/CMakeFiles/pcbcommon.dir/__/pcbnew/plugin.cpp.o
Building CXX object common/CMakeFiles/pcbcommon.dir/footprint_info.cpp.o
Building CXX object common/CMakeFiles/pcbcommon.dir/__/pcbnew/basepcbframe.cpp.o
Scanning dependencies of target common
[ 51%] Building CXX object common/CMakeFiles/common.dir/widgets/color_swatch.cpp.o
[ 51%] [ 51%] Building CXX object common/CMakeFiles/common.dir/widgets/indicator_icon.cpp.o
Building CXX object common/CMakeFiles/pcbcommon.dir/__/pcbnew/eagle_plugin.cpp.o
[ 51%] Building CXX object common/CMakeFiles/common.dir/build_version.cpp.o
[ 51%] Building CXX object common/CMakeFiles/pcbcommon.dir/__/pcbnew/legacy_plugin.cpp.o
[ 51%] Building CXX object common/CMakeFiles/common.dir/lib_table_base.cpp.o
[ 51%] Building CXX object common/CMakeFiles/pcbcommon.dir/fp_lib_table.cpp.o
[ 51%] Building CXX object common/CMakeFiles/common.dir/properties.cpp.o
Linking CXX static library libcommon.a
Linking CXX static library libpcbcommon.a
[ 55%] Built target pcbcommon
[ 61%] Built target 3d-viewer
[ 62%] Built target pcad2kicadpcb
[ 65%] Built target pnsrouter
[ 77%] Built target common
Scanning dependencies of target github_plugin
[ 77%] Building CXX object pcbnew/github/CMakeFiles/github_plugin.dir/github_plugin.cpp.o
Linking CXX static library libgithub_plugin.a
[ 77%] Built target github_plugin
[ 77%] Generating pcbnew_wrap.cxx, pcbnew.py
swig_import_helper fixed for <http://ci.kicad-pcb.org/job/kicad-qa/ws/build/pcbnew/pcbnew.py>
Scanning dependencies of target pcbnew_kiface
[ 77%] [ 77%] [ 77%] [ 77%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/modview_frame.cpp.o
Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/append_board_to_current.cpp.o
Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/pcbnew.cpp.o
Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/pcbframe.cpp.o
[ 77%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/class_pcb_layer_widget.cpp.o
[ 77%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/dialogs/dialog_fp_lib_table.cpp.o
[ 79%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/dialogs/dialog_fp_plugin_options.cpp.o
[ 79%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/dialogs/wizard_add_fplib.cpp.o
[ 79%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/files.cpp.o
[ 79%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/layer_widget.cpp.o
[ 79%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/librairi.cpp.o
[ 79%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/loadcmp.cpp.o
[ 79%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/modedit.cpp.o
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/librairi.cpp>: In member function ‘MODULE* FOOTPRINT_EDIT_FRAME::Import_Module()’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/librairi.cpp>:261:21: warning: declaration of ‘config’ shadows a member of 'this' [-Wshadow]
     wxConfigBase*   config = Kiface().KifaceSettings();
                     ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/librairi.cpp>: In member function ‘void FOOTPRINT_EDIT_FRAME::Export_Module(MODULE*)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/librairi.cpp>:337:21: warning: declaration of ‘config’ shadows a member of 'this' [-Wshadow]
     wxConfigBase*   config = Kiface().KifaceSettings();
                     ^
[ 79%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/moduleframe.cpp.o
[ 79%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/netlist.cpp.o
[ 80%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/pcbnew_config.cpp.o
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/netlist.cpp>: In member function ‘void PCB_EDIT_FRAME::LoadFootprints(NETLIST&, REPORTER*)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/netlist.cpp>:289:14: warning: declaration of ‘loadFootprint’ shadows a member of 'this' [-Wshadow]
         bool loadFootprint = (fpOnBoard == NULL) || footprintMisMatch;
              ^
[ 80%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/tools/pcbnew_control.cpp.o
[ 80%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/footprint_preview_panel.cpp.o
[ 80%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/pcbnew_wrap.cxx.o
Linking CXX shared module _pcbnew.kiface
[100%] Built target pcbnew_kiface
[100%] Creating python's pcbnew native module _pcbnew.so for command line use.
[100%] Built target pcbnew_python_module
+ pwd
+ export PYTHONPATH=<http://ci.kicad-pcb.org/job/kicad-qa/ws/build/pcbnew>
+ cd ../qa
+ /usr/bin/python2 test.py

(process:22272): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(process:22272): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(process:22272): Gdk-CRITICAL **: IA__gdk_screen_get_default_colormap: assertion 'GDK_IS_SCREEN (screen)' failed

(process:22272): Gdk-CRITICAL **: IA__gdk_colormap_get_visual: assertion 'GDK_IS_COLORMAP (colormap)' failed

(process:22272): Gdk-CRITICAL **: IA__gdk_screen_get_default_colormap: assertion 'GDK_IS_SCREEN (screen)' failed

(process:22272): Gdk-CRITICAL **: IA__gdk_screen_get_root_window: assertion 'GDK_IS_SCREEN (screen)' failed

(process:22272): Gdk-CRITICAL **: IA__gdk_screen_get_root_window: assertion 'GDK_IS_SCREEN (screen)' failed

(process:22272): Gdk-CRITICAL **: IA__gdk_window_new: assertion 'GDK_IS_WINDOW (parent)' failed
Segmentation fault
Build step 'Execute shell' marked build as failure


Follow ups