See <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/2373/display/redirect?page=changes>
Changes: [tomasz.wlostowski] poly2tri: throw exceptions instead of crashing on non-supported polygons [tomasz.wlostowski] PROGRESS_REPORTER: KeepRefreshing shouldn't block on non-OpenMP systems [tomasz.wlostowski] Fixed zone filling crash & thermal stubs inconsistency ------------------------------------------ Started by upstream project "linux-kicad-full-gcc-head" build number 2627 originally caused by: Started by upstream project "any-kicad-mirror-head" build number 1347 originally caused by: Started by remote host 91.189.89.26 with note: Something was pushed to the launchpad repo Building remotely on fedora21 (hugo fedora linux) in workspace <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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 eed924fe45e85707a3032466c76fd2289881c325 (refs/remotes/origin/master) Commit message: "Fixed zone filling crash & thermal stubs inconsistency" > git config core.sparsecheckout # timeout=10 > git checkout -f eed924fe45e85707a3032466c76fd2289881c325 > git rev-list c18b638c177bf4003aaf960d6fd30092f1f6f2d7 # timeout=10 [kicad-noscript-fedora20] $ /bin/sh -xe /tmp/jenkins8231978424422606850.sh + OPTS=' -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=OFF -DKICAD_SCRIPTING=OFF -DKICAD_SCRIPTING_MODULES=OFF -DKICAD_SCRIPTING_WXPYTHON=OFF -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0 -DKICAD_USE_WEBKIT=OFF -DKICAD_SKIP_BOOST=YES' + '[' -d build ']' + cd build + /usr/bin/cmake .. -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=OFF -DKICAD_SCRIPTING=OFF -DKICAD_SCRIPTING_MODULES=OFF -DKICAD_SCRIPTING_WXPYTHON=OFF -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0 -DKICAD_USE_WEBKIT=OFF -DKICAD_SKIP_BOOST=YES -- Kicad install dir: </usr/local> -- Check for installed GLEW -- found -- Boost version: 1.55.0 -- 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-noscript-fedora20/ws/build> + rm -f pcbnew/scripting/pcbnewPYTHON_wrap.cxx.o + rm -f pcbnew/scripting/pcbnewPYTHON_wrap.cxx + nice make -j2 [ 0%] Built target page_layout_lexer_source_files [ 30%] Built target bitmaps [ 31%] Generating version string header -- Using Git to determine build version string. -- Found Git: /usr/bin/git (found version "2.1.0") -- Git hash: eed924fe45e85707a3032466c76fd2289881c325 -- Git branch: HEAD -- Writing <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/build/kicad_build_version.h> file with version: (2017-12-14 revision eed924f)-HEAD [ 31%] Built target version_header [ 31%] Built target netlist_lexer_source_files [ 31%] Built target lib_table_lexer_source_files [ 31%] Built target pcb_lexer_source_files Scanning dependencies of target gal [ 31%] Building CXX object common/CMakeFiles/gal.dir/gal/opengl/opengl_gal.cpp.o [ 31%] Built target pcb_plot_lexer_source_files [ 31%] Building CXX object common/CMakeFiles/gal.dir/gal/cairo/cairo_gal.cpp.o [ 32%] Built target kicad_3dsg Scanning dependencies of target polygon [ 32%] Building CXX object polygon/CMakeFiles/polygon.dir/PolyLine.cpp.o Linking CXX static library libgal.a [ 32%] Building CXX object polygon/CMakeFiles/polygon.dir/polygon_test_point_inside.cpp.o [ 34%] Built target gal [ 34%] Built target cmp_library_lexer_source_files [ 34%] Built target dialog_bom_cfg_lexer_source_files [ 34%] Built target field_template_lexer_source_files [ 35%] Built target lib_dxf [ 35%] Building CXX object polygon/CMakeFiles/polygon.dir/poly2tri/sweep/sweep.cc.o [ 35%] Building CXX object polygon/CMakeFiles/polygon.dir/poly2tri/sweep/sweep_context.cc.o [ 35%] Built target idf3 [ 35%] Built target specctra_lexer_source_files [ 35%] Built target potrace [ 35%] Built target pcb_calculator_lexer_source_files [ 35%] Building CXX object polygon/CMakeFiles/polygon.dir/poly2tri/sweep/cdt.cc.o [ 35%] Building CXX object polygon/CMakeFiles/polygon.dir/poly2tri/sweep/advancing_front.cc.o [ 35%] Built target s3d_plugin_idf [ 36%] Building CXX object polygon/CMakeFiles/polygon.dir/poly2tri/common/shapes.cc.o <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/polygon/poly2tri/sweep/advancing_front.cc>: In constructor ‘p2t::AdvancingFront::AdvancingFront(p2t::Node&, p2t::Node&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/polygon/poly2tri/sweep/advancing_front.cc>:35:54: warning: declaration of ‘tail’ shadows a member of 'this' [-Wshadow] AdvancingFront::AdvancingFront(Node& head, Node& tail) ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/polygon/poly2tri/sweep/advancing_front.cc>:35:54: warning: declaration of ‘head’ shadows a member of 'this' [-Wshadow] <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/polygon/poly2tri/common/shapes.cc>: In member function ‘void p2t::Triangle::MarkNeighbor(p2t::Point*, p2t::Point*, p2t::Triangle*)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/polygon/poly2tri/common/shapes.cc>:56:11: error: ‘invalid_argument’ is not a member of ‘std’ throw std::invalid_argument("Polygon contains overlapping hole vertices."); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/polygon/poly2tri/common/shapes.cc>: In member function ‘void p2t::Triangle::Legalize(p2t::Point&, p2t::Point&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/polygon/poly2tri/common/shapes.cc>:154:13: error: ‘invalid_argument’ is not a member of ‘std’ throw std::invalid_argument("Polygon contains overlapping hole vertices."); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/polygon/poly2tri/common/shapes.cc>: In member function ‘int p2t::Triangle::Index(const p2t::Point*)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/polygon/poly2tri/common/shapes.cc>:167:9: error: ‘invalid_argument’ is not a member of ‘std’ throw std::invalid_argument("Polygon contains overlapping hole vertices."); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/polygon/poly2tri/common/shapes.cc>: In member function ‘p2t::Point* p2t::Triangle::PointCW(p2t::Point&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/polygon/poly2tri/common/shapes.cc>:227:9: error: ‘invalid_argument’ is not a member of ‘std’ throw std::invalid_argument("Polygon contains overlapping hole vertices."); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/polygon/poly2tri/common/shapes.cc>: In member function ‘p2t::Point* p2t::Triangle::PointCCW(p2t::Point&)’: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/polygon/poly2tri/common/shapes.cc>:241:9: error: ‘invalid_argument’ is not a member of ‘std’ throw std::invalid_argument("Polygon contains overlapping hole vertices."); ^ polygon/CMakeFiles/polygon.dir/build.make:238: recipe for target 'polygon/CMakeFiles/polygon.dir/poly2tri/common/shapes.cc.o' failed make[2]: *** [polygon/CMakeFiles/polygon.dir/poly2tri/common/shapes.cc.o] Error 1 CMakeFiles/Makefile2:1480: recipe for target 'polygon/CMakeFiles/polygon.dir/all' failed make[1]: *** [polygon/CMakeFiles/polygon.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 38%] Built target s3d_plugin_vrml Makefile:137: recipe for target 'all' failed make: *** [all] 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

