← Back to team overview

kicad-developers team mailing list archive

Build failed in Jenkins: kicad-qa #5124

 

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

Changes:

[Wayne Stambaugh] DRC: Make the marker factory a separate class

[Wayne Stambaugh] DRC: Break out courtyard overlap function

[Wayne Stambaugh] QA: Pcbnew utility tools: DRC tool

[Wayne Stambaugh] QA: Move PCB parse util to combined tools exec

------------------------------------------
[...truncated 53.96 KB...]
                           ^
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/selection.cpp.o
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/position_relative_tool.cpp>: In member function ‘int POSITION_RELATIVE_TOOL::PositionRelative(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/position_relative_tool.cpp>:84:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const auto& selection = m_selectionTool->RequestSelection(
                 ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/point_editor.cpp>: In member function ‘int POINT_EDITOR::OnSelectionChange(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/point_editor.cpp>:299:22: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const SELECTION& selection = m_selectionTool->GetSelection();
                      ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/point_editor.cpp>:306:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
     KIGFX::VIEW_CONTROLS* controls = getViewControls();
                           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/point_editor.cpp>:307:18: warning: declaration of ‘view’ shadows a member of 'this' [-Wshadow]
     KIGFX::VIEW* view = getView();
                  ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/point_editor.cpp>: In member function ‘void POINT_EDITOR::setEditedPoint(EDIT_POINT*)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/point_editor.cpp>:780:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
     KIGFX::VIEW_CONTROLS* controls = getViewControls();
                           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/point_editor.cpp>: In member function ‘int POINT_EDITOR::addCorner(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/point_editor.cpp>:969:26: warning: declaration of ‘frame’ shadows a member of 'this' [-Wshadow]
     PCB_BASE_EDIT_FRAME* frame = getEditFrame<PCB_BASE_EDIT_FRAME>();
                          ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/point_editor.cpp>: In member function ‘int POINT_EDITOR::removeCorner(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/point_editor.cpp>:1112:21: warning: declaration of ‘frame’ shadows a member of 'this' [-Wshadow]
     PCB_BASE_FRAME* frame = getEditFrame<PCB_BASE_FRAME>();
                     ^
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/selection_tool.cpp.o
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/tool_event_utils.cpp.o
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/tools_common.cpp.o
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/zone_create_helper.cpp.o
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘virtual bool SELECTION_TOOL::Init()’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>:215:10: warning: declaration of ‘frame’ shadows a member of 'this' [-Wshadow]
     auto frame = getEditFrame<PCB_BASE_FRAME>();
          ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘bool SELECTION_TOOL::selectMultiple()’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>:613:18: warning: declaration of ‘view’ shadows a member of 'this' [-Wshadow]
     KIGFX::VIEW* view = getView();
                  ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘int SELECTION_TOOL::expandSelectedConnection(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>:921:10: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto selection = m_selection.GetItems();
          ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘int SELECTION_TOOL::selectCopper(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>:979:10: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto selection  = m_selection.GetItems();
          ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘int SELECTION_TOOL::selectNet(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>:1043:10: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto selection = m_selection.GetItems();
          ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘void SELECTION_TOOL::zoomFitSelection()’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>:1176:10: warning: declaration of ‘canvas’ shadows a member of 'this' [-Wshadow]
     auto canvas = m_frame->GetGalCanvas();
          ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>:1177:10: warning: declaration of ‘view’ shadows a member of 'this' [-Wshadow]
     auto view = getView();
          ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘int SELECTION_TOOL::findMove(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>:1274:13: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
     MODULE* module = m_frame->GetFootprintFromBoardByReference();
             ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘int SELECTION_TOOL::filterSelection(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>:1396:17: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     const auto& board = *getModel<BOARD>();
                 ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>:1399:10: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto selection = m_selection.GetItems();
          ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘BOARD_ITEM* SELECTION_TOOL::pickSmallestComponent(GENERAL_COLLECTOR*)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>:1544:17: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
         MODULE* module = (MODULE*) ( *aCollector )[i];
                 ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘bool SELECTION_TOOL::selectable(const BOARD_ITEM*, bool) const’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>:1667:17: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
         MODULE* module = const_cast<MODULE*>( static_cast<const MODULE*>( aItem ) );
                 ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘void SELECTION_TOOL::select(BOARD_ITEM*)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>:1800:17: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
         MODULE* module = static_cast<MODULE*>( aItem->GetParent() );
                 ^
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/zone_filler_tool.cpp.o
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/footprint_preview_panel.cpp.o
[100%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/footprint_tree_pane.cpp.o
[100%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/__/common/dialogs/dialog_page_settings.cpp.o
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/zone_filler_tool.cpp>: In member function ‘int ZONE_FILLER_TOOL::SegzoneDeleteFill(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/zone_filler_tool.cpp>:163:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = (BOARD*) m_toolMgr->GetModel();
            ^
[100%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/__/common/base_units.cpp.o
[100%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/dialogs/dialog_scripting.cpp.o
[100%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/dialogs/dialog_scripting_base.cpp.o
[100%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/pcbnew_wrap.cxx.o
[100%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/__/common/swig/wx_python_helpers.cpp.o
[100%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/swig/pcbnew_action_plugins.cpp.o
[100%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/swig/pcbnew_scripting_helpers.cpp.o
[100%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/swig/pcbnew_footprint_wizards.cpp.o
[100%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/swig/python_scripting.cpp.o
[100%] Built target pcbnew_kiface_objects
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
+ make -j4
[  0%] [  0%] Built target page_layout_lexer_source_files
Generating version string header
-- Using Git to determine build version string.
[  0%] Built target lib_table_lexer_source_files
[  0%] [  2%] Built target netlist_lexer_source_files
Built target gal
-- Found Git: /usr/bin/git (found version "2.1.4") 
[  2%] Built target legacy_wx
[  2%] Built target legacy_gal
[  2%] Built target pcb_lexer_source_files
[  2%] Built target pcb_plot_lexer_source_files
[ 31%] Built target bitmaps
-- Not updating <http://ci.kicad-pcb.org/job/kicad-qa/ws/build/kicad_build_version.h>
[ 31%] [ 31%] Built target version_header
Built target cmp_library_lexer_source_files
[ 32%] Built target kicad_3dsg
[ 32%] Built target polygon
[ 32%] [ 32%] Built target field_template_lexer_source_files
[ 32%] Built target dialog_bom_cfg_lexer_source_files
Built target lib_dxf
[ 32%] Built target idf3
[ 32%] Built target potrace
[ 32%] Built target specctra_lexer_source_files
[ 32%] Built target connectivity
[ 32%] Built target pcb_calculator_lexer_source_files
[ 32%] Built target dxf2idf
[ 32%] Built target idfcyl
[ 32%] Built target idfrect
[ 32%] Built target unit_test_utils
[ 34%] Built target s3d_plugin_vrml
Scanning dependencies of target qa_pcbnew_utils
[ 34%] [ 34%] Building CXX object qa/pcbnew_utils/CMakeFiles/qa_pcbnew_utils.dir/board_construction_utils.cpp.o
Building CXX object qa/pcbnew_utils/CMakeFiles/qa_pcbnew_utils.dir/board_file_utils.cpp.o
[ 38%] Built target pcbcommon
[ 42%] Built target 3d-viewer
[ 54%] Built target common
[ 55%] Built target pcad2kicadpcb
[ 57%] Built target pnsrouter
Linking CXX shared module _pl_editor.kiface
[ 72%] Built target pcbnew_kiface_objects
Linking CXX executable bitmap2component
Linking CXX shared module _pcb_calculator.kiface
Linking CXX static library libqa_pcbnew_utils.a
[ 72%] Built target qa_pcbnew_utils
Scanning dependencies of target s3d_plugin_idf
Linking CXX shared module libs3d_plugin_idf.so
[ 72%] Built target s3d_plugin_idf
Linking CXX executable kicad
[ 72%] Built target bitmap2component
Scanning dependencies of target idf2vrml
Linking CXX executable idf2vrml
[ 72%] [ 74%] Built target idf2vrml
Built target pcb_calculator_kiface
Scanning dependencies of target qa_utils
Linking CXX executable kicad-ogltest
[ 74%] Building CXX object qa/qa_utils/CMakeFiles/qa_utils.dir/utility_program.cpp.o
[ 76%] Built target pl_editor_kiface
[ 76%] Built target github_plugin
Linking CXX static library libqa_utils.a
[ 77%] Built target qa_utils
Linking CXX shared module _gerbview.kiface
Linking CXX shared library _eeschema.kiface
[ 77%] Built target kicad-ogltest
[ 77%] Built target pcbnew_kiface
[ 77%] Built target pcbnew_python
[ 77%] Built target pcbnew_python_module
Linking CXX executable pl_editor
[ 78%] Built target kicad
Linking CXX executable pcb_calculator
[ 78%] Built target pl_editor
[ 78%] Built target pcb_calculator
Scanning dependencies of target qa_common_eeschema
Scanning dependencies of target qa_common_gerbview
[ 78%] [ 78%] Building CXX object qa/common/CMakeFiles/qa_common_gerbview.dir/test_color4d.cpp.o
Building CXX object qa/common/CMakeFiles/qa_common_eeschema.dir/test_color4d.cpp.o
[ 78%] Building CXX object qa/common/CMakeFiles/qa_common_gerbview.dir/test_wildcards_and_files_ext.cpp.o
[ 78%] Building CXX object qa/common/CMakeFiles/qa_common_eeschema.dir/test_wildcards_and_files_ext.cpp.o
[ 78%] Building CXX object qa/common/CMakeFiles/qa_common_gerbview.dir/geometry/test_fillet.cpp.o
[ 78%] Building CXX object qa/common/CMakeFiles/qa_common_eeschema.dir/geometry/test_fillet.cpp.o
[ 78%] Building CXX object qa/common/CMakeFiles/qa_common_gerbview.dir/geometry/test_shape_arc.cpp.o
[ 81%] Built target gerbview_kiface
Scanning dependencies of target qa_common_pcbnew
[ 82%] Building CXX object qa/common/CMakeFiles/qa_common_pcbnew.dir/test_color4d.cpp.o
[ 82%] Building CXX object qa/common/CMakeFiles/qa_common_eeschema.dir/geometry/test_shape_arc.cpp.o
Linking CXX executable qa_common_gerbview
Linking CXX executable qa_common_eeschema
[ 82%] Building CXX object qa/common/CMakeFiles/qa_common_pcbnew.dir/test_wildcards_and_files_ext.cpp.o
[ 83%] Built target qa_common_gerbview
[ 84%] Built target qa_common_eeschema
Scanning dependencies of target qa_common_tools
[ 84%] Building CXX object qa/common_tools/CMakeFiles/qa_common_tools.dir/main.cpp.o
Scanning dependencies of target qa_pcbnew
[ 84%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/__/__/common/eda_text.cpp.o
[ 84%] Building CXX object qa/common_tools/CMakeFiles/qa_common_tools.dir/tools/coroutines/coroutines.cpp.o
[ 84%] Building CXX object qa/common/CMakeFiles/qa_common_pcbnew.dir/geometry/test_fillet.cpp.o
[ 84%] Building CXX object qa/common_tools/CMakeFiles/qa_common_tools.dir/tools/io_benchmark/io_benchmark.cpp.o
[ 84%] Building CXX object qa/common/CMakeFiles/qa_common_pcbnew.dir/geometry/test_shape_arc.cpp.o
[ 85%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/__/__/common/colors.cpp.o
Linking CXX executable qa_common_tools
Linking CXX executable qa_common_pcbnew
[ 85%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/__/__/common/observable.cpp.o
[ 85%] Built target qa_common_tools
[ 85%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/test_module.cpp.o
[ 85%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/board_test_utils.cpp.o
[ 85%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/drc/drc_test_utils.cpp.o
[ 96%] Built target eeschema_kiface
Scanning dependencies of target qa_pcbnew_tools
[ 96%] Building CXX object qa/pcbnew_tools/CMakeFiles/qa_pcbnew_tools.dir/pcbnew_tools.cpp.o
[ 96%] Building CXX object qa/pcbnew_tools/CMakeFiles/qa_pcbnew_tools.dir/tools/drc_tool/drc_tool.cpp.o
[ 96%] Building CXX object qa/pcbnew_tools/CMakeFiles/qa_pcbnew_tools.dir/tools/pcb_parser/pcb_parser_tool.cpp.o
[ 96%] Built target qa_common_pcbnew
Scanning dependencies of target cvpcb_kiface
[ 96%] Building CXX object cvpcb/CMakeFiles/cvpcb_kiface.dir/__/pcbnew/drc_item.cpp.o
[ 96%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/test_graphics_import_mgr.cpp.o
Linking CXX executable eeschema
[ 96%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/test_pad_naming.cpp.o
Linking CXX executable qa_pcbnew_tools
[ 96%] Built target eeschema
Linking CXX executable gerbview
Linking CXX shared module _cvpcb.kiface
[ 97%] Built target gerbview
Linking CXX executable pcbnew
[ 97%] Built target pcbnew
Scanning dependencies of target qa_eagle_plugin
Linking CXX executable qa_eagle_plugin
[ 97%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/drc/test_drc_courtyard_invalid.cpp.o
[ 97%] Built target qa_eagle_plugin
Linking CXX executable qa_shape_poly_set_refactor
[ 97%] Built target qa_shape_poly_set_refactor
[ 97%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/drc/test_drc_courtyard_overlap.cpp.o
Linking CXX executable qa_pcbnew
[100%] Built target cvpcb_kiface
/usr/bin/ld: CMakeFiles/qa_pcbnew.dir/board_test_utils.cpp.o: undefined reference to symbol '_ZN5boost6system15system_categoryEv'
//usr/lib/x86_64-linux-gnu/libboost_system.so.1.55.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
qa/pcbnew/CMakeFiles/qa_pcbnew.dir/build.make:893: recipe for target 'qa/pcbnew/qa_pcbnew' failed
make[2]: *** [qa/pcbnew/qa_pcbnew] Error 1
CMakeFiles/Makefile2:3244: recipe for target 'qa/pcbnew/CMakeFiles/qa_pcbnew.dir/all' failed
make[1]: *** [qa/pcbnew/CMakeFiles/qa_pcbnew.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Built target qa_pcbnew_tools
Makefile:147: recipe for target 'all' failed
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure


Follow ups