OpenDev git error: RPC failed; result=18, HTTP code = 200iB | 57.00 KiB/s
Hi OpenDev team, When trying to pull tripleo from opendev.org, git failed with Fatal Error 128. Can you please check and fix it? [ooo@VM-3O ~]$ git config http.postBuffer 24288000 [ooo@VM-3O ~]$ git clone https://opendev.org/openstack/tripleo-quickstart-extras/ Cloning into 'tripleo-quickstart-extras'... remote: Enumerating objects: 19996, done. remote: Counting objects: 100% (19996/19996), done. remote: Compressing objects: 100% (6835/6835), done. error: RPC failed; result=18, HTTP code = 200iB | 57.00 KiB/s fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed The Error is reproducible with/without the following git configurations [ooo@VM-3O ~]$ git config --list core.compression=-1 http.postbuffer=24288000 Thanks!
I have to "git clone https://opendev.org/openstack/tripleo-quickstart-extras/ --depth 1" Maybe my network is too slow.. ------------------ Original ------------------ From: "Pengzhi" <393958790@qq.com>; Date: Thu, Dec 17, 2020 10:02 AM To: "service-discuss"<service-discuss@lists.opendev.org>; Subject: OpenDev git error: RPC failed; result=18, HTTP code = 200iB | 57.00 KiB/s Hi OpenDev team, When trying to pull tripleo from opendev.org, git failed with Fatal Error 128. Can you please check and fix it? [ooo@VM-3O ~]$ git config http.postBuffer 24288000 [ooo@VM-3O ~]$ git clone https://opendev.org/openstack/tripleo-quickstart-extras/ Cloning into 'tripleo-quickstart-extras'... remote: Enumerating objects: 19996, done. remote: Counting objects: 100% (19996/19996), done. remote: Compressing objects: 100% (6835/6835), done. error: RPC failed; result=18, HTTP code = 200iB | 57.00 KiB/s fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed The Error is reproducible with/without the following git configurations [ooo@VM-3O ~]$ git config --list core.compression=-1 http.postbuffer=24288000 Thanks!
A successful clone: Cloning into 'tripleo-quickstart-extras'... remote: Enumerating objects: 19996, done. remote: Counting objects: 100% (19996/19996), done. remote: Compressing objects: 100% (8880/8880), done. remote: Total 19996 (delta 13092), reused 16295 (delta 9833) Receiving objects: 100% (19996/19996), 3.32 MiB | 0 bytes/s, done. Resolving deltas: 100% (13092/13092), done. Checking out files: 100% (579/579), done. real 0m6.018s user 0m0.431s sys 0m0.418s A failed clone: Cloning into 'tripleo-quickstart-extras'... remote: Enumerating objects: 19996, done. remote: Counting objects: 100% (19996/19996), done. remote: Compressing objects: 100% (8949/8949), done. error: RPC failed; result=18, HTTP code = 200B | 9.00 KiB/s fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed ------------------ Original ------------------ From: "Pengzhi" <393958790@qq.com>; Date: Thu, Dec 17, 2020 02:23 PM To: "service-discuss"<service-discuss@lists.opendev.org>; Subject: Re:OpenDev git error: RPC failed; result=18, HTTP code = 200iB | 57.00 KiB/s I have to "git clone https://opendev.org/openstack/tripleo-quickstart-extras/ --depth 1" Maybe my network is too slow.. ------------------ Original ------------------ From: "Pengzhi" <393958790@qq.com>; Date: Thu, Dec 17, 2020 10:02 AM To: "service-discuss"<service-discuss@lists.opendev.org>; Subject: OpenDev git error: RPC failed; result=18, HTTP code = 200iB | 57.00 KiB/s Hi OpenDev team, When trying to pull tripleo from opendev.org, git failed with Fatal Error 128. Can you please check and fix it? [ooo@VM-3O ~]$ git config http.postBuffer 24288000 [ooo@VM-3O ~]$ git clone https://opendev.org/openstack/tripleo-quickstart-extras/ Cloning into 'tripleo-quickstart-extras'... remote: Enumerating objects: 19996, done. remote: Counting objects: 100% (19996/19996), done. remote: Compressing objects: 100% (6835/6835), done. error: RPC failed; result=18, HTTP code = 200iB | 57.00 KiB/s fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed The Error is reproducible with/without the following git configurations [ooo@VM-3O ~]$ git config --list core.compression=-1 http.postbuffer=24288000 Thanks!
[Cc'ing you since you don't seem to be subscribed to this ML] On 2020-12-17 10:02:11 +0800 (+0800), Pengzhi wrote:
When trying to pull tripleo from opendev.org, git failed with Fatal Error 128. Can you please check and fix it? [...]
I've been unable to reproduce this, even individually testing each of our backend servers from multiple locations globally. This seems more like it's the result of a misbehaving firewall/nat/proxy between you and the servers. Do you have insight into the gateways for your local network and their configuration? You might also check for packet loss between your systems and the https://opendev.org/ frontend. -- Jeremy Stanley
Hey, This could be related to upload pack sizes I debugged some years ago: https://josh.hesketh.net.au/2015/06/git-openstack-org-adventures/ Basically it might be worth checking the timeouts in HAProxy and/or Apache/etc. Unfortunately I don't have the time to take a look myself anymore :-(. Hope that helps though! Cheers, Josh On Fri, Dec 18, 2020 at 5:02 AM Jeremy Stanley <fungi@yuggoth.org> wrote:
[Cc'ing you since you don't seem to be subscribed to this ML]
On 2020-12-17 10:02:11 +0800 (+0800), Pengzhi wrote:
When trying to pull tripleo from opendev.org, git failed with Fatal Error 128. Can you please check and fix it? [...]
I've been unable to reproduce this, even individually testing each of our backend servers from multiple locations globally. This seems more like it's the result of a misbehaving firewall/nat/proxy between you and the servers. Do you have insight into the gateways for your local network and their configuration? You might also check for packet loss between your systems and the https://opendev.org/ frontend. -- Jeremy Stanley
participants (3)
-
Jeremy Stanley
-
Joshua Hesketh
-
Pengzhi