← Back to team overview

kicad-developers team mailing list archive

Build failed in Jenkins: kicad-qa #4320

 

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

Changes:

[hillbrand] pcbnew: fix OpenMP synch issue

------------------------------------------
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 b0b5d9139056181cbfa4898a2cd559b81f7bd8ca (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b0b5d9139056181cbfa4898a2cd559b81f7bd8ca
Commit message: "pcbnew: fix OpenMP synch issue"
 > git rev-list --no-walk 0748c118dd40eaa0fd4762f513d1645c97735aab # timeout=10
[kicad-qa] $ /bin/sh -xe /tmp/jenkins6198806145121384845.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 -qenv ^MAKEJOBS=

+ echo The MAKEJOBS variable is empty
The MAKEJOBS variable is empty
+ JOBS=4
+ make -j4 pcbnew_python_module
[  0%] [  0%] Built target netlist_lexer_source_files
[  0%] Built target idf3
Generating version string header
-- Using Git to determine build version string.
[  0%] Built target lib_table_lexer_source_files
-- Found Git: /usr/bin/git (found version "2.1.4") 
[  0%] Built target page_layout_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-216-gb0b5d91)
[  2%] Built target gal
[  2%] [  2%] Built target pcb_lexer_source_files
Built target version_header
[  4%] [  4%] Built target pcb_plot_lexer_source_files
Built target lib_dxf
[  7%] Built target kicad_3dsg
[  7%] Built target specctra_lexer_source_files
[  7%] Built target polygon
[ 49%] Built target bitmaps
Scanning dependencies of target pcbcommon
[ 49%] [ 49%] [ 49%] Building CXX object common/CMakeFiles/pcbcommon.dir/__/pcbnew/connectivity_algo.cpp.o
Building CXX object common/CMakeFiles/pcbcommon.dir/__/pcbnew/pcb_draw_panel_gal.cpp.o
Building CXX object common/CMakeFiles/pcbcommon.dir/__/pcbnew/connectivity_data.cpp.o
Scanning dependencies of target common
[ 50%] Building CXX object common/CMakeFiles/common.dir/build_version.cpp.o
Linking CXX static library libcommon.a
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/connectivity_algo.cpp>: In member function ‘void CN_CONNECTIVITY_ALGO::searchConnections()’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/connectivity_algo.cpp>:351:96: error: ‘CN_CONNECTIVITY_ALGO::m_itemList’ is not a variable in clause ‘shared’
     #pragma omp parallel shared( m_itemList ) num_threads( std::max( omp_get_num_procs(), 2 ) )
                                                                                                ^
common/CMakeFiles/pcbcommon.dir/build.make:743: recipe for target 'common/CMakeFiles/pcbcommon.dir/__/pcbnew/connectivity_algo.cpp.o' failed
make[3]: *** [common/CMakeFiles/pcbcommon.dir/__/pcbnew/connectivity_algo.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
CMakeFiles/Makefile2:520: recipe for target 'common/CMakeFiles/pcbcommon.dir/all' failed
make[2]: *** [common/CMakeFiles/pcbcommon.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 64%] Built target common
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

References