<< Back to previous view |
![]() |
[QB-2453] Error on attempt to view submodule changes after Git proof build
|
|
Status: | Open |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 5.1.43 |
Fix Version/s: | 6.0.17 |
Type: | Bug | Priority: | Critical |
Reporter: | Alexey Shumkin | Assigned To: | Unassigned |
Resolution: | Unresolved | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown | ||
Environment: |
System Date and Time 2015-05-18 19:01:45
Operating System Linux 3.13.0-32-generic, amd64 JVM OpenJDK 64-Bit Server VM 1.7.0_65, Oracle Corporation QuickBuild Version 5.1.43 - Sat Jan 17 05:04:39 MSK 2015 OS User Name quickbuild |
Description |
If Git submodule changed (modified or added; but not deleted) then proof build fails
Here is log cut of a failure cause ---8<--- 18:59:54,761 INFO - commit f300e364eef97998ca73cec69a3b2da0a777c50e 18:59:54,761 INFO - tree dd743ebcf0e518405011e02c6767abbe36f60ff4 18:59:54,761 INFO - parent dba7c927af47b9e4fd1d7b634d511a109fd771a6 18:59:54,761 INFO - author ... 18:59:54,761 INFO - committer ... 18:59:54,761 INFO - encoding Windows-1251 18:59:54,761 INFO - 18:59:54,761 INFO - test proofbuild submodule change 18:59:54,761 INFO - 18:59:54,761 INFO - M lib/gems/rake-delphi 18:59:54,765 DEBUG - Reading content of path: lib/gems/rake-delphi 18:59:54,765 DEBUG - Executing command: git show f300e364eef97998ca73cec69a3b2da0a777c50e:lib/gems/rake-delphi 18:59:54,765 DEBUG - Command working directory: ... 18:59:54,784 ERROR - fatal: bad object f300e364eef97998ca73cec69a3b2da0a777c50e:lib/gems/rake-delphi 18:59:55,911 INFO - Executing post-execute action... 18:59:55,911 ERROR - Step 'master>checkout repo>checkout Git' is failed: Failed to run command: git show f300e364eef97998ca73cec69a3b2da0a777c50e:lib/gems/rake-delphi Command return code: 128 Command error output: fatal: bad object f300e364eef97998ca73cec69a3b2da0a777c50e:lib/gems/rake-delphi ---8<--- |
Comments |
Comment by Alexey Shumkin [ 28/May/15 11:21 AM ] |
cloning works unexpectedly...
this is valid issue but with incorrect headers I'll report a new issue instead of it |