microsoft / vcpkg

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

[ qtdeclarative]:x64-release build failure #31592

Open Bzz2745 opened 1 year ago

Bzz2745 commented 1 year ago

Operating system

Windows 11

Compiler

MSVC vc143

Steps to reproduce the behavior

`./vcpkg install qtdeclarative[core]:x64-windows --clean-after-build`

Failure logs

Computing installation plan... The following packages will be built and installed: qtdeclarative[core]:x64-windows -> 6.5.0 Detecting compiler hash for triplet x64-windows... Restored 0 package(s) from C:\Users\BaZunzhi\AppData\Local\vcpkg\archives in 1.24 ms. Use --debug to see more details. Installing 1/1 qtdeclarative:x64-windows... Building qtdeclarative[core]:x64-windows... -- Using cached qtdeclarative-everywhere-src-6.5.0.tar.xz. -- Extracting source C:/vcpkg/downloads/qtdeclarative-everywhere-src-6.5.0.tar.xz -- Using source at C:/vcpkg/buildtrees/qtdeclarative/src/here-src-6-b6137c37a7.clean -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message): Command failed: "C:/Program Files/CMake/bin/cmake.exe" --build . --config Release --target install -- -v -j13 Working Directory: C:/vcpkg/buildtrees/qtdeclarative/x64-windows-rel See logs for more information: C:\vcpkg\buildtrees\qtdeclarative\install-x64-windows-rel-out.log

Call Stack (most recent call first): installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process) installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build) installed/x64-windows/share/qtbase/qt_install_submodule.cmake:348 (vcpkg_cmake_install) ports/qtdeclarative/portfile.cmake:25 (qt_install_submodule) scripts/ports.cmake:147 (include)

error: building qtdeclarative:x64-windows failed with: BUILD_FAILED 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+qtdeclarative You can submit a new issue at: https://github.com/microsoft/vcpkg/issues/new?title=[qtdeclarative]+Build+error&body=Copy+issue+body+from+C%3A%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.md install-x64-windows-rel-out.log

Additional context

No response

Neumann-A commented 1 year ago

duplicate. Solution here https://github.com/microsoft/vcpkg/issues/30446#issuecomment-1484247259

Bzz2745 commented 1 year ago

duplicate. Solution here #30446 (comment)

My vcpkg was installed in C:/vcpkg and I can build debug but unable to build release.

conradosigrid commented 1 year ago

duplicate. Solution here #30446 (comment)

I have seen identical answer in many threads that refer to this problem. But this solution doesn't work (at least to me). Same error with and without --x-buildtrees-root option.

C:\GitHub\Vcpkg>vcpkg install qtdeclarative[core] --x-buildtrees-root=D: Computing installation plan... The following packages will be built and installed: qtdeclarative[core]:x64-windows -> 6.5.0 Detecting compiler hash for triplet x64-windows... Installing 1/1 qtdeclarative:x64-windows... Building qtdeclarative[core]:x64-windows... -- Using cached qtdeclarative-everywhere-src-6.5.0.tar.xz. -- Extracting source C:/GitHub/Vcpkg/downloads/qtdeclarative-everywhere-src-6.5.0.tar.xz -- Using source at D://qtdeclarative/src/here-src-6-b6137c37a7.clean -- Found external ninja('1.11.0'). -- Configuring x64-windows -- Building x64-windows-dbg CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message): Command failed: C:/GitHub/Vcpkg/downloads/tools/cmake-3.25.1-windows/cmake-3.25.1-windows-i386/bin/cmake.exe --build . --config Debug --target install -- -v -j9 Working Directory: D://qtdeclarative/x64-windows-dbg See logs for more information: D:\qtdeclarative\install-x64-windows-dbg-out.log

Call Stack (most recent call first): installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process) installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build) installed/x64-windows/share/qtbase/qt_install_submodule.cmake:348 (vcpkg_cmake_install) ports/qtdeclarative/portfile.cmake:25 (qt_install_submodule) scripts/ports.cmake:147 (include)

error: building qtdeclarative:x64-windows failed with: BUILD_FAILED error: 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+qtdeclarative You can submit a new issue at: https://github.com/microsoft/vcpkg/issues/new?template=report-package-build-failure.md&title=[qtdeclarative]+Build+error Include '[qtdeclarative] Build error' in your bug report title, the following version information in your bug description, and attach any relevant failure logs from above. vcpkg-tool version: 2023-03-14-105f7f7e8a5ea10dfac9874ff9d1a6bacba5f454 vcpkg-scripts version: 0ccb3d114 2023-05-22 (32 hours ago)

Please use the prefilled template from C:\GitHub\Vcpkg\installed\vcpkg\issue_body.md when reporting your issue.

FrankXie05 commented 1 year ago

@conradosigrid Are the debug build errors consistent? image

dg0yt commented 1 year ago

Strange characters in the output, and -c65001 in the cl flags...

conradosigrid commented 1 year ago

@conradosigrid Are the debug build errors consistent? image

I am not able to see anything strange. Attached log file. install-x64-windows-dbg-err.log install-x64-windows-dbg-out.log

Bzz2745 commented 1 year ago

@conradosigrid Are the debug build errors consistent? image

I am not able to see anything strange. Attached log file. install-x64-windows-dbg-err.log install-x64-windows-dbg-out.log

package-build-x64-windows-rel-out.log package-install-x64-windows-dbg-err.log package-install-x64-windows-dbg-out.log package-install-x64-windows-rel-err.log package-install-x64-windows-rel-out.log package-build-x64-windows-dbg-err.log package-build-x64-windows-dbg-out.log package-build-x64-windows-rel-err.log

JonLiu1993 commented 1 year ago

@Bzz2745 @conradosigrid, could you please use --x-buildtrees-root=<shortpath> try again?

conradosigrid commented 1 year ago

I already tried it with this option:

imagen

I just did a git pull and the problem remains

conradosigrid commented 1 year ago

This suggestion didn't work for me either: path

chronos38 commented 1 year ago

I have the same issue and can also confirm, that using a short path is not a solution to the problem. Though, the build only fails on Windows, specifically the x64-windows triplet (have neither tried nor tested x86-windows). I managed to compile it successfully on x64-linux.

The vcpkg provided ninja was used, but I also tried it with the one in Visual Studio and a separate download. It fails in all three instances.

See the following output:

Package: qtdeclarative:x64-windows -> 6.5.1

Host Environment

To Reproduce

vcpkg install qt[default-features] boost-regex[icu] bext-di bext-sml nlohmann-json gtest boost-odeint[mpi] boost-python[python3] qtbase[default-features,concurrent,gui,dbus,network,opengl,openssl,sql,sql-psql,sql-sqlite,testlib,thread,vulkan,widgets] boost[mpi] boost-asio[ssl] boost-fiber[numa] boost-iostreams[bzip2,lzma,zlib,zstd]

Failure logs

-- Using cached qtdeclarative-everywhere-src-6.5.1.tar.xz.
-- Cleaning sources at D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source D:/vcpkg/d/qtdeclarative-everywhere-src-6.5.1.tar.xz
-- Using source at D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean
-- Configuring x64-windows
-- Building x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: "C:/Program Files/CMake/bin/cmake.exe" --build . --config Debug --target install -- -v -j25
    Working Directory: D:/vcpkg/b/qtdeclarative/x64-windows-dbg
    See logs for more information:
      D:\vcpkg\b\qtdeclarative\install-x64-windows-dbg-out.log

Call Stack (most recent call first):
  D:/vcpkg/i/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
  D:/vcpkg/i/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
  D:/vcpkg/i/x64-windows/share/qtbase/qt_install_submodule.cmake:348 (vcpkg_cmake_install)
  ports/qtdeclarative/portfile.cmake:25 (qt_install_submodule)
  scripts/ports.cmake:147 (include)
D:\vcpkg\b\qtdeclarative\install-x64-windows-dbg-out.log ``` [1/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmltyperegistrar && D:\vcpkg\i\x64-windows\tools\Qt6\bin\syncqt.exe @D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmltyperegistrar/QmlTypeRegistrarPrivate_syncqt_args && "C:\Program Files\CMake\bin\cmake.exe" -E touch D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmltyperegistrar/QmlTypeRegistrarPrivate_syncqt_timestamp" [2/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmlintegration && D:\vcpkg\i\x64-windows\tools\Qt6\bin\syncqt.exe @D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlintegration/QmlIntegration_syncqt_args && "C:\Program Files\CMake\bin\cmake.exe" -E touch D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlintegration/QmlIntegration_syncqt_timestamp" [3/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmlintegration && "C:\Program Files\CMake\bin\cmake.exe" -DIN_FILES=D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlintegration/qt_lib_qmlintegration_private.pri;D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlintegration/Debug/qt_lib_qmlintegration_private.cmake -DOUT_FILE=D:/vcpkg/b/qtdeclarative/x64-windows-dbg/../share/Qt6/mkspecs/modules/qt_lib_qmlintegration_private.pri -DLIBRARY_PREFIXES= -DLIBRARY_SUFFIXES=.dll;.lib -DLINK_LIBRARY_FLAG=-l -DCONFIGS=Debug "-DIMPLICIT_LINK_DIRECTORIES=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/ATLMFC/lib/x64;C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/lib/x64;C:/Program Files (x86)/Windows Kits/NETFXSDK/4.8/lib/um/x64;C:/Program Files (x86)/Windows Kits/10/lib/10.0.22000.0/ucrt/x64;C:/Program Files (x86)/Windows Kits/10//lib/10.0.22000.0//um/x64;" -P D:/vcpkg/i/x64-windows/share/Qt6/QtGenerateLibPri.cmake" [4/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmlmodels && D:\vcpkg\i\x64-windows\tools\Qt6\bin\syncqt.exe @D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlmodels/QmlModels_syncqt_args && "C:\Program Files\CMake\bin\cmake.exe" -E touch D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlmodels/QmlModels_syncqt_timestamp" [5/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmlmodels && "C:\Program Files\CMake\bin\cmake.exe" -DIN_FILES=D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlmodels/qt_lib_qmlmodels_private.pri;D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlmodels/Debug/qt_lib_qmlmodels_private.cmake -DOUT_FILE=D:/vcpkg/b/qtdeclarative/x64-windows-dbg/../share/Qt6/mkspecs/modules/qt_lib_qmlmodels_private.pri -DLIBRARY_PREFIXES= -DLIBRARY_SUFFIXES=.dll;.lib -DLINK_LIBRARY_FLAG=-l -DCONFIGS=Debug "-DIMPLICIT_LINK_DIRECTORIES=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/ATLMFC/lib/x64;C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/lib/x64;C:/Program Files (x86)/Windows Kits/NETFXSDK/4.8/lib/um/x64;C:/Program Files (x86)/Windows Kits/10/lib/10.0.22000.0/ucrt/x64;C:/Program Files (x86)/Windows Kits/10//lib/10.0.22000.0//um/x64;" -P D:/vcpkg/i/x64-windows/share/Qt6/QtGenerateLibPri.cmake" ... Skipped 41 lines ... [45/3052] C:\PROGRA~1\MICROS~3\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DQT_ASCII_CAST_WARNINGS -DQT_BUILDING_QT -DQT_BUILD_QMLTYPEREGISTRAR_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_UP_TO=0x040800 -DQT_EXPLICIT_QFILE_CONSTRUCTION_FROM_PATH -DQT_LEAN_HEADERS=1 -DQT_MOC_COMPAT -DQT_NO_AS_CONST=1 -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_EXCEPTIONS -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_WARN_DEPRECATED_UP_TO=0x070000 -DUNICODE -DWIN32 -DWIN64 -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_USE_MATH_DEFINES -D_WIN64 -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmltyperegistrar\QmlTypeRegistrarPrivate_autogen\include -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include\QtQmlTypeRegistrar -ID:\vcpkg\b\qtdeclarative\src\here-src-6-02b224fed5.clean\src\qmltyperegistrar -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmltyperegistrar -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include\QtQmlTypeRegistrar\6.5.1 -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include\QtQmlTypeRegistrar\6.5.1\QtQmlTypeRegistrar -external:ID:\vcpkg\i\x64-windows\include\Qt6\QtCore -external:ID:\vcpkg\i\x64-windows\include\Qt6 -external:ID:\vcpkg\i\x64-windows\share\Qt6\mkspecs\win32-msvc -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -std:c++17 -MDd /W3 /EHs-c- /wd4530 /wd4577 -Zc:__cplusplus -permissive- -utf-8 -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:ternary -Zc:externConstexpr -Zc:wchar_t -bigobj /showIncludes /Fosrc\qmltyperegistrar\CMakeFiles\QmlTypeRegistrarPrivate.dir\qqmljsstreamwriter.cpp.obj /Fdlib\Qt6QmlTypeRegistrard.pdb /FS -c D:\vcpkg\b\qtdeclarative\src\here-src-6-02b224fed5.clean\src\qmltyperegistrar\qqmljsstreamwriter.cpp cl : Command line warning D9025 : overriding '/EHs' with '/EHs-' cl : Command line warning D9025 : overriding '/EHc' with '/EHc-' [46/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/hiqsubpixeldistancefieldtext_a.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/hiqsubpixeldistancefieldtext_a.frag" [47/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/loqsubpixeldistancefieldtext.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/loqsubpixeldistancefieldtext.frag" [48/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/loqsubpixeldistancefieldtext_a.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/loqsubpixeldistancefieldtext_a.frag" [49/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/loqsubpixeldistancefieldtext.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/loqsubpixeldistancefieldtext.vert" [50/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qml && C:\Python311\python.exe D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/qml/../3rdparty/masm/yarr/create_regex_tables D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qml/.generated/debug/RegExpJitTables.h" [51/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/smoothcolor.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/smoothcolor.frag" [52/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/outlinedtext_a.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/outlinedtext_a.frag" [53/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/smoothcolor.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/smoothcolor.vert" [54/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/hiqsubpixeldistancefieldtext.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/hiqsubpixeldistancefieldtext.vert" [55/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/shadereffect.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/shadereffect.frag" [56/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/styledtext_a.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/styledtext_a.frag" [57/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/textmask.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/textmask.frag" [58/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/flatcolor.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/flatcolor.vert" [59/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/stencilclip.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/stencilclip.frag" [60/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/outlinedtext.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/outlinedtext.frag" [61/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/outlinedtext.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/outlinedtext.vert" [62/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/sprite.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/sprite.frag" [63/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/shadereffect.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/shadereffect.vert" [64/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/smoothtexture.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/smoothtexture.frag" [65/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/stencilclip.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/stencilclip.vert" [66/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && "C:\Program Files\CMake\bin\cmake.exe" -DIN_FILES=D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/qt_lib_quick_private.pri;D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/Debug/qt_lib_quick_private.cmake -DOUT_FILE=D:/vcpkg/b/qtdeclarative/x64-windows-dbg/../share/Qt6/mkspecs/modules/qt_lib_quick_private.pri -DLIBRARY_PREFIXES= -DLIBRARY_SUFFIXES=.dll;.lib -DLINK_LIBRARY_FLAG=-l -DCONFIGS=Debug "-DIMPLICIT_LINK_DIRECTORIES=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/ATLMFC/lib/x64;C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/lib/x64;C:/Program Files (x86)/Windows Kits/NETFXSDK/4.8/lib/um/x64;C:/Program Files (x86)/Windows Kits/10/lib/10.0.22000.0/ucrt/x64;C:/Program Files (x86)/Windows Kits/10//lib/10.0.22000.0//um/x64;" -P D:/vcpkg/i/x64-windows/share/Qt6/QtGenerateLibPri.cmake" [67/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/sprite.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/sprite.vert" [68/3052] C:\PROGRA~1\MICROS~3\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DQT_ASCII_CAST_WARNINGS -DQT_BUILDING_QT -DQT_BUILD_QMLTYPEREGISTRAR_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_UP_TO=0x040800 -DQT_EXPLICIT_QFILE_CONSTRUCTION_FROM_PATH -DQT_LEAN_HEADERS=1 -DQT_MOC_COMPAT -DQT_NO_AS_CONST=1 -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_EXCEPTIONS -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_WARN_DEPRECATED_UP_TO=0x070000 -DUNICODE -DWIN32 -DWIN64 -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_USE_MATH_DEFINES -D_WIN64 -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmltyperegistrar\QmlTypeRegistrarPrivate_autogen\include -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include\QtQmlTypeRegistrar -ID:\vcpkg\b\qtdeclarative\src\here-src-6-02b224fed5.clean\src\qmltyperegistrar -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmltyperegistrar -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include\QtQmlTypeRegistrar\6.5.1 -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include\QtQmlTypeRegistrar\6.5.1\QtQmlTypeRegistrar -external:ID:\vcpkg\i\x64-windows\include\Qt6\QtCore -external:ID:\vcpkg\i\x64-windows\include\Qt6 -external:ID:\vcpkg\i\x64-windows\share\Qt6\mkspecs\win32-msvc -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -std:c++17 -MDd /W3 /EHs-c- /wd4530 /wd4577 -Zc:__cplusplus -permissive- -utf-8 -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:ternary -Zc:externConstexpr -Zc:wchar_t -bigobj /showIncludes /Fosrc\qmltyperegistrar\CMakeFiles\QmlTypeRegistrarPrivate.dir\qqmltypesclassdescription.cpp.obj /Fdlib\Qt6QmlTypeRegistrard.pdb /FS -c D:\vcpkg\b\qtdeclarative\src\here-src-6-02b224fed5.clean\src\qmltyperegistrar\qqmltypesclassdescription.cpp cl : Command line warning D9025 : overriding '/EHs' with '/EHs-' cl : Command line warning D9025 : overriding '/EHc' with '/EHc-' [69/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/styledtext.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/styledtext.frag" [70/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/textmask.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/textmask.vert" [71/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qml && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_autogen D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qml/CMakeFiles/QmlMeta_autogen.dir/AutogenInfo.json Debug && "C:\Program Files\CMake\bin\cmake.exe" -E touch D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qml/QmlMeta_autogen/timestamp && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_transform_depfile Ninja gccdepfile D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/qml D:/vcpkg/b/qtdeclarative/x64-windows-dbg D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qml D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qml/QmlMeta_autogen/deps D:/vcpkg/b/qtdeclarative/x64-windows-dbg/CMakeFiles/d/482be6c80e2e145500cf6fef775d5ed11e5618ec5b93d97e8bde87566ce190df.d" [72/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/styledtext.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/styledtext.vert" [73/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quicklayouts && D:\vcpkg\i\x64-windows\tools\Qt6\bin\syncqt.exe @D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quicklayouts/QuickLayouts_syncqt_args && "C:\Program Files\CMake\bin\cmake.exe" -E touch D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quicklayouts/QuickLayouts_syncqt_timestamp" [74/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\src\here-src-6-02b224fed5.clean\src\qmltest && "C:\Program Files\CMake\bin\cmake.exe" -E copy D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/qmltest/TestSchedule.qml D:/vcpkg/b/qtdeclarative/x64-windows-dbg/Qt6/qml/QtTest/TestSchedule.qml" [75/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quicklayouts && "C:\Program Files\CMake\bin\cmake.exe" -DIN_FILES=D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quicklayouts/qt_lib_quicklayouts_private.pri;D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quicklayouts/Debug/qt_lib_quicklayouts_private.cmake -DOUT_FILE=D:/vcpkg/b/qtdeclarative/x64-windows-dbg/../share/Qt6/mkspecs/modules/qt_lib_quicklayouts_private.pri -DLIBRARY_PREFIXES= -DLIBRARY_SUFFIXES=.dll;.lib -DLINK_LIBRARY_FLAG=-l -DCONFIGS=Debug "-DIMPLICIT_LINK_DIRECTORIES=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/ATLMFC/lib/x64;C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/lib/x64;C:/Program Files (x86)/Windows Kits/NETFXSDK/4.8/lib/um/x64;C:/Program Files (x86)/Windows Kits/10/lib/10.0.22000.0/ucrt/x64;C:/Program Files (x86)/Windows Kits/10//lib/10.0.22000.0//um/x64;" -P D:/vcpkg/i/x64-windows/share/Qt6/QtGenerateLibPri.cmake" [76/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/visualization.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/visualization.vert" [77/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\core && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_autogen D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/core/CMakeFiles/QmlCore_autogen.dir/AutogenInfo.json Debug && "C:\Program Files\CMake\bin\cmake.exe" -E touch D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/core/QmlCore_autogen/timestamp && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_transform_depfile Ninja gccdepfile D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/core D:/vcpkg/b/qtdeclarative/x64-windows-dbg D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/core D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/core/QmlCore_autogen/deps D:/vcpkg/b/qtdeclarative/x64-windows-dbg/CMakeFiles/d/a8d4e8ecc5f4f3ae10afda4fcfab599825fcac373c4449cc050bc4ef35ee2137.d" [78/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmlxmllistmodel && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_autogen D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlxmllistmodel/CMakeFiles/QmlXmlListModel_autogen.dir/AutogenInfo.json Debug && "C:\Program Files\CMake\bin\cmake.exe" -E touch D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlxmllistmodel/QmlXmlListModel_autogen/timestamp && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_transform_depfile Ninja gccdepfile D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/qmlxmllistmodel D:/vcpkg/b/qtdeclarative/x64-windows-dbg D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlxmllistmodel D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlxmllistmodel/QmlXmlListModel_autogen/deps D:/vcpkg/b/qtdeclarative/x64-windows-dbg/CMakeFiles/d/0e079ea2385b1f5ce891b0ac54b97a0a93c48caefba8b8e372a5eee2c04b107c.d" [79/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/visualization.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/visualization.frag" [80/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\src\here-src-6-02b224fed5.clean\src\qmltest && "C:\Program Files\CMake\bin\cmake.exe" -E copy D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/qmltest/testlogger.js D:/vcpkg/b/qtdeclarative/x64-windows-dbg/Qt6/qml/QtTest/testlogger.js" [81/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/texture.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/texture.frag" [82/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/texture.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/texture.vert" [83/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmlworkerscript && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_autogen D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlworkerscript/CMakeFiles/QmlWorkerScript_autogen.dir/AutogenInfo.json Debug && "C:\Program Files\CMake\bin\cmake.exe" -E touch D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlworkerscript/QmlWorkerScript_autogen/timestamp && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_transform_depfile Ninja gccdepfile D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/qmlworkerscript D:/vcpkg/b/qtdeclarative/x64-windows-dbg D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlworkerscript D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlworkerscript/QmlWorkerScript_autogen/deps D:/vcpkg/b/qtdeclarative/x64-windows-dbg/CMakeFiles/d/770a9a5c609424ba0923073155a554e48b55632fcdb7b349d87d047c9b06e905.d" [84/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/vertexcolor.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/vertexcolor.frag" [85/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/vertexcolor.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/vertexcolor.vert" [86/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmltest && "C:\Program Files\CMake\bin\cmake.exe" -DIN_FILES=D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmltest/qt_lib_qmltest_private.pri;D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmltest/Debug/qt_lib_qmltest_private.cmake -DOUT_FILE=D:/vcpkg/b/qtdeclarative/x64-windows-dbg/../share/Qt6/mkspecs/modules/qt_lib_qmltest_private.pri -DLIBRARY_PREFIXES= -DLIBRARY_SUFFIXES=.dll;.lib -DLINK_LIBRARY_FLAG=-l -DCONFIGS=Debug "-DIMPLICIT_LINK_DIRECTORIES=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/ATLMFC/lib/x64;C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/lib/x64;C:/Program Files (x86)/Windows Kits/NETFXSDK/4.8/lib/um/x64;C:/Program Files (x86)/Windows Kits/10/lib/10.0.22000.0/ucrt/x64;C:/Program Files (x86)/Windows Kits/10//lib/10.0.22000.0//um/x64;" -P D:/vcpkg/i/x64-windows/share/Qt6/QtGenerateLibPri.cmake" [87/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\syncqt.exe @D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/Quick_syncqt_args && "C:\Program Files\CMake\bin\cmake.exe" -E touch D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/Quick_syncqt_timestamp" [88/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qml && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_autogen D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qml/CMakeFiles/qmlplugin_autogen.dir/AutogenInfo.json Debug && "C:\Program Files\CMake\bin\cmake.exe" -E touch D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qml/qmlplugin_autogen/timestamp && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_transform_depfile Ninja gccdepfile D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/qml D:/vcpkg/b/qtdeclarative/x64-windows-dbg D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qml D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qml/qmlplugin_autogen/deps D:/vcpkg/b/qtdeclarative/x64-windows-dbg/CMakeFiles/d/78eddcda127ab7ba0bb9652c3ebf7cf9e4518e0e0ebcba7c02b6d6260d60fb19.d" [89/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\src\here-src-6-02b224fed5.clean\src\qmltest && "C:\Program Files\CMake\bin\cmake.exe" -E copy D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/qmltest/SignalSpy.qml D:/vcpkg/b/qtdeclarative/x64-windows-dbg/Qt6/qml/QtTest/SignalSpy.qml" [90/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\src\here-src-6-02b224fed5.clean\src\qmltest && "C:\Program Files\CMake\bin\cmake.exe" -E copy D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/qmltest/TestCase.qml D:/vcpkg/b/qtdeclarative/x64-windows-dbg/Qt6/qml/QtTest/TestCase.qml" [91/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmltest && D:\vcpkg\i\x64-windows\tools\Qt6\bin\syncqt.exe @D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmltest/QuickTest_syncqt_args && "C:\Program Files\CMake\bin\cmake.exe" -E touch D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmltest/QuickTest_syncqt_timestamp" [92/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quicktestutils && D:\vcpkg\i\x64-windows\tools\Qt6\bin\syncqt.exe @D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quicktestutils/QuickTestUtilsPrivate_syncqt_args && "C:\Program Files\CMake\bin\cmake.exe" -E touch D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quicktestutils/QuickTestUtilsPrivate_syncqt_timestamp" [93/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/smoothtexture.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/smoothtexture.vert" FAILED: src/quick/.qsb/scenegraph/shaders_ng/smoothtexture.vert.qsb D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/smoothtexture.vert.qsb cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/.qsb/scenegraph/shaders_ng/smoothtexture.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/smoothtexture.vert" [94/3052] C:\PROGRA~1\MICROS~3\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DQT_ASCII_CAST_WARNINGS -DQT_BUILDING_QT -DQT_BUILD_QMLTYPEREGISTRAR_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_UP_TO=0x040800 -DQT_EXPLICIT_QFILE_CONSTRUCTION_FROM_PATH -DQT_LEAN_HEADERS=1 -DQT_MOC_COMPAT -DQT_NO_AS_CONST=1 -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_EXCEPTIONS -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_WARN_DEPRECATED_UP_TO=0x070000 -DUNICODE -DWIN32 -DWIN64 -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_USE_MATH_DEFINES -D_WIN64 -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmltyperegistrar\QmlTypeRegistrarPrivate_autogen\include -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include\QtQmlTypeRegistrar -ID:\vcpkg\b\qtdeclarative\src\here-src-6-02b224fed5.clean\src\qmltyperegistrar -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmltyperegistrar -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include\QtQmlTypeRegistrar\6.5.1 -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include\QtQmlTypeRegistrar\6.5.1\QtQmlTypeRegistrar -external:ID:\vcpkg\i\x64-windows\include\Qt6\QtCore -external:ID:\vcpkg\i\x64-windows\include\Qt6 -external:ID:\vcpkg\i\x64-windows\share\Qt6\mkspecs\win32-msvc -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -std:c++17 -MDd /W3 /EHs-c- /wd4530 /wd4577 -Zc:__cplusplus -permissive- -utf-8 -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:ternary -Zc:externConstexpr -Zc:wchar_t -bigobj /showIncludes /Fosrc\qmltyperegistrar\CMakeFiles\QmlTypeRegistrarPrivate.dir\qqmltypescreator.cpp.obj /Fdlib\Qt6QmlTypeRegistrard.pdb /FS -c D:\vcpkg\b\qtdeclarative\src\here-src-6-02b224fed5.clean\src\qmltyperegistrar\qqmltypescreator.cpp cl : Command line warning D9025 : overriding '/EHs' with '/EHs-' cl : Command line warning D9025 : overriding '/EHc' with '/EHc-' [95/3052] C:\PROGRA~1\MICROS~3\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DQT_ASCII_CAST_WARNINGS -DQT_BUILDING_QT -DQT_BUILD_QMLTYPEREGISTRAR_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_UP_TO=0x040800 -DQT_EXPLICIT_QFILE_CONSTRUCTION_FROM_PATH -DQT_LEAN_HEADERS=1 -DQT_MOC_COMPAT -DQT_NO_AS_CONST=1 -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_EXCEPTIONS -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_WARN_DEPRECATED_UP_TO=0x070000 -DUNICODE -DWIN32 -DWIN64 -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_USE_MATH_DEFINES -D_WIN64 -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmltyperegistrar\QmlTypeRegistrarPrivate_autogen\include -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include\QtQmlTypeRegistrar -ID:\vcpkg\b\qtdeclarative\src\here-src-6-02b224fed5.clean\src\qmltyperegistrar -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmltyperegistrar -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include\QtQmlTypeRegistrar\6.5.1 -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include\QtQmlTypeRegistrar\6.5.1\QtQmlTypeRegistrar -external:ID:\vcpkg\i\x64-windows\include\Qt6\QtCore -external:ID:\vcpkg\i\x64-windows\include\Qt6 -external:ID:\vcpkg\i\x64-windows\share\Qt6\mkspecs\win32-msvc -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -std:c++17 -MDd /W3 /EHs-c- /wd4530 /wd4577 -Zc:__cplusplus -permissive- -utf-8 -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:ternary -Zc:externConstexpr -Zc:wchar_t -bigobj /showIncludes /Fosrc\qmltyperegistrar\CMakeFiles\QmlTypeRegistrarPrivate.dir\qmetatypesjsonprocessor.cpp.obj /Fdlib\Qt6QmlTypeRegistrard.pdb /FS -c D:\vcpkg\b\qtdeclarative\src\here-src-6-02b224fed5.clean\src\qmltyperegistrar\qmetatypesjsonprocessor.cpp cl : Command line warning D9025 : overriding '/EHs' with '/EHs-' cl : Command line warning D9025 : overriding '/EHc' with '/EHc-' [96/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmlmodels && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_autogen D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlmodels/CMakeFiles/QmlModels_autogen.dir/AutogenInfo.json Debug && "C:\Program Files\CMake\bin\cmake.exe" -E touch D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlmodels/QmlModels_autogen/timestamp && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_transform_depfile Ninja gccdepfile D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/qmlmodels D:/vcpkg/b/qtdeclarative/x64-windows-dbg D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlmodels D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qmlmodels/QmlModels_autogen/deps D:/vcpkg/b/qtdeclarative/x64-windows-dbg/CMakeFiles/d/097fcc201854b35669fc2ccaab37c1d8a00b77545c2d9b977a2b9e367eb71966.d" [97/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\effects && D:\vcpkg\i\x64-windows\tools\Qt6\bin\syncqt.exe @D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/effects/QuickEffectsPrivate_syncqt_args && "C:\Program Files\CMake\bin\cmake.exe" -E touch D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/effects/QuickEffectsPrivate_syncqt_timestamp" [98/3052] C:\PROGRA~1\MICROS~3\2022\COMMUN~1\VC\Tools\MSVC\1436~1.325\bin\Hostx64\x64\cl.exe /TP -DQT_ASCII_CAST_WARNINGS -DQT_BUILDING_QT -DQT_BUILD_QMLTYPEREGISTRAR_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_UP_TO=0x040800 -DQT_EXPLICIT_QFILE_CONSTRUCTION_FROM_PATH -DQT_LEAN_HEADERS=1 -DQT_MOC_COMPAT -DQT_NO_AS_CONST=1 -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_EXCEPTIONS -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_WARN_DEPRECATED_UP_TO=0x070000 -DUNICODE -DWIN32 -DWIN64 -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_USE_MATH_DEFINES -D_WIN64 -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmltyperegistrar\QmlTypeRegistrarPrivate_autogen\include -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include\QtQmlTypeRegistrar -ID:\vcpkg\b\qtdeclarative\src\here-src-6-02b224fed5.clean\src\qmltyperegistrar -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qmltyperegistrar -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include\QtQmlTypeRegistrar\6.5.1 -ID:\vcpkg\b\qtdeclarative\x64-windows-dbg\include\QtQmlTypeRegistrar\6.5.1\QtQmlTypeRegistrar -external:ID:\vcpkg\i\x64-windows\include\Qt6\QtCore -external:ID:\vcpkg\i\x64-windows\include\Qt6 -external:ID:\vcpkg\i\x64-windows\share\Qt6\mkspecs\win32-msvc -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -std:c++17 -MDd /W3 /EHs-c- /wd4530 /wd4577 -Zc:__cplusplus -permissive- -utf-8 -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:ternary -Zc:externConstexpr -Zc:wchar_t -bigobj /showIncludes /Fosrc\qmltyperegistrar\CMakeFiles\QmlTypeRegistrarPrivate.dir\qqmltyperegistrar.cpp.obj /Fdlib\Qt6QmlTypeRegistrard.pdb /FS -c D:\vcpkg\b\qtdeclarative\src\here-src-6-02b224fed5.clean\src\qmltyperegistrar\qqmltyperegistrar.cpp cl : Command line warning D9025 : overriding '/EHs' with '/EHs-' cl : Command line warning D9025 : overriding '/EHc' with '/EHc-' [99/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\particles && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 150,120,100es,300es --hlsl 50 --msl 12 -b -c -O -s -D POINT -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/particles/.qsb/shaders_ng/imageparticle_simplepoint.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/particles/shaders_ng/imageparticle.frag" [100/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\particles && D:\vcpkg\i\x64-windows\tools\Qt6\bin\syncqt.exe @D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/particles/QuickParticlesPrivate_syncqt_args && "C:\Program Files\CMake\bin\cmake.exe" -E touch D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/particles/QuickParticlesPrivate_syncqt_timestamp" [101/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\particles && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 150,120,100es,300es --hlsl 50 --msl 12 -b -c -O -s -D COLOR -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/particles/.qsb/shaders_ng/imageparticle_colored.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/particles/shaders_ng/imageparticle.frag" [102/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quick\window && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_autogen D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/window/CMakeFiles/quickwindow_autogen.dir/AutogenInfo.json Debug && "C:\Program Files\CMake\bin\cmake.exe" -E touch D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/window/quickwindow_autogen/timestamp && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_transform_depfile Ninja gccdepfile D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/window D:/vcpkg/b/qtdeclarative/x64-windows-dbg D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/window D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quick/window/quickwindow_autogen/deps D:/vcpkg/b/qtdeclarative/x64-windows-dbg/CMakeFiles/d/03ed0fff38f3143825d8cc485f79d3b2a19f18062d1e5f9fc2baea72f387acfe.d" [103/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\particles && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 150,120,100es,300es --hlsl 50 --msl 12 -b -c -O -s -D DEFORM -D COLOR -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/particles/.qsb/shaders_ng/imageparticle_deformed.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/particles/shaders_ng/imageparticle.frag" [104/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\particles && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 150,120,100es,300es --hlsl 50 --msl 12 -b -c -O -s -D POINT -D COLOR -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/particles/.qsb/shaders_ng/imageparticle_coloredpoint.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/particles/shaders_ng/imageparticle.frag" [105/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\particles && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 150,120,100es,300es --hlsl 50 --msl 12 -b -c -O -s -D TABLE -D DEFORM -D COLOR -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/particles/.qsb/shaders_ng/imageparticle_tabled.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/particles/shaders_ng/imageparticle.frag" [106/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\particles && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 150,120,100es,300es --hlsl 50 --msl 12 -b -c -O --zorder-loc 8 -s -D SPRITE -D TABLE -D DEFORM -D COLOR -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/particles/.qsb/shaders_ng/imageparticle_sprite.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/particles/shaders_ng/imageparticle.frag" [107/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\particles && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 150,120,100es,300es --hlsl 50 --msl 12 -b -c -O -s -D DEFORM -D COLOR -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/particles/.qsb/shaders_ng/imageparticle_deformed.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/particles/shaders_ng/imageparticle.vert" [108/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\particles && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 150,120,100es,300es --hlsl 50 --msl 12 -b -c -O -s -D POINT -D COLOR -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/particles/.qsb/shaders_ng/imageparticle_coloredpoint.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/particles/shaders_ng/imageparticle.vert" [109/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\particles && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 150,120,100es,300es --hlsl 50 --msl 12 -b -c -O -s -D POINT -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/particles/.qsb/shaders_ng/imageparticle_simplepoint.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/particles/shaders_ng/imageparticle.vert" [110/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\particles && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 150,120,100es,300es --hlsl 50 --msl 12 -b -c -O -s -D COLOR -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/particles/.qsb/shaders_ng/imageparticle_colored.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/particles/shaders_ng/imageparticle.vert" [111/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\particles && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 150,120,100es,300es --hlsl 50 --msl 12 -b -c -O -s -D TABLE -D DEFORM -D COLOR -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/particles/.qsb/shaders_ng/imageparticle_tabled.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/particles/shaders_ng/imageparticle.vert" [112/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\particles && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 150,120,100es,300es --hlsl 50 --msl 12 -b -c -O --zorder-loc 8 -s -D SPRITE -D TABLE -D DEFORM -D COLOR -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/particles/.qsb/shaders_ng/imageparticle_sprite.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/particles/shaders_ng/imageparticle.vert" [113/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quickshapes && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quickshapes/.qsb/shaders_ng/lineargradient.frag.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quickshapes/shaders_ng/lineargradient.frag" [114/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quickshapes && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quickshapes/.qsb/shaders_ng/lineargradient.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quickshapes/shaders_ng/lineargradient.vert" [115/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quickshapes && D:\vcpkg\i\x64-windows\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quickshapes/.qsb/shaders_ng/conicalgradient.vert.qsb D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quickshapes/shaders_ng/conicalgradient.vert" [116/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\quicklayouts && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_autogen D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quicklayouts/CMakeFiles/QuickLayouts_autogen.dir/AutogenInfo.json Debug && "C:\Program Files\CMake\bin\cmake.exe" -E touch D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quicklayouts/QuickLayouts_autogen/timestamp && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_transform_depfile Ninja gccdepfile D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quicklayouts D:/vcpkg/b/qtdeclarative/x64-windows-dbg D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quicklayouts D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/quicklayouts/QuickLayouts_autogen/deps D:/vcpkg/b/qtdeclarative/x64-windows-dbg/CMakeFiles/d/1ac8f8e90398bb63519d3da198d74dfd03d6af959934373981219ced30e28b70.d" [117/3052] cmd.exe /C "cd /D D:\vcpkg\b\qtdeclarative\x64-windows-dbg\src\qml && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_autogen D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qml/CMakeFiles/Qml_autogen.dir/AutogenInfo.json Debug && "C:\Program Files\CMake\bin\cmake.exe" -E touch D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qml/Qml_autogen/timestamp && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_transform_depfile Ninja gccdepfile D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean D:/vcpkg/b/qtdeclarative/src/here-src-6-02b224fed5.clean/src/qml D:/vcpkg/b/qtdeclarative/x64-windows-dbg D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qml D:/vcpkg/b/qtdeclarative/x64-windows-dbg/src/qml/Qml_autogen/deps D:/vcpkg/b/qtdeclarative/x64-windows-dbg/CMakeFiles/d/29d32db12a6a8af5eed0d0af12be957d19ae170b0effa4d5f97e29b4205f8139.d" ninja: build stopped: subcommand failed. ```

Additional context

github-actions[bot] commented 1 year ago

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

larshg commented 1 year ago

Experiencing the same on PCLs build servers: https://dev.azure.com/PointCloudLibrary/pcl/_build/results?buildId=23404&view=logs&j=3c126311-40eb-5a67-b84f-bab09445b990&t=3955afee-651e-5c71-6bae-096f23e94e72

Currently trying locally.

VCPKG path is c:\vcpkg - so can't really be shorter...

larshg commented 1 year ago

Hmm, couldn't reproduce it locally on my own PC.

larshg commented 1 year ago

The build log on the CI shows the same error as in @chronos38 log:

[34/3052] cmd.exe /C "cd /D C:\vcpkg\buildtrees\qtdeclarative\x86-windows-rel-rel\src\quick && C:\vcpkg\installed\x86-windows-rel\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o C:/vcpkg/buildtrees/qtdeclarative/x86-windows-rel-rel/src/quick/.qsb/scenegraph/shaders_ng/flatcolor.vert.qsb C:/vcpkg/buildtrees/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/flatcolor.vert"
FAILED: src/quick/.qsb/scenegraph/shaders_ng/flatcolor.vert.qsb C:/vcpkg/buildtrees/qtdeclarative/x86-windows-rel-rel/src/quick/.qsb/scenegraph/shaders_ng/flatcolor.vert.qsb 
cmd.exe /C "cd /D C:\vcpkg\buildtrees\qtdeclarative\x86-windows-rel-rel\src\quick && C:\vcpkg\installed\x86-windows-rel\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o C:/vcpkg/buildtrees/qtdeclarative/x86-windows-rel-rel/src/quick/.qsb/scenegraph/shaders_ng/flatcolor.vert.qsb C:/vcpkg/buildtrees/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/flatcolor.vert"

So its seems the qsb tool fail to do its thing on the vert files.

cosmoslx commented 1 year ago

same issue as #30288

Neumann-A commented 1 year ago

@larshg Try adding a CI step after the failure which runs on failure and which manually invokes the command CMake/ninja would invoke. Make sure to print %ERRORLEVEL% before and after. Sometimes this can give either a better error message (since cmake somehow ate the output or at least give you an error code. ) Especially since you cannot reproduce it locally.

VCPKG path is c:\vcpkg - so can't really be shorter...

that is not true. --x-buildtrees-root=C:\b is a shorter buildpath

cosmoslx commented 1 year ago

for #30288, I solve it by install python from the Microsoft Store.

from the qt5-declarative\package-build-x64-windows-dbg-out.log, the reason is missing python required :

C:\Users\Shiroki\AppData\Local\Microsoft\WindowsApps\python.exe V:/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/yarr/create_regex_tables > .generated\debug\RegExpJitTables.h

github-actions[bot] commented 11 months ago

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

github-actions[bot] commented 10 months ago

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

larshg commented 9 months ago

Seem to be solved with the solution proposed from @Neumann-A., about shorter build paths. Thanks.

Please close the issue.

Woops, I wasn't the auther of this issue, so maybe let it open until @Bzz2745 has found a solution to his problem.

crinai commented 9 months ago

The build log on the CI shows the same error as in @chronos38 log:

[34/3052] cmd.exe /C "cd /D C:\vcpkg\buildtrees\qtdeclarative\x86-windows-rel-rel\src\quick && C:\vcpkg\installed\x86-windows-rel\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o C:/vcpkg/buildtrees/qtdeclarative/x86-windows-rel-rel/src/quick/.qsb/scenegraph/shaders_ng/flatcolor.vert.qsb C:/vcpkg/buildtrees/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/flatcolor.vert"
FAILED: src/quick/.qsb/scenegraph/shaders_ng/flatcolor.vert.qsb C:/vcpkg/buildtrees/qtdeclarative/x86-windows-rel-rel/src/quick/.qsb/scenegraph/shaders_ng/flatcolor.vert.qsb 
cmd.exe /C "cd /D C:\vcpkg\buildtrees\qtdeclarative\x86-windows-rel-rel\src\quick && C:\vcpkg\installed\x86-windows-rel\tools\Qt6\bin\qsb.exe --glsl 100es,120,150 --hlsl 50 --msl 12 -b -c -O -s -o C:/vcpkg/buildtrees/qtdeclarative/x86-windows-rel-rel/src/quick/.qsb/scenegraph/shaders_ng/flatcolor.vert.qsb C:/vcpkg/buildtrees/qtdeclarative/src/here-src-6-02b224fed5.clean/src/quick/scenegraph/shaders_ng/flatcolor.vert"

So its seems the qsb tool fail to do its thing on the vert files The file "type_traits.h" doesn't exist,try copy it from https://gcc.gnu.org/onlinedocs/gcc-4.8.2/libstdc++/api/a01611_source.html no such file or directory