Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Fwd: [Bug 568904] CDT repo is broken (and others too??)

The CDT git repo is not working (for me and CI at least).

Sorry :-(

Follow the bug for updates.

Jonah

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


---------- Forwarded message ---------
From: <bugzilla-daemon@xxxxxxxxxxx>
Date: Tue, 17 Nov 2020 at 20:01
Subject: [Bug 568904] CDT repo is broken (and others too??)
To: <jonah@xxxxxxxxxxxxxxxx>


https://bugs.eclipse.org/bugs/show_bug.cgi?id=568904
Product/Component: Community / Gerrit


Jonah Graham <jonah@xxxxxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|CI-Jenkins                  |Gerrit
           Assignee|ci.admin-inbox@xxxxxxxxxxx  |webmaster@xxxxxxxxxxx
            Summary|Jenkins & Gerrit error:     |CDT repo is broken (and
                   |fatal: expected 'packfile', |others too??)
                   |received 'acknowledgments'  |
           Priority|P3                          |P1

--- Comment #2 from Jonah Graham <jonah@xxxxxxxxxxxxxxxx> ---
I didn't dig into this enough before. It looks like the problem is just on the
Git side:

$ git clone https://git.eclipse.org/r/cdt/org.eclipse.cdt.git
Cloning into 'org.eclipse.cdt'...
fatal: expected 'packfile', received 'acknowledgments'

$ git clone "ssh://jograham@xxxxxxxxxxxxxxx:29418/cdt/org.eclipse.cdt"
Cloning into 'org.eclipse.cdt'...
fatal: internal server error

# this fetch done in a CDT repo I already had cloned:
$ git fetch origin
fatal: internal server error
fatal: unable to write request to remote: Broken pipe

I can see a similar problem for CDT's website:

$ git clone "ssh://jograham@xxxxxxxxxxxxxxx:29418/www.eclipse.org/cdt"
Cloning into 'cdt'...
fatal: internal server error
fatal: remote error: unknown command peel


# this fetch done in a CDT repo I already had cloned:
$ git fetch
>From ssh://git.eclipse.org:29418/www.eclipse.org/cdt
   522ac15..3ecb5b8  master     -> origin/master
fatal: internal server error

--
You are receiving this mail because:
You reported the bug.
You are on the CC list for the bug.

Back to the top