← Back to team overview

kicad-developers team mailing list archive

Build failed in Jenkins: kicad-qa #3438

 

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

Changes:

[jean-pierre charras] Rename files according to the name of classes they are defining

[jean-pierre charras] Fix code after renaming files

------------------------------------------
[...truncated 49.73 KB...]
               ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/module_editor_tools.cpp>: In member function ‘int MODULE_EDITOR_TOOLS::ExplodePadToShapes(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/module_editor_tools.cpp>:332:16: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     SELECTION& selection = m_toolMgr->GetTool<SELECTION_TOOL>()->GetSelection();
                ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/module_editor_tools.cpp>: In member function ‘int MODULE_EDITOR_TOOLS::CreatePadFromShapes(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/module_editor_tools.cpp>:373:16: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     SELECTION& selection = m_toolMgr->GetTool<SELECTION_TOOL>()->GetSelection();
                ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pad_tool.cpp>: In member function ‘bool PAD_TOOL::haveFootprints()’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pad_tool.cpp>:168:11: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     auto& board = *getModel<BOARD>();
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pad_tool.cpp>: In member function ‘int PAD_TOOL::applyPadSettings(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pad_tool.cpp>:208:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const auto& selection = selTool.GetSelection();
                 ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pad_tool.cpp>:210:11: warning: declaration of ‘frame’ shadows a member of 'this' [-Wshadow]
     auto& frame = *getEditFrame<PCB_EDIT_FRAME>();
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pad_tool.cpp>: In member function ‘int PAD_TOOL::copyPadSettings(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pad_tool.cpp>:240:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const auto& selection = selTool.GetSelection();
                 ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pad_tool.cpp>:242:11: warning: declaration of ‘frame’ shadows a member of 'this' [-Wshadow]
     auto& frame = *getEditFrame<PCB_EDIT_FRAME>();
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pad_tool.cpp>: In member function ‘int PAD_TOOL::pushPadSettings(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pad_tool.cpp>:320:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const auto& selection = selTool.GetSelection();
                 ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pad_tool.cpp>:322:11: warning: declaration of ‘frame’ shadows a member of 'this' [-Wshadow]
     auto& frame = *getEditFrame<PCB_EDIT_FRAME>();
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pad_tool.cpp>:352:13: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
     MODULE* module = srcPad->GetParent();
             ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::TrackWidthInc(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:316:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = getModel<BOARD>();
            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::TrackWidthDec(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:333:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = getModel<BOARD>();
            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ViaSizeInc(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:350:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = getModel<BOARD>();
            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ViaSizeDec(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:367:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = getModel<BOARD>();
            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::PlaceModule(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:384:13: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
     MODULE* module = aEvent.Parameter<MODULE*>();
             ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:385: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/pcb_editor_control.cpp>:387:16: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     SELECTION& selection = selTool->GetSelection();
                ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::modifyLockSelected(PCB_EDITOR_CONTROL::MODIFY_MODE)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:503:22: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const SELECTION& selection = selTool->GetSelection();
                      ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::PlaceTarget(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:544: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/pcb_editor_control.cpp>:545: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/pcb_editor_control.cpp>:546:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = getModel<BOARD>();
            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ZoneMerge(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:663:22: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const SELECTION& selection = m_toolMgr->GetTool<SELECTION_TOOL>()->GetSelection();
                      ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:664:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = getModel<BOARD>();
            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ZoneDuplicate(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:729:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const auto& selection = selTool->GetSelection();
                 ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::CrossProbePcbToSch(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:798:22: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const SELECTION& selection = selTool->GetSelection();
                      ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::UpdateSelectionRatsnest(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:1023:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto& selection = selectionTool->GetSelection();
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘void PCB_EDITOR_CONTROL::calculateSelectionRatsnest()’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:1076:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto& selection = selectionTool->GetSelection();
           ^
[ 97%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/tools/pcb_tool.cpp.o
[ 97%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/tools/pcbnew_control.cpp.o
[ 97%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/tools/picker_tool.cpp.o
[ 97%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/tools/placement_tool.cpp.o
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_tool.cpp>: In member function ‘void PCB_TOOL::doInteractiveItemPlacement(INTERACTIVE_PLACER_BASE*, const wxString&, int)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_tool.cpp>:123:26: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
                     auto module = dyn_cast<MODULE*>( newItem.get() );
                          ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_tool.cpp>:138:26: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
                     auto module = dyn_cast<MODULE*>( newItem.get() );
                          ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_tool.cpp>: In member function ‘const SELECTION& PCB_TOOL::selection() const’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_tool.cpp>:221:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const auto& selection = selTool->GetSelection();
                 ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_tool.cpp>: In member function ‘SELECTION& PCB_TOOL::selection()’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_tool.cpp>:228:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto& selection = selTool->GetSelection();
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/picker_tool.cpp>: In member function ‘int PICKER_TOOL::Main(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/picker_tool.cpp>:45: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/picker_tool.cpp>: In member function ‘void PICKER_TOOL::setControls()’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/picker_tool.cpp>:121:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
     KIGFX::VIEW_CONTROLS* controls = getViewControls();
                           ^
[ 97%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/tools/point_editor.cpp.o
<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>:289: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::PanControl(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcbnew_control.cpp>:546: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/pcbnew_control.cpp>: In member function ‘int PCBNEW_CONTROL::placeBoardItems(BOARD*)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcbnew_control.cpp>:847:15: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
     for( auto module : aBoard->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>:884: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>:926:15: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
     for( auto module : brd->Modules() )
               ^
[ 97%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/tools/position_relative_tool.cpp.o
[ 97%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/tools/selection.cpp.o
[ 97%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/tools/selection_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>:273: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>:280: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>:281: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>:676: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>:849: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>:988:21: warning: declaration of ‘frame’ shadows a member of 'this' [-Wshadow]
     PCB_BASE_FRAME* frame = getEditFrame<PCB_BASE_FRAME>();
                     ^
<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>:87:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const auto& selection = m_selectionTool->RequestSelection();
                 ^
[ 97%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/tools/tool_event_utils.cpp.o
[ 97%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/tools/tools_common.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>:210: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>:538: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::selectConnection(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>:835: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>:879: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>:940: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>:1073: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>:1074: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>:1174: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>:1307: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>:1311: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>:1457: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 ‘void SELECTION_TOOL::select(BOARD_ITEM*)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/selection_tool.cpp>:1646: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.dir/tools/zone_create_helper.cpp.o
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/tools/zone_filler_tool.cpp.o
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/footprint_preview_panel.cpp.o
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/__/common/dialogs/dialog_page_settings.cpp.o
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/dialogs/dialog_scripting.cpp.o
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/pcbnew_wrap.cxx.o
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/swig/pcbnew_action_plugins.cpp.o
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/swig/pcbnew_footprint_wizards.cpp.o
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/swig/pcbnew_scripting_helpers.cpp.o
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/swig/python_scripting.cpp.o
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/swig/python_scripting.cpp>:35:22: fatal error: wxstruct.h: No such file or directory
 #include <wxstruct.h>
                      ^
compilation terminated.
pcbnew/CMakeFiles/pcbnew_kiface.dir/build.make:6024: recipe for target 'pcbnew/CMakeFiles/pcbnew_kiface.dir/swig/python_scripting.cpp.o' failed
make[3]: *** [pcbnew/CMakeFiles/pcbnew_kiface.dir/swig/python_scripting.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
CMakeFiles/Makefile2:1367: recipe for target 'pcbnew/CMakeFiles/pcbnew_kiface.dir/all' failed
make[2]: *** [pcbnew/CMakeFiles/pcbnew_kiface.dir/all] Error 2
CMakeFiles/Makefile2:1414: recipe for target 'pcbnew/CMakeFiles/pcbnew_python_module.dir/rule' failed
make[1]: *** [pcbnew/CMakeFiles/pcbnew_python_module.dir/rule] Error 2
Makefile:574: recipe for target 'pcbnew_python_module' failed
make: *** [pcbnew_python_module] Error 2
Build step 'Execute shell' marked build as failure


Follow ups