From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: bug#36438: git-fetch issue Date: Sat, 29 Jun 2019 23:09:43 +0200 Message-ID: <20190629230943.670b5e33@sybil.lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42927) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hhKck-00074H-5W for bug-guix@gnu.org; Sat, 29 Jun 2019 17:11:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hhKci-00058T-Bt for bug-guix@gnu.org; Sat, 29 Jun 2019 17:11:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59654) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hhKcg-00057K-R2 for bug-guix@gnu.org; Sat, 29 Jun 2019 17:11:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hhKcg-0004Wn-G5 for bug-guix@gnu.org; Sat, 29 Jun 2019 17:11:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:42802) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hhKbo-0006rr-6w for bug-guix@gnu.org; Sat, 29 Jun 2019 17:10:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hhKbm-0004TB-V7 for bug-guix@gnu.org; Sat, 29 Jun 2019 17:10:08 -0400 Received: from lepiller.eu ([2a00:5884:8208::1]:52714) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hhKbm-0004AG-JO for bug-guix@gnu.org; Sat, 29 Jun 2019 17:10:06 -0400 Received: from sybil.lepiller.eu (89-92-10-229.hfc.dyn.abo.bbox.fr [89.92.10.229]) by lepiller.eu (OpenSMTPD) with ESMTPSA id fc5273ee (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Sat, 29 Jun 2019 21:09:48 +0000 (UTC) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 36438@debbugs.gnu.org Hi, I'm trying to build an old version of kotlin from its git repository. Unfortunately, there is an issue when checking out the repository. Here is the log (truncated in the list of branches and tags): environment variable `PATH' set to `/gnu/store/q09sy224qnxrp982z4xfaxi19721mjx8-gzip-1.9/bin:/gnu/store/ipx79bfj2mrc8npj7s3qi3zri11jfhaw-tar-1.30/bin' Initialized empty Git repository in /gnu/store/z4mqw5b9vq2ki0rxaix2wsmhmxq14s6a-kotlin-0.4.424-checkout/.git/ error: Server does not allow request for unadvertised object 2f47e30a1a12347759dbb8707f5137178de65696 Failed to do a shallow fetch; retrying a full fetch... From https://github.com/JetBrains/kotlin * [new branch] 1.0.1 -> origin/1.0.1 * [new branch] 1.0.1_/br141 -> origin/1.0.1_/br141 * [new branch] 1.0.1_/br145 -> origin/1.0.1_/br145 ... * [new tag] v1.3.40-eap-32 -> v1.3.40-eap-32 * [new tag] v1.3.40-eap-67 -> v1.3.40-eap-67 Note: checking out '2f47e30a1a12347759dbb8707f5137178de65696'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at 2f47e30a1a1 Fixed UnsupportedOperationException when a namespace is used in place of an expression. warning: failed to delete .git/refs/tags/rc1.0.0-IJ143-5-143.???2072: No such file or directory warning: failed to delete .git/refs/tags/1.0.3-eap-13-IJ143-2-143.???2167.???2: No such file or directory Backtrace: 11 (primitive-load "/gnu/store/21xc0h6f0c1zngfgza7526w32i0?") In ice-9/eval.scm: 293:34 10 (_ #) In ice-9/boot-9.scm: 829:9 9 (catch _ _ # ?) In ./guix/build/git.scm: 76:6 8 (_) In ice-9/ftw.scm: 452:32 7 (loop _ _ #(64768 20746206 16877 7 999 30000 0 4096 # ?) ?) In srfi/srfi-1.scm: 466:18 6 (fold # ?) In unknown file: 5 (_ # # ?) In ice-9/ftw.scm: 452:32 4 (loop _ _ #(64768 20746213 16877 5 999 30000 0 4096 # ?) ?) In srfi/srfi-1.scm: 466:18 3 (fold # ?) In unknown file: 2 (_ # # ?) In ice-9/ftw.scm: 463:35 1 (loop _ _ _ _ _) In unknown file: 0 (rmdir ".git/refs/tags") ERROR: In procedure rmdir: In procedure rmdir: Directory not empty