==> Retrieving sources... -> Found dlib-19.24.2.tar.gz ==> Generating checksums for source files... ==> Making package: python-dlib 19.24.2-1 (Wed 20 Nov 2024 02:57:58 PM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (2) New Version Net Change core/mpdecimal 4.0.0-2 0.32 MiB core/python 3.12.7-1 70.07 MiB Total Installed Size: 70.39 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing mpdecimal... installing python... Optional dependencies for python python-setuptools: for building Python packages using tooling that is usually bundled with Python python-pip: for installing Python packages using tooling that is usually bundled with Python python-pipx: for installing Python software not packaged on Arch Linux sqlite: for a default database integration [installed] xz: for lzma [installed] tk: for tkinter :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (16) New Version Net Change extra/cppdap 1.58.0-2 1.55 MiB extra/hicolor-icon-theme 0.18-1 0.05 MiB extra/jsoncpp 1.9.6-3 0.77 MiB extra/libuv 1.49.2-1 0.61 MiB extra/python-autocommand 2.2.2-6 0.08 MiB extra/python-jaraco.collections 5.0.1-1 0.10 MiB extra/python-jaraco.context 5.3.0-1 0.04 MiB extra/python-jaraco.functools 4.0.2-1 0.07 MiB extra/python-jaraco.text 4.0.0-1 0.08 MiB extra/python-more-itertools 10.3.0-1 0.63 MiB extra/python-packaging 24.2-1 0.66 MiB extra/python-platformdirs 4.3.6-1 0.24 MiB extra/python-wheel 0.45.0-1 0.28 MiB extra/rhash 1.4.4-1 0.32 MiB extra/cmake 3.31.0-1 77.86 MiB extra/python-setuptools 1:75.2.0-2 7.99 MiB Total Installed Size: 91.35 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing python-more-itertools... installing python-jaraco.functools... installing python-jaraco.context... installing python-autocommand... installing python-jaraco.text... Optional dependencies for python-jaraco.text python-inflect: for show-newlines script installing python-jaraco.collections... installing python-packaging... installing python-platformdirs... installing python-wheel... Optional dependencies for python-wheel python-keyring: for wheel.signatures python-xdg: for wheel.signatures python-setuptools: for legacy bdist_wheel subcommand [pending] installing python-setuptools... installing cppdap... installing hicolor-icon-theme... installing jsoncpp... Optional dependencies for jsoncpp jsoncpp-doc: documentation installing libuv... installing rhash... installing cmake... Optional dependencies for cmake make: for unix Makefile generator [installed] ninja: for ninja generator qt6-base: cmake-gui :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found dlib-19.24.2.tar.gz ==> Validating source files with sha512sums... dlib-19.24.2.tar.gz ... Passed ==> Extracting sources... -> Extracting dlib-19.24.2.tar.gz with bsdtar ==> Starting build()... /src/packages/libs/python/python-dlib/src/dlib-19.24.2/setup.py:208: SyntaxWarning: invalid escape sequence '\(' major = re.findall("set\(CPACK_PACKAGE_VERSION_MAJOR.*\"(.*)\"", open(cmake_file).read())[0] /src/packages/libs/python/python-dlib/src/dlib-19.24.2/setup.py:209: SyntaxWarning: invalid escape sequence '\(' minor = re.findall("set\(CPACK_PACKAGE_VERSION_MINOR.*\"(.*)\"", open(cmake_file).read())[0] /src/packages/libs/python/python-dlib/src/dlib-19.24.2/setup.py:210: SyntaxWarning: invalid escape sequence '\(' patch = re.findall("set\(CPACK_PACKAGE_VERSION_PATCH.*\"(.*)\"", open(cmake_file).read())[0] /src/packages/libs/python/python-dlib/src/dlib-19.24.2/setup.py:190: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! from setuptools.command.test import test as TestCommand /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running build running build_ext Building extension for Python 3.12.7 (main, Oct 1 2024, 11:15:50) [GCC 14.2.1 20240910] Invoking CMake setup: 'cmake /src/packages/libs/python/python-dlib/src/dlib-19.24.2/tools/python -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/src/packages/libs/python/python-dlib/src/dlib-19.24.2/build/lib.linux-x86_64-cpython-312 -DPYTHON_EXECUTABLE=/usr/sbin/python -DCMAKE_BUILD_TYPE=Release' CMake Deprecation Warning at CMakeLists.txt:2 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 14.2.1 -- The CXX compiler identification is GNU 14.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/sbin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/sbin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Deprecation Warning at /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/external/pybind11/CMakeLists.txt:8 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- pybind11 v2.10.0 CMake Warning (dev) at /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/external/pybind11/tools/FindPythonLibsNew.cmake:98 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/external/pybind11/tools/pybind11Tools.cmake:50 (find_package) /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/external/pybind11/tools/pybind11Common.cmake:180 (include) /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/external/pybind11/CMakeLists.txt:200 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Found PythonInterp: /usr/sbin/python (found suitable version "3.12.7", minimum required is "3.6") -- Found PythonLibs: /usr/lib/libpython3.12.so -- Performing Test HAS_FLTO -- Performing Test HAS_FLTO - Success CMake Deprecation Warning at /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/CMakeLists.txt:7 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Using CMake version: 3.31.0 -- Compiling dlib version: 19.24.2 CMake Deprecation Warning at /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/cmake_utils/set_compiler_specific_options.cmake:2 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. Call Stack (most recent call first): /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/CMakeLists.txt:30 (include) CMake Deprecation Warning at /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/cmake_utils/check_if_sse4_instructions_executable_on_host.cmake:3 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. Call Stack (most recent call first): /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/cmake_utils/set_compiler_specific_options.cmake:8 (include) /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/CMakeLists.txt:30 (include) CMake Deprecation Warning at /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/cmake_utils/test_for_sse4/CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Deprecation Warning at /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/cmake_utils/set_compiler_specific_options.cmake:2 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. Call Stack (most recent call first): /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/cmake_utils/test_for_sse4/CMakeLists.txt:8 (include) -- SSE4 instructions can be executed by the host processor. CMake Deprecation Warning at /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/cmake_utils/check_if_avx_instructions_executable_on_host.cmake:3 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. Call Stack (most recent call first): /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/cmake_utils/set_compiler_specific_options.cmake:12 (include) /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/CMakeLists.txt:30 (include) CMake Deprecation Warning at /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/cmake_utils/test_for_avx/CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Deprecation Warning at /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/cmake_utils/set_compiler_specific_options.cmake:2 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. Call Stack (most recent call first): /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/cmake_utils/test_for_avx/CMakeLists.txt:8 (include) -- AVX instructions can be executed by the host processor. CMake Deprecation Warning at /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/cmake_utils/check_if_neon_available.cmake:3 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. Call Stack (most recent call first): /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/cmake_utils/set_compiler_specific_options.cmake:16 (include) /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/CMakeLists.txt:30 (include) CMake Deprecation Warning at /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/cmake_utils/test_for_neon/CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Enabling AVX instructions -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Could NOT find X11 (missing: X11_X11_INCLUDE_PATH X11_X11_LIB) ***************************************************************************** *** DLIB GUI SUPPORT DISABLED BECAUSE X11 DEVELOPMENT LIBRARIES NOT FOUND *** *** Make sure libx11-dev is installed if you want GUI support. *** *** On Ubuntu run: sudo apt-get install libx11-dev *** ***************************************************************************** CMake Deprecation Warning at /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/cmake_utils/find_libpng.cmake:4 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. Call Stack (most recent call first): /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/CMakeLists.txt:442 (include) CMake Deprecation Warning at /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/cmake_utils/check_if_neon_available.cmake:3 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. Call Stack (most recent call first): /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/CMakeLists.txt:485 (include) CMake Deprecation Warning at /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/cmake_utils/find_libjpeg.cmake:4 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. Call Stack (most recent call first): /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/CMakeLists.txt:504 (include) -- Searching for BLAS and LAPACK -- Searching for BLAS and LAPACK -- Found PkgConfig: /usr/sbin/pkg-config (found version "2.1.1") -- Checking for module 'cblas' -- Package 'cblas', required by 'virtual:world', not found -- Checking for module 'lapack' -- Package 'lapack', required by 'virtual:world', not found -- Looking for cblas_ddot -- Looking for cblas_ddot - not found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of void* -- Check size of void* - done ***************************************************************************** *** No BLAS library found so using dlib's built in BLAS. However, if you *** *** install an optimized BLAS such as OpenBLAS or the Intel MKL your code *** *** will run faster. On Ubuntu you can install OpenBLAS by executing: *** *** sudo apt-get install libopenblas-dev liblapack-dev *** *** Or you can easily install OpenBLAS from source by downloading the *** *** source tar file from http://www.openblas.net, extracting it, and *** *** running: *** *** make; sudo make install *** ***************************************************************************** CMake Warning (dev) at /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/CMakeLists.txt:628 (find_package): Policy CMP0146 is not set: The FindCUDA module is removed. Run "cmake --help-policy CMP0146" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CUDA_TOOLKIT_ROOT_DIR not found or specified -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) (Required is at least version "7.5") -- Found CUDA, but CMake was unable to find the cuBLAS libraries that should be part of every basic CUDA install. Your CUDA install is somehow broken or incomplete. Since cuBLAS is required for dlib to use CUDA we won't use CUDA. -- DID NOT FIND CUDA -- Disabling CUDA support for dlib. DLIB WILL NOT USE CUDA CMake Deprecation Warning at /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/cmake_utils/find_ffmpeg.cmake:1 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. Call Stack (most recent call first): /src/packages/libs/python/python-dlib/src/dlib-19.24.2/dlib/CMakeLists.txt:841 (include) -- Searching for FFMPEG/LIBAV -- Checking for modules 'libavdevice;libavfilter;libavformat;libavcodec;libswresample;libswscale;libavutil' -- Package 'libavdevice', required by 'virtual:world', not found -- Package 'libavfilter', required by 'virtual:world', not found -- Package 'libavformat', required by 'virtual:world', not found -- Package 'libavcodec', required by 'virtual:world', not found -- Package 'libswresample', required by 'virtual:world', not found -- Package 'libswscale', required by 'virtual:world', not found -- Package 'libavutil', required by 'virtual:world', not found ***************************************************************************** *** No FFMPEG/LIBAV libraries found. *** *** On Ubuntu you can install them by executing *** *** sudo apt install libavdevice-dev libavfilter-dev libavformat-dev *** *** sudo apt install libavcodec-dev libswresample-dev libswscale-dev *** *** sudo apt install libavutil-dev *** ***************************************************************************** -- Configuring done (5.7s) -- Generating done (0.0s) -- Build files have been written to: /src/packages/libs/python/python-dlib/src/dlib-19.24.2/build/temp.linux-x86_64-cpython-312 Invoking CMake build: 'cmake --build . --config Release -- -j4' [ 1%] Building CXX object dlib_build/CMakeFiles/dlib.dir/base64/base64_kernel_1.cpp.o [ 1%] Building CXX object dlib_build/CMakeFiles/dlib.dir/bigint/bigint_kernel_1.cpp.o [ 2%] Building CXX object dlib_build/CMakeFiles/dlib.dir/bigint/bigint_kernel_2.cpp.o [ 3%] Building CXX object dlib_build/CMakeFiles/dlib.dir/bit_stream/bit_stream_kernel_1.cpp.o [ 3%] Building CXX object dlib_build/CMakeFiles/dlib.dir/entropy_decoder/entropy_decoder_kernel_1.cpp.o [ 4%] Building CXX object dlib_build/CMakeFiles/dlib.dir/entropy_decoder/entropy_decoder_kernel_2.cpp.o [ 5%] Building CXX object dlib_build/CMakeFiles/dlib.dir/entropy_encoder/entropy_encoder_kernel_1.cpp.o [ 5%] Building CXX object dlib_build/CMakeFiles/dlib.dir/entropy_encoder/entropy_encoder_kernel_2.cpp.o [ 6%] Building CXX object dlib_build/CMakeFiles/dlib.dir/md5/md5_kernel_1.cpp.o [ 6%] Building CXX object dlib_build/CMakeFiles/dlib.dir/tokenizer/tokenizer_kernel_1.cpp.o [ 7%] Building CXX object dlib_build/CMakeFiles/dlib.dir/unicode/unicode.cpp.o [ 8%] Building CXX object dlib_build/CMakeFiles/dlib.dir/test_for_odr_violations.cpp.o [ 8%] Building CXX object dlib_build/CMakeFiles/dlib.dir/fft/fft.cpp.o [ 9%] Building CXX object dlib_build/CMakeFiles/dlib.dir/sockets/sockets_kernel_1.cpp.o [ 10%] Building CXX object dlib_build/CMakeFiles/dlib.dir/bsp/bsp.cpp.o [ 10%] Building CXX object dlib_build/CMakeFiles/dlib.dir/dir_nav/dir_nav_kernel_1.cpp.o [ 11%] Building CXX object dlib_build/CMakeFiles/dlib.dir/dir_nav/dir_nav_kernel_2.cpp.o [ 12%] Building CXX object dlib_build/CMakeFiles/dlib.dir/dir_nav/dir_nav_extensions.cpp.o [ 12%] Building CXX object dlib_build/CMakeFiles/dlib.dir/gui_widgets/fonts.cpp.o [ 13%] Building CXX object dlib_build/CMakeFiles/dlib.dir/linker/linker_kernel_1.cpp.o [ 13%] Building CXX object dlib_build/CMakeFiles/dlib.dir/logger/extra_logger_headers.cpp.o [ 14%] Building CXX object dlib_build/CMakeFiles/dlib.dir/logger/logger_kernel_1.cpp.o [ 15%] Building CXX object dlib_build/CMakeFiles/dlib.dir/logger/logger_config_file.cpp.o [ 15%] Building CXX object dlib_build/CMakeFiles/dlib.dir/misc_api/misc_api_kernel_1.cpp.o [ 16%] Building CXX object dlib_build/CMakeFiles/dlib.dir/misc_api/misc_api_kernel_2.cpp.o [ 17%] Building CXX object dlib_build/CMakeFiles/dlib.dir/sockets/sockets_extensions.cpp.o [ 17%] Building CXX object dlib_build/CMakeFiles/dlib.dir/sockets/sockets_kernel_2.cpp.o [ 18%] Building CXX object dlib_build/CMakeFiles/dlib.dir/sockstreambuf/sockstreambuf.cpp.o [ 19%] Building CXX object dlib_build/CMakeFiles/dlib.dir/sockstreambuf/sockstreambuf_unbuffered.cpp.o [ 19%] Building CXX object dlib_build/CMakeFiles/dlib.dir/server/server_kernel.cpp.o [ 20%] Building CXX object dlib_build/CMakeFiles/dlib.dir/server/server_iostream.cpp.o [ 20%] Building CXX object dlib_build/CMakeFiles/dlib.dir/server/server_http.cpp.o [ 21%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/multithreaded_object_extension.cpp.o [ 22%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/threaded_object_extension.cpp.o [ 22%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/threads_kernel_1.cpp.o [ 23%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/threads_kernel_2.cpp.o [ 24%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/threads_kernel_shared.cpp.o [ 24%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/thread_pool_extension.cpp.o [ 25%] Building CXX object dlib_build/CMakeFiles/dlib.dir/threads/async.cpp.o [ 26%] Building CXX object dlib_build/CMakeFiles/dlib.dir/timer/timer.cpp.o [ 26%] Building CXX object dlib_build/CMakeFiles/dlib.dir/stack_trace.cpp.o [ 27%] Building CXX object dlib_build/CMakeFiles/dlib.dir/cuda/cpu_dlib.cpp.o [ 27%] Building CXX object dlib_build/CMakeFiles/dlib.dir/cuda/tensor_tools.cpp.o [ 28%] Building CXX object dlib_build/CMakeFiles/dlib.dir/data_io/image_dataset_metadata.cpp.o [ 29%] Building CXX object dlib_build/CMakeFiles/dlib.dir/data_io/mnist.cpp.o [ 29%] Building CXX object dlib_build/CMakeFiles/dlib.dir/data_io/cifar.cpp.o [ 30%] Building CXX object dlib_build/CMakeFiles/dlib.dir/global_optimization/global_function_search.cpp.o [ 31%] Building CXX object dlib_build/CMakeFiles/dlib.dir/filtering/kalman_filter.cpp.o [ 31%] Building CXX object dlib_build/CMakeFiles/dlib.dir/svm/auto.cpp.o [ 32%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libpng/arm/arm_init.c.o [ 33%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libpng/arm/filter_neon_intrinsics.c.o [ 33%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libpng/arm/palette_neon_intrinsics.c.o [ 34%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libpng/png.c.o [ 34%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libpng/pngerror.c.o [ 35%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libpng/pngget.c.o [ 36%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libpng/pngmem.c.o [ 36%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libpng/pngpread.c.o [ 37%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libpng/pngread.c.o [ 38%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libpng/pngrio.c.o [ 38%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libpng/pngrtran.c.o [ 39%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libpng/pngrutil.c.o [ 40%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libpng/pngset.c.o [ 40%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libpng/pngtrans.c.o [ 41%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libpng/pngwio.c.o [ 41%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libpng/pngwrite.c.o [ 42%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libpng/pngwtran.c.o [ 43%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libpng/pngwutil.c.o [ 43%] Building C object dlib_build/CMakeFiles/dlib.dir/external/zlib/adler32.c.o [ 44%] Building C object dlib_build/CMakeFiles/dlib.dir/external/zlib/compress.c.o [ 45%] Building C object dlib_build/CMakeFiles/dlib.dir/external/zlib/crc32.c.o [ 45%] Building C object dlib_build/CMakeFiles/dlib.dir/external/zlib/deflate.c.o [ 46%] Building C object dlib_build/CMakeFiles/dlib.dir/external/zlib/gzclose.c.o [ 47%] Building C object dlib_build/CMakeFiles/dlib.dir/external/zlib/gzlib.c.o [ 47%] Building C object dlib_build/CMakeFiles/dlib.dir/external/zlib/gzread.c.o [ 48%] Building C object dlib_build/CMakeFiles/dlib.dir/external/zlib/gzwrite.c.o [ 48%] Building C object dlib_build/CMakeFiles/dlib.dir/external/zlib/infback.c.o [ 49%] Building C object dlib_build/CMakeFiles/dlib.dir/external/zlib/inffast.c.o [ 50%] Building C object dlib_build/CMakeFiles/dlib.dir/external/zlib/inflate.c.o [ 50%] Building C object dlib_build/CMakeFiles/dlib.dir/external/zlib/inftrees.c.o [ 51%] Building C object dlib_build/CMakeFiles/dlib.dir/external/zlib/trees.c.o [ 52%] Building C object dlib_build/CMakeFiles/dlib.dir/external/zlib/uncompr.c.o [ 52%] Building C object dlib_build/CMakeFiles/dlib.dir/external/zlib/zutil.c.o [ 53%] Building CXX object dlib_build/CMakeFiles/dlib.dir/image_loader/png_loader.cpp.o [ 54%] Building CXX object dlib_build/CMakeFiles/dlib.dir/image_saver/save_png.cpp.o [ 54%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jaricom.c.o [ 55%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jcapimin.c.o [ 55%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jcapistd.c.o [ 56%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jcarith.c.o [ 57%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jccoefct.c.o [ 57%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jccolor.c.o [ 58%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jcdctmgr.c.o [ 59%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jchuff.c.o [ 59%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jcinit.c.o [ 60%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jcmainct.c.o [ 61%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jcmarker.c.o [ 61%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jcmaster.c.o [ 62%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jcomapi.c.o [ 62%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jcparam.c.o [ 63%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jcprepct.c.o [ 64%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jcsample.c.o [ 64%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jdapimin.c.o [ 65%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jdapistd.c.o [ 66%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jdarith.c.o [ 66%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jdatadst.c.o [ 67%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jdatasrc.c.o [ 68%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jdcoefct.c.o [ 68%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jdcolor.c.o [ 69%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jddctmgr.c.o [ 69%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jdhuff.c.o [ 70%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jdinput.c.o [ 71%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jdmainct.c.o [ 71%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jdmarker.c.o [ 72%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jdmaster.c.o [ 73%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jdmerge.c.o [ 73%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jdpostct.c.o [ 74%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jdsample.c.o [ 75%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jerror.c.o [ 75%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jfdctflt.c.o [ 76%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jfdctfst.c.o [ 76%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jfdctint.c.o [ 77%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jidctflt.c.o [ 78%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jidctfst.c.o [ 78%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jidctint.c.o [ 79%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jmemmgr.c.o [ 80%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jmemnobs.c.o [ 80%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jquant1.c.o [ 81%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jquant2.c.o [ 82%] Building C object dlib_build/CMakeFiles/dlib.dir/external/libjpeg/jutils.c.o [ 82%] Building CXX object dlib_build/CMakeFiles/dlib.dir/image_loader/jpeg_loader.cpp.o [ 83%] Building CXX object dlib_build/CMakeFiles/dlib.dir/image_saver/save_jpeg.cpp.o [ 84%] Linking CXX static library libdlib.a [ 84%] Built target dlib [ 85%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/svm_c_trainer.cpp.o [ 86%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/dlib.cpp.o [ 86%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/matrix.cpp.o [ 86%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/vector.cpp.o [ 87%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/svm_rank_trainer.cpp.o [ 87%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/decision_functions.cpp.o [ 88%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/other.cpp.o [ 89%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/basic.cpp.o [ 89%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/cca.cpp.o [ 90%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/sequence_segmenter.cpp.o [ 91%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/svm_struct.cpp.o [ 91%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/image.cpp.o [ 92%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/image2.cpp.o [ 92%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/image3.cpp.o [ 93%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/image4.cpp.o [ 94%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/rectangles.cpp.o [ 94%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/object_detection.cpp.o [ 95%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/shape_predictor.cpp.o [ 96%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/correlation_tracker.cpp.o [ 96%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/face_recognition.cpp.o [ 97%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/cnn_face_detector.cpp.o [ 98%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/global_optimization.cpp.o [ 98%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/image_dataset_metadata.cpp.o [ 99%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/numpy_returns.cpp.o [ 99%] Building CXX object CMakeFiles/_dlib_pybind11.dir/src/line.cpp.o [100%] Linking CXX shared module /src/packages/libs/python/python-dlib/src/dlib-19.24.2/build/lib.linux-x86_64-cpython-312/_dlib_pybind11.cpython-312-x86_64-linux-gnu.so In member function ‘allocate_array’, inlined from ‘set_max_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59, inlined from ‘resize’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:654:30, inlined from ‘extract_image_chips.constprop.isra’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/image_transforms/interpolation.h:1903:21: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In function ‘extract_image_chips.constprop.isra’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59, inlined from ‘resize’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:654:30, inlined from ‘extract_image_chips.constprop.isra’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/image_transforms/interpolation.h:1903:21: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In function ‘extract_image_chips.constprop.isra’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59, inlined from ‘resize’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:654:30, inlined from ‘extract_image_chips.constprop.isra’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/image_transforms/interpolation.h:1903:21: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In function ‘extract_image_chips.constprop.isra’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59, inlined from ‘resize’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:654:30, inlined from ‘extract_image_chips.constprop.isra’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/image_transforms/interpolation.h:1903:21: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In function ‘extract_image_chips.constprop.isra’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59, inlined from ‘resize’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:654:30, inlined from ‘extract_image_chips.constprop.isra’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/image_transforms/interpolation.h:1903:21: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In function ‘extract_image_chips.constprop.isra’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size.constprop’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In member function ‘set_max_size.constprop’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size.constprop’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In member function ‘set_max_size.constprop’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size.constprop’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In member function ‘set_max_size.constprop’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59, inlined from ‘push_back.constprop’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:769:30: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In member function ‘push_back.constprop’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size.constprop’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In member function ‘set_max_size.constprop’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59, inlined from ‘resize.constprop’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:654:30: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In member function ‘resize.constprop’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59, inlined from ‘resize’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:654:30, inlined from ‘extract_image_chips.constprop.isra’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/image_transforms/interpolation.h:1903:21: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In function ‘extract_image_chips.constprop.isra’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59, inlined from ‘resize’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:654:30, inlined from ‘extract_image_chips.constprop.isra’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/image_transforms/interpolation.h:1903:21: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In function ‘extract_image_chips.constprop.isra’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59, inlined from ‘push_back.constprop’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:769:30: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In member function ‘push_back.constprop’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size.constprop’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In member function ‘set_max_size.constprop’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59, inlined from ‘resize’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:654:30, inlined from ‘extract_image_chips.constprop.isra’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/image_transforms/interpolation.h:1903:21: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In function ‘extract_image_chips.constprop.isra’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59, inlined from ‘resize’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:654:30, inlined from ‘extract_image_chips.constprop.isra’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/image_transforms/interpolation.h:1903:21: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In function ‘extract_image_chips.constprop.isra’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59, inlined from ‘resize’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:654:30, inlined from ‘extract_image_chips.constprop.isra’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/image_transforms/interpolation.h:1903:21: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In function ‘extract_image_chips.constprop.isra’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size.constprop’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In member function ‘set_max_size.constprop’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/threads/../array/array_kernel.h:438:59, inlined from ‘resize.constprop’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/threads/../array/array_kernel.h:654:30: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/threads/../memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In member function ‘resize.constprop’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In member function ‘set_max_size’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59, inlined from ‘deserialize’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:273:30, inlined from ‘deserialize’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:276:28, inlined from ‘deserialize’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/image_processing/../image_processing/scan_fhog_pyramid.h:502:20: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In function ‘deserialize’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59, inlined from ‘push_back’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:769:30, inlined from ‘push_back’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:794:18, inlined from ‘add_image_left_right_flips’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/image_processing/../image_processing/../image_transforms/interpolation.h:1220:29, inlined from ‘train_simple_object_detector_on_images’ at /usr/src/debug/python-dlib/dlib-19.24.2/tools/python/src/simple_object_detector.h:223:39, inlined from ‘train_simple_object_detector_on_images_py’ at /usr/src/debug/python-dlib/dlib-19.24.2/tools/python/src/object_detection.cpp:44:85: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In function ‘train_simple_object_detector_on_images_py’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_max_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/../array/array_kernel.h:438:59: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In member function ‘set_max_size’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/matrix_data_layout.h:335:43, inlined from ‘set_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/matrix.h:1440:34, inlined from ‘do_train’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/svm/svm_c_trainer.h:247:37: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In member function ‘do_train’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ In member function ‘allocate_array’, inlined from ‘set_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/matrix_data_layout.h:335:43, inlined from ‘set_size’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/matrix/matrix.h:1440:34, inlined from ‘do_train’ at /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/svm/svm_c_trainer.h:247:37: /usr/src/debug/python-dlib/dlib-19.24.2/dlib/../dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h:54:24: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] /usr/include/c++/14.2.1/new: In member function ‘do_train’: /usr/include/c++/14.2.1/new:133:26: note: in a call to allocation function ‘operator new []’ declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ [100%] Built target _dlib_pybind11 ==> Entering fakeroot environment... ==> Starting package()... /src/packages/libs/python/python-dlib/src/dlib-19.24.2/setup.py:208: SyntaxWarning: invalid escape sequence '\(' major = re.findall("set\(CPACK_PACKAGE_VERSION_MAJOR.*\"(.*)\"", open(cmake_file).read())[0] /src/packages/libs/python/python-dlib/src/dlib-19.24.2/setup.py:209: SyntaxWarning: invalid escape sequence '\(' minor = re.findall("set\(CPACK_PACKAGE_VERSION_MINOR.*\"(.*)\"", open(cmake_file).read())[0] /src/packages/libs/python/python-dlib/src/dlib-19.24.2/setup.py:210: SyntaxWarning: invalid escape sequence '\(' patch = re.findall("set\(CPACK_PACKAGE_VERSION_PATCH.*\"(.*)\"", open(cmake_file).read())[0] /src/packages/libs/python/python-dlib/src/dlib-19.24.2/setup.py:190: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! from setuptools.command.test import test as TestCommand /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /src/packages/libs/python/python-dlib/pkg/python-dlib/usr/lib/python3.12/site-packages copying build/lib.linux-x86_64-cpython-312/_dlib_pybind11.cpython-312-x86_64-linux-gnu.so -> /src/packages/libs/python/python-dlib/pkg/python-dlib/usr/lib/python3.12/site-packages creating /src/packages/libs/python/python-dlib/pkg/python-dlib/usr/lib/python3.12/site-packages/dlib copying build/lib.linux-x86_64-cpython-312/dlib/__init__.py -> /src/packages/libs/python/python-dlib/pkg/python-dlib/usr/lib/python3.12/site-packages/dlib byte-compiling /src/packages/libs/python/python-dlib/pkg/python-dlib/usr/lib/python3.12/site-packages/dlib/__init__.py to __init__.cpython-312.pyc writing byte-compilation script '/tmp/tmpm8hrtx71.py' /usr/sbin/python /tmp/tmpm8hrtx71.py removing /tmp/tmpm8hrtx71.py running install_egg_info running egg_info writing tools/python/dlib.egg-info/PKG-INFO writing dependency_links to tools/python/dlib.egg-info/dependency_links.txt writing top-level names to tools/python/dlib.egg-info/top_level.txt reading manifest file 'tools/python/dlib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'tools/python/build*' no previously-included directories found matching 'dlib/cmake_utils/*/build*' no previously-included directories found matching 'dlib/test' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'tools/python/dlib.egg-info/SOURCES.txt' Copying tools/python/dlib.egg-info to /src/packages/libs/python/python-dlib/pkg/python-dlib/usr/lib/python3.12/site-packages/dlib-19.24.2-py3.12.egg-info running install_scripts ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python-dlib"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "python-dlib-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-dlib 19.24.2-1 (Wed 20 Nov 2024 03:03:19 PM UTC) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... :: git optionally requires python: git svn & git p4 :: iproute2 optionally requires python: for routel :: libevent optionally requires python: event_rpcgen.py :: libxml2 optionally requires python: Python bindings :: rsync optionally requires python: for rrsync :: util-linux-libs optionally requires python: python bindings to libmount Package (18) Old Version Net Change cmake 3.31.0-1 -77.86 MiB cppdap 1.58.0-2 -1.55 MiB hicolor-icon-theme 0.18-1 -0.05 MiB jsoncpp 1.9.6-3 -0.77 MiB libuv 1.49.2-1 -0.61 MiB mpdecimal 4.0.0-2 -0.32 MiB python 3.12.7-1 -70.07 MiB python-autocommand 2.2.2-6 -0.08 MiB python-jaraco.collections 5.0.1-1 -0.10 MiB python-jaraco.context 5.3.0-1 -0.04 MiB python-jaraco.functools 4.0.2-1 -0.07 MiB python-jaraco.text 4.0.0-1 -0.08 MiB python-more-itertools 10.3.0-1 -0.63 MiB python-packaging 24.2-1 -0.66 MiB python-platformdirs 4.3.6-1 -0.24 MiB python-setuptools 1:75.2.0-2 -7.99 MiB python-wheel 0.45.0-1 -0.28 MiB rhash 1.4.4-1 -0.32 MiB Total Removed Size: 161.74 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python-setuptools... removing python-wheel... removing python-platformdirs... removing python-packaging... removing python-jaraco.collections... removing python-jaraco.text... removing python-jaraco.functools... removing python-more-itertools... removing python-jaraco.context... removing python-autocommand... removing python... removing mpdecimal... removing cmake... removing rhash... removing libuv... removing jsoncpp... removing hicolor-icon-theme... removing cppdap... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...