Skip to content

Improve msvc output parser #861

Improve msvc output parser

Improve msvc output parser #861

Triggered via push February 28, 2025 22:26
Status Failure
Total duration 3h 12m 6s
Artifacts 12

build_cmake.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 4 warnings
macOS Latest Clang
97% tests passed, 3 tests failed out of 92 Total Test time (real) = 72.86 sec The following tests FAILED: 14 - tst_cplusplus_cxx11 (Failed) 49 - tst_qml_qmlcodeformatter (Failed) 53 - tst_qml_reformatter (Failed) Errors while running CTest
macOS Latest Clang
Process completed with exit code 1.
Ubuntu Latest GCC
97% tests passed, 3 tests failed out of 97 Total Test time (real) = 23.37 sec The following tests FAILED: 19 - tst_cplusplus_cxx11 (Failed) 54 - tst_qml_qmlcodeformatter (Failed) 58 - tst_qml_reformatter (Failed) Errors while running CTest
Ubuntu Latest GCC
Process completed with exit code 1.
Windows Latest MSVC
FAILED: tests/auto/solutions/qprocesstask/testsleep/CMakeFiles/testsleep.dir/main.cpp.obj ccache C:\PROGRA~1\MICROS~2\2022\ENTERP~1\VC\Tools\MSVC\1443~1.348\bin\Hostx64\x64\cl.exe /nologo /TP -DQT_CORE_LIB -DQT_CREATOR -DQT_DISABLE_DEPRECATED_UP_TO=0x050900 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_RESTRICTED_CAST_FROM_ASCII -DQT_TESTCASE_BUILDDIR=\"D:/a/Qt-Creator/Qt-Creator/build/build/tests/auto/solutions/qprocesstask/testsleep\" -DQT_TESTCASE_SOURCEDIR=\"D:/a/Qt-Creator/Qt-Creator/tests/auto/solutions/qprocesstask/testsleep\" -DQT_TESTLIB_LIB -DQT_USE_QSTRINGBUILDER -DQT_WARN_DEPRECATED_UP_TO=0x060400 -DRELATIVE_DATA_PATH=\"../share/qtcreator\" -DRELATIVE_DOC_PATH=\"../share/doc/qtcreator\" -DRELATIVE_LIBEXEC_PATH=\"\" -DRELATIVE_PLUGIN_PATH=\"../lib/qtcreator/plugins\" -DSRCDIR=\"D:/a/Qt-Creator/Qt-Creator/tests/auto/solutions/qprocesstask/testsleep\" -DUNICODE -DWIN32 -DWIN32_LEAN_AND_MEAN -DWIN64 -DWINVER=0x0A00 -DWITH_TESTS -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN32_WINNT=0x0A00 -D_WIN64 -ID:\a\Qt-Creator\Qt-Creator\build\build\tests\auto\solutions\qprocesstask\testsleep -ID:\a\Qt-Creator\Qt-Creator\tests\auto\solutions\qprocesstask\testsleep -ID:\a\Qt-Creator\Qt-Creator\build\build\tests\auto\solutions\qprocesstask\testsleep\testsleep_autogen\include -ID:\a\Qt-Creator\Qt-Creator\build\build\src -external:ID:\a\Qt-Creator\Qt-Creator\qt\include\QtTest -external:ID:\a\Qt-Creator\Qt-Creator\qt\include -external:ID:\a\Qt-Creator\Qt-Creator\qt\include\QtCore -external:ID:\a\Qt-Creator\Qt-Creator\qt\mkspecs\win32-msvc -external:W0 /DWIN32 /D_WINDOWS /EHsc /O2 /Ob2 /DNDEBUG -std:c++20 -MD /wd4573 /W3 -Zc:__cplusplus -permissive- -utf-8 /showIncludes /Fotests\auto\solutions\qprocesstask\testsleep\CMakeFiles\testsleep.dir\main.cpp.obj /Fdtests\auto\solutions\qprocesstask\testsleep\CMakeFiles\testsleep.dir\ /FS -c D:\a\Qt-Creator\Qt-Creator\tests\auto\solutions\qprocesstask\testsleep\main.cpp ..\..\tests\auto\solutions\qprocesstask\testsleep\main.cpp(7): error C2039: 'chrono_literals': is not a member of 'std' C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\thread(37): note: see declaration of 'std' ..\..\tests\auto\solutions\qprocesstask\testsleep\main.cpp(7): error C2871: 'chrono_literals': a namespace with this name does not exist ..\..\tests\auto\solutions\qprocesstask\testsleep\main.cpp(11): error C3688: invalid literal suffix 's'; literal operator or literal operator template 'operator ""s' not found ..\..\tests\auto\solutions\qprocesstask\testsleep\main.cpp(11): error C2672: 'std::this_thread::sleep_for': no matching overloaded function found C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\thread(222): note: could be 'void std::this_thread::sleep_for(const std::chrono::duration<_Rep,_Period> &)' [5039/5641 0.5/sec] Building CXX object tests\auto\solutions\tasking\CMakeFiles\tst_solutions_tasking.dir\tst_solutions_tasking_autogen\mocs_compilation.cpp.obj [5040/5641 0.5/sec] Building CXX object tests\auto\sdktool\CMakeFiles\tst_sdktool.dir\tst_sdktool.cpp.obj [5041/5641 0.5/sec] Building CXX object tests\auto\qml\reformatter\CMakeFiles\tst_qml_reformatter.dir\tst_reformatter.cpp.obj [5042/5641 0.5/sec] Building CXX object tests\auto\solutions\qprocesstask\CMakeFiles\tst_qprocesstask.dir\tst_qprocesstask.cpp.obj [5043/5641 0.5/sec] Building CXX object tests\auto\solutions\concurrentcall\CMakeFiles\tst_concurrentcall.dir\tst_concurrentcall.cpp.obj ninja: build stopped: subcommand failed. Traceback (most recent call last): File "D:\a\Qt-Creator\Qt-Creator\scripts\build.py", line 365, in <module> main() File "D:\a\Qt-Creator\Qt-Creator\scripts\build.py", line 359, in main build_qtcreator(args, paths) File "D:\a\Qt-Creator\Qt-Creator\scripts\build.py", line 202, in build_qtcreator common.check_print_call(build_args, paths.build) File "D:\a\Qt-Creator\Qt-Creator\scripts\common.py", line 42, in check_print_call subprocess.check_call(c
Windows Latest MSVC
Process completed with exit code 1.
Windows Latest MinGW
97% tests passed, 3 tests failed out of 92 Total Test time (real) = 26.42 sec The following tests FAILED: 14 - tst_cplusplus_cxx11 (Failed) 49 - tst_qml_qmlcodeformatter (Failed) 53 - tst_qml_reformatter (Failed) Errors while running CTest
Windows Latest MinGW
Process completed with exit code 1.
macOS Latest Clang
Restore cache failed: Dependencies file is not found in /Users/runner/work/Qt-Creator/Qt-Creator. Supported file pattern: go.sum
Ubuntu Latest GCC
Restore cache failed: Dependencies file is not found in /home/runner/work/Qt-Creator/Qt-Creator. Supported file pattern: go.sum
Windows Latest MSVC
Restore cache failed: Dependencies file is not found in D:\a\Qt-Creator\Qt-Creator. Supported file pattern: go.sum
Windows Latest MinGW
Restore cache failed: Dependencies file is not found in D:\a\Qt-Creator\Qt-Creator. Supported file pattern: go.sum

Artifacts

Produced during runtime
Name Size Digest
ccache-macos-latest-clang-qtc17
360 MB
sha256:e9a93eac31483bf0b3d2c155e95060a7e4db68eee0a586bef55e0cbbe155a343
ccache-ubuntu-latest-gcc-qtc17
336 MB
sha256:49f7219214a9862ecf87a1fe6d89b8a5e3d1051e8460e19166988a735956dba1
ccache-windows-latest-gcc-qtc17
335 MB
sha256:f8e4d77334242780a4b7c35e40a4f897ffa4b2a486f90ef8a5db96810f6121d5
qtcreator-linux-x64-13597564050.7z
173 MB
sha256:f95651f6c205d56ef0bbe1d0cac01fd92f3ee680862f7fd63c9ba924b04c57c0
qtcreator-linux-x64-13597564050.deb
161 MB
sha256:5d40c74feed788e253031546fa6525b523d3e87e90d11a043dbb1772db135279
qtcreator-linux-x64-13597564050_dev.7z
4.02 MB
sha256:739481d4646594e8b554f1454b1f6631a6d3fcc117730b634eac5dd8f44bcfe9
qtcreator-macos-universal-13597564050.7z
193 MB
sha256:f00ac75e4bba8804653ee9c7ce4dd489d309988da73c444335d9198558eed5ad
qtcreator-macos-universal-13597564050_dev.7z
3.54 MB
sha256:5f35df20cf1b2ac3c3bca45dd96dea93a791fd73bc88da11809c057d4f0c3c96
qtcreator-windows-x64-mingw-13597564050.7z
140 MB
sha256:f2f92f89952363a73b28adaed6956af34b97b7cfb9095e00b3ec19ba1c1cb191
qtcreator-windows-x64-mingw-13597564050.msi
215 MB
sha256:0f25c3ddd5962671d3e74fb83b6552fd45d11fae08bf9f9b9820c2ad37dee80b
qtcreator-windows-x64-mingw-13597564050_dev.7z
5.07 MB
sha256:9da58240bdc3184b78d9cb9978d908079f5ad374a98bb7f87aec6af0bb9696cd
wininterrupt-windows-x64-mingw-13597564050.7z
25.5 KB
sha256:62c8fe59b7d2b95822d0e8f32010b7d4bfa4bdd234dbf0d3881c3c4e3e2d98b9