Igniters, hello!
Currently I'm experiencing difficulties with an archive that is built by a TC job. I ran a build job (Apache Ignite / Main) and downloaded artifacts. After that the script to add a tag to the repository throws an error. Problem is with git folder, git can't fetch anything: error: object directory /opt/buildagent/system/git/git-BF1D6845.git/objects does not exist; check .git/objects/info/alternates error: refs/heads/ignite-2.9 does not point to a valid object! error: refs/remotes/origin/ignite-2.9 does not point to a valid object! error: refs/tags/1.1.3 does not point to a valid object! Not to mention that directory doesn't point anywhere in particular in an arbitrary system, there is no ref folder inside .git either. Any help? |
The problem is with mirroring option for TC VCS root.
I think for releases we should redesign release build to require native checked out repository, not mirrored one. > On 10 Dec 2020, at 18:20, Yaroslav Molochkov <[hidden email]> wrote: > > Igniters, hello! > > Currently I'm experiencing difficulties with an archive that is built by a > TC job. > > I ran a build job (Apache Ignite / Main) and downloaded artifacts. After > that the script to add a tag to the repository throws an error. Problem is > with git folder, git can't fetch anything: > > error: object directory /opt/buildagent/system/git/git-BF1D6845.git/objects > does not exist; check .git/objects/info/alternates > > error: refs/heads/ignite-2.9 does not point to a valid object! > > error: refs/remotes/origin/ignite-2.9 does not point to a valid object! > > error: refs/tags/1.1.3 does not point to a valid object! > > > Not to mention that directory doesn't point anywhere in particular in an > arbitrary system, there is no ref folder inside .git either. > > > Any help? |
Thanks, Petr!
I've created a ticket <https://issues.apache.org/jira/browse/IGNITE-13839> for that issue On Thu, Dec 10, 2020 at 6:35 PM Petr Ivanov <[hidden email]> wrote: > The problem is with mirroring option for TC VCS root. > > I think for releases we should redesign release build to require native > checked out repository, not mirrored one. > > > > On 10 Dec 2020, at 18:20, Yaroslav Molochkov <[hidden email]> > wrote: > > > > Igniters, hello! > > > > Currently I'm experiencing difficulties with an archive that is built by > a > > TC job. > > > > I ran a build job (Apache Ignite / Main) and downloaded artifacts. After > > that the script to add a tag to the repository throws an error. Problem > is > > with git folder, git can't fetch anything: > > > > error: object directory > /opt/buildagent/system/git/git-BF1D6845.git/objects > > does not exist; check .git/objects/info/alternates > > > > error: refs/heads/ignite-2.9 does not point to a valid object! > > > > error: refs/remotes/origin/ignite-2.9 does not point to a valid object! > > > > error: refs/tags/1.1.3 does not point to a valid object! > > > > > > Not to mention that directory doesn't point anywhere in particular in an > > arbitrary system, there is no ref folder inside .git either. > > > > > > Any help? > > |
Petr,
Will you fix the issue [1] soon or we can proceed with the 2.9.1 release manually? [1] https://issues.apache.org/jira/browse/IGNITE-13839 On Thu, 10 Dec 2020 at 20:59, Yaroslav Molochkov <[hidden email]> wrote: > > Thanks, Petr! > > I've created a ticket <https://issues.apache.org/jira/browse/IGNITE-13839> for > that issue > > On Thu, Dec 10, 2020 at 6:35 PM Petr Ivanov <[hidden email]> wrote: > > > The problem is with mirroring option for TC VCS root. > > > > I think for releases we should redesign release build to require native > > checked out repository, not mirrored one. > > > > > > > On 10 Dec 2020, at 18:20, Yaroslav Molochkov <[hidden email]> > > wrote: > > > > > > Igniters, hello! > > > > > > Currently I'm experiencing difficulties with an archive that is built by > > a > > > TC job. > > > > > > I ran a build job (Apache Ignite / Main) and downloaded artifacts. After > > > that the script to add a tag to the repository throws an error. Problem > > is > > > with git folder, git can't fetch anything: > > > > > > error: object directory > > /opt/buildagent/system/git/git-BF1D6845.git/objects > > > does not exist; check .git/objects/info/alternates > > > > > > error: refs/heads/ignite-2.9 does not point to a valid object! > > > > > > error: refs/remotes/origin/ignite-2.9 does not point to a valid object! > > > > > > error: refs/tags/1.1.3 does not point to a valid object! > > > > > > > > > Not to mention that directory doesn't point anywhere in particular in an > > > arbitrary system, there is no ref folder inside .git either. > > > > > > > > > Any help? > > > > |
That will require time and some research.
A will try to do it today, in urgent case — can introduce half-hack for now and improve later. > On 11 Dec 2020, at 13:17, Maxim Muzafarov <[hidden email]> wrote: > > Petr, > > Will you fix the issue [1] soon or we can proceed with the 2.9.1 > release manually? > > [1] https://issues.apache.org/jira/browse/IGNITE-13839 > > On Thu, 10 Dec 2020 at 20:59, Yaroslav Molochkov <[hidden email]> wrote: >> >> Thanks, Petr! >> >> I've created a ticket <https://issues.apache.org/jira/browse/IGNITE-13839> for >> that issue >> >> On Thu, Dec 10, 2020 at 6:35 PM Petr Ivanov <[hidden email]> wrote: >> >>> The problem is with mirroring option for TC VCS root. >>> >>> I think for releases we should redesign release build to require native >>> checked out repository, not mirrored one. >>> >>> >>>> On 10 Dec 2020, at 18:20, Yaroslav Molochkov <[hidden email]> >>> wrote: >>>> >>>> Igniters, hello! >>>> >>>> Currently I'm experiencing difficulties with an archive that is built by >>> a >>>> TC job. >>>> >>>> I ran a build job (Apache Ignite / Main) and downloaded artifacts. After >>>> that the script to add a tag to the repository throws an error. Problem >>> is >>>> with git folder, git can't fetch anything: >>>> >>>> error: object directory >>> /opt/buildagent/system/git/git-BF1D6845.git/objects >>>> does not exist; check .git/objects/info/alternates >>>> >>>> error: refs/heads/ignite-2.9 does not point to a valid object! >>>> >>>> error: refs/remotes/origin/ignite-2.9 does not point to a valid object! >>>> >>>> error: refs/tags/1.1.3 does not point to a valid object! >>>> >>>> >>>> Not to mention that directory doesn't point anywhere in particular in an >>>> arbitrary system, there is no ref folder inside .git either. >>>> >>>> >>>> Any help? >>> >>> |
Free forum by Nabble | Edit this page |