Started by user Francisco de la Peña Running as Francisco de la Peña Building remotely on Windows in workspace C:/Jenkins/workspace/editor-windows-pr [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] Done The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/EasyRPG/Editor.git > git init C:\Jenkins\workspace\editor-windows-pr # timeout=10 Fetching upstream changes from https://github.com/EasyRPG/Editor.git > git --version # timeout=10 > git --version # 'git version 2.26.0.windows.1' > git fetch --tags --force --progress -- https://github.com/EasyRPG/Editor.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/EasyRPG/Editor.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/EasyRPG/Editor.git # timeout=10 Fetching upstream changes from https://github.com/EasyRPG/Editor.git > git fetch --tags --force --progress -- https://github.com/EasyRPG/Editor.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git rev-parse "refs/remotes/origin/pr/184/head^{commit}" # timeout=10 Checking out Revision f4b896e4e55ab14a8a653586c24f25fafd4dc79e (refs/remotes/origin/pr/184/head) > git config core.sparsecheckout # timeout=10 > git checkout -f f4b896e4e55ab14a8a653586c24f25fafd4dc79e # timeout=10 Commit message: "Fix editor compilation on liblcf 0.7.0" First time build. Skipping changelog. [editor-windows-pr] $ cmd /c call C:\Users\Jenkins\AppData\Local\Temp\jenkins13076066692557527045.bat C:\Jenkins\workspace\editor-windows-pr>call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 ********************************************************************** ** Visual Studio 2019 Developer Command Prompt v16.7.3 ** Copyright (c) 2020 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for: 'x64' -- The CXX compiler identification is MSVC 19.27.29111.0 -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe - works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at C:/Jenkins/workspace/toolchain-windows/windows/vcpkg/scripts/buildsystems/vcpkg.cmake:788 (_find_package): By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5Widgets", but CMake did not find one. Could not find a package configuration file provided by "Qt5Widgets" with any of the following names: Qt5WidgetsConfig.cmake qt5widgets-config.cmake Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set "Qt5Widgets_DIR" to a directory containing one of the above files. If "Qt5Widgets" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:357 (find_package) -- Configuring incomplete, errors occurred! See also "C:/Jenkins/workspace/editor-windows-pr/CMakeFiles/CMakeOutput.log". ninja: error: loading 'build.ninja': The system cannot find the file specified. Build step 'Execute Windows batch command' marked build as failure Archiving artifacts Finished: FAILURE