From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 03 06:47:44 2017 Received: (at submit) by debbugs.gnu.org; 3 Dec 2017 11:47:44 +0000 Received: from localhost ([127.0.0.1]:42455 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLSkK-0004Tn-G8 for submit@debbugs.gnu.org; Sun, 03 Dec 2017 06:47:44 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37194) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLSkJ-0004Tc-0E for submit@debbugs.gnu.org; Sun, 03 Dec 2017 06:47:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLSkC-0008To-Fd for submit@debbugs.gnu.org; Sun, 03 Dec 2017 06:47:37 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44632) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eLSkC-0008Tk-Cs for submit@debbugs.gnu.org; Sun, 03 Dec 2017 06:47:36 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLSkA-0002tH-Us for bug-guix@gnu.org; Sun, 03 Dec 2017 06:47:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLSk5-0008Qk-S5 for bug-guix@gnu.org; Sun, 03 Dec 2017 06:47:33 -0500 Received: from world.peace.net ([50.252.239.5]:39458) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eLSk5-0008QO-Ny for bug-guix@gnu.org; Sun, 03 Dec 2017 06:47:29 -0500 Received: from pool-72-93-29-217.bstnma.east.verizon.net ([72.93.29.217] helo=jojen) by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1eLSjs-0001dM-9V; Sun, 03 Dec 2017 06:47:16 -0500 From: Mark H Weaver To: bug-guix@gnu.org Subject: Intermittent test failures in 'git' Date: Sun, 03 Dec 2017 06:47:10 -0500 Message-ID: <87lgikyqwx.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) On Hydra, the following intermittent test failure in 'git' has occurred twice in the last two days, and twice about a month ago: --8<---------------cut here---------------start------------->8--- not ok 3 - git svn branch tests # # test_must_fail git svn branch a && # git svn branch --parents a && # test_must_fail git svn branch -t tag1 && # git svn branch --parents -t tag1 && # test_must_fail git svn branch --tag tag2 && # git svn branch --parents --tag tag2 && # test_must_fail git svn tag tag3 && # git svn tag --parents tag3 # # failed 1 among 3 test(s) 1..3 make[2]: *** [Makefile:49: t9167-git-svn-cmd-branch-subproject.sh] Error 1 --8<---------------cut here---------------end--------------->8--- The problem is not architecture specific. It has occurred at least once on all three hydra-supported-systems (x86_64, i686, and armhf). The collateral damage includes several hundred dependency failures. The following error also happened once on x86_64 about a month ago: --8<---------------cut here---------------start------------->8--- not ok 3 - git svn branch tests # # git svn branch a && # base=$(git rev-parse HEAD:) && # test $base = $(git rev-parse remotes/origin/a:) && # git svn branch -m "created branch b blah" b && # test $base = $(git rev-parse remotes/origin/b:) && # test_must_fail git branch -m "no branchname" && # git svn branch -n c && # test_must_fail git rev-parse remotes/origin/c && # test_must_fail git svn branch a && # git svn branch -t tag1 && # test $base = $(git rev-parse remotes/origin/tags/tag1:) && # git svn branch --tag tag2 && # test $base = $(git rev-parse remotes/origin/tags/tag2:) && # git svn tag tag3 && # test $base = $(git rev-parse remotes/origin/tags/tag3:) && # git svn tag -m "created tag4 foo" tag4 && # test $base = $(git rev-parse remotes/origin/tags/tag4:) && # test_must_fail git svn tag -m "no tagname" && # git svn tag -n tag5 && # test_must_fail git rev-parse remotes/origin/tags/tag5 && # test_must_fail git svn tag tag1 # [...] # failed 1 among 4 test(s) 1..4 make[2]: *** [Makefile:49: t9128-git-svn-cmd-branch.sh] Error 1 --8<---------------cut here---------------end--------------->8--- Mark From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 04 04:33:20 2017 Received: (at 29546) by debbugs.gnu.org; 4 Dec 2017 09:33:20 +0000 Received: from localhost ([127.0.0.1]:44300 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLn7o-000807-4p for submit@debbugs.gnu.org; Mon, 04 Dec 2017 04:33:20 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:41340) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLn7m-0007zz-Cx for 29546@debbugs.gnu.org; Mon, 04 Dec 2017 04:33:18 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id A78493C8B; Mon, 4 Dec 2017 10:33:20 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X24VOXls_hVP; Mon, 4 Dec 2017 10:33:19 +0100 (CET) Received: from ribbon (unknown [193.50.110.211]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 0DDBB55E; Mon, 4 Dec 2017 10:33:18 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Mark H Weaver Subject: Re: bug#29546: Intermittent test failures in 'git' References: <87lgikyqwx.fsf@netris.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 14 Frimaire an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 04 Dec 2017 10:33:15 +0100 In-Reply-To: <87lgikyqwx.fsf@netris.org> (Mark H. Weaver's message of "Sun, 03 Dec 2017 06:47:10 -0500") Message-ID: <87efoaq1lw.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 29546 Cc: 29546@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Hi Mark, Mark H Weaver skribis: > On Hydra, the following intermittent test failure in 'git' has occurred > twice in the last two days, and twice about a month ago: This was discussed in , which led to commit c03ba83c17c91e34e811a909fae0f63aab701ff9 to run tests sequentially. Currently that seems to work well: https://hydra.gnu.org/job/gnu/master/git-2.15.1.x86_64-linux https://hydra.gnu.org/job/gnu/master/git-2.15.1.i686-linux The ARM build is still running though: https://hydra.gnu.org/job/gnu/master/git-2.15.1.armhf-linux Let=E2=80=99s see if the problem shows up again. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 04 10:37:18 2017 Received: (at 29546) by debbugs.gnu.org; 4 Dec 2017 15:37:18 +0000 Received: from localhost ([127.0.0.1]:45626 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLso2-0001mn-5D for submit@debbugs.gnu.org; Mon, 04 Dec 2017 10:37:18 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:42307) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLso0-0001mf-Nf for 29546@debbugs.gnu.org; Mon, 04 Dec 2017 10:37:17 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 8B0F210176; Mon, 4 Dec 2017 16:37:18 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ljX9dz0I5Bo2; Mon, 4 Dec 2017 16:37:17 +0100 (CET) Received: from ribbon (unknown [193.50.110.211]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 0B343744C; Mon, 4 Dec 2017 16:37:16 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Mark H Weaver Subject: Re: bug#29546: Intermittent test failures in 'git' References: <87lgikyqwx.fsf@netris.org> <87efoaq1lw.fsf@gnu.org> Date: Mon, 04 Dec 2017 16:37:13 +0100 In-Reply-To: <87efoaq1lw.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 04 Dec 2017 10:33:15 +0100") Message-ID: <87h8t6mrme.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 29546 Cc: 29546@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Hi Mark, > > Mark H Weaver skribis: > >> On Hydra, the following intermittent test failure in 'git' has occurred >> twice in the last two days, and twice about a month ago: > > This was discussed in , which led to commit > c03ba83c17c91e34e811a909fae0f63aab701ff9 to run tests sequentially. > > Currently that seems to work well: > > https://hydra.gnu.org/job/gnu/master/git-2.15.1.x86_64-linux > https://hydra.gnu.org/job/gnu/master/git-2.15.1.i686-linux > > The ARM build is still running though: > > https://hydra.gnu.org/job/gnu/master/git-2.15.1.armhf-linux Bad news, it failed (see ): --8<---------------cut here---------------start------------->8--- *** t9167-git-svn-cmd-branch-subproject.sh *** ok 1 - initialize svnrepo ok 2 - import into git not ok 3 - git svn branch tests #=09 # test_must_fail git svn branch a && # git svn branch --parents a && # test_must_fail git svn branch -t tag1 && # git svn branch --parents -t tag1 && # test_must_fail git svn branch --tag tag2 && # git svn branch --parents --tag tag2 && # test_must_fail git svn tag tag3 && # git svn tag --parents tag3 #=09 # failed 1 among 3 test(s) 1..3 make[2]: *** [Makefile:49: t9167-git-svn-cmd-branch-subproject.sh] Error 1 --8<---------------cut here---------------end--------------->8--- I tried building it for i686 on my laptop and it failed similarly. This bug report seems to be relevant, and it suggests bugs in the Perl bindings of Subversion: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D871562 For now I=E2=80=99ve disabled three of the git-svn tests that were reported= to fail intermittently in commit c7699ebeb4233d81f294ff7e8b8eb3676119ae4a, so that we can hopefully build Git more reliably. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 28 23:21:27 2023 Received: (at 29546-done) by debbugs.gnu.org; 29 Aug 2023 03:21:27 +0000 Received: from localhost ([127.0.0.1]:49244 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qapIF-0001jD-El for submit@debbugs.gnu.org; Mon, 28 Aug 2023 23:21:27 -0400 Received: from mail-qk1-x731.google.com ([2607:f8b0:4864:20::731]:51470) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qapIC-0001ix-BR for 29546-done@debbugs.gnu.org; Mon, 28 Aug 2023 23:21:26 -0400 Received: by mail-qk1-x731.google.com with SMTP id af79cd13be357-76dc77fd024so295393685a.3 for <29546-done@debbugs.gnu.org>; Mon, 28 Aug 2023 20:21:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693279272; x=1693884072; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=b+882pO2d484DJfqR9NyTHkNxxsCqmt/ET/ZshJCIHI=; b=Bf2ClmDdUmlU5MPXfGjj3dXDpM36jKRlp5Z3xvnCCXo6BawaNJGhahd0YAtdDfB1ba 6Wb7LDaIvPbkn7RZBZabYtyQ+8WMXkx2sVGcABerJ9wt+s9dtZj3jOGXdG7r3P9UkY0w wR3huezQhFCfdd3mMdgDZi75d0ZGdE8321EDeY+rQiMRU0LrZl9BwIbJcV91PaNrejjj M0iW0KoIchKj/MEUKRW9MnEgk6OMMGpj2NpxDQg203MtxJZHKRSG6N/WV9JF38WWat80 Vf7VbI1nMp9O4gyajcPLrRriL/va9RQPJG7vwoekcfZ6H4hfHhTooBa5A3ENfxNsKiBe QX8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693279272; x=1693884072; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=b+882pO2d484DJfqR9NyTHkNxxsCqmt/ET/ZshJCIHI=; b=HEhydfivGaJLJK2MbWJ4PF7rc8XKDdCXeYYHNk6wP33Iik0nB1YMgBzmTGWj7m2LvG VWvGKO/7+ocVK2M06P3PKbWk/16JFI92f7UBXaKI9kBMZhkOP+RmWl6GikOK62Htj2hA fbEYoC+vwvO/BlQjU6aNTaX9c0btbHI1Pm44nrr0RFixTKHir0WN2vKGlZWWMrvYJpsg rlIHxPSmTNnp9ip4eiP/8Pm4B+hEZgW3Ld6yzw7mjW/oC4ZRbP9VKwpdQ7i/tEjDXxn7 9VYiy1Zu5c3aqEi8l+N+ILI38ZiaAjeTrNW6mekzxYhBPmJSbDCV5suPTHOenPyny2be 8MSg== X-Gm-Message-State: AOJu0YxuQosSdVwd2VLrcmhM/Ihl4jZMtIb+LCuxRHE+N+zVzQ4TtW+6 dMIDrID8jqQj1ql7U2EcobYU+4hphf4PfQ== X-Google-Smtp-Source: AGHT+IH0pZ9DBiSblVAw3xL3OrTVLvIje1bdaAynIqf3atjrJAUmdsRyA4K0gBRqRpTUBYXbVpAuOQ== X-Received: by 2002:a05:620a:430c:b0:76c:a673:5271 with SMTP id u12-20020a05620a430c00b0076ca6735271mr32385712qko.24.1693279271830; Mon, 28 Aug 2023 20:21:11 -0700 (PDT) Received: from hurd (dsl-10-132-204.b2b2c.ca. [72.10.132.204]) by smtp.gmail.com with ESMTPSA id f4-20020a0cf3c4000000b0064f46918737sm3032302qvm.91.2023.08.28.20.21.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 28 Aug 2023 20:21:11 -0700 (PDT) From: Maxim Cournoyer To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: bug#29546: Intermittent test failures in 'git' References: <87lgikyqwx.fsf@netris.org> <87efoaq1lw.fsf@gnu.org> <87h8t6mrme.fsf@gnu.org> Date: Mon, 28 Aug 2023 23:21:10 -0400 In-Reply-To: <87h8t6mrme.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Mon, 04 Dec 2017 16:37:13 +0100") Message-ID: <87o7iqedp5.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 29546-done Cc: Mark H Weaver , 29546-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, I'm closing this old report, as our git packages seems to build reliably now. -- Thanks, Maxim From unknown Thu Aug 14 18:38:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 26 Sep 2023 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator