luxonis / depthai-ros

Official ROS Driver for DepthAI Sensors.
MIT License
250 stars 180 forks source link

Build as per instructions fails on Raspberry Pi Ubuntu 20.04 #59

Closed JesseCake closed 2 years ago

JesseCake commented 2 years ago

I'm attempting to install this library for ROS on Ubuntu 20.04 on Raspberry Pi 4.

I'm unsure whether this is compatible, however ideally I'd be able to use this as a sensor for my robot requiring a small form factor computer.

I've followed the instructions as outlined on the front page of this Github.

Here is the full output:

`ubuntu@ubuntu:~/oakdlite$ catkin_make Base path: /home/ubuntu/oakdlite Source space: /home/ubuntu/oakdlite/src Build space: /home/ubuntu/oakdlite/build Devel space: /home/ubuntu/oakdlite/devel Install space: /home/ubuntu/oakdlite/install Creating symlink "/home/ubuntu/oakdlite/src/CMakeLists.txt" pointing to "/opt/ros/noetic/share/catkin/cmake/toplevel.cmake"

Running command: "cmake /home/ubuntu/oakdlite/src -DCATKIN_DEVEL_PREFIX=/home/ubuntu/oakdlite/devel -DCMAKE_INSTALL_PREFIX=/home/ubuntu/oakdlite/install -G Unix Makefiles" in "/home/ubuntu/oakdlite/build"

-- The C compiler identification is GNU 9.3.0 -- The CXX compiler identification is GNU 9.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Using CATKIN_DEVEL_PREFIX: /home/ubuntu/oakdlite/devel -- Using CMAKE_PREFIX_PATH: /opt/ros/noetic -- This workspace overlays: /opt/ros/noetic -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.8.10", minimum required is "3") -- Using PYTHON_EXECUTABLE: /usr/bin/python3 -- Using Debian Python package layout -- Found PY_em: /usr/lib/python3/dist-packages/em.py
-- Using empy: /usr/lib/python3/dist-packages/em.py -- Using CATKIN_ENABLE_TESTING: ON -- Call enable_testing() -- Using CATKIN_TEST_RESULTS_DIR: /home/ubuntu/oakdlite/build/test_results -- Forcing gtest/gmock from source, though one was otherwise available. -- Found gtest sources under '/usr/src/googletest': gtests will be built -- Found gmock sources under '/usr/src/googletest': gmock will be built -- Found PythonInterp: /usr/bin/python3 (found version "3.8.10") -- Found Threads: TRUE
-- Using Python nosetests: /usr/bin/nosetests3 -- catkin 0.8.10 -- BUILD_SHARED_LIBS is on -- BUILD_SHARED_LIBS is on -- ~~~~~~~~~~~~~ -- ~~ traversing 3 packages in topological order: -- ~~ - depthai_ros_msgs -- ~~ - depthai_bridge -- ~~ - depthai_examples -- ~~~~~~~~~~~~~ -- +++ processing catkin package: 'depthai_ros_msgs' -- ==> add_subdirectory(luxonis/depthai-ros/depthai_ros_msgs) -- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy -- depthai_ros_msgs: 5 messages, 2 services -- +++ processing catkin package: 'depthai_bridge' -- ==> add_subdirectory(luxonis/depthai-ros/depthai_bridge) CMake Error at luxonis/depthai-ros/depthai_bridge/CMakeLists.txt:24 (find_package): Could not find a package configuration file provided by "depthai" with any of the following names:

depthaiConfig.cmake
depthai-config.cmake

Add the installation prefix of "depthai" to CMAKE_PREFIX_PATH or set "depthai_DIR" to a directory containing one of the above files. If "depthai" provides a separate development package or SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred! See also "/home/ubuntu/oakdlite/build/CMakeFiles/CMakeOutput.log". See also "/home/ubuntu/oakdlite/build/CMakeFiles/CMakeError.log". Invoking "cmake" failed `

saching13 commented 2 years ago

Hello @JesseCake , Sorry for the issue. Were you able to run install_dependencies.sh without any issues before catkin_make ?

JesseCake commented 2 years ago

No problem at all and thanks for being so quick!

Yep no problems at all running install_dependencies.sh

(no errors, no missing packages)

saching13 commented 2 years ago

@JesseCake looks like the script was stopping after executing the first command. I updated the dependencies script. can you run it agian? It should fix the issues.

JesseCake commented 2 years ago

Hmmm looks to be the same? (result below)

ubuntu@ubuntu:~/oakdlite$ catkin_make Base path: /home/ubuntu/oakdlite Source space: /home/ubuntu/oakdlite/src Build space: /home/ubuntu/oakdlite/build Devel space: /home/ubuntu/oakdlite/devel Install space: /home/ubuntu/oakdlite/install Creating symlink "/home/ubuntu/oakdlite/src/CMakeLists.txt" pointing to "/opt/ros/noetic/share/catkin/cmake/toplevel.cmake"

Running command: "cmake /home/ubuntu/oakdlite/src -DCATKIN_DEVEL_PREFIX=/home/ubuntu/oakdlite/devel -DCMAKE_INSTALL_PREFIX=/home/ubuntu/oakdlite/install -G Unix Makefiles" in "/home/ubuntu/oakdlite/build"

-- The C compiler identification is GNU 9.3.0 -- The CXX compiler identification is GNU 9.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Using CATKIN_DEVEL_PREFIX: /home/ubuntu/oakdlite/devel -- Using CMAKE_PREFIX_PATH: /opt/ros/noetic -- This workspace overlays: /opt/ros/noetic -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.8.10", minimum required is "3") -- Using PYTHON_EXECUTABLE: /usr/bin/python3 -- Using Debian Python package layout -- Found PY_em: /usr/lib/python3/dist-packages/em.py
-- Using empy: /usr/lib/python3/dist-packages/em.py -- Using CATKIN_ENABLE_TESTING: ON -- Call enable_testing() -- Using CATKIN_TEST_RESULTS_DIR: /home/ubuntu/oakdlite/build/test_results -- Forcing gtest/gmock from source, though one was otherwise available. -- Found gtest sources under '/usr/src/googletest': gtests will be built -- Found gmock sources under '/usr/src/googletest': gmock will be built -- Found PythonInterp: /usr/bin/python3 (found version "3.8.10") -- Found Threads: TRUE
-- Using Python nosetests: /usr/bin/nosetests3 -- catkin 0.8.10 -- BUILD_SHARED_LIBS is on -- BUILD_SHARED_LIBS is on -- ~~~~~~~~~~~~~ -- ~~ traversing 3 packages in topological order: -- ~~ - depthai_ros_msgs -- ~~ - depthai_bridge -- ~~ - depthai_examples -- ~~~~~~~~~~~~~ -- +++ processing catkin package: 'depthai_ros_msgs' -- ==> add_subdirectory(luxonis/depthai-ros/depthai_ros_msgs) -- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy -- depthai_ros_msgs: 5 messages, 2 services -- +++ processing catkin package: 'depthai_bridge' -- ==> add_subdirectory(luxonis/depthai-ros/depthai_bridge) CMake Error at luxonis/depthai-ros/depthai_bridge/CMakeLists.txt:24 (find_package): Could not find a package configuration file provided by "depthai" with any of the following names:

depthaiConfig.cmake
depthai-config.cmake

Add the installation prefix of "depthai" to CMAKE_PREFIX_PATH or set "depthai_DIR" to a directory containing one of the above files. If "depthai" provides a separate development package or SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred! See also "/home/ubuntu/oakdlite/build/CMakeFiles/CMakeOutput.log". See also "/home/ubuntu/oakdlite/build/CMakeFiles/CMakeError.log". Invoking "cmake" failed

JesseCake commented 2 years ago

Here is also the output of the error log:

ubuntu@ubuntu:~/oakdlite$ cat /home/ubuntu/oakdlite/build/CMakeFiles/CMakeError.log Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /home/ubuntu/oakdlite/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_8054c/fast && /usr/bin/make -f CMakeFiles/cmTC_8054c.dir/build.make CMakeFiles/cmTC_8054c.dir/build make[1]: Entering directory '/home/ubuntu/oakdlite/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8054c.dir/src.c.o /usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_8054c.dir/src.c.o -c /home/ubuntu/oakdlite/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_8054c /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8054c.dir/link.txt --verbose=1 /usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -rdynamic CMakeFiles/cmTC_8054c.dir/src.c.o -o cmTC_8054c /usr/bin/ld: CMakeFiles/cmTC_8054c.dir/src.c.o: in function main': src.c:(.text+0x48): undefined reference topthread_create' /usr/bin/ld: src.c:(.text+0x50): undefined reference to pthread_detach' /usr/bin/ld: src.c:(.text+0x5c): undefined reference topthread_join' collect2: error: ld returned 1 exit status make[1]: [CMakeFiles/cmTC_8054c.dir/build.make:87: cmTC_8054c] Error 1 make[1]: Leaving directory '/home/ubuntu/oakdlite/build/CMakeFiles/CMakeTmp' make: [Makefile:121: cmTC_8054c/fast] Error 2

Source file was:

include

void test_func(void data) { return data; }

int main(void) { pthread_t thread; pthread_create(&thread, NULL, test_func, NULL); pthread_detach(thread); pthread_join(thread, NULL); pthread_atfork(NULL, NULL, NULL); pthread_exit(NULL);

return 0; }

Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /home/ubuntu/oakdlite/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_17ab3/fast && /usr/bin/make -f CMakeFiles/cmTC_17ab3.dir/build.make CMakeFiles/cmTC_17ab3.dir/build make[1]: Entering directory '/home/ubuntu/oakdlite/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_17ab3.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_17ab3.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c Linking C executable cmTC_17ab3 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_17ab3.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic CMakeFiles/cmTC_17ab3.dir/CheckFunctionExists.c.o -o cmTC_17ab3 -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[1]: [CMakeFiles/cmTC_17ab3.dir/build.make:87: cmTC_17ab3] Error 1 make[1]: Leaving directory '/home/ubuntu/oakdlite/build/CMakeFiles/CMakeTmp' make: [Makefile:121: cmTC_17ab3/fast] Error 2

saching13 commented 2 years ago

you need to run the following command again. sudo wget -qO- https://raw.githubusercontent.com/luxonis/depthai-ros/main/install_dependencies.sh | sudo bash Can you send me the output of the above command.

From the first reply it looks like depthai-core is still not installed.

JesseCake commented 2 years ago

Hmmmm ok so now this script seems to be building vast amounts of stuff. Before it appeared to only pull from apt sources. Is this building everything it requires and then overwriting system apt installed packages?

I'll paste the output once it's finished building

JesseCake commented 2 years ago

Ok, as requested here's the mega-dump output from running the script. (it ran successfully):

ubuntu@ubuntu:~$ sudo wget -qO- https://raw.githubusercontent.com/luxonis/depthai-ros/main/install_dependencies.sh | sudo bash Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease Hit:2 http://packages.ros.org/ros/ubuntu focal InRelease Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease Reading package lists... Done Reading package lists... Done Building dependency tree
Reading state information... Done Note, selecting 'python-dev-is-python2' instead of 'python-dev' cmake is already the newest version (3.16.3-1ubuntu1). libjpeg-dev is already the newest version (8c-2ubuntu8). libpng-dev is already the newest version (1.6.37-2). libsm6 is already the newest version (2:1.2.3-1). libusb-1.0-0-dev is already the newest version (2:1.0.23-2build1). libxext6 is already the newest version (2:1.3.4-0ubuntu1). pkg-config is already the newest version (0.29.1-0ubuntu4). python3 is already the newest version (3.8.2-0ubuntu2). python3-numpy is already the newest version (1:1.17.4-5ubuntu3). libdc1394-22-dev is already the newest version (2.2.5-2.1). libgtk2.0-dev is already the newest version (2.24.32-4ubuntu4). libtbb-dev is already the newest version (2020.1-2). libtbb2 is already the newest version (2020.1-2). python-dev-is-python2 is already the newest version (2.7.17-4). build-essential is already the newest version (12.8ubuntu1.1). git is already the newest version (1:2.25.1-1ubuntu3.2). libgl1-mesa-glx is already the newest version (21.0.3-0ubuntu0.3~20.04.5). libtiff-dev is already the newest version (4.1.0+git191117-2ubuntu0.20.04.2). udev is already the newest version (245.4-4ubuntu3.15). ffmpeg is already the newest version (7:4.2.4-1ubuntu0.1). libavcodec-dev is already the newest version (7:4.2.4-1ubuntu0.1). libavformat-dev is already the newest version (7:4.2.4-1ubuntu0.1). libswscale-dev is already the newest version (7:4.2.4-1ubuntu0.1). python3-pip is already the newest version (20.0.2-5ubuntu1.6). The following packages were automatically installed and are no longer required: linux-headers-5.4.0-1028-raspi linux-headers-5.4.0-1038-raspi linux-image-5.4.0-1028-raspi linux-image-5.4.0-1038-raspi linux-modules-5.4.0-1028-raspi linux-modules-5.4.0-1038-raspi linux-raspi-headers-5.4.0-1028 linux-raspi-headers-5.4.0-1038 Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Requirement already satisfied: pip in /usr/local/lib/python3.8/dist-packages (21.3.1) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv SUBSYSTEM=="usb", ATTRS{idVendor}=="03e7", MODE="0666" Cloning into 'depthai-core'... remote: Enumerating objects: 17360, done. remote: Counting objects: 100% (1084/1084), done. remote: Compressing objects: 100% (588/588), done. remote: Total 17360 (delta 717), reused 676 (delta 436), pack-reused 16276 Receiving objects: 100% (17360/17360), 2.88 MiB | 2.51 MiB/s, done. Resolving deltas: 100% (12741/12741), done. Submodule 'shared/depthai-bootloader-shared' (https://github.com/luxonis/depthai-bootloader-shared.git) registered for path 'shared/depthai-bootloader-shared' Submodule 'shared/depthai-shared' (https://github.com/luxonis/depthai-shared.git) registered for path 'shared/depthai-shared' Cloning into '/tmp/depthai-core/shared/depthai-bootloader-shared'... remote: Enumerating objects: 228, done.
remote: Counting objects: 100% (228/228), done.
remote: Compressing objects: 100% (152/152), done.
remote: Total 228 (delta 83), reused 210 (delta 68), pack-reused 0
Receiving objects: 100% (228/228), 32.53 KiB | 708.00 KiB/s, done. Resolving deltas: 100% (83/83), done. Cloning into '/tmp/depthai-core/shared/depthai-shared'... remote: Enumerating objects: 4190, done.
remote: Counting objects: 100% (1844/1844), done.
remote: Compressing objects: 100% (646/646), done.
remote: Total 4190 (delta 1103), reused 1580 (delta 906), pack-reused 2346
Receiving objects: 100% (4190/4190), 590.63 KiB | 1.95 MiB/s, done. Resolving deltas: 100% (2497/2497), done. Submodule path 'shared/depthai-bootloader-shared': checked out '126f344155346836a6a2d67b0993c161b6b48729' Submodule path 'shared/depthai-shared': checked out '510721a6001be4081340737134dfe1fe3c189d62' -- The CXX compiler identification is GNU 9.3.0 -- The C compiler identification is GNU 9.3.0 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Setting build type to 'Debug' as none was specified. -- Found Git: /usr/bin/git (found version "2.25.1") -- [hunter] Calculating Toolchain-SHA1 -- [hunter] Calculating Config-SHA1 -- [hunter] HUNTER_ROOT: /root/.hunter -- [hunter] [ Hunter-ID: 9b4e732 | Toolchain-ID: f61e57a | Config-ID: 90457df ] -- [hunter] NLOHMANN_JSON_ROOT: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install (ver.: 3.9.1) -- [hunter] XLINK_ROOT: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install (ver.: luxonis-2021.4-master) -- [hunter] BZIP2_ROOT: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install (ver.: 1.0.8-p0) -- [hunter] FP16_ROOT: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install (ver.: luxonis-0.0.0) -- [hunter] LIBARCHIVE-LUXONIS_ROOT: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install (ver.: 3.4.2-p2) -- [hunter] Building libarchive-luxonis loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/cache.cmake loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/args.cmake -- The C compiler identification is GNU 9.3.0 -- The CXX compiler identification is GNU 9.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Build files have been written to: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Build Scanning dependencies of target libarchive-luxonis-Release [ 12%] Creating directories for 'libarchive-luxonis-Release' [ 25%] Performing download step (download, verify and extract) for 'libarchive-luxonis-Release' -- verifying file... file='/root/.hunter/_Base/Download/libarchive-luxonis/3.4.2-p2/e99477d/cf2caf0588fc5e2af22cae37027d3ff6902e096f.tar.gz' -- File already exists and hash match (skip download): file='/root/.hunter/_Base/Download/libarchive-luxonis/3.4.2-p2/e99477d/cf2caf0588fc5e2af22cae37027d3ff6902e096f.tar.gz' SHA1='e99477d32ce14292fe652dc5f4f460d3af8fbc93' -- extracting... src='/root/.hunter/_Base/Download/libarchive-luxonis/3.4.2-p2/e99477d/cf2caf0588fc5e2af22cae37027d3ff6902e096f.tar.gz' dst='/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Source' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 37%] No patch step for 'libarchive-luxonis-Release' [ 50%] No update step for 'libarchive-luxonis-Release' [ 62%] Performing configure step for 'libarchive-luxonis-Release' loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/cache.cmake loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/args.cmake -- The C compiler identification is GNU 9.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compile features -- Detecting C compile features - done -- [hunter] HUNTER_ROOT: /root/.hunter -- [hunter] [ Hunter-ID: 9b4e732 | Toolchain-ID: f61e57a | Config-ID: 90457df ] -- [hunter] LZMA_ROOT: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install (ver.: 5.2.3-p4) -- [hunter] Building lzma loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/cache.cmake loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/args.cmake -- The C compiler identification is GNU 9.3.0 -- The CXX compiler identification is GNU 9.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Build files have been written to: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build make[3]: Entering directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build' make[4]: Entering directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build' make[5]: Entering directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build' Scanning dependencies of target lzma-Release make[5]: Leaving directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build' make[5]: Entering directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build' [ 12%] Creating directories for 'lzma-Release' [ 25%] Performing download step (download, verify and extract) for 'lzma-Release' -- verifying file... file='/root/.hunter/_Base/Download/lzma/5.2.3-p4/09d7d8c/v5.2.3-p4.tar.gz' -- File already exists and hash match (skip download): file='/root/.hunter/_Base/Download/lzma/5.2.3-p4/09d7d8c/v5.2.3-p4.tar.gz' SHA1='09d7d8c8c8f1f488b3ccb739760c2092aae62441' -- extracting... src='/root/.hunter/_Base/Download/lzma/5.2.3-p4/09d7d8c/v5.2.3-p4.tar.gz' dst='/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Source' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 37%] No patch step for 'lzma-Release' [ 50%] No update step for 'lzma-Release' [ 62%] Performing configure step for 'lzma-Release' loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/cache.cmake loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/args.cmake -- The C compiler identification is GNU 9.3.0 -- The CXX compiler identification is GNU 9.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test HAVE_RESTRICT -- Performing Test HAVE_RESTRICT - Success -- Performing Test HAVERESTRICT -- Performing Test HAVERESTRICT - Success -- Performing Test HAVE_INLINE -- Performing Test HAVE_INLINE - Failed -- Performing Test HAVEINLINE -- Performing Test HAVEINLINE - Failed -- Looking for byteswap.h -- Looking for byteswap.h - found -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for limits.h -- Looking for limits.h - found -- Looking for memory.h -- Looking for memory.h - found -- Looking for strings.h -- Looking for strings.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for sys/sysctl.h -- Looking for sys/sysctl.h - found -- Looking for stdbool.h -- Looking for stdbool.h - found -- Performing Test HAVE_BSWAP_16 -- Performing Test HAVE_BSWAP_16 - Success -- Performing Test HAVE_BSWAP_32 -- Performing Test HAVE_BSWAP_32 - Success -- Performing Test HAVE_BSWAP_64 -- Performing Test HAVE_BSWAP_64 - Success -- Check if the system is big endian -- Searching 16 bit integer -- 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 unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- Check size of int16_t -- Check size of int16_t - done -- Check size of int32_t -- Check size of int32_t - done -- Check size of int64_t -- Check size of int64_t - done -- Check size of intmax_t -- Check size of intmax_t - done -- Check size of uint8_t -- Check size of uint8_t - done -- Check size of uint16_t -- Check size of uint16_t - done -- Check size of uint32_t -- Check size of uint32_t - done -- Check size of uint64_t -- Check size of uint64_t - done -- Check size of uintmax_t -- Check size of uintmax_t - done -- Check size of short -- Check size of short - done -- Check size of int -- Check size of int - done -- Check size of long -- Check size of long - done -- Check size of long long -- Check size of long long - done -- Check size of unsigned short -- Check size of unsigned short - done -- Check size of unsigned -- Check size of unsigned - done -- Check size of unsigned long -- Check size of unsigned long - done -- Check size of unsigned long long -- Check size of unsigned long long - done -- Check size of size_t -- Check size of size_t - done -- Check size of int64 -- Check size of int64 - failed -- Check size of unsigned int64 -- Check size of unsigned int64 - failed -- Check size of uintptr_t -- Check size of uintptr_t - done -- Configuring done -- Generating done -- Build files have been written to: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build/lzma-Release-prefix/src/lzma-Release-build [ 75%] Performing build step for 'lzma-Release' make[6]: Entering directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build/lzma-Release-prefix/src/lzma-Release-build' make[7]: Entering directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build/lzma-Release-prefix/src/lzma-Release-build' make[8]: Entering directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build/lzma-Release-prefix/src/lzma-Release-build' Scanning dependencies of target lzma make[8]: Leaving directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build/lzma-Release-prefix/src/lzma-Release-build' make[8]: Entering directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build/lzma-Release-prefix/src/lzma-Release-build' [ 1%] Building C object src/CMakeFiles/lzma.dir/liblzma/check/check.c.o [ 2%] Building C object src/CMakeFiles/lzma.dir/liblzma/check/crc32_fast.c.o [ 4%] Building C object src/CMakeFiles/lzma.dir/liblzma/check/crc32_table.c.o [ 5%] Building C object src/CMakeFiles/lzma.dir/liblzma/check/crc64_fast.c.o [ 7%] Building C object src/CMakeFiles/lzma.dir/liblzma/check/crc64_table.c.o [ 8%] Building C object src/CMakeFiles/lzma.dir/liblzma/check/sha256.c.o [ 10%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/alone_decoder.c.o [ 11%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/alone_encoder.c.o [ 13%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/auto_decoder.c.o [ 14%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/block_buffer_decoder.c.o [ 16%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/block_buffer_encoder.c.o [ 17%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/block_decoder.c.o [ 19%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/block_encoder.c.o [ 20%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/block_header_decoder.c.o [ 22%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/block_header_encoder.c.o [ 23%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/block_util.c.o [ 25%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/common.c.o [ 26%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/easy_buffer_encoder.c.o [ 27%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/easy_decoder_memusage.c.o [ 29%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/easy_encoder.c.o [ 30%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/easy_encoder_memusage.c.o [ 32%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/easy_preset.c.o [ 33%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/filter_buffer_decoder.c.o [ 35%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/filter_buffer_encoder.c.o [ 36%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/filter_common.c.o [ 38%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/filter_decoder.c.o [ 39%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/filter_encoder.c.o [ 41%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/filter_flags_decoder.c.o [ 42%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/filter_flags_encoder.c.o [ 44%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/index.c.o [ 45%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/index_decoder.c.o [ 47%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/index_encoder.c.o [ 48%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/index_hash.c.o [ 50%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/stream_buffer_decoder.c.o [ 51%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/stream_buffer_encoder.c.o [ 52%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/stream_decoder.c.o [ 54%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/stream_encoder.c.o [ 55%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/stream_flags_common.c.o [ 57%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/stream_flags_decoder.c.o [ 58%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/stream_flags_encoder.c.o [ 60%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/vli_decoder.c.o [ 61%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/vli_encoder.c.o [ 63%] Building C object src/CMakeFiles/lzma.dir/liblzma/common/vli_size.c.o [ 64%] Building C object src/CMakeFiles/lzma.dir/liblzma/delta/delta_common.c.o [ 66%] Building C object src/CMakeFiles/lzma.dir/liblzma/delta/delta_decoder.c.o [ 67%] Building C object src/CMakeFiles/lzma.dir/liblzma/delta/delta_encoder.c.o [ 69%] Building C object src/CMakeFiles/lzma.dir/liblzma/lz/lz_decoder.c.o [ 70%] Building C object src/CMakeFiles/lzma.dir/liblzma/lz/lz_encoder.c.o [ 72%] Building C object src/CMakeFiles/lzma.dir/liblzma/lz/lz_encoder_mf.c.o In file included from /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Source/src/liblzma/lz/lz_encoder.c:23: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Source/src/liblzma/common/memcmplen.h:43:1: warning: always_inline function might not be inlinable [-Wattributes] 43 | lzma_memcmplen(const uint8_t buf1, const uint8_t buf2, | ^~~~~~ [ 73%] Building C object src/CMakeFiles/lzma.dir/liblzma/lzma/fastpos_table.c.o In file included from /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Source/src/liblzma/lz/lz_encoder_mf.c:16: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Source/src/liblzma/common/memcmplen.h:43:1: warning: always_inline function might not be inlinable [-Wattributes] 43 | lzma_memcmplen(const uint8_t buf1, const uint8_t buf2, | ^~~~~~ [ 75%] Building C object src/CMakeFiles/lzma.dir/liblzma/lzma/lzma2_decoder.c.o [ 76%] Building C object src/CMakeFiles/lzma.dir/liblzma/lzma/lzma2_encoder.c.o [ 77%] Building C object src/CMakeFiles/lzma.dir/liblzma/lzma/lzma_decoder.c.o [ 79%] Building C object src/CMakeFiles/lzma.dir/liblzma/lzma/lzma_encoder.c.o [ 80%] Building C object src/CMakeFiles/lzma.dir/liblzma/lzma/lzma_encoder_optimum_fast.c.o In file included from /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Source/src/liblzma/lzma/lzma_encoder_optimum_fast.c:13: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Source/src/liblzma/common/memcmplen.h:43:1: warning: always_inline function might not be inlinable [-Wattributes] 43 | lzma_memcmplen(const uint8_t buf1, const uint8_t buf2, | ^~~~~~ [ 82%] Building C object src/CMakeFiles/lzma.dir/liblzma/lzma/lzma_encoder_optimum_normal.c.o [ 83%] Building C object src/CMakeFiles/lzma.dir/liblzma/lzma/lzma_encoder_presets.c.o In file included from /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Source/src/liblzma/lzma/lzma_encoder_optimum_normal.c:14: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Source/src/liblzma/common/memcmplen.h:43:1: warning: always_inline function might not be inlinable [-Wattributes] 43 | lzma_memcmplen(const uint8_t buf1, const uint8_t buf2, | ^~~~~~ [ 85%] Building C object src/CMakeFiles/lzma.dir/liblzma/rangecoder/price_table.c.o [ 86%] Building C object src/CMakeFiles/lzma.dir/liblzma/simple/arm.c.o [ 88%] Building C object src/CMakeFiles/lzma.dir/liblzma/simple/armthumb.c.o [ 89%] Building C object src/CMakeFiles/lzma.dir/liblzma/simple/ia64.c.o [ 91%] Building C object src/CMakeFiles/lzma.dir/liblzma/simple/powerpc.c.o [ 92%] Building C object src/CMakeFiles/lzma.dir/liblzma/simple/simple_coder.c.o [ 94%] Building C object src/CMakeFiles/lzma.dir/liblzma/simple/simple_decoder.c.o [ 95%] Building C object src/CMakeFiles/lzma.dir/liblzma/simple/simple_encoder.c.o [ 97%] Building C object src/CMakeFiles/lzma.dir/liblzma/simple/sparc.c.o [ 98%] Building C object src/CMakeFiles/lzma.dir/liblzma/simple/x86.c.o [100%] Linking C static library liblzma.a make[8]: Leaving directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build/lzma-Release-prefix/src/lzma-Release-build' [100%] Built target lzma make[7]: Leaving directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build/lzma-Release-prefix/src/lzma-Release-build' make[6]: Leaving directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build/lzma-Release-prefix/src/lzma-Release-build' [ 87%] Performing install step for 'lzma-Release' make[6]: Entering directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build/lzma-Release-prefix/src/lzma-Release-build' make[7]: Entering directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build/lzma-Release-prefix/src/lzma-Release-build' make[8]: Entering directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build/lzma-Release-prefix/src/lzma-Release-build' make[8]: Leaving directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build/lzma-Release-prefix/src/lzma-Release-build' [100%] Built target lzma make[7]: Leaving directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build/lzma-Release-prefix/src/lzma-Release-build' Install the project... -- Install configuration: "Release" -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/lib/cmake/lzma/lzmaConfig.cmake -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/lib/cmake/lzma/lzmaConfigVersion.cmake -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/lib/cmake/lzma/lzmaTargets.cmake -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/lib/cmake/lzma/lzmaTargets-release.cmake -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/lib/liblzma.a -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/include/lzma.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/include/lzma -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/include/lzma/lzma12.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/include/lzma/hardware.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/include/lzma/block.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/include/lzma/check.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/include/lzma/vli.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/include/lzma/index.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/include/lzma/index_hash.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/include/lzma/container.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/include/lzma/delta.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/include/lzma/filter.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/include/lzma/version.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/include/lzma/bcj.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/include/lzma/stream_flags.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Install/include/lzma/base.h make[6]: Leaving directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build/lzma-Release-prefix/src/lzma-Release-build' loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/args.cmake [100%] Completed 'lzma-Release' make[5]: Leaving directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build' [100%] Built target lzma-Release make[4]: Leaving directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build' make[3]: Leaving directory '/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma/Build' -- [hunter] Build step successful (dir: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/lzma) -- [hunter] Cache saved: /root/.hunter/_Base/Cache/raw/eb0c55e295b94772a2a4e11b2561b15fe2a9faf4.tar.bz2 -- Performing Test HAVE_LZMA_STREAM_ENCODER_MT -- Performing Test HAVE_LZMA_STREAM_ENCODER_MT - Success -- Performing Test HAVE_DIRENT_H -- Performing Test HAVE_DIRENT_H - Success -- Looking for include file sys/types.h -- Looking for include file sys/types.h - found -- Looking for include files sys/types.h, acl/libacl.h -- Looking for include files sys/types.h, acl/libacl.h - not found -- Looking for include files sys/types.h, attr/xattr.h -- Looking for include files sys/types.h, attr/xattr.h - not found -- Looking for include files sys/types.h, ctype.h -- Looking for include files sys/types.h, ctype.h - found -- Looking for 3 include files sys/types.h, ..., copyfile.h -- Looking for 3 include files sys/types.h, ..., copyfile.h - not found -- Looking for 3 include files sys/types.h, ..., direct.h -- Looking for 3 include files sys/types.h, ..., direct.h - not found -- Looking for 3 include files sys/types.h, ..., dlfcn.h -- Looking for 3 include files sys/types.h, ..., dlfcn.h - found -- Looking for 4 include files sys/types.h, ..., errno.h -- Looking for 4 include files sys/types.h, ..., errno.h - found -- Looking for 5 include files sys/types.h, ..., ext2fs/ext2_fs.h -- Looking for 5 include files sys/types.h, ..., ext2fs/ext2_fs.h - not found -- Performing Test HAVE_WORKING_EXT2_IOC_GETFLAGS -- Performing Test HAVE_WORKING_EXT2_IOC_GETFLAGS - Failed -- Looking for 5 include files sys/types.h, ..., fcntl.h -- Looking for 5 include files sys/types.h, ..., fcntl.h - found -- Looking for 6 include files sys/types.h, ..., grp.h -- Looking for 6 include files sys/types.h, ..., grp.h - found -- Looking for 7 include files sys/types.h, ..., inttypes.h -- Looking for 7 include files sys/types.h, ..., inttypes.h - found -- Looking for 8 include files sys/types.h, ..., io.h -- Looking for 8 include files sys/types.h, ..., io.h - not found -- Looking for 8 include files sys/types.h, ..., langinfo.h -- Looking for 8 include files sys/types.h, ..., langinfo.h - found -- Looking for 9 include files sys/types.h, ..., limits.h -- Looking for 9 include files sys/types.h, ..., limits.h - found -- Looking for 10 include files sys/types.h, ..., linux/types.h -- Looking for 10 include files sys/types.h, ..., linux/types.h - found -- Looking for 11 include files sys/types.h, ..., linux/fiemap.h -- Looking for 11 include files sys/types.h, ..., linux/fiemap.h - found -- Looking for 12 include files sys/types.h, ..., linux/fs.h -- Looking for 12 include files sys/types.h, ..., linux/fs.h - found -- Performing Test HAVE_WORKING_FS_IOC_GETFLAGS -- Performing Test HAVE_WORKING_FS_IOC_GETFLAGS - Success -- Looking for 13 include files sys/types.h, ..., linux/magic.h -- Looking for 13 include files sys/types.h, ..., linux/magic.h - found -- Looking for 14 include files sys/types.h, ..., locale.h -- Looking for 14 include files sys/types.h, ..., locale.h - found -- Looking for 15 include files sys/types.h, ..., membership.h -- Looking for 15 include files sys/types.h, ..., membership.h - not found -- Looking for 15 include files sys/types.h, ..., memory.h -- Looking for 15 include files sys/types.h, ..., memory.h - found -- Looking for 16 include files sys/types.h, ..., paths.h -- Looking for 16 include files sys/types.h, ..., paths.h - found -- Looking for 17 include files sys/types.h, ..., poll.h -- Looking for 17 include files sys/types.h, ..., poll.h - found -- Looking for 18 include files sys/types.h, ..., process.h -- Looking for 18 include files sys/types.h, ..., process.h - not found -- Looking for 18 include files sys/types.h, ..., pthread.h -- Looking for 18 include files sys/types.h, ..., pthread.h - found -- Looking for 19 include files sys/types.h, ..., pwd.h -- Looking for 19 include files sys/types.h, ..., pwd.h - found -- Looking for 20 include files sys/types.h, ..., readpassphrase.h -- Looking for 20 include files sys/types.h, ..., readpassphrase.h - not found -- Looking for 20 include files sys/types.h, ..., regex.h -- Looking for 20 include files sys/types.h, ..., regex.h - found -- Looking for 21 include files sys/types.h, ..., signal.h -- Looking for 21 include files sys/types.h, ..., signal.h - found -- Looking for 22 include files sys/types.h, ..., spawn.h -- Looking for 22 include files sys/types.h, ..., spawn.h - found -- Looking for 23 include files sys/types.h, ..., stdarg.h -- Looking for 23 include files sys/types.h, ..., stdarg.h - found -- Looking for 24 include files sys/types.h, ..., stdint.h -- Looking for 24 include files sys/types.h, ..., stdint.h - found -- Looking for 25 include files sys/types.h, ..., stdlib.h -- Looking for 25 include files sys/types.h, ..., stdlib.h - found -- Looking for 26 include files sys/types.h, ..., string.h -- Looking for 26 include files sys/types.h, ..., string.h - found -- Looking for 27 include files sys/types.h, ..., strings.h -- Looking for 27 include files sys/types.h, ..., strings.h - found -- Looking for 28 include files sys/types.h, ..., sys/acl.h -- Looking for 28 include files sys/types.h, ..., sys/acl.h - not found -- Looking for 28 include files sys/types.h, ..., sys/cdefs.h -- Looking for 28 include files sys/types.h, ..., sys/cdefs.h - found -- Looking for 29 include files sys/types.h, ..., sys/extattr.h -- Looking for 29 include files sys/types.h, ..., sys/extattr.h - not found -- Looking for 29 include files sys/types.h, ..., sys/ioctl.h -- Looking for 29 include files sys/types.h, ..., sys/ioctl.h - found -- Looking for 30 include files sys/types.h, ..., sys/mkdev.h -- Looking for 30 include files sys/types.h, ..., sys/mkdev.h - not found -- Looking for 30 include files sys/types.h, ..., sys/mount.h -- Looking for 30 include files sys/types.h, ..., sys/mount.h - not found -- Looking for 30 include files sys/types.h, ..., sys/param.h -- Looking for 30 include files sys/types.h, ..., sys/param.h - found -- Looking for 31 include files sys/types.h, ..., sys/poll.h -- Looking for 31 include files sys/types.h, ..., sys/poll.h - found -- Looking for 32 include files sys/types.h, ..., sys/richacl.h -- Looking for 32 include files sys/types.h, ..., sys/richacl.h - not found -- Looking for 32 include files sys/types.h, ..., sys/select.h -- Looking for 32 include files sys/types.h, ..., sys/select.h - found -- Looking for 33 include files sys/types.h, ..., sys/stat.h -- Looking for 33 include files sys/types.h, ..., sys/stat.h - found -- Looking for 34 include files sys/types.h, ..., sys/statfs.h -- Looking for 34 include files sys/types.h, ..., sys/statfs.h - found -- Looking for 35 include files sys/types.h, ..., sys/statvfs.h -- Looking for 35 include files sys/types.h, ..., sys/statvfs.h - found -- Looking for 36 include files sys/types.h, ..., sys/sysmacros.h -- Looking for 36 include files sys/types.h, ..., sys/sysmacros.h - found -- Looking for 37 include files sys/types.h, ..., sys/time.h -- Looking for 37 include files sys/types.h, ..., sys/time.h - found -- Looking for 38 include files sys/types.h, ..., sys/utime.h -- Looking for 38 include files sys/types.h, ..., sys/utime.h - not found -- Looking for 38 include files sys/types.h, ..., sys/utsname.h -- Looking for 38 include files sys/types.h, ..., sys/utsname.h - found -- Looking for 39 include files sys/types.h, ..., sys/vfs.h -- Looking for 39 include files sys/types.h, ..., sys/vfs.h - found -- Looking for 40 include files sys/types.h, ..., sys/wait.h -- Looking for 40 include files sys/types.h, ..., sys/wait.h - found -- Looking for 41 include files sys/types.h, ..., sys/xattr.h -- Looking for 41 include files sys/types.h, ..., sys/xattr.h - found -- Looking for 42 include files sys/types.h, ..., time.h -- Looking for 42 include files sys/types.h, ..., time.h - found -- Looking for 43 include files sys/types.h, ..., unistd.h -- Looking for 43 include files sys/types.h, ..., unistd.h - found -- Looking for 44 include files sys/types.h, ..., utime.h -- Looking for 44 include files sys/types.h, ..., utime.h - found -- Looking for 45 include files sys/types.h, ..., wchar.h -- Looking for 45 include files sys/types.h, ..., wchar.h - found -- Looking for 46 include files sys/types.h, ..., wctype.h -- Looking for 46 include files sys/types.h, ..., wctype.h - found -- Looking for 47 include files sys/types.h, ..., windows.h -- Looking for 47 include files sys/types.h, ..., windows.h - not found -- Looking for 47 include files sys/types.h, ..., wincrypt.h -- Looking for 47 include files sys/types.h, ..., wincrypt.h - not found -- Looking for 47 include files sys/types.h, ..., winioctl.h -- Looking for 47 include files sys/types.h, ..., winioctl.h - not found -- Performing Test SAFE_TO_DEFINE_EXTENSIONS -- Performing Test SAFE_TO_DEFINE_EXTENSIONS - Success -- Looking for MD5Init in md -- Looking for MD5Init in md - not found -- Looking for regcomp -- Looking for regcomp - found -- Looking for _CrtSetReportMode -- Looking for _CrtSetReportMode - not found -- Looking for arc4random_buf -- Looking for arc4random_buf - not found -- Looking for chown -- Looking for chown - found -- Looking for chroot -- Looking for chroot - found -- Looking for ctime_r -- Looking for ctime_r - found -- Looking for fchdir -- Looking for fchdir - found -- Looking for fchmod -- Looking for fchmod - found -- Looking for fchown -- Looking for fchown - found -- Looking for fcntl -- Looking for fcntl - found -- Looking for fdopendir -- Looking for fdopendir - found -- Looking for fork -- Looking for fork - found -- Looking for fstat -- Looking for fstat - found -- Looking for fstatat -- Looking for fstatat - found -- Looking for fstatfs -- Looking for fstatfs - found -- Looking for fstatvfs -- Looking for fstatvfs - found -- Looking for ftruncate -- Looking for ftruncate - found -- Looking for futimens -- Looking for futimens - found -- Looking for futimes -- Looking for futimes - found -- Looking for futimesat -- Looking for futimesat - found -- Looking for geteuid -- Looking for geteuid - found -- Looking for getgrgid_r -- Looking for getgrgid_r - found -- Looking for getgrnam_r -- Looking for getgrnam_r - found -- Looking for getpwnam_r -- Looking for getpwnam_r - found -- Looking for getpwuid_r -- Looking for getpwuid_r - found -- Looking for getpid -- Looking for getpid - found -- Looking for getvfsbyname -- Looking for getvfsbyname - not found -- Looking for gmtime_r -- Looking for gmtime_r - found -- Looking for lchflags -- Looking for lchflags - not found -- Looking for lchown -- Looking for lchown - found -- Looking for link -- Looking for link - found -- Looking for localtime_r -- Looking for localtime_r - found -- Looking for lstat -- Looking for lstat - found -- Looking for lutimes -- Looking for lutimes - found -- Looking for mbrtowc -- Looking for mbrtowc - found -- Looking for mkdir -- Looking for mkdir - found -- Looking for mkfifo -- Looking for mkfifo - found -- Looking for mknod -- Looking for mknod - found -- Looking for mkstemp -- Looking for mkstemp - found -- Looking for nl_langinfo -- Looking for nl_langinfo - found -- Looking for openat -- Looking for openat - found -- Looking for pipe -- Looking for pipe - found -- Looking for poll -- Looking for poll - found -- Looking for posix_spawnp -- Looking for posix_spawnp - found -- Looking for readlink -- Looking for readlink - found -- Looking for readpassphrase -- Looking for readpassphrase - not found -- Looking for select -- Looking for select - found -- Looking for setenv -- Looking for setenv - found -- Looking for setlocale -- Looking for setlocale - found -- Looking for sigaction -- Looking for sigaction - found -- Looking for statfs -- Looking for statfs - found -- Looking for statvfs -- Looking for statvfs - found -- Looking for strchr -- Looking for strchr - found -- Looking for strdup -- Looking for strdup - found -- Looking for strerror -- Looking for strerror - found -- Looking for strncpy_s -- Looking for strncpy_s - not found -- Looking for strrchr -- Looking for strrchr - found -- Looking for symlink -- Looking for symlink - found -- Looking for timegm -- Looking for timegm - found -- Looking for tzset -- Looking for tzset - found -- Looking for unlinkat -- Looking for unlinkat - found -- Looking for unsetenv -- Looking for unsetenv - found -- Looking for utime -- Looking for utime - found -- Looking for utimes -- Looking for utimes - found -- Looking for utimensat -- Looking for utimensat - found -- Looking for vfork -- Looking for vfork - found -- Looking for _ctime64_s -- Looking for _ctime64_s - not found -- Looking for _fseeki64 -- Looking for _fseeki64 - not found -- Looking for _get_timezone -- Looking for _get_timezone - not found -- Looking for _gmtime64_s -- Looking for _gmtime64_s - not found -- Looking for _localtime64_s -- Looking for _localtime64_s - not found -- Looking for _mkgmtime64 -- Looking for _mkgmtime64 - not found -- Looking for cygwin_conv_path -- Looking for cygwin_conv_path - not found -- Looking for fseeko -- Looking for fseeko - found -- Looking for strerror_r -- Looking for strerror_r - found -- Looking for strftime -- Looking for strftime - found -- Performing Test HAVE_STRUCT_VFSCONF -- Performing Test HAVE_STRUCT_VFSCONF - Failed -- Performing Test HAVE_STRUCT_XVFSCONF -- Performing Test HAVE_STRUCT_XVFSCONF - Failed -- Performing Test HAVE_READDIR_R -- Performing Test HAVE_READDIR_R - Success -- Performing Test HAVE_DIRFD -- Performing Test HAVE_DIRFD - Success -- Performing Test HAVE_READLINKAT -- Performing Test HAVE_READLINKAT - Success -- Performing Test MAJOR_IN_MKDEV -- Performing Test MAJOR_IN_MKDEV - Failed -- Performing Test MAJOR_IN_SYSMACROS -- Performing Test MAJOR_IN_SYSMACROS - Success -- Looking for EFTYPE -- Looking for EFTYPE - not found -- Looking for EILSEQ -- Looking for EILSEQ - found -- Looking for D_MD_ORDER -- Looking for D_MD_ORDER - not found -- Looking for INT32_MAX -- Looking for INT32_MAX - found -- Looking for INT32_MIN -- Looking for INT32_MIN - found -- Looking for INT64_MAX -- Looking for INT64_MAX - found -- Looking for INT64_MIN -- Looking for INT64_MIN - found -- Looking for INTMAX_MAX -- Looking for INTMAX_MAX - found -- Looking for INTMAX_MIN -- Looking for INTMAX_MIN - found -- Looking for UINT32_MAX -- Looking for UINT32_MAX - found -- Looking for UINT64_MAX -- Looking for UINT64_MAX - found -- Looking for UINTMAX_MAX -- Looking for UINTMAX_MAX - found -- Looking for SIZE_MAX -- Looking for SIZE_MAX - found -- Looking for SSIZE_MAX -- Looking for SSIZE_MAX - found -- Performing Test HAVE_STRUCT_TM_TM_GMTOFF -- Performing Test HAVE_STRUCT_TM_TM_GMTOFF - Success -- Performing Test HAVE_STRUCT_TM_TM_GMTOFF -- Performing Test HAVE_STRUCT_TM___TM_GMTOFF - Failed -- Performing Test HAVE_STRUCT_STATFS_F_NAMEMAX -- Performing Test HAVE_STRUCT_STATFS_F_NAMEMAX - Failed -- Performing Test HAVE_STRUCT_STAT_ST_BIRTHTIME -- Performing Test HAVE_STRUCT_STAT_ST_BIRTHTIME - Failed -- Performing Test HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC -- Performing Test HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC - Failed -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Failed -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Success -- Performing Test HAVE_STRUCT_STAT_ST_MTIME_N -- Performing Test HAVE_STRUCT_STAT_ST_MTIME_N - Failed -- Performing Test HAVE_STRUCT_STAT_ST_UMTIME -- Performing Test HAVE_STRUCT_STAT_ST_UMTIME - Failed -- Performing Test HAVE_STRUCT_STAT_ST_MTIME_USEC -- Performing Test HAVE_STRUCT_STAT_ST_MTIME_USEC - Failed -- Performing Test HAVE_STRUCT_STAT_ST_BLKSIZE -- Performing Test HAVE_STRUCT_STAT_ST_BLKSIZE - Success -- Performing Test HAVE_STRUCT_STAT_ST_FLAGS -- Performing Test HAVE_STRUCT_STAT_ST_FLAGS - Failed -- Performing Test HAVE_STRUCT_STATVFS_F_IOSIZE -- Performing Test HAVE_STRUCT_STATVFS_F_IOSIZE - Failed -- Performing Test TIME_WITH_SYS_TIME -- Performing Test TIME_WITH_SYS_TIME - Success -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of short -- Check size of short - done -- Check size of int -- Check size of int - done -- Check size of long -- Check size of long - done -- Check size of long long -- Check size of long long - done -- Check size of unsigned short -- Check size of unsigned short - done -- Check size of unsigned -- Check size of unsigned - done -- Check size of unsigned long -- Check size of unsigned long - done -- Check size of unsigned long long -- Check size of unsigned long long - done -- Check size of int64 -- Check size of int64 - failed -- Check size of unsigned int64 -- Check size of unsigned __int64 - failed -- Check size of int16_t -- Check size of int16_t - done -- Check size of int32_t -- Check size of int32_t - done -- Check size of int64_t -- Check size of int64_t - done -- Check size of intmax_t -- Check size of intmax_t - done -- Check size of uint8_t -- Check size of uint8_t - done -- Check size of uint16_t -- Check size of uint16_t - done -- Check size of uint32_t -- Check size of uint32_t - done -- Check size of uint64_t -- Check size of uint64_t - done -- Check size of uintmax_t -- Check size of uintmax_t - done -- Check size of dev_t -- Check size of dev_t - done -- Check size of gid_t -- Check size of gid_t - done -- Check size of id_t -- Check size of id_t - done -- Check size of mode_t -- Check size of mode_t - done -- Check size of off_t -- Check size of off_t - done -- Check size of size_t -- Check size of size_t - done -- Check size of ssize_t -- Check size of ssize_t - done -- Check size of uid_t -- Check size of uid_t - done -- Check size of pid_t -- Check size of pid_t - done -- Check size of intptr_t -- Check size of intptr_t - done -- Check size of uintptr_t -- Check size of uintptr_t - done -- Check size of wchar_t -- Check size of wchar_t - done -- Checking _FILE_OFFSET_BITS for large files -- Checking _FILE_OFFSET_BITS for large files - not needed -- Checking support for ARCHIVE_CRYPTO_MD5_LIBC -- Checking support for ARCHIVE_CRYPTO_MD5_LIBC -- not found -- Checking support for ARCHIVE_CRYPTO_RMD160_LIBC -- Checking support for ARCHIVE_CRYPTO_RMD160_LIBC -- not found -- Checking support for ARCHIVE_CRYPTO_SHA1_LIBC -- Checking support for ARCHIVE_CRYPTO_SHA1_LIBC -- not found -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBC -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBC -- not found -- Checking support for ARCHIVE_CRYPTO_SHA384_LIBC -- Checking support for ARCHIVE_CRYPTO_SHA384_LIBC -- not found -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBC -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBC -- not found -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBC2 -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBC2 -- not found -- Checking support for ARCHIVE_CRYPTO_SHA384_LIBC2 -- Checking support for ARCHIVE_CRYPTO_SHA384_LIBC2 -- not found -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBC2 -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBC2 -- not found -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBC3 -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBC3 -- not found -- Checking support for ARCHIVE_CRYPTO_SHA384_LIBC3 -- Checking support for ARCHIVE_CRYPTO_SHA384_LIBC3 -- not found -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBC3 -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBC3 -- not found -- Checking support for ARCHIVE_CRYPTO_MD5_LIBSYSTEM -- Checking support for ARCHIVE_CRYPTO_MD5_LIBSYSTEM -- not found -- Checking support for ARCHIVE_CRYPTO_SHA1_LIBSYSTEM -- Checking support for ARCHIVE_CRYPTO_SHA1_LIBSYSTEM -- not found -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBSYSTEM -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBSYSTEM -- not found -- Checking support for ARCHIVE_CRYPTO_SHA384_LIBSYSTEM -- Checking support for ARCHIVE_CRYPTO_SHA384_LIBSYSTEM -- not found -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBSYSTEM -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBSYSTEM -- not found -- Checking support for ARCHIVE_CRYPTO_MD5_LIBMD -- Checking support for ARCHIVE_CRYPTO_MD5_LIBMD -- not found -- Checking support for ARCHIVE_CRYPTO_RMD160_LIBMD -- Checking support for ARCHIVE_CRYPTO_RMD160_LIBMD -- not found -- Checking support for ARCHIVE_CRYPTO_SHA1_LIBMD -- Checking support for ARCHIVE_CRYPTO_SHA1_LIBMD -- not found -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBMD -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBMD -- not found -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBMD -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBMD -- not found CMake Warning (dev) in CMakeLists.txt: A logical block opening on the line

/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Source/CMakeLists.txt:2005 (IF)

closes on the line

/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Source/CMakeLists.txt:2017 (ENDIF)

with mis-matching arguments. This warning is for project developers. Use -Wno-dev to suppress it.

-- Configuring done -- Generating done -- Build files have been written to: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Build/libarchive-luxonis-Release-prefix/src/libarchive-luxonis-Release-build [ 75%] Performing build step for 'libarchive-luxonis-Release' Scanning dependencies of target archive_static [ 0%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_acl.c.o [ 1%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_check_magic.c.o [ 2%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_cmdline.c.o [ 3%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_cryptor.c.o [ 4%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_digest.c.o [ 5%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_entry.c.o [ 5%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_entry_copy_stat.c.o [ 6%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_entry_link_resolver.c.o [ 7%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_entry_sparse.c.o [ 8%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_entry_stat.c.o [ 9%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_entry_strmode.c.o [ 10%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_entry_xattr.c.o [ 10%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_getdate.c.o [ 11%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_hmac.c.o [ 12%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_match.c.o [ 13%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_options.c.o [ 14%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_pack_dev.c.o [ 15%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_pathmatch.c.o [ 15%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_ppmd8.c.o [ 16%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_ppmd7.c.o [ 17%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_random.c.o [ 18%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_rb.c.o [ 19%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read.c.o [ 20%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_add_passphrase.c.o [ 20%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_append_filter.c.o [ 21%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_data_into_fd.c.o [ 22%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_disk_entry_from_file.c.o [ 23%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_disk_posix.c.o [ 24%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_disk_set_standard_lookup.c.o [ 25%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_extract.c.o [ 25%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_extract2.c.o [ 26%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_open_fd.c.o [ 27%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_open_file.c.o [ 28%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_open_filename.c.o [ 29%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_open_memory.c.o [ 30%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_set_format.c.o /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Source/libarchive/archive_read_open_filename.c: In function ‘file_open’: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Source/libarchive/archive_read_open_filename.c:285:4: warning: ‘%S’ directive argument is null [-Wformat-overflow=] 285 | archive_set_error(a, errno, "Can't stat '%S'", | ^~~~~~~~~~ 286 | wfilename); | ~~ [ 30%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_set_options.c.o [ 31%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_filter_all.c.o [ 32%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_filter_bzip2.c.o [ 33%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_filter_compress.c.o [ 34%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_filter_gzip.c.o [ 35%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_filter_grzip.c.o [ 35%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_filter_lrzip.c.o [ 36%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_filter_lz4.c.o [ 37%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_filter_lzop.c.o [ 38%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_filter_none.c.o [ 39%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_filter_program.c.o [ 40%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_filter_rpm.c.o [ 40%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_filter_uu.c.o [ 41%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_filter_xz.c.o [ 42%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_filter_zstd.c.o [ 43%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_format_7zip.c.o [ 44%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_format_all.c.o [ 45%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_format_ar.c.o [ 45%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_format_by_code.c.o [ 46%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_format_cab.c.o [ 47%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_format_cpio.c.o [ 48%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_format_empty.c.o [ 49%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_format_iso9660.c.o [ 50%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_format_lha.c.o [ 50%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_format_mtree.c.o [ 51%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_format_rar.c.o [ 52%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_format_rar5.c.o [ 53%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_format_raw.c.o [ 54%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_format_tar.c.o [ 55%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_format_warc.c.o [ 55%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_format_xar.c.o [ 56%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_read_support_format_zip.c.o [ 57%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_string.c.o [ 58%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_string_sprintf.c.o [ 59%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_util.c.o [ 60%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_version_details.c.o [ 60%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_virtual.c.o [ 61%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write.c.o [ 62%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_disk_posix.c.o [ 63%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_disk_set_standard_lookup.c.o [ 64%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_open_fd.c.o [ 65%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_open_file.c.o [ 65%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_open_filename.c.o [ 66%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_open_memory.c.o [ 67%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_add_filter.c.o [ 68%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_add_filter_b64encode.c.o [ 69%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_add_filter_by_name.c.o [ 70%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_add_filter_bzip2.c.o [ 70%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_add_filter_compress.c.o [ 71%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_add_filter_grzip.c.o [ 72%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_add_filter_gzip.c.o [ 73%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_add_filter_lrzip.c.o [ 74%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_add_filter_lz4.c.o [ 75%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_add_filter_lzop.c.o [ 75%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_add_filter_none.c.o [ 76%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_add_filter_program.c.o [ 77%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_add_filter_uuencode.c.o [ 78%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_add_filter_xz.c.o [ 79%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_add_filter_zstd.c.o [ 80%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_format.c.o [ 80%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_format_7zip.c.o [ 81%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_format_ar.c.o [ 82%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_format_by_name.c.o [ 83%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_format_cpio.c.o [ 84%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_format_cpio_newc.c.o [ 85%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_format_filter_by_ext.c.o [ 85%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_format_gnutar.c.o [ 86%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_format_iso9660.c.o [ 87%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_format_mtree.c.o [ 88%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_format_pax.c.o [ 89%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_format_raw.c.o [ 90%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_format_shar.c.o [ 90%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_format_ustar.c.o [ 91%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_format_v7tar.c.o [ 92%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_format_warc.c.o [ 93%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_format_xar.c.o [ 94%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_format_zip.c.o [ 95%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_options.c.o [ 95%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_write_set_passphrase.c.o [ 96%] Building C object libarchive/CMakeFiles/archive_static.dir/filter_fork_posix.c.o [ 97%] Building C object libarchive/CMakeFiles/archive_static.dir/xxhash.c.o [ 98%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_blake2sp_ref.c.o [ 99%] Building C object libarchive/CMakeFiles/archive_static.dir/archive_blake2s_ref.c.o [100%] Linking C static library libarchive_static.a [100%] Built target archive_static [ 87%] Performing install step for 'libarchive-luxonis-Release' [100%] Built target archive_static Install the project... -- Install configuration: "Release" -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/lib/libarchive_static.a -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_entry.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_entry_acl.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_entry_linkify.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_entry_misc.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_entry_paths.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_entry_perms.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_entry_stat.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_entry_time.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_read.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_read_add_passphrase.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_read_data.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_read_disk.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_read_extract.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_read_filter.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_read_format.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_read_free.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_read_header.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_read_new.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_read_open.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_read_set_options.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_util.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_write.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_write_blocksize.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_write_data.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_write_disk.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_write_filter.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_write_finish_entry.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_write_format.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_write_free.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_write_header.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_write_new.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_write_open.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_write_set_options.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/archive_write_set_passphrase.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man5/cpio.5 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/libarchive.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/libarchive_changes.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man3/libarchive_internals.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man5/libarchive-formats.5 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man5/mtree.5 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/share/man/man5/tar.5 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/include/archive.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/include/archive_entry.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/lib/cmake/archive_static/archive_staticConfig.cmake -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/Install/lib/cmake/archive_static/archive_staticConfig-release.cmake loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis/args.cmake [100%] Completed 'libarchive-luxonis-Release' [100%] Built target libarchive-luxonis-Release -- [hunter] Build step successful (dir: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libarchive-luxonis) -- [hunter] Cache saved: /root/.hunter/_Base/Cache/raw/bea44fcec89ae46d7313149df7562c806784edce.tar.bz2 -- [hunter] SPDLOG_ROOT: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install (ver.: 1.8.2) -- [hunter] Building spdlog loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/cache.cmake loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/args.cmake -- The C compiler identification is GNU 9.3.0 -- The CXX compiler identification is GNU 9.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Build files have been written to: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Build Scanning dependencies of target spdlog-Release [ 12%] Creating directories for 'spdlog-Release' [ 25%] Performing download step (download, verify and extract) for 'spdlog-Release' -- Downloading... dst='/root/.hunter/_Base/Download/spdlog/1.8.2/4437f35/v1.8.2.tar.gz' timeout='none' -- Using src='https://github.com/gabime/spdlog/archive/v1.8.2.tar.gz' -- verifying file... file='/root/.hunter/_Base/Download/spdlog/1.8.2/4437f35/v1.8.2.tar.gz' -- Downloading... done -- extracting... src='/root/.hunter/_Base/Download/spdlog/1.8.2/4437f35/v1.8.2.tar.gz' dst='/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Source' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 37%] No patch step for 'spdlog-Release' [ 50%] No update step for 'spdlog-Release' [ 62%] Performing configure step for 'spdlog-Release' loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/cache.cmake loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/args.cmake -- The CXX compiler identification is GNU 9.3.0 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compile features -- Detecting CXX compile features - done -- Build spdlog: 1.8.2 -- Looking for C++ include pthread.h -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE
-- Build type: Release -- Generating install -- Configuring done -- Generating done -- Build files have been written to: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Build/spdlog-Release-prefix/src/spdlog-Release-build [ 75%] Performing build step for 'spdlog-Release' Scanning dependencies of target spdlog [ 12%] Building CXX object CMakeFiles/spdlog.dir/src/spdlog.cpp.o [ 25%] Building CXX object CMakeFiles/spdlog.dir/src/stdout_sinks.cpp.o [ 37%] Building CXX object CMakeFiles/spdlog.dir/src/file_sinks.cpp.o [ 50%] Building CXX object CMakeFiles/spdlog.dir/src/color_sinks.cpp.o [ 62%] Building CXX object CMakeFiles/spdlog.dir/src/async.cpp.o [ 75%] Building CXX object CMakeFiles/spdlog.dir/src/cfg.cpp.o [ 87%] Building CXX object CMakeFiles/spdlog.dir/src/fmt.cpp.o [100%] Linking CXX static library libspdlog.a [100%] Built target spdlog [ 87%] Performing install step for 'spdlog-Release' [100%] Built target spdlog Install the project... -- Install configuration: "Release" -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/stopwatch.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/tweakme.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/async_logger.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/common-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/pattern_formatter.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/async_logger-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/pattern_formatter-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/cfg -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/cfg/env.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/cfg/helpers-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/cfg/helpers.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/cfg/argv.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/common.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/async.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/logger.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/logger-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fwd.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/log_msg-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/windows_include.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/backtracer-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/mpmc_blocking_q.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/backtracer.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/registry-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/thread_pool.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/null_mutex.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/thread_pool-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/log_msg_buffer.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/fmt_helper.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/os-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/log_msg.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/registry.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/console_globals.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/log_msg_buffer-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/synchronous_factory.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/tcp_client.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/file_helper.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/file_helper-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/os.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/periodic_worker.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/circular_q.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/tcp_client-windows.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/details/periodic_worker-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/version.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt/ostr.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt/bin_to_hex.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt/fmt.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt/chrono.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/formatter.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/stdout_color_sinks.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/syslog_sink.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/wincolor_sink.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/ostream_sink.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/basic_file_sink.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/ringbuffer_sink.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/ansicolor_sink-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/msvc_sink.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/daily_file_sink.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/stdout_sinks.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/rotating_file_sink.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/stdout_sinks-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/null_sink.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/systemd_sink.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/base_sink-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/tcp_sink.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/dist_sink.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/win_eventlog_sink.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/dup_filter_sink.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/basic_file_sink-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/ansicolor_sink.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/stdout_color_sinks-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/rotating_file_sink-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/sink-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/android_sink.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/wincolor_sink-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/sink.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/sinks/base_sink.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/spdlog.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/spdlog-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/lib/libspdlog.a -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt/bundled/ -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt/bundled//ostream.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt/bundled//ranges.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt/bundled//compile.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt/bundled//locale.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt/bundled//format.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt/bundled//printf.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt/bundled//format-inl.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt/bundled//LICENSE.rst -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt/bundled//chrono.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt/bundled//core.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt/bundled//color.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt/bundled//posix.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/include/spdlog/fmt/bundled//os.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/lib/pkgconfig/spdlog.pc -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/lib/cmake/spdlog/spdlogConfigTargets.cmake -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/lib/cmake/spdlog/spdlogConfigTargets-release.cmake -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/lib/cmake/spdlog/spdlogConfig.cmake -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/Install/lib/cmake/spdlog/spdlogConfigVersion.cmake loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog/args.cmake [100%] Completed 'spdlog-Release' [100%] Built target spdlog-Release -- [hunter] Build step successful (dir: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/spdlog) -- [hunter] Cache saved: /root/.hunter/_Base/Cache/raw/05ce396ab94e2edd90b7ebfef7adb1ff0f334bec.tar.bz2 -- [hunter] ZLIB_ROOT: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install (ver.: 1.2.11-p2) -- [hunter] Building ZLIB loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/cache.cmake loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/ZLIB/args.cmake -- The C compiler identification is GNU 9.3.0 -- The CXX compiler identification is GNU 9.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Build files have been written to: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/ZLIB/Build Scanning dependencies of target ZLIB-Release [ 12%] Creating directories for 'ZLIB-Release' [ 25%] Performing download step (download, verify and extract) for 'ZLIB-Release' -- Downloading... dst='/root/.hunter/_Base/Download/ZLIB/1.2.11-p2/fb8b648/v1.2.11-p2.tar.gz' timeout='none' -- Using src='https://github.com/luxonis/zlib/archive/refs/tags/v1.2.11-p2.tar.gz' -- [download 100% complete] -- verifying file... file='/root/.hunter/_Base/Download/ZLIB/1.2.11-p2/fb8b648/v1.2.11-p2.tar.gz' -- Downloading... done -- extracting... src='/root/.hunter/_Base/Download/ZLIB/1.2.11-p2/fb8b648/v1.2.11-p2.tar.gz' dst='/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/ZLIB/Source' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 37%] No patch step for 'ZLIB-Release' [ 50%] No update step for 'ZLIB-Release' [ 62%] Performing configure step for 'ZLIB-Release' loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/cache.cmake loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/ZLIB/args.cmake -- The C compiler identification is GNU 9.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compile features -- Detecting C compile features - done -- 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 off64_t -- Check size of off64_t - done -- Looking for fseeko -- Looking for fseeko - found -- Looking for unistd.h -- Looking for unistd.h - found -- Renaming -- /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/ZLIB/Source/zconf.h -- to 'zconf.h.included' because this file is included with zlib -- but CMake generates it automatically in the build directory. -- Configuring done -- Generating done -- Build files have been written to: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/ZLIB/Build/ZLIB-Release-prefix/src/ZLIB-Release-build [ 75%] Performing build step for 'ZLIB-Release' Scanning dependencies of target zlib [ 12%] Building C object CMakeFiles/zlib.dir/crc32.c.o [ 12%] Building C object CMakeFiles/zlib.dir/adler32.c.o [ 12%] Building C object CMakeFiles/zlib.dir/compress.c.o [ 16%] Building C object CMakeFiles/zlib.dir/deflate.c.o [ 20%] Building C object CMakeFiles/zlib.dir/gzclose.c.o [ 25%] Building C object CMakeFiles/zlib.dir/gzlib.c.o [ 29%] Building C object CMakeFiles/zlib.dir/gzread.c.o [ 33%] Building C object CMakeFiles/zlib.dir/gzwrite.c.o [ 37%] Building C object CMakeFiles/zlib.dir/inflate.c.o [ 41%] Building C object CMakeFiles/zlib.dir/infback.c.o [ 45%] Building C object CMakeFiles/zlib.dir/inftrees.c.o [ 50%] Building C object CMakeFiles/zlib.dir/inffast.c.o [ 54%] Building C object CMakeFiles/zlib.dir/trees.c.o [ 58%] Building C object CMakeFiles/zlib.dir/uncompr.c.o [ 62%] Building C object CMakeFiles/zlib.dir/zutil.c.o [ 66%] Linking C static library libz.a [ 66%] Built target zlib Scanning dependencies of target minigzip Scanning dependencies of target example64 Scanning dependencies of target minigzip64 Scanning dependencies of target example [ 70%] Building C object CMakeFiles/minigzip.dir/test/minigzip.c.o [ 79%] Building C object CMakeFiles/example64.dir/test/example.c.o [ 79%] Building C object CMakeFiles/minigzip64.dir/test/minigzip.c.o [ 83%] Building C object CMakeFiles/example.dir/test/example.c.o [ 87%] Linking C executable minigzip [ 91%] Linking C executable minigzip64 [ 91%] Built target minigzip [ 91%] Built target minigzip64 [ 95%] Linking C executable example [100%] Linking C executable example64 [100%] Built target example [100%] Built target example64 [ 87%] Performing install step for 'ZLIB-Release' [ 66%] Built target zlib [ 75%] Built target example64 [ 83%] Built target minigzip [ 91%] Built target example [100%] Built target minigzip64 Install the project... -- Install configuration: "Release" -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/ZLIB/Install/lib/libz.a -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/ZLIB/Install/lib/cmake/ZLIB/ZLIBConfig.cmake -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/ZLIB/Install/lib/cmake/ZLIB/ZLIBConfigVersion.cmake -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/ZLIB/Install/lib/cmake/ZLIB/ZLIBTargets.cmake -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/ZLIB/Install/lib/cmake/ZLIB/ZLIBTargets-release.cmake -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/ZLIB/Install/include/zconf.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/ZLIB/Install/include/zlib.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/ZLIB/Install/share/man/man3/zlib.3 -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/ZLIB/Install/share/pkgconfig/zlib.pc loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/ZLIB/args.cmake [100%] Completed 'ZLIB-Release' [100%] Built target ZLIB-Release -- [hunter] Build step successful (dir: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/ZLIB) -- [hunter] Cache saved: /root/.hunter/_Base/Cache/raw/c443dc860fcdde312c967400dd064e1c7435480c.tar.bz2 -- [hunter] BACKWARD_ROOT: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install (ver.: 1.6) -- [hunter] Building Backward loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/cache.cmake loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/Backward/args.cmake -- The C compiler identification is GNU 9.3.0 -- The CXX compiler identification is GNU 9.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Build files have been written to: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/Backward/Build Scanning dependencies of target Backward-Release [ 12%] Creating directories for 'Backward-Release' [ 25%] Performing download step (download, verify and extract) for 'Backward-Release' -- Downloading... dst='/root/.hunter/_Base/Download/Backward/1.6/4ecb711/v1.6.tar.gz' timeout='none' -- Using src='https://github.com/bombela/backward-cpp/archive/refs/tags/v1.6.tar.gz' -- verifying file... file='/root/.hunter/_Base/Download/Backward/1.6/4ecb711/v1.6.tar.gz' -- Downloading... done -- extracting... src='/root/.hunter/_Base/Download/Backward/1.6/4ecb711/v1.6.tar.gz' dst='/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/Backward/Source' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 37%] No patch step for 'Backward-Release' [ 50%] No update step for 'Backward-Release' [ 62%] Performing configure step for 'Backward-Release' loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/cache.cmake loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/Backward/args.cmake -- The CXX compiler identification is GNU 9.3.0 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compile features -- Detecting CXX compile features - done -- Could NOT find libdw (missing: LIBDW_LIBRARY LIBDW_INCLUDE_DIR) -- Could NOT find libbfd (missing: LIBBFD_LIBRARY LIBBFD_INCLUDE_DIR) -- Could NOT find libdwarf (missing: LIBDWARF_LIBRARY LIBDWARF_INCLUDE_DIR LIBELF_LIBRARY LIBELF_INCLUDE_DIR) -- Found Backward: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/Backward/Source
-- Configuring done -- Generating done -- Build files have been written to: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/Backward/Build/Backward-Release-prefix/src/Backward-Release-build [ 75%] Performing build step for 'Backward-Release' Scanning dependencies of target backward_object Scanning dependencies of target backward [ 66%] Building CXX object CMakeFiles/backward.dir/backward.cpp.o [ 66%] Building CXX object CMakeFiles/backward_object.dir/backward.cpp.o [100%] Linking CXX static library libbackward.a [100%] Built target backward_object [100%] Built target backward [ 87%] Performing install step for 'Backward-Release' [ 66%] Built target backward [100%] Built target backward_object Install the project... -- Install configuration: "Release" -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/Backward/Install/include/backward.hpp -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/Backward/Install/lib/backward/BackwardConfig.cmake loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/Backward/args.cmake [100%] Completed 'Backward-Release' [100%] Built target Backward-Release -- [hunter] Build step successful (dir: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/Backward) -- [hunter] Cache saved: /root/.hunter/_Base/Cache/raw/32735808236b75d53f314c721b9790834cc2b0f4.tar.bz2 -- [hunter] LIBNOP_ROOT: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install (ver.: 1.0-5a66ba9) -- [hunter] Building libnop loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/cache.cmake loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/args.cmake -- The C compiler identification is GNU 9.3.0 -- The CXX compiler identification is GNU 9.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Build files have been written to: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Build Scanning dependencies of target libnop-Release [ 12%] Creating directories for 'libnop-Release' [ 25%] Performing download step (download, verify and extract) for 'libnop-Release' -- Downloading... dst='/root/.hunter/_Base/Download/libnop/1.0-5a66ba9/d77a3fa/83967ad391a30d8f871d57777a91ebd7f9370ad4.tar.gz' timeout='none' -- Using src='https://github.com/luxonis/libnop/archive/83967ad391a30d8f871d57777a91ebd7f9370ad4.tar.gz' -- verifying file... file='/root/.hunter/_Base/Download/libnop/1.0-5a66ba9/d77a3fa/83967ad391a30d8f871d57777a91ebd7f9370ad4.tar.gz' -- Downloading... done -- extracting... src='/root/.hunter/_Base/Download/libnop/1.0-5a66ba9/d77a3fa/83967ad391a30d8f871d57777a91ebd7f9370ad4.tar.gz' dst='/root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Source' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 37%] No patch step for 'libnop-Release' [ 50%] No update step for 'libnop-Release' [ 62%] Performing configure step for 'libnop-Release' loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/cache.cmake loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/args.cmake -- The CXX compiler identification is GNU 9.3.0 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Build files have been written to: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Build/libnop-Release-prefix/src/libnop-Release-build [ 75%] Performing build step for 'libnop-Release' [ 87%] Performing install step for 'libnop-Release' Install the project... -- Install configuration: "Release" -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/structure.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/types -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/types/thread_local.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/types/result.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/types/handle.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/types/detail -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/types/detail/logical_buffer.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/types/detail/variant.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/types/detail/member_pointer.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/types/variant.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/types/optional.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/types/file_handle.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/types/enum_flags.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/value.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/utility -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/utility/fd_reader.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/utility/buffer_writer.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/utility/stream_reader.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/utility/endian.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/utility/bounded_reader.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/utility/constexpr_buffer_writer.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/utility/backtrace.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/utility/pedantic_buffer_writer.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/utility/die.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/utility/buffer_reader.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/utility/fd_writer.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/utility/bounded_writer.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/utility/compiler.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/utility/sip_hash.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/utility/pedantic_buffer_reader.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/utility/stream_writer.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/serializer.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/traits -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/traits/is_detected.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/traits/is_template_base_of.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/traits/void.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/traits/function_traits.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/traits/is_comparable.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/traits/is_fungible.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/protocol.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/rpc -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/rpc/simple_method_receiver.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/rpc/simple_method_sender.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/rpc/interface.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/tuple.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/value.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/members.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/result.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/handle.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/serializer.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/reference_wrapper.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/encoding.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/enum.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/map.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/logical_buffer.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/pair.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/array.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/variant.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/optional.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/vector.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/string.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/utility.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/macros.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/encoding_byte.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/base/table.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/status.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/include/nop/table.h -- Installing: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/Install/lib/cmake/libnop/libnopConfig.cmake loading initial cache file /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop/args.cmake [100%] Completed 'libnop-Release' [100%] Built target libnop-Release -- [hunter] Build step successful (dir: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Build/libnop) -- [hunter] Cache saved: /root/.hunter/_Base/Cache/raw/c890e01c054b35b2b14744f3b66bb5d03b7c7cb9.tar.bz2 -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE
-- Could NOT find libdw (missing: LIBDW_LIBRARY LIBDW_INCLUDE_DIR) -- Could NOT find libbfd (missing: LIBBFD_LIBRARY LIBBFD_INCLUDE_DIR) -- Could NOT find libdwarf (missing: LIBDWARF_LIBRARY LIBDWARF_INCLUDE_DIR LIBELF_LIBRARY LIBELF_INCLUDE_DIR) -- Found Backward: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/lib/backward
-- Found nlohmann_json: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/lib/cmake/nlohmann_json/nlohmannjsonConfig.cmake (found version "3.9.1") -- Performing Test FLAG-Wall -- Performing Test FLAG-Wall - Success -- Performing Test FLAG-Wextra -- Performing Test FLAG-Wextra - Success -- Performing Test FLAG-Woverloaded-virtual -- Performing Test FLAG-Woverloaded-virtual - Success -- Performing Test FLAG-Wformat=2 -- Performing Test FLAG-Wformat=2 - Success -- Performing Test FLAG-Wmisleading-indentation -- Performing Test FLAG-Wmisleading-indentation - Success -- Performing Test FLAG-Wduplicated-cond -- Performing Test FLAG-Wduplicated-cond - Success -- Performing Test FLAG-Wduplicated-branches -- Performing Test FLAG-Wduplicated-branches - Success -- Performing Test FLAG-Wnull-dereference -- Performing Test FLAG-Wnull-dereference - Success -- Performing Test FLAG-Wdouble-promotion -- Performing Test FLAG-Wdouble-promotion - Success -- Performing Test FLAG-Wsign-compare -- Performing Test FLAG-Wsign-compare - Success -- Performing Test FLAG-Wtype-limits -- Performing Test FLAG-Wtype-limits - Success -- Performing Test FLAG-Werror=self-assign-field -- Performing Test FLAG-Werror=self-assign-field - Failed -- Performing Test FLAG-Werror=unused-lambda-capture -- Performing Test FLAG-Werror=unused-lambda-capture - Failed -- Performing Test FLAG-Werror=return-type -- Performing Test FLAG-Werror=return-type - Success -- Performing Test FLAG-Werror=non-virtual-dtor -- Performing Test FLAG-Werror=non-virtual-dtor - Success -- Performing Test FLAG-Werror=sign-compare -- Performing Test FLAG-Werror=sign-compare - Success -- Performing Test FLAG-Werror=reorder -- Performing Test FLAG-Werror=reorder - Success -- Performing Test FLAG-Werror=switch-enum -- Performing Test FLAG_-Werror=switch-enum - Success -- Compiling depthai-core resources in PATCH_ONLY mode -- Downloading Depthai device side binaries from server... -- Downloading depthai and patch -- commit: 510721a6001be4081340737134dfe1fe3c189d62 -- depthai-shared between device and host MATCH!. (device: 510721a6001be4081340737134dfe1fe3c189d62, host: 510721a6001be4081340737134dfe1fe3c189d62 -- Downloading and checking depthai-device-fwp.tar.xz -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 6% complete] -- [download 7% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading depthai bootloader -- folder: /tmp/depthai-core/build/resources -- maturity: release -- commit_versionarg: 0.0.15 -- bootloader shared commit: 126f344155346836a6a2d67b0993c161b6b48729 -- depthai-bootloader-shared between device and host MATCH!. (device: 126f344155346836a6a2d67b0993c161b6b48729, host: 126f344155346836a6a2d67b0993c161b6b48729 -- Downloading and checking depthai-bootloader-fwp.tar.xz -- [download 1% complete] -- [download 2% complete] -- [download 4% complete] -- [download 9% complete] -- [download 20% complete] -- [download 22% complete] -- [download 30% complete] -- [download 31% complete] -- [download 33% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 42% complete] -- [download 53% complete] -- [download 55% complete] -- [download 56% complete] -- [download 58% complete] -- [download 59% complete] -- [download 61% complete] -- [download 62% complete] -- [download 64% complete] -- [download 65% complete] -- [download 67% complete] -- [download 68% complete] -- [download 70% complete] -- [download 71% complete] -- [download 73% complete] -- [download 75% complete] -- [download 77% complete] -- [download 85% complete] -- [download 100% complete] -- LIST OF RESOURCE COMPILED FILES: /tmp/depthai-core/build/resources/depthai-device-fwp-f503b7adfd44b696187b7825a12a134ded0ca3f3.tar.xz;/tmp/depthai-core/build/resources/depthai-bootloader-fwp-0.0.15.tar.xz -- Check for working incbin assembly directive -- Check for working incbin assembly directive - works -- ClangFormat: clang-format not found! Target 'clangformat' not available... -- Performing Test FLAG-Wno-switch-enum -- Performing Test FLAG_-Wno-switch-enum - Success -- ClangFormat: clang-format not found! Target 'clangformat' not available... -- OpenCV and required libraries (opencv_core;opencv_imgproc) found. OpenCV Support enabled -- BUILD_DATETIME: 2022-01-18 23:58:03 +0000, BUILD_COMMIT: c49cd08cb1cad7d526ca2c2a2b561f0dcfa7020d, BUILD_COMMIT_DATETIME: 2022-01-17 20:32:09 -0800 -- Configuring done -- Generating done -- Build files have been written to: /tmp/depthai-core/build [ 1%] Generating intermediate file for /tmp/depthai-core/build/resources/depthai-bootloader-fwp-0.0.15.tar.xz [ 3%] Generating depthai-resources resource loader [ 4%] Generating intermediate file for /tmp/depthai-core/build/resources/depthai-device-fwp-f503b7adfd44b696187b7825a12a134ded0ca3f3.tar.xz Scanning dependencies of target depthai-resources [ 6%] Building CXX object CMakeFiles/depthai-resources.dir/cmrc_depthai-resources/lib.cpp.o [ 7%] Building CXX object CMakeFiles/depthai-resources.dir/__cmrc_depthai-resources/intermediate/depthai-device-fwp-f503b7adfd44b696187b7825a12a134ded0ca3f3.tar.xz.cpp.o [ 9%] Building CXX object CMakeFiles/depthai-resources.dir/cmrc_depthai-resources/intermediate/depthai-bootloader-fwp-0.0.15.tar.xz.cpp.o [ 10%] Linking CXX static library libdepthai-resources.a [ 10%] Built target depthai-resources Scanning dependencies of target depthai-core [ 12%] Building CXX object CMakeFiles/depthai-core.dir/shared/depthai-shared/src/datatype/DatatypeEnum.cpp.o [ 13%] Building CXX object CMakeFiles/depthai-core.dir/shared/depthai-shared/src/utility/Checksum.cpp.o [ 15%] Building C object CMakeFiles/depthai-core.dir/shared/depthai-bootloader-shared/src/SBR.c.o [ 16%] Building CXX object CMakeFiles/depthai-core.dir/shared/depthai-bootloader-shared/src/Bootloader.cpp.o [ 18%] Building CXX object CMakeFiles/depthai-core.dir/src/device/Device.cpp.o [ 19%] Building CXX object CMakeFiles/depthai-core.dir/src/device/DeviceBase.cpp.o In file included from /tmp/depthai-core/include/depthai/device/DeviceBase.hpp:31, from /tmp/depthai-core/src/device/DeviceBase.cpp:1: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/vector.h: In instantiation of ‘static constexpr nop::Status nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::ReadPayload(nop::EncodingByte, nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::Type, Reader) [with Reader = nop::BufferReader; T = dai::LogMessage; Allocator = std::allocator; nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::Type = std::vector]’: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/encoding.h:133:38: required from ‘static constexpr nop::Status nop::EncodingIO::Read(T, Reader) [with Reader = nop::BufferReader; T = std::vector]’ /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/utility/Serialization.hpp:130:10: required from ‘bool dai::utility::deserialize(const uint8_t, std::size_t, T&) [with T = std::vector; uint8_t = unsigned char; std::size_t = long unsigned int]’ /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/utility/Serialization.hpp:142:23: required from ‘bool dai::utility::deserialize(const std::vector&, T&) [with T = std::vector]’ /tmp/depthai-core/src/device/DeviceBase.cpp:628:55: required from here /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/log/LogMessage.hpp:13:8: note: ‘struct dai::LogMessage’ has no user-provided default constructor 13 | struct LogMessage { | ^~~~~~ /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/log/LogMessage.hpp:15:14: note: and the implicitly-defined constructor does not initialize ‘dai::LogLevel dai::LogMessage::level’ 15 | LogLevel level; | ^~~~~ [ 21%] Building CXX object CMakeFiles/depthai-core.dir/src/device/DeviceBootloader.cpp.o [ 22%] Building CXX object CMakeFiles/depthai-core.dir/src/device/DataQueue.cpp.o [ 24%] Building CXX object CMakeFiles/depthai-core.dir/src/device/CallbackHandler.cpp.o [ 25%] Building CXX object CMakeFiles/depthai-core.dir/src/device/CalibrationHandler.cpp.o [ 27%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/Pipeline.cpp.o [ 28%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/AssetManager.cpp.o [ 30%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/Node.cpp.o [ 31%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/node/XLinkIn.cpp.o [ 33%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/node/XLinkOut.cpp.o [ 34%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/node/ColorCamera.cpp.o [ 36%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/node/MonoCamera.cpp.o [ 37%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/node/StereoDepth.cpp.o [ 39%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/node/NeuralNetwork.cpp.o [ 40%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/node/ImageManip.cpp.o [ 42%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/node/VideoEncoder.cpp.o [ 43%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/node/DetectionNetwork.cpp.o [ 45%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/node/Script.cpp.o [ 46%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/node/SpatialDetectionNetwork.cpp.o [ 48%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/node/SystemLogger.cpp.o [ 50%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/node/SpatialLocationCalculator.cpp.o [ 51%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/node/ObjectTracker.cpp.o [ 53%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/node/IMU.cpp.o [ 54%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/node/EdgeDetector.cpp.o [ 56%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/node/SPIIn.cpp.o [ 57%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/node/FeatureTracker.cpp.o [ 59%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/datatype/Buffer.cpp.o [ 60%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/datatype/ImgFrame.cpp.o [ 62%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/datatype/ImageManipConfig.cpp.o [ 63%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/datatype/CameraControl.cpp.o [ 65%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/datatype/NNData.cpp.o [ 66%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/datatype/ImgDetections.cpp.o [ 68%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/datatype/SpatialImgDetections.cpp.o [ 69%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/datatype/SystemInformation.cpp.o [ 71%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/datatype/StreamMessageParser.cpp.o In file included from /tmp/depthai-core/include/depthai/pipeline/datatype/NNData.hpp:8, from /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:21: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/vector.h: In instantiation of ‘static constexpr nop::Status nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::ReadPayload(nop::EncodingByte, nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::Type, Reader) [with Reader = nop::BufferReader; T = dai::TensorInfo; Allocator = std::allocator; nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::Type = std::vector]’: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/encoding.h:133:38: required from ‘static constexpr nop::Status nop::EncodingIO::Read(T, Reader) [with Reader = nop::BufferReader; T = std::vector]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/types/detail/member_pointer.h:70:32: required from ‘static constexpr nop::Status nop::MemberPointer<T Class::, Pointer>::Read(Class, Reader, MemberList) [with Reader = nop::BufferReader; MemberList = nop::MemberList<nop::MemberPointer<std::vector<dai::TensorInfo, std::allocator > dai::RawNNData::, &dai::RawNNData::tensors, void, 0, void>, nop::MemberPointer<unsigned int dai::RawNNData::, &dai::RawNNData::batchSize, void, 0, void> >; T = std::vector; Class = dai::RawNNData; T Class:: Pointer = &dai::RawNNData::tensors]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/members.h:119:40: required from ‘static constexpr nop::Status nop::Encoding<T, typename std::enable_if<nop::HasMemberList::value, void>::type>::ReadMembers(T, Reader, nop::Index) [with long unsigned int index = 1; Reader = nop::BufferReader; T = dai::RawNNData]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/members.h:115:10: required from ‘static constexpr nop::Status nop::Encoding<T, typename std::enable_if<nop::HasMemberList::value, void>::type>::ReadMembers(T, Reader, nop::Index) [with long unsigned int index = 2; Reader = nop::BufferReader; T = dai::RawNNData]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/members.h:72:25: required from ‘static constexpr nop::Status nop::Encoding<T, typename std::enable_if<nop::HasMemberList::value, void>::type>::ReadPayload(nop::EncodingByte, T, Reader) [with Reader = nop::BufferReader; T = dai::RawNNData]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/encoding.h:133:38: required from ‘static constexpr nop::Status nop::EncodingIO::Read(T, Reader) [with Reader = nop::BufferReader; T = dai::RawNNData]’ /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/utility/Serialization.hpp:130:10: required from ‘bool dai::utility::deserialize(const uint8_t, std::size_t, T&) [with T = dai::RawNNData; uint8_t = unsigned char; std::size_t = long unsigned int]’ /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:64:25: required from ‘std::shared_ptr<_Tp> dai::parseDatatype(uint8_t, size_t, std::vector&) [with T = dai::RawNNData; uint8_t = unsigned char; size_t = long unsigned int]’ /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:99:86: required from here /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/datatype/RawNNData.hpp:9:8: note: ‘struct dai::TensorInfo’ has no user-provided default constructor 9 | struct TensorInfo { | ^~~~~~ /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/datatype/RawNNData.hpp:35:18: note: and the implicitly-defined constructor does not initialize ‘dai::TensorInfo::StorageOrder dai::TensorInfo::order’ 35 | StorageOrder order; | ^~~~~ In file included from /tmp/depthai-core/include/depthai/pipeline/datatype/ImgDetections.hpp:7, from /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:19: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/vector.h: In instantiation of ‘static constexpr nop::Status nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::ReadPayload(nop::EncodingByte, nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::Type, Reader) [with Reader = nop::BufferReader; T = dai::ImgDetection; Allocator = std::allocator; nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::Type = std::vector]’: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/encoding.h:133:38: required from ‘static constexpr nop::Status nop::EncodingIO::Read(T, Reader) [with Reader = nop::BufferReader; T = std::vector]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/types/detail/member_pointer.h:70:32: required from ‘static constexpr nop::Status nop::MemberPointer<T Class::, Pointer>::Read(Class, Reader, MemberList) [with Reader = nop::BufferReader; MemberList = nop::MemberList<nop::MemberPointer<std::vector<dai::ImgDetection, std::allocator > dai::RawImgDetections::, &dai::RawImgDetections::detections, void, 0, void> >; T = std::vector; Class = dai::RawImgDetections; T Class:: Pointer = &dai::RawImgDetections::detections]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/members.h:119:40: required from ‘static constexpr nop::Status nop::Encoding<T, typename std::enable_if<nop::HasMemberList::value, void>::type>::ReadMembers(T, Reader, nop::Index) [with long unsigned int index = 1; Reader = nop::BufferReader; T = dai::RawImgDetections]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/members.h:72:25: required from ‘static constexpr nop::Status nop::Encoding<T, typename std::enable_if<nop::HasMemberList::value, void>::type>::ReadPayload(nop::EncodingByte, T, Reader) [with Reader = nop::BufferReader; T = dai::RawImgDetections]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/encoding.h:133:38: required from ‘static constexpr nop::Status nop::EncodingIO::Read(T, Reader) [with Reader = nop::BufferReader; T = dai::RawImgDetections]’ /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/utility/Serialization.hpp:130:10: required from ‘bool dai::utility::deserialize(const uint8_t, std::size_t, T&) [with T = dai::RawImgDetections; uint8_t = unsigned char; std::size_t = long unsigned int]’ /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:64:25: required from ‘std::shared_ptr<_Tp> dai::parseDatatype(uint8_t, size_t, std::vector&) [with T = dai::RawImgDetections; uint8_t = unsigned char; size_t = long unsigned int]’ /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:111:93: required from here /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/datatype/RawImgDetections.hpp:10:8: note: ‘struct dai::ImgDetection’ has no user-provided default constructor 10 | struct ImgDetection { | ^~~~ /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/datatype/RawImgDetections.hpp:11:14: note: and the implicitly-defined constructor does not initialize ‘uint32_t dai::ImgDetection::label’ 11 | uint32_t label; | ^~~~~ In file included from /tmp/depthai-core/include/depthai/pipeline/datatype/SpatialImgDetections.hpp:7, from /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:22: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/vector.h: In instantiation of ‘static constexpr nop::Status nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::ReadPayload(nop::EncodingByte, nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::Type, Reader) [with Reader = nop::BufferReader; T = dai::SpatialImgDetection; Allocator = std::allocator; nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::Type = std::vector]’: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/encoding.h:133:38: required from ‘static constexpr nop::Status nop::EncodingIO::Read(T, Reader) [with Reader = nop::BufferReader; T = std::vector]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/types/detail/member_pointer.h:70:32: required from ‘static constexpr nop::Status nop::MemberPointer<T Class::, Pointer>::Read(Class, Reader, MemberList) [with Reader = nop::BufferReader; MemberList = nop::MemberList<nop::MemberPointer<std::vector<dai::SpatialImgDetection, std::allocator > dai::RawSpatialImgDetections::, &dai::RawSpatialImgDetections::detections, void, 0, void> >; T = std::vector; Class = dai::RawSpatialImgDetections; T Class:: Pointer = &dai::RawSpatialImgDetections::detections]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/members.h:119:40: required from ‘static constexpr nop::Status nop::Encoding<T, typename std::enable_if<nop::HasMemberList::value, void>::type>::ReadMembers(T, Reader, nop::Index) [with long unsigned int index = 1; Reader = nop::BufferReader; T = dai::RawSpatialImgDetections]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/members.h:72:25: required from ‘static constexpr nop::Status nop::Encoding<T, typename std::enable_if<nop::HasMemberList::value, void>::type>::ReadPayload(nop::EncodingByte, T, Reader) [with Reader = nop::BufferReader; T = dai::RawSpatialImgDetections]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/encoding.h:133:38: required from ‘static constexpr nop::Status nop::EncodingIO::Read(T, Reader) [with Reader = nop::BufferReader; T = dai::RawSpatialImgDetections]’ /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/utility/Serialization.hpp:130:10: required from ‘bool dai::utility::deserialize(const uint8_t, std::size_t, T&) [with T = dai::RawSpatialImgDetections; uint8_t = unsigned char; std::size_t = long unsigned int]’ /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:64:25: required from ‘std::shared_ptr<_Tp> dai::parseDatatype(uint8_t, size_t, std::vector&) [with T = dai::RawSpatialImgDetections; uint8_t = unsigned char; size_t = long unsigned int]’ /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:115:100: required from here /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/datatype/RawSpatialImgDetections.hpp:15:8: note: ‘struct dai::SpatialImgDetection’ has no user-provided default constructor 15 | struct SpatialImgDetection : public ImgDetection { | ^~~~~~~ In file included from /tmp/depthai-core/include/depthai/pipeline/datatype/ImgDetections.hpp:7, from /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:19: /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/datatype/RawImgDetections.hpp:11:14: note: and the implicitly-defined constructor does not initialize ‘uint32_t dai::ImgDetection::label’ 11 | uint32_t label; | ^~~~~ In file included from /tmp/depthai-core/include/depthai/pipeline/datatype/SpatialLocationCalculatorData.hpp:6, from /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:24: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/vector.h: In instantiation of ‘static constexpr nop::Status nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::ReadPayload(nop::EncodingByte, nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::Type, Reader) [with Reader = nop::BufferReader; T = dai::SpatialLocations; Allocator = std::allocator; nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::Type = std::vector]’: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/encoding.h:133:38: required from ‘static constexpr nop::Status nop::EncodingIO::Read(T, Reader) [with Reader = nop::BufferReader; T = std::vector]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/types/detail/member_pointer.h:70:32: required from ‘static constexpr nop::Status nop::MemberPointer<T Class::, Pointer>::Read(Class, Reader, MemberList) [with Reader = nop::BufferReader; MemberList = nop::MemberList<nop::MemberPointer<std::vector<dai::SpatialLocations, std::allocator > dai::RawSpatialLocations::, &dai::RawSpatialLocations::spatialLocations, void, 0, void> >; T = std::vector; Class = dai::RawSpatialLocations; T Class:: Pointer = &dai::RawSpatialLocations::spatialLocations]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/members.h:119:40: required from ‘static constexpr nop::Status nop::Encoding<T, typename std::enable_if<nop::HasMemberList::value, void>::type>::ReadMembers(T, Reader, nop::Index) [with long unsigned int index = 1; Reader = nop::BufferReader; T = dai::RawSpatialLocations]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/members.h:72:25: required from ‘static constexpr nop::Status nop::Encoding<T, typename std::enable_if<nop::HasMemberList::value, void>::type>::ReadPayload(nop::EncodingByte, T, Reader) [with Reader = nop::BufferReader; T = dai::RawSpatialLocations]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/encoding.h:133:38: required from ‘static constexpr nop::Status nop::EncodingIO::Read(T, Reader) [with Reader = nop::BufferReader; T = dai::RawSpatialLocations]’ /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/utility/Serialization.hpp:130:10: required from ‘bool dai::utility::deserialize(const uint8_t, std::size_t, T&) [with T = dai::RawSpatialLocations; uint8_t = unsigned char; std::size_t = long unsigned int]’ /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:64:25: required from ‘std::shared_ptr<_Tp> dai::parseDatatype(uint8_t, size_t, std::vector&) [with T = dai::RawSpatialLocations; uint8_t = unsigned char; size_t = long unsigned int]’ /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:123:96: required from here /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/datatype/RawSpatialLocations.hpp:21:8: note: ‘struct dai::SpatialLocations’ has no user-provided default constructor 21 | struct SpatialLocations { | ^~~~ /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/datatype/RawSpatialLocations.hpp:29:11: note: and the implicitly-defined constructor does not initialize ‘float dai::SpatialLocations::depthAverage’ 29 | float depthAverage; | ^~~~ In file included from /tmp/depthai-core/include/depthai/pipeline/datatype/Tracklets.hpp:7, from /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:28: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/vector.h: In instantiation of ‘static constexpr nop::Status nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::ReadPayload(nop::EncodingByte, nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::Type, Reader) [with Reader = nop::BufferReader; T = dai::Tracklet; Allocator = std::allocator; nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::Type = std::vector]’: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/encoding.h:133:38: required from ‘static constexpr nop::Status nop::EncodingIO::Read(T, Reader) [with Reader = nop::BufferReader; T = std::vector]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/types/detail/member_pointer.h:70:32: required from ‘static constexpr nop::Status nop::MemberPointer<T Class::, Pointer>::Read(Class, Reader, MemberList) [with Reader = nop::BufferReader; MemberList = nop::MemberList<nop::MemberPointer<std::vector<dai::Tracklet, std::allocator > dai::RawTracklets::, &dai::RawTracklets::tracklets, void, 0, void> >; T = std::vector; Class = dai::RawTracklets; T Class:: Pointer = &dai::RawTracklets::tracklets]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/members.h:119:40: required from ‘static constexpr nop::Status nop::Encoding<T, typename std::enable_if<nop::HasMemberList::value, void>::type>::ReadMembers(T, Reader, nop::Index) [with long unsigned int index = 1; Reader = nop::BufferReader; T = dai::RawTracklets]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/members.h:72:25: required from ‘static constexpr nop::Status nop::Encoding<T, typename std::enable_if<nop::HasMemberList::value, void>::type>::ReadPayload(nop::EncodingByte, T, Reader) [with Reader = nop::BufferReader; T = dai::RawTracklets]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/encoding.h:133:38: required from ‘static constexpr nop::Status nop::EncodingIO::Read(T, Reader) [with Reader = nop::BufferReader; T = dai::RawTracklets]’ /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/utility/Serialization.hpp:130:10: required from ‘bool dai::utility::deserialize(const uint8_t, std::size_t, T&) [with T = dai::RawTracklets; uint8_t = unsigned char; std::size_t = long unsigned int]’ /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:64:25: required from ‘std::shared_ptr<_Tp> dai::parseDatatype(uint8_t, size_t, std::vector&) [with T = dai::RawTracklets; uint8_t = unsigned char; size_t = long unsigned int]’ /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:131:89: required from here /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/datatype/RawTracklets.hpp:18:8: note: ‘struct dai::Tracklet’ has no user-provided default constructor 18 | struct Tracklet { | ^~~~ /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/datatype/RawTracklets.hpp:33:18: note: and the implicitly-defined constructor does not initialize ‘int32_t dai::Tracklet::id’ 33 | std::int32_t id; | ^~ In file included from /tmp/depthai-core/include/depthai/pipeline/datatype/TrackedFeatures.hpp:6, from /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:27: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/vector.h: In instantiation of ‘static constexpr nop::Status nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::ReadPayload(nop::EncodingByte, nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::Type, Reader) [with Reader = nop::BufferReader; T = dai::TrackedFeature; Allocator = std::allocator; nop::Encoding<std::vector<_Tp, _Alloc>, typename std::enable_if<(! nop::IsIntegral::value), void>::type>::Type = std::vector]’: /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/encoding.h:133:38: required from ‘static constexpr nop::Status nop::EncodingIO::Read(T, Reader) [with Reader = nop::BufferReader; T = std::vector]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/types/detail/member_pointer.h:70:32: required from ‘static constexpr nop::Status nop::MemberPointer<T Class::, Pointer>::Read(Class, Reader, MemberList) [with Reader = nop::BufferReader; MemberList = nop::MemberList<nop::MemberPointer<std::vector<dai::TrackedFeature, std::allocator > dai::RawTrackedFeatures::, &dai::RawTrackedFeatures::trackedFeatures, void, 0, void> >; T = std::vector; Class = dai::RawTrackedFeatures; T Class:: Pointer = &dai::RawTrackedFeatures::trackedFeatures]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/members.h:119:40: required from ‘static constexpr nop::Status nop::Encoding<T, typename std::enable_if<nop::HasMemberList::value, void>::type>::ReadMembers(T, Reader, nop::Index) [with long unsigned int index = 1; Reader = nop::BufferReader; T = dai::RawTrackedFeatures]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/members.h:72:25: required from ‘static constexpr nop::Status nop::Encoding<T, typename std::enable_if<nop::HasMemberList::value, void>::type>::ReadPayload(nop::EncodingByte, T, Reader) [with Reader = nop::BufferReader; T = dai::RawTrackedFeatures]’ /root/.hunter/_Base/9b4e732/f61e57a/90457df/Install/include/nop/base/encoding.h:133:38: required from ‘static constexpr nop::Status nop::EncodingIO::Read(T, Reader) [with Reader = nop::BufferReader; T = dai::RawTrackedFeatures]’ /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/utility/Serialization.hpp:130:10: required from ‘bool dai::utility::deserialize(const uint8_t, std::size_t, T&) [with T = dai::RawTrackedFeatures; uint8_t = unsigned char; std::size_t = long unsigned int]’ /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:64:25: required from ‘std::shared_ptr<_Tp> dai::parseDatatype(uint8_t*, size_t, std::vector&) [with T = dai::RawTrackedFeatures; uint8_t = unsigned char; size_t = long unsigned int]’ /tmp/depthai-core/src/pipeline/datatype/StreamMessageParser.cpp:147:95: required from here /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/datatype/RawTrackedFeatures.hpp:17:8: note: ‘struct dai::TrackedFeature’ has no user-provided default constructor 17 | struct TrackedFeature { | ^~~~~~ /tmp/depthai-core/shared/depthai-shared/include/depthai-shared/datatype/RawTrackedFeatures.hpp:25:14: note: and the implicitly-defined constructor does not initialize ‘uint32_t dai::TrackedFeature::id’ 25 | uint32_t id; | ^~ [ 72%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/datatype/SpatialLocationCalculatorData.cpp.o [ 74%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/datatype/SpatialLocationCalculatorConfig.cpp.o [ 75%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/datatype/Tracklets.cpp.o [ 77%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/datatype/IMUData.cpp.o [ 78%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/datatype/StereoDepthConfig.cpp.o [ 80%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/datatype/EdgeDetectorConfig.cpp.o [ 81%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/datatype/TrackedFeatures.cpp.o [ 83%] Building CXX object CMakeFiles/depthai-core.dir/src/pipeline/datatype/FeatureTrackerConfig.cpp.o [ 84%] Building CXX object CMakeFiles/depthai-core.dir/src/utility/Initialization.cpp.o [ 86%] Building CXX object CMakeFiles/depthai-core.dir/src/utility/Resources.cpp.o [ 87%] Building CXX object CMakeFiles/depthai-core.dir/src/utility/Platform.cpp.o [ 89%] Building CXX object CMakeFiles/depthai-core.dir/src/xlink/XLinkConnection.cpp.o [ 90%] Building CXX object CMakeFiles/depthai-core.dir/src/xlink/XLinkStream.cpp.o [ 92%] Building CXX object CMakeFiles/depthai-core.dir/src/openvino/OpenVINO.cpp.o [ 93%] Building CXX object CMakeFiles/depthai-core.dir/src/openvino/BlobReader.cpp.o [ 95%] Building C object CMakeFiles/depthai-core.dir/src/bspatch/bspatch.c.o [ 96%] Linking CXX shared library libdepthai-core.so [ 96%] Built target depthai-core Scanning dependencies of target depthai-opencv [ 98%] Building CXX object CMakeFiles/depthai-opencv.dir/src/opencv/ImgFrame.cpp.o [100%] Linking CXX shared library libdepthai-opencv.so [100%] Built target depthai-opencv Install the project... -- Install configuration: "Debug" -- Installing: /usr/local/lib/libdepthai-core.so -- Installing: /usr/local/lib/libdepthai-opencv.so -- Set runtime path of "/usr/local/lib/libdepthai-opencv.so" to "" -- Up-to-date: /usr/local/include -- Installing: /usr/local/include/depthai -- Installing: /usr/local/include/depthai/utility -- Installing: /usr/local/include/depthai/utility/Clock.hpp -- Installing: /usr/local/include/depthai/utility/LockingQueue.hpp -- Installing: /usr/local/include/depthai/utility/Initialization.hpp -- Installing: /usr/local/include/depthai/utility/copyable_unique_ptr.hpp -- Installing: /usr/local/include/depthai/utility/Pimpl.hpp -- Installing: /usr/local/include/depthai/xlink -- Installing: /usr/local/include/depthai/xlink/XLinkConnection.hpp -- Installing: /usr/local/include/depthai/xlink/XLinkStream.hpp -- Installing: /usr/local/include/depthai/common -- Installing: /usr/local/include/depthai/common/CameraBoardSocket.hpp -- Installing: /usr/local/include/depthai/common/UsbSpeed.hpp -- Installing: /usr/local/include/depthai/device -- Installing: /usr/local/include/depthai/device/DataQueue.hpp -- Installing: /usr/local/include/depthai/device/DeviceBootloader.hpp -- Installing: /usr/local/include/depthai/device/CalibrationHandler.hpp -- Installing: /usr/local/include/depthai/device/DeviceBase.hpp -- Installing: /usr/local/include/depthai/device/CallbackHandler.hpp -- Installing: /usr/local/include/depthai/device/Device.hpp -- Installing: /usr/local/include/depthai/openvino -- Installing: /usr/local/include/depthai/openvino/OpenVINO.hpp -- Installing: /usr/local/include/depthai/depthai.hpp -- Installing: /usr/local/include/depthai/build -- Installing: /usr/local/include/depthai/build/version.hpp -- Installing: /usr/local/include/depthai/build/config.hpp -- Installing: /usr/local/include/depthai/pipeline -- Installing: /usr/local/include/depthai/pipeline/datatype -- Installing: /usr/local/include/depthai/pipeline/datatype/SpatialLocationCalculatorConfig.hpp -- Installing: /usr/local/include/depthai/pipeline/datatype/IMUData.hpp -- Installing: /usr/local/include/depthai/pipeline/datatype/TrackedFeatures.hpp -- Installing: /usr/local/include/depthai/pipeline/datatype/ADatatype.hpp -- Installing: /usr/local/include/depthai/pipeline/datatype/FeatureTrackerConfig.hpp -- Installing: /usr/local/include/depthai/pipeline/datatype/ImgDetections.hpp -- Installing: /usr/local/include/depthai/pipeline/datatype/SpatialLocationCalculatorData.hpp -- Installing: /usr/local/include/depthai/pipeline/datatype/EdgeDetectorConfig.hpp -- Installing: /usr/local/include/depthai/pipeline/datatype/SpatialImgDetections.hpp -- Installing: /usr/local/include/depthai/pipeline/datatype/NNData.hpp -- Installing: /usr/local/include/depthai/pipeline/datatype/Tracklets.hpp -- Installing: /usr/local/include/depthai/pipeline/datatype/StereoDepthConfig.hpp -- Installing: /usr/local/include/depthai/pipeline/datatype/ImgFrame.hpp -- Installing: /usr/local/include/depthai/pipeline/datatype/Buffer.hpp -- Installing: /usr/local/include/depthai/pipeline/datatype/CameraControl.hpp -- Installing: /usr/local/include/depthai/pipeline/datatype/ImageManipConfig.hpp -- Installing: /usr/local/include/depthai/pipeline/datatype/SystemInformation.hpp -- Installing: /usr/local/include/depthai/pipeline/datatype/StreamMessageParser.hpp -- Installing: /usr/local/include/depthai/pipeline/node -- Installing: /usr/local/include/depthai/pipeline/node/DetectionNetwork.hpp -- Installing: /usr/local/include/depthai/pipeline/node/SPIIn.hpp -- Installing: /usr/local/include/depthai/pipeline/node/NeuralNetwork.hpp -- Installing: /usr/local/include/depthai/pipeline/node/SpatialLocationCalculator.hpp -- Installing: /usr/local/include/depthai/pipeline/node/StereoDepth.hpp -- Installing: /usr/local/include/depthai/pipeline/node/SPIOut.hpp -- Installing: /usr/local/include/depthai/pipeline/node/XLinkOut.hpp -- Installing: /usr/local/include/depthai/pipeline/node/SystemLogger.hpp -- Installing: /usr/local/include/depthai/pipeline/node/IMU.hpp -- Installing: /usr/local/include/depthai/pipeline/node/EdgeDetector.hpp -- Installing: /usr/local/include/depthai/pipeline/node/ImageManip.hpp -- Installing: /usr/local/include/depthai/pipeline/node/XLinkIn.hpp -- Installing: /usr/local/include/depthai/pipeline/node/VideoEncoder.hpp -- Installing: /usr/local/include/depthai/pipeline/node/MonoCamera.hpp -- Installing: /usr/local/include/depthai/pipeline/node/SpatialDetectionNetwork.hpp -- Installing: /usr/local/include/depthai/pipeline/node/FeatureTracker.hpp -- Installing: /usr/local/include/depthai/pipeline/node/ObjectTracker.hpp -- Installing: /usr/local/include/depthai/pipeline/node/Script.hpp -- Installing: /usr/local/include/depthai/pipeline/node/ColorCamera.hpp -- Installing: /usr/local/include/depthai/pipeline/Node.hpp -- Installing: /usr/local/include/depthai/pipeline/Pipeline.hpp -- Installing: /usr/local/include/depthai/pipeline/AssetManager.hpp -- Installing: /usr/local/include/depthai/pipeline/datatypes.hpp -- Installing: /usr/local/include/depthai/pipeline/nodes.hpp -- Up-to-date: /usr/local/include -- Installing: /usr/local/include/depthai-shared -- Installing: /usr/local/include/depthai-shared/utility -- Installing: /usr/local/include/depthai-shared/utility/Serialization.hpp -- Installing: /usr/local/include/depthai-shared/utility/Checksum.hpp -- Installing: /usr/local/include/depthai-shared/datatype -- Installing: /usr/local/include/depthai-shared/datatype/RawSystemInformation.hpp -- Installing: /usr/local/include/depthai-shared/datatype/RawSpatialLocations.hpp -- Installing: /usr/local/include/depthai-shared/datatype/RawStereoDepthConfig.hpp -- Installing: /usr/local/include/depthai-shared/datatype/RawNNData.hpp -- Installing: /usr/local/include/depthai-shared/datatype/RawSpatialImgDetections.hpp -- Installing: /usr/local/include/depthai-shared/datatype/RawSpatialLocationCalculatorConfig.hpp -- Installing: /usr/local/include/depthai-shared/datatype/RawImgDetections.hpp -- Installing: /usr/local/include/depthai-shared/datatype/RawTrackedFeatures.hpp -- Installing: /usr/local/include/depthai-shared/datatype/RawIMUData.hpp -- Installing: /usr/local/include/depthai-shared/datatype/RawImgFrame.hpp -- Installing: /usr/local/include/depthai-shared/datatype/RawEdgeDetectorConfig.hpp -- Installing: /usr/local/include/depthai-shared/datatype/DatatypeEnum.hpp -- Installing: /usr/local/include/depthai-shared/datatype/RawImageManipConfig.hpp -- Installing: /usr/local/include/depthai-shared/datatype/RawCameraControl.hpp -- Installing: /usr/local/include/depthai-shared/datatype/RawBuffer.hpp -- Installing: /usr/local/include/depthai-shared/datatype/RawFeatureTrackerConfig.hpp -- Installing: /usr/local/include/depthai-shared/datatype/RawTracklets.hpp -- Installing: /usr/local/include/depthai-shared/xlink -- Installing: /usr/local/include/depthai-shared/xlink/XLinkConstants.hpp -- Installing: /usr/local/include/depthai-shared/common -- Installing: /usr/local/include/depthai-shared/common/CameraBoardSocket.hpp -- Installing: /usr/local/include/depthai-shared/common/RotatedRect.hpp -- Installing: /usr/local/include/depthai-shared/common/CameraInfo.hpp -- Installing: /usr/local/include/depthai-shared/common/UsbSpeed.hpp -- Installing: /usr/local/include/depthai-shared/common/DetectionNetworkType.hpp -- Installing: /usr/local/include/depthai-shared/common/CpuUsage.hpp -- Installing: /usr/local/include/depthai-shared/common/Point3f.hpp -- Installing: /usr/local/include/depthai-shared/common/optional.hpp -- Installing: /usr/local/include/depthai-shared/common/EepromData.hpp -- Installing: /usr/local/include/depthai-shared/common/Extrinsics.hpp -- Installing: /usr/local/include/depthai-shared/common/Point2f.hpp -- Installing: /usr/local/include/depthai-shared/common/ChipTemperature.hpp -- Installing: /usr/local/include/depthai-shared/common/Timestamp.hpp -- Installing: /usr/local/include/depthai-shared/common/CameraImageOrientation.hpp -- Installing: /usr/local/include/depthai-shared/common/Rect.hpp -- Installing: /usr/local/include/depthai-shared/common/ProcessorType.hpp -- Installing: /usr/local/include/depthai-shared/common/CameraModel.hpp -- Installing: /usr/local/include/depthai-shared/common/Size2f.hpp -- Installing: /usr/local/include/depthai-shared/common/StereoRectification.hpp -- Installing: /usr/local/include/depthai-shared/common/MemoryInfo.hpp -- Installing: /usr/local/include/depthai-shared/device -- Installing: /usr/local/include/depthai-shared/device/PrebootConfig.hpp -- Installing: /usr/local/include/depthai-shared/log -- Installing: /usr/local/include/depthai-shared/log/LogMessage.hpp -- Installing: /usr/local/include/depthai-shared/log/LogConstants.hpp -- Installing: /usr/local/include/depthai-shared/log/LogLevel.hpp -- Installing: /usr/local/include/depthai-shared/pipeline -- Installing: /usr/local/include/depthai-shared/pipeline/NodeIoInfo.hpp -- Installing: /usr/local/include/depthai-shared/pipeline/PipelineSchema.hpp -- Installing: /usr/local/include/depthai-shared/pipeline/Assets.hpp -- Installing: /usr/local/include/depthai-shared/pipeline/NodeConnectionSchema.hpp -- Installing: /usr/local/include/depthai-shared/pipeline/NodeObjInfo.hpp -- Installing: /usr/local/include/depthai-shared/properties -- Installing: /usr/local/include/depthai-shared/properties/SPIOutProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/SpatialLocationCalculatorProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/ObjectTrackerProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/VideoEncoderProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/FeatureTrackerProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/ScriptProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/MonoCameraProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/GlobalProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/SpatialDetectionNetworkProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/XLinkInProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/SPIInProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/IMUProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/StereoDepthProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/XLinkOutProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/Properties.hpp -- Installing: /usr/local/include/depthai-shared/properties/SystemLoggerProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/ImageManipProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/DetectionNetworkProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/ColorCameraProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/NeuralNetworkProperties.hpp -- Installing: /usr/local/include/depthai-shared/properties/EdgeDetectorProperties.hpp -- Installing: /usr/local/include/depthai-shared/3rdparty -- Installing: /usr/local/include/depthai-shared/3rdparty/linb -- Installing: /usr/local/include/depthai-shared/3rdparty/linb/any.hpp -- Installing: /usr/local/include/depthai-shared/3rdparty/nanorpc -- Installing: /usr/local/include/depthai-shared/3rdparty/nanorpc/version -- Installing: /usr/local/include/depthai-shared/3rdparty/nanorpc/version/core.h -- Installing: /usr/local/include/depthai-shared/3rdparty/nanorpc/packer -- Installing: /usr/local/include/depthai-shared/3rdparty/nanorpc/packer/cereal_binary.h -- Installing: /usr/local/include/depthai-shared/3rdparty/nanorpc/packer/nlohmann_msgpack.h -- Installing: /usr/local/include/depthai-shared/3rdparty/nanorpc/packer/nlohmann_json.h -- Installing: /usr/local/include/depthai-shared/3rdparty/nanorpc/core -- Installing: /usr/local/include/depthai-shared/3rdparty/nanorpc/core/type.h -- Installing: /usr/local/include/depthai-shared/3rdparty/nanorpc/core/client.h -- Installing: /usr/local/include/depthai-shared/3rdparty/nanorpc/core/detail -- Installing: /usr/local/include/depthai-shared/3rdparty/nanorpc/core/detail/pack_meta.h -- Installing: /usr/local/include/depthai-shared/3rdparty/nanorpc/core/detail/function_meta.h -- Installing: /usr/local/include/depthai-shared/3rdparty/nanorpc/core/detail/config.h -- Installing: /usr/local/include/depthai-shared/3rdparty/nanorpc/core/hash.h -- Installing: /usr/local/include/depthai-shared/3rdparty/nanorpc/core/exception.h -- Installing: /usr/local/include/depthai-shared/3rdparty/nanorpc/core/server.h -- Installing: /usr/local/include/depthai-shared/3rdparty/tl -- Installing: /usr/local/include/depthai-shared/3rdparty/tl/optional.hpp -- Installing: /usr/local/include/depthai-shared/3rdparty/invoke_hpp -- Installing: /usr/local/include/depthai-shared/3rdparty/invoke_hpp/invoke.hpp -- Up-to-date: /usr/local/include -- Installing: /usr/local/include/depthai-bootloader-shared -- Installing: /usr/local/include/depthai-bootloader-shared/Structure.hpp -- Installing: /usr/local/include/depthai-bootloader-shared/Config.hpp -- Installing: /usr/local/include/depthai-bootloader-shared/Memory.hpp -- Installing: /usr/local/include/depthai-bootloader-shared/SBR.h -- Installing: /usr/local/include/depthai-bootloader-shared/Section.hpp -- Installing: /usr/local/include/depthai-bootloader-shared/Bootloader.hpp -- Installing: /usr/local/include/depthai-bootloader-shared/Type.hpp -- Installing: /usr/local/include/depthai-bootloader-shared/XLinkConstants.hpp -- Installing: /usr/local/lib/cmake/depthai/dependencies -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/pkgconfig -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/pkgconfig/spdlog.pc -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/pkgconfig/nlohmann_json.pc -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/backward -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/backward/BackwardConfig.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/libbz2.a -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/libXLink.a -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/libz.a -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/liblzma.a -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/XLink -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/XLink/XLinkConfig.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/XLink/XLinkConfig-release.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/nlohmann_json -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/nlohmann_json/nlohmann_jsonConfig.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/nlohmann_json/nlohmann_jsonTargets.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/spdlog -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/spdlog/spdlogConfigVersion.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/spdlog/spdlogConfig.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/spdlog/spdlogConfigTargets.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/spdlog/spdlogConfigTargets-release.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/libnop -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/libnop/libnopConfig.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/FP16 -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/FP16/FP16Targets.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/FP16/FP16Config.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/lzma -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/lzma/lzmaTargets.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/lzma/lzmaTargets-release.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/lzma/lzmaConfig.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/lzma/lzmaConfigVersion.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/ZLIB -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/ZLIB/ZLIBConfig.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/ZLIB/ZLIBTargets.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/ZLIB/ZLIBTargets-release.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/ZLIB/ZLIBConfigVersion.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/archive_static -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/archive_static/archive_staticConfig.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/archive_static/archive_staticConfig-release.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/BZip2 -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/BZip2/BZip2ConfigVersion.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/BZip2/BZip2Targets.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/BZip2/BZip2Targets-release.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/cmake/BZip2/BZip2Config.cmake -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/libspdlog.a -- Installing: /usr/local/lib/cmake/depthai/dependencies/lib/libarchive_static.a -- Installing: /usr/local/lib/cmake/depthai/dependencies/licenses -- Installing: /usr/local/lib/cmake/depthai/dependencies/licenses/libarchive-luxonis -- Installing: /usr/local/lib/cmake/depthai/dependencies/licenses/libarchive-luxonis/COPYING -- Installing: /usr/local/lib/cmake/depthai/dependencies/licenses/nlohmann_json -- Installing: /usr/local/lib/cmake/depthai/dependencies/licenses/nlohmann_json/LICENSE.MIT -- Installing: /usr/local/lib/cmake/depthai/dependencies/licenses/spdlog -- Installing: /usr/local/lib/cmake/depthai/dependencies/licenses/spdlog/LICENSE -- Installing: /usr/local/lib/cmake/depthai/dependencies/licenses/libnop -- Installing: /usr/local/lib/cmake/depthai/dependencies/licenses/libnop/LICENSE -- Installing: /usr/local/lib/cmake/depthai/dependencies/licenses/FP16 -- Installing: /usr/local/lib/cmake/depthai/dependencies/licenses/FP16/LICENSE -- Installing: /usr/local/lib/cmake/depthai/dependencies/licenses/Backward -- Installing: /usr/local/lib/cmake/depthai/dependencies/licenses/Backward/LICENSE.txt -- Installing: /usr/local/lib/cmake/depthai/dependencies/licenses/lzma -- Installing: /usr/local/lib/cmake/depthai/dependencies/licenses/lzma/COPYING -- Installing: /usr/local/lib/cmake/depthai/dependencies/licenses/BZip2 -- Installing: /usr/local/lib/cmake/depthai/dependencies/licenses/BZip2/LICENSE -- Installing: /usr/local/lib/cmake/depthai/dependencies/bin -- Installing: /usr/local/lib/cmake/depthai/dependencies/bin/bzmore -- Installing: /usr/local/lib/cmake/depthai/dependencies/bin/bzdiff -- Installing: /usr/local/lib/cmake/depthai/dependencies/bin/bzgrep -- Installing: /usr/local/lib/cmake/depthai/dependencies/bin/bzip2recover -- Installing: /usr/local/lib/cmake/depthai/dependencies/bin/bzip2 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/pkgconfig -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/pkgconfig/zlib.pc -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_read_disk.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_write_new.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_read_filter.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_write.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_write_set_passphrase.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_write_set_options.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_read_data.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/libarchive_internals.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_write_finish_entry.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_read_add_passphrase.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_read_header.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_write_free.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_entry_misc.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_entry_time.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_entry.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_write_blocksize.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_entry_perms.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_write_data.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_read.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_write_format.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_write_header.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_write_filter.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/libarchive_changes.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_read_new.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_entry_stat.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/libarchive.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/zlib.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_entry_acl.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_read_free.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_read_format.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_util.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_entry_paths.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_read_set_options.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_entry_linkify.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_read_extract.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_write_disk.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_read_open.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man3/archive_write_open.3 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man5 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man5/mtree.5 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man5/tar.5 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man5/libarchive-formats.5 -- Installing: /usr/local/lib/cmake/depthai/dependencies/share/man/man5/cpio.5 -- Installing: /usr/local/lib/cmake/depthai/dependencies/include -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/zlib.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/XLink -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/XLink/XLinkErrorUtils.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/XLink/XLinkDispatcher.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/XLink/XLinkStream.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/XLink/XLink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/XLink/XLinkSemaphore.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/XLink/XLinkMacros.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/XLink/XLinkStringUtils.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/XLink/XLinkPrivateFields.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/XLink/XLinkPublicDefines.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/XLink/XLinkVersion.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/XLink/XLinkDispatcherImpl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/XLink/XLinkPrivateDefines.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/XLink/XLinkPlatformErrorUtils.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/XLink/XLinkLog.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/XLink/XLinkPlatform.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/fp16.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/psimd.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/bzlib.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/archive.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/stopwatch.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/tweakme.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/async_logger.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/common-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/pattern_formatter.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/async_logger-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/pattern_formatter-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/cfg -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/cfg/env.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/cfg/helpers-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/cfg/helpers.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/cfg/argv.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/common.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/async.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/logger.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/logger-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fwd.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/log_msg-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/windows_include.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/backtracer-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/mpmc_blocking_q.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/backtracer.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/registry-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/thread_pool.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/null_mutex.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/thread_pool-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/log_msg_buffer.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/fmt_helper.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/os-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/log_msg.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/registry.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/console_globals.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/log_msg_buffer-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/synchronous_factory.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/tcp_client.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/file_helper.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/file_helper-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/os.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/periodic_worker.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/circular_q.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/tcp_client-windows.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/details/periodic_worker-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/version.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt/ostr.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt/bin_to_hex.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt/fmt.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt/bundled -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt/bundled/ostream.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt/bundled/ranges.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt/bundled/compile.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt/bundled/locale.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt/bundled/format.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt/bundled/printf.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt/bundled/format-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt/bundled/LICENSE.rst -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt/bundled/chrono.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt/bundled/core.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt/bundled/color.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt/bundled/posix.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt/bundled/os.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/fmt/chrono.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/formatter.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/stdout_color_sinks.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/syslog_sink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/wincolor_sink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/ostream_sink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/basic_file_sink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/ringbuffer_sink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/ansicolor_sink-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/msvc_sink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/daily_file_sink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/stdout_sinks.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/rotating_file_sink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/stdout_sinks-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/null_sink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/systemd_sink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/base_sink-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/tcp_sink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/dist_sink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/win_eventlog_sink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/dup_filter_sink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/basic_file_sink-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/ansicolor_sink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/stdout_color_sinks-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/rotating_file_sink-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/sink-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/android_sink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/wincolor_sink-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/sink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/sinks/base_sink.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/spdlog.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/spdlog/spdlog-inl.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/structure.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/types -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/types/thread_local.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/types/result.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/types/handle.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/types/detail -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/types/detail/logical_buffer.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/types/detail/variant.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/types/detail/member_pointer.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/types/variant.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/types/optional.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/types/file_handle.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/types/enum_flags.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/value.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/utility -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/utility/fd_reader.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/utility/buffer_writer.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/utility/stream_reader.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/utility/endian.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/utility/bounded_reader.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/utility/constexpr_buffer_writer.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/utility/backtrace.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/utility/pedantic_buffer_writer.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/utility/die.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/utility/buffer_reader.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/utility/fd_writer.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/utility/bounded_writer.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/utility/compiler.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/utility/sip_hash.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/utility/pedantic_buffer_reader.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/utility/stream_writer.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/serializer.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/traits -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/traits/is_detected.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/traits/is_template_base_of.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/traits/void.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/traits/function_traits.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/traits/is_comparable.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/traits/is_fungible.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/protocol.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/rpc -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/rpc/simple_method_receiver.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/rpc/simple_method_sender.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/rpc/interface.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/tuple.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/value.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/members.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/result.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/handle.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/serializer.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/reference_wrapper.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/encoding.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/enum.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/map.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/logical_buffer.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/pair.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/array.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/variant.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/optional.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/vector.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/string.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/utility.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/macros.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/encoding_byte.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/base/table.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/status.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nop/table.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/zconf.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/archive_entry.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/lzma -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/lzma/lzma12.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/lzma/hardware.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/lzma/block.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/lzma/check.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/lzma/vli.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/lzma/index.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/lzma/index_hash.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/lzma/container.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/lzma/delta.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/lzma/filter.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/lzma/version.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/lzma/bcj.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/lzma/stream_flags.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/lzma/base.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/backward.hpp -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/fp16 -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/fp16/init.py -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/fp16/bitcasts.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/fp16/fp16.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/fp16/psimd.h -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/fp16/avx.py -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/fp16/avx2.py -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nlohmann -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/nlohmann/json.hpp -- Installing: /usr/local/lib/cmake/depthai/dependencies/include/lzma.h -- Installing: /usr/local/lib/cmake/depthai/depthaiTargets.cmake -- Installing: /usr/local/lib/cmake/depthai/depthaiTargets-debug.cmake -- Installing: /usr/local/lib/cmake/depthai/depthaiConfig.cmake -- Installing: /usr/local/lib/cmake/depthai/depthaiConfigVersion.cmake -- Installing: /usr/local/lib/cmake/depthai/depthaiDependencies.cmake

JesseCake commented 2 years ago

ooooooh boy that took a while. After a few failed attempts at multi-processor building on a 2GB ram Raspberry Pi 4, I ended up backing right down to just one process (of course with -j 1 flag after catkin_make) and also had to create a swap file for ubuntu so I could squeeze every last drop of ram out to successfully build.

But I got there in the end!

Currently just getting a few other things set up on another desktop nearby so I can see the visual output from the stereo example to make sure it was successful.

Thanks so much for your help

saching13 commented 2 years ago

Sorry for the issue. We will release a deb package to install these directly in the future.