GNU bug report logs - #29291
tramp-test24-file-acl fails on hydra.nixos.org

Previous Next

Package: emacs;

Reported by: Glenn Morris <rgm <at> gnu.org>

Date: Mon, 13 Nov 2017 23:41:01 UTC

Severity: minor

Fixed in version 26.0.91

Done: Glenn Morris <rgm <at> gnu.org>

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 29291 in the body.
You can then email your comments to 29291 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 michael.albinus <at> gmx.de, bug-gnu-emacs <at> gnu.org:
bug#29291; Package emacs. (Mon, 13 Nov 2017 23:41:01 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: submit <at> debbugs.gnu.org
Subject: tramp-test24-file-acl fails on hydra.nixos.org
Date: Mon, 13 Nov 2017 18:40:51 -0500
Package: emacs
Severity: minor

Hi - just in case you missed it, tramp-test24-file-acl fails on
hydra.nixos.org:

https://hydra.nixos.org/build/64073249

Test tramp-test24-file-acl condition:
    (ert-test-failed
     ((should
       (string-equal
       (file-acl tmp-name1)
       (file-acl tmp-name3)))
      :form
      (string-equal "user::rwx
group::rwx
other::rwx
" "user::r--
group::r--
other::r--
")
      :value nil))
   FAILED  32/60  tramp-test24-file-acl





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#29291; Package emacs. (Tue, 14 Nov 2017 09:41:02 GMT) Full text and rfc822 format available.

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

From: Michael Albinus <michael.albinus <at> gmx.de>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 29291 <at> debbugs.gnu.org
Subject: Re: bug#29291: tramp-test24-file-acl fails on hydra.nixos.org
Date: Tue, 14 Nov 2017 10:40:43 +0100
Glenn Morris <rgm <at> gnu.org> writes:

Hi Glenn,

> Hi - just in case you missed it, tramp-test24-file-acl fails on
> hydra.nixos.org:
>
> https://hydra.nixos.org/build/64073249
>
> Test tramp-test24-file-acl condition:
>     (ert-test-failed
>      ((should
>        (string-equal
>        (file-acl tmp-name1)
>        (file-acl tmp-name3)))
>       :form
>       (string-equal "user::rwx
> group::rwx
> other::rwx
> " "user::r--
> group::r--
> other::r--
> ")
>       :value nil))
>    FAILED  32/60  tramp-test24-file-acl

Should be fixed now.

Best regards, Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#29291; Package emacs. (Tue, 14 Nov 2017 18:43:01 GMT) Full text and rfc822 format available.

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

From: Michael Albinus <michael.albinus <at> gmx.de>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 29291 <at> debbugs.gnu.org
Subject: Re: bug#29291: tramp-test24-file-acl fails on hydra.nixos.org
Date: Tue, 14 Nov 2017 19:42:34 +0100
Michael Albinus <michael.albinus <at> gmx.de> writes:

Hi Glenn,

>> https://hydra.nixos.org/build/64073249
>
> Should be fixed now.

I've tried to check myself on hydra, but there is no jobset for
emacs-26. What is missing to install this?

Best regards, Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#29291; Package emacs. (Tue, 14 Nov 2017 22:35:02 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: 29291 <at> debbugs.gnu.org
Subject: Re: bug#29291: tramp-test24-file-acl fails on hydra.nixos.org
Date: Tue, 14 Nov 2017 17:34:15 -0500
Michael Albinus wrote:

> I've tried to check myself on hydra, but there is no jobset for
> emacs-26. What is missing to install this?

Someone just needs to ask hydra-users to add it.

I haven't bothered because the Emacs project as a whole seems to have
little interest in hydra.nixos.org, eg apparently having decided to
replace it with some Emacs-specific replacement that doesn't exist yet.
And hydra jobs often remain broken for weeks at a time, due to trivial
mistakes in Emacs, and no-one seems to care (I know you do look at Tramp
issues there).

Or you could merge emacs-26 to master, which would be quicker! :)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#29291; Package emacs. (Wed, 15 Nov 2017 09:43:02 GMT) Full text and rfc822 format available.

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

From: Michael Albinus <michael.albinus <at> gmx.de>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 29291 <at> debbugs.gnu.org
Subject: Re: bug#29291: tramp-test24-file-acl fails on hydra.nixos.org
Date: Wed, 15 Nov 2017 10:42:50 +0100
Glenn Morris <rgm <at> gnu.org> writes:

Hi Glenn,

> I haven't bothered because the Emacs project as a whole seems to have
> little interest in hydra.nixos.org, eg apparently having decided to
> replace it with some Emacs-specific replacement that doesn't exist yet.
> And hydra jobs often remain broken for weeks at a time, due to trivial
> mistakes in Emacs, and no-one seems to care (I know you do look at Tramp
> issues there).

The problem with hydra is that notifications are not visible
prominently. Yes, there are emails from the Hydra Build Daemon. But they
are unspecific, I cannot see immediately whether I'm concerned. Often, I
check whether Tramp tests have failed, or something else I've
modified. But this takes too much time, so it is not integrated into the
workflow of most Emacs developers.

When the email could mention which test case or file has failed, in the
subject of the email, more people would care I believe. Or, even more
drastic, an Emacs bug shall be generated *automatically*, like the one
we are discussing here.

> Or you could merge emacs-26 to master, which would be quicker! :)

Well, I don't feel much comfortable with git, so I fear I could damage
something during merge. That's why I haven't done it yet. But thanks,
that you have performed it.

Looks like tramp-test24-file-acl still fails. Hmm, maybe there is a
serious Tramp bug, indeed. I'll continue to dig. For faster progress,
I'll add my traces in the master branch.

Best regards, Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#29291; Package emacs. (Sun, 19 Nov 2017 11:53:01 GMT) Full text and rfc822 format available.

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

From: Michael Albinus <michael.albinus <at> gmx.de>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 29291 <at> debbugs.gnu.org
Subject: Re: bug#29291: tramp-test24-file-acl fails on hydra.nixos.org
Date: Sun, 19 Nov 2017 12:52:21 +0100
Michael Albinus <michael.albinus <at> gmx.de> writes:

Hi Glenn,

> Looks like tramp-test24-file-acl still fails. Hmm, maybe there is a
> serious Tramp bug, indeed. I'll continue to dig. For faster progress,
> I'll add my traces in the master branch.

I believe I've nailed it down, finally. After next merge with emacs-26,
the error shall disappear on hydra.

Best regards, Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#29291; Package emacs. (Mon, 20 Nov 2017 18:19:01 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: 29291 <at> debbugs.gnu.org
Subject: Re: bug#29291: tramp-test24-file-acl fails on hydra.nixos.org
Date: Mon, 20 Nov 2017 13:18:22 -0500
Michael Albinus wrote:

> I believe I've nailed it down, finally. After next merge with emacs-26,
> the error shall disappear on hydra.

Thanks. admin/gitmerge.el makes merging straightforward, so consider
giving it a go next time.




bug marked as fixed in version 26.0.91, send any further explanations to 29291 <at> debbugs.gnu.org and Glenn Morris <rgm <at> gnu.org> Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 20 Nov 2017 19:13:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 19 Dec 2017 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 185 days ago.

Previous Next


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