← Back to team overview

kicad-developers team mailing list archive

Build failed in Jenkins: kicad-qa #5213

 

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

Changes:

[jean-pierre charras] Eeschema: regression fix: re-enable hold down control+shift to disable

------------------------------------------
[...truncated 30.12 KB...]
     KIGFX::VIEW_CONTROLS* controls = getViewControls();
                           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcbnew_control.cpp>: In member function ‘int PCBNEW_CONTROL::PadDisplayMode(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcbnew_control.cpp>:267:15: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
     for( auto module : board()->Modules() ) // fixme: move to PCB_VIEW
               ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcbnew_control.cpp>: In member function ‘int PCBNEW_CONTROL::ModuleEdgeOutlines(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcbnew_control.cpp>:323:15: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
     for( auto module : board()->Modules() )
               ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcbnew_control.cpp>: In member function ‘int PCBNEW_CONTROL::ModuleTextOutlines(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcbnew_control.cpp>:345:15: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
     for( auto module : board()->Modules() )
               ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcbnew_control.cpp>: In member function ‘int PCBNEW_CONTROL::placeBoardItems(std::vector<BOARD_ITEM*>&, bool)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcbnew_control.cpp>:871:16: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     SELECTION& selection = selectionTool->GetSelection();
                ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcbnew_control.cpp>: In member function ‘int PCBNEW_CONTROL::AppendBoard(PLUGIN&, wxString&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcbnew_control.cpp>:913:15: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
     for( auto module : brd->Modules() )
               ^
[ 80%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/position_relative_tool.cpp.o
<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>();
                     ^
[ 80%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/selection.cpp.o
[ 80%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/selection_tool.cpp.o
[ 80%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/tools_common.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(
                 ^
[ 80%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/zone_create_helper.cpp.o
[ 80%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/zone_filler_tool.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() );
                 ^
[ 80%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/pcbnew_wrap.cxx.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%] 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%] Built target lib_table_lexer_source_files
[  0%] Built target page_layout_lexer_source_files
[  0%] Built target polygon
[  0%] Built target netlist_lexer_source_files
[  0%] Generating version string header
-- Using Git to determine build version string.
[  0%] [  0%] Built target pcb_plot_lexer_source_files
Built target pcb_lexer_source_files
[ 28%] Built target bitmaps
-- Found Git: /usr/bin/git (found version "2.1.4") 
[ 29%] Built target cmp_library_lexer_source_files
[ 29%] Built target dialog_bom_cfg_lexer_source_files
[ 30%] Built target kicad_3dsg
[ 31%] Built target field_template_lexer_source_files
[ 31%] Built target lib_dxf
[ 31%] Built target specctra_lexer_source_files
[ 31%] Built target idf3
[ 31%] Built target pcb_calculator_lexer_source_files
[ 32%] [ 34%] Built target dxf2idf
Built target potrace
-- Not updating <http://ci.kicad-pcb.org/job/kicad-qa/ws/build/kicad_build_version.h>
[ 34%] [ 36%] [ 36%] Built target idfcyl
Built target idfrect
Built target s3d_plugin_vrml
[ 36%] Built target version_header
[ 36%] Built target unit_test_utils
[ 36%] Built target legacy_wx
[ 38%] Built target gal
Scanning dependencies of target legacy_gal
[ 38%] Building CXX object common/CMakeFiles/legacy_gal.dir/legacy_gal/eda_draw_frame.cpp.o
[ 48%] Built target common
[ 48%] Built target connectivity
Linking CXX shared module _pl_editor.kiface
[ 52%] Built target pcbcommon
Linking CXX executable bitmap2component
Scanning dependencies of target gerbview_kiface
[ 52%] Building CXX object gerbview/CMakeFiles/gerbview_kiface.dir/clear_gbr_drawlayers.cpp.o
[ 53%] Built target bitmap2component
Linking CXX shared module _pcb_calculator.kiface
[ 53%] Building CXX object gerbview/CMakeFiles/gerbview_kiface.dir/events_called_functions.cpp.o
Linking CXX static library liblegacy_gal.a
[ 53%] Built target legacy_gal
Linking CXX shared module libs3d_plugin_idf.so
[ 55%] Built target pcb_calculator_kiface
Linking CXX executable kicad
[ 55%] Built target s3d_plugin_idf
Linking CXX executable idf2vrml
[ 56%] Built target pl_editor_kiface
Linking CXX executable kicad-ogltest
[ 56%] Built target idf2vrml
[ 57%] Built target qa_utils
[ 60%] Built target 3d-viewer
[ 60%] Built target github_plugin
[ 61%] Built target pcad2kicadpcb
[ 61%] Built target kicad-ogltest
[ 62%] Built target kicad
[ 64%] Built target pnsrouter
Linking CXX executable pl_editor
[ 64%] Building CXX object gerbview/CMakeFiles/gerbview_kiface.dir/gerbview_frame.cpp.o
[ 80%] Built target pcbnew_kiface_objects
Linking CXX executable pcb_calculator
[ 80%] Built target pl_editor
[ 80%] Built target qa_pcbnew_utils
Linking CXX executable qa_common_eeschema
Scanning dependencies of target eeschema_kiface
[ 80%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/dialogs/dialog_fields_editor_global.cpp.o
[ 80%] Built target pcb_calculator
Linking CXX executable qa_common_gerbview
[ 80%] Building CXX object gerbview/CMakeFiles/gerbview_kiface.dir/gerbview_draw_panel_gal.cpp.o
[ 81%] Built target qa_common_eeschema
Linking CXX executable qa_common_pcbnew
[ 83%] Built target qa_common_gerbview
Linking CXX executable qa_pcbnew
[ 83%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/dialogs/dialog_erc.cpp.o
[ 84%] Built target qa_common_pcbnew
Linking CXX executable qa_common_tools
[ 84%] Building CXX object gerbview/CMakeFiles/gerbview_kiface.dir/tools/gerbview_actions.cpp.o
[ 84%] Built target qa_common_tools
Linking CXX executable qa_pcbnew_tools
[ 84%] [ 84%] Building CXX object gerbview/CMakeFiles/gerbview_kiface.dir/tools/selection_tool.cpp.o
Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/dialogs/dialog_set_grid.cpp.o
collect2: error: ld terminated with signal 9 [Killed]
qa/pcbnew/CMakeFiles/qa_pcbnew.dir/build.make:919: recipe for target 'qa/pcbnew/qa_pcbnew' failed
make[2]: *** [qa/pcbnew/qa_pcbnew] Error 1
CMakeFiles/Makefile2:3277: 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....
[ 84%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/dialogs/panel_eeschema_display_options.cpp.o
[ 84%] Building CXX object gerbview/CMakeFiles/gerbview_kiface.dir/tools/gerbview_control.cpp.o
[ 84%] Building CXX object gerbview/CMakeFiles/gerbview_kiface.dir/dialogs/dialog_print_gerbview.cpp.o
[ 84%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/dialogs/panel_libedit_settings.cpp.o
collect2: error: ld terminated with signal 9 [Killed]
qa/pcbnew_tools/CMakeFiles/qa_pcbnew_tools.dir/build.make:769: recipe for target 'qa/pcbnew_tools/qa_pcbnew_tools' failed
make[2]: *** [qa/pcbnew_tools/qa_pcbnew_tools] Error 1
CMakeFiles/Makefile2:3454: recipe for target 'qa/pcbnew_tools/CMakeFiles/qa_pcbnew_tools.dir/all' failed
make[1]: *** [qa/pcbnew_tools/CMakeFiles/qa_pcbnew_tools.dir/all] Error 2
[ 85%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/widgets/symbol_preview_widget.cpp.o
[ 85%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/widgets/widget_eeschema_color_config.cpp.o
Linking CXX shared module _gerbview.kiface
[ 85%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/libedit/block_libedit.cpp.o
[ 85%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/libedit/controller.cpp.o
[ 85%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/libedit/lib_edit_frame.cpp.o
[ 85%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/libedit/libfield.cpp.o
[ 85%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/libedit/pinedit.cpp.o
[ 85%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/libedit/symbdraw.cpp.o
[ 88%] Built target gerbview_kiface
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/sch_view.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/block.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/bus-wire-junction.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/controle.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/cross-probing.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/edit_bitmap.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/eeschema_config.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/events_called_functions_for_edit.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/find.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/highlight_connection.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/onleftclick.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/onrightclick.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/sch_draw_panel.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/sch_base_frame.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/sch_line.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/sch_preview_panel.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/schedit.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/schematic_undo_redo.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/sch_edit_frame.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/sheet.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/tool_sch.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/viewlib_frame.cpp.o
[ 88%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/viewlibs.cpp.o
Linking CXX shared library _eeschema.kiface
[ 97%] Built target eeschema_kiface
Makefile:147: recipe for target 'all' failed
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure


Follow ups