Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
master
-
None
Description
https://codereview.qt-project.org/c/qt/qtscxml/+/627651
https://testresults.qt.io/coin/integration/qt/qtscxml/tasks/1740670865
agent:2025/02/27 09:14:09 build.go:833: Executing instruction 72 of 248 - EnvironmentVariable agent:2025/02/27 09:14:09 build.go:513: set QTQA_LICHECK_BRANCH=6.8 agent:2025/02/27 09:14:09 build.go:832: agent:2025/02/27 09:14:09 build.go:833: Executing instruction 73 of 248 - ExecuteCommand agent:2025/02/27 09:14:09 build.go:427: [bash -c git clone --depth=1 -b 6.8 git://10.215.0.212:9418/qt-project/qt/qtqa qt/qtqa-latest ||git clone --depth=1 -b dev git://10.215.0.212:9418/qt-project/qt/qtqa qt/qtqa-latest] 10m0s 10m0s false false agent:2025/02/27 09:14:09 build.go:404: Cloning into 'qt/qtqa-latest'... agent:2025/02/27 09:14:09 build.go:832: ... agent:2025/02/27 09:14:55 build.go:404: -- Verifying source SBOM /home/qt/work/install/sbom/qtscxml-6.8.3.source.spdx using qtqa tst_licenses.pl /home/qt/work/qt/qtqa-latest/tests/prebuild/license/tst_licenses.pl agent:2025/02/27 09:14:55 build.go:404: 'perl' 'qt/qtqa-latest/tests/prebuild/license/tst_licenses.pl' '-sbomonly' '-sbom' '/home/qt/work/install/sbom/qtscxml-6.8.3.source.spdx' agent:2025/02/27 09:14:55 build.go:404: Unknown option: sbomonly agent:2025/02/27 09:14:55 build.go:404: Unknown option: sbom agent:2025/02/27 09:14:55 build.go:404: Usage: agent:2025/02/27 09:14:55 build.go:404: perl ./tst_licenses.pl [OPTION]
Sometimes the cloned qtqa repo branch is not up-to-date, and starts failing submodule updates, due to missing options, etc.
We should ensure that we always check out the latest commit of the checked out branch.
Currently we need to wait an uncertain amount of time, until a newer commit is seen and checked out.