Skip to content

Instantly share code, notes, and snippets.

@JohnOCFII
Created March 22, 2023 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnOCFII/2d7f5872f855258f113546f3af1dd29e to your computer and use it in GitHub Desktop.
Save JohnOCFII/2d7f5872f855258f113546f3af1dd29e to your computer and use it in GitHub Desktop.
Successful FreeCAD Build integrated with VSCode
[main] Building folder: FreeCAD
[proc] Executing command: /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/bin/cmake --version
[main] Configuring project: FreeCAD
[proc] Executing command: /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/bin/cmake --no-warn-unused-cli -DBUILD_WITH_CONDA:BOOL:STRING=ON -DBUILD_FEM_NETGEN:BOOL:STRING=ON -DFREECAD_USE_PYBIND11:BOOL:STRING=ON -DFREECAD_USE_EXTERNAL_SMESH:BOOL:STRING=ON -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_C_COMPILER:FILEPATH=/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/bin/clang -DCMAKE_CXX_COMPILER:FILEPATH=/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/bin/clang++ -S/Users/osh/Documents/Dev/FreeCAD -B/Users/osh/Documents/Dev/FreeCAD/build -G Ninja
[cmake] Not searching for unused variables given on the command line.
[cmake] -- Compiler: Clang, version: 15.0.7
[cmake] -- Force BOOST_PP_VARIADICS=1 for clang
[cmake] -- prefix: /usr/local
[cmake] -- bindir: bin
[cmake] -- datadir: share
[cmake] -- docdir: share/doc/FreeCAD
[cmake] -- includedir: include
[cmake] -- libdir: lib
[cmake] -- cmake: 3.26.0
[cmake] -- Compiling with Qt 5
[cmake] -- Checking for connection to GitHub...
[cmake] -- GitHub connection established for FetchContent
[cmake] -- Module support is disabled.
[cmake] -- Version: 9.1.0
[cmake] -- Build type: Debug
[cmake] -- CXX_STANDARD: 17
[cmake] -- Required features: cxx_variadic_templates
[cmake] -- fmt was downloaded using FetchContent into /Users/osh/Documents/Dev/FreeCAD/build/_deps/fmt-src
[cmake] -- Found pybind11: /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include (found version "2.10.4")
[cmake] -- PyCXX found:
[cmake] -- Headers: /Users/osh/Documents/Dev/FreeCAD/src
[cmake] -- Sources: /Users/osh/Documents/Dev/FreeCAD/src/CXX
[cmake] -- Version: 7.1.7
[cmake] -- -- Found OCE/OpenCASCADE version: 7.6.3
[cmake] -- -- OCE/OpenCASCADE include directory: /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade
[cmake] -- -- OCE/OpenCASCADE shared libraries directory: /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/lib
[cmake] -- Found OpenGL: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework
[cmake] CMake Deprecation Warning at .conda/freecad/lib/cmake/vtk-9.2/vtk-config.cmake:75 (message):
[cmake] The new name for the 'vtkCommonCore' component is 'CommonCore'
[cmake] Call Stack (most recent call first):
[cmake] cMake/FreeCAD_Helpers/SetupSalomeSMESH.cmake:29 (find_package)
[cmake] CMakeLists.txt:60 (SetupSalomeSMESH)
[cmake]
[cmake]
[cmake] -- VTK components: CommonCore;CommonDataModel;FiltersVerdict;IOXML;FiltersCore;FiltersGeneral;IOLegacy;FiltersExtraction;FiltersSources;FiltersGeometry;hdf5;FiltersParallelDIY2;RenderingCore;InteractionStyle;RenderingFreeType;RenderingOpenGL2
[cmake] -- Found OpenGL: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework found components: OpenGL
[cmake] -- HDF5 C compiler wrapper is unable to compile a minimal HDF5 program.
[cmake] -- Found Eigen3: /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3 (found version "3.4.0")
[cmake] -- Found Netgen: /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/lib/cmake/netgen
[cmake] -- Performing Test CSTDIO_INCLUDE_TRY1
[cmake] -- Performing Test CSTDIO_INCLUDE_TRY1 - Success
[cmake] -- Found NETGEN version 6.2, calculated: 396030
[cmake] -- Set up to compile with Qt 5.15.8
[cmake] -- Could NOT find Spnav (missing: SPNAV_LIBRARY SPNAV_INCLUDE_DIR)
[cmake] -- Shiboken2Config: Using default python: .cpython-311-darwin
[cmake] -- SHIBOKEN_PYTHON_INCLUDE_DIRS computed to value: '/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/python3.11'
[cmake] -- SHIBOKEN_PYTHON_LIBRARIES computed to value: '-undefined dynamic_lookup'
[cmake] -- libshiboken built for Release
[cmake] -- PYTHON_CONFIG_SUFFIX: .cpython-311-darwin
[cmake] -- libshiboken built for Release
[cmake] -- PySide 5.15.8 Python module found at /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/lib/python3.11/site-packages/PySide2.
[cmake]
[cmake] -- Found Matplotlib: /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/lib/python3.11/site-packages/matplotlib (found version "3.7.1")
[cmake] -- Platform is 64-bit, set -D_OCC64
[cmake] -- [E57] Revison ID: E57Format-2.2.1-arm64-darwin
[cmake] -- [E57] Building static library
[cmake] -- area module (for Path Workbench) will be installed to: lib
[cmake] -- Performing Test _flag_found
[cmake] -- Performing Test _flag_found - Success
[cmake] -- Performing Test _flag_found
[cmake] -- Performing Test _flag_found - Success
[cmake]
[cmake] ==============
[cmake] System
[cmake] ==============
[cmake]
[cmake]
[cmake] ==============
[cmake] Config
[cmake] ==============
[cmake]
[cmake]
[cmake] ==============
[cmake] Libraries
[cmake] ==============
[cmake]
[cmake] -- bindir: bin
[cmake] -- BLAS: -undefined-
[cmake] -- CMAKE_VERSION: 3.26.0
[cmake] -- Compiler: /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/bin/clang++ (15.0.7)
[cmake] -- datadir: share
[cmake] -- docdir: share/doc/FreeCAD
[cmake] -- includedir: include
[cmake] -- libdir: lib
[cmake] -- prefix: /usr/local
[cmake] -- Python: 3.11.0 [/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/bin/python3.11] Suffix: [.cpython-311-darwin]
[cmake] -- BUILD_FEM: ON
[cmake] -- BUILD_GUI: ON
[cmake] -- BUILD_SMESH: ON
[cmake] -- BUILD_START: ON
[cmake] -- BUILD_TECHDRAW: ON
[cmake] -- BUILD_TEST: ON
[cmake] -- BUILD_VR: OFF
[cmake] -- BUILD_WEB: ON
[cmake] -- CMAKE_BUILD_TYPE: Debug
[cmake] -- CMAKE_CXX_FLAGS: -Wall -Wextra -Wpedantic -Wno-write-strings -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -stdlib=libc++ -fvisibility-inlines-hidden -fmessage-length=0 -isystem /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include -Wno-undefined-var-template
[cmake] -- CMAKE_CXX_STANDARD: 17
[cmake] -- CMAKE_INSTALL_PREFIX: /usr/local
[cmake] -- CMAKE_PREFIX_PATH: OFF
[cmake] -- FREECAD_CREATE_MAC_APP: OFF
[cmake] -- FREECAD_LIBPACK_USE: OFF
[cmake] -- FREECAD_QT_VERSION: Auto
[cmake] -- FREECAD_USE_EXTERNAL_KDL: OFF
[cmake] -- FREECAD_USE_EXTERNAL_SMESH: ON
[cmake] -- FREECAD_USE_FREETYPE: ON
[cmake] -- FREECAD_USE_PYBIND11: ON
[cmake] -- PYTHON_EXECUTABLE: /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/bin/python3.11
[cmake] -- PYTHON_LIBRARY: /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/lib/libpython3.11.dylib
[cmake] -- USE_CUDA: -undefined-
[cmake] -- USE_OPENCV: -undefined-
[cmake]
[cmake] =================================================
[cmake] Now run 'cmake --build /Users/osh/Documents/Dev/FreeCAD/build' to build FreeCAD
[cmake] =================================================
[cmake]
[cmake] -- Boost: 1.78.0
[cmake] -- Coin3D: 4.0.0 [/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/lib/libCoin.dylib] [/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include]
[cmake] -- Coin3D_DOC: not found
[cmake] -- DesignerPlugin: not built (BUILD_DESIGNER_PLUGIN is OFF)
[cmake] -- Doxygen: 1.9.5 Language: English
[cmake] -- Eigen3: 3.4.0
[cmake] -- fmt: Sources downloaded to /Users/osh/Documents/Dev/FreeCAD/build/_deps/fmt-src
[cmake] -- Freetype: 2.12.1
[cmake] -- Matplotlib: 3.7.1 PathDirs: /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/lib/python3.11/site-packages/matplotlib
[cmake] -- NETGEN: 6.2.2302 (6.2.2302) [-DNO_PARALLEL_THREADS;-DOCCGEOMETRY;-DNETGEN_VERSION=396030] [] [/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/netgen/include;/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/netgen] [nglib] [/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/netgen/include;/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/netgen]
[cmake] -- OCC: 7.6.3 [/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/lib] [/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade]
[cmake] -- OCC_Libs: [TKFillet;TKMesh;TKernel;TKG2d;TKG3d;TKMath;TKIGES;TKSTL;TKShHealing;TKXSBase;TKBool;TKBO;TKBRep;TKTopAlgo;TKGeomAlgo;TKGeomBase;TKOffset;TKPrim;TKSTEPBase;TKSTEPAttr;TKSTEP209;TKSTEP;TKHLR;TKFeat]
[cmake] -- OpenGL_Lib: [/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework]
[cmake] -- OpenGLU_Incl: [/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework]
[cmake] -- OpenGLU_Lib: [/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework]
[cmake] -- pivy: 0.6.8
[cmake] -- pybind11: 2.10.4
[cmake] -- PYCXX: 7.1.7 Incl: /Users/osh/Documents/Dev/FreeCAD/src Src:/Users/osh/Documents/Dev/FreeCAD/src/CXX
[cmake] -- PySide: 5.15.8 [/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/PySide2]
[cmake] -- PySideTools: v: 2 uic: [/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/bin/uic] rcc: [/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/bin/rcc]
[cmake] -- QtConcurrent: 5.15.8
[cmake] -- QtCore: 5.15.8
[cmake] -- QtNetwork: 5.15.8
[cmake] -- QtOpenGL: 5.15.8
[cmake] -- QtPrintSupport: 5.15.8
[cmake] -- QtSvg: 5.15.8
[cmake] -- QtUiTools: 5.15.8
[cmake] -- QtWebEngineWidgets: 5.15.8
[cmake] -- QtWidgets: 5.15.8
[cmake] -- QtXml: 5.15.8
[cmake] -- Rift: not enabled (BUILD_VR)
[cmake] -- Shiboken: 5.15.8 [/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/shiboken2;/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/python3.11]
[cmake] -- SMESH: 9.8.0.2
[cmake] -- SPNAV: not found
[cmake] -- SWIG: 4.1.1
[cmake] -- XercesC: 3.2.4 [/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/lib/libxerces-c.dylib] [/Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include]
[cmake] -- ZLIB: 1.2.13
[cmake] -- Configuring done (4.3s)
[cmake] -- Generating done (0.6s)
[cmake] -- Build files have been written to: /Users/osh/Documents/Dev/FreeCAD/build
[build] Starting build
[proc] Executing command: /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/bin/cmake --build /Users/osh/Documents/Dev/FreeCAD/build --config Debug --target all --
[build] [12/3102 0% :: 0.410] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/Addon.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/Addon.py
[build] [13/3102 0% :: 0.411] Copying /Users/osh/Documents/Dev/FreeCAD/src/3rdParty/lazy_loader/lazy_loader.py to /Users/osh/Documents/Dev/FreeCAD/build/Ext/lazy_loader/lazy_loader.py
[build] [14/3102 0% :: 0.413] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/add_toolbar_button_dialog.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/add_toolbar_button_dialog.ui
[build] [15/3102 0% :: 0.413] Copying /Users/osh/Documents/Dev/FreeCAD/src/3rdParty/lazy_loader/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Ext/lazy_loader/__init__.py
[build] [16/3102 0% :: 0.415] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManager.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManager.py
[build] [17/3102 0% :: 0.415] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManager.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManager.ui
[build] [18/3102 0% :: 0.417] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_connection_checker.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_connection_checker.py
[build] [19/3102 0% :: 0.417] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_dependency_installer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_dependency_installer.py
[build] [20/3102 0% :: 0.437] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_devmode_add_content.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_devmode_add_content.py
[build] [21/3102 0% :: 0.440] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_devmode_license_selector.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_devmode_license_selector.py
[build] [22/3102 0% :: 0.440] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_devmode.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_devmode.py
[build] [23/3102 0% :: 0.442] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_devmode_people_table.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_devmode_people_table.py
[build] [24/3102 0% :: 0.444] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_devmode_licenses_table.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_devmode_licenses_table.py
[build] [25/3102 0% :: 0.445] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_devmode_metadata_checker.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_devmode_metadata_checker.py
[build] [26/3102 0% :: 0.446] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_devmode_person_editor.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_devmode_person_editor.py
[build] [27/3102 0% :: 0.450] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_devmode_predictor.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_devmode_predictor.py
[build] [28/3102 0% :: 0.466] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_firstrun.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_firstrun.py
[build] [29/3102 0% :: 0.471] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_freecad_interface.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_freecad_interface.py
[build] [30/3102 0% :: 0.472] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_git.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_git.py
[build] [31/3102 0% :: 0.474] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_installer_gui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_installer_gui.py
[build] [32/3102 0% :: 0.475] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_macro.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_macro.py
[build] [33/3102 0% :: 0.478] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_macro_parser.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_macro_parser.py
[build] [34/3102 0% :: 0.479] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_installer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_installer.py
[build] [35/3102 0% :: 0.482] Automatic MOC and UIC for target E57Format
[build] [36/3101 0% :: 0.496] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_metadata.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_metadata.py
[build] [37/3101 0% :: 0.499] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_update_all_gui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_update_all_gui.py
[build] [38/3101 0% :: 0.501] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_uninstaller.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_uninstaller.py
[build] [39/3101 0% :: 0.502] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_uninstaller_gui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_uninstaller_gui.py
[build] [40/3101 0% :: 0.506] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_utilities.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_utilities.py
[build] [41/3101 0% :: 0.506] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_workers_installation.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_workers_installation.py
[build] [42/3101 0% :: 0.507] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_devmode_validators.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_devmode_validators.py
[build] [43/3101 1% :: 0.516] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_workers_startup.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_workers_startup.py
[build] [44/3101 1% :: 0.528] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/addonmanager_workers_utility.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/addonmanager_workers_utility.py
[build] [45/3101 1% :: 0.529] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerOptions.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerOptions.py
[build] [46/3101 1% :: 0.531] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerOptions.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerOptions.ui
[build] [47/3101 1% :: 0.533] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerOptions_AddCustomRepository.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerOptions_AddCustomRepository.ui
[build] [48/3101 1% :: 0.533] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/ALLOWED_PYTHON_PACKAGES.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/ALLOWED_PYTHON_PACKAGES.txt
[build] [49/3101 1% :: 0.534] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/change_branch.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/change_branch.py
[build] [50/3101 1% :: 0.535] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/change_branch.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/change_branch.ui
[build] [51/3101 1% :: 0.547] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/compact_view.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/compact_view.py
[build] [52/3101 1% :: 0.549] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/developer_mode.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/developer_mode.ui
[build] [53/3101 1% :: 0.550] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/dependency_resolution_dialog.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/dependency_resolution_dialog.ui
[build] [54/3101 1% :: 0.552] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/developer_mode_advanced_freecad_versions.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/developer_mode_advanced_freecad_versions.ui
[build] [55/3101 1% :: 0.553] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/developer_mode_add_content.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/developer_mode_add_content.ui
[build] [56/3101 1% :: 0.555] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/developer_mode_dependencies.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/developer_mode_dependencies.ui
[build] [57/3101 1% :: 0.558] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/developer_mode_copyright_info.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/developer_mode_copyright_info.ui
[build] [58/3101 1% :: 0.562] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/developer_mode_edit_dependency.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/developer_mode_edit_dependency.ui
[build] [59/3101 1% :: 0.571] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/developer_mode_freecad_versions.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/developer_mode_freecad_versions.ui
[build] [60/3101 1% :: 0.573] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/developer_mode_license.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/developer_mode_license.ui
[build] [61/3101 1% :: 0.576] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/developer_mode_licenses_table.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/developer_mode_licenses_table.ui
[build] [62/3101 1% :: 0.577] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/developer_mode_people.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/developer_mode_people.ui
[build] [63/3101 1% :: 0.579] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/developer_mode_people_table.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/developer_mode_people_table.ui
[build] [64/3101 1% :: 0.583] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/developer_mode_select_from_list.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/developer_mode_select_from_list.ui
[build] [65/3101 1% :: 0.586] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/developer_mode_tags.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/developer_mode_tags.ui
[build] [66/3101 1% :: 0.588] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/expanded_view.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/expanded_view.py
[build] [67/3101 1% :: 0.595] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/first_run.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/first_run.ui
[build] [68/3101 1% :: 0.596] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/Init.py
[build] [69/3101 1% :: 0.597] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/install_to_toolbar.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/install_to_toolbar.py
[build] [70/3101 1% :: 0.599] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/loading.html to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/loading.html
[build] [71/3101 1% :: 0.603] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/InitGui.py
[build] [72/3101 1% :: 0.621] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/manage_python_dependencies.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/manage_python_dependencies.py
[build] [73/3101 1% :: 0.622] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/NetworkManager.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/NetworkManager.py
[build] [74/3101 2% :: 0.624] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/package_details.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/package_details.py
[build] [75/3101 2% :: 0.630] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/select_toolbar_dialog.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/select_toolbar_dialog.ui
[build] [76/3101 2% :: 0.630] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/update_all.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/update_all.ui
[build] [77/3101 2% :: 0.632] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/package_list.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/package_list.py
[build] [78/3101 2% :: 0.634] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/PythonDependencyUpdateDialog.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/PythonDependencyUpdateDialog.ui
[build] [79/3101 2% :: 0.639] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/TestAddonManagerApp.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/TestAddonManagerApp.py
[build] [80/3101 2% :: 0.645] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/TestAddonManagerGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/TestAddonManagerGui.py
[build] [81/3101 2% :: 0.645] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/__init__.py
[build] [82/3101 2% :: 0.650] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/test_information.md to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/test_information.md
[build] [83/3101 2% :: 0.651] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/app/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/app/__init__.py
[build] [84/3101 2% :: 0.654] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/app/mocks.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/app/mocks.py
[build] [85/3101 2% :: 0.654] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/app/test_addon.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/app/test_addon.py
[build] [86/3101 2% :: 0.659] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/app/test_dependency_installer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/app/test_dependency_installer.py
[build] [87/3101 2% :: 0.664] Copying /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/AddonManager/AddonManager_rc.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManager_rc.py
[build] [88/3101 2% :: 0.666] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/app/test_freecad_interface.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/app/test_freecad_interface.py
[build] [89/3101 2% :: 0.666] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/app/test_git.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/app/test_git.py
[build] [90/3101 2% :: 0.672] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/app/test_installer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/app/test_installer.py
[build] [91/3101 2% :: 0.674] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/app/test_macro.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/app/test_macro.py
[build] [92/3101 2% :: 0.676] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/app/test_metadata.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/app/test_metadata.py
[build] [93/3101 2% :: 0.678] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/app/test_macro_parser.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/app/test_macro_parser.py
[build] [94/3101 2% :: 0.680] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/app/test_utilities.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/app/test_utilities.py
[build] [95/3101 2% :: 0.683] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/app/test_uninstaller.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/app/test_uninstaller.py
[build] [96/3101 2% :: 0.684] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/__init__.py
[build] [97/3101 2% :: 0.687] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/addon_update_stats.json to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/addon_update_stats.json
[build] [98/3101 2% :: 0.695] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/corrupted_metadata.zip to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/corrupted_metadata.zip
[build] [99/3101 2% :: 0.697] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/combination.xml to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/combination.xml
[build] [100/3101 2% :: 0.699] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/bad_macro_metadata.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/bad_macro_metadata.FCStd
[build] [101/3101 2% :: 0.701] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/depends_on_all_workbenches.xml to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/depends_on_all_workbenches.xml
[build] [102/3101 2% :: 0.702] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/git_submodules.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/git_submodules.txt
[build] [103/3101 2% :: 0.703] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/DoNothing.FCMacro to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/DoNothing.FCMacro
[build] [104/3101 2% :: 0.704] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/good_macro_metadata.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/good_macro_metadata.FCStd
[build] [105/3101 3% :: 0.704] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/good_package.xml to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/good_package.xml
[build] [106/3101 3% :: 0.708] Linking CXX static library src/3rdParty/libE57Format/libE57Format-d.a
[build] [107/3101 3% :: 0.716] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/icon_cache.zip to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/icon_cache.zip
[build] [108/3101 3% :: 0.719] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/icon_cache.zip.sha1 to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/icon_cache.zip.sha1
[build] [109/3101 3% :: 0.719] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/macro_only.xml to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/macro_only.xml
[build] [110/3101 3% :: 0.721] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/macro_template.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/macro_template.FCStd
[build] [111/3101 3% :: 0.721] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/MacrosRecipesWikiPage.zip to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/MacrosRecipesWikiPage.zip
[build] [112/3101 3% :: 0.723] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/missing_macro_metadata.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/missing_macro_metadata.FCStd
[build] [113/3101 3% :: 0.724] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/prefpack_only.xml to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/prefpack_only.xml
[build] [114/3101 3% :: 0.725] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/metadata.zip to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/metadata.zip
[build] [115/3101 3% :: 0.726] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/test_addon_with_fcmacro.zip to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/test_addon_with_fcmacro.zip
[build] [116/3101 3% :: 0.739] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/test_github_style_repo.zip to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/test_github_style_repo.zip
[build] [117/3101 3% :: 0.739] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/test_version_detection.xml to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/test_version_detection.xml
[build] [118/3101 3% :: 0.739] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/test_repo.zip to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/test_repo.zip
[build] [119/3101 3% :: 0.740] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/test_simple_repo.zip to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/test_simple_repo.zip
[build] [120/3101 3% :: 0.740] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/TestWorkbench.zip to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/TestWorkbench.zip
[build] [121/3101 3% :: 0.742] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/gui/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/gui/__init__.py
[build] [122/3101 3% :: 0.743] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/data/workbench_only.xml to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/data/workbench_only.xml
[build] [123/3101 3% :: 0.766] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/gui/gui_mocks.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/gui/gui_mocks.py
[build] [124/3101 3% :: 0.767] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/gui/test_gui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/gui/test_gui.py
[build] [125/3101 3% :: 0.769] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/gui/test_installer_gui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/gui/test_installer_gui.py
[build] [126/3101 3% :: 0.770] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/gui/test_update_all_gui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/gui/test_update_all_gui.py
[build] [127/3101 3% :: 0.772] Generating version_check
[build] git
[build] /Users/osh/Documents/Dev/FreeCAD/build/src/Build/Version.h.out written
[build] [128/3101 3% :: 0.772] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/gui/test_uninstaller_gui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/gui/test_uninstaller_gui.py
[build] [129/3101 3% :: 0.772] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/gui/test_workers_startup.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/gui/test_workers_startup.py
[build] [130/3101 3% :: 0.773] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/AddonManager/AddonManagerTest/gui/test_workers_utility.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/AddonManager/AddonManagerTest/gui/test_workers_utility.py
[build] [131/3101 3% :: 0.774] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/InitGui.py
[build] [132/3101 3% :: 0.774] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/Init.py
[build] [133/3101 3% :: 0.790] Generating Version.h
[build] [134/3101 3% :: 0.792] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchComponent.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchComponent.py
[build] [135/3101 3% :: 0.794] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchIFC.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchIFC.py
[build] [136/3101 4% :: 0.795] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchIFCView.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchIFCView.py
[build] [137/3101 4% :: 0.796] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchIFCSchema.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchIFCSchema.py
[build] [138/3101 4% :: 0.797] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/importIFC.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/importIFC.py
[build] [139/3101 4% :: 0.797] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/importIFClegacy.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/importIFClegacy.py
[build] [140/3101 4% :: 0.798] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchProject.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchProject.py
[build] [141/3101 4% :: 0.799] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchWall.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchWall.py
[build] [142/3101 4% :: 0.800] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/importIFCHelper.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/importIFCHelper.py
[build] [143/3101 4% :: 0.818] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/importIFCmulticore.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/importIFCmulticore.py
[build] [144/3101 4% :: 0.820] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/exportIFCHelper.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/exportIFCHelper.py
[build] [145/3101 4% :: 0.822] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchBuilding.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchBuilding.py
[build] [146/3101 4% :: 0.823] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchSite.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchSite.py
[build] [147/3101 4% :: 0.826] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/Arch.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/Arch.py
[build] [148/3101 4% :: 0.827] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchFloor.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchFloor.py
[build] [149/3101 4% :: 0.827] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchCommands.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchCommands.py
[build] [150/3101 4% :: 0.829] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchSectionPlane.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchSectionPlane.py
[build] [151/3101 4% :: 0.829] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchStructure.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchStructure.py
[build] [152/3101 4% :: 0.829] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/importDAE.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/importDAE.py
[build] [153/3101 4% :: 0.847] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/importOBJ.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/importOBJ.py
[build] [154/3101 4% :: 0.848] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchWindowPresets.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchWindowPresets.py
[build] [155/3101 4% :: 0.848] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchAxis.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchAxis.py
[build] [156/3101 4% :: 0.848] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchWindow.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchWindow.py
[build] [157/3101 4% :: 0.855] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchGrid.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchGrid.py
[build] [158/3101 4% :: 0.855] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchAxisSystem.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchAxisSystem.py
[build] [159/3101 4% :: 0.856] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchVRM.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchVRM.py
[build] [160/3101 4% :: 0.856] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchStairs.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchStairs.py
[build] [161/3101 4% :: 0.858] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/importWebGL.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/importWebGL.py
[build] [162/3101 4% :: 0.868] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchRoof.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchRoof.py
[build] [163/3101 4% :: 0.871] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/importJSON.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/importJSON.py
[build] [164/3101 4% :: 0.873] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchSpace.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchSpace.py
[build] [165/3101 4% :: 0.874] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchRebar.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchRebar.py
[build] [166/3101 4% :: 0.876] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/TestArch.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/TestArch.py
[build] [167/3101 5% :: 0.879] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchPanel.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchPanel.py
[build] [168/3101 5% :: 0.879] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchEquipment.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchEquipment.py
[build] [169/3101 5% :: 0.879] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchFrame.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchFrame.py
[build] [170/3101 5% :: 0.882] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchCutPlane.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchCutPlane.py
[build] [171/3101 5% :: 0.885] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchMaterial.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchMaterial.py
[build] [172/3101 5% :: 0.896] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchSchedule.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchSchedule.py
[build] [173/3101 5% :: 0.897] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchProfile.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchProfile.py
[build] [174/3101 5% :: 0.897] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchPrecast.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchPrecast.py
[build] [175/3101 5% :: 0.899] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/importSH3D.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/importSH3D.py
[build] [176/3101 5% :: 0.899] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/import3DS.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/import3DS.py
[build] [177/3101 5% :: 0.900] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchNesting.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchNesting.py
[build] [178/3101 5% :: 0.901] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchPipe.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchPipe.py
[build] [179/3101 5% :: 0.902] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchReference.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchReference.py
[build] [180/3101 5% :: 0.903] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchBuildingPart.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchBuildingPart.py
[build] [181/3101 5% :: 0.917] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchFence.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchFence.py
[build] [182/3101 5% :: 0.917] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/OfflineRenderingUtils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/OfflineRenderingUtils.py
[build] [183/3101 5% :: 0.917] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/exportIFC.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/exportIFC.py
[build] [184/3101 5% :: 0.919] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchTruss.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchTruss.py
[build] [185/3101 5% :: 0.920] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ArchCurtainWall.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ArchCurtainWall.py
[build] [186/3101 5% :: 0.920] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/importSHP.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/importSHP.py
[build] [187/3101 5% :: 0.922] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ifc_viewproviders.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ifc_viewproviders.py
[build] [188/3101 5% :: 0.924] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/ifc_objects.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/ifc_objects.py
[build] [189/3101 5% :: 0.924] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/exportIFCStructuralTools.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/exportIFCStructuralTools.py
[build] [190/3101 5% :: 0.942] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/Dice3DS/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/Dice3DS/__init__.py
[build] [191/3101 5% :: 0.942] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/Dice3DS/util.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/Dice3DS/util.py
[build] [192/3101 5% :: 0.943] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/Dice3DS/dom3ds.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/Dice3DS/dom3ds.py
[build] [193/3101 5% :: 0.943] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/Presets/profiles.csv to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Arch/Presets/profiles.csv
[build] [194/3101 5% :: 0.944] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/Presets/pset_definitions.csv to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Arch/Presets/pset_definitions.csv
[build] [195/3101 5% :: 0.946] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/Presets/ifc_products_IFC2X3.json to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Arch/Presets/ifc_products_IFC2X3.json
[build] [196/3101 5% :: 0.946] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/Presets/ifc_products_IFC4.json to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Arch/Presets/ifc_products_IFC4.json
[build] [197/3101 5% :: 0.946] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/Presets/ifc_types_IFC2X3.json to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Arch/Presets/ifc_types_IFC2X3.json
[build] [198/3101 6% :: 0.959] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/Presets/ifc_types_IFC4.json to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Arch/Presets/ifc_types_IFC4.json
[build] [199/3101 6% :: 0.962] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/Presets/ifc_contexts_IFC4.json to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Arch/Presets/ifc_contexts_IFC4.json
[build] [200/3101 6% :: 0.964] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/Resources/icons/ArchWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Arch/Resources/icons/ArchWorkbench.svg
[build] [201/3101 6% :: 0.964] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Arch/Presets/ifc_contexts_IFC2X3.json to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Arch/Presets/ifc_contexts_IFC2X3.json
[build] [202/3101 6% :: 0.964] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/Init.py
[build] [203/3101 6% :: 0.966] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/InitGui.py
[build] [204/3101 6% :: 0.966] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/DraftTools.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/DraftTools.py
[build] [205/3101 6% :: 0.972] Copying /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Arch/Arch_rc.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Arch/Arch_rc.py
[build] [206/3101 6% :: 0.979] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/Draft.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/Draft.py
[build] [207/3101 6% :: 0.981] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/DraftGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/DraftGui.py
[build] [208/3101 6% :: 0.983] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/DraftVecUtils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/DraftVecUtils.py
[build] [209/3101 6% :: 0.985] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/DraftGeomUtils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/DraftGeomUtils.py
[build] [210/3101 6% :: 0.985] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/WorkingPlane.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/WorkingPlane.py
[build] [211/3101 6% :: 0.986] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/TestDraft.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/TestDraft.py
[build] [212/3101 6% :: 0.986] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/importAirfoilDAT.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/importAirfoilDAT.py
[build] [213/3101 6% :: 0.987] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/TestDraftGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/TestDraftGui.py
[build] [214/3101 6% :: 0.988] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/importDXF.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/importDXF.py
[build] [215/3101 6% :: 1.003] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/importDWG.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/importDWG.py
[build] [216/3101 6% :: 1.004] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/importOCA.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/importOCA.py
[build] [217/3101 6% :: 1.004] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/importSVG.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/importSVG.py
[build] [218/3101 6% :: 1.004] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftgeoutils/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftgeoutils/__init__.py
[build] [219/3101 6% :: 1.006] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftgeoutils/general.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftgeoutils/general.py
[build] [220/3101 6% :: 1.007] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftgeoutils/intersections.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftgeoutils/intersections.py
[build] [221/3101 6% :: 1.008] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftgeoutils/sort_edges.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftgeoutils/sort_edges.py
[build] [222/3101 6% :: 1.009] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftgeoutils/faces.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftgeoutils/faces.py
[build] [223/3101 6% :: 1.009] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftgeoutils/edges.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftgeoutils/edges.py
[build] [224/3101 6% :: 1.009] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftgeoutils/geometry.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftgeoutils/geometry.py
[build] [225/3101 6% :: 1.023] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftgeoutils/geo_arrays.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftgeoutils/geo_arrays.py
[build] [226/3101 6% :: 1.023] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftgeoutils/arcs.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftgeoutils/arcs.py
[build] [227/3101 6% :: 1.026] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftgeoutils/wires.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftgeoutils/wires.py
[build] [228/3101 6% :: 1.027] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftgeoutils/fillets.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftgeoutils/fillets.py
[build] [229/3101 7% :: 1.029] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftgeoutils/circles.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftgeoutils/circles.py
[build] [230/3101 7% :: 1.029] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftgeoutils/circles_apollonius.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftgeoutils/circles_apollonius.py
[build] [231/3101 7% :: 1.030] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftgeoutils/linear_algebra.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftgeoutils/linear_algebra.py
[build] [232/3101 7% :: 1.033] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftgeoutils/offsets.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftgeoutils/offsets.py
[build] [233/3101 7% :: 1.034] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftgeoutils/cuboids.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftgeoutils/cuboids.py
[build] [234/3101 7% :: 1.034] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftgeoutils/circle_inversion.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftgeoutils/circle_inversion.py
[build] [235/3101 7% :: 1.043] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttests/auxiliary.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttests/auxiliary.py
[build] [236/3101 7% :: 1.044] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftgeoutils/circles_incomplete.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftgeoutils/circles_incomplete.py
[build] [237/3101 7% :: 1.044] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttests/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttests/__init__.py
[build] [238/3101 7% :: 1.045] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttests/test_import.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttests/test_import.py
[build] [239/3101 7% :: 1.047] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttests/test_import_gui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttests/test_import_gui.py
[build] [240/3101 7% :: 1.048] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttests/test_import_tools.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttests/test_import_tools.py
[build] [241/3101 7% :: 1.048] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttests/test_pivy.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttests/test_pivy.py
[build] [242/3101 7% :: 1.051] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttests/test_modification.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttests/test_modification.py
[build] [243/3101 7% :: 1.051] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttests/test_creation.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttests/test_creation.py
[build] [244/3101 7% :: 1.052] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttests/test_svg.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttests/test_svg.py
[build] [245/3101 7% :: 1.068] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttests/test_oca.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttests/test_oca.py
[build] [246/3101 7% :: 1.069] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttests/test_dxf.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttests/test_dxf.py
[build] [247/3101 7% :: 1.069] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttests/test_draftgeomutils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttests/test_draftgeomutils.py
[build] [248/3101 7% :: 1.071] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttests/test_dwg.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttests/test_dwg.py
[build] [249/3101 7% :: 1.071] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttests/test_airfoildat.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttests/test_airfoildat.py
[build] [250/3101 7% :: 1.073] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttests/draft_test_objects.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttests/draft_test_objects.py
[build] [251/3101 7% :: 1.074] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttests/README.md to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttests/README.md
[build] [252/3101 7% :: 1.074] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftutils/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftutils/__init__.py
[build] [253/3101 7% :: 1.075] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftutils/groups.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftutils/groups.py
[build] [254/3101 7% :: 1.075] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftutils/init_tools.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftutils/init_tools.py
[build] [255/3101 7% :: 1.091] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftutils/utils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftutils/utils.py
[build] [256/3101 7% :: 1.091] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftutils/init_draft_statusbar.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftutils/init_draft_statusbar.py
[build] [257/3101 7% :: 1.092] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftutils/todo.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftutils/todo.py
[build] [258/3101 7% :: 1.093] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftutils/units.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftutils/units.py
[build] [259/3101 7% :: 1.093] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftutils/gui_utils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftutils/gui_utils.py
[build] [260/3101 8% :: 1.095] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/array.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/array.py
[build] [261/3101 8% :: 1.095] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftutils/messages.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftutils/messages.py
[build] [262/3101 8% :: 1.096] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftutils/README.md to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftutils/README.md
[build] [263/3101 8% :: 1.101] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftutils/translate.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftutils/translate.py
[build] [264/3101 8% :: 1.108] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/__init__.py
[build] [265/3101 8% :: 1.111] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/downgrade.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/downgrade.py
[build] [266/3101 8% :: 1.112] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/cut.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/cut.py
[build] [267/3101 8% :: 1.114] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/draftify.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/draftify.py
[build] [268/3101 8% :: 1.116] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/dxf.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/dxf.py
[build] [269/3101 8% :: 1.117] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/extrude.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/extrude.py
[build] [270/3101 8% :: 1.119] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/heal.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/heal.py
[build] [271/3101 8% :: 1.120] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/fuse.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/fuse.py
[build] [272/3101 8% :: 1.121] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/join.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/join.py
[build] [273/3101 8% :: 1.131] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/mirror.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/mirror.py
[build] [274/3101 8% :: 1.133] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/move.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/move.py
[build] [275/3101 8% :: 1.133] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/offset.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/offset.py
[build] [276/3101 8% :: 1.134] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/rotate.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/rotate.py
[build] [277/3101 8% :: 1.135] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/scale.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/scale.py
[build] [278/3101 8% :: 1.137] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/split.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/split.py
[build] [279/3101 8% :: 1.141] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/svgshapes.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/svgshapes.py
[build] [280/3101 8% :: 1.143] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/svgtext.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/svgtext.py
[build] [281/3101 8% :: 1.144] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/svg.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/svg.py
[build] [282/3101 8% :: 1.147] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/upgrade.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/upgrade.py
[build] [283/3101 8% :: 1.157] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftfunctions/README.md to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftfunctions/README.md
[build] [284/3101 8% :: 1.159] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/__init__.py
[build] [285/3101 8% :: 1.159] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_arc_3points.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_arc_3points.py
[build] [286/3101 8% :: 1.160] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_array.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_array.py
[build] [287/3101 8% :: 1.160] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_block.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_block.py
[build] [288/3101 8% :: 1.160] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_bezcurve.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_bezcurve.py
[build] [289/3101 8% :: 1.164] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_bspline.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_bspline.py
[build] [290/3101 8% :: 1.164] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_circle.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_circle.py
[build] [291/3101 9% :: 1.168] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_circulararray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_circulararray.py
[build] [292/3101 9% :: 1.168] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_clone.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_clone.py
[build] [293/3101 9% :: 1.175] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_dimension.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_dimension.py
[build] [294/3101 9% :: 1.175] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_fillet.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_fillet.py
[build] [295/3101 9% :: 1.176] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_copy.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_copy.py
[build] [296/3101 9% :: 1.177] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_ellipse.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_ellipse.py
[build] [297/3101 9% :: 1.177] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_drawingview.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_drawingview.py
[build] [298/3101 9% :: 1.178] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_facebinder.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_facebinder.py
[build] [299/3101 9% :: 1.182] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_label.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_label.py
[build] [300/3101 9% :: 1.183] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_line.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_line.py
[build] [301/3101 9% :: 1.187] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_layer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_layer.py
[build] [302/3101 9% :: 1.190] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_orthoarray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_orthoarray.py
[build] [303/3101 9% :: 1.192] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_point.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_point.py
[build] [304/3101 9% :: 1.193] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_pointarray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_pointarray.py
[build] [305/3101 9% :: 1.194] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_patharray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_patharray.py
[build] [306/3101 9% :: 1.195] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_polygon.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_polygon.py
[build] [307/3101 9% :: 1.197] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_rectangle.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_rectangle.py
[build] [308/3101 9% :: 1.198] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_polararray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_polararray.py
[build] [309/3101 9% :: 1.199] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_shapestring.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_shapestring.py
[build] [310/3101 9% :: 1.201] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_shape2dview.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_shape2dview.py
[build] [311/3101 9% :: 1.208] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_sketch.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_sketch.py
[build] [312/3101 9% :: 1.209] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_text.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_text.py
[build] [313/3101 9% :: 1.209] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_wire.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_wire.py
[build] [314/3101 9% :: 1.211] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_wpproxy.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_wpproxy.py
[build] [315/3101 9% :: 1.211] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/make_hatch.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/make_hatch.py
[build] [316/3101 9% :: 1.215] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftmake/README.md to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftmake/README.md
[build] [317/3101 9% :: 1.217] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/__init__.py
[build] [318/3101 9% :: 1.218] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/array.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/array.py
[build] [319/3101 9% :: 1.222] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/base.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/base.py
[build] [320/3101 9% :: 1.225] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/bezcurve.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/bezcurve.py
[build] [321/3101 9% :: 1.230] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/block.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/block.py
[build] [322/3101 10% :: 1.230] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/bspline.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/bspline.py
[build] [323/3101 10% :: 1.231] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/clone.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/clone.py
[build] [324/3101 10% :: 1.232] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/circle.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/circle.py
[build] [325/3101 10% :: 1.242] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/drawingview.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/drawingview.py
[build] [326/3101 10% :: 1.242] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/ellipse.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/ellipse.py
[build] [327/3101 10% :: 1.246] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/draft_annotation.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/draft_annotation.py
[build] [328/3101 10% :: 1.249] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/facebinder.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/facebinder.py
[build] [329/3101 10% :: 1.252] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/fillet.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/fillet.py
[build] [330/3101 10% :: 1.257] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/label.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/label.py
[build] [331/3101 10% :: 1.258] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/draftlink.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/draftlink.py
[build] [332/3101 10% :: 1.260] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/layer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/layer.py
[build] [333/3101 10% :: 1.262] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/dimension.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/dimension.py
[build] [334/3101 10% :: 1.263] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/patharray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/patharray.py
[build] [335/3101 10% :: 1.263] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/point.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/point.py
[build] [336/3101 10% :: 1.265] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/pathtwistedarray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/pathtwistedarray.py
[build] [337/3101 10% :: 1.273] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/pointarray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/pointarray.py
[build] [338/3101 10% :: 1.278] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/rectangle.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/rectangle.py
[build] [339/3101 10% :: 1.282] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/polygon.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/polygon.py
[build] [340/3101 10% :: 1.282] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/shapestring.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/shapestring.py
[build] [341/3101 10% :: 1.284] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/shape2dview.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/shape2dview.py
[build] [342/3101 10% :: 1.284] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/text.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/text.py
[build] [343/3101 10% :: 1.286] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/hatch.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/hatch.py
[build] [344/3101 10% :: 1.287] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/wire.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/wire.py
[build] [345/3101 10% :: 1.287] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/wpproxy.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/wpproxy.py
[build] [346/3101 10% :: 1.287] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftobjects/README.md to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftobjects/README.md
[build] [347/3101 10% :: 1.297] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/__init__.py
[build] [348/3101 10% :: 1.299] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_array.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_array.py
[build] [349/3101 10% :: 1.303] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_bspline.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_bspline.py
[build] [350/3101 10% :: 1.304] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_base.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_base.py
[build] [351/3101 10% :: 1.305] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_facebinder.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_facebinder.py
[build] [352/3101 10% :: 1.307] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_circulararray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_circulararray.py
[build] [353/3101 11% :: 1.309] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_clone.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_clone.py
[build] [354/3101 11% :: 1.310] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_bezcurve.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_bezcurve.py
[build] [355/3101 11% :: 1.310] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_orthoarray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_orthoarray.py
[build] [356/3101 11% :: 1.311] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_polararray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_polararray.py
[build] [357/3101 11% :: 1.327] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_draftlink.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_draftlink.py
[build] [358/3101 11% :: 1.329] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_draft_annotation.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_draft_annotation.py
[build] [359/3101 11% :: 1.331] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_fillet.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_fillet.py
[build] [360/3101 11% :: 1.332] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_label.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_label.py
[build] [361/3101 11% :: 1.334] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_layer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_layer.py
[build] [362/3101 11% :: 1.334] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_dimension.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_dimension.py
[build] [363/3101 11% :: 1.339] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_point.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_point.py
[build] [364/3101 11% :: 1.340] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_text.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_text.py
[build] [365/3101 11% :: 1.342] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_rectangle.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_rectangle.py
[build] [366/3101 11% :: 1.342] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_wire.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_wire.py
[build] [367/3101 11% :: 1.357] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_wpproxy.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_wpproxy.py
[build] [368/3101 11% :: 1.358] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_hatch.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_hatch.py
[build] [369/3101 11% :: 1.360] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/view_shapestring.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/view_shapestring.py
[build] [370/3101 11% :: 1.361] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftviewproviders/README.md to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftviewproviders/README.md
[build] [371/3101 11% :: 1.364] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/__init__.py
[build] [372/3101 11% :: 1.365] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_annotationstyleeditor.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_annotationstyleeditor.py
[build] [373/3101 11% :: 1.366] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_planeproxy.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_planeproxy.py
[build] [374/3101 11% :: 1.367] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_base.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_base.py
[build] [375/3101 11% :: 1.368] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_base_original.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_base_original.py
[build] [376/3101 11% :: 1.368] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_tool_utils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_tool_utils.py
[build] [377/3101 11% :: 1.385] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_selectplane.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_selectplane.py
[build] [378/3101 11% :: 1.386] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_snaps.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_snaps.py
[build] [379/3101 11% :: 1.386] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_snapper.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_snapper.py
[build] [380/3101 11% :: 1.386] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_trackers.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_trackers.py
[build] [381/3101 11% :: 1.386] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_edit_base_object.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_edit_base_object.py
[build] [382/3101 11% :: 1.388] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_edit_arch_objects.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_edit_arch_objects.py
[build] [383/3101 11% :: 1.390] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_edit_draft_objects.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_edit_draft_objects.py
[build] [384/3101 12% :: 1.390] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_edit_part_objects.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_edit_part_objects.py
[build] [385/3101 12% :: 1.401] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_edit_sketcher_objects.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_edit_sketcher_objects.py
[build] [386/3101 12% :: 1.406] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_edit.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_edit.py
[build] [387/3101 12% :: 1.409] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_groups.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_groups.py
[build] [388/3101 12% :: 1.410] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_grid.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_grid.py
[build] [389/3101 12% :: 1.410] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_heal.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_heal.py
[build] [390/3101 12% :: 1.411] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_layers.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_layers.py
[build] [391/3101 12% :: 1.412] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_setstyle.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_setstyle.py
[build] [392/3101 12% :: 1.413] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_lineslope.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_lineslope.py
[build] [393/3101 12% :: 1.414] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_togglemodes.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_togglemodes.py
[build] [394/3101 12% :: 1.415] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_dimension_ops.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_dimension_ops.py
[build] [395/3101 12% :: 1.429] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_splines.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_splines.py
[build] [396/3101 12% :: 1.431] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_lines.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_lines.py
[build] [397/3101 12% :: 1.432] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_rectangles.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_rectangles.py
[build] [398/3101 12% :: 1.432] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_beziers.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_beziers.py
[build] [399/3101 12% :: 1.433] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_polygons.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_polygons.py
[build] [400/3101 12% :: 1.434] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_fillets.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_fillets.py
[build] [401/3101 12% :: 1.434] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_circles.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_circles.py
[build] [402/3101 12% :: 1.434] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_ellipses.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_ellipses.py
[build] [403/3101 12% :: 1.435] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_texts.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_texts.py
[build] [404/3101 12% :: 1.437] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_arcs.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_arcs.py
[build] [405/3101 12% :: 1.451] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_subelements.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_subelements.py
[build] [406/3101 12% :: 1.454] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_dimensions.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_dimensions.py
[build] [407/3101 12% :: 1.455] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_shapestrings.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_shapestrings.py
[build] [408/3101 12% :: 1.455] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_facebinders.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_facebinders.py
[build] [409/3101 12% :: 1.455] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_hatch.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_hatch.py
[build] [410/3101 12% :: 1.456] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_labels.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_labels.py
[build] [411/3101 12% :: 1.457] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_move.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_move.py
[build] [412/3101 12% :: 1.457] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_points.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_points.py
[build] [413/3101 12% :: 1.457] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_rotate.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_rotate.py
[build] [414/3101 12% :: 1.458] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_styles.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_styles.py
[build] [415/3101 13% :: 1.473] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_offset.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_offset.py
[build] [416/3101 13% :: 1.475] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_stretch.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_stretch.py
[build] [417/3101 13% :: 1.475] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_join.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_join.py
[build] [418/3101 13% :: 1.476] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_split.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_split.py
[build] [419/3101 13% :: 1.478] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_downgrade.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_downgrade.py
[build] [420/3101 13% :: 1.482] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_upgrade.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_upgrade.py
[build] [421/3101 13% :: 1.483] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_wire2spline.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_wire2spline.py
[build] [422/3101 13% :: 1.483] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_scale.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_scale.py
[build] [423/3101 13% :: 1.483] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_drawing.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_drawing.py
[build] [424/3101 13% :: 1.485] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_trimex.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_trimex.py
[build] [425/3101 13% :: 1.496] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_shape2dview.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_shape2dview.py
[build] [426/3101 13% :: 1.496] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_draft2sketch.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_draft2sketch.py
[build] [427/3101 13% :: 1.497] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_circulararray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_circulararray.py
[build] [428/3101 13% :: 1.498] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_arrays.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_arrays.py
[build] [429/3101 13% :: 1.498] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_orthoarray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_orthoarray.py
[build] [430/3101 13% :: 1.500] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_array_simple.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_array_simple.py
[build] [431/3101 13% :: 1.500] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_pathtwistedarray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_pathtwistedarray.py
[build] [432/3101 13% :: 1.506] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_pointarray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_pointarray.py
[build] [433/3101 13% :: 1.507] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_patharray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_patharray.py
[build] [434/3101 13% :: 1.517] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_polararray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_polararray.py
[build] [435/3101 13% :: 1.518] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_clone.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_clone.py
[build] [436/3101 13% :: 1.518] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttaskpanels/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttaskpanels/__init__.py
[build] [437/3101 13% :: 1.519] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/gui_mirror.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/gui_mirror.py
[build] [438/3101 13% :: 1.519] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttaskpanels/task_orthoarray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttaskpanels/task_orthoarray.py
[build] [439/3101 13% :: 1.519] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/draftguitools/README.md to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/draftguitools/README.md
[build] [440/3101 13% :: 1.520] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttaskpanels/task_polararray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttaskpanels/task_polararray.py
[build] [441/3101 13% :: 1.531] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttaskpanels/task_circulararray.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttaskpanels/task_circulararray.py
[build] [442/3101 13% :: 1.532] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttaskpanels/task_selectplane.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttaskpanels/task_selectplane.py
[build] [443/3101 13% :: 1.534] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/Resources/icons/DraftWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Draft/Resources/icons/DraftWorkbench.svg
[build] [444/3101 13% :: 1.535] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttaskpanels/task_scale.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttaskpanels/task_scale.py
[build] [445/3101 13% :: 1.535] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/InitGui.py
[build] [446/3101 14% :: 1.535] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttaskpanels/task_shapestring.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttaskpanels/task_shapestring.py
[build] [447/3101 14% :: 1.535] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Draft/drafttaskpanels/README.md to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/drafttaskpanels/README.md
[build] [448/3101 14% :: 1.539] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/coding_conventions.md to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/coding_conventions.md
[build] [449/3101 14% :: 1.539] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Init.py
[build] [450/3101 14% :: 1.551] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/ObjectsFem.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/ObjectsFem.py
[build] [451/3101 14% :: 1.553] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/TestFemApp.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/TestFemApp.py
[build] [452/3101 14% :: 1.553] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femcommands/commands.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femcommands/commands.py
[build] [453/3101 14% :: 1.553] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femcommands/manager.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femcommands/manager.py
[build] [454/3101 14% :: 1.555] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/__init__.py
[build] [455/3101 14% :: 1.555] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/boxanalysis_base.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/boxanalysis_base.py
[build] [456/3101 14% :: 1.558] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/boxanalysis_static.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/boxanalysis_static.py
[build] [457/3101 14% :: 1.560] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femcommands/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femcommands/__init__.py
[build] [458/3101 14% :: 1.567] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/boxanalysis_frequency.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/boxanalysis_frequency.py
[build] [459/3101 14% :: 1.575] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/buckling_platebuckling.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/buckling_platebuckling.py
[build] [460/3101 14% :: 1.576] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/ccx_cantilever_base_edge.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/ccx_cantilever_base_edge.py
[build] [461/3101 14% :: 1.576] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/ccx_buckling_flexuralbuckling.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/ccx_buckling_flexuralbuckling.py
[build] [462/3101 14% :: 1.577] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/ccx_cantilever_base_face.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/ccx_cantilever_base_face.py
[build] [463/3101 14% :: 1.578] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/buckling_lateraltorsionalbuckling.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/buckling_lateraltorsionalbuckling.py
[build] [464/3101 14% :: 1.579] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/ccx_cantilever_base_solid.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/ccx_cantilever_base_solid.py
[build] [465/3101 14% :: 1.583] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/ccx_cantilever_beam_pipe.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/ccx_cantilever_beam_pipe.py
[build] [466/3101 14% :: 1.583] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/ccx_cantilever_beam_circle.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/ccx_cantilever_beam_circle.py
[build] [467/3101 14% :: 1.596] Copying /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Draft/Draft_rc.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Draft/Draft_rc.py
[build] [468/3101 14% :: 1.601] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/ccx_cantilever_ele_hexa20.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/ccx_cantilever_ele_hexa20.py
[build] [469/3101 14% :: 1.602] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/ccx_cantilever_ele_quad4.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/ccx_cantilever_ele_quad4.py
[build] [470/3101 14% :: 1.604] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/ccx_cantilever_beam_rect.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/ccx_cantilever_beam_rect.py
[build] [471/3101 14% :: 1.605] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/ccx_cantilever_ele_quad8.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/ccx_cantilever_ele_quad8.py
[build] [472/3101 14% :: 1.606] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/ccx_cantilever_ele_tria3.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/ccx_cantilever_ele_tria3.py
[build] [473/3101 14% :: 1.607] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/ccx_cantilever_ele_seg3.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/ccx_cantilever_ele_seg3.py
[build] [474/3101 14% :: 1.607] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/ccx_cantilever_ele_tetra4.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/ccx_cantilever_ele_tetra4.py
[build] [475/3101 14% :: 1.608] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/ccx_cantilever_ele_tria6.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/ccx_cantilever_ele_tria6.py
[build] [476/3101 14% :: 1.610] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/ccx_cantilever_ele_seg2.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/ccx_cantilever_ele_seg2.py
[build] [477/3101 15% :: 1.625] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/ccx_cantilever_faceload.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/ccx_cantilever_faceload.py
[build] [478/3101 15% :: 1.625] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/ccx_cantilever_prescribeddisplacement.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/ccx_cantilever_prescribeddisplacement.py
[build] [479/3101 15% :: 1.628] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/ccx_cantilever_nodeload.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/ccx_cantilever_nodeload.py
[build] [480/3101 15% :: 1.628] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/constraint_centrif.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/constraint_centrif.py
[build] [481/3101 15% :: 1.628] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/constraint_contact_shell_shell.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/constraint_contact_shell_shell.py
[build] [482/3101 15% :: 1.633] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/constraint_tie.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/constraint_tie.py
[build] [483/3101 15% :: 1.635] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/constraint_selfweight_cantilever.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/constraint_selfweight_cantilever.py
[build] [484/3101 15% :: 1.636] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/constraint_contact_solid_solid.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/constraint_contact_solid_solid.py
[build] [485/3101 15% :: 1.638] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/constraint_section_print.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/constraint_section_print.py
[build] [486/3101 15% :: 1.642] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/constraint_transform_beam_hinged.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/constraint_transform_beam_hinged.py
[build] [487/3101 15% :: 1.647] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/constraint_transform_torque.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/constraint_transform_torque.py
[build] [488/3101 15% :: 1.651] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/examplesgui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/examplesgui.py
[build] [489/3101 15% :: 1.654] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/elmer_nonguitutorial01_eigenvalue_of_elastic_beam.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/elmer_nonguitutorial01_eigenvalue_of_elastic_beam.py
[build] [490/3101 15% :: 1.655] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/equation_electrostatics_electricforce_elmer_nongui6.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/equation_electrostatics_electricforce_elmer_nongui6.py
[build] [491/3101 15% :: 1.662] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/equation_electrostatics_capacitance_two_balls.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/equation_electrostatics_capacitance_two_balls.py
[build] [492/3101 15% :: 1.665] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/equation_flow_elmer_2D.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/equation_flow_elmer_2D.py
[build] [493/3101 15% :: 1.665] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/equation_flow_turbulent_elmer_2D.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/equation_flow_turbulent_elmer_2D.py
[build] [494/3101 15% :: 1.667] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/equation_flux_elmer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/equation_flux_elmer.py
[build] [495/3101 15% :: 1.667] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/equation_magnetodynamics_elmer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/equation_magnetodynamics_elmer.py
[build] [496/3101 15% :: 1.667] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/equation_magnetostatics_2D_elmer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/equation_magnetostatics_2D_elmer.py
[build] [497/3101 15% :: 1.667] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/equation_magnetodynamics_2D_elmer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/equation_magnetodynamics_2D_elmer.py
[build] [498/3101 15% :: 1.676] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/manager.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/manager.py
[build] [499/3101 15% :: 1.678] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/frequency_beamsimple.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/frequency_beamsimple.py
[build] [500/3101 15% :: 1.681] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fiveboxes.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/material_multiple_bendingbeam_fiveboxes.py
[build] [501/3101 15% :: 1.686] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fivefaces.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/material_multiple_bendingbeam_fivefaces.py
[build] [502/3101 15% :: 1.687] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/material_multiple_tensionrod_twoboxes.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/material_multiple_tensionrod_twoboxes.py
[build] [503/3101 15% :: 1.687] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/mystran_plate.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/mystran_plate.py
[build] [504/3101 15% :: 1.689] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/square_pipe_end_twisted_edgeforces.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/square_pipe_end_twisted_edgeforces.py
[build] [505/3101 15% :: 1.691] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/material_nl_platewithhole.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/material_nl_platewithhole.py
[build] [506/3101 15% :: 1.691] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/rc_wall_2d.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/rc_wall_2d.py
[build] [507/3101 15% :: 1.691] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/square_pipe_end_twisted_nodeforces.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/square_pipe_end_twisted_nodeforces.py
[build] [508/3101 16% :: 1.707] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/thermomech_bimetall.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/thermomech_bimetall.py
[build] [509/3101 16% :: 1.709] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/thermomech_spine.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/thermomech_spine.py
[build] [510/3101 16% :: 1.710] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/truss_3d_cs_circle_ele_seg3.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/truss_3d_cs_circle_ele_seg3.py
[build] [511/3101 16% :: 1.711] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/__init__.py
[build] [512/3101 16% :: 1.712] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/thermomech_flow1d.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/thermomech_flow1d.py
[build] [513/3101 16% :: 1.713] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/truss_3d_cs_circle_ele_seg2.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/truss_3d_cs_circle_ele_seg2.py
[build] [514/3101 16% :: 1.714] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_boxes_2_vertikal_tetra10.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_boxes_2_vertikal_tetra10.py
[build] [515/3101 16% :: 1.716] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_beamsimple_tetra10.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_beamsimple_tetra10.py
[build] [516/3101 16% :: 1.716] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_boxanalysis_tetra10.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_boxanalysis_tetra10.py
[build] [517/3101 16% :: 1.720] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_buckling_ibeam_tria6.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_buckling_ibeam_tria6.py
[build] [518/3101 16% :: 1.735] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_canticcx_quad8.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_canticcx_quad8.py
[build] [519/3101 16% :: 1.735] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_canticcx_hexa20.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_canticcx_hexa20.py
[build] [520/3101 16% :: 1.736] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_canticcx_seg3.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_canticcx_seg3.py
[build] [521/3101 16% :: 1.737] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_canticcx_tria6.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_canticcx_tria6.py
[build] [522/3101 16% :: 1.739] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_buckling_plate_tria6.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_buckling_plate_tria6.py
[build] [523/3101 16% :: 1.740] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_canticcx_quad4.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_canticcx_quad4.py
[build] [524/3101 16% :: 1.742] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_canticcx_seg2.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_canticcx_seg2.py
[build] [525/3101 16% :: 1.742] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_canticcx_tetra10.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_canticcx_tetra10.py
[build] [526/3101 16% :: 1.742] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_canticcx_tria3.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_canticcx_tria3.py
[build] [527/3101 16% :: 1.753] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_capacitance_two_balls_tetra10.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_capacitance_two_balls_tetra10.py
[build] [528/3101 16% :: 1.766] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_flexural_buckling.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_flexural_buckling.py
[build] [529/3101 16% :: 1.768] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_constraint_centrif_tetra10.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_constraint_centrif_tetra10.py
[build] [530/3101 16% :: 1.771] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_contact_box_halfcylinder_tetra10.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_contact_box_halfcylinder_tetra10.py
[build] [531/3101 16% :: 1.772] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_eigenvalue_of_elastic_beam_tetra10.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_eigenvalue_of_elastic_beam_tetra10.py
[build] [532/3101 16% :: 1.775] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_multibodybeam_tria6.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_multibodybeam_tria6.py
[build] [533/3101 16% :: 1.775] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_constraint_tie_tetra10.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_constraint_tie_tetra10.py
[build] [534/3101 16% :: 1.778] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_contact_tube_tube_tria3.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_contact_tube_tube_tria3.py
[build] [535/3101 16% :: 1.778] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_electricforce_elmer_nongui6_tetra10.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_electricforce_elmer_nongui6_tetra10.py
[build] [536/3101 16% :: 1.797] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_multibodybeam_tetra10.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_multibodybeam_tetra10.py
[build] [537/3101 16% :: 1.798] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_plate_mystran_quad4.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_plate_mystran_quad4.py
[build] [538/3101 16% :: 1.798] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_platewithhole_tetra10.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_platewithhole_tetra10.py
[build] [539/3101 17% :: 1.799] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_rc_wall_2d_tria6.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_rc_wall_2d_tria6.py
[build] [540/3101 17% :: 1.799] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_section_print_tetra10.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_section_print_tetra10.py
[build] [541/3101 17% :: 1.800] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_selfweight_cantilever_tetra10.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_selfweight_cantilever_tetra10.py
[build] [542/3101 17% :: 1.802] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_square_pipe_end_twisted_tria6.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_square_pipe_end_twisted_tria6.py
[build] [543/3101 17% :: 1.802] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_thermomech_flow1d_seg3.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_thermomech_flow1d_seg3.py
[build] [544/3101 17% :: 1.803] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_thermomech_bimetall_tetra10.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_thermomech_bimetall_tetra10.py
[build] [545/3101 17% :: 1.814] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_thermomech_spine_tetra10.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_thermomech_spine_tetra10.py
[build] [546/3101 17% :: 1.815] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_transform_beam_hinged_tetra10.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_transform_beam_hinged_tetra10.py
[build] [547/3101 17% :: 1.817] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_transform_torque_tetra10.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_transform_torque_tetra10.py
[build] [548/3101 17% :: 1.817] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_truss_crane_seg3.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_truss_crane_seg3.py
[build] [549/3101 17% :: 1.818] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/feminout/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/feminout/__init__.py
[build] [550/3101 17% :: 1.818] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femexamples/meshes/mesh_truss_crane_seg2.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femexamples/meshes/mesh_truss_crane_seg2.py
[build] [551/3101 17% :: 1.823] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/feminout/convert2TetGen.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/feminout/convert2TetGen.py
[build] [552/3101 17% :: 1.823] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/feminout/importCcxDatResults.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/feminout/importCcxDatResults.py
[build] [553/3101 17% :: 1.824] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/feminout/importCcxFrdResults.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/feminout/importCcxFrdResults.py
[build] [554/3101 17% :: 1.824] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/feminout/exportNastranMesh.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/feminout/exportNastranMesh.py
[build] [555/3101 17% :: 1.835] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/feminout/importInpMesh.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/feminout/importInpMesh.py
[build] [556/3101 17% :: 1.836] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/feminout/importPyMesh.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/feminout/importPyMesh.py
[build] [557/3101 17% :: 1.836] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/feminout/importToolsFem.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/feminout/importToolsFem.py
[build] [558/3101 17% :: 1.836] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/feminout/importFenicsMesh.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/feminout/importFenicsMesh.py
[build] [559/3101 17% :: 1.838] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/feminout/importVTKResults.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/feminout/importVTKResults.py
[build] [560/3101 17% :: 1.838] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/feminout/importYamlJsonMesh.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/feminout/importYamlJsonMesh.py
[build] [561/3101 17% :: 1.845] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/feminout/importZ88Mesh.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/feminout/importZ88Mesh.py
[build] [562/3101 17% :: 1.845] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/feminout/importZ88O2Results.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/feminout/importZ88O2Results.py
[build] [563/3101 17% :: 1.847] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/feminout/readFenicsXDMF.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/feminout/readFenicsXDMF.py
[build] [564/3101 17% :: 1.848] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/feminout/readFenicsXML.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/feminout/readFenicsXML.py
[build] [565/3101 17% :: 1.853] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/feminout/writeFenicsXDMF.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/feminout/writeFenicsXDMF.py
[build] [566/3101 17% :: 1.853] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/feminout/writeFenicsXML.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/feminout/writeFenicsXML.py
[build] [567/3101 17% :: 1.854] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femmesh/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femmesh/__init__.py
[build] [568/3101 17% :: 1.856] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femmesh/femmesh2mesh.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femmesh/femmesh2mesh.py
[build] [569/3101 17% :: 1.859] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femmesh/meshsetsgetter.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femmesh/meshsetsgetter.py
[build] [570/3101 18% :: 1.862] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femmesh/gmshtools.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femmesh/gmshtools.py
[build] [571/3101 18% :: 1.864] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/__init__.py
[build] [572/3101 18% :: 1.866] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/base_fempythonobject.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/base_fempythonobject.py
[build] [573/3101 18% :: 1.866] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femmesh/meshtools.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femmesh/meshtools.py
[build] [574/3101 18% :: 1.868] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/constant_vacuumpermittivity.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/constant_vacuumpermittivity.py
[build] [575/3101 18% :: 1.869] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/constraint_bodyheatsource.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/constraint_bodyheatsource.py
[build] [576/3101 18% :: 1.870] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/constraint_centrif.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/constraint_centrif.py
[build] [577/3101 18% :: 1.871] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/constraint_currentdensity.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/constraint_currentdensity.py
[build] [578/3101 18% :: 1.875] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/constraint_electrostaticpotential.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/constraint_electrostaticpotential.py
[build] [579/3101 18% :: 1.883] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/constraint_initialpressure.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/constraint_initialpressure.py
[build] [580/3101 18% :: 1.885] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/constraint_initialflowvelocity.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/constraint_initialflowvelocity.py
[build] [581/3101 18% :: 1.887] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/constraint_flowvelocity.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/constraint_flowvelocity.py
[build] [582/3101 18% :: 1.887] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/constraint_magnetization.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/constraint_magnetization.py
[build] [583/3101 18% :: 1.890] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/constraint_tie.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/constraint_tie.py
[build] [584/3101 18% :: 1.891] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/element_fluid1D.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/element_fluid1D.py
[build] [585/3101 18% :: 1.891] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/element_geometry1D.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/element_geometry1D.py
[build] [586/3101 18% :: 1.892] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/constraint_selfweight.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/constraint_selfweight.py
[build] [587/3101 18% :: 1.893] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/constraint_sectionprint.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/constraint_sectionprint.py
[build] [588/3101 18% :: 1.905] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/element_geometry2D.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/element_geometry2D.py
[build] [589/3101 18% :: 1.909] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/element_rotation1D.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/element_rotation1D.py
[build] [590/3101 18% :: 1.909] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/material_common.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/material_common.py
[build] [591/3101 18% :: 1.909] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/material_mechanicalnonlinear.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/material_mechanicalnonlinear.py
[build] [592/3101 18% :: 1.911] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/material_reinforced.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/material_reinforced.py
[build] [593/3101 18% :: 1.913] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/mesh_boundarylayer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/mesh_boundarylayer.py
[build] [594/3101 18% :: 1.916] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/mesh_gmsh.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/mesh_gmsh.py
[build] [595/3101 18% :: 1.917] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/mesh_group.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/mesh_group.py
[build] [596/3101 18% :: 1.918] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/mesh_region.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/mesh_region.py
[build] [597/3101 18% :: 1.920] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/mesh_result.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/mesh_result.py
[build] [598/3101 18% :: 1.935] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/solver_ccxtools.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/solver_ccxtools.py
[build] [599/3101 18% :: 1.935] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femresult/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femresult/__init__.py
[build] [600/3101 18% :: 1.936] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femobjects/result_mechanical.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femobjects/result_mechanical.py
[build] [601/3101 19% :: 1.936] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femresult/resulttools.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femresult/resulttools.py
[build] [602/3101 19% :: 1.936] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/__init__.py
[build] [603/3101 19% :: 1.937] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/equationbase.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/equationbase.py
[build] [604/3101 19% :: 1.939] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/report.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/report.py
[build] [605/3101 19% :: 1.942] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/run.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/run.py
[build] [606/3101 19% :: 1.945] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/reportdialog.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/reportdialog.py
[build] [607/3101 19% :: 1.947] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/settings.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/settings.py
[build] [608/3101 19% :: 1.957] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/writerbase.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/writerbase.py
[build] [609/3101 19% :: 1.957] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/task.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/task.py
[build] [610/3101 19% :: 1.960] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/solver_taskpanel.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/solver_taskpanel.py
[build] [611/3101 19% :: 1.960] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/solverbase.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/solverbase.py
[build] [612/3101 19% :: 1.961] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/__init__.py
[build] [613/3101 19% :: 1.962] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/signal.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/signal.py
[build] [614/3101 19% :: 1.963] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/solver.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/solver.py
[build] [615/3101 19% :: 1.968] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/tasks.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/tasks.py
[build] [616/3101 19% :: 1.969] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_constraint_centrif.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_constraint_centrif.py
[build] [617/3101 19% :: 1.977] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_constraint_contact.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_constraint_contact.py
[build] [618/3101 19% :: 1.978] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_constraint_displacement.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_constraint_displacement.py
[build] [619/3101 19% :: 1.981] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_constraint_fluidsection.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_constraint_fluidsection.py
[build] [620/3101 19% :: 1.981] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_constraint_heatflux.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_constraint_heatflux.py
[build] [621/3101 19% :: 1.983] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_constraint_fixed.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_constraint_fixed.py
[build] [622/3101 19% :: 1.984] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_constraint_force.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_constraint_force.py
[build] [623/3101 19% :: 1.985] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_constraint_planerotation.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_constraint_planerotation.py
[build] [624/3101 19% :: 1.985] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_constraint_initialtemperature.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_constraint_initialtemperature.py
[build] [625/3101 19% :: 1.988] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_constraint_pressure.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_constraint_pressure.py
[build] [626/3101 19% :: 2.001] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_constraint_sectionprint.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_constraint_sectionprint.py
[build] [627/3101 19% :: 2.002] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_constraint_temperature.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_constraint_temperature.py
[build] [628/3101 19% :: 2.005] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_constraint_selfweight.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_constraint_selfweight.py
[build] [629/3101 19% :: 2.007] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_constraint_tie.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_constraint_tie.py
[build] [630/3101 19% :: 2.007] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_footer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_footer.py
[build] [631/3101 19% :: 2.009] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_femelement_material.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_femelement_material.py
[build] [632/3101 20% :: 2.010] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_femelement_matgeosets.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_femelement_matgeosets.py
[build] [633/3101 20% :: 2.012] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_mesh.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_mesh.py
[build] [634/3101 20% :: 2.013] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_constraint_transform.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_constraint_transform.py
[build] [635/3101 20% :: 2.014] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_femelement_geometry.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_femelement_geometry.py
[build] [636/3101 20% :: 2.027] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/__init__.py
[build] [637/3101 20% :: 2.028] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_step_equation.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_step_equation.py
[build] [638/3101 20% :: 2.030] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/writer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/writer.py
[build] [639/3101 20% :: 2.031] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/calculix/write_step_output.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/calculix/write_step_output.py
[build] [640/3101 20% :: 2.031] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/sifio.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/sifio.py
[build] [641/3101 20% :: 2.032] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/solver.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/solver.py
[build] [642/3101 20% :: 2.032] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/tasks.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/tasks.py
[build] [643/3101 20% :: 2.032] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/writer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/writer.py
[build] [644/3101 20% :: 2.035] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/__init__.py
[build] [645/3101 20% :: 2.047] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/elasticity.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/elasticity.py
[build] [646/3101 20% :: 2.049] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/elasticity_writer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/elasticity_writer.py
[build] [647/3101 20% :: 2.049] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/flow_writer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/flow_writer.py
[build] [648/3101 20% :: 2.051] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/electricforce.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/electricforce.py
[build] [649/3101 20% :: 2.052] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/electricforce_writer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/electricforce_writer.py
[build] [650/3101 20% :: 2.055] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/flow.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/flow.py
[build] [651/3101 20% :: 2.055] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/electrostatic_writer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/electrostatic_writer.py
[build] [652/3101 20% :: 2.060] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/electrostatic.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/electrostatic.py
[build] [653/3101 20% :: 2.062] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/flux.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/flux.py
[build] [654/3101 20% :: 2.063] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/equation.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/equation.py
[build] [655/3101 20% :: 2.066] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/flux_writer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/flux_writer.py
[build] [656/3101 20% :: 2.067] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/heat.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/heat.py
[build] [657/3101 20% :: 2.071] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/linear.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/linear.py
[build] [658/3101 20% :: 2.072] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/heat_writer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/heat_writer.py
[build] [659/3101 20% :: 2.075] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/magnetodynamic.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/magnetodynamic.py
[build] [660/3101 20% :: 2.076] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/magnetodynamic2D.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/magnetodynamic2D.py
[build] [661/3101 20% :: 2.078] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/magnetodynamic_writer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/magnetodynamic_writer.py
[build] [662/3101 20% :: 2.084] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/nonlinear.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/nonlinear.py
[build] [663/3101 21% :: 2.085] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/elmer/equations/magnetodynamic2D_writer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/elmer/equations/magnetodynamic2D_writer.py
[build] [664/3101 21% :: 2.087] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/fenics/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/fenics/__init__.py
[build] [665/3101 21% :: 2.089] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/fenics/fenics_tools.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/fenics/fenics_tools.py
[build] [666/3101 21% :: 2.090] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/mystran/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/mystran/__init__.py
[build] [667/3101 21% :: 2.092] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/mystran/add_con_fixed.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/mystran/add_con_fixed.py
[build] [668/3101 21% :: 2.093] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/mystran/add_con_force.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/mystran/add_con_force.py
[build] [669/3101 21% :: 2.097] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/mystran/add_femelement_geometry.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/mystran/add_femelement_geometry.py
[build] [670/3101 21% :: 2.098] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/mystran/add_femelement_material.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/mystran/add_femelement_material.py
[build] [671/3101 21% :: 2.100] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/mystran/add_mesh.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/mystran/add_mesh.py
[build] [672/3101 21% :: 2.105] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/mystran/add_solver_control.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/mystran/add_solver_control.py
[build] [673/3101 21% :: 2.112] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/mystran/solver.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/mystran/solver.py
[build] [674/3101 21% :: 2.123] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/mystran/tasks.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/mystran/tasks.py
[build] [675/3101 21% :: 2.124] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/mystran/writer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/mystran/writer.py
[build] [676/3101 21% :: 2.126] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/z88/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/z88/__init__.py
[build] [677/3101 21% :: 2.127] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/z88/solver.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/z88/solver.py
[build] [678/3101 21% :: 2.129] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/z88/tasks.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/z88/tasks.py
[build] [679/3101 21% :: 2.131] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femsolver/z88/writer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femsolver/z88/writer.py
[build] [680/3101 21% :: 2.133] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/__init__.py
[build] [681/3101 21% :: 2.135] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/test_commands.sh to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/test_commands.sh
[build] [682/3101 21% :: 2.135] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/test_information.md to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/test_information.md
[build] [683/3101 21% :: 2.146] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/app/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/app/__init__.py
[build] [684/3101 21% :: 2.146] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/app/support_utils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/app/support_utils.py
[build] [685/3101 21% :: 2.151] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/app/test_femimport.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/app/test_femimport.py
[build] [686/3101 21% :: 2.153] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/app/test_ccxtools.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/app/test_ccxtools.py
[build] [687/3101 21% :: 2.156] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/app/test_common.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/app/test_common.py
[build] [688/3101 21% :: 2.159] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/app/test_material.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/app/test_material.py
[build] [689/3101 21% :: 2.159] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/app/test_result.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/app/test_result.py
[build] [690/3101 21% :: 2.161] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/app/test_mesh.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/app/test_mesh.py
[build] [691/3101 21% :: 2.163] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/app/test_object.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/app/test_object.py
[build] [692/3101 21% :: 2.165] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/app/test_open.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/app/test_open.py
[build] [693/3101 21% :: 2.168] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/app/test_solver_elmer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/app/test_solver_elmer.py
[build] [694/3101 22% :: 2.170] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/app/test_solver_calculix.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/app/test_solver_calculix.py
[build] [695/3101 22% :: 2.173] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/app/test_solver_z88.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/app/test_solver_z88.py
[build] [696/3101 22% :: 2.176] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/app/test_solver_mystran.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/app/test_solver_mystran.py
[build] [697/3101 22% :: 2.180] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/__init__.py
[build] [698/3101 22% :: 2.181] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/box_frequency.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/box_frequency.inp
[build] [699/3101 22% :: 2.183] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/__init__.py
[build] [700/3101 22% :: 2.186] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/box_frequency.dat to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/box_frequency.dat
[build] [701/3101 22% :: 2.189] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/box_frequency.frd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/box_frequency.frd
[build] [702/3101 22% :: 2.194] Building CXX object _deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o
[build] [703/3101 22% :: 2.195] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/box_frequency_expected_values to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/box_frequency_expected_values
[build] [704/3101 22% :: 2.196] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/box_frequency.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/box_frequency.FCStd
[build] [705/3101 22% :: 2.196] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/box_static.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/box_static.inp
[build] [706/3101 22% :: 2.196] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/box_static.dat to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/box_static.dat
[build] [707/3101 22% :: 2.197] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/box_static.frd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/box_static.frd
[build] [708/3101 22% :: 2.199] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/box_static_expected_values to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/box_static_expected_values
[build] [709/3101 22% :: 2.209] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/box_static.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/box_static.FCStd
[build] [710/3101 22% :: 2.209] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/box.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/box.FCStd
[build] [711/3101 22% :: 2.209] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/ccx_buckling_flexuralbuckling.dat to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/ccx_buckling_flexuralbuckling.dat
[build] [712/3101 22% :: 2.211] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/ccx_buckling_flexuralbuckling.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/ccx_buckling_flexuralbuckling.inp
[build] [713/3101 22% :: 2.216] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_beam_circle.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/ccx_cantilever_beam_circle.inp
[build] [714/3101 22% :: 2.220] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_beam_pipe.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/ccx_cantilever_beam_pipe.inp
[build] [715/3101 22% :: 2.221] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_beam_rect.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/ccx_cantilever_beam_rect.inp
[build] [716/3101 22% :: 2.222] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_quad4.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_quad4.inp
[build] [717/3101 22% :: 2.225] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_hexa20.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_hexa20.inp
[build] [718/3101 22% :: 2.226] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_quad8.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_quad8.inp
[build] [719/3101 22% :: 2.228] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_seg2.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_seg2.inp
[build] [720/3101 22% :: 2.231] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_seg3.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_seg3.inp
[build] [721/3101 22% :: 2.232] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_tria6.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_tria6.inp
[build] [722/3101 22% :: 2.234] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_tria3.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_tria3.inp
[build] [723/3101 22% :: 2.247] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_faceload.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/ccx_cantilever_faceload.inp
[build] [724/3101 22% :: 2.249] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_nodeload.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/ccx_cantilever_nodeload.inp
[build] [725/3101 23% :: 2.251] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_prescribeddisplacement.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/ccx_cantilever_prescribeddisplacement.inp
[build] [726/3101 23% :: 2.253] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/constraint_centrif.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/constraint_centrif.inp
[build] [727/3101 23% :: 2.256] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/constraint_contact_shell_shell.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/constraint_contact_shell_shell.inp
[build] [728/3101 23% :: 2.260] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/constraint_contact_solid_solid.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/constraint_contact_solid_solid.FCStd
[build] [729/3101 23% :: 2.260] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/constraint_contact_solid_solid.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/constraint_contact_solid_solid.inp
[build] [730/3101 23% :: 2.261] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/constraint_sectionprint.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/constraint_sectionprint.inp
[build] [731/3101 23% :: 2.264] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/constraint_selfweight_cantilever.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/constraint_selfweight_cantilever.inp
[build] [732/3101 23% :: 2.264] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/constraint_contact_shell_shell.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/constraint_contact_shell_shell.FCStd
[build] [733/3101 23% :: 2.271] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/constraint_tie.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/constraint_tie.inp
[build] [734/3101 23% :: 2.283] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/constraint_transform_beam_hinged.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/constraint_transform_beam_hinged.inp
[build] [735/3101 23% :: 2.285] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/constraint_transform_torque.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/constraint_transform_torque.inp
[build] [736/3101 23% :: 2.286] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fiveboxes.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fiveboxes.inp
[build] [737/3101 23% :: 2.289] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fivefaces.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fivefaces.inp
[build] [738/3101 23% :: 2.290] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/material_multiple_tensionrod_twoboxes.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/material_multiple_tensionrod_twoboxes.inp
[build] [739/3101 23% :: 2.292] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/frequency_beamsimple.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/frequency_beamsimple.inp
[build] [740/3101 23% :: 2.292] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/material_nonlinear.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/material_nonlinear.inp
[build] [741/3101 23% :: 2.294] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_edgeforces.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_edgeforces.inp
[build] [742/3101 23% :: 2.296] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_nodeforces.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_nodeforces.inp
[build] [743/3101 23% :: 2.297] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/thermomech_bimetall.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/thermomech_bimetall.inp
[build] [744/3101 23% :: 2.314] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/thermomech_flow1D.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/thermomech_flow1D.inp
[build] [745/3101 23% :: 2.317] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/thermomech_flow1D_expected_values to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/thermomech_flow1D_expected_values
[build] [746/3101 23% :: 2.320] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/thermomech_flow1D.dat to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/thermomech_flow1D.dat
[build] [747/3101 23% :: 2.325] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/thermomech_flow1D.frd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/thermomech_flow1D.frd
[build] [748/3101 23% :: 2.327] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/thermomech_flow1D.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/thermomech_flow1D.FCStd
[build] [749/3101 23% :: 2.329] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/thermomech_flow1D_inout_nodes.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/thermomech_flow1D_inout_nodes.txt
[build] [750/3101 23% :: 2.333] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/thermomech_spine.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/thermomech_spine.FCStd
[build] [751/3101 23% :: 2.333] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/thermomech_spine.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/thermomech_spine.inp
[build] [752/3101 23% :: 2.333] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/thermomech_spine.dat to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/thermomech_spine.dat
[build] [753/3101 23% :: 2.333] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/thermomech_spine.frd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/thermomech_spine.frd
[build] [754/3101 23% :: 2.337] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/calculix/thermomech_spine_expected_values to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/calculix/thermomech_spine_expected_values
[build] [755/3101 23% :: 2.346] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/elmer/ccxcantilever_faceload_0_mm.sif to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/elmer/ccxcantilever_faceload_0_mm.sif
[build] [756/3101 24% :: 2.347] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/elmer/box_static_0_mm.sif to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/elmer/box_static_0_mm.sif
[build] [757/3101 24% :: 2.355] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/elmer/ccxcantilever_faceload_1_si.sif to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/elmer/ccxcantilever_faceload_1_si.sif
[build] [758/3101 24% :: 2.357] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/elmer/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/elmer/__init__.py
[build] [759/3101 24% :: 2.361] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/mesh/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/mesh/__init__.py
[build] [760/3101 24% :: 2.362] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/elmer/ELMERSOLVER_STARTINFO to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/elmer/ELMERSOLVER_STARTINFO
[build] [761/3101 24% :: 2.365] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/elmer/group_mesh.geo to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/elmer/group_mesh.geo
[build] [762/3101 24% :: 2.367] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/elmer/ccxcantilever_prescribeddisplacement_0_mm.sif to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/elmer/ccxcantilever_prescribeddisplacement_0_mm.sif
[build] [763/3101 24% :: 2.369] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/mesh/tetra10_mesh.unv to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/mesh/tetra10_mesh.unv
[build] [764/3101 24% :: 2.370] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/mesh/tetra10_mesh.inp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/mesh/tetra10_mesh.inp
[build] [765/3101 24% :: 2.370] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/mesh/tetra10_mesh.vtk to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/mesh/tetra10_mesh.vtk
[build] [766/3101 24% :: 2.371] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/mesh/tetra10_mesh.yml to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/mesh/tetra10_mesh.yml
[build] [767/3101 24% :: 2.379] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/mystran/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/mystran/__init__.py
[build] [768/3101 24% :: 2.380] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/mesh/tetra10_mesh.z88 to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/mesh/tetra10_mesh.z88
[build] [769/3101 24% :: 2.380] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/elmer/ccxcantilever_nodeload_0_mm.sif to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/elmer/ccxcantilever_nodeload_0_mm.sif
[build] [770/3101 24% :: 2.382] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/mystran/ccx_cantilever_ele_quad4.bdf to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/mystran/ccx_cantilever_ele_quad4.bdf
[build] [771/3101 24% :: 2.385] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/mystran/ccx_cantilever_ele_seg2.bdf to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/mystran/ccx_cantilever_ele_seg2.bdf
[build] [772/3101 24% :: 2.388] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/mystran/ccx_cantilever_ele_tria3.bdf to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/mystran/ccx_cantilever_ele_tria3.bdf
[build] [773/3101 24% :: 2.389] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/mystran/mystran_plate.bdf to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/mystran/mystran_plate.bdf
[build] [774/3101 24% :: 2.391] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/mystran/ccx_cantilever_faceload.bdf to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/mystran/ccx_cantilever_faceload.bdf
[build] [775/3101 24% :: 2.391] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/open/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/open/__init__.py
[build] [776/3101 24% :: 2.396] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/mystran/ccx_cantilever_nodeload.bdf to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/mystran/ccx_cantilever_nodeload.bdf
[build] [777/3101 24% :: 2.406] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/open/all_objects_de9b3fb438.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/open/all_objects_de9b3fb438.FCStd
[build] [778/3101 24% :: 2.408] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/__init__.py
[build] [779/3101 24% :: 2.408] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/51.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/51.txt
[build] [780/3101 24% :: 2.408] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88.dyn to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88.dyn
[build] [781/3101 24% :: 2.408] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88i2.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88i2.txt
[build] [782/3101 24% :: 2.409] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88i5.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88i5.txt
[build] [783/3101 24% :: 2.409] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88elp.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88elp.txt
[build] [784/3101 24% :: 2.410] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88i1.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88i1.txt
[build] [785/3101 24% :: 2.415] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88man.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88man.txt
[build] [786/3101 24% :: 2.416] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88int.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88int.txt
[build] [787/3101 25% :: 2.418] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88mat.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88mat.txt
[build] [788/3101 25% :: 2.425] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/51.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/51.txt
[build] [789/3101 25% :: 2.426] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88i1.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88i1.txt
[build] [790/3101 25% :: 2.427] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88.dyn to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88.dyn
[build] [791/3101 25% :: 2.428] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88elp.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88elp.txt
[build] [792/3101 25% :: 2.429] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88man.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88man.txt
[build] [793/3101 25% :: 2.429] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88i5.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88i5.txt
[build] [794/3101 25% :: 2.430] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88int.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88int.txt
[build] [795/3101 25% :: 2.430] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88i2.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88i2.txt
[build] [796/3101 25% :: 2.437] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88mat.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88mat.txt
[build] [797/3101 25% :: 2.439] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/51.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/51.txt
[build] [798/3101 25% :: 2.441] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88.dyn to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88.dyn
[build] [799/3101 25% :: 2.445] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88elp.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88elp.txt
[build] [800/3101 25% :: 2.445] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88i1.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88i1.txt
[build] [801/3101 25% :: 2.446] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88i5.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88i5.txt
[build] [802/3101 25% :: 2.448] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88int.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88int.txt
[build] [803/3101 25% :: 2.449] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88i2.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88i2.txt
[build] [804/3101 25% :: 2.449] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88man.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88man.txt
[build] [805/3101 25% :: 2.451] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88mat.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88mat.txt
[build] [806/3101 25% :: 2.451] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/51.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/51.txt
[build] [807/3101 25% :: 2.458] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88.dyn to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88.dyn
[build] [808/3101 25% :: 2.463] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88elp.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88elp.txt
[build] [809/3101 25% :: 2.463] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88i1.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88i1.txt
[build] [810/3101 25% :: 2.465] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88man.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88man.txt
[build] [811/3101 25% :: 2.465] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88i2.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88i2.txt
[build] [812/3101 25% :: 2.467] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88i5.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88i5.txt
[build] [813/3101 25% :: 2.467] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88int.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88int.txt
[build] [814/3101 25% :: 2.470] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88mat.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88mat.txt
[build] [815/3101 25% :: 2.474] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtools/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtools/__init__.py
[build] [816/3101 25% :: 2.475] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtools/ccxtools.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtools/ccxtools.py
[build] [817/3101 25% :: 2.476] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtools/checksanalysis.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtools/checksanalysis.py
[build] [818/3101 26% :: 2.483] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtools/constants.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtools/constants.py
[build] [819/3101 26% :: 2.485] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtools/errors.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtools/errors.py
[build] [820/3101 26% :: 2.485] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtools/femutils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtools/femutils.py
[build] [821/3101 26% :: 2.486] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtools/geomtools.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtools/geomtools.py
[build] [822/3101 26% :: 2.486] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtools/membertools.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtools/membertools.py
[build] [823/3101 26% :: 2.487] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtools/tokrules.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtools/tokrules.py
[build] [824/3101 26% :: 2.487] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtools/migrate_app.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtools/migrate_app.py
[build] [825/3101 26% :: 2.491] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/TestFemGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/TestFemGui.py
[build] [826/3101 26% :: 2.494] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femguiobjects/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femguiobjects/__init__.py
[build] [827/3101 26% :: 2.509] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_constraint_centrif.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_constraint_centrif.py
[build] [828/3101 26% :: 2.510] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_constraint_currentdensity.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_constraint_currentdensity.py
[build] [829/3101 26% :: 2.511] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femguiobjects/readme.md to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femguiobjects/readme.md
[build] [830/3101 26% :: 2.512] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/__init__.py
[build] [831/3101 26% :: 2.514] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_constraint_electrostaticpotential.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_constraint_electrostaticpotential.py
[build] [832/3101 26% :: 2.516] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_constraint_bodyheatsource.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_constraint_bodyheatsource.py
[build] [833/3101 26% :: 2.517] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_constraint_flowvelocity.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_constraint_flowvelocity.py
[build] [834/3101 26% :: 2.519] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_constraint_initialflowvelocity.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_constraint_initialflowvelocity.py
[build] [835/3101 26% :: 2.520] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_constraint_initialpressure.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_constraint_initialpressure.py
[build] [836/3101 26% :: 2.522] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_constraint_magnetization.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_constraint_magnetization.py
[build] [837/3101 26% :: 2.523] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_constraint_sectionprint.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_constraint_sectionprint.py
[build] [838/3101 26% :: 2.532] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_element_fluid1D.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_element_fluid1D.py
[build] [839/3101 26% :: 2.536] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_element_geometry1D.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_element_geometry1D.py
[build] [840/3101 26% :: 2.539] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_constraint_tie.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_constraint_tie.py
[build] [841/3101 26% :: 2.541] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_element_rotation1D.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_element_rotation1D.py
[build] [842/3101 26% :: 2.542] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_element_geometry2D.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_element_geometry2D.py
[build] [843/3101 26% :: 2.542] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_material_common.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_material_common.py
[build] [844/3101 26% :: 2.543] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_material_reinforced.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_material_reinforced.py
[build] [845/3101 26% :: 2.544] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_mesh_boundarylayer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_mesh_boundarylayer.py
[build] [846/3101 26% :: 2.545] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_mesh_gmsh.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_mesh_gmsh.py
[build] [847/3101 26% :: 2.545] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_mesh_group.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_mesh_group.py
[build] [848/3101 26% :: 2.547] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_mesh_region.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_mesh_region.py
[build] [849/3101 27% :: 2.566] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_result_mechanical.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_result_mechanical.py
[build] [850/3101 27% :: 2.568] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtaskpanels/task_solver_ccxtools.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtaskpanels/task_solver_ccxtools.py
[build] [851/3101 27% :: 2.569] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femguiutils/selection_widgets.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femguiutils/selection_widgets.py
[build] [852/3101 27% :: 2.570] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/gui/test_open.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/gui/test_open.py
[build] [853/3101 27% :: 2.571] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femguiutils/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femguiutils/__init__.py
[build] [854/3101 27% :: 2.571] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femguiutils/migrate_gui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femguiutils/migrate_gui.py
[build] [855/3101 27% :: 2.571] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/__init__.py
[build] [856/3101 27% :: 2.572] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_constant_vacuumpermittivity.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_constant_vacuumpermittivity.py
[build] [857/3101 27% :: 2.573] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_base_femconstraint.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_base_femconstraint.py
[build] [858/3101 27% :: 2.574] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femtest/gui/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femtest/gui/__init__.py
[build] [859/3101 27% :: 2.575] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_base_femobject.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_base_femobject.py
[build] [860/3101 27% :: 2.597] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_constraint_bodyheatsource.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_constraint_bodyheatsource.py
[build] [861/3101 27% :: 2.599] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_constraint_currentdensity.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_constraint_currentdensity.py
[build] [862/3101 27% :: 2.599] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_constraint_electrostaticpotential.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_constraint_electrostaticpotential.py
[build] [863/3101 27% :: 2.599] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_constraint_flowvelocity.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_constraint_flowvelocity.py
[build] [864/3101 27% :: 2.599] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_constraint_initialpressure.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_constraint_initialpressure.py
[build] [865/3101 27% :: 2.601] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_constraint_centrif.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_constraint_centrif.py
[build] [866/3101 27% :: 2.603] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_constraint_initialflowvelocity.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_constraint_initialflowvelocity.py
[build] [867/3101 27% :: 2.604] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_constraint_sectionprint.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_constraint_sectionprint.py
[build] [868/3101 27% :: 2.609] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_constraint_tie.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_constraint_tie.py
[build] [869/3101 27% :: 2.616] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_constraint_selfweight.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_constraint_selfweight.py
[build] [870/3101 27% :: 2.619] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_element_geometry2D.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_element_geometry2D.py
[build] [871/3101 27% :: 2.619] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_element_fluid1D.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_element_fluid1D.py
[build] [872/3101 27% :: 2.619] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_material_mechanicalnonlinear.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_material_mechanicalnonlinear.py
[build] [873/3101 27% :: 2.619] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_element_rotation1D.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_element_rotation1D.py
[build] [874/3101 27% :: 2.619] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_material_common.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_material_common.py
[build] [875/3101 27% :: 2.623] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_constraint_magnetization.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_constraint_magnetization.py
[build] [876/3101 27% :: 2.625] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_element_geometry1D.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_element_geometry1D.py
[build] [877/3101 27% :: 2.625] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_mesh_boundarylayer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_mesh_boundarylayer.py
[build] [878/3101 27% :: 2.629] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_material_reinforced.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_material_reinforced.py
[build] [879/3101 27% :: 2.635] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_mesh_gmsh.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_mesh_gmsh.py
[build] [880/3101 28% :: 2.637] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_mesh_region.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_mesh_region.py
[build] [881/3101 28% :: 2.637] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_result_mechanical.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_result_mechanical.py
[build] [882/3101 28% :: 2.638] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_mesh_result.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_mesh_result.py
[build] [883/3101 28% :: 2.640] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_solver_ccxtools.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_solver_ccxtools.py
[build] [884/3101 28% :: 2.640] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/femviewprovider/view_mesh_group.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/femviewprovider/view_mesh_group.py
[build] [885/3101 28% :: 2.640] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/BodyHeatSource.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/BodyHeatSource.ui
[build] [886/3101 28% :: 2.642] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/ConstraintCentrif.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/ConstraintCentrif.ui
[build] [887/3101 28% :: 2.643] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/ConstraintSectionPrint.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/ConstraintSectionPrint.ui
[build] [888/3101 28% :: 2.647] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/ConstraintTie.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/ConstraintTie.ui
[build] [889/3101 28% :: 2.648] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/CurrentDensity.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/CurrentDensity.ui
[build] [890/3101 28% :: 2.659] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/ElectrostaticPotential.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/ElectrostaticPotential.ui
[build] [891/3101 28% :: 2.660] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/ElementFluid1D.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/ElementFluid1D.ui
[build] [892/3101 28% :: 2.660] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/ElementGeometry1D.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/ElementGeometry1D.ui
[build] [893/3101 28% :: 2.660] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/ElementGeometry2D.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/ElementGeometry2D.ui
[build] [894/3101 28% :: 2.661] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/ElementRotation1D.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/ElementRotation1D.ui
[build] [895/3101 28% :: 2.661] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/FlowVelocity.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/FlowVelocity.ui
[build] [896/3101 28% :: 2.664] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/InitialFlowVelocity.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/InitialFlowVelocity.ui
[build] [897/3101 28% :: 2.666] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/InitialPressure.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/InitialPressure.ui
[build] [898/3101 28% :: 2.674] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/Material.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/Material.ui
[build] [899/3101 28% :: 2.675] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/MaterialReinforcement.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/MaterialReinforcement.ui
[build] [900/3101 28% :: 2.678] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/MeshBoundaryLayer.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/MeshBoundaryLayer.ui
[build] [901/3101 28% :: 2.678] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/MeshGmsh.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/MeshGmsh.ui
[build] [902/3101 28% :: 2.679] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/MeshGroup.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/MeshGroup.ui
[build] [903/3101 28% :: 2.679] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/Magnetization.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/Magnetization.ui
[build] [904/3101 28% :: 2.680] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/MeshRegion.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/MeshRegion.ui
[build] [905/3101 28% :: 2.682] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/MeshGroupXDMFExport.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/MeshGroupXDMFExport.ui
[build] [906/3101 28% :: 2.683] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/ResultShow.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/ResultShow.ui
[build] [907/3101 28% :: 2.685] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/ResultHints.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/ResultHints.ui
[build] [908/3101 28% :: 2.693] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/ui/SolverCalculix.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Fem/Resources/ui/SolverCalculix.ui
[build] [909/3101 28% :: 2.695] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Init.py
[build] [910/3101 28% :: 2.696] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idf.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idf.py
[build] [911/3101 29% :: 2.696] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/License.txt to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/License.txt
[build] [912/3101 29% :: 2.699] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/0603_SMD.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/0603_SMD.stp
[build] [913/3101 29% :: 2.700] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/0805_SMD.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/0805_SMD.stp
[build] [914/3101 29% :: 2.706] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/1812_SMD.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/1812_SMD.stp
[build] [915/3101 29% :: 2.708] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/1206_SMD.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/1206_SMD.stp
[build] [916/3101 29% :: 2.710] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/1210_SMD.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/1210_SMD.stp
[build] [917/3101 29% :: 2.712] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/2225_SMD.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/2225_SMD.stp
[build] [918/3101 29% :: 2.713] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/2512_SMD.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/2512_SMD.stp
[build] [919/3101 29% :: 2.717] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/CAP_50SGV_8_10.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/CAP_50SGV_8_10.stp
[build] [920/3101 29% :: 2.724] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/EPL22_6_16.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/EPL22_6_16.stp
[build] [921/3101 29% :: 2.727] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/footprints_models.csv to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/footprints_models.csv
[build] [922/3101 29% :: 2.729] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/I22_2_5_16withEPL22_6_16.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/I22_2_5_16withEPL22_6_16.stp
[build] [923/3101 29% :: 2.730] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/MSOP_10.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/MSOP_10.stp
[build] [924/3101 29% :: 2.732] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/I22_2_5_16.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/I22_2_5_16.stp
[build] [925/3101 29% :: 2.734] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/RLF_12545.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/RLF_12545.stp
[build] [926/3101 29% :: 2.739] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/RLF_7030.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/RLF_7030.stp
[build] [927/3101 29% :: 2.740] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/SMB_DO_214AA.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/SMB_DO_214AA.stp
[build] [928/3101 29% :: 2.741] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/SMC_DO_214AB.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/SMC_DO_214AB.stp
[build] [929/3101 29% :: 2.743] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/SOD_323.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/SOD_323.stp
[build] [930/3101 29% :: 2.746] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/SOD_323.igs to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/SOD_323.igs
[build] [931/3101 29% :: 2.749] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/SOD_523.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/SOD_523.stp
[build] [932/3101 29% :: 2.757] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/SOT23.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/SOT23.stp
[build] [933/3101 29% :: 2.757] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/SOT404.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/SOT404.stp
[build] [934/3101 29% :: 2.757] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/SOT_96.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/SOT_96.stp
[build] [935/3101 29% :: 2.763] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/SOT_323_3.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/SOT_323_3.stp
[build] [936/3101 29% :: 2.766] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/SOT428_DPAK.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/SOT428_DPAK.stp
[build] [937/3101 29% :: 2.766] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/TCMT1107_4.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/TCMT1107_4.stp
[build] [938/3101 29% :: 2.770] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/VC0603_SMD.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/VC0603_SMD.stp
[build] [939/3101 29% :: 2.774] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/TSM_103_01_L_DV_A.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/TSM_103_01_L_DV_A.stp
[build] [940/3101 29% :: 2.791] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/TSM_104_01_L_DV_A.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/TSM_104_01_L_DV_A.stp
[build] [941/3101 29% :: 2.794] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/RLF_12545.igs to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/RLF_12545.igs
[build] [942/3101 30% :: 2.797] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Image/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Image/Init.py
[build] [943/3101 30% :: 2.798] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/TSS0P_8.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/TSS0P_8.stp
[build] [944/3101 30% :: 2.808] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Image/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Image/InitGui.py
[build] [945/3101 30% :: 2.808] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Image/ImageTools/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Image/ImageTools/__init__.py
[build] [946/3101 30% :: 2.812] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Image/ImageTools/_CommandImageScaling.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Image/ImageTools/_CommandImageScaling.py
[build] [947/3101 30% :: 2.815] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/SOT23.igs to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/SOT23.igs
[build] [948/3101 30% :: 2.819] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Idf/Idflibs/SOT404.igs to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Idf/Idflibs/SOT404.igs
[build] [949/3101 30% :: 2.819] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/stepZ.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/stepZ.py
[build] [950/3101 30% :: 2.822] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/Init.py
[build] [951/3101 30% :: 2.850] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/DxfPlate/blocks112.rub to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Import/DxfPlate/blocks112.rub
[build] [952/3101 30% :: 2.854] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/DxfPlate/blocks114.rub to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Import/DxfPlate/blocks114.rub
[build] [953/3101 30% :: 2.854] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/InitGui.py
[build] [954/3101 30% :: 2.854] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/DxfPlate/classes14.rub to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Import/DxfPlate/classes14.rub
[build] [955/3101 30% :: 2.855] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/DxfPlate/blocks10.rub to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Import/DxfPlate/blocks10.rub
[build] [956/3101 30% :: 2.859] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/DxfPlate/entities0.rub to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Import/DxfPlate/entities0.rub
[build] [957/3101 30% :: 2.862] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/DxfPlate/header0.rub to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Import/DxfPlate/header0.rub
[build] [958/3101 30% :: 2.862] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/DxfPlate/entities12.rub to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Import/DxfPlate/entities12.rub
[build] [959/3101 30% :: 2.866] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/DxfPlate/entities14.rub to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Import/DxfPlate/entities14.rub
[build] [960/3101 30% :: 2.870] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/DxfPlate/header12.rub to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Import/DxfPlate/header12.rub
[build] [961/3101 30% :: 2.883] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/DxfPlate/header14.rub to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Import/DxfPlate/header14.rub
[build] [962/3101 30% :: 2.888] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/DxfPlate/tables10.rub to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Import/DxfPlate/tables10.rub
[build] [963/3101 30% :: 2.891] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/DxfPlate/tables112.rub to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Import/DxfPlate/tables112.rub
[build] [964/3101 30% :: 2.894] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/DxfPlate/tables114.rub to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Import/DxfPlate/tables114.rub
[build] [965/3101 30% :: 2.895] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/DxfPlate/tables20.rub to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Import/DxfPlate/tables20.rub
[build] [966/3101 30% :: 2.898] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/DxfPlate/objects14.rub to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Import/DxfPlate/objects14.rub
[build] [967/3101 30% :: 2.898] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/DxfPlate/tables212.rub to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Import/DxfPlate/tables212.rub
[build] [968/3101 30% :: 2.901] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/DxfPlate/tables214.rub to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Import/DxfPlate/tables214.rub
[build] [969/3101 30% :: 2.916] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/SCL/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/SCL/__init__.py
[build] [970/3101 30% :: 2.916] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/SCL/AggregationDataTypes.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/SCL/AggregationDataTypes.py
[build] [971/3101 30% :: 2.916] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/SCL/BaseType.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/SCL/BaseType.py
[build] [972/3101 30% :: 2.916] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/SCL/ConstructedDataTypes.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/SCL/ConstructedDataTypes.py
[build] [973/3101 31% :: 2.918] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/SCL/Model.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/SCL/Model.py
[build] [974/3101 31% :: 2.919] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/SCL/Builtin.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/SCL/Builtin.py
[build] [975/3101 31% :: 2.931] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/SCL/SimpleDataTypes.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/SCL/SimpleDataTypes.py
[build] [976/3101 31% :: 2.933] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/SCL/SCLBase.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/SCL/SCLBase.py
[build] [977/3101 31% :: 2.934] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/SCL/essa_par.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/SCL/essa_par.py
[build] [978/3101 31% :: 2.936] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/SCL/TypeChecker.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/SCL/TypeChecker.py
[build] [979/3101 31% :: 2.937] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/SCL/Utils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/SCL/Utils.py
[build] [980/3101 31% :: 2.937] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/SCL/SimpleReader.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/SCL/SimpleReader.py
[build] [981/3101 31% :: 2.937] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/SCL/Product1.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/SCL/Product1.stp
[build] [982/3101 31% :: 2.938] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/SCL/gasket1.p21 to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/SCL/gasket1.p21
[build] [983/3101 31% :: 2.939] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/SCL/Part21.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/SCL/Part21.py
[build] [984/3101 31% :: 2.943] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/SCL/Aufspannung.stp to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/SCL/Aufspannung.stp
[build] [985/3101 31% :: 2.949] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/SCL/Rules.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/SCL/Rules.py
[build] [986/3101 31% :: 2.956] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/PlmXmlParser.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/PlmXmlParser.py
[build] [987/3101 31% :: 2.956] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Material/InitGui.py
[build] [988/3101 31% :: 2.956] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/importFCMat.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Material/importFCMat.py
[build] [989/3101 31% :: 2.957] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/MaterialEditor.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Material/MaterialEditor.py
[build] [990/3101 31% :: 2.958] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Material/Init.py
[build] [991/3101 31% :: 2.959] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/Material.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Material/Material.py
[build] [992/3101 31% :: 2.960] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/ifc2x3.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/ifc2x3.py
[build] [993/3101 31% :: 2.960] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/automotive_design.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/automotive_design.py
[build] [994/3101 31% :: 2.964] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/ifc4.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Import/ifc4.py
[build] [995/3101 31% :: 2.967] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/materials-editor.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Material/materials-editor.ui
[build] [996/3101 31% :: 2.976] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/Templatematerial.yml to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Material/Templatematerial.yml
[build] [997/3101 31% :: 2.978] Copying /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Material/Material_rc.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Material/Material_rc.py
[build] [998/3101 31% :: 2.978] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/Resources/icons/preview-rendered.svg to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Material/Resources/icons/preview-rendered.svg
[build] [999/3101 31% :: 2.980] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/materialtools/cardutils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Material/materialtools/cardutils.py
[build] [1000/3101 31% :: 2.981] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/None.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/None.FCMat
[build] [1001/3101 31% :: 2.982] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/Resources/icons/preview-vector.svg to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Material/Resources/icons/preview-vector.svg
[build] [1002/3101 31% :: 2.987] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/AlMg3F24.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/AlMg3F24.FCMat
[build] [1003/3101 31% :: 2.989] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Acrylic-Glass-Generic.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Acrylic-Glass-Generic.FCMat
[build] [1004/3101 32% :: 2.991] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/materialtools/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Material/materialtools/__init__.py
[build] [1005/3101 32% :: 2.993] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/ABS-Generic.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/ABS-Generic.FCMat
[build] [1006/3101 32% :: 2.996] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/AlZn4-5Mg1F35.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/AlZn4-5Mg1F35.FCMat
[build] [1007/3101 32% :: 3.001] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Aluminum-Generic.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Aluminum-Generic.FCMat
[build] [1008/3101 32% :: 3.003] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Glass-E-GlassFibre.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Glass-E-GlassFibre.FCMat
[build] [1009/3101 32% :: 3.003] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/CalculiX-Steel.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/CalculiX-Steel.FCMat
[build] [1010/3101 32% :: 3.005] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/AlMgSi1F31.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/AlMgSi1F31.FCMat
[build] [1011/3101 32% :: 3.006] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Aluminum-6061-T6.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Aluminum-6061-T6.FCMat
[build] [1012/3101 32% :: 3.007] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Concrete-Generic.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Concrete-Generic.FCMat
[build] [1013/3101 32% :: 3.008] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Glass-Generic.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Glass-Generic.FCMat
[build] [1014/3101 32% :: 3.009] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Graphite.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Graphite.FCMat
[build] [1015/3101 32% :: 3.010] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Copper-Generic.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Copper-Generic.FCMat
[build] [1016/3101 32% :: 3.011] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Glass-S2-GlassFibre.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Glass-S2-GlassFibre.FCMat
[build] [1017/3101 32% :: 3.018] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Invar-Generic.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Invar-Generic.FCMat
[build] [1018/3101 32% :: 3.021] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Iron-Generic.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Iron-Generic.FCMat
[build] [1019/3101 32% :: 3.022] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/PA6-Generic.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/PA6-Generic.FCMat
[build] [1020/3101 32% :: 3.025] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/PLA-Generic.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/PLA-Generic.FCMat
[build] [1021/3101 32% :: 3.027] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/PP-Generic.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/PP-Generic.FCMat
[build] [1022/3101 32% :: 3.027] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/PTFE-Generic.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/PTFE-Generic.FCMat
[build] [1023/3101 32% :: 3.028] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/PET-Generic.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/PET-Generic.FCMat
[build] [1024/3101 32% :: 3.029] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-15CrNi6.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-15CrNi6.FCMat
[build] [1025/3101 32% :: 3.032] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Reinforcement-FIB-B500.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Reinforcement-FIB-B500.FCMat
[build] [1026/3101 32% :: 3.034] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/PVC-Generic.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/PVC-Generic.FCMat
[build] [1027/3101 32% :: 3.034] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-17CrNiMo6.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-17CrNiMo6.FCMat
[build] [1028/3101 32% :: 3.035] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-1C22.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-1C22.FCMat
[build] [1029/3101 32% :: 3.038] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-1C35.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-1C35.FCMat
[build] [1030/3101 32% :: 3.048] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-1C45.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-1C45.FCMat
[build] [1031/3101 32% :: 3.049] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-1C60.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-1C60.FCMat
[build] [1032/3101 32% :: 3.051] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-20NiCrMo2.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-20NiCrMo2.FCMat
[build] [1033/3101 32% :: 3.052] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-28Mn6.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-28Mn6.FCMat
[build] [1034/3101 32% :: 3.054] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-2C10.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-2C10.FCMat
[build] [1035/3101 33% :: 3.054] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-30CrNiMo8.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-30CrNiMo8.FCMat
[build] [1036/3101 33% :: 3.056] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-34CrNiMo6.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-34CrNiMo6.FCMat
[build] [1037/3101 33% :: 3.059] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-3C22.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-3C22.FCMat
[build] [1038/3101 33% :: 3.060] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-36NiCrMo16.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-36NiCrMo16.FCMat
[build] [1039/3101 33% :: 3.063] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-36CrNiMo4.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-36CrNiMo4.FCMat
[build] [1040/3101 33% :: 3.067] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-3C15.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-3C15.FCMat
[build] [1041/3101 33% :: 3.074] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-3C35.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-3C35.FCMat
[build] [1042/3101 33% :: 3.074] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-3V45.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-3V45.FCMat
[build] [1043/3101 33% :: 3.079] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-C22E.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-C22E.FCMat
[build] [1044/3101 33% :: 3.082] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-C15.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-C15.FCMat
[build] [1045/3101 33% :: 3.084] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-C30E.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-C30E.FCMat
[build] [1046/3101 33% :: 3.087] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-C10.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-C10.FCMat
[build] [1047/3101 33% :: 3.095] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-C25E.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-C25E.FCMat
[build] [1048/3101 33% :: 3.097] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-C40E.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-C40E.FCMat
[build] [1049/3101 33% :: 3.099] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-C50E.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-C50E.FCMat
[build] [1050/3101 33% :: 3.101] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-C55E.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-C55E.FCMat
[build] [1051/3101 33% :: 3.102] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-C60E.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-C60E.FCMat
[build] [1052/3101 33% :: 3.104] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-E295.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-E295.FCMat
[build] [1053/3101 33% :: 3.106] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-E295-GC.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-E295-GC.FCMat
[build] [1054/3101 33% :: 3.110] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-E335.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-E335.FCMat
[build] [1055/3101 33% :: 3.110] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-E335-GC.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-E335-GC.FCMat
[build] [1056/3101 33% :: 3.112] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-E360-GC.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-E360-GC.FCMat
[build] [1057/3101 33% :: 3.114] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-EN-GJL-100.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-EN-GJL-100.FCMat
[build] [1058/3101 33% :: 3.116] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-EN-GJL-150.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-EN-GJL-150.FCMat
[build] [1059/3101 33% :: 3.127] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-EN-GJL-250.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-EN-GJL-250.FCMat
[build] [1060/3101 33% :: 3.127] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-EN-GJMB-350-10.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-EN-GJMB-350-10.FCMat
[build] [1061/3101 33% :: 3.129] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-EN-GJL-300.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-EN-GJL-300.FCMat
[build] [1062/3101 33% :: 3.130] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-EN-GJL-350.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-EN-GJL-350.FCMat
[build] [1063/3101 33% :: 3.131] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-EN-GJL-200.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-EN-GJL-200.FCMat
[build] [1064/3101 33% :: 3.131] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-EN-GJMB-550-4.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-EN-GJMB-550-4.FCMat
[build] [1065/3101 33% :: 3.135] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-E360.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-E360.FCMat
[build] [1066/3101 34% :: 3.140] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-EN-GJMB-650-2.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-EN-GJMB-650-2.FCMat
[build] [1067/3101 34% :: 3.141] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-EN-GJMW-350-4.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-EN-GJMW-350-4.FCMat
[build] [1068/3101 34% :: 3.141] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-EN-GJMW-360-12.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-EN-GJMW-360-12.FCMat
[build] [1069/3101 34% :: 3.142] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-EN-GJMW-400-5.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-EN-GJMW-400-5.FCMat
[build] [1070/3101 34% :: 3.144] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-EN-GJMW-450-7.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-EN-GJMW-450-7.FCMat
[build] [1071/3101 34% :: 3.147] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-EN-GJS-400-15.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-EN-GJS-400-15.FCMat
[build] [1072/3101 34% :: 3.148] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-EN-GJS-500-7.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-EN-GJS-500-7.FCMat
[build] [1073/3101 34% :: 3.149] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-EN-GJS-600-3.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-EN-GJS-600-3.FCMat
[build] [1074/3101 34% :: 3.150] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-EN-GJS-800-1.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-EN-GJS-800-1.FCMat
[build] [1075/3101 34% :: 3.152] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-EN-GJS-700-2.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-EN-GJS-700-2.FCMat
[build] [1076/3101 34% :: 3.154] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-G16Mn5.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-G16Mn5.FCMat
[build] [1077/3101 34% :: 3.161] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-G20Mn5.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-G20Mn5.FCMat
[build] [1078/3101 34% :: 3.163] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-G230.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-G230.FCMat
[build] [1079/3101 34% :: 3.163] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-G260.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-G260.FCMat
[build] [1080/3101 34% :: 3.165] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-G300.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-G300.FCMat
[build] [1081/3101 34% :: 3.165] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-G200.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-G200.FCMat
[build] [1082/3101 34% :: 3.165] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-G30Mn5.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-G30Mn5.FCMat
[build] [1083/3101 34% :: 3.166] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-Generic.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-Generic.FCMat
[build] [1084/3101 34% :: 3.173] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S185.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S185.FCMat
[build] [1085/3101 34% :: 3.183] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S235JO.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S235JO.FCMat
[build] [1086/3101 34% :: 3.185] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S235JRG1.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S235JRG1.FCMat
[build] [1087/3101 34% :: 3.187] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S235JR.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S235JR.FCMat
[build] [1088/3101 34% :: 3.197] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S260NC.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S260NC.FCMat
[build] [1089/3101 34% :: 3.197] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S275JO.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S275JO.FCMat
[build] [1090/3101 34% :: 3.200] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S275N.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S275N.FCMat
[build] [1091/3101 34% :: 3.201] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S335JO.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S335JO.FCMat
[build] [1092/3101 34% :: 3.202] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S335JR.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S335JR.FCMat
[build] [1093/3101 34% :: 3.203] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S335N.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S335N.FCMat
[build] [1094/3101 34% :: 3.204] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S340MC.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S340MC.FCMat
[build] [1095/3101 34% :: 3.205] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S275JR.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S275JR.FCMat
[build] [1096/3101 34% :: 3.208] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S420MC.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S420MC.FCMat
[build] [1097/3101 35% :: 3.210] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S380MC.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S380MC.FCMat
[build] [1098/3101 35% :: 3.210] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S355J2G3.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S355J2G3.FCMat
[build] [1099/3101 35% :: 3.218] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S460MC.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S460MC.FCMat
[build] [1100/3101 35% :: 3.219] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S420N.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S420N.FCMat
[build] [1101/3101 35% :: 3.219] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S460N.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S460N.FCMat
[build] [1102/3101 35% :: 3.221] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-St-37-2K.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-St-37-2K.FCMat
[build] [1103/3101 35% :: 3.223] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S690MC.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S690MC.FCMat
[build] [1104/3101 35% :: 3.223] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S500MC.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S500MC.FCMat
[build] [1105/3101 35% :: 3.224] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-S550MC.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-S550MC.FCMat
[build] [1106/3101 35% :: 3.225] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-St-E-255.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-St-E-255.FCMat
[build] [1107/3101 35% :: 3.228] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-St-E-380.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-St-E-380.FCMat
[build] [1108/3101 35% :: 3.237] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-St-E-460.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-St-E-460.FCMat
[build] [1109/3101 35% :: 3.239] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-St-E-315.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-St-E-315.FCMat
[build] [1110/3101 35% :: 3.242] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-St-E-500.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-St-E-500.FCMat
[build] [1111/3101 35% :: 3.242] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-X2CrNiMoN17-13-3.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-X2CrNiMoN17-13-3.FCMat
[build] [1112/3101 35% :: 3.243] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-X2CrNiN24-4.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-X2CrNiN24-4.FCMat
[build] [1113/3101 35% :: 3.245] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-X39CrMo17-1.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-X39CrMo17-1.FCMat
[build] [1114/3101 35% :: 3.246] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-X3CrNiMo13-14.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-X3CrNiMo13-14.FCMat
[build] [1115/3101 35% :: 3.246] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-X5CrNi18-10.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-X5CrNi18-10.FCMat
[build] [1116/3101 35% :: 3.247] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-X5CrNiMo17-12-2.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-X5CrNiMo17-12-2.FCMat
[build] [1117/3101 35% :: 3.250] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Steel-X6CrNiTi18-10.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Steel-X6CrNiTi18-10.FCMat
[build] [1118/3101 35% :: 3.251] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/TEMPLATE.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/TEMPLATE.FCMat
[build] [1119/3101 35% :: 3.261] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Ti-6Al-4V.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Ti-6Al-4V.FCMat
[build] [1120/3101 35% :: 3.263] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Wood-Generic.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Wood-Generic.FCMat
[build] [1121/3101 35% :: 3.264] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/StandardMaterial/Readme.txt to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/StandardMaterial/Readme.txt
[build] [1122/3101 35% :: 3.265] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/FluidMaterial/None.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/FluidMaterial/None.FCMat
[build] [1123/3101 35% :: 3.265] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/FluidMaterial/Carbon_dioxide.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/FluidMaterial/Carbon_dioxide.FCMat
[build] [1124/3101 35% :: 3.266] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/FluidMaterial/Argon.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/FluidMaterial/Argon.FCMat
[build] [1125/3101 35% :: 3.269] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/FluidMaterial/Air.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/FluidMaterial/Air.FCMat
[build] [1126/3101 35% :: 3.275] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/FluidMaterial/Nitrogen.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/FluidMaterial/Nitrogen.FCMat
[build] [1127/3101 35% :: 3.280] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/FluidMaterial/Water.FCMat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/FluidMaterial/Water.FCMat
[build] [1128/3101 36% :: 3.281] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Material/FluidMaterial/Readme.md to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Material/FluidMaterial/Readme.md
[build] [1129/3101 36% :: 3.281] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Mesh/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Mesh/Init.py
[build] [1130/3101 36% :: 3.285] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Mesh/BuildRegularGeoms.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Mesh/BuildRegularGeoms.py
[build] [1131/3101 36% :: 3.287] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Mesh/MeshEnums.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Mesh/MeshEnums.py
[build] [1132/3101 36% :: 3.288] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Mesh/App/MeshTestsApp.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Mesh/MeshTestsApp.py
[build] [1133/3101 36% :: 3.288] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Mesh/App/TestData/NASTRAN_Test_GRID_CQUAD4.bdf to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Mesh/App/TestData/NASTRAN_Test_GRID_CQUAD4.bdf
[build] [1134/3101 36% :: 3.290] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Mesh/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Mesh/InitGui.py
[build] [1135/3101 36% :: 3.292] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Mesh/App/TestData/NASTRAN_Test_Delimited_GRID_CQUAD4.bdf to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Mesh/App/TestData/NASTRAN_Test_Delimited_GRID_CQUAD4.bdf
[build] [1136/3101 36% :: 3.295] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Mesh/App/TestData/NASTRAN_Test_GRIDSTAR_CQUAD4.bdf to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Mesh/App/TestData/NASTRAN_Test_GRIDSTAR_CQUAD4.bdf
[build] [1137/3101 36% :: 3.297] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Mesh/App/TestData/NASTRAN_Test_GRID_CTRIA3.bdf to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Mesh/App/TestData/NASTRAN_Test_GRID_CTRIA3.bdf
[build] [1138/3101 36% :: 3.300] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/Init.py
[build] [1139/3101 36% :: 3.303] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/InitGui.py
[build] [1140/3101 36% :: 3.305] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/OpenSCAD2Dgeom.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCAD2Dgeom.py
[build] [1141/3101 36% :: 3.307] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/OpenSCADFeatures.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCADFeatures.py
[build] [1142/3101 36% :: 3.307] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/OpenSCADUtils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCADUtils.py
[build] [1143/3101 36% :: 3.309] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/OpenSCADCommands.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCADCommands.py
[build] [1144/3101 36% :: 3.310] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/importCSG.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/importCSG.py
[build] [1145/3101 36% :: 3.310] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/tokrules.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/tokrules.py
[build] [1146/3101 36% :: 3.311] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/exportCSG.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/exportCSG.py
[build] [1147/3101 36% :: 3.319] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/expandplacements.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/expandplacements.py
[build] [1148/3101 36% :: 3.322] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/TestOpenSCADApp.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/TestOpenSCADApp.py
[build] [1149/3101 36% :: 3.323] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/replaceobj.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/replaceobj.py
[build] [1150/3101 36% :: 3.325] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/TestOpenSCADGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/TestOpenSCADGui.py
[build] [1151/3101 36% :: 3.325] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/colorcodeshapes.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/colorcodeshapes.py
[build] [1152/3101 36% :: 3.326] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/Resources/icons/OpenSCADWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/OpenSCAD/Resources/icons/OpenSCADWorkbench.svg
[build] [1153/3101 36% :: 3.327] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/OpenSCADTest/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCADTest/__init__.py
[build] [1154/3101 36% :: 3.328] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/OpenSCADTest/app/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCADTest/app/__init__.py
[build] [1155/3101 36% :: 3.329] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/OpenSCADTest/test_information.md to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCADTest/test_information.md
[build] [1156/3101 36% :: 3.329] Copying /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/OpenSCAD/OpenSCAD_rc.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCAD_rc.py
[build] [1157/3101 36% :: 3.333] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/OpenSCADTest/app/test_importCSG.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCADTest/app/test_importCSG.py
[build] [1158/3101 36% :: 3.342] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/OpenSCADTest/data/CSG.csg to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCADTest/data/CSG.csg
[build] [1159/3101 37% :: 3.345] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/OpenSCADTest/data/Cube.stl to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCADTest/data/Cube.stl
[build] [1160/3101 37% :: 3.345] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/OpenSCADTest/data/Square.dxf to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCADTest/data/Square.dxf
[build] [1161/3101 37% :: 3.345] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/OpenSCADTest/data/CSG.scad to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCADTest/data/CSG.scad
[build] [1162/3101 37% :: 3.347] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/OpenSCADTest/data/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCADTest/data/__init__.py
[build] [1163/3101 37% :: 3.347] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/OpenSCADTest/gui/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCADTest/gui/__init__.py
[build] [1164/3101 37% :: 3.348] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/OpenSCADTest/gui/test_dummy.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCADTest/gui/test_dummy.py
[build] [1165/3101 37% :: 3.349] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/OpenSCADTest/data/Surface.dat to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCADTest/data/Surface.dat
[build] [1166/3101 37% :: 3.349] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/OpenSCADTest/data/Surface.png to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCADTest/data/Surface.png
[build] [1167/3101 37% :: 3.351] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/OpenSCAD/OpenSCADTest/data/Surface2.dat to /Users/osh/Documents/Dev/FreeCAD/build/Mod/OpenSCAD/OpenSCADTest/data/Surface2.dat
[build] [1168/3101 37% :: 3.353] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/Init.py
[build] [1169/3101 37% :: 3.362] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/JoinFeatures.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/JoinFeatures.py
[build] [1170/3101 37% :: 3.364] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/InitGui.py
[build] [1171/3101 37% :: 3.365] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/MakeBottle.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/MakeBottle.py
[build] [1172/3101 37% :: 3.366] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/PartEnums.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/PartEnums.py
[build] [1173/3101 37% :: 3.368] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/TestPartApp.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/TestPartApp.py
[build] [1174/3101 37% :: 3.371] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/TestPartGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/TestPartGui.py
[build] [1175/3101 37% :: 3.372] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/AttachmentEditor/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/AttachmentEditor/__init__.py
[build] [1176/3101 37% :: 3.373] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/AttachmentEditor/Commands.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/AttachmentEditor/Commands.py
[build] [1177/3101 37% :: 3.375] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/AttachmentEditor/FrozenClass.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/AttachmentEditor/FrozenClass.py
[build] [1178/3101 37% :: 3.375] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/AttachmentEditor/TaskAttachmentEditor.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/AttachmentEditor/TaskAttachmentEditor.py
[build] [1179/3101 37% :: 3.377] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/AttachmentEditor/TaskAttachmentEditor.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/AttachmentEditor/TaskAttachmentEditor.ui
[build] [1180/3101 37% :: 3.393] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/BasicShapes/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/BasicShapes/__init__.py
[build] [1181/3101 37% :: 3.395] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/BasicShapes/Shapes.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/BasicShapes/Shapes.py
[build] [1182/3101 37% :: 3.398] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/BasicShapes/Utils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/BasicShapes/Utils.py
[build] [1183/3101 37% :: 3.400] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/BasicShapes/CommandShapes.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/BasicShapes/CommandShapes.py
[build] [1184/3101 37% :: 3.401] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/BasicShapes/ViewProviderShapes.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/BasicShapes/ViewProviderShapes.py
[build] [1185/3101 37% :: 3.403] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/BasicShapes/ShapeContent.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/BasicShapes/ShapeContent.py
[build] [1186/3101 37% :: 3.403] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/BasicShapes/TaskTube.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/BasicShapes/TaskTube.ui
[build] [1187/3101 37% :: 3.404] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/BOPTools/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/BOPTools/__init__.py
[build] [1188/3101 37% :: 3.404] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/BOPTools/GeneralFuseResult.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/BOPTools/GeneralFuseResult.py
[build] [1189/3101 37% :: 3.404] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/BOPTools/JoinAPI.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/BOPTools/JoinAPI.py
[build] [1190/3101 38% :: 3.404] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/BOPTools/JoinFeatures.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/BOPTools/JoinFeatures.py
[build] [1191/3101 38% :: 3.424] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/BOPTools/ShapeMerge.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/BOPTools/ShapeMerge.py
[build] [1192/3101 38% :: 3.425] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/BOPTools/SplitAPI.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/BOPTools/SplitAPI.py
[build] [1193/3101 38% :: 3.427] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/BOPTools/SplitFeatures.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/BOPTools/SplitFeatures.py
[build] [1194/3101 38% :: 3.427] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/BOPTools/Utils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/BOPTools/Utils.py
[build] [1195/3101 38% :: 3.428] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/CompoundTools/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/CompoundTools/__init__.py
[build] [1196/3101 38% :: 3.428] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/CompoundTools/_CommandCompoundFilter.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/CompoundTools/_CommandCompoundFilter.py
[build] [1197/3101 38% :: 3.429] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/parttests/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/parttests/__init__.py
[build] [1198/3101 38% :: 3.429] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/CompoundTools/Explode.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/CompoundTools/Explode.py
[build] [1199/3101 38% :: 3.429] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/parttests/part_test_objects.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/parttests/part_test_objects.py
[build] [1200/3101 38% :: 3.430] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/CompoundTools/CompoundFilter.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/CompoundTools/CompoundFilter.py
[build] [1201/3101 38% :: 3.431] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/CompoundTools/_CommandExplodeCompound.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/CompoundTools/_CommandExplodeCompound.py
[build] [1202/3101 38% :: 3.447] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/parttests/regression_tests.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/parttests/regression_tests.py
[build] [1203/3101 38% :: 3.448] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/parttests/TopoShapeListTest.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Part/parttests/TopoShapeListTest.py
[build] [1204/3101 38% :: 3.449] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/__init__.py
[build] [1205/3101 38% :: 3.449] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/InitGui.py
[build] [1206/3101 38% :: 3.450] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/SprocketFeature.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/SprocketFeature.py
[build] [1207/3101 38% :: 3.450] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/TestPartDesignGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/TestPartDesignGui.py
[build] [1208/3101 38% :: 3.450] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/InvoluteGearFeature.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/InvoluteGearFeature.py
[build] [1209/3101 38% :: 3.452] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/Init.py
[build] [1210/3101 38% :: 3.453] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/SprocketFeature.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/SprocketFeature.ui
[build] [1211/3101 38% :: 3.458] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/TestPartDesignApp.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/TestPartDesignApp.py
[build] [1212/3101 38% :: 3.464] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/InvoluteGearFeature.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/InvoluteGearFeature.ui
[build] [1213/3101 38% :: 3.472] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Scripts/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/Scripts/__init__.py
[build] [1214/3101 38% :: 3.473] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Scripts/DistanceBolt.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/Scripts/DistanceBolt.py
[build] [1215/3101 38% :: 3.473] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Scripts/FilletArc.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/Scripts/FilletArc.py
[build] [1216/3101 38% :: 3.474] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Scripts/Parallelepiped.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/Scripts/Parallelepiped.py
[build] [1217/3101 38% :: 3.475] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Scripts/Gear.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/Scripts/Gear.py
[build] [1218/3101 38% :: 3.477] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Scripts/Spring.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/Scripts/Spring.py
[build] [1219/3101 38% :: 3.477] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/__init__.py
[build] [1220/3101 38% :: 3.478] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Scripts/Epitrochoid.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/Scripts/Epitrochoid.py
[build] [1221/3101 39% :: 3.478] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Scripts/RadialCopy.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/Scripts/RadialCopy.py
[build] [1222/3101 39% :: 3.493] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestHole.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestHole.py
[build] [1223/3101 39% :: 3.496] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestShapeBinder.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestShapeBinder.py
[build] [1224/3101 39% :: 3.496] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestPad.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestPad.py
[build] [1225/3101 39% :: 3.499] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestPocket.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestPocket.py
[build] [1226/3101 39% :: 3.499] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestDatum.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestDatum.py
[build] [1227/3101 39% :: 3.500] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestRevolve.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestRevolve.py
[build] [1228/3101 39% :: 3.502] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestMirrored.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestMirrored.py
[build] [1229/3101 39% :: 3.502] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestLinearPattern.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestLinearPattern.py
[build] [1230/3101 39% :: 3.504] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestPrimitive.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestPrimitive.py
[build] [1231/3101 39% :: 3.506] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestLoft.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestLoft.py
[build] [1232/3101 39% :: 3.508] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestPipe.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestPipe.py
[build] [1233/3101 39% :: 3.519] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestPolarPattern.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestPolarPattern.py
[build] [1234/3101 39% :: 3.519] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestMultiTransform.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestMultiTransform.py
[build] [1235/3101 39% :: 3.520] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestBoolean.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestBoolean.py
[build] [1236/3101 39% :: 3.521] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestInvoluteGear.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestInvoluteGear.py
[build] [1237/3101 39% :: 3.524] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestFillet.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestFillet.py
[build] [1238/3101 39% :: 3.524] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/Fixtures/InvoluteGear_v0-20.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/Fixtures/InvoluteGear_v0-20.FCStd
[build] [1239/3101 39% :: 3.525] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestChamfer.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestChamfer.py
[build] [1240/3101 39% :: 3.525] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestDraft.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestDraft.py
[build] [1241/3101 39% :: 3.528] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/TestThickness.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/TestThickness.py
[build] [1242/3101 39% :: 3.528] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/fcgear/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/fcgear/__init__.py
[build] [1243/3101 39% :: 3.530] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/PartDesignTests/Fixtures/InternalInvoluteGear_v0-20.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/PartDesignTests/Fixtures/InternalInvoluteGear_v0-20.FCStd
[build] [1244/3101 39% :: 3.544] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/fcgear/involute.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/fcgear/involute.py
[build] [1245/3101 39% :: 3.544] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/fcgear/svggear.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/fcgear/svggear.py
[build] [1246/3101 39% :: 3.547] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/fcsprocket/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/fcsprocket/__init__.py
[build] [1247/3101 39% :: 3.547] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/fcgear/fcgear.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/fcgear/fcgear.py
[build] [1248/3101 39% :: 3.547] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/fcsprocket/fcsprocket.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/fcsprocket/fcsprocket.py
[build] [1249/3101 39% :: 3.547] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/fcsprocket/sprocket.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/fcsprocket/sprocket.py
[build] [1250/3101 39% :: 3.552] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/fcsprocket/fcsprocketdialog.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/fcsprocket/fcsprocketdialog.py
[build] [1251/3101 39% :: 3.554] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Resources/Hole/din7984.json to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/PartDesign/Resources/Hole/din7984.json
[build] [1252/3101 40% :: 3.556] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Resources/Hole/iso10642.json to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/PartDesign/Resources/Hole/iso10642.json
[build] [1253/3101 40% :: 3.566] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Resources/Hole/iso10642-fine.json to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/PartDesign/Resources/Hole/iso10642-fine.json
[build] [1254/3101 40% :: 3.568] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Resources/Hole/iso14583.json to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/PartDesign/Resources/Hole/iso14583.json
[build] [1255/3101 40% :: 3.568] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Resources/Hole/iso4762.json to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/PartDesign/Resources/Hole/iso4762.json
[build] [1256/3101 40% :: 3.570] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Resources/Hole/iso4762-fine.json to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/PartDesign/Resources/Hole/iso4762-fine.json
[build] [1257/3101 40% :: 3.572] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Resources/Hole/iso14583part.json to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/PartDesign/Resources/Hole/iso14583part.json
[build] [1258/3101 40% :: 3.576] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Resources/Hole/iso2009.json to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/PartDesign/Resources/Hole/iso2009.json
[build] [1259/3101 40% :: 3.578] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Resources/Hole/iso4762_7089.json to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/PartDesign/Resources/Hole/iso4762_7089.json
[build] [1260/3101 40% :: 3.580] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Resources/Hole/iso7046.json to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/PartDesign/Resources/Hole/iso7046.json
[build] [1261/3101 40% :: 3.582] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/WizardShaft/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/WizardShaft/__init__.py
[build] [1262/3101 40% :: 3.594] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/WizardShaft/WizardShaft.svg to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/WizardShaft/WizardShaft.svg
[build] [1263/3101 40% :: 3.594] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/WizardShaft/WizardShaft.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/WizardShaft/WizardShaft.py
[build] [1264/3101 40% :: 3.596] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Resources/Hole/iso12474-fine.json to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/PartDesign/Resources/Hole/iso12474-fine.json
[build] [1265/3101 40% :: 3.598] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/WizardShaft/WizardShaftTable.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/WizardShaft/WizardShaftTable.py
[build] [1266/3101 40% :: 3.600] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/WizardShaft/Shaft.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/WizardShaft/Shaft.py
[build] [1267/3101 40% :: 3.600] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/WizardShaft/ShaftDiagram.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/WizardShaft/ShaftDiagram.py
[build] [1268/3101 40% :: 3.602] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/WizardShaft/ShaftFeature.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/WizardShaft/ShaftFeature.py
[build] [1269/3101 40% :: 3.602] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/WizardShaft/SegmentFunction.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/PartDesign/WizardShaft/SegmentFunction.py
[build] [1270/3101 40% :: 3.602] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathScripts/PathUtils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathScripts/PathUtils.py
[build] [1271/3101 40% :: 3.611] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathScripts/PathUtilsGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathScripts/PathUtilsGui.py
[build] [1272/3101 40% :: 3.614] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathScripts/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathScripts/__init__.py
[build] [1273/3101 40% :: 3.615] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathScripts/PathPropertyBag.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathScripts/PathPropertyBag.py
[build] [1274/3101 40% :: 3.618] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/__init__.py
[build] [1275/3101 40% :: 3.619] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathScripts/PathPropertyBagGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathScripts/PathPropertyBagGui.py
[build] [1276/3101 40% :: 3.620] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Log.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Log.py
[build] [1277/3101 40% :: 3.621] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/GuiInit.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/GuiInit.py
[build] [1278/3101 40% :: 3.621] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Preferences.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Preferences.py
[build] [1279/3101 40% :: 3.621] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Geom.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Geom.py
[build] [1280/3101 40% :: 3.624] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Drillable.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Drillable.py
[build] [1281/3101 40% :: 3.628] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/__init__.py
[build] [1282/3101 40% :: 3.643] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Language.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Language.py
[build] [1283/3101 41% :: 3.644] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/MachineState.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/MachineState.py
[build] [1284/3101 41% :: 3.644] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/FeedRate.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/FeedRate.py
[build] [1285/3101 41% :: 3.645] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Property.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Property.py
[build] [1286/3101 41% :: 3.648] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/SetupSheetOpPrototype.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/SetupSheetOpPrototype.py
[build] [1287/3101 41% :: 3.648] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Gui/GetPoint.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Gui/GetPoint.py
[build] [1288/3101 41% :: 3.653] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/SetupSheet.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/SetupSheet.py
[build] [1289/3101 41% :: 3.654] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Util.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Util.py
[build] [1290/3101 41% :: 3.654] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Gui/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Gui/__init__.py
[build] [1291/3101 41% :: 3.664] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/PropertyBag.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/PropertyBag.py
[build] [1292/3101 41% :: 3.665] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Gui/IconViewProvider.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Gui/IconViewProvider.py
[build] [1293/3101 41% :: 3.668] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Gui/PreferencesAdvanced.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Gui/PreferencesAdvanced.py
[build] [1294/3101 41% :: 3.668] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Gui/SetupSheet.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Gui/SetupSheet.py
[build] [1295/3101 41% :: 3.670] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Gui/PropertyEditor.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Gui/PropertyEditor.py
[build] [1296/3101 41% :: 3.671] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Gui/Util.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Gui/Util.py
[build] [1297/3101 41% :: 3.672] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Gui/PropertyBag.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Gui/PropertyBag.py
[build] [1298/3101 41% :: 3.673] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Generator/dogboneII.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Generator/dogboneII.py
[build] [1299/3101 41% :: 3.674] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Gui/SetupSheetOpPrototype.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Gui/SetupSheetOpPrototype.py
[build] [1300/3101 41% :: 3.674] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Generator/drill.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Generator/drill.py
[build] [1301/3101 41% :: 3.688] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Generator/helix.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Generator/helix.py
[build] [1302/3101 41% :: 3.692] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Generator/rotation.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Generator/rotation.py
[build] [1303/3101 41% :: 3.694] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Generator/threadmilling.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Generator/threadmilling.py
[build] [1304/3101 41% :: 3.694] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Base/Generator/toolchange.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Base/Generator/toolchange.py
[build] [1305/3101 41% :: 3.694] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Dressup/Utils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Dressup/Utils.py
[build] [1306/3101 41% :: 3.696] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Dressup/Tags.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Dressup/Tags.py
[build] [1307/3101 41% :: 3.697] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Dressup/Gui/AxisMap.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Dressup/Gui/AxisMap.py
[build] [1308/3101 41% :: 3.697] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Dressup/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Dressup/__init__.py
[build] [1309/3101 41% :: 3.697] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Dressup/Boundary.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Dressup/Boundary.py
[build] [1310/3101 41% :: 3.698] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Dressup/DogboneII.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Dressup/DogboneII.py
[build] [1311/3101 41% :: 3.701] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Dressup/Gui/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Dressup/Gui/__init__.py
[build] [1312/3101 41% :: 3.711] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Dressup/Gui/Dogbone.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Dressup/Gui/Dogbone.py
[build] [1313/3101 41% :: 3.713] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Dressup/Gui/DogboneII.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Dressup/Gui/DogboneII.py
[build] [1314/3101 42% :: 3.713] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Dressup/Gui/Dragknife.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Dressup/Gui/Dragknife.py
[build] [1315/3101 42% :: 3.713] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Dressup/Gui/LeadInOut.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Dressup/Gui/LeadInOut.py
[build] [1316/3101 42% :: 3.714] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Dressup/Gui/Tags.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Dressup/Gui/Tags.py
[build] [1317/3101 42% :: 3.714] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Dressup/Gui/Boundary.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Dressup/Gui/Boundary.py
[build] [1318/3101 42% :: 3.716] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Dressup/Gui/RampEntry.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Dressup/Gui/RampEntry.py
[build] [1319/3101 42% :: 3.717] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Dressup/Gui/ZCorrect.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Dressup/Gui/ZCorrect.py
[build] [1320/3101 42% :: 3.718] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Dressup/Gui/Preferences.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Dressup/Gui/Preferences.py
[build] [1321/3101 42% :: 3.718] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Dressup/Gui/TagPreferences.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Dressup/Gui/TagPreferences.py
[build] [1322/3101 42% :: 3.726] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Main/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Main/__init__.py
[build] [1323/3101 42% :: 3.731] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Main/Job.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Main/Job.py
[build] [1324/3101 42% :: 3.731] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Main/Gui/Camotics.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Main/Gui/Camotics.py
[build] [1325/3101 42% :: 3.733] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Main/Gui/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Main/Gui/__init__.py
[build] [1326/3101 42% :: 3.734] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Main/Stock.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Main/Stock.py
[build] [1327/3101 42% :: 3.734] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Main/Gui/JobCmd.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Main/Gui/JobCmd.py
[build] [1328/3101 42% :: 3.734] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Main/Gui/Fixture.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Main/Gui/Fixture.py
[build] [1329/3101 42% :: 3.734] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Main/Gui/Job.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Main/Gui/Job.py
[build] [1330/3101 42% :: 3.738] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Main/Gui/Inspect.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Main/Gui/Inspect.py
[build] [1331/3101 42% :: 3.740] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Main/Gui/JobDlg.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Main/Gui/JobDlg.py
[build] [1332/3101 42% :: 3.740] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Main/Gui/PreferencesJob.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Main/Gui/PreferencesJob.py
[build] [1333/3101 42% :: 3.751] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Main/Gui/Simulator.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Main/Gui/Simulator.py
[build] [1334/3101 42% :: 3.752] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Main/Gui/Sanity.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Main/Gui/Sanity.py
[build] [1335/3101 42% :: 3.753] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/__init__.py
[build] [1336/3101 42% :: 3.754] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Area.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Area.py
[build] [1337/3101 42% :: 3.755] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Base.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Base.py
[build] [1338/3101 42% :: 3.759] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/CircularHoleBase.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/CircularHoleBase.py
[build] [1339/3101 42% :: 3.759] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Custom.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Custom.py
[build] [1340/3101 42% :: 3.763] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Adaptive.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Adaptive.py
[build] [1341/3101 42% :: 3.766] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Deburr.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Deburr.py
[build] [1342/3101 42% :: 3.766] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/EngraveBase.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/EngraveBase.py
[build] [1343/3101 42% :: 3.768] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Engrave.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Engrave.py
[build] [1344/3101 42% :: 3.778] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Drilling.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Drilling.py
[build] [1345/3101 43% :: 3.780] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/MillFace.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/MillFace.py
[build] [1346/3101 43% :: 3.781] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/FeatureExtension.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/FeatureExtension.py
[build] [1347/3101 43% :: 3.781] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Helix.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Helix.py
[build] [1348/3101 43% :: 3.784] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Pocket.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Pocket.py
[build] [1349/3101 43% :: 3.784] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/PocketBase.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/PocketBase.py
[build] [1350/3101 43% :: 3.784] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/PocketShape.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/PocketShape.py
[build] [1351/3101 43% :: 3.785] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Probe.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Probe.py
[build] [1352/3101 43% :: 3.792] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Profile.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Profile.py
[build] [1353/3101 43% :: 3.793] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Slot.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Slot.py
[build] [1354/3101 43% :: 3.796] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Surface.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Surface.py
[build] [1355/3101 43% :: 3.800] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/__init__.py
[build] [1356/3101 43% :: 3.801] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Util.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Util.py
[build] [1357/3101 43% :: 3.801] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/ThreadMilling.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/ThreadMilling.py
[build] [1358/3101 43% :: 3.802] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Vcarve.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Vcarve.py
[build] [1359/3101 43% :: 3.803] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Adaptive.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Adaptive.py
[build] [1360/3101 43% :: 3.804] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/SurfaceSupport.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/SurfaceSupport.py
[build] [1361/3101 43% :: 3.804] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Waterline.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Waterline.py
[build] [1362/3101 43% :: 3.806] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Array.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Array.py
[build] [1363/3101 43% :: 3.815] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/CircularHoleBase.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/CircularHoleBase.py
[build] [1364/3101 43% :: 3.816] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Comment.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Comment.py
[build] [1365/3101 43% :: 3.818] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Base.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Base.py
[build] [1366/3101 43% :: 3.819] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Copy.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Copy.py
[build] [1367/3101 43% :: 3.820] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Deburr.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Deburr.py
[build] [1368/3101 43% :: 3.820] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Drilling.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Drilling.py
[build] [1369/3101 43% :: 3.822] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Custom.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Custom.py
[build] [1370/3101 43% :: 3.822] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Engrave.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Engrave.py
[build] [1371/3101 43% :: 3.829] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Hop.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Hop.py
[build] [1372/3101 43% :: 3.830] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Helix.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Helix.py
[build] [1373/3101 43% :: 3.832] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/FeatureExtension.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/FeatureExtension.py
[build] [1374/3101 43% :: 3.833] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/MillFace.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/MillFace.py
[build] [1375/3101 43% :: 3.833] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Pocket.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Pocket.py
[build] [1376/3101 44% :: 3.837] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/PocketShape.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/PocketShape.py
[build] [1377/3101 44% :: 3.838] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/PocketBase.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/PocketBase.py
[build] [1378/3101 44% :: 3.840] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Probe.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Probe.py
[build] [1379/3101 44% :: 3.842] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Profile.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Profile.py
[build] [1380/3101 44% :: 3.842] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Selection.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Selection.py
[build] [1381/3101 44% :: 3.846] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/SimpleCopy.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/SimpleCopy.py
[build] [1382/3101 44% :: 3.849] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Slot.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Slot.py
[build] [1383/3101 44% :: 3.852] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Stop.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Stop.py
[build] [1384/3101 44% :: 3.853] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Surface.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Surface.py
[build] [1385/3101 44% :: 3.853] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/ThreadMilling.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/ThreadMilling.py
[build] [1386/3101 44% :: 3.855] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Vcarve.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Vcarve.py
[build] [1387/3101 44% :: 3.856] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/__init__.py
[build] [1388/3101 44% :: 3.857] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Op/Gui/Waterline.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Op/Gui/Waterline.py
[build] [1389/3101 44% :: 3.860] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/Utils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/Utils.py
[build] [1390/3101 44% :: 3.861] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/Command.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/Command.py
[build] [1391/3101 44% :: 3.867] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/Processor.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/Processor.py
[build] [1392/3101 44% :: 3.873] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/UtilsArguments.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/UtilsArguments.py
[build] [1393/3101 44% :: 3.874] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/UtilsExport.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/UtilsExport.py
[build] [1394/3101 44% :: 3.875] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/UtilsParse.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/UtilsParse.py
[build] [1395/3101 44% :: 3.876] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/__init__.py
[build] [1396/3101 44% :: 3.876] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/centroid_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/centroid_post.py
[build] [1397/3101 44% :: 3.877] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/comparams_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/comparams_post.py
[build] [1398/3101 44% :: 3.879] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/dynapath_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/dynapath_post.py
[build] [1399/3101 44% :: 3.881] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/dxf_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/dxf_post.py
[build] [1400/3101 44% :: 3.883] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/example_pre.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/example_pre.py
[build] [1401/3101 44% :: 3.893] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/fablin_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/fablin_post.py
[build] [1402/3101 44% :: 3.894] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/fanuc_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/fanuc_post.py
[build] [1403/3101 44% :: 3.896] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/gcode_pre.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/gcode_pre.py
[build] [1404/3101 44% :: 3.898] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/grbl_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/grbl_post.py
[build] [1405/3101 44% :: 3.901] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/jtech_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/jtech_post.py
[build] [1406/3101 44% :: 3.902] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/heidenhain_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/heidenhain_post.py
[build] [1407/3101 45% :: 3.903] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/KineticNCBeamicon2_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/KineticNCBeamicon2_post.py
[build] [1408/3101 45% :: 3.906] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/linuxcnc_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/linuxcnc_post.py
[build] [1409/3101 45% :: 3.908] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/mach3_mach4_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/mach3_mach4_post.py
[build] [1410/3101 45% :: 3.911] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/marlin_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/marlin_post.py
[build] [1411/3101 45% :: 3.911] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/nccad_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/nccad_post.py
[build] [1412/3101 45% :: 3.920] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/opensbp_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/opensbp_post.py
[build] [1413/3101 45% :: 3.921] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/opensbp_pre.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/opensbp_pre.py
[build] [1414/3101 45% :: 3.922] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/refactored_grbl_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/refactored_grbl_post.py
[build] [1415/3101 45% :: 3.923] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/philips_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/philips_post.py
[build] [1416/3101 45% :: 3.923] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/refactored_linuxcnc_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/refactored_linuxcnc_post.py
[build] [1417/3101 45% :: 3.925] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/refactored_centroid_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/refactored_centroid_post.py
[build] [1418/3101 45% :: 3.926] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/refactored_mach3_mach4_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/refactored_mach3_mach4_post.py
[build] [1419/3101 45% :: 3.928] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/refactored_test_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/refactored_test_post.py
[build] [1420/3101 45% :: 3.942] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/rml_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/rml_post.py
[build] [1421/3101 45% :: 3.946] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/rrf_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/rrf_post.py
[build] [1422/3101 45% :: 3.948] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/slic3r_pre.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/slic3r_pre.py
[build] [1423/3101 45% :: 3.948] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Tool/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Tool/__init__.py
[build] [1424/3101 45% :: 3.949] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/smoothie_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/smoothie_post.py
[build] [1425/3101 45% :: 3.950] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Post/scripts/uccnc_post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Post/scripts/uccnc_post.py
[build] [1426/3101 45% :: 3.950] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Tool/Bit.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Tool/Bit.py
[build] [1427/3101 45% :: 3.950] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Tool/Gui/BitCmd.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Tool/Gui/BitCmd.py
[build] [1428/3101 45% :: 3.950] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Tool/Gui/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Tool/Gui/__init__.py
[build] [1429/3101 45% :: 3.952] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Tool/Gui/Bit.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Tool/Gui/Bit.py
[build] [1430/3101 45% :: 3.958] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Tool/Controller.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Tool/Controller.py
[build] [1431/3101 45% :: 3.973] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Tool/Gui/BitEdit.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Tool/Gui/BitEdit.py
[build] [1432/3101 45% :: 3.975] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Tool/Gui/BitLibraryCmd.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Tool/Gui/BitLibraryCmd.py
[build] [1433/3101 45% :: 3.978] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Tool/Gui/BitLibrary.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Tool/Gui/BitLibrary.py
[build] [1434/3101 45% :: 3.979] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Path/Tool/Gui/Controller.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Path/Tool/Gui/Controller.py
[build] [1435/3101 45% :: 3.979] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Bit/45degree_chamfer.fctb to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Bit/45degree_chamfer.fctb
[build] [1436/3101 45% :: 3.983] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Bit/5mm-thread-cutter.fctb to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Bit/5mm-thread-cutter.fctb
[build] [1437/3101 45% :: 3.984] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathPythonGui/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathPythonGui/__init__.py
[build] [1438/3101 46% :: 3.984] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathPythonGui/simple_edit_panel.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathPythonGui/simple_edit_panel.py
[build] [1439/3101 46% :: 3.986] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/README.md to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/README.md
[build] [1440/3101 46% :: 3.986] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Bit/5mm_Drill.fctb to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Bit/5mm_Drill.fctb
[build] [1441/3101 46% :: 3.988] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Bit/5mm_Endmill.fctb to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Bit/5mm_Endmill.fctb
[build] [1442/3101 46% :: 3.994] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Bit/60degree_Vbit.fctb to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Bit/60degree_Vbit.fctb
[build] [1443/3101 46% :: 4.001] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Bit/6mm_Ball_End.fctb to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Bit/6mm_Ball_End.fctb
[build] [1444/3101 46% :: 4.001] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Bit/slittingsaw.fctb to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Bit/slittingsaw.fctb
[build] [1445/3101 46% :: 4.002] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Bit/6mm_Bullnose.fctb to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Bit/6mm_Bullnose.fctb
[build] [1446/3101 46% :: 4.003] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Bit/probe.fctb to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Bit/probe.fctb
[build] [1447/3101 46% :: 4.003] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Library/Default.fctl to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Library/Default.fctl
[build] [1448/3101 46% :: 4.005] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Shape/drill.fcstd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Shape/drill.fcstd
[build] [1449/3101 46% :: 4.006] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Shape/bullnose.fcstd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Shape/bullnose.fcstd
[build] [1450/3101 46% :: 4.007] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Shape/ballend.fcstd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Shape/ballend.fcstd
[build] [1451/3101 46% :: 4.018] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Shape/chamfer.fcstd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Shape/chamfer.fcstd
[build] [1452/3101 46% :: 4.021] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Shape/endmill.fcstd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Shape/endmill.fcstd
[build] [1453/3101 46% :: 4.022] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Shape/probe.fcstd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Shape/probe.fcstd
[build] [1454/3101 46% :: 4.023] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Shape/slittingsaw.fcstd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Shape/slittingsaw.fcstd
[build] [1455/3101 46% :: 4.023] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Images/Tools/drill.svg to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Images/Tools/drill.svg
[build] [1456/3101 46% :: 4.023] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Shape/thread-mill.fcstd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Shape/thread-mill.fcstd
[build] [1457/3101 46% :: 4.024] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Images/Ops/chamfer.svg to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Images/Ops/chamfer.svg
[build] [1458/3101 46% :: 4.025] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Images/Tools/endmill.svg to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Images/Tools/endmill.svg
[build] [1459/3101 46% :: 4.028] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Tools/Shape/v-bit.fcstd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Tools/Shape/v-bit.fcstd
[build] [1460/3101 46% :: 4.037] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Images/Tools/v-bit.svg to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Images/Tools/v-bit.svg
[build] [1461/3101 46% :: 4.039] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Data/Threads/imperial-external-2A.csv to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Data/Threads/imperial-external-2A.csv
[build] [1462/3101 46% :: 4.042] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Data/Threads/imperial-external-3A.csv to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Data/Threads/imperial-external-3A.csv
[build] [1463/3101 46% :: 4.042] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Data/Threads/imperial-internal-2B.csv to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Data/Threads/imperial-internal-2B.csv
[build] [1464/3101 46% :: 4.044] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Data/Threads/imperial-internal-3B.csv to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Data/Threads/imperial-internal-3B.csv
[build] [1465/3101 46% :: 4.044] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Data/Threads/metric-external-6G.csv to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Data/Threads/metric-external-6G.csv
[build] [1466/3101 46% :: 4.045] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Data/Threads/metric-internal-6H.csv to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Data/Threads/metric-internal-6H.csv
[build] [1467/3101 46% :: 4.046] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Init.py
[build] [1468/3101 46% :: 4.047] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathCommands.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathCommands.py
[build] [1469/3101 47% :: 4.047] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/TestPathApp.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/TestPathApp.py
[build] [1470/3101 47% :: 4.048] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Data/Threads/metric-external-4G6G.csv to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/Data/Threads/metric-external-4G6G.csv
[build] [1471/3101 47% :: 4.059] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/InitGui.py
[build] [1472/3101 47% :: 4.061] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/__init__.py
[build] [1473/3101 47% :: 4.061] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/boxtest.fcstd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/boxtest.fcstd
[build] [1474/3101 47% :: 4.063] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/boxtest1.fcstd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/boxtest1.fcstd
[build] [1475/3101 47% :: 4.064] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/test_adaptive.fcstd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/test_adaptive.fcstd
[build] [1476/3101 47% :: 4.065] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/test_centroid_00.ngc to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/test_centroid_00.ngc
[build] [1477/3101 47% :: 4.065] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/test_filenaming.fcstd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/test_filenaming.fcstd
[build] [1478/3101 47% :: 4.066] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/drill_test1.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/drill_test1.FCStd
[build] [1479/3101 47% :: 4.066] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/PathTestUtils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/PathTestUtils.py
[build] [1480/3101 47% :: 4.066] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/Drilling_1.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/Drilling_1.FCStd
[build] [1481/3101 47% :: 4.071] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/test_geomop.fcstd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/test_geomop.fcstd
[build] [1482/3101 47% :: 4.082] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/test_holes00.fcstd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/test_holes00.fcstd
[build] [1483/3101 47% :: 4.083] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestGrblPost.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestGrblPost.py
[build] [1484/3101 47% :: 4.085] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestCentroidPost.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestCentroidPost.py
[build] [1485/3101 47% :: 4.085] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestLinuxCNCPost.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestLinuxCNCPost.py
[build] [1486/3101 47% :: 4.086] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathCore.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathCore.py
[build] [1487/3101 47% :: 4.087] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathDepthParams.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathDepthParams.py
[build] [1488/3101 47% :: 4.087] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathDressupDogbone.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathDressupDogbone.py
[build] [1489/3101 47% :: 4.087] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathDressupDogboneII.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathDressupDogboneII.py
[build] [1490/3101 47% :: 4.087] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathAdaptive.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathAdaptive.py
[build] [1491/3101 47% :: 4.090] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestMach3Mach4Post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestMach3Mach4Post.py
[build] [1492/3101 47% :: 4.107] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathDressupHoldingTags.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathDressupHoldingTags.py
[build] [1493/3101 47% :: 4.107] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathGeom.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathGeom.py
[build] [1494/3101 47% :: 4.107] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathHelixGenerator.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathHelixGenerator.py
[build] [1495/3101 47% :: 4.109] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathDrillable.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathDrillable.py
[build] [1496/3101 47% :: 4.109] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathGeneratorDogboneII.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathGeneratorDogboneII.py
[build] [1497/3101 47% :: 4.110] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathHelix.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathHelix.py
[build] [1498/3101 47% :: 4.110] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathHelpers.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathHelpers.py
[build] [1499/3101 47% :: 4.110] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathLanguage.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathLanguage.py
[build] [1500/3101 48% :: 4.111] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathDrillGenerator.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathDrillGenerator.py
[build] [1501/3101 48% :: 4.112] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathLog.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathLog.py
[build] [1502/3101 48% :: 4.124] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathOpDeburr.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathOpDeburr.py
[build] [1503/3101 48% :: 4.127] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathRotationGenerator.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathRotationGenerator.py
[build] [1504/3101 48% :: 4.127] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathOpUtil.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathOpUtil.py
[build] [1505/3101 48% :: 4.127] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathPreferences.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathPreferences.py
[build] [1506/3101 48% :: 4.127] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathPropertyBag.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathPropertyBag.py
[build] [1507/3101 48% :: 4.129] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathSetupSheet.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathSetupSheet.py
[build] [1508/3101 48% :: 4.132] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathPost.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathPost.py
[build] [1509/3101 48% :: 4.132] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathStock.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathStock.py
[build] [1510/3101 48% :: 4.134] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathToolChangeGenerator.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathToolChangeGenerator.py
[build] [1511/3101 48% :: 4.136] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathThreadMillingGenerator.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathThreadMillingGenerator.py
[build] [1512/3101 48% :: 4.142] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathThreadMilling.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathThreadMilling.py
[build] [1513/3101 48% :: 4.146] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathToolBit.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathToolBit.py
[build] [1514/3101 48% :: 4.147] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathToolController.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathToolController.py
[build] [1515/3101 48% :: 4.147] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathUtil.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathUtil.py
[build] [1516/3101 48% :: 4.148] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathVcarve.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathVcarve.py
[build] [1517/3101 48% :: 4.149] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestPathVoronoi.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestPathVoronoi.py
[build] [1518/3101 48% :: 4.150] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestRefactoredGrblPost.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestRefactoredGrblPost.py
[build] [1519/3101 48% :: 4.153] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestRefactoredMach3Mach4Post.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestRefactoredMach3Mach4Post.py
[build] [1520/3101 48% :: 4.155] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestRefactoredTestPost.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestRefactoredTestPost.py
[build] [1521/3101 48% :: 4.164] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestRefactoredCentroidPost.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestRefactoredCentroidPost.py
[build] [1522/3101 48% :: 4.164] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/TestRefactoredLinuxCNCPost.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/TestRefactoredLinuxCNCPost.py
[build] [1523/3101 48% :: 4.165] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/Tools/Bit/test-path-tool-bit-bit-00.fctb to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/Tools/Bit/test-path-tool-bit-bit-00.fctb
[build] [1524/3101 48% :: 4.165] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Plot/Plot.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Plot/Plot.py
[build] [1525/3101 48% :: 4.166] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Points/pointscommands/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Points/pointscommands/__init__.py
[build] [1526/3101 48% :: 4.168] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/Tools/Shape/test-path-tool-bit-shape-00.fcstd to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/Tools/Shape/test-path-tool-bit-shape-00.fcstd
[build] [1527/3101 48% :: 4.169] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Points/pointscommands/commands.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Points/pointscommands/commands.py
[build] [1528/3101 48% :: 4.172] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/PathTests/Tools/Library/test-path-tool-bit-library-00.fctl to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Path/PathTests/Tools/Library/test-path-tool-bit-library-00.fctl
[build] [1529/3101 48% :: 4.172] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Raytracing/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Raytracing/Init.py
[build] [1530/3101 48% :: 4.182] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Raytracing/RaytracingExample.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Raytracing/RaytracingExample.py
[build] [1531/3101 49% :: 4.182] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Raytracing/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Raytracing/InitGui.py
[build] [1532/3101 49% :: 4.185] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Raytracing/Templates/LuxClassic.lxs to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Raytracing/Templates/LuxClassic.lxs
[build] [1533/3101 49% :: 4.186] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Raytracing/Templates/LuxOutdoor.lxs to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Raytracing/Templates/LuxOutdoor.lxs
[build] [1534/3101 49% :: 4.186] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Raytracing/Templates/RadiosityNormal.pov to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Raytracing/Templates/RadiosityNormal.pov
[build] [1535/3101 49% :: 4.187] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Raytracing/Templates/RadiosityOutdoorHQ.pov to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Raytracing/Templates/RadiosityOutdoorHQ.pov
[build] [1536/3101 49% :: 4.189] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Raytracing/Templates/ProjectStd.pov to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Raytracing/Templates/ProjectStd.pov
[build] [1537/3101 49% :: 4.190] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/ReverseEngineering/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/ReverseEngineering/InitGui.py
[build] [1538/3101 49% :: 4.191] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/ReverseEngineering/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/ReverseEngineering/Init.py
[build] [1539/3101 49% :: 4.194] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Robot/Init.py
[build] [1540/3101 49% :: 4.195] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/KukaExporter.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Robot/KukaExporter.py
[build] [1541/3101 49% :: 4.202] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/RobotExample.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Robot/RobotExample.py
[build] [1542/3101 49% :: 4.205] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/RobotExampleTrajectoryOutOfShapes.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Robot/RobotExampleTrajectoryOutOfShapes.py
[build] [1543/3101 49% :: 4.206] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/Lib/Kuka/kr_500_2.pdf to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Robot/Lib/Kuka/kr_500_2.pdf
[build] [1544/3101 49% :: 4.206] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/MovieTool.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Robot/MovieTool.py
[build] [1545/3101 49% :: 4.208] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/Lib/Kuka/kr500_1.csv to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Robot/Lib/Kuka/kr500_1.csv
[build] [1546/3101 49% :: 4.208] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Robot/InitGui.py
[build] [1547/3101 49% :: 4.209] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/Lib/Kuka/kr500_1.wrl to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Robot/Lib/Kuka/kr500_1.wrl
[build] [1548/3101 49% :: 4.211] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/Lib/Kuka/kr_210_2.csv to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Robot/Lib/Kuka/kr_210_2.csv
[build] [1549/3101 49% :: 4.212] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/Lib/Kuka/kr_210_2.pdf to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Robot/Lib/Kuka/kr_210_2.pdf
[build] [1550/3101 49% :: 4.226] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/Lib/Kuka/kr_16.csv to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Robot/Lib/Kuka/kr_16.csv
[build] [1551/3101 49% :: 4.228] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/Lib/Kuka/kr_16.pdf to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Robot/Lib/Kuka/kr_16.pdf
[build] [1552/3101 49% :: 4.229] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Show/Containers.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Show/Containers.py
[build] [1553/3101 49% :: 4.230] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/Lib/Kuka/kr_125.csv to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Robot/Lib/Kuka/kr_125.csv
[build] [1554/3101 49% :: 4.233] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Show/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Show/__init__.py
[build] [1555/3101 49% :: 4.236] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/Lib/Kuka/kr16.wrl to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Robot/Lib/Kuka/kr16.wrl
[build] [1556/3101 49% :: 4.236] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/Lib/Kuka/kr125_3.wrl to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Robot/Lib/Kuka/kr125_3.wrl
[build] [1557/3101 49% :: 4.236] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/Lib/Kuka/kr125_2.pdf to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Robot/Lib/Kuka/kr125_2.pdf
[build] [1558/3101 49% :: 4.238] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Show/DepGraphTools.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Show/DepGraphTools.py
[build] [1559/3101 49% :: 4.245] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Show/SceneDetail.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Show/SceneDetail.py
[build] [1560/3101 49% :: 4.248] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Show/TVStack.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Show/TVStack.py
[build] [1561/3101 49% :: 4.249] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Show/mTempoVis.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Show/mTempoVis.py
[build] [1562/3101 50% :: 4.250] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Show/TVObserver.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Show/TVObserver.py
[build] [1563/3101 50% :: 4.250] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/Lib/Kuka/kr210.WRL to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Robot/Lib/Kuka/kr210.WRL
[build] [1564/3101 50% :: 4.255] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Show/ShowUtils.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Show/ShowUtils.py
[build] [1565/3101 50% :: 4.256] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Show/SceneDetails/Camera.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Show/SceneDetails/Camera.py
[build] [1566/3101 50% :: 4.259] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Show/SceneDetails/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Show/SceneDetails/__init__.py
[build] [1567/3101 50% :: 4.261] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Show/SceneDetails/ClipPlane.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Show/SceneDetails/ClipPlane.py
[build] [1568/3101 50% :: 4.266] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Show/SceneDetails/Pickability.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Show/SceneDetails/Pickability.py
[build] [1569/3101 50% :: 4.266] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Show/SceneDetails/ObjectClipPlane.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Show/SceneDetails/ObjectClipPlane.py
[build] [1570/3101 50% :: 4.268] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Show/SceneDetails/VProperty.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Show/SceneDetails/VProperty.py
[build] [1571/3101 50% :: 4.270] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Sketcher/Init.py
[build] [1572/3101 50% :: 4.271] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/SketcherExample.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Sketcher/SketcherExample.py
[build] [1573/3101 50% :: 4.272] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/TestSketcherApp.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Sketcher/TestSketcherApp.py
[build] [1574/3101 50% :: 4.274] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Show/SceneDetails/Workbench.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Show/SceneDetails/Workbench.py
[build] [1575/3101 50% :: 4.282] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Profiles.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Sketcher/Profiles.py
[build] [1576/3101 50% :: 4.282] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/TestSketcherGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Sketcher/TestSketcherGui.py
[build] [1577/3101 50% :: 4.290] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Sketcher/InitGui.py
[build] [1578/3101 50% :: 4.290] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/ProfileLib/Hexagon.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Sketcher/ProfileLib/Hexagon.py
[build] [1579/3101 50% :: 4.291] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/ProfileLib/RegularPolygon.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Sketcher/ProfileLib/RegularPolygon.py
[build] [1580/3101 50% :: 4.291] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/ProfileLib/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Sketcher/ProfileLib/__init__.py
[build] [1581/3101 50% :: 4.291] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/SketcherTests/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Sketcher/SketcherTests/__init__.py
[build] [1582/3101 50% :: 4.292] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/SketcherTests/TestSketchFillet.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Sketcher/SketcherTests/TestSketchFillet.py
[build] [1583/3101 50% :: 4.294] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/SketcherTests/TestSketcherSolver.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Sketcher/SketcherTests/TestSketcherSolver.py
[build] [1584/3101 50% :: 4.295] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Spreadsheet/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Spreadsheet/Init.py
[build] [1585/3101 50% :: 4.295] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/SketcherTests/TestSketchExpression.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Sketcher/SketcherTests/TestSketchExpression.py
[build] [1586/3101 50% :: 4.300] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Spreadsheet/importXLSX.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Spreadsheet/importXLSX.py
[build] [1587/3101 50% :: 4.302] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Spreadsheet/TestSpreadsheet.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Spreadsheet/TestSpreadsheet.py
[build] [1588/3101 50% :: 4.315] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Start/Init.py
[build] [1589/3101 50% :: 4.315] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/TestStart/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Start/TestStart/__init__.py
[build] [1590/3101 50% :: 4.315] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Spreadsheet/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Spreadsheet/InitGui.py
[build] [1591/3101 50% :: 4.317] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Start/StartPage/__init__.py
[build] [1592/3101 50% :: 4.318] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Start/InitGui.py
[build] [1593/3101 51% :: 4.320] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/TestStartGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Start/TestStartGui.py
[build] [1594/3101 51% :: 4.320] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/TestStart/TestStartPage.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Start/TestStart/TestStartPage.py
[build] [1595/3101 51% :: 4.320] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/StartPage.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Start/StartPage/StartPage.py
[build] [1596/3101 51% :: 4.323] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/LoadMRU.py to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Start/StartPage/LoadMRU.py
[build] [1597/3101 51% :: 4.330] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/TranslationTexts.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Start/StartPage/TranslationTexts.py
[build] [1598/3101 51% :: 4.334] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/LoadExample.py to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Start/StartPage/LoadExample.py
[build] [1599/3101 51% :: 4.338] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/LoadNew.py to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Start/StartPage/LoadNew.py
[build] [1600/3101 51% :: 4.338] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/LoadCustom.py to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Start/StartPage/LoadCustom.py
[build] [1601/3101 51% :: 4.343] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/StartPage.css to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Start/StartPage/StartPage.css
[build] [1602/3101 51% :: 4.349] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/StartPage.js to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Start/StartPage/StartPage.js
[build] [1603/3101 51% :: 4.349] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/StartPage.html to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Start/StartPage/StartPage.html
[build] [1604/3101 51% :: 4.351] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/EnableDownload.py to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Start/StartPage/EnableDownload.py
[build] [1605/3101 51% :: 4.351] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/OpenSettings.py to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Start/StartPage/OpenSettings.py
[build] [1606/3101 51% :: 4.351] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/images/userhub.png to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Start/StartPage/images/userhub.png
[build] [1607/3101 51% :: 4.353] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/images/poweruserhub.png to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Start/StartPage/images/poweruserhub.png
[build] [1608/3101 51% :: 4.353] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/images/developerhub.png to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Start/StartPage/images/developerhub.png
[build] [1609/3101 51% :: 4.355] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/images/manual.png to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Start/StartPage/images/manual.png
[build] [1610/3101 51% :: 4.361] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/images/freecad.png to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Start/StartPage/images/freecad.png
[build] [1611/3101 51% :: 4.364] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/images/installed.png to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Start/StartPage/images/installed.png
[build] [1612/3101 51% :: 4.368] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/images/settings.png to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Start/StartPage/images/settings.png
[build] [1613/3101 51% :: 4.368] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Surface/TestSurfaceApp.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Surface/TestSurfaceApp.py
[build] [1614/3101 51% :: 4.371] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/StartPage/images/new_file_thumbnail.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Start/StartPage/images/new_file_thumbnail.svg
[build] [1615/3101 51% :: 4.372] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Surface/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Surface/Init.py
[build] [1616/3101 51% :: 4.372] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Surface/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Surface/InitGui.py
[build] [1617/3101 51% :: 4.373] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Surface/SurfaceTests/TestBlendCurve.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Surface/SurfaceTests/TestBlendCurve.py
[build] [1618/3101 51% :: 4.375] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TestTechDrawApp.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TestTechDrawApp.py
[build] [1619/3101 51% :: 4.376] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/Init.py
[build] [1620/3101 51% :: 4.379] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Surface/SurfaceTests/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Surface/SurfaceTests/__init__.py
[build] [1621/3101 51% :: 4.382] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/InitGui.py
[build] [1622/3101 51% :: 4.382] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TestTechDrawGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TestTechDrawGui.py
[build] [1623/3101 51% :: 4.385] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/PAT/FCPAT.pat to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/TechDraw/PAT/FCPAT.pat
[build] [1624/3101 52% :: 4.388] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/LineGroup/LineGroup.csv to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/TechDraw/LineGroup/LineGroup.csv
[build] [1625/3101 52% :: 4.391] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TechDrawTools/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TechDrawTools/__init__.py
[build] [1626/3101 52% :: 4.391] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TechDrawTools/CommandMoveView.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TechDrawTools/CommandMoveView.py
[build] [1627/3101 52% :: 4.393] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TechDrawTools/CommandShareView.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TechDrawTools/CommandShareView.py
[build] [1628/3101 52% :: 4.395] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TechDrawTools/CommandAxoLengthDimension.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TechDrawTools/CommandAxoLengthDimension.py
[build] [1629/3101 52% :: 4.395] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TechDrawTools/CommandHoleShaftFit.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TechDrawTools/CommandHoleShaftFit.py
[build] [1630/3101 52% :: 4.397] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TechDrawTools/TaskMoveView.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TechDrawTools/TaskMoveView.py
[build] [1631/3101 52% :: 4.399] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TechDrawTools/TaskShareView.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TechDrawTools/TaskShareView.py
[build] [1632/3101 52% :: 4.411] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TechDrawTools/TaskHoleShaftFit.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TechDrawTools/TaskHoleShaftFit.py
[build] [1633/3101 52% :: 4.416] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TechDrawTools/TDToolsUtil.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TechDrawTools/TDToolsUtil.py
[build] [1634/3101 52% :: 4.416] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/Gui/TaskMoveView.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TechDrawTools/Gui/TaskMoveView.ui
[build] [1635/3101 52% :: 4.419] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TechDrawTools/TDToolsMovers.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TechDrawTools/TDToolsMovers.py
[build] [1636/3101 52% :: 4.420] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/Gui/TaskHoleShaftFit.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TechDrawTools/Gui/TaskHoleShaftFit.ui
[build] [1637/3101 52% :: 4.420] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/Gui/DlgPageChooser.ui to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TechDrawTools/Gui/DlgPageChooser.ui
[build] [1638/3101 52% :: 4.420] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TDTest/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TDTest/__init__.py
[build] [1639/3101 52% :: 4.420] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TDTest/DrawHatchTest.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TDTest/DrawHatchTest.py
[build] [1640/3101 52% :: 4.420] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TDTest/DrawProjectionGroupTest.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TDTest/DrawProjectionGroupTest.py
[build] [1641/3101 52% :: 4.421] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TDTest/DrawViewAnnotationTest.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TDTest/DrawViewAnnotationTest.py
[build] [1642/3101 52% :: 4.424] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TDTest/DrawViewImageTest.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TDTest/DrawViewImageTest.py
[build] [1643/3101 52% :: 4.439] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TDTest/DrawViewDimensionTest.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TDTest/DrawViewDimensionTest.py
[build] [1644/3101 52% :: 4.439] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TDTest/DrawViewPartTest.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TDTest/DrawViewPartTest.py
[build] [1645/3101 52% :: 4.440] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TDTest/DrawViewBalloonTest.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TDTest/DrawViewBalloonTest.py
[build] [1646/3101 52% :: 4.440] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TDTest/TechDrawTestUtilities.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TDTest/TechDrawTestUtilities.py
[build] [1647/3101 52% :: 4.440] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TDTest/TestImage.png to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TDTest/TestImage.png
[build] [1648/3101 52% :: 4.440] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TDTest/TestSymbol.svg to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TDTest/TestSymbol.svg
[build] [1649/3101 52% :: 4.441] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TDTest/TestHatch.svg to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TDTest/TestHatch.svg
[build] [1650/3101 52% :: 4.442] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TDTest/DrawViewDetailTest.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TDTest/DrawViewDetailTest.py
[build] [1651/3101 52% :: 4.444] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TDTest/DrawViewSymbolTest.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TDTest/DrawViewSymbolTest.py
[build] [1652/3101 52% :: 4.444] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TDTest/DrawViewSectionTest.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TDTest/DrawViewSectionTest.py
[build] [1653/3101 52% :: 4.462] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/Document.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/Document.py
[build] [1654/3101 52% :: 4.464] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/Menu.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/Menu.py
[build] [1655/3101 53% :: 4.465] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/TDTest/TestTemplate.svg to /Users/osh/Documents/Dev/FreeCAD/build/Mod/TechDraw/TDTest/TestTemplate.svg
[build] [1656/3101 53% :: 4.467] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/Init.py
[build] [1657/3101 53% :: 4.468] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/BaseTests.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/BaseTests.py
[build] [1658/3101 53% :: 4.469] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/Metadata.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/Metadata.py
[build] [1659/3101 53% :: 4.470] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/TestApp.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/TestApp.py
[build] [1660/3101 53% :: 4.472] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/__init__.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/__init__.py
[build] [1661/3101 53% :: 4.477] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/TestGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/TestGui.py
[build] [1662/3101 53% :: 4.485] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/UnicodeTests.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/UnicodeTests.py
[build] [1663/3101 53% :: 4.485] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/UnitTests.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/UnitTests.py
[build] [1664/3101 53% :: 4.486] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/Workbench.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/Workbench.py
[build] [1665/3101 53% :: 4.488] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/unittestgui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/unittestgui.py
[build] [1666/3101 53% :: 4.490] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/testmakeWireString.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/testmakeWireString.py
[build] [1667/3101 53% :: 4.492] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/TestPythonSyntax.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/TestPythonSyntax.py
[build] [1668/3101 53% :: 4.494] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/InitGui.py
[build] [1669/3101 53% :: 4.496] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/TestData/basic_metadata.xml to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/TestData/basic_metadata.xml
[build] [1670/3101 53% :: 4.498] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/TestData/bad_root_node.xml to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/TestData/bad_root_node.xml
[build] [1671/3101 53% :: 4.505] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/TestData/bad_xml.xml to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/TestData/bad_xml.xml
[build] [1672/3101 53% :: 4.505] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/TestData/content_items.xml to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/TestData/content_items.xml
[build] [1673/3101 53% :: 4.506] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/TestData/bad_version.xml to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/TestData/bad_version.xml
[build] [1674/3101 53% :: 4.506] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Tux/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Tux/InitGui.py
[build] [1675/3101 53% :: 4.507] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Tux/PersistentToolbars.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Tux/PersistentToolbars.py
[build] [1676/3101 53% :: 4.509] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Tux/NavigationIndicatorGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Tux/NavigationIndicatorGui.py
[build] [1677/3101 53% :: 4.510] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Tux/PersistentToolbarsGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Tux/PersistentToolbarsGui.py
[build] [1678/3101 53% :: 4.514] Copying /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Tux/Tux_rc.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Tux/Tux_rc.py
[build] [1679/3101 53% :: 4.516] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Web/TestWebGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Web/TestWebGui.py
[build] [1680/3101 53% :: 4.517] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Web/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Web/InitGui.py
[build] [1681/3101 53% :: 4.521] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Web/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Web/Init.py
[build] [1682/3101 53% :: 4.523] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/RemoteDebugger.py to /Users/osh/Documents/Dev/FreeCAD/build/Ext/freecad/gui/RemoteDebugger.py
[build] [1683/3101 53% :: 4.525] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/RemoteDebugger.ui to /Users/osh/Documents/Dev/FreeCAD/build/Ext/freecad/gui/RemoteDebugger.ui
[build] [1684/3101 53% :: 4.525] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/Behave-dark.qss to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/Behave-dark.qss
[build] [1685/3101 53% :: 4.528] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/3Dconnexion/3DConnexion.xml to /Users/osh/Documents/Dev/FreeCAD/build/share/3Dconnexion/3DConnexion.xml
[build] [1686/3101 54% :: 4.528] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/Dark-orange.qss to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/Dark-orange.qss
[build] [1687/3101 54% :: 4.530] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/Dark-blue.qss to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/Dark-blue.qss
[build] [1688/3101 54% :: 4.531] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/Darker-blue.qss to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/Darker-blue.qss
[build] [1689/3101 54% :: 4.534] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/Darker-green.qss to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/Darker-green.qss
[build] [1690/3101 54% :: 4.540] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/Darker-orange.qss to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/Darker-orange.qss
[build] [1691/3101 54% :: 4.541] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/Dark-green.qss to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/Dark-green.qss
[build] [1692/3101 54% :: 4.541] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/Light-blue.qss to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/Light-blue.qss
[build] [1693/3101 54% :: 4.542] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/Light-green.qss to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/Light-green.qss
[build] [1694/3101 54% :: 4.543] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/Dark-contrast.qss to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/Dark-contrast.qss
[build] [1695/3101 54% :: 4.545] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/Hmovetoolbar_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/Hmovetoolbar_dark.svg
[build] [1696/3101 54% :: 4.545] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/Light-orange.qss to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/Light-orange.qss
[build] [1697/3101 54% :: 4.547] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/Hmovetoolbar_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/Hmovetoolbar_light.svg
[build] [1698/3101 54% :: 4.549] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/ProDark.qss to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/ProDark.qss
[build] [1699/3101 54% :: 4.553] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/Hsepartoolbar_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/Hsepartoolbar_light.svg
[build] [1700/3101 54% :: 4.554] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/Hsepartoolbar_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/Hsepartoolbar_dark.svg
[build] [1701/3101 54% :: 4.559] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/Vsepartoolbar_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/Vsepartoolbar_dark.svg
[build] [1702/3101 54% :: 4.559] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/Vmovetoolbar_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/Vmovetoolbar_dark.svg
[build] [1703/3101 54% :: 4.560] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/Vmovetoolbar_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/Vmovetoolbar_light.svg
[build] [1704/3101 54% :: 4.562] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/Vsepartoolbar_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/Vsepartoolbar_light.svg
[build] [1705/3101 54% :: 4.562] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/background_freecad_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/background_freecad_dark.svg
[build] [1706/3101 54% :: 4.563] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/background_freecad_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/background_freecad_light.svg
[build] [1707/3101 54% :: 4.566] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/background_freecad.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/background_freecad.svg
[build] [1708/3101 54% :: 4.567] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/branch_end_closed_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/branch_end_closed_dark.svg
[build] [1709/3101 54% :: 4.573] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/branch_end_closed_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/branch_end_closed_light.svg
[build] [1710/3101 54% :: 4.575] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/branch_end_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/branch_end_light.svg
[build] [1711/3101 54% :: 4.576] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/branch_end_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/branch_end_dark.svg
[build] [1712/3101 54% :: 4.577] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/branch_end_open_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/branch_end_open_light.svg
[build] [1713/3101 54% :: 4.579] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/branch_more_closed_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/branch_more_closed_dark.svg
[build] [1714/3101 54% :: 4.580] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/branch_more_closed_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/branch_more_closed_light.svg
[build] [1715/3101 54% :: 4.581] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/branch_end_open_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/branch_end_open_dark.svg
[build] [1716/3101 54% :: 4.582] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/branch_more_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/branch_more_dark.svg
[build] [1717/3101 55% :: 4.583] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/branch_more_open_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/branch_more_open_dark.svg
[build] [1718/3101 55% :: 4.593] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/branch_more_open_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/branch_more_open_light.svg
[build] [1719/3101 55% :: 4.595] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/branch_more_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/branch_more_light.svg
[build] [1720/3101 55% :: 4.599] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/branch_vline_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/branch_vline_light.svg
[build] [1721/3101 55% :: 4.602] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/checkbox_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/checkbox_dark.svg
[build] [1722/3101 55% :: 4.602] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/checkbox_indeterminate_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/checkbox_indeterminate_dark.svg
[build] [1723/3101 55% :: 4.604] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/branch_vline_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/branch_vline_dark.svg
[build] [1724/3101 55% :: 4.604] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/checkbox_indeterminate_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/checkbox_indeterminate_light.svg
[build] [1725/3101 55% :: 4.605] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/checkbox_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/checkbox_light.svg
[build] [1726/3101 55% :: 4.607] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/close_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/close_light.svg
[build] [1727/3101 55% :: 4.607] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/down_arrow_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/down_arrow_dark.svg
[build] [1728/3101 55% :: 4.610] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/close_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/close_dark.svg
[build] [1729/3101 55% :: 4.628] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/down_arrow_darker.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/down_arrow_darker.svg
[build] [1730/3101 55% :: 4.628] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/down_arrow_disabled_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/down_arrow_disabled_dark.svg
[build] [1731/3101 55% :: 4.628] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/down_arrow_disabled_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/down_arrow_disabled_light.svg
[build] [1732/3101 55% :: 4.629] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/left_arrow_disabled_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/left_arrow_disabled_light.svg
[build] [1733/3101 55% :: 4.630] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/left_arrow_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/left_arrow_dark.svg
[build] [1734/3101 55% :: 4.630] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/left_arrow_darker.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/left_arrow_darker.svg
[build] [1735/3101 55% :: 4.630] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/left_arrow_lighter.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/left_arrow_lighter.svg
[build] [1736/3101 55% :: 4.631] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/down_arrow_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/down_arrow_light.svg
[build] [1737/3101 55% :: 4.631] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/left_arrow_disabled_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/left_arrow_disabled_dark.svg
[build] [1738/3101 55% :: 4.631] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/left_arrow_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/left_arrow_light.svg
[build] [1739/3101 55% :: 4.632] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/down_arrow_lighter.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/down_arrow_lighter.svg
[build] [1740/3101 55% :: 4.663] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/more_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/more_dark.svg
[build] [1741/3101 55% :: 4.663] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/more_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/more_light.svg
[build] [1742/3101 55% :: 4.663] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/radiobutton_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/radiobutton_dark.svg
[build] [1743/3101 55% :: 4.664] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/right_arrow_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/right_arrow_dark.svg
[build] [1744/3101 55% :: 4.664] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/right_arrow_darker.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/right_arrow_darker.svg
[build] [1745/3101 55% :: 4.664] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/right_arrow_disabled_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/right_arrow_disabled_dark.svg
[build] [1746/3101 55% :: 4.665] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/right_arrow_disabled_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/right_arrow_disabled_light.svg
[build] [1747/3101 55% :: 4.665] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/sizegrip_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/sizegrip_dark.svg
[build] [1748/3101 56% :: 4.669] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/radiobutton_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/radiobutton_light.svg
[build] [1749/3101 56% :: 4.669] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/right_arrow_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/right_arrow_light.svg
[build] [1750/3101 56% :: 4.669] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/right_arrow_lighter.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/right_arrow_lighter.svg
[build] [1751/3101 56% :: 4.683] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/splitter_horizontal_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/splitter_horizontal_dark.svg
[build] [1752/3101 56% :: 4.684] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/sizegrip_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/sizegrip_light.svg
[build] [1753/3101 56% :: 4.684] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/undock_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/undock_light.svg
[build] [1754/3101 56% :: 4.685] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/splitter_vertical_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/splitter_vertical_light.svg
[build] [1755/3101 56% :: 4.686] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/splitter_vertical_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/splitter_vertical_dark.svg
[build] [1756/3101 56% :: 4.687] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/splitter_horizontal_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/splitter_horizontal_light.svg
[build] [1757/3101 56% :: 4.689] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/undock_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/undock_dark.svg
[build] [1758/3101 56% :: 4.691] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/transparent.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/transparent.svg
[build] [1759/3101 56% :: 4.699] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/up-down_arrow_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/up-down_arrow_dark.svg
[build] [1760/3101 56% :: 4.699] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/up-down_arrow_disabled_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/up-down_arrow_disabled_dark.svg
[build] [1761/3101 56% :: 4.701] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/up-down_arrow_darker.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/up-down_arrow_darker.svg
[build] [1762/3101 56% :: 4.707] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/up-down_arrow_disabled_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/up-down_arrow_disabled_light.svg
[build] [1763/3101 56% :: 4.709] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/up-down_arrow_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/up-down_arrow_light.svg
[build] [1764/3101 56% :: 4.711] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/up-down_arrow_lighter.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/up-down_arrow_lighter.svg
[build] [1765/3101 56% :: 4.711] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/up_arrow_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/up_arrow_dark.svg
[build] [1766/3101 56% :: 4.713] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/up_arrow_darker.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/up_arrow_darker.svg
[build] [1767/3101 56% :: 4.715] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/up_arrow_disabled_dark.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/up_arrow_disabled_dark.svg
[build] [1768/3101 56% :: 4.717] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/up_arrow_disabled_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/up_arrow_disabled_light.svg
[build] [1769/3101 56% :: 4.721] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/up_arrow_lighter.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/up_arrow_lighter.svg
[build] [1770/3101 56% :: 4.723] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/Stylesheets/images_dark-light/up_arrow_light.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/Stylesheets/images_dark-light/up_arrow_light.svg
[build] [1771/3101 56% :: 4.723] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/PreferencePackTemplates/Console_Colors.cfg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/PreferencePackTemplates/Console_Colors.cfg
[build] [1772/3101 56% :: 4.733] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/PreferencePackTemplates/Arch_Colors.cfg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/PreferencePackTemplates/Arch_Colors.cfg
[build] [1773/3101 56% :: 4.735] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/PreferencePackTemplates/Draft_Colors.cfg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/PreferencePackTemplates/Draft_Colors.cfg
[build] [1774/3101 56% :: 4.737] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/PreferencePackTemplates/Editor_Colors.cfg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/PreferencePackTemplates/Editor_Colors.cfg
[build] [1775/3101 56% :: 4.741] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/PreferencePackTemplates/Editor_Font.cfg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/PreferencePackTemplates/Editor_Font.cfg
[build] [1776/3101 56% :: 4.741] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/PreferencePackTemplates/Main_window_layout.cfg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/PreferencePackTemplates/Main_window_layout.cfg
[build] [1777/3101 56% :: 4.741] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/PreferencePackTemplates/Part_Colors.cfg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/PreferencePackTemplates/Part_Colors.cfg
[build] [1778/3101 56% :: 4.741] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/PreferencePackTemplates/Path_Colors.cfg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/PreferencePackTemplates/Path_Colors.cfg
[build] [1779/3101 57% :: 4.745] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/PreferencePackTemplates/Start_Colors.cfg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/PreferencePackTemplates/Start_Colors.cfg
[build] [1780/3101 57% :: 4.747] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/PreferencePackTemplates/Sketcher_Colors.cfg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/PreferencePackTemplates/Sketcher_Colors.cfg
[build] [1781/3101 57% :: 4.749] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/PreferencePackTemplates/TechDraw_Colors.cfg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/PreferencePackTemplates/TechDraw_Colors.cfg
[build] [1782/3101 57% :: 4.764] Copying /Users/osh/Documents/Dev/FreeCAD/data/examples/PartDesignExample.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/data/examples/PartDesignExample.FCStd
[build] [1783/3101 57% :: 4.766] Copying /Users/osh/Documents/Dev/FreeCAD/data/examples/draft_test_objects.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/data/examples/draft_test_objects.FCStd
[build] [1784/3101 57% :: 4.767] Copying /Users/osh/Documents/Dev/FreeCAD/data/examples/Schenkel.stp to /Users/osh/Documents/Dev/FreeCAD/build/data/examples/Schenkel.stp
[build] [1784/3101 57% :: 4.769] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/PreferencePackTemplates/View.cfg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/PreferencePackTemplates/View.cfg
[build] [1784/3101 57% :: 4.770] Copying /Users/osh/Documents/Dev/FreeCAD/data/examples/EngineBlock.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/data/examples/EngineBlock.FCStd
[build] [1784/3101 57% :: 4.770] Copying /Users/osh/Documents/Dev/FreeCAD/data/examples/RobotExample.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/data/examples/RobotExample.FCStd
[build] [1784/3101 57% :: 4.770] Copying /Users/osh/Documents/Dev/FreeCAD/data/examples/ArchDetail.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/data/examples/ArchDetail.FCStd
[build] [1784/3101 57% :: 4.773] Copying /Users/osh/Documents/Dev/FreeCAD/src/Gui/PreferencePackTemplates/Window_Colors.cfg to /Users/osh/Documents/Dev/FreeCAD/build/share/Gui/PreferencePackTemplates/Window_Colors.cfg
[build] [1784/3101 57% :: 4.777] Copying /Users/osh/Documents/Dev/FreeCAD/data/examples/FemCalculixCantilever3D.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/data/examples/FemCalculixCantilever3D.FCStd
[build] [1784/3101 57% :: 4.778] Copying /Users/osh/Documents/Dev/FreeCAD/data/examples/FemCalculixCantilever2D.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/data/examples/FemCalculixCantilever2D.FCStd
[build] [1784/3101 57% :: 4.788] Copying /Users/osh/Documents/Dev/FreeCAD/data/examples/FemCalculixCantilever3D_newSolver.FCStd to /Users/osh/Documents/Dev/FreeCAD/build/data/examples/FemCalculixCantilever3D_newSolver.FCStd
[build] [1784/3101 57% :: 4.809] Automatic MOC and UIC for target QuicklookFCStd
[build] [1785/3100 57% :: 4.832] Automatic MOC and UIC for target gtest
[build] [1786/3099 57% :: 4.885] Linking CXX static library lib/libgtest.a
[build] [1788/3099 57% :: 4.911] Linking CXX shared library src/MacAppBundle/QuickLook/QuicklookFCStd.framework/Versions/A/QuicklookFCStd
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [1788/3099 57% :: 4.950] Automatic MOC and UIC for target gmock
[build] [1789/3098 57% :: 4.951] Automatic MOC and UIC for target gtest_main
[build] [1790/3097 57% :: 4.995] Linking CXX static library lib/libgtest_main.a
[build] [1790/3097 57% :: 4.997] Linking CXX static library lib/libgmock.a
[build] [1791/3097 57% :: 5.055] Automatic MOC and UIC for target gmock_main
[build] [1792/3096 57% :: 5.095] Linking CXX static library lib/libgmock_main.a
[build] [1792/3096 57% :: 5.717] Building CXX object _deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o
[build] [1793/3096 57% :: 5.761] Linking CXX static library _deps/fmt-build/libfmtd.a
[build] [1794/3096 57% :: 6.438] Automatic MOC and UIC for target FreeCADBase
[build] [1806/3095 57% :: 7.806] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/BaseClassPyImp.cpp.o
[build] [1807/3095 58% :: 7.965] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/CoordinateSystemPyImp.cpp.o
[build] [1808/3095 58% :: 8.103] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/AxisPyImp.cpp.o
[build] [1809/3095 58% :: 8.401] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/BoundBoxPyImp.cpp.o
[build] [1810/3095 58% :: 8.618] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Exception.cpp.o
[build] [1811/3095 58% :: 9.017] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/MatrixPyImp.cpp.o
[build] [1812/3095 58% :: 9.612] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Factory.cpp.o
[build] [1813/3095 58% :: 9.989] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Debugger.cpp.o
[build] [1814/3095 58% :: 10.071] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/ConsoleObserver.cpp.o
[build] [1815/3095 58% :: 10.072] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/PrecisionPyImp.cpp.o
[build] [1816/3095 58% :: 10.109] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/PersistencePyImp.cpp.o
[build] [1817/3095 58% :: 10.764] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/PyObjectBase.cpp.o
[build] [1818/3095 58% :: 10.885] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/PlacementPyImp.cpp.o
[build] [1819/3095 58% :: 10.898] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Observer.cpp.o
[build] [1820/3095 58% :: 10.903] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Builder3D.cpp.o
[build] [1820/3095 58% :: 11.144] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Console.cpp.o
[build] [1820/3095 58% :: 11.429] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/TypePyImp.cpp.o
[build] [1820/3095 58% :: 11.449] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Type.cpp.o
[build] [1820/3095 58% :: 11.979] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/UnitPyImp.cpp.o
[build] [1820/3095 58% :: 12.041] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/VectorPyImp.cpp.o
[build] [1820/3095 58% :: 12.082] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/RotationPyImp.cpp.o
[build] [1820/3095 58% :: 12.174] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/QuantityPyImp.cpp.o
[build] [1820/3095 58% :: 12.467] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/ParameterPy.cpp.o
[build] [1820/3095 58% :: 12.785] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Reader.cpp.o
[build] [1820/3095 58% :: 13.587] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Interpreter.cpp.o
[build] [1820/3095 58% :: 13.862] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Parameter.cpp.o
[build] /Users/osh/Documents/Dev/FreeCAD/src/Base/Parameter.cpp:748:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf(cBuf,"%li",lValue);
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/src/Base/Parameter.cpp:812:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf(cBuf,"%lu",lValue);
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/src/Base/Parameter.cpp:876:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf(cBuf,"%.12f",dValue); // use %.12f instead of %f to handle values < 1.0e-6
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 3 warnings generated.
[build] [1821/3095 58% :: 13.971] Linking CXX shared library lib/libFreeCADBase.dylib
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [1823/3095 58% :: 14.036] Automatic MOC and UIC for target FreeCADApp
[build] [1834/3094 58% :: 14.451] Automatic MOC and UIC for target InventorBuilder_Tests_run
[build] [1835/3093 58% :: 15.545] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DocumentObjectExtensionPyImp.cpp.o
[build] [1836/3093 59% :: 16.124] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ExtensionPyImp.cpp.o
[build] [1837/3093 59% :: 17.107] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DocumentObjectGroupPyImp.cpp.o
[build] [1838/3093 59% :: 17.195] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ExtensionContainerPyImp.cpp.o
[build] [1839/3093 59% :: 17.243] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/GeoFeaturePyImp.cpp.o
[build] [1840/3093 59% :: 17.493] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/GroupExtensionPyImp.cpp.o
[build] [1841/3093 59% :: 17.821] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ExtensionContainer.cpp.o
[build] [1842/3093 59% :: 19.010] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DocumentObjectPyImp.cpp.o
[build] [1843/3093 59% :: 20.240] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/GeoFeatureGroupExtensionPyImp.cpp.o
[build] [1844/3093 59% :: 20.770] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/OriginGroupExtensionPyImp.cpp.o
[build] [1845/3093 59% :: 20.941] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DocumentPyImp.cpp.o
[build] [1846/3093 59% :: 21.525] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DocumentObserver.cpp.o
[build] [1847/3093 59% :: 21.960] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/GeoFeatureGroupExtension.cpp.o
[build] [1848/3093 59% :: 22.929] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/OriginGroupExtension.cpp.o
[build] [1849/3093 59% :: 22.983] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/FeatureTest.cpp.o
[build] [1850/3093 59% :: 23.056] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DocumentObject.cpp.o
[build] [1851/3093 59% :: 23.315] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/PartPyImp.cpp.o
[build] [1852/3093 59% :: 24.934] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Transactions.cpp.o
[build] [1853/3093 59% :: 25.025] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Graphviz.cpp.o
[build] [1854/3093 59% :: 25.387] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/LinkBaseExtensionPyImp.cpp.o
[build] [1855/3093 59% :: 25.430] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Expression.cpp.o
[build] [1856/3093 59% :: 25.886] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DocumentObserverPython.cpp.o
[build] [1857/3093 59% :: 25.960] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DynamicProperty.cpp.o
[build] [1858/3093 59% :: 26.891] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/PropertyContainerPyImp.cpp.o
[build] [1859/3093 59% :: 27.809] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/PropertyContainer.cpp.o
[build] [1860/3093 59% :: 29.191] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ObjectIdentifier.cpp.o
[build] [1861/3093 59% :: 29.334] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ComplexGeoDataPyImp.cpp.o
[build] [1862/3093 59% :: 29.471] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/PropertyFile.cpp.o
[build] [1863/3093 59% :: 30.155] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/AutoTransaction.cpp.o
[build] [1864/3093 59% :: 30.165] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ApplicationPy.cpp.o
[build] [1864/3093 59% :: 30.237] Linking CXX executable tests/src/Qt/InventorBuilder_Tests_run
[build] [1864/3093 59% :: 30.451] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/MaterialPyImp.cpp.o
[build] [1864/3093 60% :: 31.234] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Link.cpp.o
[build] [1864/3093 60% :: 32.352] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/MetadataPyImp.cpp.o
[build] [1864/3093 60% :: 33.180] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/PropertyPythonObject.cpp.o
[build] [1864/3093 60% :: 33.321] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/PropertyExpressionEngine.cpp.o
[build] [1864/3093 60% :: 33.356] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Metadata.cpp.o
[build] [1864/3093 60% :: 33.365] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/PropertyStandard.cpp.o
[build] [1864/3093 60% :: 36.505] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/PropertyLinks.cpp.o
[build] [1864/3093 60% :: 39.005] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Document.cpp.o
[build] [1864/3093 60% :: 40.918] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Application.cpp.o
[build] [1865/3093 60% :: 41.095] Linking CXX shared library lib/libFreeCADApp.dylib
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [1876/3093 60% :: 41.188] Automatic MOC and UIC for target Tests_run
[build] [1877/3092 60% :: 41.192] Automatic MOC and UIC for target FreeCADMainPy
[build] [1878/3091 60% :: 41.194] Automatic MOC and UIC for target Spreadsheet
[build] [1880/3090 60% :: 41.198] Automatic MOC and UIC for target FreeCADMainCmd
[build] [1881/3089 60% :: 41.207] Automatic MOC and UIC for target Image
[build] [1882/3088 60% :: 41.207] Automatic MOC and UIC for target Points
[build] [1883/3087 60% :: 41.225] Automatic MOC and UIC for target Start
[build] [1884/3086 60% :: 41.233] Automatic MOC and UIC for target Part
[build] [1885/3085 60% :: 41.252] Automatic MOC and UIC for target Mesh
[build] [1886/3084 60% :: 41.271] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Points/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Points/Init.py
[build] [1887/3084 60% :: 42.116] Automatic MOC and UIC for target Web
[build] [1888/3083 60% :: 43.397] Building CXX object tests/CMakeFiles/Tests_run.dir/src/Misc/fmt.cpp.o
[build] [1889/3083 60% :: 45.676] Building CXX object src/Main/CMakeFiles/FreeCADMainPy.dir/MainPy.cpp.o
[build] [1890/3083 60% :: 45.798] Linking CXX shared library lib/FreeCAD.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [1891/3083 60% :: 46.966] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/PropertySheetPyImp.cpp.o
[build] [1892/3083 61% :: 47.523] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartBoolean.cpp.o
[build] [1893/3083 61% :: 48.591] Building CXX object src/Main/CMakeFiles/FreeCADMainCmd.dir/MainCmd.cpp.o
[build] [1894/3083 61% :: 48.692] Linking CXX executable bin/FreeCADCmd
[build] [1895/3083 61% :: 49.583] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/Cell.cpp.o
[build] [1896/3083 61% :: 50.020] Building CXX object src/Mod/Image/App/CMakeFiles/Image.dir/AppImage.cpp.o
[build] [1897/3083 61% :: 50.118] Linking CXX shared library Mod/Image/Image.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [1898/3083 61% :: 50.728] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Algorithm.cpp.o
[build] [1899/3083 61% :: 51.926] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/TopoAlgorithm.cpp.o
[build] [1900/3083 61% :: 52.137] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Triangulation.cpp.o
[build] [1901/3083 61% :: 53.796] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/EdgePyImp.cpp.o
[build] [1902/3083 61% :: 54.743] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/CylinderFit.cpp.o
[build] [1903/3083 61% :: 56.091] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/AppMesh.cpp.o
[build] [1904/3083 61% :: 56.134] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/AppMeshPy.cpp.o
[build] [1905/3083 61% :: 56.644] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/IO/WriterOBJ.cpp.o
[build] [1906/3083 61% :: 57.270] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/FacetPyImp.cpp.o
[build] [1907/3083 61% :: 58.153] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Exporter.cpp.o
[build] [1908/3083 61% :: 59.431] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/MeshPointPyImp.cpp.o
[build] [1909/3083 61% :: 60.104] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/PropertySheet.cpp.o
[build] [1910/3083 61% :: 60.720] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/MeshFeaturePyImp.cpp.o
[build] [1911/3083 61% :: 60.794] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Mesh.cpp.o
[build] [1912/3083 61% :: 60.840] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Approximation.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Mesh/App/Core/Approximation.cpp:40:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Eigen:2:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Mesh/App/Core/Approximation.cpp:40:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Eigen:2:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] 3 warnings generated.
[build] [1913/3083 61% :: 62.415] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/MeshIO.cpp.o
[build] [1914/3083 61% :: 63.751] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartCommon.cpp.o
[build] [1915/3083 61% :: 65.831] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartCurveNet.cpp.o
[build] [1916/3083 61% :: 66.200] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartFuse.cpp.o
[build] [1917/3083 61% :: 66.607] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeatureOffset.cpp.o
[build] [1918/3083 61% :: 66.740] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartImportIges.cpp.o
[build] [1919/3083 61% :: 66.865] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartImportBrep.cpp.o
[build] [1920/3083 61% :: 67.262] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/MeshPyImp.cpp.o
[build] [1921/3083 61% :: 67.578] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PartFeatures.cpp.o
[build] [1922/3083 61% :: 67.586] Linking CXX shared library Mod/Mesh/Mesh.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [1923/3083 62% :: 68.958] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PropertyTopoShapeList.cpp.o
[build] [1924/3083 62% :: 69.401] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartImportStep.cpp.o
[build] [1925/3083 62% :: 69.879] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ArcPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/ArcPyImp.cpp:37:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ArcPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/TrimmedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BoundedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1926/3083 62% :: 70.213] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ArcOfConicPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/ArcOfConicPyImp.cpp:31:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ArcOfConicPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/TrimmedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BoundedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1927/3083 62% :: 71.020] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ArcOfCirclePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/ArcOfCirclePyImp.cpp:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ArcOfCirclePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ArcOfConicPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/TrimmedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BoundedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1928/3083 62% :: 71.500] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ArcOfParabolaPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/ArcOfParabolaPyImp.cpp:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ArcOfParabolaPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ArcOfConicPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/TrimmedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BoundedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1929/3083 62% :: 71.641] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PartFeature.cpp.o
[build] [1930/3083 62% :: 71.930] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BodyBasePyImp.cpp.o
[build] [1931/3083 62% :: 72.531] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ArcOfEllipsePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/ArcOfEllipsePyImp.cpp:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ArcOfEllipsePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ArcOfConicPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/TrimmedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BoundedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1932/3083 62% :: 73.093] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/CirclePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/CirclePyImp.cpp:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/CirclePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ConicPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1933/3083 62% :: 73.244] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ConicPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/ConicPyImp.cpp:31:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ConicPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1934/3083 62% :: 73.714] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/AttachExtension.cpp.o
[build] [1935/3083 62% :: 73.729] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/EllipsePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/EllipsePyImp.cpp:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/EllipsePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ConicPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1936/3083 62% :: 74.008] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/HyperbolaPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/HyperbolaPyImp.cpp:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/HyperbolaPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ConicPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1937/3083 62% :: 74.364] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/OffsetCurvePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/OffsetCurvePyImp.cpp:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/OffsetCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1938/3083 62% :: 75.001] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ParabolaPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/ParabolaPyImp.cpp:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ParabolaPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ConicPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1939/3083 62% :: 75.084] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ArcOfHyperbolaPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/ArcOfHyperbolaPyImp.cpp:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ArcOfHyperbolaPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ArcOfConicPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/TrimmedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BoundedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1940/3083 62% :: 75.257] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometryExtensionPyImp.cpp.o
[build] [1941/3083 62% :: 75.698] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometryBoolExtensionPyImp.cpp.o
[build] [1942/3083 62% :: 75.727] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometryIntExtensionPyImp.cpp.o
[build] [1943/3083 62% :: 76.078] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometryStringExtensionPyImp.cpp.o
[build] [1944/3083 62% :: 76.103] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometryDoubleExtensionPyImp.cpp.o
[build] [1945/3083 62% :: 76.355] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometryPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/GeometryPyImp.cpp:37:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1946/3083 62% :: 76.762] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BoundedCurvePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/BoundedCurvePyImp.cpp:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BoundedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1947/3083 62% :: 77.818] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PropertyGeometryList.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.cpp:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1948/3083 62% :: 78.050] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PropertyTopoShape.cpp.o
[build] [1949/3083 62% :: 78.188] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/LinePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/LinePyImp.cpp:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/LinePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1950/3083 62% :: 78.427] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TrimmedCurvePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/TrimmedCurvePyImp.cpp:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/TrimmedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BoundedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1951/3083 62% :: 79.155] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometryCurvePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/GeometryCurvePyImp.cpp:63:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1952/3083 62% :: 79.800] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/LineSegmentPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/LineSegmentPyImp.cpp:33:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/LineSegmentPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/TrimmedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BoundedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1953/3083 62% :: 79.802] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PointPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PointPyImp.cpp:33:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/PointPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1954/3083 63% :: 79.978] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BezierCurvePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/BezierCurvePyImp.cpp:37:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BezierCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BoundedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1955/3083 63% :: 80.215] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometrySurfacePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/GeometrySurfacePyImp.cpp:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomAPI_ProjectPointOnSurf.hxx:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1956/3083 63% :: 80.318] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PlanePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PlanePyImp.cpp:37:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/PlanePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometrySurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1957/3083 63% :: 80.589] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/CylinderPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/CylinderPyImp.cpp:34:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/CylinderPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometrySurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1958/3083 63% :: 81.084] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ConePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/ConePyImp.cpp:34:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ConePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometrySurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1959/3083 63% :: 81.524] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ToroidPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/ToroidPyImp.cpp:33:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ToroidPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometrySurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1960/3083 63% :: 81.555] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BSplineCurvePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/BSplineCurvePyImp.cpp:44:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BSplineCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BoundedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1961/3083 63% :: 82.155] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/SpherePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/SpherePyImp.cpp:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/SpherePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometrySurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1962/3083 63% :: 82.950] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/OffsetSurfacePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/OffsetSurfacePyImp.cpp:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/OffsetSurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometrySurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1963/3083 63% :: 83.349] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/RectangularTrimmedSurfacePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/RectangularTrimmedSurfacePyImp.cpp:31:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1964/3083 63% :: 83.407] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PlateSurfacePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PlateSurfacePyImp.cpp:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1965/3083 63% :: 83.558] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BezierSurfacePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/BezierSurfacePyImp.cpp:35:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BezierCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BoundedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1966/3083 63% :: 83.708] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/SurfaceOfExtrusionPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/SurfaceOfExtrusionPyImp.cpp:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/SurfaceOfExtrusionPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometrySurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1967/3083 63% :: 83.804] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/SurfaceOfRevolutionPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/SurfaceOfRevolutionPyImp.cpp:31:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/SurfaceOfRevolutionPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometrySurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1968/3083 63% :: 84.878] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeCompSolidPyImp.cpp.o
[build] [1969/3083 63% :: 85.076] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeCompoundPyImp.cpp.o
[build] [1970/3083 63% :: 85.221] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BSplineSurfacePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/BSplineSurfacePyImp.cpp:40:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BSplineSurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometrySurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1971/3083 63% :: 85.416] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Part2DObjectPyImp.cpp.o
[build] [1972/3083 63% :: 85.648] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/AttachExtensionPyImp.cpp.o
[build] [1973/3083 63% :: 85.869] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeShellPyImp.cpp.o
[build] [1974/3083 63% :: 85.968] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PartFeaturePyImp.cpp.o
[build] [1975/3083 63% :: 87.008] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeFacePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/TopoShapeFacePyImp.cpp:71:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BezierSurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometrySurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1976/3083 63% :: 87.155] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeVertexPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/TopoShapeVertexPyImp.cpp:41:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/PointPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1977/3083 63% :: 87.240] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeSolidPyImp.cpp.o
[build] [1978/3083 63% :: 87.355] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeEdgePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/TopoShapeEdgePyImp.cpp:71:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BezierCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BoundedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1979/3083 63% :: 87.370] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BRepOffsetAPI_MakePipeShellPyImp.cpp.o
[build] [1980/3083 63% :: 87.461] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BRepOffsetAPI_MakeFillingPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/BRepOffsetAPI_MakeFillingPyImp.cpp:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepOffsetAPI_MakeFilling.hxx:24:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepFill_Filling.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1981/3083 63% :: 87.698] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ChFi2d/ChFi2d_AnaFilletAlgoPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/ChFi2d/ChFi2d_AnaFilletAlgoPyImp.cpp:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/PlanePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometrySurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1982/3083 63% :: 87.889] Automatic MOC and UIC for target FreeCADGui
[build] AutoMoc: /Users/osh/Documents/Dev/FreeCAD/src/Gui/UiLoader.h:0: Note: No relevant classes found. No output generated.
[build] [1983/3083 63% :: 88.224] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BRepFeat/MakePrismPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/BRepFeat/MakePrismPyImp.cpp:34:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1984/3083 63% :: 88.521] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/AttachEnginePyImp.cpp.o
[build] [1985/3083 64% :: 88.729] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/ArcOfEllipse2dPyImp.cpp.o
[build] [1986/3083 64% :: 88.784] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeWirePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/TopoShapeWirePyImp.cpp:50:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BSplineCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BoundedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1987/3083 64% :: 88.945] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ChFi2d/ChFi2d_ChamferAPIPyImp.cpp.o
[build] [1988/3083 64% :: 89.002] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ChFi2d/ChFi2d_FilletAlgoPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/ChFi2d/ChFi2d_FilletAlgoPyImp.cpp:37:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/PlanePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometrySurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1989/3083 64% :: 89.007] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/ArcOfCircle2dPyImp.cpp.o
[build] [1990/3083 64% :: 89.299] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/ArcOfConic2dPyImp.cpp.o
[build] [1991/3083 64% :: 89.482] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/ArcOfParabola2dPyImp.cpp.o
[build] [1992/3083 64% :: 89.503] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/ArcOfHyperbola2dPyImp.cpp.o
[build] [1993/3083 64% :: 89.930] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ChFi2d/ChFi2d_FilletAPIPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/ChFi2d/ChFi2d_FilletAPIPyImp.cpp:36:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/PlanePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometrySurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [1994/3083 64% :: 90.261] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/BezierCurve2dPyImp.cpp.o
[build] [1995/3083 64% :: 90.391] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/Circle2dPyImp.cpp.o
[build] [1996/3083 64% :: 90.426] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/Conic2dPyImp.cpp.o
[build] [1997/3083 64% :: 90.653] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/Ellipse2dPyImp.cpp.o
[build] [1998/3083 64% :: 90.754] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/Geometry2dPyImp.cpp.o
[build] [1999/3083 64% :: 91.028] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/Hyperbola2dPyImp.cpp.o
[build] [2000/3083 64% :: 91.215] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/Line2dPyImp.cpp.o
[build] [2001/3083 64% :: 91.250] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/Line2dSegmentPyImp.cpp.o
[build] [2002/3083 64% :: 91.470] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/OffsetCurve2dPyImp.cpp.o
[build] [2003/3083 64% :: 91.903] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/Parabola2dPyImp.cpp.o
[build] [2004/3083 64% :: 91.914] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/BSplineCurve2dPyImp.cpp.o
[build] [2005/3083 64% :: 92.237] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeomPlate/PointConstraintPyImp.cpp.o
[build] [2006/3083 64% :: 92.377] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/Curve2dPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geom2d/Curve2dPyImp.cpp:59:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometrySurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2007/3083 64% :: 92.634] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/HLRBRep/HLRBRep_AlgoPyImp.cpp.o
[build] [2008/3083 64% :: 92.874] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/HLRBRep/HLRToShapePyImp.cpp.o
[build] [2009/3083 64% :: 92.922] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_RootPyImp.cpp.o
[build] [2010/3083 64% :: 92.975] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeomPlate/CurveConstraintPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/GeomPlate/CurveConstraintPyImp.cpp:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2011/3083 64% :: 93.191] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/HLRBRep/PolyHLRToShapePyImp.cpp.o
[build] [2012/3083 64% :: 93.221] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeomPlate/BuildPlateSurfacePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/GeomPlate/BuildPlateSurfacePyImp.cpp:28:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeomPlate/BuildPlateSurfacePy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2013/3083 64% :: 93.333] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/HLRBRep/HLRBRep_PolyAlgoPyImp.cpp.o
[build] [2014/3083 64% :: 94.028] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_ShapePyImp.cpp.o
[build] [2015/3083 65% :: 94.045] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_ShellPyImp.cpp.o
[build] [2016/3083 65% :: 94.222] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_SolidPyImp.cpp.o
[build] [2017/3083 65% :: 94.315] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_EdgePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_EdgePyImp.cpp:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometrySurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2018/3083 65% :: 94.419] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_WireframePyImp.cpp.o
[build] [2019/3083 65% :: 94.473] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_WireVertexPyImp.cpp.o
[build] [2020/3083 65% :: 94.519] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_FacePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_FacePyImp.cpp:31:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometrySurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2021/3083 65% :: 94.610] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_EdgeConnectPyImp.cpp.o
[build] [2022/3083 65% :: 94.728] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_FaceConnectPyImp.cpp.o
[build] [2023/3083 65% :: 94.845] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_FixSmallFacePyImp.cpp.o
[build] [2024/3083 65% :: 95.421] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_FixSmallSolidPyImp.cpp.o
[build] [2025/3083 65% :: 95.439] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_FreeBoundsPyImp.cpp.o
[build] [2026/3083 65% :: 95.522] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_ShapeTolerancePyImp.cpp.o
[build] [2027/3083 65% :: 95.688] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_WirePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/ShapeFix/ShapeFix_WirePyImp.cpp:33:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometrySurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2028/3083 65% :: 95.758] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_SplitCommonVertexPyImp.cpp.o
[build] [2029/3083 65% :: 95.841] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_SplitToolPyImp.cpp.o
[build] [2030/3083 65% :: 95.973] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeUpgrade/UnifySameDomainPyImp.cpp.o
[build] [2031/3083 65% :: 96.661] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/IGES/ImportExportSettings.cpp.o
[build] [2032/3083 65% :: 96.718] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/STEP/ImportExportSettings.cpp.o
[build] [2033/3083 65% :: 96.779] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/OCAF/ImportExportSettings.cpp.o
[build] [2034/3083 65% :: 98.797] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/TopoShapePyImp.cpp:34:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepClass3d_SolidClassifier.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepClass3d_SolidExplorer.hxx:22:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepClass3d_BndBoxTree.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2035/3083 65% :: 99.677] Building CXX object src/Mod/Points/App/CMakeFiles/Points.dir/PointsPyImp.cpp.o
[build] [2036/3083 65% :: 99.984] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ExtrusionHelper.cpp.o
[build] [2037/3083 65% :: 100.656] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FT2FC.cpp.o
[build] [2038/3083 65% :: 101.678] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/PropertyColumnWidthsPyImp.cpp.o
[build] [2039/3083 65% :: 101.921] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/PropertyRowHeightsPyImp.cpp.o
[build] [2040/3083 65% :: 102.010] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/AppPart.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/AppPart.cpp:39:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ArcOfCirclePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ArcOfConicPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/TrimmedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BoundedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2041/3083 65% :: 102.057] Building CXX object src/Mod/Points/App/CMakeFiles/Points.dir/AppPoints.cpp.o
[build] [2042/3083 65% :: 102.255] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/modelRefine.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/modelRefine.cpp:46:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomAPI_ProjectPointOnSurf.hxx:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2043/3083 65% :: 102.557] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ImportStep.cpp.o
[build] [2044/3083 65% :: 103.098] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/FreeCADGui_autogen/mocs_compilation.cpp.o
[build] [2045/3083 65% :: 104.326] Building CXX object src/Mod/Points/App/CMakeFiles/Points.dir/AppPointsPy.cpp.o
[build] [2046/3083 66% :: 105.446] Building CXX object src/Mod/Start/App/CMakeFiles/Start.dir/AppStart.cpp.o
[build] [2047/3083 66% :: 105.523] Linking CXX shared library Mod/Start/Start.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2048/3083 66% :: 105.655] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Attacher.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Attacher.cpp:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomAPI_ProjectPointOnSurf.hxx:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2049/3083 66% :: 105.899] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/AppPartPy.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/AppPartPy.cpp:43:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepFill_Filling.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2050/3083 66% :: 106.237] Building CXX object src/Mod/Web/App/CMakeFiles/Web.dir/AppWeb.cpp.o
[build] [2051/3083 66% :: 106.324] Linking CXX shared library Mod/Web/Web.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2052/3083 66% :: 106.985] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/SheetPyImp.cpp.o
[build] [2053/3083 66% :: 107.462] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/AppSpreadsheet.cpp.o
[build] [2054/3083 66% :: 108.104] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShape.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/TopoShape.cpp:66:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepMesh_IncrementalMesh.hxx:19:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshTools_Context.hxx:21:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshTools_ModelBuilder.hxx:24:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshData_Model.hxx:22:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshData_Types.hxx:36:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2055/3083 66% :: 108.467] Linking CXX shared library Mod/Part/Part.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2056/3083 66% :: 108.578] Automatic MOC and UIC for target DraftUtils
[build] [2057/3082 66% :: 110.673] Building CXX object src/Mod/Points/App/CMakeFiles/Points.dir/PointsAlgos.cpp.o
[build] [2058/3082 66% :: 111.126] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/BitmapFactory.cpp.o
[build] [2059/3082 66% :: 111.208] Automatic MOC and UIC for target Fem
[build] [2060/3082 66% :: 111.243] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/Fem_autogen/mocs_compilation.cpp.o
[build] [2061/3082 66% :: 111.544] Building CXX object src/Mod/Draft/App/CMakeFiles/DraftUtils.dir/AppDraftUtils.cpp.o
[build] [2062/3082 66% :: 111.750] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/Sheet.cpp.o
[build] [2063/3082 66% :: 112.983] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DocumentPyImp.cpp.o
[build] [2064/3082 66% :: 113.343] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DocumentModel.cpp.o
[build] [2065/3082 66% :: 113.768] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DocumentObserver.cpp.o
[build] [2066/3082 66% :: 114.161] Building CXX object src/Mod/Draft/App/CMakeFiles/DraftUtils.dir/AppDraftUtilsPy.cpp.o
[build] [2067/3082 66% :: 114.258] Linking CXX shared library Mod/Draft/DraftUtils.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2068/3082 66% :: 114.886] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/AutoSaver.cpp.o
[build] [2069/3082 66% :: 115.011] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemMeshObject.cpp.o
[build] [2070/3082 66% :: 115.036] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DocumentObserverPython.cpp.o
[build] [2071/3082 66% :: 116.800] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemMeshShapeObject.cpp.o
[build] [2072/3082 66% :: 116.814] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemAnalysis.cpp.o
[build] [2073/3082 66% :: 117.394] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemMeshProperty.cpp.o
[build] [2074/3082 66% :: 117.496] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ApplicationPy.cpp.o
[build] [2075/3082 66% :: 117.767] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemResultObject.cpp.o
[build] [2076/3082 67% :: 118.025] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemSolverObject.cpp.o
[build] [2077/3082 67% :: 118.914] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemMeshShapeNetgenObject.cpp.o
[build] [2078/3082 67% :: 119.206] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintBearing.cpp.o
[build] [2079/3082 67% :: 119.873] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraint.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/App/FemConstraint.cpp:39:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomAPI_ProjectPointOnSurf.hxx:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2080/3082 67% :: 120.330] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintForce.cpp.o
[build] [2081/3082 67% :: 120.508] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintFixed.cpp.o
[build] [2082/3082 67% :: 121.027] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintPressure.cpp.o
[build] [2083/3082 67% :: 121.366] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintSpring.cpp.o
[build] [2084/3082 67% :: 121.442] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintGear.cpp.o
[build] [2085/3082 67% :: 121.998] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Application.cpp.o
[build] /Users/osh/Documents/Dev/FreeCAD/src/Gui/Application.cpp:770:68: warning: unused variable 'it' [-Wunused-variable]
[build] std::map<const App::Document*, Gui::Document*>::const_iterator it = d->documents.find(&Doc);
[build] ^
[build] 1 warning generated.
[build] [2086/3082 67% :: 122.145] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintPulley.cpp.o
[build] [2087/3082 67% :: 122.756] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintDisplacement.cpp.o
[build] [2088/3082 67% :: 123.208] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintFluidBoundary.cpp.o
[build] [2089/3082 67% :: 123.338] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintTemperature.cpp.o
[build] [2090/3082 67% :: 123.875] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintHeatflux.cpp.o
[build] [2091/3082 67% :: 124.103] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintInitialTemperature.cpp.o
[build] [2092/3082 67% :: 124.688] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintPlaneRotation.cpp.o
[build] [2093/3082 67% :: 124.864] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintContact.cpp.o
[build] [2094/3082 67% :: 125.295] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintTransform.cpp.o
[build] [2095/3082 67% :: 125.401] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemPostObject.cpp.o
[build] [2096/3082 67% :: 126.966] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemPostFunction.cpp.o
[build] [2097/3082 67% :: 127.246] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemSetObject.cpp.o
[build] [2098/3082 67% :: 127.948] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemSetNodesObject.cpp.o
[build] [2099/3082 67% :: 127.954] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Document.cpp.o
[build] [2100/3082 67% :: 127.982] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/PreCompiled.cpp.o
[build] [2101/3082 67% :: 128.049] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemSetElementsObject.cpp.o
[build] [2102/3082 67% :: 128.406] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemMesh.cpp.o
[build] [2103/3082 67% :: 128.471] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemSetFacesObject.cpp.o
[build] [2104/3082 67% :: 128.548] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemSetGeometryObject.cpp.o
[build] [2105/3082 67% :: 128.568] Automatic MOC and UIC for target Import
[build] [2106/3081 67% :: 128.629] Automatic MOC and UIC for target MeshPart
[build] [2107/3080 68% :: 129.059] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/PropertyPostDataObject.cpp.o
[build] [2108/3080 68% :: 129.204] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemTools.cpp.o
[build] [2109/3080 68% :: 129.252] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemPostFilter.cpp.o
[build] [2110/3080 68% :: 129.877] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemPostPipeline.cpp.o
[build] [2111/3080 68% :: 130.416] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/StepShapePyImp.cpp.o
[build] [2112/3080 68% :: 131.633] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/AppImport.cpp.o
[build] [2113/3080 68% :: 131.654] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/MeshPart/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/MeshPart/Init.py
[build] [2114/3080 68% :: 132.216] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemMeshPyImp.cpp.o
[build] /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/App/FemMeshPyImp.cpp:1188:14: warning: variable 'i' set but not used [-Wunused-but-set-variable]
[build] for (int i=0;aNodeIter->more();i++) {
[build] ^
[build] 1 warning generated.
[build] [2115/3080 68% :: 132.574] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/AppFemPy.cpp.o
[build] [2116/3080 68% :: 132.694] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemPostPipelinePyImp.cpp.o
[build] [2117/3080 68% :: 132.825] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemVTKTools.cpp.o
[build] [2118/3080 68% :: 133.169] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/AppFem.cpp.o
[build] [2119/3080 68% :: 133.251] Automatic MOC and UIC for target PartDesign
[build] [2120/3079 68% :: 134.979] Building CXX object src/Mod/MeshPart/App/CMakeFiles/MeshPart.dir/AppMeshPart.cpp.o
[build] [2121/3079 68% :: 136.034] Building CXX object src/Mod/MeshPart/App/CMakeFiles/MeshPart.dir/MeshAlgos.cpp.o
[build] [2122/3079 68% :: 136.719] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/ImportOCAF.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/ImportOCAF.cpp:38:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/TDataStd_Name.hxx:87:3: warning: extra ';' inside a class [-Wextra-semi]
[build] DEFINE_DERIVED_ATTRIBUTE(TDataStd_Name, TDataStd_GenericExtString)
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/TDF_DerivedAttribute.hxx:26:39: note: expanded from macro 'DEFINE_DERIVED_ATTRIBUTE'
[build] DEFINE_STANDARD_RTTIEXT(Class, Base); \
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/ImportOCAF.cpp:46:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/XCAFDoc_DocumentTool.hxx:194:3: warning: extra ';' inside a class [-Wextra-semi]
[build] DEFINE_DERIVED_ATTRIBUTE(XCAFDoc_DocumentTool,TDataStd_GenericEmpty)
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/TDF_DerivedAttribute.hxx:26:39: note: expanded from macro 'DEFINE_DERIVED_ATTRIBUTE'
[build] DEFINE_STANDARD_RTTIEXT(Class, Base); \
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/ImportOCAF.cpp:56:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/ImportOCAF.h:36:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/XCAFDoc_ColorTool.hxx:249:3: warning: extra ';' inside a class [-Wextra-semi]
[build] DEFINE_DERIVED_ATTRIBUTE(XCAFDoc_ColorTool,TDataStd_GenericEmpty)
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/TDF_DerivedAttribute.hxx:26:39: note: expanded from macro 'DEFINE_DERIVED_ATTRIBUTE'
[build] DEFINE_STANDARD_RTTIEXT(Class, Base); \
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/ImportOCAF.cpp:56:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/ImportOCAF.h:37:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/XCAFDoc_ShapeTool.hxx:427:3: warning: extra ';' inside a class [-Wextra-semi]
[build] DEFINE_DERIVED_ATTRIBUTE(XCAFDoc_ShapeTool,TDataStd_GenericEmpty)
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/TDF_DerivedAttribute.hxx:26:39: note: expanded from macro 'DEFINE_DERIVED_ATTRIBUTE'
[build] DEFINE_STANDARD_RTTIEXT(Class, Base); \
[build] ^
[build] 4 warnings generated.
[build] [2123/3079 68% :: 137.082] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/AppImportPy.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/AppImportPy.cpp:75:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/ImportOCAF2.h:36:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/XCAFDoc_ColorTool.hxx:249:3: warning: extra ';' inside a class [-Wextra-semi]
[build] DEFINE_DERIVED_ATTRIBUTE(XCAFDoc_ColorTool,TDataStd_GenericEmpty)
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/TDF_DerivedAttribute.hxx:26:39: note: expanded from macro 'DEFINE_DERIVED_ATTRIBUTE'
[build] DEFINE_STANDARD_RTTIEXT(Class, Base); \
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/AppImportPy.cpp:75:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/ImportOCAF2.h:37:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/XCAFDoc_ShapeTool.hxx:427:3: warning: extra ';' inside a class [-Wextra-semi]
[build] DEFINE_DERIVED_ATTRIBUTE(XCAFDoc_ShapeTool,TDataStd_GenericEmpty)
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/TDF_DerivedAttribute.hxx:26:39: note: expanded from macro 'DEFINE_DERIVED_ATTRIBUTE'
[build] DEFINE_STANDARD_RTTIEXT(Class, Base); \
[build] ^
[build] 2 warnings generated.
[build] [2124/3079 68% :: 137.436] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/Feature.cpp.o
[build] [2125/3079 68% :: 138.193] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/dxf/dxf.cpp.o
[build] [2126/3079 68% :: 138.425] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/dxf/ImpExpDxf.cpp.o
[build] [2127/3079 68% :: 138.542] Building CXX object src/Mod/MeshPart/App/CMakeFiles/MeshPart.dir/AppMeshPartPy.cpp.o
[build] [2128/3079 68% :: 138.848] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/ImportOCAF2.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/ImportOCAF2.cpp:32:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/TDataStd_Name.hxx:87:3: warning: extra ';' inside a class [-Wextra-semi]
[build] DEFINE_DERIVED_ATTRIBUTE(TDataStd_Name, TDataStd_GenericExtString)
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/TDF_DerivedAttribute.hxx:26:39: note: expanded from macro 'DEFINE_DERIVED_ATTRIBUTE'
[build] DEFINE_STANDARD_RTTIEXT(Class, Base); \
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/ImportOCAF2.cpp:41:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/XCAFDoc_ColorTool.hxx:249:3: warning: extra ';' inside a class [-Wextra-semi]
[build] DEFINE_DERIVED_ATTRIBUTE(XCAFDoc_ColorTool,TDataStd_GenericEmpty)
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/TDF_DerivedAttribute.hxx:26:39: note: expanded from macro 'DEFINE_DERIVED_ATTRIBUTE'
[build] DEFINE_STANDARD_RTTIEXT(Class, Base); \
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/ImportOCAF2.cpp:42:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/XCAFDoc_DocumentTool.hxx:194:3: warning: extra ';' inside a class [-Wextra-semi]
[build] DEFINE_DERIVED_ATTRIBUTE(XCAFDoc_DocumentTool,TDataStd_GenericEmpty)
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/TDF_DerivedAttribute.hxx:26:39: note: expanded from macro 'DEFINE_DERIVED_ATTRIBUTE'
[build] DEFINE_STANDARD_RTTIEXT(Class, Base); \
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Import/App/ImportOCAF2.cpp:44:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/XCAFDoc_ShapeTool.hxx:427:3: warning: extra ';' inside a class [-Wextra-semi]
[build] DEFINE_DERIVED_ATTRIBUTE(XCAFDoc_ShapeTool,TDataStd_GenericEmpty)
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/TDF_DerivedAttribute.hxx:26:39: note: expanded from macro 'DEFINE_DERIVED_ATTRIBUTE'
[build] DEFINE_STANDARD_RTTIEXT(Class, Base); \
[build] ^
[build] 4 warnings generated.
[build] [2129/3079 68% :: 139.065] Linking CXX shared library Mod/Import/Import.so
[build] ld: warning: directory not found for option '-F/Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks'
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2130/3079 68% :: 140.301] Building CXX object src/Mod/MeshPart/App/CMakeFiles/MeshPart.dir/Mesher.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/MeshPart/App/Mesher.cpp:27:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepMesh_IncrementalMesh.hxx:19:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshTools_Context.hxx:21:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshTools_ModelBuilder.hxx:24:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshData_Model.hxx:22:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshData_Types.hxx:36:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2131/3079 68% :: 140.305] Building CXX object src/Mod/MeshPart/App/CMakeFiles/MeshPart.dir/CurveProjector.cpp.o
[build] [2132/3079 68% :: 140.486] Linking CXX shared library Mod/MeshPart/MeshPart.so
[build] ld: warning: directory not found for option '-F/Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks'
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2133/3079 68% :: 140.575] Automatic MOC and UIC for target area-native
[build] [2134/3078 68% :: 140.774] Linking CXX shared library Mod/Path/libarea-native.dylib
[build] ld: warning: directory not found for option '-F/Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks'
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2135/3078 69% :: 140.849] Automatic MOC and UIC for target Path
[build] [2136/3077 69% :: 141.089] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeaturePad.cpp.o
[build] [2137/3077 69% :: 141.550] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/HypothesisPy.cpp.o
[build] [2138/3077 69% :: 141.580] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureAddSub.cpp.o
[build] [2139/3077 69% :: 141.823] Linking CXX shared library Mod/Fem/Fem.so
[build] ld: warning: directory not found for option '-F/Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks'
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2140/3077 69% :: 142.573] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureBoolean.cpp.o
[build] [2141/3077 69% :: 142.739] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/BodyPyImp.cpp.o
[build] [2142/3077 69% :: 143.909] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureTransformed.cpp.o
[build] [2143/3077 69% :: 143.922] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeaturePyImp.cpp.o
[build] [2144/3077 69% :: 144.227] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/AppPartDesign.cpp.o
[build] [2145/3077 69% :: 144.398] Building CXX object src/Mod/Path/App/CMakeFiles/Path.dir/PathSegmentWalker.cpp.o
[build] [2146/3077 69% :: 145.150] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureDraft.cpp.o
[build] [2147/3077 69% :: 145.607] Building CXX object src/Mod/Path/App/CMakeFiles/Path.dir/PathPyImp.cpp.o
[build] [2148/3077 69% :: 145.707] Building CXX object src/Mod/Path/App/CMakeFiles/Path.dir/Path.cpp.o
[build] [2149/3077 69% :: 146.039] Building CXX object src/Mod/Path/App/CMakeFiles/Path.dir/CommandPyImp.cpp.o
[build] [2150/3077 69% :: 146.349] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/ShapeBinder.cpp.o
[build] [2151/3077 69% :: 146.456] Building CXX object src/Mod/Path/App/CMakeFiles/Path.dir/FeatureArea.cpp.o
[build] [2152/3077 69% :: 146.533] Automatic MOC and UIC for target area
[build] [2153/3076 69% :: 146.692] Linking CXX shared library Mod/Path/area.so
[build] ld: warning: directory not found for option '-F/Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks'
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2154/3076 69% :: 146.833] Linking CXX shared library Mod/Points/Points.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2155/3076 69% :: 146.916] Automatic MOC and UIC for target Inspection
[build] [2156/3075 69% :: 146.937] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Inspection/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Inspection/Init.py
[build] [2157/3075 69% :: 147.099] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureHole.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/App/FeatureHole.cpp:36:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepClass3d_SolidClassifier.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepClass3d_SolidExplorer.hxx:22:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepClass3d_BndBoxTree.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2158/3075 69% :: 147.566] Building CXX object src/Mod/Path/App/CMakeFiles/Path.dir/AreaPyImp.cpp.o
[build] [2159/3075 69% :: 147.705] Linking CXX shared library Mod/PartDesign/_PartDesign.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2160/3075 69% :: 147.848] Automatic MOC and UIC for target Raytracing
[build] [2161/3074 69% :: 147.987] Building CXX object src/Mod/Path/App/CMakeFiles/Path.dir/FeaturePathCompoundPyImp.cpp.o
[build] [2162/3074 69% :: 148.097] Building CXX object src/Mod/Path/App/CMakeFiles/Path.dir/VoronoiCellPyImp.cpp.o
[build] [2163/3074 70% :: 148.536] Building CXX object src/Mod/Path/App/CMakeFiles/Path.dir/VoronoiPyImp.cpp.o
[build] [2164/3074 70% :: 148.617] Building CXX object src/Mod/Path/App/CMakeFiles/Path.dir/VoronoiVertexPyImp.cpp.o
[build] [2165/3074 70% :: 149.295] Building CXX object src/Mod/Path/App/CMakeFiles/Path.dir/AppPath.cpp.o
[build] [2166/3074 70% :: 149.593] Building CXX object src/Mod/Path/App/CMakeFiles/Path.dir/VoronoiEdgePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/App/VoronoiEdgePyImp.cpp:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2167/3074 70% :: 149.669] Automatic MOC and UIC for target ReverseEngineering
[build] [2168/3073 70% :: 149.751] Building CXX object src/Mod/Path/App/CMakeFiles/Path.dir/FeatureAreaPyImp.cpp.o
[build] [2169/3073 70% :: 149.849] Automatic MOC and UIC for target Robot
[build] [2170/3072 70% :: 150.708] Building CXX object src/Mod/Path/App/CMakeFiles/Path.dir/AppPathPy.cpp.o
[build] [2171/3072 70% :: 152.187] Building CXX object src/Mod/Raytracing/App/CMakeFiles/Raytracing.dir/LuxTools.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Raytracing/App/LuxTools.cpp:28:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepMesh_IncrementalMesh.hxx:19:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshTools_Context.hxx:21:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshTools_ModelBuilder.hxx:24:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshData_Model.hxx:22:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshData_Types.hxx:36:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2172/3072 70% :: 152.438] Building CXX object src/Mod/Raytracing/App/CMakeFiles/Raytracing.dir/PovTools.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Raytracing/App/PovTools.cpp:28:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepMesh_IncrementalMesh.hxx:19:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshTools_Context.hxx:21:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshTools_ModelBuilder.hxx:24:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshData_Model.hxx:22:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshData_Types.hxx:36:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2173/3072 70% :: 152.698] Building CXX object src/Mod/Inspection/App/CMakeFiles/Inspection.dir/AppInspection.cpp.o
[build] [2174/3072 70% :: 152.808] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/Robot6AxisPyImp.cpp.o
[build] [2175/3072 70% :: 152.905] Automatic MOC and UIC for target Sketcher
[build] [2176/3071 70% :: 152.990] Building CXX object src/Mod/Raytracing/App/CMakeFiles/Raytracing.dir/AppRaytracingPy.cpp.o
[build] [2177/3071 70% :: 153.293] Building CXX object src/Mod/Raytracing/App/CMakeFiles/Raytracing.dir/AppRaytracing.cpp.o
[build] [2178/3071 70% :: 153.649] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/TrajectoryPyImp.cpp.o
[build] [2179/3071 70% :: 154.426] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/WaypointPyImp.cpp.o
[build] [2180/3071 70% :: 154.680] Building CXX object src/Mod/Raytracing/App/CMakeFiles/Raytracing.dir/RayProject.cpp.o
[build] [2181/3071 70% :: 155.322] Building CXX object src/Mod/Raytracing/App/CMakeFiles/Raytracing.dir/LuxProject.cpp.o
[build] [2182/3071 70% :: 155.408] Linking CXX shared library Mod/Raytracing/Raytracing.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2183/3071 70% :: 155.545] Building CXX object src/Mod/ReverseEngineering/App/CMakeFiles/ReverseEngineering.dir/AppReverseEngineering.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/ReverseEngineering/App/AppReverseEngineering.cpp:33:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BSplineSurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometrySurfacePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2184/3071 70% :: 155.652] Linking CXX shared library Mod/ReverseEngineering/ReverseEngineering.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2185/3071 70% :: 156.182] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/AppRobot.cpp.o
[build] [2186/3071 70% :: 156.439] Building CXX object src/Mod/Inspection/App/CMakeFiles/Inspection.dir/InspectionFeature.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Inspection/App/InspectionFeature.cpp:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepClass3d_SolidClassifier.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepClass3d_SolidExplorer.hxx:22:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepClass3d_BndBoxTree.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2187/3071 70% :: 156.520] Linking CXX shared library Mod/Inspection/Inspection.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2188/3071 70% :: 156.595] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/RobotObjectPyImp.cpp.o
[build] [2189/3071 70% :: 156.715] Linking CXX shared library Mod/Robot/Robot.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2190/3071 70% :: 158.365] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/SketchGeometryExtensionPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchGeometryExtensionPyImp.cpp:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Sketcher/App/SketchGeometryExtensionPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchGeometryExtension.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2191/3071 70% :: 158.649] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/ExternalGeometryExtensionPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/ExternalGeometryExtensionPyImp.cpp:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Sketcher/App/ExternalGeometryExtensionPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/ExternalGeometryExtension.h:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2192/3071 71% :: 158.878] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/SketchObjectSF.cpp.o
[build] [2193/3071 71% :: 159.254] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/SketchObjectSFPyImp.cpp.o
[build] [2194/3071 71% :: 159.349] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/AppSketcherPy.cpp.o
[build] [2195/3071 71% :: 159.390] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/GeometryFacadePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeometryFacadePyImp.cpp:31:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2196/3071 71% :: 159.494] Linking CXX shared library Mod/Spreadsheet/Spreadsheet.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2197/3071 71% :: 159.574] Automatic MOC and UIC for target Surface
[build] [2198/3070 71% :: 160.463] Building CXX object src/Mod/Path/App/CMakeFiles/Path.dir/Area.cpp.o
[build] [2199/3070 71% :: 160.695] Linking CXX shared library Mod/Path/PathApp.so
[build] ld: warning: directory not found for option '-F/Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks'
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2200/3070 71% :: 160.765] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/ConstraintPyImp.cpp.o
[build] [2201/3070 71% :: 160.801] Automatic MOC and UIC for target PathSimulator
[build] [2202/3069 71% :: 161.082] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/ExternalGeometryFacadePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/ExternalGeometryFacadePyImp.cpp:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2203/3069 71% :: 161.590] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/AppSketcher.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/AppSketcher.cpp:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/ExternalGeometryExtension.h:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/AppSketcher.cpp:37:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/AppSketcher.cpp:37:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] 4 warnings generated.
[build] [2204/3069 71% :: 162.829] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/SketchPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchPyImp.cpp:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchPyImp.cpp:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Sketcher/App/SketchPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchPyImp.cpp:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Sketcher/App/SketchPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] 4 warnings generated.
[build] [2205/3069 71% :: 162.908] Building CXX object src/Mod/Surface/App/CMakeFiles/Surface.dir/Blending/BlendCurvePyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Surface/App/Blending/BlendCurvePyImp.cpp:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BezierCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BoundedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2206/3069 71% :: 162.923] Automatic MOC and UIC for target Measure
[build] [2207/3068 71% :: 162.945] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Measure/Init.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Measure/Init.py
[build] [2208/3068 71% :: 163.447] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/SketchObjectPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObjectPyImp.cpp:36:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObjectPyImp.cpp:40:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Sketcher/App/SketchObjectPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObjectPyImp.cpp:40:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Sketcher/App/SketchObjectPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] 4 warnings generated.
[build] [2209/3068 71% :: 163.506] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/SketchAnalysis.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchAnalysis.cpp:42:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeometryFacade.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchGeometryExtension.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchAnalysis.cpp:43:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchAnalysis.cpp:43:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] 4 warnings generated.
[build] [2210/3068 71% :: 163.684] Building CXX object src/Mod/Surface/App/CMakeFiles/Surface.dir/Blending/BlendPointPyImp.cpp.o
[build] [2211/3068 71% :: 163.722] Building CXX object src/Mod/Path/PathSimulator/App/CMakeFiles/PathSimulator.dir/PathSimPyImp.cpp.o
[build] [2212/3068 71% :: 163.972] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/ExternalGeometryFacade.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/ExternalGeometryFacade.cpp:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/ExternalGeometryFacade.h:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/ExternalGeometryExtension.h:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2213/3068 71% :: 165.747] Building CXX object src/Mod/Path/PathSimulator/App/CMakeFiles/PathSimulator.dir/AppPathSimulator.cpp.o
[build] [2214/3068 71% :: 165.906] Linking CXX shared library Mod/Path/PathSimulator.so
[build] ld: warning: directory not found for option '-F/Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks'
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2215/3068 71% :: 167.565] Building CXX object src/Mod/Surface/App/CMakeFiles/Surface.dir/AppSurface.cpp.o
[build] [2216/3068 71% :: 167.668] Linking CXX shared library Mod/Surface/Surface.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2217/3068 71% :: 167.954] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/MeasurementPyImp.cpp.o
[build] [2218/3068 71% :: 168.308] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/AppMeasure.cpp.o
[build] [2219/3068 71% :: 168.403] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/GuiConsole.cpp.o
[build] [2220/3068 72% :: 168.428] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ExpressionBindingPy.cpp.o
[build] [2221/3068 72% :: 169.089] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/GuiApplicationNativeEventAware.cpp.o
[build] [2222/3068 72% :: 169.706] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ExpressionCompleter.cpp.o
[build] [2223/3068 72% :: 169.883] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ExpressionBinding.cpp.o
[build] [2224/3068 72% :: 169.934] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/GuiApplication.cpp.o
[build] [2225/3068 72% :: 170.501] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/Measurement.cpp.o
[build] [2226/3068 72% :: 170.599] Linking CXX shared library Mod/Measure/Measure.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2227/3068 72% :: 170.707] Automatic MOC and UIC for target TechDraw
[build] [2228/3067 72% :: 170.829] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/Sketch.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.cpp:44:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ArcOfCirclePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/ArcOfConicPy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/TrimmedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/BoundedCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryCurvePy.h:7:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Part/App/GeometryPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.cpp:55:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.cpp:55:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] 4 warnings generated.
[build] [2229/3067 72% :: 172.630] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Control.cpp.o
[build] [2230/3067 72% :: 173.376] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/resource.cpp.o
[build] [2231/3067 72% :: 173.839] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Macro.cpp.o
[build] [2232/3067 72% :: 174.127] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TransactionObject.cpp.o
[build] [2233/3067 72% :: 174.410] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Thumbnail.cpp.o
[build] [2234/3067 72% :: 174.470] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/SketchObject.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.cpp:43:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomAPI_ProjectPointOnSurf.hxx:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.cpp:77:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.cpp:77:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] 4 warnings generated.
[build] [2235/3067 72% :: 174.666] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/MergeDocuments.cpp.o
[build] [2236/3067 72% :: 176.745] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePackManager.cpp.o
[build] [2237/3067 72% :: 176.950] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/AppTechDraw.cpp.o
[build] [2238/3067 72% :: 178.075] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ManualAlignment.cpp.o
[build] [2239/3067 72% :: 178.292] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/LineGroup.cpp.o
[build] [2240/3067 72% :: 178.447] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/planegcs/GCS.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.cpp:58:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.cpp:58:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] 3 warnings generated.
[build] [2241/3067 72% :: 178.609] Linking CXX shared library Mod/Sketcher/Sketcher.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2242/3067 72% :: 180.569] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/ShapeExtractor.cpp.o
[build] [2243/3067 72% :: 180.608] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/HatchLine.cpp.o
[build] [2244/3067 72% :: 181.363] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/Preferences.cpp.o
[build] [2245/3067 72% :: 181.899] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawDimHelper.cpp.o
[build] [2246/3067 72% :: 182.712] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawProjectSplit.cpp.o
[build] [2247/3067 72% :: 183.281] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/EdgeWalker.cpp.o
[build] [2248/3067 72% :: 185.068] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/AppTechDrawPy.cpp.o
[build] [2249/3067 72% :: 185.082] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawView.cpp.o
[build] [2250/3067 73% :: 185.261] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawPage.cpp.o
[build] [2251/3067 73% :: 185.719] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawUtil.cpp.o
[build] [2252/3067 73% :: 187.449] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawTemplate.cpp.o
[build] [2253/3067 73% :: 187.630] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawComplexSection.cpp.o
[build] [2254/3067 73% :: 187.649] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewSymbol.cpp.o
[build] [2255/3067 73% :: 188.490] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawProjGroupItem.cpp.o
[build] [2256/3067 73% :: 189.491] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewCollection.cpp.o
[build] [2257/3067 73% :: 189.597] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawProjGroup.cpp.o
[build] [2258/3067 73% :: 190.045] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawSVGTemplate.cpp.o
[build] [2259/3067 73% :: 190.217] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewPart.cpp.o
[build] [2260/3067 73% :: 190.249] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewDimExtent.cpp.o
[build] [2261/3067 73% :: 191.841] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewBalloon.cpp.o
[build] [2262/3067 73% :: 192.583] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewSpreadsheet.cpp.o
[build] [2263/3067 73% :: 193.206] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/LandmarkDimension.cpp.o
[build] [2264/3067 73% :: 193.987] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DimensionGeometry.cpp.o
[build] [2265/3067 73% :: 194.010] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewDimension.cpp.o
[build] [2266/3067 73% :: 194.038] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewDraft.cpp.o
[build] [2267/3067 73% :: 194.392] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DimensionFormatter.cpp.o
[build] [2268/3067 73% :: 194.782] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawHatch.cpp.o
[build] [2269/3067 73% :: 196.053] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewArch.cpp.o
[build] [2270/3067 73% :: 196.178] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewImage.cpp.o
[build] [2271/3067 73% :: 196.851] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewMulti.cpp.o
[build] [2272/3067 73% :: 198.162] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewSection.cpp.o
[build] [2273/3067 73% :: 198.275] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawGeomHatch.cpp.o
[build] [2274/3067 73% :: 198.295] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawWeldSymbol.cpp.o
[build] [2275/3067 73% :: 198.735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawTileWeld.cpp.o
[build] [2276/3067 73% :: 199.635] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawLeaderLine.cpp.o
[build] [2277/3067 73% :: 200.785] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewDetail.cpp.o
[build] [2278/3067 73% :: 202.090] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/PropertyCenterLineList.cpp.o
[build] [2279/3067 73% :: 202.096] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/PropertyGeomFormatList.cpp.o
[build] [2280/3067 73% :: 202.123] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewPyImp.cpp.o
[build] [2281/3067 74% :: 202.589] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawPagePyImp.cpp.o
[build] [2282/3067 74% :: 202.613] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/PropertyCosmeticEdgeList.cpp.o
[build] [2283/3067 74% :: 202.621] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/GeometryObject.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/App/GeometryObject.cpp:35:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepMesh_IncrementalMesh.hxx:19:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshTools_Context.hxx:21:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshTools_ModelBuilder.hxx:24:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshData_Model.hxx:22:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshData_Types.hxx:36:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2284/3067 74% :: 202.938] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/Geometry.cpp.o
[build] [2285/3067 74% :: 203.467] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/Cosmetic.cpp.o
[build] [2286/3067 74% :: 203.966] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/PropertyCosmeticVertexList.cpp.o
[build] [2287/3067 74% :: 204.451] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewSymbolPyImp.cpp.o
[build] [2288/3067 74% :: 204.599] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewPartPyImp.cpp.o
[build] [2289/3067 74% :: 205.499] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/CosmeticExtension.cpp.o
[build] [2290/3067 74% :: 205.640] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawTemplatePyImp.cpp.o
[build] [2291/3067 74% :: 205.664] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawSVGTemplatePyImp.cpp.o
[build] [2292/3067 74% :: 206.033] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawParametricTemplatePyImp.cpp.o
[build] [2293/3067 74% :: 206.273] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawHatchPyImp.cpp.o
[build] [2294/3067 74% :: 206.369] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewClipPyImp.cpp.o
[build] [2295/3067 74% :: 206.825] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewDimExtentPyImp.cpp.o
[build] [2296/3067 74% :: 206.893] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewDimensionPyImp.cpp.o
[build] [2297/3067 74% :: 207.192] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawGeomHatchPyImp.cpp.o
[build] [2298/3067 74% :: 207.657] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewCollectionPyImp.cpp.o
[build] [2299/3067 74% :: 208.599] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawProjGroupPyImp.cpp.o
[build] [2300/3067 74% :: 208.817] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawProjGroupItemPyImp.cpp.o
[build] [2301/3067 74% :: 209.129] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewAnnotationPyImp.cpp.o
[build] [2302/3067 74% :: 209.172] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawRichAnnoPyImp.cpp.o
[build] [2303/3067 74% :: 209.243] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawLeaderLinePyImp.cpp.o
[build] [2304/3067 74% :: 209.482] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/GeomFormatPyImp.cpp.o
[build] [2305/3067 74% :: 210.356] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/CenterLinePyImp.cpp.o
[build] [2306/3067 74% :: 210.476] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/CosmeticEdgePyImp.cpp.o
[build] [2307/3067 74% :: 210.482] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawTilePyImp.cpp.o
[build] [2308/3067 74% :: 210.795] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawTileWeldPyImp.cpp.o
[build] [2309/3067 74% :: 210.980] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/CosmeticExtensionPyImp.cpp.o
[build] [2310/3067 74% :: 211.101] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawWeldSymbolPyImp.cpp.o
[build] [2311/3067 74% :: 211.287] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/UserSettings.cpp.o
[build] [2312/3067 75% :: 212.795] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/CosmeticVertexPyImp.cpp.o
[build] [2313/3067 75% :: 213.332] Linking CXX shared library Mod/TechDraw/TechDraw.so
[build] ld: warning: directory not found for option '-F/Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks'
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2314/3067 75% :: 213.404] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandMacro.cpp.o
[build] [2315/3067 75% :: 214.615] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandWindow.cpp.o
[build] [2316/3067 75% :: 216.462] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandStructure.cpp.o
[build] [2317/3067 75% :: 217.184] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandStd.cpp.o
[build] [2318/3067 75% :: 218.055] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandCompleter.cpp.o
[build] [2319/3067 75% :: 218.244] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ShortcutManager.cpp.o
[build] [2320/3067 75% :: 218.316] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandPyImp.cpp.o
[build] [2321/3067 75% :: 218.592] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandLink.cpp.o
[build] [2322/3067 75% :: 218.723] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandFeat.cpp.o
[build] [2323/3067 75% :: 219.302] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandTest.cpp.o
[build] [2324/3067 75% :: 219.696] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Action.cpp.o
[build] [2325/3067 75% :: 220.724] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Clipping.cpp.o
[build] [2326/3067 75% :: 220.749] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgActivateWindowImp.cpp.o
[build] [2327/3067 75% :: 220.777] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgCreateNewPreferencePackImp.cpp.o
[build] [2328/3067 75% :: 220.989] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgInputDialogImp.cpp.o
[build] [2329/3067 75% :: 220.990] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgRunExternal.cpp.o
[build] [2330/3067 75% :: 221.427] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Command.cpp.o
[build] [2331/3067 75% :: 221.503] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgUnitsCalculatorImp.cpp.o
[build] [2332/3067 75% :: 223.057] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandView.cpp.o
[build] [2333/3067 75% :: 223.667] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgEditFileIncludePropertyExternal.cpp.o
[build] [2334/3067 75% :: 223.756] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgMacroRecordImp.cpp.o
[build] [2335/3067 75% :: 223.852] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgParameterFind.cpp.o
[build] [2336/3067 75% :: 223.872] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandDoc.cpp.o
[build] [2337/3067 75% :: 223.958] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DemoMode.cpp.o
[build] [2338/3067 75% :: 224.248] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgMaterialPropertiesImp.cpp.o
[build] [2339/3067 75% :: 224.992] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgProjectInformationImp.cpp.o
[build] [2340/3067 75% :: 225.771] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgParameterImp.cpp.o
[build] [2341/3067 75% :: 226.945] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgMacroExecuteImp.cpp.o
[build] [2342/3067 76% :: 227.020] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgProjectUtility.cpp.o
[build] [2343/3067 76% :: 227.074] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgCheckableMessageBox.cpp.o
[build] [2344/3067 76% :: 227.585] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgDisplayPropertiesImp.cpp.o
[build] [2345/3067 76% :: 227.673] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgPreferencePackManagementImp.cpp.o
[build] [2346/3067 76% :: 227.769] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgUndoRedo.cpp.o
[build] [2347/3067 76% :: 227.905] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskDlgRelocation.cpp.o
[build] [2348/3067 76% :: 228.641] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgExpressionInput.cpp.o
[build] [2349/3067 76% :: 228.898] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/InputVector.cpp.o
[build] [2350/3067 76% :: 229.364] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgRevertToBackupConfigImp.cpp.o
[build] [2351/3067 76% :: 229.761] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskCSysDragger.cpp.o
[build] [2352/3067 76% :: 231.030] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DownloadManager.cpp.o
[build] [2353/3067 76% :: 231.394] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgPropertyLink.cpp.o
[build] [2354/3067 76% :: 232.058] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SceneInspector.cpp.o
[build] [2355/3067 76% :: 232.903] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PropertyPage.cpp.o
[build] [2356/3067 76% :: 232.915] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DownloadItem.cpp.o
[build] [2357/3067 76% :: 233.007] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TextureMapping.cpp.o
[build] [2358/3067 76% :: 233.493] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Transform.cpp.o
[build] [2359/3067 76% :: 233.667] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/VectorListEditor.cpp.o
[build] [2360/3067 76% :: 234.639] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DocumentRecovery.cpp.o
[build] [2361/3067 76% :: 235.089] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgAddProperty.cpp.o
[build] [2362/3067 76% :: 235.549] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgCustomizeImp.cpp.o
[build] [2363/3067 76% :: 235.740] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgCommandsImp.cpp.o
[build] [2364/3067 76% :: 235.781] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgObjectSelection.cpp.o
[build] [2365/3067 76% :: 236.176] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgActionsImp.cpp.o
[build] [2366/3067 76% :: 236.266] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgCustomizeSpNavSettings.cpp.o
[build] [2367/3067 76% :: 237.300] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Placement.cpp.o
[build] [2368/3067 76% :: 237.507] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskElementColors.cpp.o
[build] [2369/3067 76% :: 238.131] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgWorkbenchesImp.cpp.o
[build] [2370/3067 76% :: 238.490] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgEditorImp.cpp.o
[build] [2371/3067 76% :: 238.656] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgOnlineHelpImp.cpp.o
[build] [2372/3067 76% :: 238.908] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgKeyboardImp.cpp.o
[build] [2373/3067 77% :: 239.083] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgReportViewImp.cpp.o
[build] [2374/3067 77% :: 239.991] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgToolbarsImp.cpp.o
[build] [2375/3067 77% :: 240.770] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgSettingsSelection.cpp.o
[build] [2376/3067 77% :: 241.106] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgGeneralImp.cpp.o
[build] [2377/3067 77% :: 241.331] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgSettings3DViewImp.cpp.o
[build] [2378/3067 77% :: 241.373] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgSettingsUnitsImp.cpp.o
[build] [2379/3067 77% :: 241.512] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgSettingsColorGradientImp.cpp.o
[build] [2380/3067 77% :: 241.560] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgSettingsImageImp.cpp.o
[build] [2381/3067 77% :: 241.631] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgSettingsCacheDirectory.cpp.o
[build] [2382/3067 77% :: 241.756] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgCustomizeSpaceball.cpp.o
[build] [2383/3067 77% :: 241.768] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgSettingsViewColor.cpp.o
[build] [2384/3067 77% :: 242.104] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgPreferencesImp.cpp.o
[build] [2385/3067 77% :: 242.393] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgSettingsDocumentImp.cpp.o
[build] [2386/3067 77% :: 243.377] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgSettingsNavigation.cpp.o
[build] [2387/3067 77% :: 244.179] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgSettingsPythonConsole.cpp.o
[build] [2388/3067 77% :: 244.251] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgSettingsNotificationArea.cpp.o
[build] [2389/3067 77% :: 244.547] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgSettingsMacroImp.cpp.o
[build] [2390/3067 77% :: 245.413] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TreeView.cpp.o
[build] [2391/3067 77% :: 245.960] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ComboView.cpp.o
[build] [2392/3067 77% :: 246.063] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DlgSettingsLazyLoadedImp.cpp.o
[build] [2393/3067 77% :: 247.132] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ReportView.cpp.o
[build] [2394/3067 77% :: 247.829] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SelectionView.cpp.o
[build] [2395/3067 77% :: 248.043] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/EditorView.cpp.o
[build] [2396/3067 77% :: 248.677] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DAGView/DAGView.cpp.o
[build] [2397/3067 77% :: 249.170] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TextDocumentEditorView.cpp.o
[build] [2398/3067 77% :: 249.782] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PythonConsole.cpp.o
[build] [2399/3067 77% :: 250.374] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PythonEditor.cpp.o
[build] [2400/3067 77% :: 251.129] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TextEdit.cpp.o
[build] [2401/3067 77% :: 251.815] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CallTips.cpp.o
[build] [2402/3067 77% :: 252.426] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PythonConsolePy.cpp.o
[build] [2403/3067 77% :: 252.476] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/OnlineDocumentation.cpp.o
[build] [2404/3067 78% :: 252.666] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/WhatsThis.cpp.o
[build] [2405/3067 78% :: 252.808] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PythonDebugger.cpp.o
[build] [2406/3067 78% :: 252.931] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Assistant.cpp.o
[build] [2407/3067 78% :: 254.449] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoFCColorGradient.cpp.o
[build] [2408/3067 78% :: 254.777] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/NetworkRetriever.cpp.o
[build] [2409/3067 78% :: 254.791] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoFCColorBar.cpp.o
[build] [2410/3067 78% :: 254.965] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoFCColorLegend.cpp.o
[build] [2411/3067 78% :: 255.524] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PropertyView.cpp.o
[build] [2412/3067 78% :: 256.408] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DAGView/DAGModel.cpp.o
[build] [2413/3067 78% :: 256.677] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoFCOffscreenRenderer.cpp.o
[build] [2414/3067 78% :: 257.299] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoFCSelection.cpp.o
[build] [2415/3067 78% :: 257.374] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoFCCSysDragger.cpp.o
[build] [2416/3067 78% :: 257.758] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoFCSelectionContext.cpp.o
[build] [2417/3067 78% :: 258.022] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoFCDB.cpp.o
[build] [2418/3067 78% :: 260.395] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/propertyeditor/PropertyItemDelegate.cpp.o
[build] [2419/3067 78% :: 260.834] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoFCUnifiedSelection.cpp.o
[build] [2420/3067 78% :: 260.975] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskView/TaskEditControl.cpp.o
[build] [2421/3067 78% :: 261.401] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Language/Translator.cpp.o
[build] [2422/3067 78% :: 261.405] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/propertyeditor/PropertyModel.cpp.o
[build] [2423/3067 78% :: 263.427] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/propertyeditor/PropertyEditor.cpp.o
[build] [2424/3067 78% :: 264.348] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskView/TaskSelectLinkProperty.cpp.o
[build] [2425/3067 78% :: 264.560] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/SoQTQuarterAdaptor.cpp.o
[build] [2426/3067 78% :: 265.223] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Flag.cpp.o
[build] [2427/3067 78% :: 265.235] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskView/TaskAppearance.cpp.o
[build] [2428/3067 78% :: 265.251] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskView/TaskWatcher.cpp.o
[build] [2429/3067 78% :: 265.533] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/GLPainter.cpp.o
[build] [2430/3067 78% :: 265.588] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/MouseSelection.cpp.o
[build] [2431/3067 78% :: 266.132] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Tree.cpp.o
[build] [2432/3067 78% :: 266.608] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskView/TaskDialogPython.cpp.o
[build] [2433/3067 78% :: 266.893] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskView/TaskView.cpp.o
[build] [2434/3067 79% :: 268.304] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/propertyeditor/PropertyItem.cpp.o
[build] [2435/3067 79% :: 268.429] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/InventorNavigationStyle.cpp.o
[build] [2436/3067 79% :: 268.684] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CADNavigationStyle.cpp.o
[build] [2437/3067 79% :: 268.792] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/NavigationStyle.cpp.o
[build] [2438/3067 79% :: 269.274] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/RevitNavigationStyle.cpp.o
[build] [2439/3067 79% :: 269.323] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/BlenderNavigationStyle.cpp.o
[build] [2440/3067 79% :: 269.556] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/OpenSCADNavigationStyle.cpp.o
[build] [2441/3067 79% :: 269.581] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/OpenCascadeNavigationStyle.cpp.o
[build] [2442/3067 79% :: 270.139] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TinkerCADNavigationStyle.cpp.o
[build] [2443/3067 79% :: 270.268] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CoinRiftWidget.cpp.o
[build] [2444/3067 79% :: 270.653] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TouchpadNavigationStyle.cpp.o
[build] [2445/3067 79% :: 271.206] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/View.cpp.o
[build] [2446/3067 79% :: 271.631] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/MayaGestureNavigationStyle.cpp.o
[build] [2447/3067 79% :: 273.756] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/View3DSettings.cpp.o
[build] [2448/3067 79% :: 274.390] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/View3DInventor.cpp.o
[build] [2449/3067 79% :: 274.426] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SplitView3DInventor.cpp.o
[build] [2450/3067 79% :: 274.701] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/View3DInventorSelection.cpp.o
[build] [2451/3067 79% :: 274.774] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderExtensionPyImp.cpp.o
[build] [2452/3067 79% :: 275.075] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/View3DViewerPy.cpp.o
[build] [2453/3067 79% :: 275.638] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/GestureNavigationStyle.cpp.o
[build] [2454/3067 79% :: 278.757] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderGroupExtension.cpp.o
[build] [2455/3067 79% :: 278.772] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderGeoFeatureGroupExtension.cpp.o
[build] [2456/3067 79% :: 279.060] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderDocumentObjectPyImp.cpp.o
[build] [2457/3067 79% :: 279.295] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/View3DInventorViewer.cpp.o
[build] [2458/3067 79% :: 279.365] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/View3DPy.cpp.o
[build] [2459/3067 79% :: 279.560] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderDocumentObjectGroup.cpp.o
[build] [2460/3067 79% :: 280.139] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderAnnotation.cpp.o
[build] [2461/3067 79% :: 280.506] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderDragger.cpp.o
[build] [2462/3067 79% :: 281.269] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/NaviCube.cpp.o
[build] [2463/3067 79% :: 281.909] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderBuilder.cpp.o
[build] [2464/3067 79% :: 282.312] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProvider.cpp.o
[build] [2465/3067 80% :: 282.685] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderDocumentObject.cpp.o
[build] [2466/3067 80% :: 283.732] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderOriginGroupExtension.cpp.o
[build] [2467/3067 80% :: 283.866] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderGeometryObject.cpp.o
[build] [2468/3067 80% :: 285.103] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderPlacement.cpp.o
[build] [2469/3067 80% :: 285.174] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderPyImp.cpp.o
[build] [2470/3067 80% :: 285.939] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderPart.cpp.o
[build] [2471/3067 80% :: 286.465] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderVRMLObject.cpp.o
[build] [2472/3067 80% :: 286.561] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderPythonFeature.cpp.o
[build] [2473/3067 80% :: 286.650] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderMeasureDistance.cpp.o
[build] [2474/3067 80% :: 286.655] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderMaterialObject.cpp.o
[build] [2475/3067 80% :: 287.137] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderTextDocument.cpp.o
[build] [2476/3067 80% :: 288.126] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/AxisOriginPyImp.cpp.o
[build] [2477/3067 80% :: 288.914] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderLinkPyImp.cpp.o
[build] [2478/3067 80% :: 289.026] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderOrigin.cpp.o
[build] [2479/3067 80% :: 289.601] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/LinkViewPyImp.cpp.o
[build] [2480/3067 80% :: 289.691] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/AxisOrigin.cpp.o
[build] [2481/3067 80% :: 289.937] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/MainWindowPy.cpp.o
[build] [2482/3067 80% :: 290.171] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/FileDialog.cpp.o
[build] [2483/3067 80% :: 290.749] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ProgressBar.cpp.o
[build] [2484/3067 80% :: 291.435] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ProgressDialog.cpp.o
[build] [2485/3067 80% :: 292.549] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/InputField.cpp.o
[build] [2486/3067 80% :: 292.872] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/NotificationArea.cpp.o
[build] [2487/3067 80% :: 292.945] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PrefWidgets.cpp.o
[build] [2488/3067 80% :: 293.778] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SpinBox.cpp.o
[build] [2489/3067 80% :: 293.785] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PythonWrapper.cpp.o
[build] [2490/3067 80% :: 294.178] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Splashscreen.cpp.o
[build] [2491/3067 80% :: 294.705] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/QuantitySpinBox.cpp.o
[build] [2492/3067 80% :: 294.718] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewParams.cpp.o
[build] [2493/3067 80% :: 295.672] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Window.cpp.o
[build] [2494/3067 80% :: 296.306] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Widgets.cpp.o
[build] [2495/3067 80% :: 296.414] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/WidgetFactory.cpp.o
[build] [2496/3067 81% :: 297.017] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DockWindowManager.cpp.o
[build] [2497/3067 81% :: 297.123] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderLink.cpp.o
[build] [2498/3067 81% :: 297.413] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TreeParams.cpp.o
[build] [2499/3067 81% :: 297.658] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/MenuManager.cpp.o
[build] [2500/3067 81% :: 298.265] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PythonWorkbenchPyImp.cpp.o
[build] [2501/3067 81% :: 298.719] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/MainWindow.cpp.o
[build] [2502/3067 81% :: 298.993] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/MDIView.cpp.o
[build] [2503/3067 81% :: 299.201] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ToolBarManager.cpp.o
[build] [2504/3067 81% :: 299.278] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ToolBoxManager.cpp.o
[build] [2505/3067 81% :: 299.403] Linking CXX executable tests/Tests_run
[build] [2505/3067 81% :: 299.658] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/GraphvizView.cpp.o
[build] [2505/3067 81% :: 299.761] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ActiveObjectList.cpp.o
[build] [2505/3067 81% :: 300.479] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/WorkbenchFactory.cpp.o
[build] [2505/3067 81% :: 300.628] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/WorkbenchManager.cpp.o
[build] [2505/3067 81% :: 300.841] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/WorkbenchPyImp.cpp.o
[build] [2505/3067 81% :: 301.267] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SelectionObjectPyImp.cpp.o
[build] [2505/3067 81% :: 301.704] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SelectionObserverPython.cpp.o
[build] [2505/3067 81% :: 301.839] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Workbench.cpp.o
[build] [2505/3067 81% :: 301.915] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SelectionObject.cpp.o
[build] [2505/3067 81% :: 302.624] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SelectionFilter.cpp.o
[build] [2505/3067 81% :: 308.374] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Selection.cpp.o
[build] [2506/3067 81% :: 308.843] Linking CXX shared library lib/libFreeCADGui.dylib
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2518/3067 81% :: 308.985] Automatic MOC and UIC for target FreeCADMain
[build] [2519/3066 81% :: 309.008] Automatic MOC and UIC for target FreeCADGuiPy
[build] [2520/3065 81% :: 311.436] Automatic MOC and UIC for target RaytracingGui
[build] [2521/3064 81% :: 311.541] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Raytracing/Gui/Resources/icons/RaytracingWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Raytracing/Resources/icons/RaytracingWorkbench.svg
[build] [2522/3064 81% :: 311.590] Automatic MOC and UIC for target StartGui
[build] [2523/3063 82% :: 311.817] Automatic MOC and UIC for target PointsGui
[build] [2524/3062 82% :: 311.996] Automatic MOC and UIC for target InspectionGui
[build] [2525/3061 82% :: 312.191] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Points/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Points/InitGui.py
[build] [2526/3061 82% :: 312.225] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Inspection/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Inspection/InitGui.py
[build] [2527/3061 82% :: 312.228] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Inspection/Gui/Resources/icons/InspectionWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Inspection/Resources/icons/InspectionWorkbench.svg
[build] [2528/3061 82% :: 312.261] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Points/Gui/Resources/icons/PointsWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Points/Resources/icons/PointsWorkbench.svg
[build] [2529/3061 82% :: 319.537] Automatic MOC and UIC for target ImageGui
[build] [2530/3060 82% :: 319.683] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Image/Gui/Resources/icons/ImageWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Image/Resources/icons/ImageWorkbench.svg
[build] [2531/3060 82% :: 323.955] Building CXX object src/Mod/Inspection/Gui/CMakeFiles/InspectionGui.dir/AppInspectionGui.cpp.o
[build] [2532/3060 82% :: 324.259] Building CXX object src/Main/CMakeFiles/FreeCADGuiPy.dir/FreeCADGuiPy.cpp.o
[build] [2533/3060 82% :: 324.359] Linking CXX shared library lib/FreeCADGui.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2534/3060 82% :: 328.540] Building CXX object src/Mod/Raytracing/Gui/CMakeFiles/RaytracingGui.dir/AppRaytracingGuiPy.cpp.o
[build] [2535/3060 82% :: 332.460] Building CXX object src/Mod/Image/Gui/CMakeFiles/ImageGui.dir/AppImageGui.cpp.o
[build] [2536/3060 82% :: 333.010] Building CXX object src/Main/CMakeFiles/FreeCADMain.dir/MainGui.cpp.o
[build] [2537/3060 82% :: 333.123] Linking CXX executable bin/FreeCAD
[build] [2538/3060 82% :: 333.944] Building CXX object src/Mod/Inspection/Gui/CMakeFiles/InspectionGui.dir/VisualInspection.cpp.o
[build] [2539/3060 82% :: 335.332] Automatic MOC and UIC for target SpreadsheetGui
[build] [2540/3059 82% :: 335.981] Building CXX object src/Mod/Image/Gui/CMakeFiles/ImageGui.dir/ImageOrientationDialog.cpp.o
[build] [2541/3059 82% :: 336.446] Building CXX object src/Mod/Image/Gui/CMakeFiles/ImageGui.dir/AppImageGuiPy.cpp.o
[build] [2542/3059 82% :: 336.500] Building CXX object src/Mod/Raytracing/Gui/CMakeFiles/RaytracingGui.dir/AppRaytracingGui.cpp.o
[build] [2543/3059 82% :: 336.848] Automatic MOC and UIC for target MeshGui
[build] [2544/3058 82% :: 336.946] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Mesh/Gui/Resources/icons/MeshWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Mesh/Resources/icons/MeshWorkbench.svg
[build] [2545/3058 82% :: 338.050] Building CXX object src/Mod/Image/Gui/CMakeFiles/ImageGui.dir/ImageView.cpp.o
[build] [2546/3058 82% :: 338.133] Building CXX object src/Mod/Image/Gui/CMakeFiles/ImageGui.dir/Command.cpp.o
[build] [2547/3058 82% :: 338.539] Building CXX object src/Mod/Image/Gui/CMakeFiles/ImageGui.dir/Workbench.cpp.o
[build] [2548/3058 82% :: 338.657] Linking CXX shared library Mod/Image/ImageGui.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2549/3058 82% :: 340.750] Building CXX object src/Mod/Points/Gui/CMakeFiles/PointsGui.dir/DlgPointsReadImp.cpp.o
[build] [2550/3058 83% :: 341.076] Building CXX object src/Mod/Inspection/Gui/CMakeFiles/InspectionGui.dir/Command.cpp.o
[build] [2551/3058 83% :: 341.153] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/DlgEvaluateSettings.cpp.o
[build] [2552/3058 83% :: 344.231] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/DlgSettingsMeshView.cpp.o
[build] [2553/3058 83% :: 344.609] Building CXX object src/Mod/Inspection/Gui/CMakeFiles/InspectionGui.dir/Workbench.cpp.o
[build] [2554/3058 83% :: 347.278] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/DlgRegularSolidImp.cpp.o
[build] [2555/3058 83% :: 348.404] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/DlgDecimating.cpp.o
[build] [2556/3058 83% :: 348.600] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/DlgSmoothing.cpp.o
[build] [2557/3058 83% :: 349.083] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/DlgSettingsImportExportImp.cpp.o
[build] [2558/3058 83% :: 349.131] Building CXX object src/Mod/Points/Gui/CMakeFiles/PointsGui.dir/AppPointsGui.cpp.o
[build] [2559/3058 83% :: 350.937] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/Selection.cpp.o
[build] [2560/3058 83% :: 351.078] Automatic MOC and UIC for target RobotGui
[build] [2561/3057 83% :: 351.123] Building CXX object src/Mod/Inspection/Gui/CMakeFiles/InspectionGui.dir/ViewProviderInspection.cpp.o
[build] [2562/3057 83% :: 351.360] Linking CXX shared library Mod/Inspection/InspectionGui.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2563/3057 83% :: 352.793] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/DlgEvaluateMeshImp.cpp.o
[build] [2564/3057 83% :: 353.593] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/RemoveComponents.cpp.o
[build] [2565/3057 83% :: 354.861] Automatic MOC and UIC for target PartGui
[build] [2566/3056 83% :: 355.542] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/Segmentation.cpp.o
[build] [2567/3056 83% :: 358.162] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/SoFCMeshObject.cpp.o
[build] [2568/3056 83% :: 358.367] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/ViewProviderMeshPyImp.cpp.o
[build] [2569/3056 83% :: 359.169] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/ViewProviderDefects.cpp.o
[build] [2570/3056 83% :: 359.540] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/ViewProviderMeshFaceSet.cpp.o
[build] [2571/3056 83% :: 360.241] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/RemeshGmsh.cpp.o
[build] [2572/3056 83% :: 360.270] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/Gui/Resources/icons/PartWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Part/Resources/icons/PartWorkbench.svg
[build] [2573/3056 83% :: 360.782] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/SegmentationBestFit.cpp.o
[build] [2574/3056 83% :: 361.710] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/ViewProviderTransformDemolding.cpp.o
[build] [2575/3056 83% :: 363.177] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/ViewProviderCurvature.cpp.o
[build] [2576/3056 83% :: 363.216] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/AppMeshGui.cpp.o
[build] [2577/3056 83% :: 364.274] Automatic MOC and UIC for target TechDrawGui
[build] [2578/3056 83% :: 364.399] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/ViewProvider.cpp.o
[build] [2579/3056 84% :: 364.456] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/PropertyEditorMesh.cpp.o
[build] [2580/3056 84% :: 365.475] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/Workbench.cpp.o
[build] [2581/3056 84% :: 365.489] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/Command.cpp.o
[build] [2582/3056 84% :: 365.494] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/MeshEditor.cpp.o
[build] [2583/3056 84% :: 366.606] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/MeshSelection.cpp.o
[build] [2584/3056 84% :: 366.760] Linking CXX shared library Mod/Mesh/MeshGui.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2585/3056 84% :: 368.203] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/BoxSelection.cpp.o
[build] [2586/3056 84% :: 368.519] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/AttacherTexts.cpp.o
[build] [2587/3056 84% :: 368.787] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgExportStep.cpp.o
[build] [2588/3056 84% :: 368.817] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/AppPartGui.cpp.o
[build] [2589/3056 84% :: 369.136] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/CommandParametric.cpp.o
[build] [2590/3056 84% :: 370.870] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/Mirroring.cpp.o
[build] [2591/3056 84% :: 371.022] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/CrossSections.cpp.o
[build] [2592/3056 84% :: 371.110] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgImportStep.cpp.o
[build] [2593/3056 84% :: 371.319] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgPartImportIgesImp.cpp.o
[build] [2594/3056 84% :: 371.678] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgPartImportStepImp.cpp.o
[build] [2595/3056 84% :: 371.795] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgPartBoxImp.cpp.o
[build] [2596/3056 84% :: 371.865] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/CommandSimple.cpp.o
[build] [2597/3056 84% :: 372.165] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgPartCylinderImp.cpp.o
[build] [2598/3056 84% :: 372.948] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgExtrusion.cpp.o
[build] [2599/3056 84% :: 373.066] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgBooleanOperation.cpp.o
[build] [2600/3056 84% :: 374.567] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgSettingsGeneral.cpp.o
[build] [2601/3056 84% :: 374.571] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/Command.cpp.o
[build] [2602/3056 84% :: 374.726] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgSettingsObjectColor.cpp.o
[build] [2603/3056 84% :: 375.512] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgSettingsMeasure.cpp.o
[build] [2604/3056 84% :: 375.819] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgFilletEdges.cpp.o
[build] [2605/3056 84% :: 376.720] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgSettings3DViewPartImp.cpp.o
[build] [2606/3056 84% :: 377.151] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/PropertyEnumAttacherItem.cpp.o
[build] [2607/3056 84% :: 377.471] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/SoBrepEdgeSet.cpp.o
[build] [2608/3056 84% :: 378.029] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgRevolution.cpp.o
[build] [2609/3056 85% :: 378.557] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/SoBrepFaceSet.cpp.o
[build] [2610/3056 85% :: 378.810] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/SoBrepPointSet.cpp.o
[build] [2611/3056 85% :: 380.298] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderAttachExtension.cpp.o
[build] [2612/3056 85% :: 380.453] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderReference.cpp.o
[build] [2613/3056 85% :: 381.163] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgPrimitives.cpp.o
[build] [2614/3056 85% :: 381.601] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderCompound.cpp.o
[build] [2615/3056 85% :: 381.843] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProvider.cpp.o
[build] [2616/3056 85% :: 382.074] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgProjectionOnSurface.cpp.o
[build] [2617/3056 85% :: 383.857] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderBoolean.cpp.o
[build] [2618/3056 85% :: 384.230] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/Workbench.cpp.o
[build] [2619/3056 85% :: 384.342] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderMirror.cpp.o
[build] [2620/3056 85% :: 384.876] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderCurveNet.cpp.o
[build] [2621/3056 85% :: 385.033] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderRuledSurface.cpp.o
[build] [2622/3056 85% :: 385.050] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderGridExtension.cpp.o
[build] [2623/3056 85% :: 385.436] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProvider2DObject.cpp.o
[build] [2624/3056 85% :: 389.527] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ShapeFromMesh.cpp.o
[build] [2625/3056 85% :: 389.882] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/TaskLoft.cpp.o
[build] [2626/3056 85% :: 389.979] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderExt.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/Gui/ViewProviderExt.cpp:31:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepMesh_IncrementalMesh.hxx:19:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshTools_Context.hxx:21:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshTools_ModelBuilder.hxx:24:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshData_Model.hxx:22:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshData_Types.hxx:36:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2627/3056 85% :: 390.514] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/TaskFaceColors.cpp.o
[build] [2628/3056 85% :: 390.831] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/TaskShapeBuilder.cpp.o
[build] [2629/3056 85% :: 390.986] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/TaskSweep.cpp.o
[build] [2630/3056 85% :: 391.805] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/SectionCutting.cpp.o
[build] [2631/3056 85% :: 392.577] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/TaskCheckGeometry.cpp.o
[build] [2632/3056 85% :: 393.344] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/TaskOffset.cpp.o
[build] [2633/3056 85% :: 393.366] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Robot/Gui/Resources/icons/RobotWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Robot/Resources/icons/RobotWorkbench.svg
[build] [2634/3056 85% :: 393.715] Building CXX object src/Mod/Points/Gui/CMakeFiles/PointsGui.dir/Workbench.cpp.o
[build] [2635/3056 85% :: 393.984] Building CXX object src/Mod/Raytracing/Gui/CMakeFiles/RaytracingGui.dir/DlgSettingsRayImp.cpp.o
[build] [2636/3056 85% :: 394.484] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/TaskThickness.cpp.o
[build] [2637/3056 85% :: 395.900] Building CXX object src/Mod/Raytracing/Gui/CMakeFiles/RaytracingGui.dir/Workbench.cpp.o
[build] [2638/3056 85% :: 396.736] Building CXX object src/Mod/Points/Gui/CMakeFiles/PointsGui.dir/Command.cpp.o
[build] [2639/3056 85% :: 396.945] Building CXX object src/Mod/Raytracing/Gui/CMakeFiles/RaytracingGui.dir/ViewProvider.cpp.o
[build] [2640/3056 86% :: 397.796] Building CXX object src/Mod/Points/Gui/CMakeFiles/PointsGui.dir/ViewProvider.cpp.o
[build] [2641/3056 86% :: 397.818] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/TaskDimension.cpp.o
[build] [2642/3056 86% :: 397.910] Linking CXX shared library Mod/Points/PointsGui.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2643/3056 86% :: 398.296] Building CXX object src/Mod/Raytracing/Gui/CMakeFiles/RaytracingGui.dir/Command.cpp.o
[build] [2644/3056 86% :: 398.423] Linking CXX shared library Mod/Raytracing/RaytracingGui.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2645/3056 86% :: 399.667] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/TaskAttacher.cpp.o
[build] [2646/3056 86% :: 399.901] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/Workbench.cpp.o
[build] [2647/3056 86% :: 399.953] Linking CXX shared library Mod/Part/PartGui.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2648/3056 86% :: 400.722] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/ViewProviderTrajectory.cpp.o
[build] [2649/3056 86% :: 400.842] Automatic MOC and UIC for target ImportGui
[build] [2650/3055 86% :: 401.209] Automatic MOC and UIC for target ReverseEngineeringGui
[build] [2651/3054 86% :: 401.684] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/ViewProviderEdge2TracObject.cpp.o
[build] [2652/3054 86% :: 402.140] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/AppRobotGui.cpp.o
[build] [2653/3054 86% :: 402.195] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/ViewProviderRobotObject.cpp.o
[build] [2654/3054 86% :: 402.556] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/ViewProviderTrajectoryDressUp.cpp.o
[build] [2655/3054 86% :: 404.797] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/CommandInsertRobot.cpp.o
[build] [2656/3054 86% :: 406.213] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskRobot6Axis.cpp.o
[build] [2657/3054 86% :: 406.243] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/ReverseEngineering/Gui/Resources/icons/ReverseEngineeringWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/ReverseEngineering/Resources/icons/ReverseEngineeringWorkbench.svg
[build] [2658/3054 86% :: 406.615] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/Command.cpp.o
[build] [2659/3054 86% :: 407.800] Building CXX object src/Mod/Import/Gui/CMakeFiles/ImportGui.dir/AppImportGui.cpp.o
[build] [2660/3054 86% :: 409.871] Building CXX object src/Mod/Import/Gui/CMakeFiles/ImportGui.dir/Command.cpp.o
[build] [2661/3054 86% :: 410.179] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/CommandTrajectory.cpp.o
[build] [2662/3054 86% :: 410.259] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/CommandExport.cpp.o
[build] [2663/3054 86% :: 412.036] Building CXX object src/Mod/Import/Gui/CMakeFiles/ImportGui.dir/Workbench.cpp.o
[build] [2664/3054 86% :: 419.434] Building CXX object src/Mod/ReverseEngineering/Gui/CMakeFiles/ReverseEngineeringGui.dir/Poisson.cpp.o
[build] [2665/3054 86% :: 421.090] Building CXX object src/Mod/ReverseEngineering/Gui/CMakeFiles/ReverseEngineeringGui.dir/FitBSplineSurface.cpp.o
[build] [2666/3054 86% :: 421.116] Automatic MOC and UIC for target MeshPartGui
[build] [2667/3053 86% :: 421.205] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/MeshPart/InitGui.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/MeshPart/InitGui.py
[build] [2668/3053 87% :: 421.266] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/MeshPart/Gui/MeshFlatteningCommand.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/MeshPart/MeshFlatteningCommand.py
[build] [2669/3053 87% :: 421.290] Building CXX object src/Mod/ReverseEngineering/Gui/CMakeFiles/ReverseEngineeringGui.dir/Workbench.cpp.o
[build] [2670/3053 87% :: 421.559] Automatic MOC and UIC for target PathGui
[build] [2671/3052 87% :: 423.736] Building CXX object src/Mod/ReverseEngineering/Gui/CMakeFiles/ReverseEngineeringGui.dir/SegmentationManual.cpp.o
[build] [2672/3052 87% :: 426.214] Building CXX object src/Mod/ReverseEngineering/Gui/CMakeFiles/ReverseEngineeringGui.dir/Segmentation.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/ReverseEngineering/Gui/Segmentation.cpp:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomAPI_ProjectPointOnSurf.hxx:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2673/3052 87% :: 426.230] Building CXX object src/Mod/Import/Gui/CMakeFiles/ImportGui.dir/AppImportGuiPy.cpp.o
[build] [2674/3052 87% :: 426.469] Linking CXX shared library Mod/Import/ImportGui.so
[build] ld: warning: directory not found for option '-F/Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks'
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2675/3052 87% :: 426.863] Building CXX object src/Mod/ReverseEngineering/Gui/CMakeFiles/ReverseEngineeringGui.dir/AppReverseEngineeringGui.cpp.o
[build] [2676/3052 87% :: 428.049] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskTrajectory.cpp.o
[build] [2677/3052 87% :: 428.083] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Path/Gui/Resources/icons/PathWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Path/Resources/icons/PathWorkbench.svg
[build] [2678/3052 87% :: 428.428] Building CXX object src/Mod/ReverseEngineering/Gui/CMakeFiles/ReverseEngineeringGui.dir/Command.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/ReverseEngineering/Gui/Command.cpp:45:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2679/3052 87% :: 433.279] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskRobotMessages.cpp.o
[build] [2680/3052 87% :: 435.217] Building CXX object src/Mod/MeshPart/Gui/CMakeFiles/MeshPartGui.dir/Workbench.cpp.o
[build] [2681/3052 87% :: 436.473] Building CXX object src/Mod/MeshPart/Gui/CMakeFiles/MeshPartGui.dir/Command.cpp.o
[build] [2682/3052 87% :: 437.205] Building CXX object src/Mod/MeshPart/Gui/CMakeFiles/MeshPartGui.dir/TaskCurveOnMesh.cpp.o
[build] [2683/3052 87% :: 437.943] Building CXX object src/Mod/MeshPart/Gui/CMakeFiles/MeshPartGui.dir/AppMeshPartGui.cpp.o
[build] [2684/3052 87% :: 438.770] Building CXX object src/Mod/MeshPart/Gui/CMakeFiles/MeshPartGui.dir/CrossSections.cpp.o
[build] [2685/3052 87% :: 438.943] Building CXX object src/Mod/MeshPart/Gui/CMakeFiles/MeshPartGui.dir/CurveOnMesh.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/MeshPart/Gui/CurveOnMesh.cpp:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepMesh_IncrementalMesh.hxx:19:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshTools_Context.hxx:21:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshTools_ModelBuilder.hxx:24:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshData_Model.hxx:22:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshData_Types.hxx:36:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2686/3052 87% :: 439.968] Building CXX object src/Mod/Path/Gui/CMakeFiles/PathGui.dir/DlgSettingsPathColor.cpp.o
[build] [2687/3052 87% :: 440.615] Building CXX object src/Mod/Path/Gui/CMakeFiles/PathGui.dir/AppPathGui.cpp.o
[build] [2688/3052 87% :: 440.804] Linking CXX shared library Mod/ReverseEngineering/ReverseEngineeringGui.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2689/3052 87% :: 441.864] Building CXX object src/Mod/Path/Gui/CMakeFiles/PathGui.dir/Command.cpp.o
[build] [2690/3052 87% :: 442.028] Building CXX object src/Mod/Path/Gui/CMakeFiles/PathGui.dir/AppPathGuiPy.cpp.o
[build] [2691/3052 87% :: 442.537] Building CXX object src/Mod/Path/Gui/CMakeFiles/PathGui.dir/DlgProcessorChooser.cpp.o
[build] [2692/3052 87% :: 443.232] Building CXX object src/Mod/MeshPart/Gui/CMakeFiles/MeshPartGui.dir/Tessellation.cpp.o
[build] [2693/3052 87% :: 443.592] Linking CXX shared library Mod/MeshPart/MeshPartGui.so
[build] ld: warning: directory not found for option '-F/Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks'
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2694/3052 87% :: 445.767] Building CXX object src/Mod/Path/Gui/CMakeFiles/PathGui.dir/ViewProviderPath.cpp.o
[build] [2695/3052 87% :: 447.604] Building CXX object src/Mod/Path/Gui/CMakeFiles/PathGui.dir/TaskDlgPathCompound.cpp.o
[build] [2696/3052 87% :: 448.014] Building CXX object src/Mod/Path/Gui/CMakeFiles/PathGui.dir/ViewProviderPathCompound.cpp.o
[build] [2697/3052 88% :: 448.348] Building CXX object src/Mod/Path/Gui/CMakeFiles/PathGui.dir/ViewProviderPathShape.cpp.o
[build] [2698/3052 88% :: 448.520] Automatic MOC and UIC for target FemGui
[build] [2699/3051 88% :: 448.611] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Fem/Gui/Resources/icons/FemWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Fem/Resources/icons/FemWorkbench.svg
[build] [2700/3051 88% :: 448.811] Automatic MOC and UIC for target PartDesignGui
[build] [2701/3050 88% :: 449.221] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskRobotControl.cpp.o
[build] [2702/3050 88% :: 449.317] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskTrajectoryDressUpParameter.cpp.o
[build] [2703/3050 88% :: 449.388] Building CXX object src/Mod/Path/Gui/CMakeFiles/PathGui.dir/ViewProviderArea.cpp.o
[build] [2704/3050 88% :: 449.413] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskEdge2TracParameter.cpp.o
[build] [2705/3050 88% :: 450.578] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskWatcher.cpp.o
[build] [2706/3050 88% :: 450.627] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TrajectorySimulate.cpp.o
[build] [2707/3050 88% :: 452.067] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskDlgTrajectoryCompound.cpp.o
[build] [2708/3050 88% :: 452.095] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskDlgSimulate.cpp.o
[build] [2709/3050 88% :: 452.619] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/DlgSettingsFemElmerImp.cpp.o
[build] [2710/3050 88% :: 452.641] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/DlgSettingsFemGeneralImp.cpp.o
[build] [2711/3050 88% :: 452.983] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/DlgSettingsFemExportAbaqusImp.cpp.o
[build] [2712/3050 88% :: 453.166] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskDlgTrajectoryDressUp.cpp.o
[build] [2713/3050 88% :: 453.266] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/DlgSettingsFemCcxImp.cpp.o
[build] [2714/3050 88% :: 453.650] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskDlgEdge2Trac.cpp.o
[build] [2715/3050 88% :: 453.735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemPostPipelinePyImp.cpp.o
[build] [2716/3050 88% :: 453.767] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/DlgSettingsFemGmshImp.cpp.o
[build] [2717/3050 88% :: 454.182] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/DlgSettingsFemInOutVtkImp.cpp.o
[build] [2718/3050 88% :: 455.092] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/DlgSettingsFemMaterialImp.cpp.o
[build] [2719/3050 88% :: 455.149] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/DlgSettingsFemMystranImp.cpp.o
[build] [2720/3050 88% :: 456.326] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/DlgSettingsFemZ88Imp.cpp.o
[build] [2721/3050 88% :: 457.354] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemMeshPyImp.cpp.o
[build] [2722/3050 88% :: 457.598] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintOnBoundary.cpp.o
[build] [2723/3050 88% :: 458.944] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraint.cpp.o
[build] [2724/3050 88% :: 459.476] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintBearing.cpp.o
[build] [2725/3050 88% :: 459.769] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintFixed.cpp.o
[build] [2726/3050 89% :: 459.929] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintPressure.cpp.o
[build] [2727/3050 89% :: 460.275] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintPulley.cpp.o
[build] [2728/3050 89% :: 460.408] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintForce.cpp.o
[build] [2729/3050 89% :: 460.570] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintSpring.cpp.o
[build] [2730/3050 89% :: 461.041] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintGear.cpp.o
[build] [2731/3050 89% :: 462.734] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintDisplacement.cpp.o
[build] [2732/3050 89% :: 463.627] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintFluidBoundary.cpp.o
[build] [2733/3050 89% :: 464.033] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintHeatflux.cpp.o
[build] [2734/3050 89% :: 464.088] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintTemperature.cpp.o
[build] [2735/3050 89% :: 464.366] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintInitialTemperature.cpp.o
[build] [2736/3050 89% :: 464.822] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemMeshShapeNetgen.cpp.o
[build] [2737/3050 89% :: 465.589] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintPlaneRotation.cpp.o
[build] [2738/3050 89% :: 465.635] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderSolver.cpp.o
[build] [2739/3050 89% :: 466.300] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintContact.cpp.o
[build] [2740/3050 89% :: 466.383] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintTransform.cpp.o
[build] [2741/3050 89% :: 466.778] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderAnalysis.cpp.o
[build] [2742/3050 89% :: 466.881] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/FemSelectionGate.cpp.o
[build] [2743/3050 89% :: 467.001] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderSetNodes.cpp.o
[build] [2744/3050 89% :: 469.473] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraint.cpp.o
[build] [2745/3050 89% :: 469.833] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintOnBoundary.cpp.o
[build] [2746/3050 89% :: 469.955] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintFixed.cpp.o
[build] [2747/3050 89% :: 470.741] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintForce.cpp.o
[build] [2748/3050 89% :: 470.893] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintFluidBoundary.cpp.o
[build] [2749/3050 89% :: 471.328] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintBearing.cpp.o
[build] [2750/3050 89% :: 471.370] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintGear.cpp.o
[build] [2751/3050 89% :: 471.374] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintPulley.cpp.o
[build] [2752/3050 89% :: 471.426] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintPressure.cpp.o
[build] [2753/3050 89% :: 471.521] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintSpring.cpp.o
[build] [2754/3050 89% :: 472.113] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintDisplacement.cpp.o
[build] [2755/3050 89% :: 474.177] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemMesh.cpp.o
[build] [2756/3050 90% :: 474.435] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintInitialTemperature.cpp.o
[build] [2757/3050 90% :: 474.621] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintTemperature.cpp.o
[build] [2758/3050 90% :: 475.055] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintHeatflux.cpp.o
[build] [2759/3050 90% :: 475.308] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintContact.cpp.o
[build] [2760/3050 90% :: 475.393] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintPlaneRotation.cpp.o
[build] [2761/3050 90% :: 475.760] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskObjectName.cpp.o
[build] [2762/3050 90% :: 475.894] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskDlgAnalysis.cpp.o
[build] [2763/3050 90% :: 476.149] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintTransform.cpp.o
[build] [2764/3050 90% :: 478.221] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/FemSettings.cpp.o
[build] [2765/3050 90% :: 478.317] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskDlgCreateNodeSet.cpp.o
[build] [2766/3050 90% :: 478.341] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskDriver.cpp.o
[build] [2767/3050 90% :: 478.458] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskAnalysisInfo.cpp.o
[build] [2768/3050 90% :: 478.723] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskDlgMeshShapeNetgen.cpp.o
[build] [2769/3050 90% :: 479.004] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskTetParameter.cpp.o
[build] [2770/3050 90% :: 480.545] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/AppFemGuiPy.cpp.o
[build] [2771/3050 90% :: 480.782] Linking CXX shared library Mod/Path/PathGui.so
[build] ld: warning: directory not found for option '-F/Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks'
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2772/3050 90% :: 480.911] Linking CXX shared library Mod/Robot/RobotGui.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2773/3050 90% :: 481.709] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskCreateNodeSet.cpp.o
[build] [2774/3050 90% :: 481.741] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Spreadsheet/Gui/Resources/icons/SpreadsheetWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Spreadsheet/Resources/icons/SpreadsheetWorkbench.svg
[build] [2775/3050 90% :: 481.797] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ActiveAnalysisObserver.cpp.o
[build] [2776/3050 90% :: 482.509] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/PropertyFemMeshItem.cpp.o
[build] [2777/3050 90% :: 483.976] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/Workbench.cpp.o
[build] [2778/3050 90% :: 484.967] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/AppFemGui.cpp.o
[build] [2779/3050 90% :: 485.795] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemPostFilter.cpp.o
[build] [2780/3050 90% :: 486.054] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemPostPipeline.cpp.o
[build] [2781/3050 90% :: 487.927] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/DlgSettingsImp.cpp.o
[build] [2782/3050 90% :: 489.897] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/ViewProviderSpreadsheet.cpp.o
[build] [2783/3050 90% :: 490.077] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemPostFunction.cpp.o
[build] [2784/3050 90% :: 491.124] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskPostBoxes.cpp.o
[build] [2785/3050 90% :: 491.772] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/ViewProviderSpreadsheetPyImp.cpp.o
[build] [2786/3050 90% :: 492.029] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/Command.cpp.o
[build] [2787/3050 91% :: 492.462] Automatic MOC and UIC for target SketcherGui
[build] [2788/3049 91% :: 492.547] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/Resources/icons/SketcherWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Sketcher/Resources/icons/SketcherWorkbench.svg
[build] [2789/3049 91% :: 492.564] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/SpreadsheetDelegate.cpp.o
[build] [2790/3049 91% :: 492.841] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemPostObject.cpp.o
[build] [2791/3049 91% :: 493.049] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/Command.cpp.o
[build] [2792/3049 91% :: 493.256] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/AppSpreadsheetGui.cpp.o
[build] [2793/3049 91% :: 493.431] Linking CXX shared library Mod/Fem/FemGui.so
[build] ld: warning: directory not found for option '-F/Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks'
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2794/3049 91% :: 496.421] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/Workbench.cpp.o
[build] [2795/3049 91% :: 496.803] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/SheetModel.cpp.o
[build] [2796/3049 91% :: 497.747] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/SpreadsheetView.cpp.o
[build] [2797/3049 91% :: 499.117] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/SheetTableView.cpp.o
[build] [2798/3049 91% :: 499.223] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/PropertiesDialog.cpp.o
[build] [2799/3049 91% :: 499.846] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/DlgBindSheet.cpp.o
[build] [2800/3049 91% :: 501.036] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/AppSketcherGui.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/AppSketcherGui.cpp:37:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderPython.h:27:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketch.h:40:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeoList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeometryFacade.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchGeometryExtension.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2801/3049 91% :: 502.100] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/DlgSheetConf.cpp.o
[build] [2802/3049 91% :: 503.286] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/PropertyConstraintListItem.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/PropertyConstraintListItem.cpp:31:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/PropertyConstraintList.h:33:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2803/3049 91% :: 504.643] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/Utils.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/Utils.cpp:39:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeometryFacade.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchGeometryExtension.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/Utils.cpp:40:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/Utils.cpp:40:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] 4 warnings generated.
[build] [2804/3049 91% :: 505.742] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/Command.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/Command.cpp:50:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/Command.cpp:50:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/Command.cpp:50:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] 4 warnings generated.
[build] [2805/3049 91% :: 506.071] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/TaskSketcherCreateCommands.cpp.o
[build] [2806/3049 91% :: 508.127] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/CommandSketcherVirtualSpace.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandSketcherVirtualSpace.cpp:41:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketch.h:40:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeoList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeometryFacade.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchGeometryExtension.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandSketcherVirtualSpace.cpp:45:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandSketcherVirtualSpace.cpp:45:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] 4 warnings generated.
[build] [2807/3049 91% :: 508.296] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/CommandSketcherBSpline.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandSketcherBSpline.cpp:43:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandSketcherBSpline.cpp:43:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandSketcherBSpline.cpp:43:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] 4 warnings generated.
[build] [2808/3049 91% :: 509.105] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/CommandSketcherTools.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:44:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:44:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:44:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] 4 warnings generated.
[build] [2809/3049 91% :: 509.192] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/CommandAlterGeometry.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandAlterGeometry.cpp:35:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandAlterGeometry.cpp:35:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandAlterGeometry.cpp:35:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] 4 warnings generated.
[build] [2810/3049 91% :: 509.497] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/CommandCreateGeo.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:46:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:46:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:46:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:61:
[build] /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/DrawSketchHandlerEllipse.h:662:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf(cx, "%.6lf\n", centroid.x);
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:61:
[build] /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/DrawSketchHandlerEllipse.h:663:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf(cy, "%.6lf\n", centroid.y);
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:61:
[build] /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/DrawSketchHandlerEllipse.h:664:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf(px, "%.6lf\n", periapsis.x);
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:61:
[build] /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/DrawSketchHandlerEllipse.h:665:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf(py, "%.6lf\n", periapsis.y);
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:61:
[build] /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/DrawSketchHandlerEllipse.h:666:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf(ax, "%.6lf\n", apoapsis.x);
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:61:
[build] /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/DrawSketchHandlerEllipse.h:667:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf(ay, "%.6lf\n", apoapsis.y);
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:61:
[build] /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/DrawSketchHandlerEllipse.h:703:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf(bpx, "%.6lf\n", positiveB.x);
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:61:
[build] /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/DrawSketchHandlerEllipse.h:704:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf(bpy, "%.6lf\n", positiveB.y);
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:61:
[build] /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/DrawSketchHandlerEllipse.h:705:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf(bnx, "%.6lf\n", negativeB.x);
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:61:
[build] /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/DrawSketchHandlerEllipse.h:706:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf(bny, "%.6lf\n", negativeB.y);
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 14 warnings generated.
[build] [2811/3049 91% :: 510.897] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/ShortcutListener.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ShortcutListener.cpp:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketch.h:40:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeoList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeometryFacade.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchGeometryExtension.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2812/3049 91% :: 510.906] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/CommandConstraints.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandConstraints.cpp:45:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeometryFacade.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchGeometryExtension.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandConstraints.cpp:46:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/CommandConstraints.cpp:46:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] 4 warnings generated.
[build] [2813/3049 91% :: 511.777] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/TaskSketcherMessages.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/TaskSketcherMessages.cpp:31:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/TaskSketcherMessages.cpp:31:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/TaskSketcherMessages.cpp:31:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] 4 warnings generated.
[build] [2814/3049 91% :: 512.710] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/TaskSketcherSolverAdvanced.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/TaskSketcherSolverAdvanced.cpp:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/TaskSketcherSolverAdvanced.cpp:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/TaskSketcherSolverAdvanced.cpp:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] 4 warnings generated.
[build] [2815/3049 91% :: 513.313] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/TaskSketcherValidation.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/TaskSketcherValidation.cpp:44:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/TaskSketcherValidation.cpp:44:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/TaskSketcherValidation.cpp:44:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] 4 warnings generated.
[build] [2816/3049 91% :: 513.897] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/TaskSketcherConstraints.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/TaskSketcherConstraints.cpp:50:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/TaskSketcherConstraints.cpp:50:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/TaskSketcherConstraints.cpp:50:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] 4 warnings generated.
[build] [2817/3049 92% :: 515.205] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/EditModeGeometryCoinManager.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/EditModeGeometryCoinManager.cpp:40:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeoList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeometryFacade.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchGeometryExtension.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2818/3049 92% :: 515.390] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/ViewProviderSketchCoinAttorney.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketchCoinAttorney.cpp:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketchCoinAttorney.h:33:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketch.h:40:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeoList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeometryFacade.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchGeometryExtension.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2819/3049 92% :: 516.306] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/EditModeInformationOverlayCoinConverter.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/EditModeInformationOverlayCoinConverter.cpp:40:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/EditModeInformationOverlayCoinConverter.h:28:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketch.h:40:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeoList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeometryFacade.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchGeometryExtension.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2820/3049 92% :: 516.357] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/PropertyVisualLayerList.cpp.o
[build] [2821/3049 92% :: 516.511] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/EditModeGeometryCoinConverter.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/EditModeGeometryCoinConverter.cpp:28:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/EditModeGeometryCoinConverter.h:28:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketch.h:40:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeoList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeometryFacade.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchGeometryExtension.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2822/3049 92% :: 516.750] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/Workbench.cpp.o
[build] [2823/3049 92% :: 517.203] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/TaskSketcherElements.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/TaskSketcherElements.cpp:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeometryFacade.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchGeometryExtension.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/TaskSketcherElements.cpp:49:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/TaskSketcherElements.cpp:49:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] 4 warnings generated.
[build] [2824/3049 92% :: 517.887] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/SketchOrientationDialog.cpp.o
[build] [2825/3049 92% :: 517.924] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/SketchMirrorDialog.cpp.o
[build] [2826/3049 92% :: 519.224] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/SketchRectangularArrayDialog.cpp.o
[build] [2827/3049 92% :: 519.352] Linking CXX shared library Mod/Spreadsheet/SpreadsheetGui.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2828/3049 92% :: 519.377] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Start/Gui/Resources/icons/StartWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Start/Resources/icons/StartWorkbench.svg
[build] [2829/3049 92% :: 519.437] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/SketcherRegularPolygonDialog.cpp.o
[build] [2830/3049 92% :: 519.958] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/ViewProviderSketchGeometryExtensionPyImp.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketchGeometryExtensionPyImp.cpp:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/build/src/Mod/Sketcher/Gui/ViewProviderSketchGeometryExtensionPy.h:8:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketchGeometryExtension.h:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2831/3049 92% :: 520.520] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/EditModeConstraintCoinManager.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/EditModeConstraintCoinManager.cpp:53:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2832/3049 92% :: 521.649] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/EditModeCoinManager.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/EditModeCoinManager.cpp:49:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeoList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeometryFacade.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchGeometryExtension.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2833/3049 92% :: 523.375] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/TaskDlgEditSketch.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/TaskDlgEditSketch.cpp:27:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/TaskDlgEditSketch.h:34:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketch.h:40:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeoList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeometryFacade.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchGeometryExtension.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2834/3049 92% :: 523.426] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/preferences-techdraw.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/TechDraw/Resources/icons/preferences-techdraw.svg
[build] [2835/3049 92% :: 523.469] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/Gui/Resources/fonts/osifont-lgpl3fe.ttf to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/TechDraw/Resources/fonts/osifont-lgpl3fe.ttf
[build] [2836/3049 92% :: 523.492] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/Gui/Resources/fonts/osifont-italic.ttf to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/TechDraw/Resources/fonts/osifont-italic.ttf
[build] [2837/3049 92% :: 523.516] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/Gui/Resources/fonts/osifont.license to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/TechDraw/Resources/fonts/osifont.license
[build] [2838/3049 92% :: 523.542] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/Gui/Resources/fonts/Y14.5-2018.ttf to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/TechDraw/Resources/fonts/Y14.5-2018.ttf
[build] [2839/3049 92% :: 523.568] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/Gui/Resources/fonts/Y14.5Font.license to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/TechDraw/Resources/fonts/Y14.5Font.license
[build] [2840/3049 92% :: 523.588] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/TechDraw/Gui/Resources/fonts/Y14.5-FreeCAD.ttf to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/TechDraw/Resources/fonts/Y14.5-FreeCAD.ttf
[build] [2841/3049 92% :: 523.954] Building CXX object src/Mod/Start/Gui/CMakeFiles/StartGui.dir/DlgStartPreferencesImp.cpp.o
[build] [2842/3049 92% :: 524.095] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/DrawSketchHandler.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/DrawSketchHandler.cpp:39:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/DrawSketchHandler.cpp:39:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/DrawSketchHandler.cpp:39:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] 4 warnings generated.
[build] [2843/3049 92% :: 524.104] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/ViewProviderPython.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderPython.cpp:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderPython.h:27:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketch.h:40:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeoList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/GeometryFacade.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchGeometryExtension.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2844/3049 92% :: 524.206] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/SketcherSettings.cpp.o
[build] [2845/3049 92% :: 525.137] Building CXX object src/Mod/Start/Gui/CMakeFiles/StartGui.dir/Command.cpp.o
[build] [2846/3049 92% :: 525.256] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TechDrawGui_autogen/mocs_compilation.cpp.o
[build] [2847/3049 93% :: 525.392] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/EditDatumDialog.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/EditDatumDialog.cpp:41:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/EditDatumDialog.cpp:41:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/EditDatumDialog.cpp:41:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] 4 warnings generated.
[build] [2848/3049 93% :: 527.542] Building CXX object src/Mod/Start/Gui/CMakeFiles/StartGui.dir/AppStartGui.cpp.o
[build] [2849/3049 93% :: 527.855] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/SnapManager.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/SnapManager.cpp:28:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/SnapManager.cpp:28:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/SnapManager.cpp:28:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/SnapManager.cpp:30:
[build] /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/SnapManager.h:48:113: warning: invalid UTF-8 in comment [-Winvalid-utf8]
[build] * 1 - Snap at angle: For tools like Slot, Arc, Line, Ellipse, this enables to constrain the angle at steps of 5<B0> (or customized angle).
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/SnapManager.h:49:58: warning: invalid UTF-8 in comment [-Winvalid-utf8]
[build] * This is useful to make features at a certain angle (45<B0> for example)
[build] ^
[build] 6 warnings generated.
[build] [2850/3049 93% :: 528.949] Building CXX object src/Mod/Start/Gui/CMakeFiles/StartGui.dir/Workbench.cpp.o
[build] [2851/3049 93% :: 529.068] Linking CXX shared library Mod/Start/StartGui.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2852/3049 93% :: 529.087] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/mrichtextedit.cpp.o
[build] [2853/3049 93% :: 530.312] Automatic MOC and UIC for target SurfaceGui
[build] [2854/3048 93% :: 530.407] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Surface/Gui/Resources/icons/Surface_Workbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Surface/Resources/icons/Surface_Workbench.svg
[build] [2855/3048 93% :: 532.554] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/AppTechDrawGui.cpp.o
[build] [2856/3048 93% :: 533.285] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/AppTechDrawGuiPy.cpp.o
[build] [2857/3048 93% :: 533.447] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/CommandDecorate.cpp.o
[build] [2858/3048 93% :: 533.607] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/ViewProviderSketch.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:58:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:61:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:61:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:68:
[build] /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/SnapManager.h:48:113: warning: invalid UTF-8 in comment [-Winvalid-utf8]
[build] * 1 - Snap at angle: For tools like Slot, Arc, Line, Ellipse, this enables to constrain the angle at steps of 5<B0> (or customized angle).
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/SnapManager.h:49:58: warning: invalid UTF-8 in comment [-Winvalid-utf8]
[build] * This is useful to make features at a certain angle (45<B0> for example)
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:1375:9: warning: unused variable 'intGeoCount' [-Wunused-variable]
[build] int intGeoCount = getSketchObject()->getHighestCurveIndex() + 1;
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:1376:9: warning: unused variable 'extGeoCount' [-Wunused-variable]
[build] int extGeoCount = getSketchObject()->getExternalGeometryCount();
[build] ^
[build] 8 warnings generated.
[build] [2859/3048 93% :: 533.896] Linking CXX shared library Mod/Sketcher/SketcherGui.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2860/3048 93% :: 533.926] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/Resources/icons/PartDesignWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/PartDesign/Resources/icons/PartDesignWorkbench.svg
[build] [2861/3048 93% :: 534.882] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/Command.cpp.o
[build] [2862/3048 93% :: 535.462] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/CommandCreateDims.cpp.o
[build] [2863/3048 93% :: 536.180] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/CommandStack.cpp.o
[build] [2864/3048 93% :: 536.548] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/CommandAnnotate.cpp.o
[build] [2865/3048 93% :: 536.800] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DimensionValidators.cpp.o
[build] [2866/3048 93% :: 538.128] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/CommandExtensionDims.cpp.o
[build] [2867/3048 93% :: 538.480] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/CommandExtensionPack.cpp.o
[build] [2868/3048 93% :: 539.007] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/TaskFilling.cpp.o
[build] [2869/3048 93% :: 540.054] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/TaskFillingEdge.cpp.o
[build] [2870/3048 93% :: 540.119] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/TaskFillingVertex.cpp.o
[build] [2871/3048 93% :: 541.030] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/AppPartDesignGui.cpp.o
[build] [2872/3048 93% :: 541.346] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/CommandPrimitive.cpp.o
[build] [2873/3048 93% :: 543.262] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/TaskGeomFillSurface.cpp.o
[build] [2874/3048 93% :: 544.612] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/Utils.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/Utils.cpp:41:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/Utils.cpp:41:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/Utils.cpp:41:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] 4 warnings generated.
[build] [2875/3048 93% :: 545.001] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/WorkflowManager.cpp.o
[build] [2876/3048 93% :: 545.845] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskFeatureParameters.cpp.o
[build] [2877/3048 94% :: 545.863] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ReferenceSelection.cpp.o
[build] [2878/3048 94% :: 545.951] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/Workbench.cpp.o
[build] [2879/3048 94% :: 546.551] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/SketchWorkflow.cpp.o
[build] [2880/3048 94% :: 547.319] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/Command.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/Command.cpp:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/Command.cpp:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/Command.cpp:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] 4 warnings generated.
[build] [2881/3048 94% :: 547.803] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/CommandBody.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/CommandBody.cpp:42:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/CommandBody.cpp:42:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/CommandBody.cpp:42:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] 4 warnings generated.
[build] [2882/3048 94% :: 548.634] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskPadParameters.cpp.o
[build] [2883/3048 94% :: 549.683] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskFeaturePick.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp:47:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp:47:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp:47:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] 4 warnings generated.
[build] [2884/3048 94% :: 549.908] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskPocketParameters.cpp.o
[build] [2885/3048 94% :: 550.872] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskChamferParameters.cpp.o
[build] [2886/3048 94% :: 550.981] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskExtrudeParameters.cpp.o
[build] [2887/3048 94% :: 550.988] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskSketchBasedParameters.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/TaskSketchBasedParameters.cpp:43:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/TaskSketchBasedParameters.cpp:43:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/TaskSketchBasedParameters.cpp:43:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] 4 warnings generated.
[build] [2888/3048 94% :: 551.541] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskFilletParameters.cpp.o
[build] [2889/3048 94% :: 552.264] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskThicknessParameters.cpp.o
[build] [2890/3048 94% :: 552.519] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskDraftParameters.cpp.o
[build] [2891/3048 94% :: 552.996] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskDressUpParameters.cpp.o
[build] [2892/3048 94% :: 553.290] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskTransformedMessages.cpp.o
[build] [2893/3048 94% :: 556.020] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskRevolutionParameters.cpp.o
[build] [2894/3048 94% :: 557.199] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskDatumParameters.cpp.o
[build] [2895/3048 94% :: 557.733] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskTransformedParameters.cpp.o
[build] [2896/3048 94% :: 558.283] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskMirroredParameters.cpp.o
[build] [2897/3048 94% :: 558.759] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskLinearPatternParameters.cpp.o
[build] [2898/3048 94% :: 559.088] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskBooleanParameters.cpp.o
[build] [2899/3048 94% :: 559.093] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskScaledParameters.cpp.o
[build] [2900/3048 94% :: 559.098] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskShapeBinder.cpp.o
[build] [2901/3048 94% :: 559.857] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskMultiTransformParameters.cpp.o
[build] [2902/3048 94% :: 561.131] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskPolarPatternParameters.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.cpp:47:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.cpp:47:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.cpp:47:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] 4 warnings generated.
[build] [2903/3048 94% :: 561.999] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskHoleParameters.cpp.o
[build] [2904/3048 94% :: 563.084] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskPrimitiveParameters.cpp.o
[build] [2905/3048 94% :: 563.538] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/DlgActiveBody.cpp.o
[build] [2906/3048 94% :: 563.651] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderPad.cpp.o
[build] [2907/3048 95% :: 563.820] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskLoftParameters.cpp.o
[build] [2908/3048 95% :: 565.469] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderSketchBased.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/ViewProviderSketchBased.cpp:27:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/ViewProviderSketchBased.cpp:27:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/ViewProviderSketchBased.cpp:27:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] 4 warnings generated.
[build] [2909/3048 95% :: 565.532] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProvider.cpp.o
[build] [2910/3048 95% :: 565.841] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderPocket.cpp.o
[build] [2911/3048 95% :: 566.616] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderHole.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/ViewProviderHole.cpp:35:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/ViewProviderHole.cpp:35:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/ViewProviderHole.cpp:35:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] 4 warnings generated.
[build] [2912/3048 95% :: 566.735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderChamfer.cpp.o
[build] [2913/3048 95% :: 566.875] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskHelixParameters.cpp.o
[build] [2914/3048 95% :: 567.487] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskPipeParameters.cpp.o
[build] [2915/3048 95% :: 567.771] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderFillet.cpp.o
[build] [2916/3048 95% :: 568.248] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderDraft.cpp.o
[build] [2917/3048 95% :: 568.281] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderThickness.cpp.o
[build] [2918/3048 95% :: 569.066] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderDressUp.cpp.o
[build] [2919/3048 95% :: 569.889] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderBody.cpp.o
[build] [2920/3048 95% :: 570.325] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderGroove.cpp.o
[build] [2921/3048 95% :: 570.331] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderRevolution.cpp.o
[build] [2922/3048 95% :: 571.784] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderMirrored.cpp.o
[build] [2923/3048 95% :: 571.789] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderLinearPattern.cpp.o
[build] [2924/3048 95% :: 572.118] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderPolarPattern.cpp.o
[build] [2925/3048 95% :: 572.663] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderScaled.cpp.o
[build] [2926/3048 95% :: 572.863] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderDatumPoint.cpp.o
[build] [2927/3048 95% :: 573.561] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderDatumCS.cpp.o
[build] [2928/3048 95% :: 573.963] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderMultiTransform.cpp.o
[build] [2929/3048 95% :: 574.762] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderDatum.cpp.o
[build] [2930/3048 95% :: 575.252] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderTransformed.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/ViewProviderTransformed.cpp:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepMesh_IncrementalMesh.hxx:19:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshTools_Context.hxx:21:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshTools_ModelBuilder.hxx:24:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshData_Model.hxx:22:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshData_Types.hxx:36:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2931/3048 95% :: 575.478] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderBoolean.cpp.o
[build] [2932/3048 95% :: 576.923] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderShapeBinder.cpp.o
[build] [2933/3048 95% :: 577.105] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderPrimitive.cpp.o
[build] [2934/3048 95% :: 577.498] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderPipe.cpp.o
[build] [2935/3048 95% :: 577.692] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderLoft.cpp.o
[build] [2936/3048 95% :: 577.768] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderAddSub.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/ViewProviderAddSub.cpp:36:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/BRepMesh_IncrementalMesh.hxx:19:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshTools_Context.hxx:21:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshTools_ModelBuilder.hxx:24:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshData_Model.hxx:22:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/IMeshData_Types.hxx:36:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] 1 warning generated.
[build] [2937/3048 95% :: 577.809] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderPyImp.cpp.o
[build] [2938/3048 96% :: 577.857] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderBase.cpp.o
[build] [2939/3048 96% :: 579.084] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/Workbench.cpp.o
[build] [2940/3048 96% :: 579.640] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderHelix.cpp.o
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/ViewProviderHelix.cpp:35:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/PropertyGeometryList.h:30:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Part/App/Geometry.h:48:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/GeomPlate_BuildPlateSurface.hxx:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_ExtPS.hxx:25:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_GenExtPS.hxx:23:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/Extrema_HUBTreeOfSphere.hxx:20:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/opencascade/NCollection_UBTreeFiller.hxx:182:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[build] sprintf (buf, "Checking UBTree:%8d leaves, balance =%7.2f",
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
[build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[build] ^
[build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
[build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/ViewProviderHelix.cpp:35:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:26:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseCore:61:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
[build] Index count = 0;
[build] ^
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/PartDesign/Gui/ViewProviderHelix.cpp:35:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/SketchObject.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/Sketch.h:32:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/src/Mod/Sketcher/App/planegcs/GCS.h:38:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/Sparse:29:
[build] In file included from /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/SparseLU:35:
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree
[build] ^
[build] /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
[build] Index nsuper_et = 0; // Number of relaxed snodes in the original etree
[build] ^
[build] 4 warnings generated.
[build] [2941/3048 96% :: 579.873] Linking CXX shared library Mod/PartDesign/PartDesignGui.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2942/3048 96% :: 580.054] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgStringListEditor.cpp.o
[build] [2943/3048 96% :: 580.345] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgPageChooser.cpp.o
[build] [2944/3048 96% :: 580.763] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/Command.cpp.o
[build] [2945/3048 96% :: 580.960] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgPrefsTechDrawScaleImp.cpp.o
[build] [2946/3048 96% :: 581.036] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgPrefsTechDrawGeneralImp.cpp.o
[build] [2947/3048 96% :: 581.148] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/TaskSections.cpp.o
[build] [2948/3048 96% :: 581.260] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/Workbench.cpp.o
[build] [2949/3048 96% :: 581.613] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgPrefsTechDrawAnnotationImp.cpp.o
[build] [2950/3048 96% :: 581.660] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/AppSurfaceGui.cpp.o
[build] [2951/3048 96% :: 581.793] Linking CXX shared library Mod/Surface/SurfaceGui.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [2952/3048 96% :: 582.058] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgTemplateField.cpp.o
[build] [2953/3048 96% :: 582.226] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgPrefsTechDrawDimensionsImp.cpp.o
[build] [2954/3048 96% :: 583.115] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgPrefsTechDrawColorsImp.cpp.o
[build] [2955/3048 96% :: 583.276] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgPrefsTechDrawAdvancedImp.cpp.o
[build] [2956/3048 96% :: 583.409] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgPrefsTechDrawHLRImp.cpp.o
[build] [2957/3048 96% :: 585.983] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskProjGroup.cpp.o
[build] [2958/3048 96% :: 586.994] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskBalloon.cpp.o
[build] [2959/3048 96% :: 587.766] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskDimension.cpp.o
[build] [2960/3048 96% :: 589.513] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskLineDecor.cpp.o
[build] [2961/3048 96% :: 589.644] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskLinkDim.cpp.o
[build] [2962/3048 96% :: 589.654] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskGeomHatch.cpp.o
[build] [2963/3048 96% :: 589.723] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskSectionView.cpp.o
[build] [2964/3048 96% :: 590.249] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskHatch.cpp.o
[build] [2965/3048 96% :: 590.621] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskCosVertex.cpp.o
[build] [2966/3048 96% :: 590.822] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskRichAnno.cpp.o
[build] [2967/3048 96% :: 590.923] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskLeaderLine.cpp.o
[build] [2968/3048 97% :: 591.741] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskCenterLine.cpp.o
[build] [2969/3048 97% :: 591.873] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskSelectLineAttributes.cpp.o
[build] [2970/3048 97% :: 592.053] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/Rez.cpp.o
[build] [2971/3048 97% :: 592.761] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/SymbolChooser.cpp.o
[build] [2972/3048 97% :: 593.232] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskSurfaceFinishSymbols.cpp.o
[build] [2973/3048 97% :: 594.731] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskWeldingSymbol.cpp.o
[build] [2974/3048 97% :: 595.337] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskCustomizeFormat.cpp.o
[build] [2975/3048 97% :: 595.837] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/PreferencesGui.cpp.o
[build] [2976/3048 97% :: 596.591] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/Widgets/CompassDialWidget.cpp.o
[build] [2977/3048 97% :: 596.826] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/Grabber3d.cpp.o
[build] [2978/3048 97% :: 597.210] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskProjection.cpp.o
[build] [2979/3048 97% :: 597.871] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/Widgets/CompassWidget.cpp.o
[build] [2980/3048 97% :: 599.084] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DrawGuiUtil.cpp.o
[build] [2981/3048 97% :: 599.177] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskDetail.cpp.o
[build] [2982/3048 97% :: 599.182] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskDimRepair.cpp.o
[build] [2983/3048 97% :: 599.767] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskCosmeticLine.cpp.o
[build] [2984/3048 97% :: 600.245] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGICaption.cpp.o
[build] [2985/3048 97% :: 600.247] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGCustomText.cpp.o
[build] [2986/3048 97% :: 600.782] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/Widgets/VectorEditWidget.cpp.o
[build] [2987/3048 97% :: 601.301] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskActiveView.cpp.o
[build] [2988/3048 97% :: 601.473] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskComplexSection.cpp.o
[build] [2989/3048 97% :: 601.574] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGCustomClip.cpp.o
[build] [2990/3048 97% :: 601.743] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIArrow.cpp.o
[build] [2991/3048 97% :: 602.442] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIEdge.cpp.o
[build] [2992/3048 97% :: 602.733] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGVPage.cpp.o
[build] [2993/3048 97% :: 603.282] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIVertex.cpp.o
[build] [2994/3048 97% :: 603.605] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewCollection.cpp.o
[build] [2995/3048 97% :: 607.303] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGSPage.cpp.o
[build] [2996/3048 97% :: 608.297] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/MDIViewPage.cpp.o
[build] [2997/3048 97% :: 608.452] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGISVGTemplate.cpp.o
[build] [2998/3048 97% :: 609.476] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewBalloon.cpp.o
[build] [2999/3048 98% :: 611.264] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIFace.cpp.o
[build] [3000/3048 98% :: 611.271] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIView.cpp.o
[build] [3001/3048 98% :: 611.726] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIProjGroup.cpp.o
[build] [3002/3048 98% :: 612.422] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewSection.cpp.o
[build] [3003/3048 98% :: 612.659] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewSymbol.cpp.o
[build] [3004/3048 98% :: 612.790] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewSpreadsheet.cpp.o
[build] [3005/3048 98% :: 613.033] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewDimension.cpp.o
[build] [3006/3048 98% :: 613.367] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIPrimPath.cpp.o
[build] [3007/3048 98% :: 613.713] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIDimLines.cpp.o
[build] [3008/3048 98% :: 614.159] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewImage.cpp.o
[build] [3009/3048 98% :: 614.231] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGICMark.cpp.o
[build] [3010/3048 98% :: 614.368] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewPart.cpp.o
[build] [3011/3048 98% :: 615.011] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIDecoration.cpp.o
[build] [3012/3048 98% :: 615.621] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGICenterLine.cpp.o
[build] [3013/3048 98% :: 615.843] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewAnnotation.cpp.o
[build] [3014/3048 98% :: 616.428] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewClip.cpp.o
[build] [3015/3048 98% :: 616.783] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGMText.cpp.o
[build] [3016/3048 98% :: 616.875] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGISectionLine.cpp.o
[build] [3017/3048 98% :: 617.350] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIHighlight.cpp.o
[build] [3018/3048 98% :: 619.087] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIRichAnno.cpp.o
[build] [3019/3048 98% :: 619.508] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TemplateTextField.cpp.o
[build] [3020/3048 98% :: 619.826] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIGhostHighlight.cpp.o
[build] [3021/3048 98% :: 619.996] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGEPath.cpp.o
[build] [3022/3048 98% :: 620.814] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGTracker.cpp.o
[build] [3023/3048 98% :: 620.967] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGILeaderLine.cpp.o
[build] [3024/3048 98% :: 621.320] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIWeldSymbol.cpp.o
[build] [3025/3048 98% :: 621.580] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderProjGroupItem.cpp.o
[build] [3026/3048 98% :: 622.106] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGITile.cpp.o
[build] [3027/3048 98% :: 622.805] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderTemplate.cpp.o
[build] [3028/3048 98% :: 624.011] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderPage.cpp.o
[build] [3029/3048 99% :: 624.245] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderBalloon.cpp.o
[build] [3030/3048 99% :: 624.802] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderDimension.cpp.o
[build] [3031/3048 99% :: 625.081] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderProjGroup.cpp.o
[build] [3032/3048 99% :: 625.228] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderAnnotation.cpp.o
[build] [3033/3048 99% :: 625.988] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderViewSection.cpp.o
[build] [3033/3048 99% :: 626.140] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderDrawingView.cpp.o
[build] [3033/3048 99% :: 626.191] Automatic MOC and UIC for target QtUnitGui
[build] [3035/3047 99% :: 626.232] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/Gui/qtunittest.py to /Users/osh/Documents/Dev/FreeCAD/build/Mod/Test/qtunittest.py
[build] [3035/3047 99% :: 626.245] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Test/Gui/Resources/icons/TestWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Test/Resources/icons/TestWorkbench.svg
[build] [3037/3047 99% :: 626.382] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderImage.cpp.o
[build] [3037/3047 99% :: 626.624] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderGeomHatch.cpp.o
[build] [3037/3047 99% :: 626.889] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderHatch.cpp.o
[build] [3037/3047 99% :: 627.408] Automatic MOC and UIC for target WebGui
[build] [3038/3046 99% :: 627.463] Copying /Users/osh/Documents/Dev/FreeCAD/src/Mod/Web/Gui/Resources/icons/WebWorkbench.svg to /Users/osh/Documents/Dev/FreeCAD/build/share/Mod/Web/Resources/icons/WebWorkbench.svg
[build] [3043/3046 99% :: 627.633] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderLeader.cpp.o
[build] [3043/3046 99% :: 627.978] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderViewPart.cpp.o
[build] [3043/3046 99% :: 628.242] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderRichAnno.cpp.o
[build] [3043/3046 99% :: 628.547] Building CXX object src/Mod/Test/Gui/CMakeFiles/QtUnitGui.dir/UnitTestImp.cpp.o
[build] [3043/3046 99% :: 628.766] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderWeld.cpp.o
[build] [3043/3046 99% :: 629.218] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGVNavStyle.cpp.o
[build] [3044/3046 99% :: 629.499] Building CXX object src/Mod/Web/Gui/CMakeFiles/WebGui.dir/CookieJar.cpp.o
[build] [3044/3046 99% :: 629.623] Linking CXX shared library Mod/TechDraw/TechDrawGui.so
[build] ld: warning: directory not found for option '-F/Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks'
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [3044/3046 99% :: 629.674] Building CXX object src/Mod/Test/Gui/CMakeFiles/QtUnitGui.dir/AppTestGui.cpp.o
[build] [3045/3046 99% :: 629.780] Linking CXX shared library Mod/Test/QtUnitGui.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] [3045/3046 99% :: 629.826] Building CXX object src/Mod/Web/Gui/CMakeFiles/WebGui.dir/Command.cpp.o
[build] [3045/3046 99% :: 630.265] Building CXX object src/Mod/Web/Gui/CMakeFiles/WebGui.dir/Workbench.cpp.o
[build] [3045/3046 99% :: 631.706] Building CXX object src/Mod/Web/Gui/CMakeFiles/WebGui.dir/BrowserView.cpp.o
[build] [3045/3046 99% :: 632.039] Building CXX object src/Mod/Web/Gui/CMakeFiles/WebGui.dir/AppWebGui.cpp.o
[build] [3046/3046 100% :: 632.111] Linking CXX shared library Mod/Web/WebGui.so
[build] ld: warning: -pie being ignored. It is only used when linking a main executable
[build] Build finished with exit code 0
[proc] Executing command: /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/bin/cmake --build /Users/osh/Documents/Dev/FreeCAD/build --config Debug --target all --
[proc] Executing command: /Users/osh/Documents/Dev/FreeCAD/.conda/freecad/bin/cmake --build /Users/osh/Documents/Dev/FreeCAD/build --config Debug --target all --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment