beets build fails in tests

  • Done
  • quality assurance status badge
Details
One participant
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . bug-guix@gnu.org)
87o8lf71dr.fsf@rohleder.de
commit 4913e8ede09bf6f4efc27d3fb6e224cb87bbb9ee (python-mutagen update)
breaks a test in beets:

...
======================================================================
FAIL: test_read_audio_properties (test.test_mediafile.AIFFTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/guix-build-beets-1.4.9.drv-0/beets-1.4.9/test/test_mediafile.py", line 440, in test_read_audio_properties
self.assertEqual(getattr(mediafile, key), value)
AssertionError: 16 != 0

======================================================================
FAIL: test_read_audio_properties (test.test_mediafile.WavpackTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/guix-build-beets-1.4.9.drv-0/beets-1.4.9/test/test_mediafile.py", line 440, in test_read_audio_properties
self.assertEqual(getattr(mediafile, key), value)
AssertionError: 16 != 0

----------------------------------------------------------------------
Ran 1901 tests in 124.212s


guix time-machine --commit=bd994bbb2003f3af936836bbf148660a81a3037b -- build beets
works.
-----BEGIN PGP SIGNATURE-----

iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl98nkARHG1pa2VAcm9o
bGVkZXIuZGUACgkQfHr/vv7yyyV/5Qf+MTKTYmfrC3UjzLYY0MBB/fObAKJU+vY9
OnZf/MTZ+GZ9lmGYiVplTwtB+vZ1SyONbFseLfyU9ZraQFRHolxGT7l38ZFlCHgu
XuADj4vm/CjgBpUoLGxq8uMPPbhTUPgLtZJGmgxMUtWCFbbRnG0lrBqOm1VH1o0+
mytNLjUoUiB22Q4bMWyOvXBEkCTmA2GKcRmq4wIXWv0I/Bb8sclUVzQagGlBGbWy
UBcKU5U+rd1JwQ+JRvDvwOeNkPqHmoCu4JK77rPT0iQwAyr9OE2B4kSLgZmIgyzw
T5hbvPrOo7bNpMmYJHO/z/YV2EBbavSUufMxKRYAUaGOTD/iItxLDg==
=la7F
-----END PGP SIGNATURE-----

Michael Rohleder wrote 4 years ago
(address . 43832-done@debbugs.gnu.org)
87wnzx12uj.fsf@rohleder.de
done (disabled test) with 1f1996e6a5cc5203e0534dc26fe51b87832082aa

--
A language that doesn't affect the way you think about programming is
not worth knowing.
-----BEGIN PGP SIGNATURE-----

iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl+C3FQRHG1pa2VAcm9o
bGVkZXIuZGUACgkQfHr/vv7yyyVuCAgAtyLRhYKgCjBF/E6GCxeMH09dbUIqBbpI
FJxOp/Id5H5zLNqNsOaPXDhs5jQOG0wmnOVPG9on4j158hBYj0yP3mnTCiyoZKjE
a/bDi3TX3hgjKPHxbmyM5bjOVdaS4DrjQIFVZtXlorPQ90pINsDeHuXRqTy/Yy8E
+8tALBW8+6h7EGbnX+uleIgNywY+3KWMHZDsi3LLY1dh7f56Y29pxuMxqXqH/+ij
pZElhDU0ExNAhoFIhA6MJR1u3joxwyClQ8cDWEgIpZmLUh3t5Ov/096Fi7pkTzdj
YPCjkyaqyoy7eyFuu7cAcdxfLxZs3TDrNtQbEiq/bxZ0SQqjn1f3Hg==
=l3Bh
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 43832
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