microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.18k stars 6.16k forks source link

[aom] Build error on x64-linux #38860

Closed easymoney322 closed 1 month ago

easymoney322 commented 1 month ago

Package: aom:x64-linux@3.8.1#1

Host Environment

To Reproduce

vcpkg --disable-metrics install libvpx libyuv opus aom

Failure logs

-- Using cached /gitreps/vcpkg/downloads/aom-bb6430482199eaefbeaaa396600935082bc43f66.tar.gz
-- Cleaning sources at /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /gitreps/vcpkg/downloads/aom-bb6430482199eaefbeaaa396600935082bc43f66.tar.gz
-- Applying patch aom-rename-static.diff
-- Applying patch aom-uninitialized-pointer.diff
-- Applying patch aom-install.diff
-- Using source at /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: /gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake --build . --config Debug --target install -- -v -j11
    Working Directory: /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg
    See logs for more information:
      /gitreps/vcpkg/buildtrees/aom/install-x64-linux-dbg-out.log

Call Stack (most recent call first):
  installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
  installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
  ports/aom/portfile.cmake:44 (vcpkg_cmake_install)
  scripts/ports.cmake:175 (include)
/gitreps/vcpkg/buildtrees/aom/install-x64-linux-dbg-out.log ``` Change Dir: '/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg' Run Build Command(s): /gitreps/vcpkg/downloads/tools/ninja/1.10.2-linux/ninja -v -v -j11 install [1/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/row_mips.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/row_mips.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/row_mips.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/row_mips.cc [2/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/row_neon64.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/row_neon64.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/row_neon64.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/row_neon64.cc [3/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/cpu_id.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/cpu_id.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/cpu_id.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/cpu_id.cc [4/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/row_neon.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/row_neon.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/row_neon.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/row_neon.cc [5/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/row_win.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/row_win.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/row_win.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/row_win.cc [6/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/scale_mips.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/scale_mips.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/scale_mips.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/scale_mips.cc [7/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/scale_any.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/scale_any.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/scale_any.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/scale_any.cc [8/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/scale_neon.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/scale_neon.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/scale_neon.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/scale_neon.cc [9/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/scale.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/scale.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/scale.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/scale.cc [10/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/scale_gcc.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/scale_gcc.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/scale_gcc.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/scale_gcc.cc [11/371] cd /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg && /gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake -DAOM_CONFIG_DIR=/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -DAOM_ROOT=/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -DGIT_EXECUTABLE=/usr/bin/git -DPERL_EXECUTABLE=/usr/bin/perl -P /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/build/cmake/version.cmake [12/371] cd /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg && /gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake -DAOM_CONFIG_DIR=/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -DAOM_ROOT=/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -DGIT_EXECUTABLE=/usr/bin/git -DPERL_EXECUTABLE=/usr/bin/perl -P /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/build/cmake/version.cmake [13/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/scale_win.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/scale_win.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/scale_win.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/scale_win.cc [14/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/scale_neon64.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/scale_neon64.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/scale_neon64.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/scale_neon64.cc [15/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_version.dir/gen_src/aom_version_no_op.c.o -MF CMakeFiles/aom_version.dir/gen_src/aom_version_no_op.c.o.d -o CMakeFiles/aom_version.dir/gen_src/aom_version_no_op.c.o -c /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg/gen_src/aom_version_no_op.c [16/371] : && /gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake -E rm -f libaom_version.a && /usr/bin/ar qc libaom_version.a CMakeFiles/aom_version.dir/gen_src/aom_version_no_op.c.o && /usr/bin/ranlib libaom_version.a && : [17/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/row_gcc.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/row_gcc.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/row_gcc.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/row_gcc.cc [18/371] cd /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg && /gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake -DAOM_CONFIG_DIR=/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -DAOM_ROOT=/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -DCMAKE_INSTALL_PREFIX=/gitreps/vcpkg/packages/aom_x64-linux/debug -DCMAKE_INSTALL_BINDIR=bin -DCMAKE_INSTALL_INCLUDEDIR=include -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_PROJECT_NAME=AOM -DCMAKE_THREAD_LIBS_INIT=-lpthread -DCONFIG_MULTITHREAD=1 -DCONFIG_TUNE_VMAF=0 -DCONFIG_TUNE_BUTTERAUGLI=0 -DCONFIG_SALIENCY_MAP=0 -DCONFIG_TFLITE=0 -P /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/build/cmake/pkg_config.cmake [19/371] cd /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg && /usr/bin/perl /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/build/cmake/rtcd.pl --arch=x86_64 --sym=aom_scale_rtcd --config=/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg/config/aom_config.h /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_scale/aom_scale_rtcd.pl > /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg/config/aom_scale_rtcd.h [20/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/planar_functions.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/planar_functions.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/planar_functions.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/planar_functions.cc [21/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_pc.dir/gen_src/aom_pc_no_op.c.o -MF CMakeFiles/aom_pc.dir/gen_src/aom_pc_no_op.c.o.d -o CMakeFiles/aom_pc.dir/gen_src/aom_pc_no_op.c.o -c /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg/gen_src/aom_pc_no_op.c [22/371] : && /gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake -E rm -f libaom_pc.a && /usr/bin/ar qc libaom_pc.a CMakeFiles/aom_pc.dir/gen_src/aom_pc_no_op.c.o && /usr/bin/ranlib libaom_pc.a && : [23/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/scale_uv.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/scale_uv.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/scale_uv.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/scale_uv.cc [24/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/convert_argb.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/convert_argb.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/convert_argb.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/convert_argb.cc [25/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/scale_common.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/scale_common.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/scale_common.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/scale_common.cc [26/371] cd /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg && /usr/bin/perl /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/build/cmake/rtcd.pl --arch=x86_64 --sym=av1_rtcd --config=/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg/config/aom_config.h /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/av1/common/av1_rtcd_defs.pl > /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg/config/av1_rtcd.h [27/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/row_any.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/row_any.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/row_any.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/row_any.cc [28/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/row_common.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/row_common.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/row_common.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/row_common.cc [29/371] cd /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg && /usr/bin/perl /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/build/cmake/rtcd.pl --arch=x86_64 --sym=aom_dsp_rtcd --config=/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg/config/aom_config.h /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/aom_dsp_rtcd_defs.pl > /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg/config/aom_dsp_rtcd.h [30/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_obj.dir/config/aom_config.c.o -MF CMakeFiles/aom_obj.dir/config/aom_config.c.o.d -o CMakeFiles/aom_obj.dir/config/aom_config.c.o -c /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg/config/aom_config.c [31/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_rtcd.dir/aom_scale/aom_scale_rtcd.c.o -MF CMakeFiles/aom_rtcd.dir/aom_scale/aom_scale_rtcd.c.o.d -o CMakeFiles/aom_rtcd.dir/aom_scale/aom_scale_rtcd.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_scale/aom_scale_rtcd.c [32/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_obj.dir/aom/src/aom_decoder.c.o -MF CMakeFiles/aom_obj.dir/aom/src/aom_decoder.c.o.d -o CMakeFiles/aom_obj.dir/aom/src/aom_decoder.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom/src/aom_decoder.c [33/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_obj.dir/aom/src/aom_codec.c.o -MF CMakeFiles/aom_obj.dir/aom/src/aom_codec.c.o.d -o CMakeFiles/aom_obj.dir/aom/src/aom_codec.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom/src/aom_codec.c [34/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_obj.dir/aom/src/aom_image.c.o -MF CMakeFiles/aom_obj.dir/aom/src/aom_image.c.o.d -o CMakeFiles/aom_obj.dir/aom/src/aom_image.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom/src/aom_image.c [35/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_obj.dir/aom/src/aom_integer.c.o -MF CMakeFiles/aom_obj.dir/aom/src/aom_integer.c.o.d -o CMakeFiles/aom_obj.dir/aom/src/aom_integer.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom/src/aom_integer.c [36/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_obj.dir/aom/src/aom_encoder.c.o -MF CMakeFiles/aom_obj.dir/aom/src/aom_encoder.c.o.d -o CMakeFiles/aom_obj.dir/aom/src/aom_encoder.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom/src/aom_encoder.c [37/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_common.dir/aom_dsp/bitreader_buffer.c.o -MF CMakeFiles/aom_dsp_common.dir/aom_dsp/bitreader_buffer.c.o.d -o CMakeFiles/aom_dsp_common.dir/aom_dsp/bitreader_buffer.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/bitreader_buffer.c [38/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_common.dir/aom_dsp/aom_convolve.c.o -MF CMakeFiles/aom_dsp_common.dir/aom_dsp/aom_convolve.c.o.d -o CMakeFiles/aom_dsp_common.dir/aom_dsp/aom_convolve.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/aom_convolve.c [39/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_rtcd.dir/av1/common/av1_rtcd.c.o -MF CMakeFiles/aom_rtcd.dir/av1/common/av1_rtcd.c.o.d -o CMakeFiles/aom_rtcd.dir/av1/common/av1_rtcd.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/av1/common/av1_rtcd.c [40/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/ransac.c.o -MF CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/ransac.c.o.d -o CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/ransac.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/flow_estimation/ransac.c [41/371] /usr/bin/nasm -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -MD CMakeFiles/aom_dsp_common_sse2.dir/aom_dsp/x86/aom_subpixel_8t_sse2.asm.o.d -MT CMakeFiles/aom_dsp_common_sse2.dir/aom_dsp/x86/aom_subpixel_8t_sse2.asm.o -f elf64 -o CMakeFiles/aom_dsp_common_sse2.dir/aom_dsp/x86/aom_subpixel_8t_sse2.asm.o /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/x86/aom_subpixel_8t_sse2.asm FAILED: CMakeFiles/aom_dsp_common_sse2.dir/aom_dsp/x86/aom_subpixel_8t_sse2.asm.o /usr/bin/nasm -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -MD CMakeFiles/aom_dsp_common_sse2.dir/aom_dsp/x86/aom_subpixel_8t_sse2.asm.o.d -MT CMakeFiles/aom_dsp_common_sse2.dir/aom_dsp/x86/aom_subpixel_8t_sse2.asm.o -f elf64 -o CMakeFiles/aom_dsp_common_sse2.dir/aom_dsp/x86/aom_subpixel_8t_sse2.asm.o /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/x86/aom_subpixel_8t_sse2.asm /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/x86/aom_subpixel_8t_sse2.asm:15: fatal: unable to open include file `aom_ports/x86_abi_support.asm' [42/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/flow_estimation.c.o -MF CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/flow_estimation.c.o.d -o CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/flow_estimation.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/flow_estimation/flow_estimation.c [43/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_encoder.dir/aom_dsp/ssim.c.o -MF CMakeFiles/aom_dsp_encoder.dir/aom_dsp/ssim.c.o.d -o CMakeFiles/aom_dsp_encoder.dir/aom_dsp/ssim.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/ssim.c [44/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/corner_match.c.o -MF CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/corner_match.c.o.d -o CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/corner_match.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/flow_estimation/corner_match.c [45/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -msse2 -MD -MT CMakeFiles/aom_dsp_common_sse2_intrinsics.dir/aom_dsp/x86/aom_asm_stubs.c.o -MF CMakeFiles/aom_dsp_common_sse2_intrinsics.dir/aom_dsp/x86/aom_asm_stubs.c.o.d -o CMakeFiles/aom_dsp_common_sse2_intrinsics.dir/aom_dsp/x86/aom_asm_stubs.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/x86/aom_asm_stubs.c [46/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/corner_detect.c.o -MF CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/corner_detect.c.o.d -o CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/corner_detect.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/flow_estimation/corner_detect.c [47/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_encoder.dir/aom_dsp/pyramid.c.o -MF CMakeFiles/aom_dsp_encoder.dir/aom_dsp/pyramid.c.o.d -o CMakeFiles/aom_dsp_encoder.dir/aom_dsp/pyramid.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/pyramid.c [48/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/disflow.c.o -MF CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/disflow.c.o.d -o CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/disflow.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/flow_estimation/disflow.c [49/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_rtcd.dir/aom_dsp/aom_dsp_rtcd.c.o -MF CMakeFiles/aom_rtcd.dir/aom_dsp/aom_dsp_rtcd.c.o.d -o CMakeFiles/aom_rtcd.dir/aom_dsp/aom_dsp_rtcd.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/aom_dsp_rtcd.c [50/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_encoder.dir/aom_dsp/variance.c.o -MF CMakeFiles/aom_dsp_encoder.dir/aom_dsp/variance.c.o.d -o CMakeFiles/aom_dsp_encoder.dir/aom_dsp/variance.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/variance.c [51/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_av1_rc.dir/av1/ratectrl_rtc.cc.o -MF CMakeFiles/aom_av1_rc.dir/av1/ratectrl_rtc.cc.o.d -o CMakeFiles/aom_av1_rc.dir/av1/ratectrl_rtc.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/av1/ratectrl_rtc.cc ninja: build stopped: subcommand failed. ```
/usr/bin/c++  -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_av1_rc.dir/av1/ratectrl_rtc.cc.o -MF CMakeFiles/aom_av1_rc.dir/av1/ratectrl_rtc.cc.o.d -o CMakeFiles/aom_av1_rc.dir/av1/ratectrl_rtc.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/av1/ratectrl_rtc.cc

/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/av1/ratectrl_rtc.cc:374:1: fatal error: opening dependency file CMakeFiles/aom_av1_rc.dir/av1/ratectrl_rtc.cc.o.d: No such file or directory
 }  // namespace aom
 ^
compilation terminated.
root@9b6d5bc5d3bf:/gitreps/vcpkg# ls buildtrees/aom/x64-linux-dbg/CMakeFiles/aom_av1_rc.dir/av1
ratectrl_rtc.cc.o
JonLiu1993 commented 1 month ago

@easymoney322, I can't reproduce your error on my machine:

Stored binaries in 1 destinations in 167 ms.
Elapsed time to handle opus:x64-linux: 5.9 s
opus:x64-linux package ABI: dcc8e44949602811f482dd3b6465e7b3e0860bace1a6309b4965c65b8dc430d2
Total install time: 2 min
aom provides CMake targets:

  # this is heuristically generated, and may not be correct
  find_package(aom CONFIG REQUIRED)
  target_link_libraries(main PRIVATE unofficial::aom)

aom provides pkg-config modules:

  # Alliance for Open Media AV1 codec library v3.8.1.
  aom

libvpx provides CMake targets:

  # this is heuristically generated, and may not be correct
  find_package(unofficial-libvpx CONFIG REQUIRED)
  target_link_libraries(main PRIVATE unofficial::libvpx::libvpx)

libvpx provides pkg-config modules:

  # WebM Project VPx codec implementation
  vpx

libyuv provides CMake targets:

    find_package(libyuv CONFIG REQUIRED)
    target_link_libraries(main PRIVATE yuv)
opus provides CMake targets:

  # this is heuristically generated, and may not be correct
  find_package(Opus CONFIG REQUIRED)
  target_link_libraries(main PRIVATE Opus::opus)

opus provides pkg-config modules:

  # Opus IETF audio codec ( build)
  opus

I see that the file that cannot be found actually exists. I want to confirm whether you have permission to access the file that cannot be found:ratectrl_rtc.cc.o.

easymoney322 commented 1 month ago

This file exists, and I run vcpkg as a root, so I should be able to access it. However, its the .o.d that is missing

-MF CMakeFiles/aom_av1_rc.dir/av1/ratectrl_rtc.cc.o.d

I will reproduce this in a bit

easymoney322 commented 1 month ago
root@workload-ubuntu:~# docker run -it ubuntu:18.04 /bin/bash
root@d77257c0b614:/# export DEBIAN_FRONTEND=noninteractive && apt update -qq && apt install -qqy --quiet cmake git gcc clang curl zip unzip tar nasm pkg-config ninja-build > /dev/null
root@d77257c0b614:/# mkdir /gitreps && git clone https://github.com/microsoft/vcpkg --recurse-submodule /gitreps/vcpkg && cd /gitreps/vcpkg/ && ./bootstrap-vcpkg.sh && export VCPKG_ROOT=/gitreps/vcpkg 
Cloning into '/gitreps/vcpkg'... remote: Enumerating objects: 233762, done. remote: Counting objects: 100% (13138/13138), done. remote: Compressing objects: 100% (396/396), done. remote: Total 233762 (delta 12939), reused 12795 (delta 12742), pack-reused 220624 Receiving objects: 100% (233762/233762), 69.40 MiB | 10.96 MiB/s, done. Resolving deltas: 100% (155446/155446), done. Downloading vcpkg-glibc... vcpkg package management program version 2024-04-23-d6945642ee5c3076addd1a42c331bbf4cfc97457 See LICENSE.txt for license information. Telemetry --------- vcpkg collects usage data in order to help us improve your experience. The data collected by Microsoft is anonymous. You can opt-out of telemetry by re-running the bootstrap-vcpkg script with -disableMetrics, passing --disable-metrics to vcpkg on the command line, or by setting the VCPKG_DISABLE_METRICS environment variable. Read more about vcpkg telemetry at docs/about/privacy.md
root@d77257c0b614:/# ./vcpkg install aom --debug
[DEBUG] To include the environment variables in debug output, pass --debug-env [DEBUG] Trying to load bundleconfig from /gitreps/vcpkg/vcpkg-bundle.json [DEBUG] Failed to open: /gitreps/vcpkg/vcpkg-bundle.json [DEBUG] Bundle config: readonly=false, usegitregistry=false, embeddedsha=nullopt, deployment=Git, vsversion=nullopt [DEBUG] Metrics enabled. [DEBUG] Feature flag 'binarycaching' unset [DEBUG] Feature flag 'compilertracking' unset [DEBUG] Feature flag 'registries' unset [DEBUG] Feature flag 'versions' unset [DEBUG] Feature flag 'dependencygraph' unset [DEBUG] Detected /.dockerenv file [DEBUG] Using scripts-root: /gitreps/vcpkg/scripts [DEBUG] Using builtin-ports: /gitreps/vcpkg/ports [DEBUG] Using installed-root: /gitreps/vcpkg/installed [DEBUG] Using buildtrees-root: /gitreps/vcpkg/buildtrees [DEBUG] Using packages-root: /gitreps/vcpkg/packages [DEBUG] Using vcpkg-root: /gitreps/vcpkg [DEBUG] Using scripts-root: /gitreps/vcpkg/scripts [DEBUG] Using builtin-registry: /gitreps/vcpkg/versions [DEBUG] Using downloads-root: /gitreps/vcpkg/downloads Computing installation plan... [DEBUG] Found path: /usr/bin/cmake [DEBUG] 1000: execute_process(/usr/bin/cmake --version) [DEBUG] 1000: cmd_execute_and_stream_data() returned 0 after 11472 us A suitable version of cmake was not found (required v3.29.2) Downloading portable cmake 3.29.2... Downloading cmake... https://github.com/Kitware/CMake/releases/download/v3.29.2/cmake-3.29.2-linux-x86_64.tar.gz->/gitreps/vcpkg/downloads/cmake-3.29.2-linux-x86_64.tar.gz [DEBUG] 1001: execute_process(curl --fail -L https://github.com/Kitware/CMake/releases/download/v3.29.2/cmake-3.29.2-linux-x86_64.tar.gz --create-dirs --output /gitreps/vcpkg/downloads/cmake-3.29.2-linux-x86_64.tar.gz.4452.part) [DEBUG] 1001: cmd_execute_and_stream_data() returned 0 after 5646609 us [DEBUG] Trying to hash /gitreps/vcpkg/downloads/cmake-3.29.2-linux-x86_64.tar.gz.4452.part [DEBUG] /gitreps/vcpkg/downloads/cmake-3.29.2-linux-x86_64.tar.gz.4452.part has hash d88082d582f1774a3d89efbf3f31a03b08a663c359d603d87ee7c4afd862d4164d2b0b9f0b32cece8efee3acfa86b44214cd4f7606b99b8334183a05d5f06edc Extracting cmake... [DEBUG] Found path: /bin/tar [DEBUG] 1002: system(cd /gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux.partial && /bin/tar xzf /gitreps/vcpkg/downloads/cmake-3.29.2-linux-x86_64.tar.gz) [DEBUG] 1002: cmd_execute() returned 0 after 1420601 us [DEBUG] 1003: execute_process(/gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake --version) [DEBUG] 1003: cmd_execute_and_stream_data() returned 0 after 2941 us [DEBUG] 1004: execute_process(/gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake -DVCPKG_ROOT_DIR=/gitreps/vcpkg -DPACKAGES_DIR=/gitreps/vcpkg/packages -DBUILDTREES_DIR=/gitreps/vcpkg/buildtrees -D_VCPKG_INSTALLED_DIR=/gitreps/vcpkg/installed -DDOWNLOADS=/gitreps/vcpkg/downloads -DVCPKG_MANIFEST_INSTALL=OFF -P /gitreps/vcpkg/buildtrees/0.vcpkg_tags.cmake) [DEBUG] 1004: cmd_execute_and_stream_data() returned 0 after 3895 us The following packages will be built and installed: aom:x64-linux@3.8.1#1 * vcpkg-cmake:x64-linux@2024-04-18 * vcpkg-cmake-config:x64-linux@2022-02-06#1 Additional packages (*) will be modified to complete this operation. [DEBUG] Trying to hash /gitreps/vcpkg/scripts/toolchains/linux.cmake [DEBUG] /gitreps/vcpkg/scripts/toolchains/linux.cmake has hash 3c1d54b627300044d3b8b284425367d0b963aba459fc56965e631a0ff63a8505 [DEBUG] Trying to hash /gitreps/vcpkg/triplets/x64-linux.cmake [DEBUG] /gitreps/vcpkg/triplets/x64-linux.cmake has hash 3600011444071beb27b81ff82b3c866e3d4054636e3011609deb313d2baf57fd Detecting compiler hash for triplet x64-linux... [DEBUG] Found path: /usr/bin/git [DEBUG] 1005: execute_process(/usr/bin/git --version) [DEBUG] 1005: cmd_execute_and_stream_data() returned 0 after 1849 us [DEBUG] 1006: execute_process( /gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake -DCURRENT_PORT_DIR=/gitreps/vcpkg/scripts/detect_compiler -DCURRENT_BUILDTREES_DIR=/gitreps/vcpkg/buildtrees/detect_compiler -DCURRENT_PACKAGES_DIR=/gitreps/vcpkg/packages/detect_compiler_x64-linux -D_HOST_TRIPLET=x64-linux -DCMD=BUILD -DDOWNLOADS=/gitreps/vcpkg/downloads -DTARGET_TRIPLET=x64-linux -DTARGET_TRIPLET_FILE=/gitreps/vcpkg/triplets/x64-linux.cmake -DVCPKG_BASE_VERSION=2024-04-23 -DVCPKG_CONCURRENCY=11 -DVCPKG_PLATFORM_TOOLSET=external -DGIT=/usr/bin/git -DVCPKG_ROOT_DIR=/gitreps/vcpkg -DPACKAGES_DIR=/gitreps/vcpkg/packages -DBUILDTREES_DIR=/gitreps/vcpkg/buildtrees -D_VCPKG_INSTALLED_DIR=/gitreps/vcpkg/installed -DDOWNLOADS=/gitreps/vcpkg/downloads -DVCPKG_MANIFEST_INSTALL=OFF -P /gitreps/vcpkg/scripts/ports.cmake) [DEBUG] -- Found ninja('1.8.2') but at least version 1.10.2 is required! Trying to use internal version if possible! [DEBUG] -- Downloading https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-linux.zip -> ninja-linux-1.10.2.zip... [DEBUG] -- Configuring x64-linux-rel [DEBUG] -- The C compiler identification is GNU 7.5.0 [DEBUG] -- Detecting C compiler ABI info [DEBUG] -- Detecting C compiler ABI info - done [DEBUG] -- Check for working C compiler: /usr/bin/cc - skipped [DEBUG] -- Detecting C compile features [DEBUG] -- Detecting C compile features - done [DEBUG] -- The CXX compiler identification is GNU 7.5.0 [DEBUG] -- Detecting CXX compiler ABI info [DEBUG] -- Detecting CXX compiler ABI info - done [DEBUG] -- Check for working CXX compiler: /usr/bin/c++ - skipped [DEBUG] -- Detecting CXX compile features [DEBUG] -- Detecting CXX compile features - done [DEBUG] -- Configuring done (0.4s) [DEBUG] -- Generating done (0.0s) [DEBUG] -- Build files have been written to: /gitreps/vcpkg/buildtrees/detect_compiler/x64-linux-rel [DEBUG] [DEBUG] #COMPILER_HASH#29253be9e3a320c879bf6a0158037a819b774445 [DEBUG] #COMPILER_C_HASH#5abcc06b1fcb280814b980b2a2881e304454788d [DEBUG] #COMPILER_C_VERSION#7.5.0 [DEBUG] #COMPILER_C_ID#GNU [DEBUG] #COMPILER_C_PATH#/usr/bin/cc [DEBUG] #COMPILER_CXX_HASH#27630a02966dfd7059019855ec6560acc4d8eb28 [DEBUG] #COMPILER_CXX_VERSION#7.5.0 [DEBUG] #COMPILER_CXX_ID#GNU [DEBUG] #COMPILER_CXX_PATH#/usr/bin/c++ [DEBUG] CMake Warning: [DEBUG] Manually-specified variables were not used by the project: [DEBUG] [DEBUG] BUILD_SHARED_LIBS [DEBUG] CMAKE_INSTALL_BINDIR [DEBUG] CMAKE_INSTALL_LIBDIR [DEBUG] VCPKG_PLATFORM_TOOLSET [DEBUG] VCPKG_SET_CHARSET_FLAG [DEBUG] _VCPKG_ROOT_DIR [DEBUG] [DEBUG] [DEBUG] [DEBUG] 1006: cmd_execute_and_stream_data() returned 0 after 2367731 us [DEBUG] Detected compiler hash for triplet x64-linux: 29253be9e3a320c879bf6a0158037a819b774445 Compiler found: /usr/bin/c++ [DEBUG] Trying to hash /gitreps/vcpkg/ports/vcpkg-cmake/vcpkg.json [DEBUG] /gitreps/vcpkg/ports/vcpkg-cmake/vcpkg.json has hash 71bab009312d339cbde0ab593433dc52194d932acaab118b6309e2383db6c986 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_apply_patches.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_apply_patches.cmake has hash 4c123ce6f9bf0c46adc8287b7bd6a40b5f5e8daa83623dd21bb8c568ad4421fc [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(CLANG).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(CLANG).cmake has hash bc9f8433d5ce5a51e45a79c7469cdd9fcad154488b33ff6353af3b29400af50d [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_minimum_required.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_minimum_required.cmake has hash 4da8ab803b83c8f1c7b6272298108b9f62a7cd0618e563242c8e584692534171 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_execute_required_process.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_execute_required_process.cmake has hash 0c6f52ca848715efd88acfec9bdb2ed3b5f38a650baa6a614bf23ccc3eec150a [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_host_path_list.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_host_path_list.cmake has hash 1e8382b3a80fc7458293fce1659077dcacda9892eb63d911ae0330fdb1aedc2d [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(7Z).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(7Z).cmake has hash a24c511d7b4b73ea16462ad1867ece7287cd3ef780872a51e192714ea8164f8c [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(DOXYGEN).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(DOXYGEN).cmake has hash 8f4ac6c2f60e1e89e5b48a241098a63141e0d88f00d5fdc2d3c2846c9eaeb82b [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_build_cmake.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_build_cmake.cmake has hash 5201d6149d85fff414f3fbbdc4c793e0b2aeeb6d249a5ae8cf15e39fef66b7e6 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(BISON).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(BISON).cmake has hash a5752ee142386cefe6ca66415a75bea5ad8b1af6069aa4c6b8a1a740c898eeac [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_backup_restore_env_vars.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_backup_restore_env_vars.cmake has hash 5621f3b6a9586ffc02d49a5032560a48ad291de1cce553b904588f0108648904 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_build_msbuild.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_build_msbuild.cmake has hash 9a8367ac19733fc51b8e7edc77968725d2efe1400aaf1fdd767bb329a7b04532 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_configure_cmake.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_configure_cmake.cmake has hash 9dfd362bd20613eaa83af55eb0f98c8cb50fd4826a65da74a0f1641da73497c2 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_clean_msbuild.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_clean_msbuild.cmake has hash 67007e54dee8a38487b43228573d877ad270fc6bac7bf8849783d0c2a78ce501 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_download_sourceforge.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_download_sourceforge.cmake has hash d8a6ab3f2cd82c41cc9a9b9ea9a75f84d7b3a92ac7b3c5c9bb95d381bbae1233 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(FLEX).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(FLEX).cmake has hash 5126699579bda4fb2b605adedd8cfed7ac53430178931ffd20d8b007cc89f26f [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_from_github.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_from_github.cmake has hash b743742296a114ea1b18ae99672e02f142c4eb2bef7f57d36c038bedbfb0502f [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(NASM).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(NASM).cmake has hash b6fcd010dcc70cec5e2472dde5a5b794c11ed63a433215d0e4f8ab11620cde0a [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/z_vcpkg_setup_pkgconfig_path.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/z_vcpkg_setup_pkgconfig_path.cmake has hash ed25792f3b2d24819e143623be1f846513f5955cf7808de0a88b0ecaf97d4ea7 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_install_meson.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_install_meson.cmake has hash 715cf59e78124dcc0823803544dc12ca4ced4f46ebc43681f4f6cd23d3e99d92 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_common_definitions.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_common_definitions.cmake has hash ea01c5711c7da32d9037361edee123507cb3708fe43b40ab3ecbbd32872310e3 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_install_msbuild.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_install_msbuild.cmake has hash d770323312cc635d641183bfa4a0c073f919c8a37b7d9b3576700b1e934f8cd4 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_copy_pdbs.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_copy_pdbs.cmake has hash d57e4f196c82dc562a9968c6155073094513c31e2de475694143d3aa47954b1c [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/z_vcpkg_forward_output_variable.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/z_vcpkg_forward_output_variable.cmake has hash ae3440b77321516f29f0b51e26b8ecb05fd31f63d33949dc406a502c300b04ff [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_configure_qmake.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_configure_qmake.cmake has hash 9ca016171cbfafb9b056d9b4f6bbb4a59a928a7d72694997e6d3b6d4f951936c [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_from_bitbucket.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_from_bitbucket.cmake has hash e875eb81fb8b06b08d0c97aed211b161dca3d1b7da8e562aa5ee8a8809e9e3d0 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(PYTHON2).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(PYTHON2).cmake has hash ed078b84af22461e59694ab205a5ba9d0eb77d094ea64fc5754f7e19644b052e [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_execute_build_process.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_execute_build_process.cmake has hash 4976d00fc7d25ad07984f282490121a09aa44a49c5dae627ca68355affd929d0 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(PYTHON3).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(PYTHON3).cmake has hash 0befaba75a19d486f5713c0d59fc1c700bbeb4ef479ee9bfe62d7f6a37a5f7a1 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(ARIA2).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(ARIA2).cmake has hash 948da78edc0b50c8ab8dd8acee7687d3fbbdc6f7c1df2ee8e2bf5fe673794fbe [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_from_sourceforge.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_from_sourceforge.cmake has hash 00cb7d5767d56fdd8a1715ebd3c159fccd44dc17653522e23d2e507bce44a4f8 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_build_make.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_build_make.cmake has hash 427db21450afac6dc12c4ee8dbe2f93b64e9f474acb6e99511443874f1dab514 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(YASM).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(YASM).cmake has hash a0e60a6625d0b66f43405d8c438c6241154037c16358fbb14e66f834703710df [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/z_vcpkg_escape_regex_control_characters.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/z_vcpkg_escape_regex_control_characters.cmake has hash 439c52c6ea37cecad4474528fb3b8019f2538380b3771d986e3d7811d8e274b5 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_configure_make.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_configure_make.cmake has hash f1cdd956184a6d1373f8b82421c20f4644b303c29888d30c0dfceb3f5ec2a261 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_build_ninja.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_build_ninja.cmake has hash 9bafdd942fe41be20a868e0a41ea6f983895bacba2f257921b53d789c7ad8092 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_install_cmake.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_install_cmake.cmake has hash 6119891902c6ad9e9ed1d9b073eb9969159b553f9d6f5bee529cde91769355ff [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(JOM).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(JOM).cmake has hash a3409f6506dcb4694592483964e680298244e26233900c6b6d95a9e18866b580 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_fail_port_install.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_fail_port_install.cmake has hash aef80df96f7c83d79e7b03d132161d8071228e0f1c9eb61ba8b16354f0c9496c [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_extract_archive.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_extract_archive.cmake has hash 5cde629f6d23b2979d13cc8188903eeb4087bb195b456bf9df6679f6bcd81e2f [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_install_copyright.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_install_copyright.cmake has hash ba6c169ab4e59fa05682e530cdeb883767de22c8391f023d4e6844a7ec5dd3d2 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/z_vcpkg_apply_patches.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/z_vcpkg_apply_patches.cmake has hash aed81b9cb2c44e2736e6e912445044a2f0512c041ecbb72ffb3154e44b0044ba [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(SWIG).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(SWIG).cmake has hash 4b07ff329c995f4ecb6b4c325b690757f2b4ec6666ee7b2264d7083e218fd35c [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(DARK).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(DARK).cmake has hash 65a32f6f8a7707456a9e96143ea1e438fb44c82ebddf881ff0efc470754577b0 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(NINJA).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(NINJA).cmake has hash 8692aff2f893a8afcabbb4395a8b91ad4f6dd228f410fa4fd050d99c2ec0f52c [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(GO).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(GO).cmake has hash 47999a9e8fc92fb7b45fcb1ac1f22d4b69a0b3fff83da2e8df8850fd824ad03f [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(PATCHELF).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(PATCHELF).cmake has hash 981d8de1e133c226acf8f3ee2b3faa18aa3b9e502e2a547cdedea59498bcfdab [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_clean_executables_in_bin.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_clean_executables_in_bin.cmake has hash 5f7427ddf120583cf1f429861989e937858ee7a8c4deb419dca6f3f2fee86a65 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_copy_tools.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_copy_tools.cmake has hash 3d45ff761bddbabe8923b52330168dc3abd295fa469d3f2e47cb14dce85332d5 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(SCONS).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(SCONS).cmake has hash 93a09225c0260b4e993131d4e246b48c984bb9d582efc183f36dd71875d20714 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_list.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_list.cmake has hash f5de3ebcbc40a4db90622ade9aca918e2cf404dc0d91342fcde457d730e6fa29 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/compile_wrapper_consider_clang-cl.patch [DEBUG] /gitreps/vcpkg/scripts/cmake/compile_wrapper_consider_clang-cl.patch has hash 12dbcf92febc9400d782a3d7d073acee4b09a1417ce7d4d5e9be7c55aa177d36 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_download_distfile.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_download_distfile.cmake has hash 2d57e1336ae9daab2f04c0623217094b026080d19bdca3a92396d68ea3e729c7 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_fortran.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_fortran.cmake has hash e5336d3e2c177a267d79dd3c84d92eed2dcb1d9731f90ac1ef4ad2ec3b43c0fd [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_get_program_files_platform_bitness.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_get_program_files_platform_bitness.cmake has hash 0c21ce7e9fcf7828f2e06f488f4675816b87942cfbf828c183f5bbcba8ae5fc7 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_from_gitlab.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_from_gitlab.cmake has hash 5bbb6c56a4be11c0d10d488d95af91a37b15f520eba862254a24c6665dd39588 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_get_windows_sdk.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_get_windows_sdk.cmake has hash 9fe97b3807d78c81b54b9512e920112baf68c2b4f5ce483b2764edada074b4ec [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_replace_string.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_replace_string.cmake has hash d43c8699ce27e25d47367c970d1c546f6bc36b6df8fb0be0c3986eb5830bd4f1 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_add_to_path.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_add_to_path.cmake has hash 5f5ae75cf37b2a58d1a8561ca96496b64cd91ec9a0afab0b976c3e5d59030bfe [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_configure_meson.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_configure_meson.cmake has hash 83777be64a29487b1d3fc59ec2fc990a4ab29e916293a852348365b31d82d33f [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_fixup_pkgconfig.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_fixup_pkgconfig.cmake has hash 904e67c46ecbb67379911bc1d7222855c0cbfcf1129bf47783858bcf0cc44970 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_build_qmake.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_build_qmake.cmake has hash cd00146eb665b004c527cf74986e392d2419610ace073bd6abb79d55a7912004 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_execute_required_process_repeat.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_execute_required_process_repeat.cmake has hash 4863f71de8d0fd53ed799c6a5d15795156ae0606ecb61489b7636a050e029e2b [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(GIT).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(GIT).cmake has hash bb3644b8863c1a03c3c76cf8b13047557e05b22f4be7a13cb4ad00e72d7ad6b6 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/z_vcpkg_function_arguments.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/z_vcpkg_function_arguments.cmake has hash 11721a8a42a2aa2f6f285d485b21aed55834c2029140661bd8e2f0b709288d77 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_common_functions.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_common_functions.cmake has hash 5f07e6f6184a02dcd8fc058eed1747a6bb65ee4a8f524e717651674f0bd7904c [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/execute_process.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/execute_process.cmake has hash 66a937b9c074422643135c319d1abadaa45484a664f1b160d4c163efb444a446 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_execute_in_download_mode.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_execute_in_download_mode.cmake has hash 75a3cabe04d6bbaf1f73555516dd3c492edbed22cea204835c3620db5d948851 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(GN).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(GN).cmake has hash 2df6666d24cc24c550f96d4fee8140656ff6739fdbc57c4a774f56c7d85ff2fa [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(GASPREPROCESSOR).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(GASPREPROCESSOR).cmake has hash 0ff31ab283d7b78bc7af20cdbd66b5adc0432f00f126f8111003245908398c88 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_install_make.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_install_make.cmake has hash 8d8145837ce718ef60778b50fea1af272146c9efa42367ec2d7726332ef29ab5 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_configure_gn.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_configure_gn.cmake has hash c6637dbdb7c20b2e067c924eeb50605f7e3cc9e7c8c1434e53c9280134df11ba [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_install_qmake.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_install_qmake.cmake has hash e9eedf4e8a942dbae43e25d0f7a38a8c3afe7761c5d9e042d1a52017e3dcebe6 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_extract_source_archive.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_extract_source_archive.cmake has hash 9c733832f8b58b05e6c329ae8b6ad1cfa858224fdc06d4a2d08b428e31de1a51 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/z_vcpkg_prettify_command_line.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/z_vcpkg_prettify_command_line.cmake has hash 97e4e92ac6e9da544fc7b9a6695e0d491c2c095ec265d8c0a90bcb8168873ca3 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_install_gn.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_install_gn.cmake has hash 18f1e80697fca670452e1ff181850e546764cc7c5fa8cb5d6442266523af9806 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(GPERF).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(GPERF).cmake has hash 07129ac2ca1559ec4dc10e5e24efa25303e380e801049ef548b278a6944cd036 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(PKGCONFIG).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(PKGCONFIG).cmake has hash 61a1bc1e1bebb1cd6fb2f2718648a52ee9f4f866a790df01bfd89cf7b22c8598 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_build_nmake.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_build_nmake.cmake has hash 918422e54a328b9dce1be8c06916d612de9cc24a18c65cc47f26d78e8c487440 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_install_nmake.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_install_nmake.cmake has hash e5540f04f33bc8eee3417da64e2c9a9aa2bc3dee62031238d7eb795ec31cb0b7 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(PERL).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(PERL).cmake has hash 74fb0163458bbc0133de10acbdc27137de6ac3cf15a39568b61a1d847e48ff68 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_buildpath_length_warning.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_buildpath_length_warning.cmake has hash fa440f3734e34b462ef96f3e89f0a9c5a11b609110a15a162d24da9218693fd1 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_fixup_cmake_targets.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_fixup_cmake_targets.cmake has hash 7f777f83ca76540ed573d986ee53d1b3da1e45f49f3856c44c0773fec71cb49f [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_from_git.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_from_git.cmake has hash 96ed81968f76354c00096dd8cd4e63c6a235fa969334a11ab18d11c0c512ff58 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(BAZEL).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(BAZEL).cmake has hash 16409b8196d7bb13a7007ecaaaff81d204a8b1194747590136cb517c50547dc5 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_test_cmake.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_test_cmake.cmake has hash 8117a509de7f30dd5c1f4c35134c1b3180c0825ea03480aa4625e98ddd5476e6 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/z_vcpkg_get_cmake_vars.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/z_vcpkg_get_cmake_vars.cmake has hash ce74da978727f15cc4eab6fa8a9c27023f0b51ef654cfbf7df8f3409fb950c43 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_check_linkage.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_check_linkage.cmake has hash 2236edfea13af20524c17d73214e0e5111bf1c13a2fc46c7f2912a46abd0c1a8 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_check_features.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_check_features.cmake has hash 943b217e0968d64cf2cb9c272608e6a0b497377e792034f819809a79e1502c2b [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(MESON).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(MESON).cmake has hash b39aa03a7f091406f39101eadd5ede4f893f01cc2a825422be9b7ad537e64a69 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(RUBY).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(RUBY).cmake has hash 641f9c542a6b65ecdf7626d4a9dadee1c1ee6e8b92bbf8ec184969a514fbf28e [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_acquire_msys.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_acquire_msys.cmake has hash 5e0ce6582722fe72b99e80e22270778e88002b40bc43dfecf8b7936bb0790461 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program.cmake has hash 96d9ee675798a3bddb54340d404b814be45a35c624b2eab5465cd45eaf18b6d3 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_copy_tool_dependencies.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_copy_tool_dependencies.cmake has hash 66eef4116a52fd8cba76d274f44904846df943a3fc52317871cf255733b2efc4 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(NUGET).cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_find_acquire_program(NUGET).cmake has hash 1123c7214f2942acaff8e024c492227d6ef264abc7e4e815517931cbf3796d1d [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/vcpkg_extract_source_archive_ex.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/vcpkg_extract_source_archive_ex.cmake has hash ab9f5bd71a8e1ca4a56d5c09f248c2bc10ff8df3b600c3efb6cca34cba9ec3b7 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/cmake/z_vcpkg_fixup_rpath.cmake [DEBUG] /gitreps/vcpkg/scripts/cmake/z_vcpkg_fixup_rpath.cmake has hash 175e72bf08f069a89f4ed5e6c32ab32a1a2c2150d60c7567dbfa6866622cbe25 [DEBUG] Trying to hash /gitreps/vcpkg/scripts/ports.cmake [DEBUG] /gitreps/vcpkg/scripts/ports.cmake has hash 0500e9e2422fe0084c99bdd0c9de4c7069b76da14c8b58228a7e95ebac43058a [DEBUG] [DEBUG] cmake|3.29.2 [DEBUG] features|core [DEBUG] portfile.cmake|a711531b7f13b7da16fa1f25d7c5737a423d4a126465dc9e6689a0f043fcc1aa [DEBUG] ports.cmake|0500e9e2422fe0084c99bdd0c9de4c7069b76da14c8b58228a7e95ebac43058a [DEBUG] post_build_checks|2 [DEBUG] triplet|x64-linux [DEBUG] triplet_abi|3600011444071beb27b81ff82b3c866e3d4054636e3011609deb313d2baf57fd-3c1d54b627300044d3b8b284425367d0b963aba459fc56965e631a0ff63a8505-29253be9e3a320c879bf6a0158037a819b774445 [DEBUG] vcpkg-port-config.cmake|f0a30f77c8f5e3ac40436fe2518a61ad067f2955c7ef3be6d6a0ca4b81cd2a45 [DEBUG] vcpkg.json|71bab009312d339cbde0ab593433dc52194d932acaab118b6309e2383db6c986 [DEBUG] vcpkg_add_to_path|5f5ae75cf37b2a58d1a8561ca96496b64cd91ec9a0afab0b976c3e5d59030bfe [DEBUG] vcpkg_cmake_build.cmake|6d1c27080fe3e768b5e7b968d6a28a37db154ebcb214297de25f10b6713511e1 [DEBUG] vcpkg_cmake_configure.cmake|f9cdeb9a51a415bfeb22573b20fe832b66e8c297a1c70a06d74c621f5812757e [DEBUG] vcpkg_cmake_install.cmake|3ae7886dc8434fac6f1e61190cc355fdec5fbd4f60758e2de20423cf49c91369 [DEBUG] vcpkg_configure_cmake|9dfd362bd20613eaa83af55eb0f98c8cb50fd4826a65da74a0f1641da73497c2 [DEBUG] vcpkg_execute_build_process|4976d00fc7d25ad07984f282490121a09aa44a49c5dae627ca68355affd929d0 [DEBUG] vcpkg_execute_required_process|0c6f52ca848715efd88acfec9bdb2ed3b5f38a650baa6a614bf23ccc3eec150a [DEBUG] vcpkg_find_acquire_program|96d9ee675798a3bddb54340d404b814be45a35c624b2eab5465cd45eaf18b6d3 [DEBUG] vcpkg_find_acquire_program(NINJA)|8692aff2f893a8afcabbb4395a8b91ad4f6dd228f410fa4fd050d99c2ec0f52c [DEBUG] vcpkg_list|f5de3ebcbc40a4db90622ade9aca918e2cf404dc0d91342fcde457d730e6fa29 [DEBUG] [DEBUG] Trying to hash /gitreps/vcpkg/ports/vcpkg-cmake-config/copyright [DEBUG] /gitreps/vcpkg/ports/vcpkg-cmake-config/copyright has hash 04b60f99a43bfd7fefdc8364b24aac704a2160cef969b75ba6a38b62dc4c4b70 [DEBUG] Trying to hash /gitreps/vcpkg/ports/vcpkg-cmake-config/vcpkg.json [DEBUG] /gitreps/vcpkg/ports/vcpkg-cmake-config/vcpkg.json has hash 4ffbabc2feab69abd21267f57669ef5e404bcbfa5ab6d93234374d98f5ff1864 [DEBUG] [DEBUG] cmake|3.29.2 [DEBUG] copyright|04b60f99a43bfd7fefdc8364b24aac704a2160cef969b75ba6a38b62dc4c4b70 [DEBUG] features|core [DEBUG] portfile.cmake|832b34e63f5af41ad1b2e4aa79c5bfa507a005b120b51548e674accc706837d7 [DEBUG] ports.cmake|0500e9e2422fe0084c99bdd0c9de4c7069b76da14c8b58228a7e95ebac43058a [DEBUG] post_build_checks|2 [DEBUG] triplet|x64-linux [DEBUG] triplet_abi|3600011444071beb27b81ff82b3c866e3d4054636e3011609deb313d2baf57fd-3c1d54b627300044d3b8b284425367d0b963aba459fc56965e631a0ff63a8505-29253be9e3a320c879bf6a0158037a819b774445 [DEBUG] vcpkg-port-config.cmake|72bc3093337e633bdd19fe5d4dd1f38ca1918def49608d676a9c98c686d38b1e [DEBUG] vcpkg.json|4ffbabc2feab69abd21267f57669ef5e404bcbfa5ab6d93234374d98f5ff1864 [DEBUG] vcpkg_cmake_config_fixup.cmake|f92905382d90e37fa2addd96becce31f5075175196b117de6dd997a4ac1d6d06 [DEBUG] vcpkg_list|f5de3ebcbc40a4db90622ade9aca918e2cf404dc0d91342fcde457d730e6fa29 [DEBUG] [DEBUG] Trying to hash /gitreps/vcpkg/ports/aom/aom-uninitialized-pointer.diff [DEBUG] /gitreps/vcpkg/ports/aom/aom-uninitialized-pointer.diff has hash d673f171a7c95c29de46aa6a9255b660146856eb8f54085b258774b878cd219b [DEBUG] Trying to hash /gitreps/vcpkg/ports/aom/aom-install.diff [DEBUG] /gitreps/vcpkg/ports/aom/aom-install.diff has hash 10de676ec84daf336658e4a371cb1f5dd73eb5daed4da07975253f2fe64bee0e [DEBUG] Trying to hash /gitreps/vcpkg/ports/aom/vcpkg.json [DEBUG] /gitreps/vcpkg/ports/aom/vcpkg.json has hash 45116e3cd55f4b7b91cbe617d3c4c5b6f88795c6e07beb8178ad83cc94350d1e [DEBUG] Trying to hash /gitreps/vcpkg/ports/aom/aom-rename-static.diff [DEBUG] /gitreps/vcpkg/ports/aom/aom-rename-static.diff has hash 4944a4fdb1ce401f2e77b9ad403e0f5b7ffcf4d7bd0280c9407ea96d2c0c95f5 [DEBUG] [DEBUG] aom-install.diff|10de676ec84daf336658e4a371cb1f5dd73eb5daed4da07975253f2fe64bee0e [DEBUG] aom-rename-static.diff|4944a4fdb1ce401f2e77b9ad403e0f5b7ffcf4d7bd0280c9407ea96d2c0c95f5 [DEBUG] aom-uninitialized-pointer.diff|d673f171a7c95c29de46aa6a9255b660146856eb8f54085b258774b878cd219b [DEBUG] cmake|3.29.2 [DEBUG] features|core [DEBUG] portfile.cmake|f5f94bf05aa1b2f13ac99063112157e01e61fcd54a9a81cac3fb139d0171ceb1 [DEBUG] ports.cmake|0500e9e2422fe0084c99bdd0c9de4c7069b76da14c8b58228a7e95ebac43058a [DEBUG] post_build_checks|2 [DEBUG] triplet|x64-linux [DEBUG] triplet_abi|3600011444071beb27b81ff82b3c866e3d4054636e3011609deb313d2baf57fd-3c1d54b627300044d3b8b284425367d0b963aba459fc56965e631a0ff63a8505-29253be9e3a320c879bf6a0158037a819b774445 [DEBUG] vcpkg-cmake|4c25a0d937860a32b93fc17c42d48da789eb148402b9c6fa9c28b32170b6d831 [DEBUG] vcpkg-cmake-config|2b595128d8eec8d099069a3aa693d41e7b08ce05230a28e72a27ad638af634b9 [DEBUG] vcpkg.json|45116e3cd55f4b7b91cbe617d3c4c5b6f88795c6e07beb8178ad83cc94350d1e [DEBUG] vcpkg_add_to_path|5f5ae75cf37b2a58d1a8561ca96496b64cd91ec9a0afab0b976c3e5d59030bfe [DEBUG] vcpkg_copy_pdbs|d57e4f196c82dc562a9968c6155073094513c31e2de475694143d3aa47954b1c [DEBUG] vcpkg_find_acquire_program|96d9ee675798a3bddb54340d404b814be45a35c624b2eab5465cd45eaf18b6d3 [DEBUG] vcpkg_find_acquire_program(NASM)|b6fcd010dcc70cec5e2472dde5a5b794c11ed63a433215d0e4f8ab11620cde0a [DEBUG] vcpkg_find_acquire_program(PERL)|74fb0163458bbc0133de10acbdc27137de6ac3cf15a39568b61a1d847e48ff68 [DEBUG] vcpkg_fixup_pkgconfig|904e67c46ecbb67379911bc1d7222855c0cbfcf1129bf47783858bcf0cc44970 [DEBUG] vcpkg_from_git|96ed81968f76354c00096dd8cd4e63c6a235fa969334a11ab18d11c0c512ff58 [DEBUG] vcpkg_replace_string|d43c8699ce27e25d47367c970d1c546f6bc36b6df8fb0be0c3986eb5830bd4f1 [DEBUG] [DEBUG] Default binary cache path is: /root/.cache/vcpkg/archives Restored 0 package(s) from /root/.cache/vcpkg/archives in 21 us. Use --debug to see more details. Installing 1/3 vcpkg-cmake:x64-linux@2024-04-18... Building vcpkg-cmake:x64-linux@2024-04-18... [DEBUG] 1007: execute_process(GIT_CEILING_DIRECTORIES=/gitreps/vcpkg/buildtrees /gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake -DALL_FEATURES= -DCURRENT_PORT_DIR=/gitreps/vcpkg/ports/vcpkg-cmake -D_HOST_TRIPLET=x64-linux -DFEATURES=core -DPORT=vcpkg-cmake -DVERSION=2024-04-18 -DVCPKG_USE_HEAD_VERSION=0 -D_VCPKG_DOWNLOAD_TOOL=BUILT_IN -D_VCPKG_EDITABLE=0 -D_VCPKG_NO_DOWNLOADS=0 -DZ_VCPKG_CHAINLOAD_TOOLCHAIN_FILE=/gitreps/vcpkg/scripts/toolchains/linux.cmake -DCMD=BUILD -DDOWNLOADS=/gitreps/vcpkg/downloads -DTARGET_TRIPLET=x64-linux -DTARGET_TRIPLET_FILE=/gitreps/vcpkg/triplets/x64-linux.cmake -DVCPKG_BASE_VERSION=2024-04-23 -DVCPKG_CONCURRENCY=11 -DVCPKG_PLATFORM_TOOLSET=external -DGIT=/usr/bin/git -DVCPKG_ROOT_DIR=/gitreps/vcpkg -DPACKAGES_DIR=/gitreps/vcpkg/packages -DBUILDTREES_DIR=/gitreps/vcpkg/buildtrees -D_VCPKG_INSTALLED_DIR=/gitreps/vcpkg/installed -DDOWNLOADS=/gitreps/vcpkg/downloads -DVCPKG_MANIFEST_INSTALL=OFF -P /gitreps/vcpkg/scripts/ports.cmake) -- Installing: /gitreps/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake -- Installing: /gitreps/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_cmake_build.cmake -- Installing: /gitreps/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_cmake_install.cmake -- Installing: /gitreps/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg-port-config.cmake -- Installing: /gitreps/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/copyright [DEBUG] 1007: cmd_execute_and_stream_data() returned 0 after 21909 us -- Performing post-build validation [DEBUG] 1008: execute_process(cd /gitreps/vcpkg/packages/vcpkg-cmake_x64-linux && zip --quiet -y -r /gitreps/vcpkg/packages/vcpkg-cmake_x64-linux.zip * --exclude .DS_Store) [DEBUG] 1008: cmd_execute_and_stream_data() returned 0 after 2875 us Stored binaries in 1 destinations in 3.16 ms. Elapsed time to handle vcpkg-cmake:x64-linux: 26.7 ms vcpkg-cmake:x64-linux package ABI: 4c25a0d937860a32b93fc17c42d48da789eb148402b9c6fa9c28b32170b6d831 Installing 2/3 vcpkg-cmake-config:x64-linux@2022-02-06#1... Building vcpkg-cmake-config:x64-linux@2022-02-06#1... [DEBUG] 1009: execute_process(GIT_CEILING_DIRECTORIES=/gitreps/vcpkg/buildtrees /gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake -DALL_FEATURES= -DCURRENT_PORT_DIR=/gitreps/vcpkg/ports/vcpkg-cmake-config -D_HOST_TRIPLET=x64-linux -DFEATURES=core -DPORT=vcpkg-cmake-config -DVERSION=2022-02-06 -DVCPKG_USE_HEAD_VERSION=0 -D_VCPKG_DOWNLOAD_TOOL=BUILT_IN -D_VCPKG_EDITABLE=0 -D_VCPKG_NO_DOWNLOADS=0 -DZ_VCPKG_CHAINLOAD_TOOLCHAIN_FILE=/gitreps/vcpkg/scripts/toolchains/linux.cmake -DCMD=BUILD -DDOWNLOADS=/gitreps/vcpkg/downloads -DTARGET_TRIPLET=x64-linux -DTARGET_TRIPLET_FILE=/gitreps/vcpkg/triplets/x64-linux.cmake -DVCPKG_BASE_VERSION=2024-04-23 -DVCPKG_CONCURRENCY=11 -DVCPKG_PLATFORM_TOOLSET=external -DGIT=/usr/bin/git -DVCPKG_ROOT_DIR=/gitreps/vcpkg -DPACKAGES_DIR=/gitreps/vcpkg/packages -DBUILDTREES_DIR=/gitreps/vcpkg/buildtrees -D_VCPKG_INSTALLED_DIR=/gitreps/vcpkg/installed -DDOWNLOADS=/gitreps/vcpkg/downloads -DVCPKG_MANIFEST_INSTALL=OFF -P /gitreps/vcpkg/scripts/ports.cmake) -- Installing: /gitreps/vcpkg/packages/vcpkg-cmake-config_x64-linux/share/vcpkg-cmake-config/vcpkg_cmake_config_fixup.cmake -- Installing: /gitreps/vcpkg/packages/vcpkg-cmake-config_x64-linux/share/vcpkg-cmake-config/vcpkg-port-config.cmake -- Installing: /gitreps/vcpkg/packages/vcpkg-cmake-config_x64-linux/share/vcpkg-cmake-config/copyright [DEBUG] 1009: cmd_execute_and_stream_data() returned 0 after 21777 us -- Performing post-build validation [DEBUG] 1010: execute_process(cd /gitreps/vcpkg/packages/vcpkg-cmake-config_x64-linux && zip --quiet -y -r /gitreps/vcpkg/packages/vcpkg-cmake-config_x64-linux.zip * --exclude .DS_Store) [DEBUG] 1010: cmd_execute_and_stream_data() returned 0 after 2591 us Stored binaries in 1 destinations in 2.81 ms. Elapsed time to handle vcpkg-cmake-config:x64-linux: 25.6 ms vcpkg-cmake-config:x64-linux package ABI: 2b595128d8eec8d099069a3aa693d41e7b08ce05230a28e72a27ad638af634b9 Installing 3/3 aom:x64-linux@3.8.1#1... Building aom:x64-linux@3.8.1#1... [DEBUG] 1011: execute_process(GIT_CEILING_DIRECTORIES=/gitreps/vcpkg/buildtrees /gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake -DALL_FEATURES= -DCURRENT_PORT_DIR=/gitreps/vcpkg/ports/aom -D_HOST_TRIPLET=x64-linux -DFEATURES=core -DPORT=aom -DVERSION=3.8.1 -DVCPKG_USE_HEAD_VERSION=0 -D_VCPKG_DOWNLOAD_TOOL=BUILT_IN -D_VCPKG_EDITABLE=0 -D_VCPKG_NO_DOWNLOADS=0 -DZ_VCPKG_CHAINLOAD_TOOLCHAIN_FILE=/gitreps/vcpkg/scripts/toolchains/linux.cmake -DCMD=BUILD -DDOWNLOADS=/gitreps/vcpkg/downloads -DTARGET_TRIPLET=x64-linux -DTARGET_TRIPLET_FILE=/gitreps/vcpkg/triplets/x64-linux.cmake -DVCPKG_BASE_VERSION=2024-04-23 -DVCPKG_CONCURRENCY=11 -DVCPKG_PLATFORM_TOOLSET=external -DGIT=/usr/bin/git "-DVCPKG_PORT_CONFIGS=/gitreps/vcpkg/installed/x64-linux/share/vcpkg-cmake/vcpkg-port-config.cmake;/gitreps/vcpkg/installed/x64-linux/share/vcpkg-cmake-config/vcpkg-port-config.cmake" -DVCPKG_ROOT_DIR=/gitreps/vcpkg -DPACKAGES_DIR=/gitreps/vcpkg/packages -DBUILDTREES_DIR=/gitreps/vcpkg/buildtrees -D_VCPKG_INSTALLED_DIR=/gitreps/vcpkg/installed -DDOWNLOADS=/gitreps/vcpkg/downloads -DVCPKG_MANIFEST_INSTALL=OFF -P /gitreps/vcpkg/scripts/ports.cmake) -- Fetching https://aomedia.googlesource.com/aom bb6430482199eaefbeaaa396600935082bc43f66... -- Extracting source /gitreps/vcpkg/downloads/aom-bb6430482199eaefbeaaa396600935082bc43f66.tar.gz -- Applying patch aom-rename-static.diff -- Applying patch aom-uninitialized-pointer.diff -- Applying patch aom-install.diff -- Using source at /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -- Configuring x64-linux -- Building x64-linux-dbg CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message): Command failed: /gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake --build . --config Debug --target install -- -v -j11 Working Directory: /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg See logs for more information: /gitreps/vcpkg/buildtrees/aom/install-x64-linux-dbg-out.log Call Stack (most recent call first): installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process) installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build) ports/aom/portfile.cmake:44 (vcpkg_cmake_install) scripts/ports.cmake:175 (include) [DEBUG] 1011: cmd_execute_and_stream_data() returned 1 after 12516129 us error: building aom:x64-linux failed with: BUILD_FAILED Elapsed time to handle aom:x64-linux: 13 s [DEBUG] 1012: execute_process(/usr/bin/git --git-dir=/gitreps/vcpkg/.git --work-tree=/gitreps/vcpkg/.git -c core.autocrlf=false show "--pretty=format:%h %cd (%cr)" -s --date=short HEAD) [DEBUG] 1012: cmd_execute_and_stream_data() returned 0 after 3877 us Please ensure you're using the latest port files with `git pull` and `vcpkg update`. Then check for known issues at: https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+aom You can submit a new issue at: https://github.com/microsoft/vcpkg/issues/new?title=[aom]+Build+error+on+x64-linux&body=Copy+issue+body+from+%2Fgitreps%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.md [DEBUG] /source/src/vcpkg/commands.install.cpp(614): [DEBUG] Time in subprocesses: 22024256us [DEBUG] Time in parsing JSON: 29us [DEBUG] Time in JSON reader: 48us [DEBUG] Time in filesystem: 2260us [DEBUG] Time in loading ports: 304us [DEBUG] Exiting after 22 s (22251664us)
root@d77257c0b614:/gitreps/vcpkg# cat /gitreps/vcpkg/buildtrees/aom/install-x64-linux-dbg-out.log
vcpkg/buildtrees/aom/install-x64-linux-dbg-out.log Change Dir: '/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg' Run Build Command(s): /gitreps/vcpkg/downloads/tools/ninja/1.10.2-linux/ninja -v -v -j11 install [1/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/row_neon64.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/row_neon64.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/row_neon64.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/row_neon64.cc [2/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/cpu_id.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/cpu_id.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/cpu_id.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/cpu_id.cc [3/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/row_win.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/row_win.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/row_win.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/row_win.cc [4/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/row_mips.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/row_mips.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/row_mips.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/row_mips.cc [5/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/row_neon.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/row_neon.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/row_neon.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/row_neon.cc [6/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/scale_any.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/scale_any.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/scale_any.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/scale_any.cc [7/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/scale_mips.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/scale_mips.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/scale_mips.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/scale_mips.cc [8/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/scale_neon.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/scale_neon.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/scale_neon.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/scale_neon.cc [9/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/scale_gcc.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/scale_gcc.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/scale_gcc.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/scale_gcc.cc [10/371] cd /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg && /gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake -DAOM_CONFIG_DIR=/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -DAOM_ROOT=/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -DGIT_EXECUTABLE=/usr/bin/git -DPERL_EXECUTABLE=/usr/bin/perl -P /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/build/cmake/version.cmake [11/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/scale.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/scale.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/scale.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/scale.cc [12/371] cd /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg && /gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake -DAOM_CONFIG_DIR=/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -DAOM_ROOT=/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -DGIT_EXECUTABLE=/usr/bin/git -DPERL_EXECUTABLE=/usr/bin/perl -P /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/build/cmake/version.cmake [13/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/scale_win.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/scale_win.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/scale_win.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/scale_win.cc [14/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/scale_neon64.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/scale_neon64.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/scale_neon64.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/scale_neon64.cc [15/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_version.dir/gen_src/aom_version_no_op.c.o -MF CMakeFiles/aom_version.dir/gen_src/aom_version_no_op.c.o.d -o CMakeFiles/aom_version.dir/gen_src/aom_version_no_op.c.o -c /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg/gen_src/aom_version_no_op.c [16/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/row_gcc.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/row_gcc.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/row_gcc.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/row_gcc.cc [17/371] : && /gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake -E rm -f libaom_version.a && /usr/bin/ar qc libaom_version.a CMakeFiles/aom_version.dir/gen_src/aom_version_no_op.c.o && /usr/bin/ranlib libaom_version.a && : [18/371] cd /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg && /gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake -DAOM_CONFIG_DIR=/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -DAOM_ROOT=/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -DCMAKE_INSTALL_PREFIX=/gitreps/vcpkg/packages/aom_x64-linux/debug -DCMAKE_INSTALL_BINDIR=bin -DCMAKE_INSTALL_INCLUDEDIR=include -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_PROJECT_NAME=AOM -DCMAKE_THREAD_LIBS_INIT=-lpthread -DCONFIG_MULTITHREAD=1 -DCONFIG_TUNE_VMAF=0 -DCONFIG_TUNE_BUTTERAUGLI=0 -DCONFIG_SALIENCY_MAP=0 -DCONFIG_TFLITE=0 -P /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/build/cmake/pkg_config.cmake [19/371] cd /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg && /usr/bin/perl /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/build/cmake/rtcd.pl --arch=x86_64 --sym=aom_scale_rtcd --config=/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg/config/aom_config.h /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_scale/aom_scale_rtcd.pl > /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg/config/aom_scale_rtcd.h [20/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/convert_argb.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/convert_argb.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/convert_argb.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/convert_argb.cc [21/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_pc.dir/gen_src/aom_pc_no_op.c.o -MF CMakeFiles/aom_pc.dir/gen_src/aom_pc_no_op.c.o.d -o CMakeFiles/aom_pc.dir/gen_src/aom_pc_no_op.c.o -c /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg/gen_src/aom_pc_no_op.c [22/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/planar_functions.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/planar_functions.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/planar_functions.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/planar_functions.cc [23/371] : && /gitreps/vcpkg/downloads/tools/cmake-3.29.2-linux/cmake-3.29.2-linux-x86_64/bin/cmake -E rm -f libaom_pc.a && /usr/bin/ar qc libaom_pc.a CMakeFiles/aom_pc.dir/gen_src/aom_pc_no_op.c.o && /usr/bin/ranlib libaom_pc.a && : [24/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/scale_uv.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/scale_uv.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/scale_uv.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/scale_uv.cc [25/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/scale_common.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/scale_common.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/scale_common.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/scale_common.cc [26/371] cd /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg && /usr/bin/perl /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/build/cmake/rtcd.pl --arch=x86_64 --sym=av1_rtcd --config=/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg/config/aom_config.h /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/av1/common/av1_rtcd_defs.pl > /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg/config/av1_rtcd.h [27/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/row_any.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/row_any.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/row_any.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/row_any.cc [28/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-shadow -MD -MT CMakeFiles/yuv.dir/third_party/libyuv/source/row_common.cc.o -MF CMakeFiles/yuv.dir/third_party/libyuv/source/row_common.cc.o.d -o CMakeFiles/yuv.dir/third_party/libyuv/source/row_common.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/source/row_common.cc [29/371] cd /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg && /usr/bin/perl /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/build/cmake/rtcd.pl --arch=x86_64 --sym=aom_dsp_rtcd --config=/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg/config/aom_config.h /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/aom_dsp_rtcd_defs.pl > /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg/config/aom_dsp_rtcd.h [30/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_obj.dir/config/aom_config.c.o -MF CMakeFiles/aom_obj.dir/config/aom_config.c.o.d -o CMakeFiles/aom_obj.dir/config/aom_config.c.o -c /gitreps/vcpkg/buildtrees/aom/x64-linux-dbg/config/aom_config.c [31/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_obj.dir/aom/src/aom_integer.c.o -MF CMakeFiles/aom_obj.dir/aom/src/aom_integer.c.o.d -o CMakeFiles/aom_obj.dir/aom/src/aom_integer.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom/src/aom_integer.c [32/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_obj.dir/aom/src/aom_decoder.c.o -MF CMakeFiles/aom_obj.dir/aom/src/aom_decoder.c.o.d -o CMakeFiles/aom_obj.dir/aom/src/aom_decoder.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom/src/aom_decoder.c [33/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_rtcd.dir/aom_scale/aom_scale_rtcd.c.o -MF CMakeFiles/aom_rtcd.dir/aom_scale/aom_scale_rtcd.c.o.d -o CMakeFiles/aom_rtcd.dir/aom_scale/aom_scale_rtcd.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_scale/aom_scale_rtcd.c [34/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_obj.dir/aom/src/aom_codec.c.o -MF CMakeFiles/aom_obj.dir/aom/src/aom_codec.c.o.d -o CMakeFiles/aom_obj.dir/aom/src/aom_codec.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom/src/aom_codec.c [35/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_obj.dir/aom/src/aom_image.c.o -MF CMakeFiles/aom_obj.dir/aom/src/aom_image.c.o.d -o CMakeFiles/aom_obj.dir/aom/src/aom_image.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom/src/aom_image.c [36/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_obj.dir/aom/src/aom_encoder.c.o -MF CMakeFiles/aom_obj.dir/aom/src/aom_encoder.c.o.d -o CMakeFiles/aom_obj.dir/aom/src/aom_encoder.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom/src/aom_encoder.c [37/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_common.dir/aom_dsp/bitreader_buffer.c.o -MF CMakeFiles/aom_dsp_common.dir/aom_dsp/bitreader_buffer.c.o.d -o CMakeFiles/aom_dsp_common.dir/aom_dsp/bitreader_buffer.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/bitreader_buffer.c [38/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/ransac.c.o -MF CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/ransac.c.o.d -o CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/ransac.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/flow_estimation/ransac.c [39/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_rtcd.dir/av1/common/av1_rtcd.c.o -MF CMakeFiles/aom_rtcd.dir/av1/common/av1_rtcd.c.o.d -o CMakeFiles/aom_rtcd.dir/av1/common/av1_rtcd.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/av1/common/av1_rtcd.c [40/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -msse2 -MD -MT CMakeFiles/aom_dsp_common_sse2_intrinsics.dir/aom_dsp/x86/aom_asm_stubs.c.o -MF CMakeFiles/aom_dsp_common_sse2_intrinsics.dir/aom_dsp/x86/aom_asm_stubs.c.o.d -o CMakeFiles/aom_dsp_common_sse2_intrinsics.dir/aom_dsp/x86/aom_asm_stubs.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/x86/aom_asm_stubs.c [41/371] /usr/bin/nasm -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -MD CMakeFiles/aom_dsp_common_sse2.dir/aom_dsp/x86/aom_subpixel_8t_sse2.asm.o.d -MT CMakeFiles/aom_dsp_common_sse2.dir/aom_dsp/x86/aom_subpixel_8t_sse2.asm.o -f elf64 -o CMakeFiles/aom_dsp_common_sse2.dir/aom_dsp/x86/aom_subpixel_8t_sse2.asm.o /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/x86/aom_subpixel_8t_sse2.asm FAILED: CMakeFiles/aom_dsp_common_sse2.dir/aom_dsp/x86/aom_subpixel_8t_sse2.asm.o /usr/bin/nasm -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -MD CMakeFiles/aom_dsp_common_sse2.dir/aom_dsp/x86/aom_subpixel_8t_sse2.asm.o.d -MT CMakeFiles/aom_dsp_common_sse2.dir/aom_dsp/x86/aom_subpixel_8t_sse2.asm.o -f elf64 -o CMakeFiles/aom_dsp_common_sse2.dir/aom_dsp/x86/aom_subpixel_8t_sse2.asm.o /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/x86/aom_subpixel_8t_sse2.asm /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/x86/aom_subpixel_8t_sse2.asm:15: fatal: unable to open include file `aom_ports/x86_abi_support.asm' [42/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_common.dir/aom_dsp/aom_convolve.c.o -MF CMakeFiles/aom_dsp_common.dir/aom_dsp/aom_convolve.c.o.d -o CMakeFiles/aom_dsp_common.dir/aom_dsp/aom_convolve.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/aom_convolve.c [43/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/flow_estimation.c.o -MF CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/flow_estimation.c.o.d -o CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/flow_estimation.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/flow_estimation/flow_estimation.c [44/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/corner_match.c.o -MF CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/corner_match.c.o.d -o CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/corner_match.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/flow_estimation/corner_match.c [45/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_encoder.dir/aom_dsp/ssim.c.o -MF CMakeFiles/aom_dsp_encoder.dir/aom_dsp/ssim.c.o.d -o CMakeFiles/aom_dsp_encoder.dir/aom_dsp/ssim.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/ssim.c [46/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/corner_detect.c.o -MF CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/corner_detect.c.o.d -o CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/corner_detect.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/flow_estimation/corner_detect.c [47/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_encoder.dir/aom_dsp/pyramid.c.o -MF CMakeFiles/aom_dsp_encoder.dir/aom_dsp/pyramid.c.o.d -o CMakeFiles/aom_dsp_encoder.dir/aom_dsp/pyramid.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/pyramid.c [48/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/disflow.c.o -MF CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/disflow.c.o.d -o CMakeFiles/aom_dsp_encoder.dir/aom_dsp/flow_estimation/disflow.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/flow_estimation/disflow.c [49/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_rtcd.dir/aom_dsp/aom_dsp_rtcd.c.o -MF CMakeFiles/aom_rtcd.dir/aom_dsp/aom_dsp_rtcd.c.o.d -o CMakeFiles/aom_rtcd.dir/aom_dsp/aom_dsp_rtcd.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/aom_dsp_rtcd.c [50/371] /usr/bin/cc -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c99 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wimplicit-function-declaration -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=100000 -Wundef -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_dsp_encoder.dir/aom_dsp/variance.c.o -MF CMakeFiles/aom_dsp_encoder.dir/aom_dsp/variance.c.o.d -o CMakeFiles/aom_dsp_encoder.dir/aom_dsp/variance.c.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/variance.c [51/371] /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_av1_rc.dir/av1/ratectrl_rtc.cc.o -MF CMakeFiles/aom_av1_rc.dir/av1/ratectrl_rtc.cc.o.d -o CMakeFiles/aom_av1_rc.dir/av1/ratectrl_rtc.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/av1/ratectrl_rtc.cc ninja: build stopped: subcommand failed. root@d77257c0b614:/gitreps/vcpkg# /usr/bin/c++ -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -fPIC -g -std=c++11 -Wall -Wdisabled-optimization -Wextra -Wfloat-conversion -Wformat=2 -Wlogical-op -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused -Wvla -Wstack-usage=240000 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MD -MT CMakeFiles/aom_av1_rc.dir/av1/ratectrl_rtc.cc.o -MF CMakeFiles/aom_av1_rc.dir/av1/ratectrl_rtc.cc.o.d -o CMakeFiles/aom_av1_rc.dir/av1/ratectrl_rtc.cc.o -c /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/av1/ratectrl_rtc.cc /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/av1/ratectrl_rtc.cc:374:1: fatal error: opening dependency file CMakeFiles/aom_av1_rc.dir/av1/ratectrl_rtc.cc.o.d: No such file or directory } // namespace aom ^ compilation terminated.
dg0yt commented 1 month ago

I run vcpkg as a root

This means your system shouldn't be trusted.

And don't look to much at the last error. Look for the first error. Maybe

FAILED: CMakeFiles/aom_dsp_common_sse2.dir/aom_dsp/x86/aom_subpixel_8t_sse2.asm.o
/usr/bin/nasm -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean -I/gitreps/vcpkg/buildtrees/aom/x64-linux-dbg -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/apps -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/common -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/examples -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/stats -I/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/third_party/libyuv/include -MD CMakeFiles/aom_dsp_common_sse2.dir/aom_dsp/x86/aom_subpixel_8t_sse2.asm.o.d -MT CMakeFiles/aom_dsp_common_sse2.dir/aom_dsp/x86/aom_subpixel_8t_sse2.asm.o -f elf64 -o CMakeFiles/aom_dsp_common_sse2.dir/aom_dsp/x86/aom_subpixel_8t_sse2.asm.o /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/x86/aom_subpixel_8t_sse2.asm
/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_dsp/x86/aom_subpixel_8t_sse2.asm:15: fatal: unable to open include file `aom_ports/x86_abi_support.asm'
easymoney322 commented 1 month ago

Am I supposed to use non-root user even if Im building inside of a docker container tho?

root@d77257c0b614:/gitreps/vcpkg/buildtrees/aom/x64-linux-rel# locate 'aom_ports/x86_abi_support.asm'
/gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_ports/x86_abi_support.asm

root@d77257c0b614:/gitreps/vcpkg# ls -la /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean/aom_ports/
total 116
drwxr-xr-x  2 root root  4096 Jan 17 20:24 .
drwxr-xr-x 19 root root  4096 May 22 10:17 ..
-rw-r--r--  1 root root  2577 Jan 17 20:24 aarch32_cpudetect.c
-rw-r--r--  1 root root  6123 Jan 17 20:24 aarch64_cpudetect.c
-rw-r--r--  1 root root  2239 Jan 17 20:24 aom_once.h
-rw-r--r--  1 root root  3805 Jan 17 20:24 aom_ports.cmake
-rw-r--r--  1 root root  2836 Jan 17 20:24 aom_timer.h
-rw-r--r--  1 root root  1475 Jan 17 20:24 arm.h
-rw-r--r--  1 root root  1621 Jan 17 20:24 arm_cpudetect.h
-rw-r--r--  1 root root  2018 Jan 17 20:24 bitops.h
-rw-r--r--  1 root root  1800 Jan 17 20:24 emmintrin_compat.h
-rw-r--r--  1 root root   886 Jan 17 20:24 float.asm
-rw-r--r--  1 root root  3588 Jan 17 20:24 mem.h
-rw-r--r--  1 root root  6903 Jan 17 20:24 mem_ops.h
-rw-r--r--  1 root root  7346 Jan 17 20:24 mem_ops_aligned.h
-rw-r--r--  1 root root  2219 Jan 17 20:24 msvc.h
-rw-r--r--  1 root root   805 Jan 17 20:24 ppc.h
-rw-r--r--  1 root root  1989 Jan 17 20:24 ppc_cpudetect.c
-rw-r--r--  1 root root  1381 Jan 17 20:24 sanitizer.h
-rw-r--r--  1 root root 12338 Jan 17 20:24 x86.h
-rw-r--r--  1 root root  9662 Jan 17 20:24 x86_abi_support.asm
easymoney322 commented 1 month ago

So it looks like that nasm in Ubuntu 18.04 LTS repo is too old. I've downloaded newer version (the next stable release, actually) and it compiles now.

root@d77257c0b614:/gitreps/vcpkg# nasm --version
NASM version 2.14 compiled on May 22 2024

root@d77257c0b614:/gitreps/vcpkg# apt search nasm
Sorting... Done
Full Text Search... Done
intel2gas/bionic 1.3.3-17 amd64
  converter from NASM assembly language to GAS

nasm/bionic,now 2.13.02-0.1 amd64 [installed]
  General-purpose x86 assembler

nasm-mozilla/bionic-updates,bionic-security 2.14.02-0ubuntu0.18.04.1 amd64
  General-purpose x86 assembler

root@d77257c0b614:/gitreps/vcpkg#
root@d77257c0b614:/gitreps/vcpkg# ./vcpkg install aom
Computing installation plan...
The following packages will be built and installed:
    aom:x64-linux@3.8.1#1
Detecting compiler hash for triplet x64-linux...
Compiler found: /usr/bin/c++
Restored 0 package(s) from /root/.cache/vcpkg/archives in 7.36 us. Use --debug to see more details.
Installing 1/1 aom:x64-linux@3.8.1#1...
Building aom:x64-linux@3.8.1#1...
-- Using cached /gitreps/vcpkg/downloads/aom-bb6430482199eaefbeaaa396600935082bc43f66.tar.gz
-- Cleaning sources at /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /gitreps/vcpkg/downloads/aom-bb6430482199eaefbeaaa396600935082bc43f66.tar.gz
-- Applying patch aom-rename-static.diff
-- Applying patch aom-uninitialized-pointer.diff
-- Applying patch aom-install.diff
-- Using source at /gitreps/vcpkg/buildtrees/aom/src/082bc43f66-bbe7040b1b.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Fixing pkgconfig file: /gitreps/vcpkg/packages/aom_x64-linux/lib/pkgconfig/aom.pc
-- Fixing pkgconfig file: /gitreps/vcpkg/packages/aom_x64-linux/debug/lib/pkgconfig/aom.pc
-- Installing: /gitreps/vcpkg/packages/aom_x64-linux/share/aom/copyright
-- Fixing pkgconfig file: /gitreps/vcpkg/packages/aom_x64-linux/lib/pkgconfig/aom.pc
-- Fixing pkgconfig file: /gitreps/vcpkg/packages/aom_x64-linux/debug/lib/pkgconfig/aom.pc
-- Downloading https://github.com/NixOS/patchelf/releases/download/0.14.5/patchelf-0.14.5-x86_64.tar.gz -> patchelf-0.14.5-x86_64.tar.gz...
-- Performing post-build validation
Stored binaries in 1 destinations in 4.8 s.
Elapsed time to handle aom:x64-linux: 2.7 min
aom:x64-linux package ABI: 1020df64a112eb4829ac87f86d81f09ec5499f3c94fcd50b8a6f69245b38725d
Total install time: 2.7 min
aom provides CMake targets:

  # this is heuristically generated, and may not be correct
  find_package(aom CONFIG REQUIRED)
  target_link_libraries(main PRIVATE unofficial::aom)

aom provides pkg-config modules:

  # Alliance for Open Media AV1 codec library v3.8.1.
  aom

Shouldn't be a problem as 18.04 LTS support ends in 10 days or so.