unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#55504: Test suite of emacs-deferred does not progress
@ 2022-05-18 16:19 Jorge P. de Morais Neto via Bug reports for GNU Guix
  2022-05-19  6:20 ` Liliana Marie Prikler
  0 siblings, 1 reply; 6+ messages in thread
From: Jorge P. de Morais Neto via Bug reports for GNU Guix @ 2022-05-18 16:19 UTC (permalink / raw)
  To: 55504

Hi.  Since Sunday, when Emacs 28.1 finally arrived on Guix, I cannot
install emacs-deferred (I had to uninstall it so the system would
upgrade).  The build process reaches the 'check' phase but does not
progress (last time I waited more than 1½ h):

--8<---------------cut here---------------start------------->8---
$ guix install emacs-deferred
The following package will be installed:
   emacs-deferred 0.5.1

substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
The following derivation will be built:
  /gnu/store/7rbhrk48qvqhgix5c33yh9m3nq5crzny-emacs-deferred-0.5.1.drv

building /gnu/store/7rbhrk48qvqhgix5c33yh9m3nq5crzny-emacs-deferred-0.5.1.drv...
/ 'check' phase
--8<---------------cut here---------------end--------------->8---

The log file [1] is empty.

  1: /var/log/guix/drvs/7r/bhrk48qvqhgix5c33yh9m3nq5crzny-emacs-deferred-0.5.1.drv.gz

The reason I want emacs-deferred is that it is an indirect (through
emacs-request) dependency of emacs-md4rd.

Regards

-- 
- Many people hate injustice but few check the facts; this causes more
  injustice.  Ask me about <https://stallmansupport.org>
- I am Brazilian.  I hope my English is correct and I welcome feedback.
- https://www.defectivebydesign.org
- https://www.gnu.org




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#55504: Test suite of emacs-deferred does not progress
  2022-05-18 16:19 bug#55504: Test suite of emacs-deferred does not progress Jorge P. de Morais Neto via Bug reports for GNU Guix
@ 2022-05-19  6:20 ` Liliana Marie Prikler
  2022-05-24 20:23   ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Liliana Marie Prikler @ 2022-05-19  6:20 UTC (permalink / raw)
  To: Jorge P. de Morais Neto, 55504

Am Mittwoch, dem 18.05.2022 um 13:19 -0300 schrieb Jorge P. de Morais
Neto:
> The log file [1] is empty.
> 
> 1: /var/log/guix/drvs/7r/bhrk48qvqhgix5c33yh9m3nq5crzny-emacs-
> deferred-
> 0.5.1.drv.gz
emacs-deferred also times out on CI [2].

[2] https://ci.guix.gnu.org/build/820992/log/raw




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#55504: Test suite of emacs-deferred does not progress
  2022-05-19  6:20 ` Liliana Marie Prikler
@ 2022-05-24 20:23   ` Ludovic Courtès
  2022-05-25 17:09     ` Giovanni Biscuolo
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2022-05-24 20:23 UTC (permalink / raw)
  To: Liliana Marie Prikler; +Cc: 55504, Jorge P. de Morais Neto

Liliana Marie Prikler <liliana.prikler@ist.tugraz.at> skribis:

> Am Mittwoch, dem 18.05.2022 um 13:19 -0300 schrieb Jorge P. de Morais
> Neto:
>> The log file [1] is empty.
>> 
>> 1: /var/log/guix/drvs/7r/bhrk48qvqhgix5c33yh9m3nq5crzny-emacs-
>> deferred-
>> 0.5.1.drv.gz
> emacs-deferred also times out on CI [2].
>
> [2] https://ci.guix.gnu.org/build/820992/log/raw

For posterity:

--8<---------------cut here---------------start------------->8---
ert-runner test/deferred-test.el -l deferred.elc

deferred error : (wrong-number-of-arguments (3 . 3) 4)
Test Finished : 2022/05/15 00:12:11
Tests Fails: 0 / 13
cc:test-dataflow-simple2 : OK
cc:test-semaphore1 : OK
cc:test-signal1 : OK
cc:test-dataflow-simple1 : OK
cc:test-dataflow-parent1 : OK
cc:test-signal2 : OK
cc:test-dataflow-simple3 : OK
cc:test-dataflow-simple4 : OK
cc:test-dataflow-parent2 : OK
cc:test-dataflow-signal : OK
cc:test-semaphore2 : OK
cc:test-fib-gen : OK
cc:test-thread : OK


deferred error : (wrong-number-of-arguments (3 . 3) 4)
.

Ran 1 test in 4.637 seconds
building of `/gnu/store/zx0r9035x47rnvlqcfgndixvgw07x8xg-emacs-deferred-0.5.1.drv' timed out after 3600 seconds of silence
@ build-failed /gnu/store/zx0r9035x47rnvlqcfgndixvgw07x8xg-emacs-deferred-0.5.1.drv - timeout
--8<---------------cut here---------------end--------------->8---

Anyone familiar with the Emacs 28 changelog?  :-)

Ludo’.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#55504: Test suite of emacs-deferred does not progress
  2022-05-24 20:23   ` Ludovic Courtès
@ 2022-05-25 17:09     ` Giovanni Biscuolo
  2022-05-27  6:55       ` Liliana Marie Prikler
  0 siblings, 1 reply; 6+ messages in thread
From: Giovanni Biscuolo @ 2022-05-25 17:09 UTC (permalink / raw)
  To: Ludovic Courtès, Liliana Marie Prikler
  Cc: 55504, Jorge P. de Morais Neto

[-- Attachment #1: Type: text/plain, Size: 1427 bytes --]

Ludovic Courtès <ludo@gnu.org> writes:

> For posterity:
>
> --8<---------------cut here---------------start------------->8---
> ert-runner test/deferred-test.el -l deferred.elc
>
> deferred error : (wrong-number-of-arguments (3 . 3) 4)
> Test Finished : 2022/05/15 00:12:11
> Tests Fails: 0 / 13
> cc:test-dataflow-simple2 : OK
> cc:test-semaphore1 : OK
> cc:test-signal1 : OK
> cc:test-dataflow-simple1 : OK
> cc:test-dataflow-parent1 : OK
> cc:test-signal2 : OK
> cc:test-dataflow-simple3 : OK
> cc:test-dataflow-simple4 : OK
> cc:test-dataflow-parent2 : OK
> cc:test-dataflow-signal : OK
> cc:test-semaphore2 : OK
> cc:test-fib-gen : OK
> cc:test-thread : OK
>
>
> deferred error : (wrong-number-of-arguments (3 . 3) 4)
> .
>
> Ran 1 test in 4.637 seconds
> building of `/gnu/store/zx0r9035x47rnvlqcfgndixvgw07x8xg-emacs-deferred-0.5.1.drv' timed out after 3600 seconds of silence
> @ build-failed /gnu/store/zx0r9035x47rnvlqcfgndixvgw07x8xg-emacs-deferred-0.5.1.drv - timeout
> --8<---------------cut here---------------end--------------->8---
>
> Anyone familiar with the Emacs 28 changelog?  :-)

I'm not able to find what's the call with the wrong number of arguments
but what about to (temporary) disable the failing tests like for example
in 0ae9e75c31b22ea55093f4cd05954f366b1f8bcc (emacs-eply)?

WDYT?

Thanks!  Gio'

-- 
Giovanni Biscuolo

Xelera IT Infrastructures

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 849 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#55504: Test suite of emacs-deferred does not progress
  2022-05-25 17:09     ` Giovanni Biscuolo
@ 2022-05-27  6:55       ` Liliana Marie Prikler
  2022-05-27  8:46         ` Giovanni Biscuolo
  0 siblings, 1 reply; 6+ messages in thread
From: Liliana Marie Prikler @ 2022-05-27  6:55 UTC (permalink / raw)
  To: Giovanni Biscuolo, Ludovic Courtès
  Cc: 55504-done, Jorge P. de Morais Neto

Am Mittwoch, dem 25.05.2022 um 19:09 +0200 schrieb Giovanni Biscuolo:
> I'm not able to find what's the call with the wrong number of
> arguments but what about to (temporary) disable the failing tests
> like for example in 0ae9e75c31b22ea55093f4cd05954f366b1f8bcc (emacs-
> eply)?
That's unlikely to work as it'll just bring dependent packages to hang.
Anyway, I fixed the actual bug, so it's no longer necessary to debate
workarounds.

Cheers




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#55504: Test suite of emacs-deferred does not progress
  2022-05-27  6:55       ` Liliana Marie Prikler
@ 2022-05-27  8:46         ` Giovanni Biscuolo
  0 siblings, 0 replies; 6+ messages in thread
From: Giovanni Biscuolo @ 2022-05-27  8:46 UTC (permalink / raw)
  To: Liliana Marie Prikler, Ludovic Courtès
  Cc: 55504-done, Jorge P. de Morais Neto

[-- Attachment #1: Type: text/plain, Size: 599 bytes --]

Hello Liliana Marie,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

[...]

> Anyway, I fixed the actual bug, so it's no longer necessary to debate
> workarounds.

Thanks a lot for your fix!

For posterity, commit d37c7f7ad4134cc15d1558eb6c0bc4c59a0db1af fixes
this bug

Upstream, it's fixed in pull request dated 26 May 2022 from the user
r0man: https://github.com/kiwanami/emacs-deferred/pull/59
(or this branch https://github.com/r0man/emacs-deferred/tree/fix-wrong-number-of-arguments)


Happy hacking! Gio'

-- 
Giovanni Biscuolo

Xelera IT Infrastructures

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 849 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-27  9:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 16:19 bug#55504: Test suite of emacs-deferred does not progress Jorge P. de Morais Neto via Bug reports for GNU Guix
2022-05-19  6:20 ` Liliana Marie Prikler
2022-05-24 20:23   ` Ludovic Courtès
2022-05-25 17:09     ` Giovanni Biscuolo
2022-05-27  6:55       ` Liliana Marie Prikler
2022-05-27  8:46         ` Giovanni Biscuolo

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).