Test suite of emacs-deferred does not progress

  • Done
  • quality assurance status badge
Details
6 participants
  • Giovanni Biscuolo
  • Jorge P. de Morais Neto
  • Liliana Marie Prikler
  • Liliana Marie Prikler
  • Ludovic Courtès
  • Maxime Devos
Owner
unassigned
Submitted by
Jorge P. de Morais Neto
Severity
normal
Merged with

Debbugs page

Jorge P. de Morais Neto wrote 3 years ago
(address . bug-guix@gnu.org)
87a6ben787.fsf@disroot.org
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):

Toggle snippet (13 lines)
$ 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

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.
Liliana Marie Prikler wrote 3 years ago
84e50bea8ea5c14b00efa852cee6b2784af1caa4.camel@ist.tugraz.at
Am Mittwoch, dem 18.05.2022 um 13:19 -0300 schrieb Jorge P. de Morais
Neto:
Toggle quote (5 lines)
> 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].

Ludovic Courtès wrote 3 years ago
Re: bug#55504: Test suite of emacs-deferred does not progress
(name . Liliana Marie Prikler)(address . liliana.prikler@ist.tugraz.at)
87mtf6isrz.fsf@gnu.org
Liliana Marie Prikler <liliana.prikler@ist.tugraz.at> skribis:

Toggle quote (11 lines)
> 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:

Toggle snippet (28 lines)
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

Anyone familiar with the Emacs 28 changelog? :-)

Ludo’.
Giovanni Biscuolo wrote 3 years ago
87ee0ho7xw.fsf@xelera.eu
Ludovic Courtès <ludo@gnu.org> writes:

Toggle quote (33 lines)
> 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
-----BEGIN PGP SIGNATURE-----

iQJABAEBCgAqFiEERcxjuFJYydVfNLI5030Op87MORIFAmKOYswMHGdAeGVsZXJh
LmV1AAoJENN9DqfOzDkShSIQAMPq5gbJ0Pax/Hbc5VC5pf1xbLblgF9l5LpVFtHn
T76i516qv2bp08wF4cdY4uB2cFBfdGQqzl1T/W8W1BuUUakCHuxatIl51RUJiAy9
lLVwMwTixotwlltOqxehGcKvQvy94N++AoTRhSOomKkL+NdnIOUZbKr3J5dXHDNm
f2bMOz+8/n86lVJXFLiwS+A3YrJzmG5fM98gk0kyoZY2Yjt1pVhzog1Gi12B1uD1
THOhd8w21+VQDWKkWd6R6rIvV5LCCtCzoiI/qYTm0WB5sEVAnpa/xIciFujhOPsw
D1u2sD8D38GJgKt047hg7jgts8SsMzBnf57E3dmKAyY8IoJrWWqEDVAXSjLTOX4e
MKkJHOEzWT8Nl0lunVXiAtmF1xa9JIIwZ1MRq4QtPq+tEd5NwwSGhX6bRzEnsO0P
qBasP/vHB/XGBL1q+PcNYNtHOk5939umwq87Cxx9aNyrAnK4G6slCiKrbRfWhiZz
8nr/shIuW+3Xojh887K804FCOPGCc7VbJ76xXJcb1gXVoNLyw7r5D0SmU0IE0gyI
ZMMwNXzBQgKvge/VF1sJS2FXsNbSpATaS/lRWf/cz9WfbBdkaSwqHmvorFUIbROR
z0cY1S9kJcxkknz+QSUOkstrxlEsqqQQ+9FH8Z/rloAl2zufr1DaOSvyrvVuQHbP
uqwd
=emWz
-----END PGP SIGNATURE-----

Maxime Devos wrote 3 years ago
Re: bug#55664: emacs-deferred: hangs during build
(address . control@debbugs.gnu.org)
e9afa5219edb4ec42e3b4277488f480a34ce4dbd.camel@telenet.be
merge 55504 55664
thanks

For future reference, you can use the search interface at
to look if an issue has already been reported.

Greetings,
MMaxime
-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYo/cQhccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7mCyAP4wfbl6dtTvcq3OC20qQxalrVj8
yOri7Z3sStmtPTSq1AD/XVi/6W5UbJJ6DD8XEWyedcOA97wWkMXtgP5xCJqVtQc=
=tCEq
-----END PGP SIGNATURE-----


Liliana Marie Prikler wrote 3 years ago
Re: bug#55504: Test suite of emacs-deferred does not progress
6436c01d9aa99cd222a998ad3c4554b382c401e2.camel@gmail.com
Am Mittwoch, dem 25.05.2022 um 19:09 +0200 schrieb Giovanni Biscuolo:
Toggle quote (4 lines)
> 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
Closed
Giovanni Biscuolo wrote 3 years ago
87fskvqs5y.fsf@xelera.eu
Hello Liliana Marie,

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

[...]

Toggle quote (3 lines)
> 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


Happy hacking! Gio'

--
Giovanni Biscuolo

Xelera IT Infrastructures
-----BEGIN PGP SIGNATURE-----

iQJABAEBCgAqFiEERcxjuFJYydVfNLI5030Op87MORIFAmKQj+kMHGdAeGVsZXJh
LmV1AAoJENN9DqfOzDkS+hcP/19PiCJwv79l6zq4L7Fvu8LxGv5TxGEMqb46KRRc
SDL+kprht0nM7CBURRmxrPrXBPw9bTimoOxjrewP9xr+wx7akuj2v0io9Hfjc/40
VyrlDTJup89nQ5GcJ4YKJYAseWgYxhCbyfpT7PHp1mh+5GJLe6Lc6ZKLVs0HE9FV
TPC6bEUiWBBwNzsU1Qzg/S7JT6YcleVz8jSG0EeMTO4+P6/BvHqTS5qLPwWwQ42G
BpsUWlXEAgsWqv8hQ7EDpPwoOcnR5n2uKXFNzHK77fC/o4vn4Bsc0xPoXoR/LPb1
b+D1qW7GzjzguEVwaJ79/LjH6OqvNubPc+AgfMhe6oPRNJ6MlDEeFhGhPuUUnnKC
L4lo/aeMdfLv2wmp4BXUoV+Ca9lySXQn7V0f73P0dOAcTtz0wgtmOITLGcGLK3zL
jvGNWMGevYMRWtfoITsiOb14b5DJPR08tesSzLzj7DO2I72BZnW6IaYvyRVqBK5P
r2GI6+CPAnXVkVWD3gF+L+lmaUFXYEgac2MiC/QcS/jsgb8jzjoI3eQxADced12E
ii3310zDy+DVXWfP+PfvS+jbmvxcOwKojAkUaQ0ItEyFkBNY3rEPobfjQjgrylUg
RuZnjta9hSaqlLdQTj9mIhQfYkZWxCjZEUUi4EiPfweS0eUV4m6gpog9jsC460jb
JZB2
=bK6J
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 55504@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 55504
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help