Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
master
-
None
Description
Integration fails due to source archives not being created
2019-04-16 12:58:11,268.268 DEBUG:workitem.py:310: Work item (buildKey: qt/qtdoc/7b900db7814cedde3ff3bf694318d238d1b6e741/LinuxRHEL_7_4x86_64AndroidAndroid_ANYarmv7Clangqtci-linux-RHEL-7.4-x86_64-fa00a5DisableTests_NoUseGoldLinker_OpenGLES2_Release/f953b9645cc809a3f3e0ab7de45d07ad91c46a7a/Build) changed state from New to WaitingForSourceArchive
...
2019-04-16 13:28:09,484.484 DEBUG:workitem.py:550: Unable to create source archives for workitem qt/qtdoc/7b900db7814cedde3ff3bf694318d238d1b6e741/LinuxRHEL_7_4x86_64AndroidAndroid_ANYarmv7Clangqtci-linux-RHEL-7.4-x86_64-fa00a5DisableTests_NoUseGoldLinker_OpenGLES2_Release/f953b9645cc809a3f3e0ab7de45d07ad91c46a7a/Build:
2019-04-16 13:28:09,485.485 DEBUG:workitem.py:310: Work item (buildKey: qt/qtdoc/7b900db7814cedde3ff3bf694318d238d1b6e741/LinuxRHEL_7_4x86_64AndroidAndroid_ANYarmv7Clangqtci-linux-RHEL-7.4-x86_64-fa00a5DisableTests_NoUseGoldLinker_OpenGLES2_Release/f953b9645cc809a3f3e0ab7de45d07ad91c46a7a/Build) changed state from WaitingForSourceArchive to Failed
searching for the work item source sha1 330f3a52f7aba61dcf8b187235a5c0a3bd35f71a shows that the archives have already been created at 12:58
-rw-rw-r-- 1 citest citest 6189416 Apr 16 12:58 /home/citest/ci-working-dir/storage/qt/qtdoc/330f3a52f7aba61dcf8b187235a5c0a3bd35f71a/sources_unix.tar.gz -rw-rw-r-- 1 citest citest 6197664 Apr 16 12:58 /home/citest/ci-working-dir/storage/qt/qtdoc/330f3a52f7aba61dcf8b187235a5c0a3bd35f71a/sources_win.tar.gz
the coin log also has entries
2019-04-16 12:58:11,686.686 DEBUG:storage.py:336: Creating archive: /home/citest/ci-working-dir/storage/qt/qtdoc/330f3a52f7aba61dcf8b187235a5c0a3bd35f71a/sources_unix.tar.gz 2019-04-16 12:58:11,701.701 DEBUG:storage.py:336: Creating archive: /home/citest/ci-working-dir/storage/qt/qtdoc/330f3a52f7aba61dcf8b187235a5c0a3bd35f71a/sources_win.tar.gz 2019-04-16 12:58:14,595.595 DEBUG:storage.py:349: Archive created: /home/citest/ci-working-dir/storage/qt/qtdoc/330f3a52f7aba61dcf8b187235a5c0a3bd35f71a/sources_unix.tar.gz 2019-04-16 12:58:17,001.001 DEBUG:storage.py:349: Archive created: /home/citest/ci-working-dir/storage/qt/qtdoc/330f3a52f7aba61dcf8b187235a5c0a3bd35f71a/sources_win.tar.gz
that seems to indicate that storage's source archive creation never returns to the caller.