See <http://ci.kicad-pcb.org/job/kicad-qa/4607/display/redirect?page=changes>
Changes: [jeff] Make esc dismiss net and layer selector popups. [jeff] Clean up file locations and names. [jeff] Don't start dragging until Update PCB dialog has been closed. [jeff] Select assigned footprint in right panel. ------------------------------------------ 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 dd9b0c2dc68f8e2f47d604d9e896a86a3656e753 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f dd9b0c2dc68f8e2f47d604d9e896a86a3656e753 Commit message: "Select assigned footprint in right panel." > git rev-list --no-walk e5ff4f8582b3dc3a47ead29379c8e9fc6ebd3ab5 # timeout=10 [kicad-qa] $ /bin/sh -xe /tmp/jenkins1035067880294988715.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 -- 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%] Built target page_layout_lexer_source_files [ 0%] 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 netlist_lexer_source_files [ 2%] Built target gal [ 2%] Built target pcb_plot_lexer_source_files -- Writing <http://ci.kicad-pcb.org/job/kicad-qa/ws/build/kicad_build_version.h> file with version: (6.0.0-rc1-dev-567-gdd9b0c2) [ 2%] [ 2%] Built target version_header Built target lib_table_lexer_source_files [ 2%] Built target pcb_lexer_source_files [ 5%] [ 5%] Built target kicad_3dsg [ 5%] Built target lib_dxf Built target polygon [ 5%] Built target specctra_lexer_source_files [ 47%] Built target bitmaps Scanning dependencies of target pcbcommon [ 47%] [ 47%] Building CXX object common/CMakeFiles/pcbcommon.dir/__/pcbnew/sel_layer.cpp.o Building CXX object common/CMakeFiles/pcbcommon.dir/widgets/net_selector.cpp.o Scanning dependencies of target common [ 47%] [ 47%] Building CXX object common/CMakeFiles/common.dir/dialogs/dialog_color_picker_base.cpp.o Building CXX object common/CMakeFiles/common.dir/dialogs/dialog_color_picker.cpp.o [ 47%] [ 47%] Building CXX object common/CMakeFiles/common.dir/widgets/layer_box_selector.cpp.o Building CXX object common/CMakeFiles/common.dir/widgets/color_swatch.cpp.o [ 47%] Building CXX object common/CMakeFiles/common.dir/build_version.cpp.o Linking CXX static library libpcbcommon.a <http://ci.kicad-pcb.org/job/kicad-qa/ws/common/widgets/layer_box_selector.cpp>: In member function ‘void LAYER_BOX_SELECTOR::onKeyDown(wxKeyEvent&)’: <http://ci.kicad-pcb.org/job/kicad-qa/ws/common/widgets/layer_box_selector.cpp>:169:59: error: ‘IsPopupShown’ was not declared in this scope if( aEvent.GetKeyCode() == WXK_ESCAPE && IsPopupShown() ) ^ common/CMakeFiles/common.dir/build.make:892: recipe for target 'common/CMakeFiles/common.dir/widgets/layer_box_selector.cpp.o' failed make[3]: *** [common/CMakeFiles/common.dir/widgets/layer_box_selector.cpp.o] Error 1 make[3]: *** Waiting for unfinished jobs.... CMakeFiles/Makefile2:240: recipe for target 'common/CMakeFiles/common.dir/all' failed make[2]: *** [common/CMakeFiles/common.dir/all] Error 2 make[2]: *** Waiting for unfinished jobs.... [ 53%] Built target pcbcommon 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:610: recipe for target 'pcbnew_python_module' failed make: *** [pcbnew_python_module] Error 2 Build step 'Execute shell' marked build as failure _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

