← Back to team overview

kicad-developers team mailing list archive

Build failed in Jenkins: kicad-qa #5165

 

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

Changes:

[hillbrand] pcbnew: Ensure source snapping

[hillbrand] Assign stack pointer to lib table

------------------------------------------
[...truncated 3.93 KB...]
[  2%] Built target lib_table_lexer_source_files
[  2%] Built target netlist_lexer_source_files
[  2%] Built target pcb_plot_lexer_source_files
[  2%] Built target pcb_lexer_source_files
[  2%] Built target lib_dxf
[  5%] Built target kicad_3dsg
-- Writing <http://ci.kicad-pcb.org/job/kicad-qa/ws/build/kicad_build_version.h> file with version: (6.0.0-rc1-dev-1674-gc08736e)
[  5%] Built target version_header
[  8%] [ 50%] Built target connectivity
Built target bitmaps
[ 50%] Built target polygon
[ 50%] Built target specctra_lexer_source_files
[ 55%] Built target pcbcommon
[ 57%] Built target pcad2kicadpcb
[ 61%] Built target 3d-viewer
Scanning dependencies of target pnsrouter
Scanning dependencies of target common
[ 61%] Building CXX object pcbnew/router/CMakeFiles/pnsrouter.dir/pns_tool_base.cpp.o
[ 61%] Building CXX object common/CMakeFiles/common.dir/build_version.cpp.o
Scanning dependencies of target pcbnew_kiface_objects
[ 61%] [ 61%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/dialogs/panel_fp_lib_table.cpp.o
Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/drawing_tool.cpp.o
Linking CXX static library libcommon.a
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/drawing_tool.cpp>: In member function ‘int DRAWING_TOOL::PlaceText(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/drawing_tool.cpp>:335: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/drawing_tool.cpp>: In member function ‘int DRAWING_TOOL::SetAnchor(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/drawing_tool.cpp>:909:21: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
             MODULE* module = (MODULE*) m_frame->GetModel();
                     ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/drawing_tool.cpp>: In member function ‘bool DRAWING_TOOL::getSourceZoneForAction(DRAWING_TOOL::ZONE_MODE, ZONE_CONTAINER*&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/drawing_tool.cpp>:1316:22: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const SELECTION& selection = selTool->GetSelection();
                      ^
[ 61%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/edit_tool.cpp.o
[ 61%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/grid_helper.cpp.o
Linking CXX static library libpnsrouter.a
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::Main(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:340: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/edit_tool.cpp>:346:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto& selection = m_selectionTool->RequestSelection(
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘bool EDIT_TOOL::changeTrackWidthOnClick(const SELECTION&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:592:69: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
 bool EDIT_TOOL::changeTrackWidthOnClick( const SELECTION& selection )
                                                                     ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::Properties(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:637: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/edit_tool.cpp>: In member function ‘int EDIT_TOOL::Rotate(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:679:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto& selection = m_selectionTool->RequestSelection(
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::Mirror(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:761:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto& selection = m_selectionTool->RequestSelection(
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::Flip(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:843:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto& selection = m_selectionTool->RequestSelection(
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::MoveExact(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:998: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/edit_tool.cpp>: In member function ‘int EDIT_TOOL::Duplicate(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:1077: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/edit_tool.cpp>: In member function ‘int EDIT_TOOL::CreateArray(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:1224: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/edit_tool.cpp>: In member function ‘int EDIT_TOOL::ExchangeFootprints(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:1266:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const auto& selection = m_selectionTool->RequestSelection( FootprintFilter );
                 ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::MeasureTool(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:1293:11: warning: declaration of ‘view’ shadows a member of 'this' [-Wshadow]
     auto& view = *getView();
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:1294:11: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
     auto& controls = *getViewControls();
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::editFootprintInFpEditor(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:1437:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const auto& selection = m_selectionTool->RequestSelection( FootprintFilter );
                 ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::doCopyToClipboard(bool)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:1517:16: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     SELECTION& selection = m_selectionTool->RequestSelection(
                ^
[ 61%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/pcbnew_control.cpp.o
[ 61%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/picker_tool.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>: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() )
               ^
[ 63%] Built target pnsrouter
[ 63%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/point_editor.cpp.o
<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>:161:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
     KIGFX::VIEW_CONTROLS* controls = getViewControls();
                           ^
[ 77%] Built target common
[ 77%] Built target github_plugin
<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>();
                     ^
[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 page_layout_lexer_source_files
[  0%] Generating version string header
[  0%] Built target lib_table_lexer_source_files
[  2%] Built target gal
-- Using Git to determine build version string.
[  2%] Built target netlist_lexer_source_files
[  2%] Built target legacy_wx
-- Found Git: /usr/bin/git (found version "2.1.4") 
[  2%] [  2%] Built target legacy_gal
Built target pcb_lexer_source_files
[  3%] [  4%] Built target kicad_3dsg
Built target pcb_plot_lexer_source_files
[  4%] Built target polygon
[  4%] Built target cmp_library_lexer_source_files
[ 33%] Built target bitmaps
[ 33%] [ 33%] Built target field_template_lexer_source_files
Built target dialog_bom_cfg_lexer_source_files
-- Not updating <http://ci.kicad-pcb.org/job/kicad-qa/ws/build/kicad_build_version.h>
[ 33%] Built target lib_dxf
[ 33%] Built target version_header
[ 33%] Built target idf3
[ 34%] Built target connectivity
[ 34%] Built target specctra_lexer_source_files
[ 35%] Built target potrace
[ 35%] Built target pcb_calculator_lexer_source_files
[ 35%] Built target dxf2idf
[ 36%] Built target idfrect
[ 36%] Built target idfcyl
[ 38%] Built target s3d_plugin_vrml
[ 38%] Built target unit_test_utils
[ 42%] Built target pcbcommon
[ 53%] Built target common
[ 54%] Built target pnsrouter
[ 55%] Built target pcad2kicadpcb
Linking CXX executable bitmap2component
[ 58%] Built target 3d-viewer
Linking CXX shared module _pl_editor.kiface
Linking CXX shared module _pcb_calculator.kiface
[ 73%] Built target pcbnew_kiface_objects
Linking CXX shared module libs3d_plugin_idf.so
[ 74%] Built target bitmap2component
Linking CXX executable kicad
[ 74%] Built target s3d_plugin_idf
[ 75%] Built target pcb_calculator_kiface
Linking CXX executable idf2vrml
Linking CXX executable kicad-ogltest
[ 75%] Built target idf2vrml
[ 76%] Built target qa_utils
[ 76%] Built target github_plugin
[ 76%] Built target kicad-ogltest
Linking CXX shared module _gerbview.kiface
Scanning dependencies of target eeschema_kiface
[ 76%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/dialogs/panel_sym_lib_table.cpp.o
[ 76%] Built target kicad
[ 76%] Built target pcbnew_kiface
[ 78%] Built target pl_editor_kiface
[ 78%] Built target pcbnew_python_module
[ 78%] Built target pcbnew_python
Linking CXX executable pl_editor
Linking CXX executable pcb_calculator
[ 78%] Built target pl_editor
[ 78%] Built target qa_pcbnew_utils
[ 79%] Built target pcb_calculator
Linking CXX executable qa_common_eeschema
Linking CXX executable qa_common_gerbview
Linking CXX shared library _eeschema.kiface
[ 80%] Built target qa_common_eeschema
Linking CXX executable qa_common_pcbnew
[ 82%] Built target qa_common_gerbview
Linking CXX executable qa_pcbnew
[ 85%] Built target gerbview_kiface
Linking CXX executable qa_common_tools
[ 85%] Built target qa_common_tools
Linking CXX executable qa_pcbnew_tools
[ 86%] Built target qa_common_pcbnew
Scanning dependencies of target cvpcb_kiface
[ 86%] Building CXX object cvpcb/CMakeFiles/cvpcb_kiface.dir/__/pcbnew/tools/grid_helper.cpp.o
[ 86%] Building CXX object cvpcb/CMakeFiles/cvpcb_kiface.dir/tools/cvpcb_control.cpp.o
Linking CXX shared module _cvpcb.kiface
collect2: error: ld terminated with signal 9 [Killed]
qa/pcbnew/CMakeFiles/qa_pcbnew.dir/build.make:921: 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....
[ 97%] Built target eeschema_kiface
[ 98%] Built target cvpcb_kiface
[ 98%] 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