← Back to team overview

kicad-developers team mailing list archive

Build failed in Jenkins: kicad-qa #5140

 

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

Changes:

[tomasz.wlostowski] geometry: revert SHAPE_LINE_CHAIN::PointInside/PointOnEdge()

[tomasz.wlostowski] eeschema: implement left click emulation with Enter/Return key in

[tomasz.wlostowski] eeschema: fix disappearing graphics when block move is aborted after

------------------------------------------
Started by an SCM change
Building remotely on debian8 (clang gcc linux) in workspace <http://ci.kicad-pcb.org/job/kicad-qa/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/KiCad/kicad-source-mirror.git # timeout=10
Fetching upstream changes from https://github.com/KiCad/kicad-source-mirror.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/KiCad/kicad-source-mirror.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 6afb082a08868721f0b85816e7bf20f4e8bb78fd (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6afb082a08868721f0b85816e7bf20f4e8bb78fd
Commit message: "eeschema: fix disappearing graphics when block move is aborted after rotation/flipping"
 > git rev-list --no-walk fd0381ea09c08f7c488e55656cf0f956e26a280e # timeout=10
[kicad-qa] $ /bin/sh -xe /tmp/jenkins6819358477615905119.sh
+ cmake --version
cmake version 3.0.2

CMake suite maintained and supported by Kitware (kitware.com/cmake).
+ gcc --version
gcc (Debian 4.9.2-10+deb8u1) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

+ git --version
git version 2.1.4
+ OPTS= -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=ON -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
+ OPTS= -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=ON -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON -DBUILD_SHARED_LIBS:BOOL=ON
+ [ -d passed-qa ]
+ [ -d build ]
+ cd build
+ /usr/bin/cmake .. -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=ON -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON -DBUILD_SHARED_LIBS:BOOL=ON
-- KiCad install dir: </usr/local>
-- Check for installed GLEW -- found
-- Boost version: 1.55.0
-- Check for installed Python Interpreter -- found
-- Python module install path: lib/python2.7/dist-packages
-- Found wxPython 3.0.1.1/gtk2 (wxWidgets 3.0.1.1)
-- Found wxWidgets: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_gtk2u_gl-3.0;-lwx_gtk2u_aui-3.0;-lwx_gtk2u_adv-3.0;-lwx_gtk2u_html-3.0;-lwx_gtk2u_core-3.0;-lwx_baseu_net-3.0;-lwx_baseu-3.0;-lwx_baseu_xml-3.0;-lwx_gtk2u_stc-3.0 (found suitable version "3.0.2", minimum required is "3.0.1.1") 
-- Found wxPython.h in /usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0/wx/wxPython
-- S3DSG version: 2.0.0
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   unit_test_framework
--   filesystem
--   system
-- Found wxWidgets: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_gtk2u_gl-3.0;-lwx_gtk2u_aui-3.0;-lwx_gtk2u_adv-3.0;-lwx_gtk2u_html-3.0;-lwx_gtk2u_core-3.0;-lwx_baseu_net-3.0;-lwx_baseu-3.0;-lwx_baseu_xml-3.0;-lwx_gtk2u_stc-3.0 (found suitable version "3.0.2", minimum required is "3.0.0") 
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   unit_test_framework
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   unit_test_framework
-- Configuring done
-- Generating done
-- Build files have been written to: <http://ci.kicad-pcb.org/job/kicad-qa/ws/build>
+ echo CMAKE exit code is 0
CMAKE exit code is 0
+ rm -f pcbnew/pcbnewPYTHON_wrap.cxx
+ + env
grep -q ^MAKEJOBS=
+ echo The MAKEJOBS variable is empty
The MAKEJOBS variable is empty
+ JOBS=4
+ make -j4 pcbnew_python_module
[  0%] [  0%] Built target page_layout_lexer_source_files
Generating version string header
[  0%] Built target idf3
-- Using Git to determine build version string.
[  2%] Built target gal
-- Found Git: /usr/bin/git (found version "2.1.4") 
[  2%] Built target netlist_lexer_source_files
[  2%] Built target lib_table_lexer_source_files
[  2%] Built target pcb_plot_lexer_source_files
[  2%] Built target legacy_wx
[  2%] Built target pcb_lexer_source_files
[  4%] Built target kicad_3dsg
[  4%] Built target lib_dxf
[ 47%] Built target bitmaps
[ 47%] Built target connectivity
[ 47%] Built target specctra_lexer_source_files
[ 48%] Built target polygon
-- Writing <http://ci.kicad-pcb.org/job/kicad-qa/ws/build/kicad_build_version.h> file with version: (6.0.0-rc1-dev-1618-g6afb082)
[ 48%] Built target version_header
[ 54%] Built target pcbcommon
[ 58%] Built target 3d-viewer
[ 60%] Built target pcad2kicadpcb
[ 61%] Built target pnsrouter
Scanning dependencies of target common
[ 61%] [ 61%] Building CXX object common/CMakeFiles/common.dir/geometry/shape_line_chain.cpp.o
Building CXX object common/CMakeFiles/common.dir/build_version.cpp.o
[ 83%] Built target pcbnew_kiface_objects
Linking CXX static library libcommon.a
[100%] Built target common
[100%] Built target github_plugin
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%] Generating version string header
[  0%] Built target page_layout_lexer_source_files
-- Using Git to determine build version string.
-- Found Git: /usr/bin/git (found version "2.1.4") 
[  0%] Built target lib_table_lexer_source_files
[  2%] Built target gal
[  2%] Built target netlist_lexer_source_files
[  3%] [  3%] Built target legacy_wx
Built target legacy_gal
[  3%] [  3%] Built target pcb_lexer_source_files
Built target pcb_plot_lexer_source_files
-- Not updating <http://ci.kicad-pcb.org/job/kicad-qa/ws/build/kicad_build_version.h>
[  3%] Built target version_header
[  4%] [  5%] Built target polygon
Built target kicad_3dsg
[  5%] Built target cmp_library_lexer_source_files
[  5%] Built target dialog_bom_cfg_lexer_source_files
[  5%] Built target field_template_lexer_source_files
[  5%] Built target lib_dxf
[  5%] Built target idf3
[  5%] Built target specctra_lexer_source_files
[  5%] Built target connectivity
[ 34%] Built target bitmaps
[ 34%] Built target potrace
[ 34%] Built target pcb_calculator_lexer_source_files
[ 34%] Built target dxf2idf
[ 34%] [ 34%] Built target idfcyl
Built target idfrect
[ 34%] [ 36%] Built target unit_test_utils
Built target s3d_plugin_vrml
[ 36%] Built target qa_pcbnew_utils
[ 40%] Built target pcbcommon
[ 41%] Built target pcad2kicadpcb
[ 42%] Built target pnsrouter
[ 53%] Built target common
[ 56%] Built target 3d-viewer
[ 56%] Built target github_plugin
Linking CXX shared module _pl_editor.kiface
Linking CXX shared module _gerbview.kiface
Scanning dependencies of target eeschema_kiface
[ 58%] [ 72%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/block.cpp.o
Built target pcbnew_kiface_objects
Linking CXX executable bitmap2component
[ 73%] Built target bitmap2component
Linking CXX shared module _pcb_calculator.kiface
[ 73%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/hotkeys.cpp.o
[ 75%] Built target pl_editor_kiface
Linking CXX shared module libs3d_plugin_idf.so
[ 75%] Built target s3d_plugin_idf
Linking CXX executable kicad
[ 77%] Built target pcb_calculator_kiface
Linking CXX executable idf2vrml
[ 77%] Built target idf2vrml
Linking CXX executable kicad-ogltest
Linking CXX shared library _eeschema.kiface
[ 81%] Built target gerbview_kiface
[ 81%] Built target qa_utils
Linking CXX shared module _cvpcb.kiface
[ 81%] Built target kicad-ogltest
Linking CXX executable gerbview
[ 82%] Built target kicad
[ 82%] Built target pcbnew_kiface
[ 82%] Built target pcbnew_python
[ 82%] Built target pcbnew_python_module
Linking CXX executable pl_editor
[ 82%] Built target gerbview
[ 82%] Built target pl_editor
Linking CXX executable qa_common_eeschema
Linking CXX executable pcb_calculator
[ 82%] Built target pcb_calculator
Linking CXX executable qa_common_gerbview
[ 83%] Built target qa_common_eeschema
Linking CXX executable qa_common_pcbnew
[ 84%] Built target qa_common_gerbview
Linking CXX executable qa_pcbnew
[ 85%] Built target qa_common_pcbnew
Linking CXX executable qa_common_tools
[ 85%] Built target qa_common_tools
Linking CXX executable qa_pcbnew_tools
[ 87%] Built target cvpcb_kiface
Linking CXX executable pcbnew
[ 87%] Built target pcbnew
Linking CXX executable qa_shape_poly_set_refactor
[ 88%] Built target qa_shape_poly_set_refactor
[ 98%] Built target eeschema_kiface
Linking CXX executable eeschema
Linking CXX executable qa_eagle_plugin
[ 98%] Built target qa_eagle_plugin
[ 98%] Built target eeschema
[ 98%] [100%] Built target qa_pcbnew_tools
Built target qa_pcbnew
+ make test
Running tests...
Test project <http://ci.kicad-pcb.org/job/kicad-qa/ws/build>
    Start 1: qa_python
1/6 Test #1: qa_python ........................   Passed    1.85 sec
    Start 2: common_gerbview
2/6 Test #2: common_gerbview ..................   Passed    0.14 sec
    Start 3: common_pcbnew
3/6 Test #3: common_pcbnew ....................   Passed    0.09 sec
    Start 4: common_eeschema
4/6 Test #4: common_eeschema ..................   Passed    0.11 sec
    Start 5: pcbnew
5/6 Test #5: pcbnew ...........................   Passed    0.15 sec
    Start 6: shape_poly_set_refactor
6/6 Test #6: shape_poly_set_refactor ..........***Failed    0.05 sec

83% tests passed, 1 tests failed out of 6

Total Test time (real) =   2.44 sec

The following tests FAILED:
	  6 - shape_poly_set_refactor (Failed)
Errors while running CTest
Makefile:137: recipe for target 'test' failed
make: *** [test] Error 8
Build step 'Execute shell' marked build as failure


Follow ups