← Back to team overview

kicad-developers team mailing list archive

Build failed in Jenkins: kicad-qa #3928

 

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

Changes:

[Maciej Suminski] Added std::less specialization for wxPoint

[Maciej Suminski] Eagle SCH import: improved implicit connections resolution

------------------------------------------
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 58c27398cb06265490b5288f1bc80470b75ad111 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 58c27398cb06265490b5288f1bc80470b75ad111
Commit message: "Eagle SCH import: improved implicit connections resolution"
 > git rev-list --no-walk f42ca89bb4d179560e16b6d259f6dfd21c31a1f4 # timeout=10
[kicad-qa] $ /bin/sh -xe /tmp/jenkins3443021203210436960.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
+ [ -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
-- 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
-- wxPython version 3.0 found.
-- S3DSG version: 2.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
-- 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
+ grep -q ^MAKEJOBS=
+ env
+ echo The MAKEJOBS variable is empty
The MAKEJOBS variable is empty
+ JOBS=4
+ make -j4 pcbnew_python_module
[  0%] [  0%] [  0%] Built target page_layout_lexer_source_files
Built target idf3
Generating version string header
-- 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
[  0%] Built target netlist_lexer_source_files
-- Writing <http://ci.kicad-pcb.org/job/kicad-qa/ws/build/kicad_build_version.h> file with version: (5.0.0-rc2-dev-422-g58c2739)
[  0%] Built target version_header
[  0%] Built target pcb_lexer_source_files
[  2%] Built target kicad_3dsg
[  2%] Built target pcb_plot_lexer_source_files
[  2%] Built target lib_dxf
[  2%] [ 46%] Built target bitmaps
Built target specctra_lexer_source_files
Scanning dependencies of target gal
[ 46%] [ 46%] Scanning dependencies of target polygon
Building CXX object common/CMakeFiles/gal.dir/draw_panel_gal.cpp.o
Building CXX object common/CMakeFiles/gal.dir/basic_gal.cpp.o
[ 46%] Building CXX object polygon/CMakeFiles/polygon.dir/math_for_graphics.cpp.o
Scanning dependencies of target pcbcommon
[ 46%] Building CXX object common/CMakeFiles/pcbcommon.dir/base_screen.cpp.o
In file included from <http://ci.kicad-pcb.org/job/kicad-qa/ws/include/eda_text.h>:34:0,
                 from <http://ci.kicad-pcb.org/job/kicad-qa/ws/include/draw_graphic_text.h>:35,
                 from <http://ci.kicad-pcb.org/job/kicad-qa/ws/include/plotter.h>:37,
                 from <http://ci.kicad-pcb.org/job/kicad-qa/ws/common/basic_gal.cpp>:35:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:359:23: error: extra qualification not allowed [-fpermissive]
     template<> struct std::less<wxPoint>
                       ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:360:5: error: explicit specialization of non-template ‘std::<anonymous struct>’
     {
     ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:359:28: error: an anonymous struct cannot have function members
     template<> struct std::less<wxPoint>
                            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:362:5: error: abstract declarator ‘std::<anonymous struct>’ used as declaration
     };
     ^
In file included from <http://ci.kicad-pcb.org/job/kicad-qa/ws/polygon/math_for_graphics.cpp>:8:0:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:359:23: error: extra qualification not allowed [-fpermissive]
     template<> struct std::less<wxPoint>
                       ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:360:5: error: explicit specialization of non-template ‘std::<anonymous struct>’
     {
     ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:359:28: error: an anonymous struct cannot have function members
     template<> struct std::less<wxPoint>
                            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:362:5: error: abstract declarator ‘std::<anonymous struct>’ used as declaration
     };
     ^
polygon/CMakeFiles/polygon.dir/build.make:54: recipe for target 'polygon/CMakeFiles/polygon.dir/math_for_graphics.cpp.o' failed
make[3]: *** [polygon/CMakeFiles/polygon.dir/math_for_graphics.cpp.o] Error 1
CMakeFiles/Makefile2:1760: recipe for target 'polygon/CMakeFiles/polygon.dir/all' failed
make[2]: *** [polygon/CMakeFiles/polygon.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 46%] Building CXX object common/CMakeFiles/pcbcommon.dir/eda_text.cpp.o
common/CMakeFiles/gal.dir/build.make:54: recipe for target 'common/CMakeFiles/gal.dir/basic_gal.cpp.o' failed
make[3]: *** [common/CMakeFiles/gal.dir/basic_gal.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
[ 46%] Building CXX object common/CMakeFiles/pcbcommon.dir/fp_lib_table.cpp.o
In file included from <http://ci.kicad-pcb.org/job/kicad-qa/ws/include/eda_base_frame.h>:46:0,
                 from <http://ci.kicad-pcb.org/job/kicad-qa/ws/include/draw_frame.h>:29,
                 from <http://ci.kicad-pcb.org/job/kicad-qa/ws/common/draw_panel_gal.cpp>:27:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:359:23: error: extra qualification not allowed [-fpermissive]
     template<> struct std::less<wxPoint>
                       ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:360:5: error: explicit specialization of non-template ‘std::<anonymous struct>’
     {
     ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:359:28: error: an anonymous struct cannot have function members
     template<> struct std::less<wxPoint>
                            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:362:5: error: abstract declarator ‘std::<anonymous struct>’ used as declaration
     };
     ^
In file included from <http://ci.kicad-pcb.org/job/kicad-qa/ws/common/base_screen.cpp>:34:0:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:359:23: error: extra qualification not allowed [-fpermissive]
     template<> struct std::less<wxPoint>
                       ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:360:5: error: explicit specialization of non-template ‘std::<anonymous struct>’
     {
     ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:359:28: error: an anonymous struct cannot have function members
     template<> struct std::less<wxPoint>
                            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:362:5: error: abstract declarator ‘std::<anonymous struct>’ used as declaration
     };
     ^
common/CMakeFiles/gal.dir/build.make:77: recipe for target 'common/CMakeFiles/gal.dir/draw_panel_gal.cpp.o' failed
make[3]: *** [common/CMakeFiles/gal.dir/draw_panel_gal.cpp.o] Error 1
CMakeFiles/Makefile2:307: recipe for target 'common/CMakeFiles/gal.dir/all' failed
make[2]: *** [common/CMakeFiles/gal.dir/all] Error 2
[ 46%] Building CXX object common/CMakeFiles/pcbcommon.dir/lset.cpp.o
common/CMakeFiles/pcbcommon.dir/build.make:76: recipe for target 'common/CMakeFiles/pcbcommon.dir/base_screen.cpp.o' failed
make[3]: *** [common/CMakeFiles/pcbcommon.dir/base_screen.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from <http://ci.kicad-pcb.org/job/kicad-qa/ws/include/eda_text.h>:34:0,
                 from <http://ci.kicad-pcb.org/job/kicad-qa/ws/common/eda_text.cpp>:30:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:359:23: error: extra qualification not allowed [-fpermissive]
     template<> struct std::less<wxPoint>
                       ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:360:5: error: explicit specialization of non-template ‘std::<anonymous struct>’
     {
     ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:359:28: error: an anonymous struct cannot have function members
     template<> struct std::less<wxPoint>
                            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:362:5: error: abstract declarator ‘std::<anonymous struct>’ used as declaration
     };
     ^
In file included from <http://ci.kicad-pcb.org/job/kicad-qa/ws/common/fp_lib_table.cpp>:28:0:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:359:23: error: extra qualification not allowed [-fpermissive]
     template<> struct std::less<wxPoint>
                       ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:360:5: error: explicit specialization of non-template ‘std::<anonymous struct>’
     {
     ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:359:28: error: an anonymous struct cannot have function members
     template<> struct std::less<wxPoint>
                            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:362:5: error: abstract declarator ‘std::<anonymous struct>’ used as declaration
     };
     ^
common/CMakeFiles/pcbcommon.dir/build.make:99: recipe for target 'common/CMakeFiles/pcbcommon.dir/eda_text.cpp.o' failed
make[3]: *** [common/CMakeFiles/pcbcommon.dir/eda_text.cpp.o] Error 1
common/CMakeFiles/pcbcommon.dir/build.make:122: recipe for target 'common/CMakeFiles/pcbcommon.dir/fp_lib_table.cpp.o' failed
make[3]: *** [common/CMakeFiles/pcbcommon.dir/fp_lib_table.cpp.o] Error 1
In file included from <http://ci.kicad-pcb.org/job/kicad-qa/ws/common/../pcbnew/class_board.h>:37:0,
                 from <http://ci.kicad-pcb.org/job/kicad-qa/ws/common/lset.cpp>:30:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:359:23: error: extra qualification not allowed [-fpermissive]
     template<> struct std::less<wxPoint>
                       ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:360:5: error: explicit specialization of non-template ‘std::<anonymous struct>’
     {
     ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:359:28: error: an anonymous struct cannot have function members
     template<> struct std::less<wxPoint>
                            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/include/common.h>:362:5: error: abstract declarator ‘std::<anonymous struct>’ used as declaration
     };
     ^
common/CMakeFiles/pcbcommon.dir/build.make:145: recipe for target 'common/CMakeFiles/pcbcommon.dir/lset.cpp.o' failed
make[3]: *** [common/CMakeFiles/pcbcommon.dir/lset.cpp.o] Error 1
CMakeFiles/Makefile2:520: recipe for target 'common/CMakeFiles/pcbcommon.dir/all' failed
make[2]: *** [common/CMakeFiles/pcbcommon.dir/all] Error 2
CMakeFiles/Makefile2:1501: recipe for target 'pcbnew/CMakeFiles/pcbnew_python_module.dir/rule' failed
make[1]: *** [pcbnew/CMakeFiles/pcbnew_python_module.dir/rule] Error 2
Makefile:600: recipe for target 'pcbnew_python_module' failed
make: *** [pcbnew_python_module] Error 2
Build step 'Execute shell' marked build as failure


Follow ups