← Back to team overview

kicad-developers team mailing list archive

Build failed in Jenkins: kicad-noscript-fedora20 #4098

 

See <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/4098/display/redirect?page=changes>

Changes:

[hillbrand] pcbnew: Disallow new via where DRC is violated

[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

[hillbrand] Zones: wxPoint/VECTOR2I warnings no longer needed

------------------------------------------
[...truncated 53.57 KB...]
     const auto& selection = selTool.GetSelection();
                 ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pad_tool.cpp>:306:17: warning: declaration of ‘frame’ shadows a member of 'this' [-Wshadow]
     auto&       frame = *getEditFrame<PCB_EDIT_FRAME>();
                 ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pad_tool.cpp>:314:13: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
     MODULE* module = srcPad->GetParent();
             ^
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/pcb_editor_control.cpp.o
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/pcb_selection_conditions.cpp.o
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:360:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = getModel<BOARD>();
            ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:377:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = getModel<BOARD>();
            ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:394:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = getModel<BOARD>();
            ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:411:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = getModel<BOARD>();
            ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:428:13: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
     MODULE* module = aEvent.Parameter<MODULE*>();
             ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:429:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
     KIGFX::VIEW_CONTROLS* controls = getViewControls();
                           ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:431:16: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     SELECTION& selection = selTool->GetSelection();
                ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:560:22: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const SELECTION& selection = selTool->GetSelection();
                      ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:602:18: warning: declaration of ‘view’ shadows a member of 'this' [-Wshadow]
     KIGFX::VIEW* view = getView();
                  ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:603:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
     KIGFX::VIEW_CONTROLS* controls = getViewControls();
                           ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:604:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = getModel<BOARD>();
            ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:728: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-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:729:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = getModel<BOARD>();
            ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:787:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const auto& selection = selTool->GetSelection();
                 ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:844:22: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const SELECTION& selection = selTool->GetSelection();
                      ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ClearHighlight(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:1058:10: warning: declaration of ‘frame’ shadows a member of 'this' [-Wshadow]
     auto frame = static_cast<PCB_EDIT_FRAME*>( m_toolMgr->GetEditFrame() );
          ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:1059:10: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     auto board = static_cast<BOARD*>( m_toolMgr->GetModel() );
          ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ShowLocalRatsnest(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:1153:10: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     auto board = getModel<BOARD>();
          ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:1182:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto& selection = selectionTool->GetSelection();
           ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘void PCB_EDITOR_CONTROL::calculateSelectionRatsnest()’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:1235:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto& selection = selectionTool->GetSelection();
           ^
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/pcb_tool.cpp.o
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/pcbnew_control.cpp.o
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/pcb_tool.cpp>:127: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-noscript-fedora20/ws/pcbnew/tools/pcb_tool.cpp>:148: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-noscript-fedora20/ws/pcbnew/tools/pcb_tool.cpp>: In member function ‘const SELECTION& PCB_TOOL::selection() const’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_tool.cpp>:254:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const auto& selection = selTool->GetSelection();
                 ^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_tool.cpp>: In member function ‘SELECTION& PCB_TOOL::selection()’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_tool.cpp>:261:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto& selection = selTool->GetSelection();
           ^
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/picker_tool.cpp.o
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcbnew_control.cpp>: In member function ‘int PCBNEW_CONTROL::PadDisplayMode(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/pcbnew_control.cpp>: In member function ‘int PCBNEW_CONTROL::ModuleEdgeOutlines(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/pcbnew_control.cpp>: In member function ‘int PCBNEW_CONTROL::ModuleTextOutlines(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/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-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/pcbnew_control.cpp>: In member function ‘int PCBNEW_CONTROL::AppendBoard(PLUGIN&, wxString&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcbnew_control.cpp>:913:15: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
     for( auto module : brd->Modules() )
               ^
[ 98%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/placement_tool.cpp.o
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/picker_tool.cpp>: In member function ‘int PICKER_TOOL::Main(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/picker_tool.cpp>: In member function ‘void PICKER_TOOL::setControls()’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/picker_tool.cpp>:161:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
     KIGFX::VIEW_CONTROLS* controls = getViewControls();
                           ^
[ 99%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/point_editor.cpp.o
[ 99%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/position_relative_tool.cpp.o
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/point_editor.cpp>: In member function ‘int POINT_EDITOR::OnSelectionChange(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/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-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/point_editor.cpp>: In member function ‘void POINT_EDITOR::setEditedPoint(EDIT_POINT*)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/point_editor.cpp>: In member function ‘int POINT_EDITOR::addCorner(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/point_editor.cpp>: In member function ‘int POINT_EDITOR::removeCorner(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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>();
                     ^
[ 99%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/selection.cpp.o
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/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(
                 ^
[ 99%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/selection_tool.cpp.o
[ 99%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/tool_event_utils.cpp.o
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘virtual bool SELECTION_TOOL::Init()’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘bool SELECTION_TOOL::selectMultiple()’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘int SELECTION_TOOL::expandSelectedConnection(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘int SELECTION_TOOL::selectCopper(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘int SELECTION_TOOL::selectNet(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘void SELECTION_TOOL::zoomFitSelection()’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘int SELECTION_TOOL::findMove(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘int SELECTION_TOOL::filterSelection(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘BOARD_ITEM* SELECTION_TOOL::pickSmallestComponent(GENERAL_COLLECTOR*)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/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-noscript-fedora20/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-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘void SELECTION_TOOL::select(BOARD_ITEM*)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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() );
                 ^
[ 99%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/tools_common.cpp.o
[ 99%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/zone_create_helper.cpp.o
[ 99%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/zone_filler_tool.cpp.o
[ 99%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/footprint_preview_panel.cpp.o
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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-noscript-fedora20/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();
            ^
[ 99%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/footprint_tree_pane.cpp.o
[ 99%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/__/common/dialogs/dialog_page_settings.cpp.o
[ 99%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/__/common/base_units.cpp.o
[ 99%] Built target pcbnew_kiface_objects
Linking CXX shared module _pcbnew.kiface
Scanning dependencies of target qa_pcbnew
[ 99%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/__/__/common/eda_text.cpp.o
[ 99%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/__/__/common/colors.cpp.o
[ 99%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/__/__/common/observable.cpp.o
[ 99%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/test_module.cpp.o
[ 99%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/board_test_utils.cpp.o
[ 99%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/drc/drc_test_utils.cpp.o
[ 99%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/test_graphics_import_mgr.cpp.o
[ 99%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/test_pad_naming.cpp.o
[ 99%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/drc/test_drc_courtyard_invalid.cpp.o
[ 99%] Building CXX object qa/pcbnew/CMakeFiles/qa_pcbnew.dir/drc/test_drc_courtyard_overlap.cpp.o
Linking CXX executable qa_pcbnew
/usr/bin/ld: CMakeFiles/qa_pcbnew.dir/board_test_utils.cpp.o: undefined reference to symbol '_ZN5boost6system15system_categoryEv'
/lib64/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:868: recipe for target 'qa/pcbnew/qa_pcbnew' failed
make[2]: *** [qa/pcbnew/qa_pcbnew] Error 1
CMakeFiles/Makefile2:2998: 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....
[ 99%] Built target pcbnew_kiface
Makefile:147: recipe for target 'all' failed
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure


Follow ups