===> Building for py312-dm-tree-0.1.9 * Building wheel... /opt/pkg/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /opt/pkg/lib/python3.12/site-packages/setuptools/dist.py:761: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib.macosx-12.3-arm64-cpython-312/tree copying tree/__init__.py -> build/lib.macosx-12.3-arm64-cpython-312/tree copying tree/sequence.py -> build/lib.macosx-12.3-arm64-cpython-312/tree copying tree/tree_benchmark.py -> build/lib.macosx-12.3-arm64-cpython-312/tree copying tree/tree_test.py -> build/lib.macosx-12.3-arm64-cpython-312/tree running build_ext cmake version 3.31.7 CMake suite maintained and supported by Kitware (kitware.com/cmake). -- The CXX compiler identification is unknown -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - failed -- Check for working CXX compiler: /Users/pbulk/build/devel/py-dm-tree/work/.cwrapper/bin/clang++ -- Check for working CXX compiler: /Users/pbulk/build/devel/py-dm-tree/work/.cwrapper/bin/clang++ - broken CMake Error at /opt/pkg/share/cmake-3.31/Modules/CMakeTestCXXCompiler.cmake:73 (message): The C++ compiler "/Users/pbulk/build/devel/py-dm-tree/work/.cwrapper/bin/clang++" is not able to compile a simple test program. It fails with the following output: Change Dir: '/Users/pbulk/build/devel/py-dm-tree/work/dm_tree-0.1.9/build/temp.macosx-12.3-arm64-cpython-312/CMakeFiles/CMakeScratch/TryCompile-eXLcDG' Run Build Command(s): /opt/pkg/bin/cmake -E env VERBOSE=1 /Users/pbulk/build/devel/py-dm-tree/work/.tools/bin/gmake -f Makefile cmTC_591c4/fast /Users/pbulk/build/devel/py-dm-tree/work/.tools/bin/gmake -f CMakeFiles/cmTC_591c4.dir/build.make CMakeFiles/cmTC_591c4.dir/build gmake[1]: Entering directory '/Users/pbulk/build/devel/py-dm-tree/work/dm_tree-0.1.9/build/temp.macosx-12.3-arm64-cpython-312/CMakeFiles/CMakeScratch/TryCompile-eXLcDG' Building CXX object CMakeFiles/cmTC_591c4.dir/testCXXCompiler.cxx.o /Users/pbulk/build/devel/py-dm-tree/work/.cwrapper/bin/clang++ -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.12 -arch arm64 -o CMakeFiles/cmTC_591c4.dir/testCXXCompiler.cxx.o -c /Users/pbulk/build/devel/py-dm-tree/work/dm_tree-0.1.9/build/temp.macosx-12.3-arm64-cpython-312/CMakeFiles/CMakeScratch/TryCompile-eXLcDG/testCXXCompiler.cxx Error loading required libraries. If there is an ongoing installation please wait for it to complete. Otherwise reinstall. (dlopen(@rpath/libxcodebuildLoader.dylib, 0x0001): Library not loaded: /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice Referenced from: /System/Volumes/Data/Applications/Xcode-13.4.1.app/Contents/SharedFrameworks/DVTPortal.framework/Versions/A/DVTPortal Reason: tried: '/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file), '/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file, not in dyld cache), '/Library/Frameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file), '/System/Library/Frameworks/MobileDevice.framework/Versions/A/MobileDevice' (no such file, not in dyld cache)) clang++: error: unable to locate xcodebuild, please make sure the path to the Xcode folder is set correctly! clang++: error: You can set the path to the Xcode folder using /usr/bin/xcode-select -switch gmake[1]: *** [CMakeFiles/cmTC_591c4.dir/build.make:81: CMakeFiles/cmTC_591c4.dir/testCXXCompiler.cxx.o] Error 71 gmake[1]: Leaving directory '/Users/pbulk/build/devel/py-dm-tree/work/dm_tree-0.1.9/build/temp.macosx-12.3-arm64-cpython-312/CMakeFiles/CMakeScratch/TryCompile-eXLcDG' gmake: *** [Makefile:134: cmTC_591c4/fast] Error 2 CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:8 (project) -- Configuring incomplete, errors occurred! Found CMake Traceback (most recent call last): File "/opt/pkg/lib/python3.12/site-packages/pyproject_hooks/_in_process/_in_process.py", line 389, in main() File "/opt/pkg/lib/python3.12/site-packages/pyproject_hooks/_in_process/_in_process.py", line 373, in main json_out["return_val"] = hook(**hook_input["kwargs"]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/pkg/lib/python3.12/site-packages/pyproject_hooks/_in_process/_in_process.py", line 280, in build_wheel return _build_backend().build_wheel( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/pkg/lib/python3.12/site-packages/setuptools/build_meta.py", line 432, in build_wheel return _build(['bdist_wheel']) ^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/pkg/lib/python3.12/site-packages/setuptools/build_meta.py", line 423, in _build return self._build_with_temp_dir( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/pkg/lib/python3.12/site-packages/setuptools/build_meta.py", line 404, in _build_with_temp_dir self.run_setup() File "/opt/pkg/lib/python3.12/site-packages/setuptools/build_meta.py", line 512, in run_setup super().run_setup(setup_script=setup_script) File "/opt/pkg/lib/python3.12/site-packages/setuptools/build_meta.py", line 317, in run_setup exec(code, locals()) File "", line 122, in File "/opt/pkg/lib/python3.12/site-packages/setuptools/__init__.py", line 117, in setup return distutils.core.setup(**attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/pkg/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 186, in setup return run_commands(dist) ^^^^^^^^^^^^^^^^^^ File "/opt/pkg/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 202, in run_commands dist.run_commands() File "/opt/pkg/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands self.run_command(cmd) File "/opt/pkg/lib/python3.12/site-packages/setuptools/dist.py", line 1106, in run_command super().run_command(command) File "/opt/pkg/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command cmd_obj.run() File "/opt/pkg/lib/python3.12/site-packages/setuptools/command/bdist_wheel.py", line 370, in run self.run_command("build") File "/opt/pkg/lib/python3.12/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command self.distribution.run_command(command) File "/opt/pkg/lib/python3.12/site-packages/setuptools/dist.py", line 1106, in run_command super().run_command(command) File "/opt/pkg/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command cmd_obj.run() File "/opt/pkg/lib/python3.12/site-packages/setuptools/_distutils/command/build.py", line 135, in run self.run_command(cmd_name) File "/opt/pkg/lib/python3.12/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command self.distribution.run_command(command) File "/opt/pkg/lib/python3.12/site-packages/setuptools/dist.py", line 1106, in run_command super().run_command(command) File "/opt/pkg/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command cmd_obj.run() File "", line 65, in run File "", line 103, in build_extension File "/opt/pkg/lib/python3.12/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['cmake', '-S', '/Users/pbulk/build/devel/py-dm-tree/work/dm_tree-0.1.9/tree', '-B', 'build/temp.macosx-12.3-arm64-cpython-312', '-DPython3_ROOT_DIR=/opt/pkg', '-DPython3_EXECUTABLE=/opt/pkg/bin/python3.12', '-Dpybind11_DIR=/opt/pkg/lib/python3.12/site-packages/pybind11/share/cmake/pybind11', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/pbulk/build/devel/py-dm-tree/work/dm_tree-0.1.9/build/lib.macosx-12.3-arm64-cpython-312', '-DCMAKE_BUILD_TYPE=Release', '-DPython3_LIBRARY=/opt/pkg/lib/python3.12', '-DPython3_INCLUDE_DIR=/opt/pkg/include/python3.12']' returned non-zero exit status 1. ERROR Backend subprocess exited when trying to invoke build_wheel *** Error code 1 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/devel/py-dm-tree *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/devel/py-dm-tree