Advertisement
Guest User

Untitled

a guest
Nov 1st, 2022
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.27 KB | Software | 0 0
  1. ==> Making package: gittyup 1.2.0-1 (utorak, 01. studenoga 2022. 09:34:37 CET)
  2. ==> Checking runtime dependencies...
  3. ==> Checking buildtime dependencies...
  4. ==> Retrieving sources...
  5.  -> Updating Gittyup git repo...
  6.  -> Updating gittyup-libgit2 git repo...
  7.  -> Updating gittyup-scintillua git repo...
  8.  -> Updating gittyup-lexilla git repo...
  9.  -> Updating gittyup-zip git repo...
  10. ==> Validating source files with sha256sums...
  11. ==> Extracting sources...
  12.  -> Creating working copy of Gittyup git repo...
  13.  -> Creating working copy of gittyup-libgit2 git repo...
  14.  -> Creating working copy of gittyup-scintillua git repo...
  15.  -> Creating working copy of gittyup-lexilla git repo...
  16.  -> Creating working copy of gittyup-zip git repo...
  17. ==> Starting prepare()...
  18. ==> Removing existing $pkgdir/ directory...
  19. ==> Starting build()...
  20. -- http-parser version 2 was not found or disabled; using bundled 3rd-party sources.
  21. -- Enabled features:
  22. * nanoseconds, whether to use sub-second file mtimes and ctimes
  23. * tracing, tracing support
  24. * threadsafe, threadsafe support
  25. * HTTPS, using OpenSSL
  26. * SHA, using CollisionDetection
  27. * regex, using system PCRE
  28. * http-parser, http-parser support (bundled)
  29. * zlib, using system zlib
  30. * SSH, SSH transport support
  31. * ntlmclient, NTLM authentication support for Unix
  32.  
  33. -- Disabled features:
  34. * debugpool, debug pool allocator
  35. * SPNEGO, SPNEGO authentication support
  36. * iconv, iconv encoding conversion support
  37.  
  38. -- Configuring done
  39. -- Generating done
  40. -- Build files have been written to: /home/denzil/Downloads/gittyup/src/build
  41. ninja: Entering directory `build'
  42. [1/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/IconLabel.cpp.o
  43. [2/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/AddRemoteDialog.cpp.o
  44. [3/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/BranchDelegate.cpp.o
  45. [4/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/ExternalToolsModel.cpp.o
  46. [5/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/CheckoutDialog.cpp.o
  47. [6/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/ExternalToolsDialog.cpp.o
  48. [7/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/BranchTableModel.cpp.o
  49. [8/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/CommitDialog.cpp.o
  50. [9/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/AmendDialog.cpp.o
  51. [10/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/DiffPanel.cpp.o
  52. [11/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/AccountDialog.cpp.o
  53. [12/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/dialogs_autogen/mocs_compilation.cpp.o
  54. [13/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/AboutDialog.cpp.o
  55. [14/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/RemoteTableModel.cpp.o
  56. [15/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/DeleteTagDialog.cpp.o
  57. [16/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/DeleteBranchDialog.cpp.o
  58. [17/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/RebaseConflictDialog.cpp.o
  59. [18/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/NewBranchDialog.cpp.o
  60. [19/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/HotkeysPanel.cpp.o
  61. [20/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/SubmoduleDelegate.cpp.o
  62. [21/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/MergeDialog.cpp.o
  63. [22/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/ThemeDialog.cpp.o
  64. [23/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/PullRequestDialog.cpp.o
  65. [24/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/SubmoduleTableModel.cpp.o
  66. [25/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/CloneDialog.cpp.o
  67. [26/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/RemoteDialog.cpp.o
  68. [27/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/PluginsPanel.cpp.o
  69. [28/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/TagDialog.cpp.o
  70. [29/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/ConfigDialog.cpp.o
  71. [30/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/UpdateSubmodulesDialog.cpp.o
  72. [31/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/StartDialog.cpp.o
  73. [32/34] Building CXX object src/dialogs/CMakeFiles/dialogs.dir/SettingsDialog.cpp.o
  74. [33/34] Linking CXX static library src/dialogs/libdialogs.a
  75. [34/34] Linking CXX executable Gittyup
  76. ==> Starting check()...
  77. ninja: Entering directory `build'
  78. [1/23] Linking CXX executable test/new_branch_dialog
  79. [2/23] Linking CXX executable test/main_window
  80. [3/23] Linking CXX executable test/TreeView
  81. [4/23] Linking CXX executable test/bare_repo
  82. [5/23] Linking CXX executable test/Diff
  83. [6/23] Linking CXX executable test/branches_panel
  84. [7/23] Linking CXX executable test/rebase
  85. [8/23] Linking CXX executable test/Submodule
  86. [9/23] Linking CXX executable test/log
  87. [10/23] Linking CXX executable test/init_repo
  88. [11/23] Linking CXX executable test/CommitAuthorCommitter
  89. [12/23] Linking CXX executable test/sanity
  90. [13/23] Linking CXX executable test/line_endings
  91. [14/23] Linking CXX executable test/merge
  92. [15/23] Linking CXX executable test/external_tools_dialog
  93. [16/23] Linking CXX executable test/editor
  94. [17/23] Linking CXX executable test/EditorLineInfos
  95. [18/23] Linking CXX executable test/index
  96. [19/23] Linking CXX executable test/SshConfig
  97. [20/23] Linking CXX executable test/referencelist
  98. [21/23] Linking CXX executable test/fileContextMenu
  99. [22/23] Linking CXX executable test/amend
  100. [22/23] Running tests...
  101. Test project /home/denzil/Downloads/gittyup/src/build/test
  102. Start 1: bare_repo
  103. 1/22 Test #1: bare_repo ........................ Passed 2.90 sec
  104. Start 2: init_repo
  105. 2/22 Test #2: init_repo ........................ Passed 4.06 sec
  106. Start 3: merge
  107. 3/22 Test #3: merge ............................ Passed 1.44 sec
  108. Start 4: external_tools_dialog
  109. 4/22 Test #4: external_tools_dialog ............ Passed 0.07 sec
  110. Start 5: branches_panel
  111. 5/22 Test #5: branches_panel ................... Passed 0.80 sec
  112. Start 6: editor
  113. 6/22 Test #6: editor ........................... Passed 0.08 sec
  114. Start 7: index
  115. 7/22 Test #7: index ............................***Failed 0.79 sec
  116. ********* Start testing of TestIndex *********
  117. Config: Using QtTest library 5.15.6, Qt 5.15.6 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 12.2.0), arch unknown
  118. QWARN : TestIndex::initTestCase() This plugin does not support propagateSizeHints()
  119. QWARN : TestIndex::initTestCase() This plugin does not support propagateSizeHints()
  120. PASS : TestIndex::initTestCase()
  121. QWARN : TestIndex::stageAddition() This plugin does not support propagateSizeHints()
  122. QWARN : TestIndex::stageAddition() This plugin does not support propagateSizeHints()
  123. QWARN : TestIndex::stageAddition() This plugin does not support propagateSizeHints()
  124. QWARN : TestIndex::stageAddition() This plugin does not support propagateSizeHints()
  125. PASS : TestIndex::stageAddition()
  126. QWARN : TestIndex::stageDeletion() This plugin does not support propagateSizeHints()
  127. QWARN : TestIndex::stageDeletion() This plugin does not support propagateSizeHints()
  128. PASS : TestIndex::stageDeletion()
  129. QWARN : TestIndex::stageDirectory() This plugin does not support propagateSizeHints()
  130. FAIL! : TestIndex::stageDirectory() Compared values are not the same
  131. Actual (unstagedModel->rowCount()): 2
  132. Expected (1) : 1
  133. Loc: [/home/denzil/Downloads/gittyup/src/Gittyup/test/index.cpp(157)]
  134. PASS : TestIndex::cleanupTestCase()
  135. Totals: 4 passed, 1 failed, 0 skipped, 0 blacklisted, 750ms
  136. ********* Finished testing of TestIndex *********
  137.  
  138. Start 8: line_endings
  139. 8/22 Test #8: line_endings ..................... Passed 0.57 sec
  140. Start 9: log
  141. 9/22 Test #9: log .............................. Passed 0.10 sec
  142. Start 10: main_window
  143. 10/22 Test #10: main_window ...................... Passed 0.23 sec
  144. Start 11: new_branch_dialog
  145. 11/22 Test #11: new_branch_dialog ................ Passed 0.07 sec
  146. Start 12: sanity
  147. 12/22 Test #12: sanity ........................... Passed 0.04 sec
  148. Start 13: Diff
  149. 13/22 Test #13: Diff ............................. Passed 0.04 sec
  150. Start 14: EditorLineInfos
  151. 14/22 Test #14: EditorLineInfos .................. Passed 6.00 sec
  152. Start 15: CommitAuthorCommitter
  153. 15/22 Test #15: CommitAuthorCommitter ............ Passed 0.43 sec
  154. Start 16: rebase
  155. 16/22 Test #16: rebase ........................... Passed 3.35 sec
  156. Start 17: TreeView
  157. 17/22 Test #17: TreeView .........................***Failed 0.66 sec
  158. ********* Start testing of TestTreeView *********
  159. Config: Using QtTest library 5.15.6, Qt 5.15.6 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 12.2.0), arch unknown
  160. PASS : TestTreeView::initTestCase()
  161. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/ (1 of 2)
  162. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/ (2 of 2)
  163. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/COMMIT_EDITMSG (3 of 2)
  164. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/HEAD (4 of 2)
  165. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/branches/ (5 of 2)
  166. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/config (6 of 2)
  167. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/description (7 of 2)
  168. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/gittyup/ (8 of 2)
  169. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/gittyup/index/ (9 of 2)
  170. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/gittyup/index/dict (10 of 2)
  171. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/gittyup/index/ids (11 of 2)
  172. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/gittyup/index/post (12 of 2)
  173. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/gittyup/index/prox (13 of 2)
  174. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/gittyup/index/version (14 of 2)
  175. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/hooks/ (15 of 2)
  176. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/hooks/applypatch-msg.sample (16 of 2)
  177. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/hooks/commit-msg.sample (17 of 2)
  178. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/hooks/fsmonitor-watchman.sample (18 of 2)
  179. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/hooks/post-update.sample (19 of 2)
  180. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/hooks/pre-applypatch.sample (20 of 2)
  181. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/hooks/pre-commit.sample (21 of 2)
  182. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/hooks/pre-merge-commit.sample (22 of 2)
  183. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/hooks/pre-push.sample (23 of 2)
  184. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/hooks/pre-rebase.sample (24 of 2)
  185. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/hooks/pre-receive.sample (25 of 2)
  186. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/hooks/prepare-commit-msg.sample (26 of 2)
  187. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/hooks/push-to-checkout.sample (27 of 2)
  188. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/hooks/update.sample (28 of 2)
  189. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/index (29 of 2)
  190. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/info/ (30 of 2)
  191. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/info/exclude (31 of 2)
  192. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/logs/ (32 of 2)
  193. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/logs/HEAD (33 of 2)
  194. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/logs/refs/ (34 of 2)
  195. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/logs/refs/heads/ (35 of 2)
  196. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/logs/refs/heads/master (36 of 2)
  197. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/objects/ (37 of 2)
  198. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/objects/1b/ (38 of 2)
  199. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/objects/1b/6acd6caf98927c32ba565a21fe825a60d36b83 (39 of 2)
  200. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/objects/46/ (40 of 2)
  201. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/objects/46/5b426ae5acf3be659c7523fec0f971be1da473 (41 of 2)
  202. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/objects/9a/ (42 of 2)
  203. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/objects/9a/f543ff4bffcfaaa5fdfc78cd5271648ba4d555 (43 of 2)
  204. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/objects/bc/ (44 of 2)
  205. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/objects/bc/ea1381f020a1c895aabd16c7482add34742c31 (45 of 2)
  206. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/objects/bd/ (46 of 2)
  207. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/objects/bd/d68b0120ca91384c1606468b4ca81b8f67c728 (47 of 2)
  208. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/objects/e6/ (48 of 2)
  209. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 (49 of 2)
  210. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/objects/e8/ (50 of 2)
  211. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/objects/e8/c74a6bca1f7e1e19c1a6116b3b0445e36f0a46 (51 of 2)
  212. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/objects/e8/e55c99d5e6638bb066568e698ddd9e0184738c (52 of 2)
  213. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/objects/info/ (53 of 2)
  214. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/objects/pack/ (54 of 2)
  215. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/refs/ (55 of 2)
  216. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/refs/heads/ (56 of 2)
  217. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/refs/heads/master (57 of 2)
  218. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/.git/refs/tags/ (58 of 2)
  219. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/File.txt (59 of 2)
  220. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/folder/ (60 of 2)
  221. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/folder/subfolder/ (61 of 2)
  222. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/folder/subfolder/file.txt (62 of 2)
  223. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/unstaged/ (63 of 2)
  224. Extracted: /tmp/qt_temp-adAPLE/TreeViewCollapseCount/unstaged/unstagedFile.txt (64 of 2)
  225. QWARN : TestTreeView::restoreStagedFileAfterCommit() This plugin does not support propagateSizeHints()
  226. QWARN : TestTreeView::restoreStagedFileAfterCommit() This plugin does not support propagateSizeHints()
  227. FAIL! : TestTreeView::restoreStagedFileAfterCommit() Compared values are not the same
  228. Actual (unstagedModel->data(file_txt).toString()): "folder/subfolder/file.txt"
  229. Expected (QString("file.txt")) : "file.txt"
  230. Loc: [/home/denzil/Downloads/gittyup/src/Gittyup/test/TreeView.cpp(55)]
  231. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/ (65 of 2)
  232. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/GittyupTestRepo/ (66 of 2)
  233. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/GittyupTestRepo/.git (67 of 2)
  234. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/GittyupTestRepo/README.md (68 of 2)
  235. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/folder1/ (69 of 2)
  236. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/folder1/file.txt (70 of 2)
  237. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/folder1/file2.txt (71 of 2)
  238. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.gitmodules (72 of 2)
  239. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/file.txt (73 of 2)
  240. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/ (74 of 2)
  241. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/hooks/ (75 of 2)
  242. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/hooks/pre-commit.sample (76 of 2)
  243. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/hooks/commit-msg.sample (77 of 2)
  244. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/hooks/update.sample (78 of 2)
  245. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/hooks/pre-applypatch.sample (79 of 2)
  246. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/hooks/pre-merge-commit.sample (80 of 2)
  247. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/hooks/applypatch-msg.sample (81 of 2)
  248. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/hooks/pre-push.sample (82 of 2)
  249. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/hooks/pre-receive.sample (83 of 2)
  250. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/hooks/pre-rebase.sample (84 of 2)
  251. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/hooks/prepare-commit-msg.sample (85 of 2)
  252. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/hooks/push-to-checkout.sample (86 of 2)
  253. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/hooks/post-update.sample (87 of 2)
  254. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/hooks/fsmonitor-watchman.sample (88 of 2)
  255. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/description (89 of 2)
  256. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/branches/ (90 of 2)
  257. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/info/ (91 of 2)
  258. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/info/exclude (92 of 2)
  259. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/refs/ (93 of 2)
  260. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/refs/heads/ (94 of 2)
  261. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/refs/heads/master (95 of 2)
  262. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/refs/tags/ (96 of 2)
  263. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/HEAD (97 of 2)
  264. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/ (98 of 2)
  265. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/pack/ (99 of 2)
  266. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/info/ (100 of 2)
  267. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/47/ (101 of 2)
  268. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/47/7ee8d66624b0cefeaec37f816c6d1d43e18e48 (102 of 2)
  269. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/d8/ (103 of 2)
  270. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/d8/51bef6a6c3757ec64ad3e1339ae5dcfa07a368 (104 of 2)
  271. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/d8/df9685aa4bf5f2f6e82fa84b20152a06864f21 (105 of 2)
  272. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/e6/ (106 of 2)
  273. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/e6/46109871dc9404ad77bb2077c43504ba3fb2c1 (107 of 2)
  274. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/0a/ (108 of 2)
  275. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/0a/c9638029d5f57f672ab7e1818bcf28812676ad (109 of 2)
  276. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/f3/ (110 of 2)
  277. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/f3/43d8e791560c227af5e47815984ca469ab5eb2 (111 of 2)
  278. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/8a/ (112 of 2)
  279. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/8a/6c47983a48fb678b7f37ed49e595e79d715ceb (113 of 2)
  280. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/45/ (114 of 2)
  281. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/45/91fc6a4d0686519b1bf0eebc03e3991c8cb237 (115 of 2)
  282. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/11/ (116 of 2)
  283. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/11/282027e66549773626ec3687839a8d6dfe4d5c (117 of 2)
  284. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/51/ (118 of 2)
  285. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/objects/51/198ba9b2b2b2c25ea6576cf7ca3e9f2a7c3fc7 (119 of 2)
  286. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/config (120 of 2)
  287. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/COMMIT_EDITMSG (121 of 2)
  288. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/index (122 of 2)
  289. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/gittyup/ (123 of 2)
  290. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/gittyup/index/ (124 of 2)
  291. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/gittyup/index/ids (125 of 2)
  292. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/gittyup/index/post (126 of 2)
  293. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/gittyup/index/prox (127 of 2)
  294. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/gittyup/index/dict (128 of 2)
  295. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/gittyup/index/version (129 of 2)
  296. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/logs/ (130 of 2)
  297. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/logs/HEAD (131 of 2)
  298. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/logs/refs/ (132 of 2)
  299. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/logs/refs/heads/ (133 of 2)
  300. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/.git/logs/refs/heads/master (134 of 2)
  301. Extracted: /home/denzil/Downloads/gittyup/src/Gittyup/test/testRepos/TestRepository/file2.txt (135 of 2)
  302. QWARN : TestTreeView::discardFiles() This plugin does not support propagateSizeHints()
  303. QWARN : TestTreeView::discardFiles() This plugin does not support propagateSizeHints()
  304. QWARN : TestTreeView::discardFiles() This plugin does not support propagateSizeHints()
  305. FAIL! : TestTreeView::discardFiles() Compared values are not the same
  306. Actual (unstagedModel->rowCount()): 5
  307. Expected (4) : 4
  308. Loc: [/home/denzil/Downloads/gittyup/src/Gittyup/test/TreeView.cpp(143)]
  309. PASS : TestTreeView::cleanupTestCase()
  310. Totals: 2 passed, 2 failed, 0 skipped, 0 blacklisted, 619ms
  311. ********* Finished testing of TestTreeView *********
  312.  
  313. Start 18: Submodule
  314. 18/22 Test #18: Submodule ........................ Passed 2.07 sec
  315. Start 19: referencelist
  316. 19/22 Test #19: referencelist .................... Passed 0.83 sec
  317. Start 20: amend
  318. 20/22 Test #20: amend ............................ Passed 0.57 sec
  319. Start 21: SshConfig
  320. 21/22 Test #21: SshConfig ........................ Passed 0.05 sec
  321. Start 22: fileContextMenu
  322. 22/22 Test #22: fileContextMenu .................. Passed 1.60 sec
  323.  
  324. 91% tests passed, 2 tests failed out of 22
  325.  
  326. Label Time Summary:
  327. NO_WIN32_OFFSCREEN = 3.05 sec*proc (4 tests)
  328.  
  329. Total Test time (real) = 26.75 sec
  330.  
  331. The following tests FAILED:
  332. 7 - index (Failed)
  333. 17 - TreeView (Failed)
  334. FAILED: test/CMakeFiles/check /home/denzil/Downloads/gittyup/src/build/test/CMakeFiles/check
  335. cd /home/denzil/Downloads/gittyup/src/build/test && /usr/bin/ctest --force-new-ctest-process --output-on-failure --timeout 300
  336. ninja: build stopped: subcommand failed.
  337.  
  338.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement