From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 21 07:58:36 2021 Received: (at 45791) by debbugs.gnu.org; 21 Jan 2021 12:58:36 +0000 Received: from localhost ([127.0.0.1]:57063 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2ZXo-0002Ef-Ir for submit@debbugs.gnu.org; Thu, 21 Jan 2021 07:58:36 -0500 Received: from eggs.gnu.org ([209.51.188.92]:51010) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2ZXm-0002ER-TQ for 45791@debbugs.gnu.org; Thu, 21 Jan 2021 07:58:35 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:41258) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l2ZXf-0006pe-UB for 45791@debbugs.gnu.org; Thu, 21 Jan 2021 07:58:28 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=48820 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l2ZXe-00060A-Eq; Thu, 21 Jan 2021 07:58:26 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Mathieu Othacehe Subject: Re: bug#45791: guix publish test never completes. References: <87zh1f4gt5.fsf@gnu.org> Date: Thu, 21 Jan 2021 13:58:25 +0100 Message-ID: <87sg6ua1la.fsf@inria.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 45791 Cc: 45791@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: -3.3 (---) Hi, Mathieu Othacehe skribis: > The "publish" test has been running for 28 hours on hydra-guix-126. The > matching process is: > > guixbui+ 58019 109 0.2 4052284 465988 ? Rl Jan10 1718:33 /gnu/s= tore/dxvxl29bb1kzqgb9bz8gfcyag177g9vj-guile-3.0.5/bin/guile --no-auto-compi= le -e main ./build-aux/test-driver.scm --test-name tests/publish.scm --log-= file tests/publish.log --trs-file tests/publish.trs --color-tests no --enab= le-hard-errors yes --expect-failure no --brief=3Dyes -- ./tests/publish.scm > > An strace log of this process is attached. I would suspect "with cache, > cache bypass" test given that the looping connection is made on port > 6788. The log shows an endless loop of: --8<---------------cut here---------------start------------->8--- [pid 58019] connect(853, {sa_family=3DAF_INET, sin_port=3Dhtons(6788), sin_= addr=3Dinet_addr("127.0.0.1")}, 16) =3D -1 ECONNREFUSED (Connection refused) --8<---------------cut here---------------end--------------->8--- =E2=80=A6 which suggests nothing=E2=80=99s listening on port 6788, which pr= obably means that =E2=80=98guix publish=E2=80=99 didn=E2=80=99t start, for example due t= o EADDRINUSE (but the log starts after that.) Are you able to reproduce the issue with: while make check TESTS=3Dtests/publish.scm ; do : ; done Surprisingly, port 6788 doesn=E2=80=99t seem to be used by any other test, = which probably rules out a problem due to concurrent tests using the same port. Also, was it the result of =E2=80=9Cguix build guix=E2=80=9D or equivalent?= In that case tests run sequentially. Thanks, Ludo=E2=80=99.