GNU bug report logs - #47592
emacs-org-generate, emacs-picpocket test suite failures

Previous Next

Package: guix;

Reported by: Leo Prikler <leo.prikler <at> student.tugraz.at>

Date: Sun, 4 Apr 2021 11:15:01 UTC

Severity: normal

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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 47592 in the body.
You can then email your comments to 47592 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-guix <at> gnu.org:
bug#47592; Package guix. (Sun, 04 Apr 2021 11:15:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Prikler <leo.prikler <at> student.tugraz.at>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 04 Apr 2021 11:15:01 GMT) Full text and rfc822 format available.

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

From: Leo Prikler <leo.prikler <at> student.tugraz.at>
To: bug-guix <at> gnu.org
Subject: [WIP Emacs] Emacs packages, that fail to build on master
Date: Sun, 04 Apr 2021 13:14:18 +0200
I'm currently in the process of verifying, that all Emacs packages
build in the wip-emacs branch.  To that end, I'm running a manifest
generated from all emacs-xyz exports, which will fail for some package,
that I've broken, then rinse and repeat.
However, there are some build failures, that exist not only in wip-
emacs.

In order not to generate too many bug numbers, I'm filing this as some
sort of meta bug.  Fixes could likely be pushed directly to master, but
if it's fine for everyone to wait a little, I'd send them through wip-
emacs first.

Regards, 
Leo

----- BEGIN BUILD FAILURES -----

emacs-nodejs-repl has a non-deterministic error in its test suite. 
Trying to complete "Error" sometimes yields nil for no apparent reason.

emacs-org-generate fails with the following:

starting phase `check'
Loading /gnu/store/36ypaaqlmdqi3srzw892d3ppxm5hd6qi-emacs-mustache-
0.23/share/emacs/site-lisp/mustache-render.el (source)...
Loading /gnu/store/36ypaaqlmdqi3srzw892d3ppxm5hd6qi-emacs-mustache-
0.23/share/emacs/site-lisp/mustache-lex.el (source)...
Package cl is deprecated
Loading /gnu/store/36ypaaqlmdqi3srzw892d3ppxm5hd6qi-emacs-mustache-
0.23/share/emacs/site-lisp/mustache-parse.el (source)...
Eager macro-expansion failure: (wrong-type-argument sequencep :equal)
Eager macro-expansion failure: (wrong-type-argument sequencep :equal)
Wrong type argument: sequencep, :equal
command "emacs" "--batch" "--quick" "--directory=." "--load=org-
generate-tests.el" "--funcall=cort-test-run" failed with status 255

emacs-picpocket fails with the following:

37 unexpected results:
   FAILED  picpocket-add-tag-delete-file
   FAILED  picpocket-copy-all
   FAILED  picpocket-delete-from-beginning
   FAILED  picpocket-delete-from-the-middle-and-end
   FAILED  picpocket-delete-redundant-tagged-file
   FAILED  picpocket-delete-unique-tagged-file
   FAILED  picpocket-empty-undo-buffer-test
   FAILED  picpocket-external-file-sha-change
   FAILED  picpocket-file-list-dot-file
   FAILED  picpocket-file-list-symlink-loop
   FAILED  picpocket-files-in-list-test
   FAILED  picpocket-hardlink-all
   FAILED  picpocket-insert-after-current
   FAILED  picpocket-insert-before-current
   FAILED  picpocket-move-all
   FAILED  picpocket-single-undelete-test
   FAILED  picpocket-tag-to-all
   FAILED  picpocket-test-compute-filter-index
   FAILED  picpocket-test-compute-filter-match-count
   FAILED  picpocket-test-jump
   FAILED  picpocket-test-pic-by-index
   FAILED  picpocket-tree-add-and-clear-tag
   FAILED  picpocket-tree-add-tag-to-all
   FAILED  picpocket-tree-copy-within-tree
   FAILED  picpocket-tree-file-list
   FAILED  picpocket-tree-files
   FAILED  picpocket-tree-make-list-with-tags
   FAILED  picpocket-tree-make-list-with-tags2
   FAILED  picpocket-tree-move-outside-tree
   FAILED  picpocket-tree-move-within-tree
   FAILED  picpocket-undelete-all-test
   FAILED  picpocket-undo-add-tag-test
   FAILED  picpocket-undo-buffer-test
   FAILED  picpocket-undo-copy-test
   FAILED  picpocket-undo-move-test
   FAILED  picpocket-undo-remove-tag-test
   FAILED  picpocket-undo-rename-test

command "emacs" "--batch" "-l" "picpocket-test.el" "-f" "ert-run-tests-
batch-and-exit" failed with status 1
builder for `/gnu/store/6217gnljvphffsllvn9d8s9sl284ms7w-emacs-
picpocket-40.drv' failed with exit code 1





Information forwarded to bug-guix <at> gnu.org:
bug#47592; Package guix. (Thu, 20 May 2021 12:45:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Leo Prikler <leo.prikler <at> student.tugraz.at>
Cc: 47592 <at> debbugs.gnu.org
Subject: Re: bug#47592: [WIP Emacs] Emacs packages, that fail to build on
 master
Date: Thu, 20 May 2021 08:44:33 -0400
Hi Leo,

Leo Prikler <leo.prikler <at> student.tugraz.at> writes:

> I'm currently in the process of verifying, that all Emacs packages
> build in the wip-emacs branch.  To that end, I'm running a manifest
> generated from all emacs-xyz exports, which will fail for some package,
> that I've broken, then rinse and repeat.
> However, there are some build failures, that exist not only in wip-
> emacs.
>
> In order not to generate too many bug numbers, I'm filing this as some
> sort of meta bug.  Fixes could likely be pushed directly to master, but
> if it's fine for everyone to wait a little, I'd send them through wip-
> emacs first.
>
> Regards, 
> Leo
>
> ----- BEGIN BUILD FAILURES -----
>
> emacs-nodejs-repl has a non-deterministic error in its test suite. 
> Trying to complete "Error" sometimes yields nil for no apparent reason.
>
> emacs-org-generate fails with the following:
>
> starting phase `check'
> Loading /gnu/store/36ypaaqlmdqi3srzw892d3ppxm5hd6qi-emacs-mustache-
> 0.23/share/emacs/site-lisp/mustache-render.el (source)...
> Loading /gnu/store/36ypaaqlmdqi3srzw892d3ppxm5hd6qi-emacs-mustache-
> 0.23/share/emacs/site-lisp/mustache-lex.el (source)...
> Package cl is deprecated
> Loading /gnu/store/36ypaaqlmdqi3srzw892d3ppxm5hd6qi-emacs-mustache-
> 0.23/share/emacs/site-lisp/mustache-parse.el (source)...
> Eager macro-expansion failure: (wrong-type-argument sequencep :equal)
> Eager macro-expansion failure: (wrong-type-argument sequencep :equal)
> Wrong type argument: sequencep, :equal
> command "emacs" "--batch" "--quick" "--directory=." "--load=org-
> generate-tests.el" "--funcall=cort-test-run" failed with status 255
>
> emacs-picpocket fails with the following:
>
> 37 unexpected results:
>    FAILED  picpocket-add-tag-delete-file
>    FAILED  picpocket-copy-all
>    FAILED  picpocket-delete-from-beginning
>    FAILED  picpocket-delete-from-the-middle-and-end
>    FAILED  picpocket-delete-redundant-tagged-file
>    FAILED  picpocket-delete-unique-tagged-file
>    FAILED  picpocket-empty-undo-buffer-test
>    FAILED  picpocket-external-file-sha-change
>    FAILED  picpocket-file-list-dot-file
>    FAILED  picpocket-file-list-symlink-loop
>    FAILED  picpocket-files-in-list-test
>    FAILED  picpocket-hardlink-all
>    FAILED  picpocket-insert-after-current
>    FAILED  picpocket-insert-before-current
>    FAILED  picpocket-move-all
>    FAILED  picpocket-single-undelete-test
>    FAILED  picpocket-tag-to-all
>    FAILED  picpocket-test-compute-filter-index
>    FAILED  picpocket-test-compute-filter-match-count
>    FAILED  picpocket-test-jump
>    FAILED  picpocket-test-pic-by-index
>    FAILED  picpocket-tree-add-and-clear-tag
>    FAILED  picpocket-tree-add-tag-to-all
>    FAILED  picpocket-tree-copy-within-tree
>    FAILED  picpocket-tree-file-list
>    FAILED  picpocket-tree-files
>    FAILED  picpocket-tree-make-list-with-tags
>    FAILED  picpocket-tree-make-list-with-tags2
>    FAILED  picpocket-tree-move-outside-tree
>    FAILED  picpocket-tree-move-within-tree
>    FAILED  picpocket-undelete-all-test
>    FAILED  picpocket-undo-add-tag-test
>    FAILED  picpocket-undo-buffer-test
>    FAILED  picpocket-undo-copy-test
>    FAILED  picpocket-undo-move-test
>    FAILED  picpocket-undo-remove-tag-test
>    FAILED  picpocket-undo-rename-test
>
> command "emacs" "--batch" "-l" "picpocket-test.el" "-f" "ert-run-tests-
> batch-and-exit" failed with status 1
> builder for `/gnu/store/6217gnljvphffsllvn9d8s9sl284ms7w-emacs-
> picpocket-40.drv' failed with exit code 1

Pardon me for not checking myself, but I thought perhaps you had taken
care of these issues on the recently merged wip-emacs branch?

If so, let's close it!

Thank you,

Maxim




Changed bug title to 'emacs-org-generate, emacs-picpocket test suite failures' from '[WIP Emacs] Emacs packages, that fail to build on master' Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Thu, 20 May 2021 13:11:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#47592; Package guix. (Thu, 20 May 2021 14:59:01 GMT) Full text and rfc822 format available.

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

From: Leo Prikler <leo.prikler <at> student.tugraz.at>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 47592 <at> debbugs.gnu.org
Subject: Re: bug#47592: [WIP Emacs] Emacs packages, that fail to build on
 master
Date: Thu, 20 May 2021 16:57:57 +0200
Hi Maxim,

Am Donnerstag, den 20.05.2021, 08:44 -0400 schrieb Maxim Cournoyer:
> Hi Leo,
> 
> Leo Prikler <leo.prikler <at> student.tugraz.at> writes:
> 
> > I'm currently in the process of verifying, that all Emacs packages
> > build in the wip-emacs branch.  To that end, I'm running a manifest
> > generated from all emacs-xyz exports, which will fail for some
> > package,
> > that I've broken, then rinse and repeat.
> > However, there are some build failures, that exist not only in wip-
> > emacs.
> > 
> > In order not to generate too many bug numbers, I'm filing this as
> > some sort of meta bug.  Fixes could likely be pushed directly to
> > master, but if it's fine for everyone to wait a little, I'd send
> > them through wip-emacs first.
> > 
> > Regards, 
> > Leo
> > 
> > ----- BEGIN BUILD FAILURES -----
> > 
> > emacs-nodejs-repl has a non-deterministic error in its test suite. 
> > Trying to complete "Error" sometimes yields nil for no apparent
> > reason.
> > 
> > emacs-org-generate fails with the following:
> > 
> > starting phase `check'
> > Loading /gnu/store/36ypaaqlmdqi3srzw892d3ppxm5hd6qi-emacs-mustache-
> > 0.23/share/emacs/site-lisp/mustache-render.el (source)...
> > Loading /gnu/store/36ypaaqlmdqi3srzw892d3ppxm5hd6qi-emacs-mustache-
> > 0.23/share/emacs/site-lisp/mustache-lex.el (source)...
> > Package cl is deprecated
> > Loading /gnu/store/36ypaaqlmdqi3srzw892d3ppxm5hd6qi-emacs-mustache-
> > 0.23/share/emacs/site-lisp/mustache-parse.el (source)...
> > Eager macro-expansion failure: (wrong-type-argument sequencep
> > :equal)
> > Eager macro-expansion failure: (wrong-type-argument sequencep
> > :equal)
> > Wrong type argument: sequencep, :equal
> > command "emacs" "--batch" "--quick" "--directory=." "--load=org-
> > generate-tests.el" "--funcall=cort-test-run" failed with status 255
> > 
> > emacs-picpocket fails with the following:
> > 
> > 37 unexpected results:
> >    FAILED  picpocket-add-tag-delete-file
> >    FAILED  picpocket-copy-all
> >    FAILED  picpocket-delete-from-beginning
> >    FAILED  picpocket-delete-from-the-middle-and-end
> >    FAILED  picpocket-delete-redundant-tagged-file
> >    FAILED  picpocket-delete-unique-tagged-file
> >    FAILED  picpocket-empty-undo-buffer-test
> >    FAILED  picpocket-external-file-sha-change
> >    FAILED  picpocket-file-list-dot-file
> >    FAILED  picpocket-file-list-symlink-loop
> >    FAILED  picpocket-files-in-list-test
> >    FAILED  picpocket-hardlink-all
> >    FAILED  picpocket-insert-after-current
> >    FAILED  picpocket-insert-before-current
> >    FAILED  picpocket-move-all
> >    FAILED  picpocket-single-undelete-test
> >    FAILED  picpocket-tag-to-all
> >    FAILED  picpocket-test-compute-filter-index
> >    FAILED  picpocket-test-compute-filter-match-count
> >    FAILED  picpocket-test-jump
> >    FAILED  picpocket-test-pic-by-index
> >    FAILED  picpocket-tree-add-and-clear-tag
> >    FAILED  picpocket-tree-add-tag-to-all
> >    FAILED  picpocket-tree-copy-within-tree
> >    FAILED  picpocket-tree-file-list
> >    FAILED  picpocket-tree-files
> >    FAILED  picpocket-tree-make-list-with-tags
> >    FAILED  picpocket-tree-make-list-with-tags2
> >    FAILED  picpocket-tree-move-outside-tree
> >    FAILED  picpocket-tree-move-within-tree
> >    FAILED  picpocket-undelete-all-test
> >    FAILED  picpocket-undo-add-tag-test
> >    FAILED  picpocket-undo-buffer-test
> >    FAILED  picpocket-undo-copy-test
> >    FAILED  picpocket-undo-move-test
> >    FAILED  picpocket-undo-remove-tag-test
> >    FAILED  picpocket-undo-rename-test
> > 
> > command "emacs" "--batch" "-l" "picpocket-test.el" "-f" "ert-run-
> > tests-
> > batch-and-exit" failed with status 1
> > builder for `/gnu/store/6217gnljvphffsllvn9d8s9sl284ms7w-emacs-
> > picpocket-40.drv' failed with exit code 1
> 
> Pardon me for not checking myself, but I thought perhaps you had
> taken care of these issues on the recently merged wip-emacs branch?
> 
> If so, let's close it!
> 
> Thank you,
> 
> Maxim
Sadly, I did not.  I merely documented that it wasn't wip-emacs which
broke them.  However, I don't think this bug is useful to keep around
now that wip-emacs is merged.  If anyone has a fix to a breaking emacs-
package, that warrant's it's own bug/patch thread.

Regards,
Leo





bug closed, send any further explanations to 47592 <at> debbugs.gnu.org and Leo Prikler <leo.prikler <at> student.tugraz.at> Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 18 Mar 2022 02:38:02 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. (Fri, 15 Apr 2022 11:24:09 GMT) Full text and rfc822 format available.

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

Previous Next


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