GNU bug report logs - #49636
Make stuck at tramp tests

Previous Next

Package: emacs;

Reported by: PEDRO ANDRES ARANDA GUTIERREZ <paranda <at> it.uc3m.es>

Date: Mon, 19 Jul 2021 08:13:01 UTC

Severity: normal

Fixed in version 28.1

Done: Michael Albinus <michael.albinus <at> gmx.de>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49636 in the body.
You can then email your comments to 49636 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#49636; Package emacs. (Mon, 19 Jul 2021 08:13:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to PEDRO ANDRES ARANDA GUTIERREZ <paranda <at> it.uc3m.es>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 19 Jul 2021 08:13:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: PEDRO ANDRES ARANDA GUTIERREZ <paranda <at> it.uc3m.es>
To: bug-gnu-emacs <at> gnu.org
Subject: Make stuck at tramp tests
Date: Mon, 19 Jul 2021 10:12:37 +0200
[Message part 1 (text/plain, inline)]
Hi,

I'm once again seeing that make gets stuck on the tramp-tests. Here is the
info I could gather:

The system:

student <at> emacs28:~/emacs$ uname -a
Linux emacs28 5.4.0-77-generic #86-Ubuntu SMP Thu Jun 17 02:35:03 UTC 2021
x86_64 x86_64 x86_64 GNU/Linux

The git commit

git log -1
commit 13b247c3c48a3e8b64ece8d4014c484473c8e362 (grafted, HEAD -> master,
origin/master, origin/HEAD)
Author: Basil L. Contovounesios <contovob <at> tcd.ie>
Date:   Sun Jul 18 23:06:45 2021 +0100

    ; Fix omission in last change to custom.texi.

Then found the test where make is stuck

ps -ef
...
student    53125   53124  0 06:59 pts/0    00:00:00 /usr/bin/make -j2 -C
test
student    53131   53125  0 06:59 pts/0    00:00:00 /usr/bin/make
check-doit SELECTOR=(not (or (tag :expensive-tes
student    53134   53131  0 06:59 pts/0    00:00:00 /usr/bin/make -k
lisp/net/tramp-tests.log lib-src/emacsclient-
student    54305   53134  0 07:00 pts/0    00:00:00 /bin/bash -c echo "
 GEN     " lisp/net/tramp-tests.log;HOME=/
student    54306   54305  0 07:00 pts/0    00:00:18 ../src/emacs
--module-assertions --no-init-file --no-site-file

Then checked what was being expected and why it got stuck

student <at> emacs28:~/emacs$ find . -name tramp-tests.log -exec tail -f {} \;
  skipped  33/50  tramp-test24-file-acl (0.000549 sec)
  skipped  34/50  tramp-test25-file-selinux (0.122751 sec)
   passed  35/50  tramp-test26-file-name-completion (1.488384 sec)
   passed  36/50  tramp-test27-load (0.809736 sec)
   passed  37/50  tramp-test33-environment-variables-and-port-numbers
(0.390958 sec)
   passed  38/50  tramp-test35-exec-path (0.793063 sec)
   passed  39/50  tramp-test35-remote-path (2.740986 sec)
   passed  40/50  tramp-test37-make-auto-save-file-name (0.466371 sec)
   passed  41/50  tramp-test38-find-backup-file-name (0.515859 sec)
Autosave file on local temporary directory, do you want to continue? (yes
or no)
-- 

Then answered 'yes' on the terminal where emacs was being built and got the
whole thing compiled.

Best, /PA
---
PEDRO ANDRES ARANDA GUTIERREZ
Universidad Carlos III de Madrid

"Fragen sind nicht da um beantwortet zu werden.
Fragen sind da, um gestellt zu werden" Georg Kreisler
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#49636; Package emacs. (Tue, 20 Jul 2021 15:35:01 GMT) Full text and rfc822 format available.

Message #8 received at 49636 <at> debbugs.gnu.org (full text, mbox):

From: Michael Albinus <michael.albinus <at> gmx.de>
To: PEDRO ANDRES ARANDA GUTIERREZ <paranda <at> it.uc3m.es>
Cc: 49636 <at> debbugs.gnu.org
Subject: Re: bug#49636: Make stuck at tramp tests
Date: Tue, 20 Jul 2021 17:34:05 +0200
PEDRO ANDRES ARANDA GUTIERREZ <paranda <at> it.uc3m.es> writes:

> Hi,

Hi Pedro,

> I'm once again seeing that make gets stuck on the tramp-tests.

I'm very sorry about this. I hope my changes to the respective test
functions have been finished, so I cannot add further problems.

With commit 6bea195db5, this should be fixed now.

Best regards, Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#49636; Package emacs. (Wed, 21 Jul 2021 06:11:02 GMT) Full text and rfc822 format available.

Message #11 received at 49636 <at> debbugs.gnu.org (full text, mbox):

From: PEDRO ANDRES ARANDA GUTIERREZ <paranda <at> it.uc3m.es>
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: 49636 <at> debbugs.gnu.org
Subject: Re: bug#49636: Make stuck at tramp tests
Date: Wed, 21 Jul 2021 08:10:05 +0200
[Message part 1 (text/plain, inline)]
No problem :-) I’ll check the fix this morning. Happy to be "watching over the process”. 
I have my VM-crunching pipeline and it only takes a couple of keystrokes to launch a
refresh recompile and generate-deb-package cycle. I think the main issue here is that
when you generate packages for Debian & friends, you normally use fakeroot and that
is certainly something fishy for TRAMP. And that it asks for confirmation is as logical as logical can be.

But better be prepared for the point when Emacs28 makes it to the distros :-)

Best, /PA 

> El 20 jul 2021, a las 17:34, Michael Albinus <michael.albinus <at> gmx.de> escribió:
> 
> PEDRO ANDRES ARANDA GUTIERREZ <paranda <at> it.uc3m.es> writes:
> 
>> Hi,
> 
> Hi Pedro,
> 
>> I'm once again seeing that make gets stuck on the tramp-tests.
> 
> I'm very sorry about this. I hope my changes to the respective test
> functions have been finished, so I cannot add further problems.
> 
> With commit 6bea195db5, this should be fixed now.
> 
> Best regards, Michael.

—
PEDRO ANDRES ARANDA GUTIERREZ
paranda <at> it.uc3m.es
Universidad Carlos III Madrid

Fragen sind nicht da um beantwortet zu werden…
Fragen sind da, um gestellt zu werden.
Georg Kreisler

[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#49636; Package emacs. (Wed, 21 Jul 2021 08:16:02 GMT) Full text and rfc822 format available.

Message #14 received at 49636 <at> debbugs.gnu.org (full text, mbox):

From: PEDRO ANDRES ARANDA GUTIERREZ <paranda <at> it.uc3m.es>
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: 49636 <at> debbugs.gnu.org
Subject: Re: bug#49636: Make stuck at tramp tests
Date: Wed, 21 Jul 2021 10:15:05 +0200
[Message part 1 (text/plain, inline)]
Fixed... close the bug, pls

/PA

El mié, 21 jul 2021 a las 8:10, PEDRO ANDRES ARANDA GUTIERREZ (<
paranda <at> it.uc3m.es>) escribió:

> No problem :-) I’ll check the fix this morning. Happy to be "watching over
> the process”.
> I have my VM-crunching pipeline and it only takes a couple of keystrokes
> to launch a
> refresh recompile and generate-deb-package cycle. I think the main issue
> here is that
> when you generate packages for Debian & friends, you normally use fakeroot
> and that
> is certainly something fishy for TRAMP. And that it asks for confirmation
> is as logical as logical can be.
>
> But better be prepared for the point when Emacs28 makes it to the distros
> :-)
>
> Best, /PA
>
> El 20 jul 2021, a las 17:34, Michael Albinus <michael.albinus <at> gmx.de>
> escribió:
>
> PEDRO ANDRES ARANDA GUTIERREZ <paranda <at> it.uc3m.es> writes:
>
> Hi,
>
>
> Hi Pedro,
>
> I'm once again seeing that make gets stuck on the tramp-tests.
>
>
> I'm very sorry about this. I hope my changes to the respective test
> functions have been finished, so I cannot add further problems.
>
> With commit 6bea195db5, this should be fixed now.
>
> Best regards, Michael.
>
>
> —
> PEDRO ANDRES ARANDA GUTIERREZ
> paranda <at> it.uc3m.es
> Universidad Carlos III Madrid
>
> Fragen sind nicht da um beantwortet zu werden…
> Fragen sind da, um gestellt zu werden.
> Georg Kreisler
>
>

-- 
---
PEDRO ANDRES ARANDA GUTIERREZ
Universidad Carlos III de Madrid

"Fragen sind nicht da um beantwortet zu werden.
Fragen sind da, um gestellt zu werden" Georg Kreisler
[Message part 2 (text/html, inline)]

Reply sent to Michael Albinus <michael.albinus <at> gmx.de>:
You have taken responsibility. (Fri, 23 Jul 2021 15:55:02 GMT) Full text and rfc822 format available.

Notification sent to PEDRO ANDRES ARANDA GUTIERREZ <paranda <at> it.uc3m.es>:
bug acknowledged by developer. (Fri, 23 Jul 2021 15:55:02 GMT) Full text and rfc822 format available.

Message #19 received at 49636-done <at> debbugs.gnu.org (full text, mbox):

From: Michael Albinus <michael.albinus <at> gmx.de>
To: PEDRO ANDRES ARANDA GUTIERREZ <paranda <at> it.uc3m.es>
Cc: 49636-done <at> debbugs.gnu.org
Subject: Re: bug#49636: Make stuck at tramp tests
Date: Fri, 23 Jul 2021 17:54:23 +0200
Version: 28.1

PEDRO ANDRES ARANDA GUTIERREZ <paranda <at> it.uc3m.es> writes:

> Fixed... close the bug, pls

Done.

> /PA

Best regards, Michael.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 21 Aug 2021 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 220 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.