Your message dated Wed, 23 Dec 2020 10:48:42 +0000
with message-id <e1ks1hc-0007nc...@fasolo.debian.org>
and subject line Bug#973121: fixed in cairocffi 1.2.0-1
has caused the Debian Bug report #973121,
regarding cairocffi: FTBFS: dh_auto_test: error: pybuild --test -i 
python{version} -p "3.9 3.8" returned exit code 13
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
973121: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973121
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cairocffi
Version: 0.9.0-4
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201027 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> LC_ALL=C.UTF-8 xvfb-run -a --server-args="-screen 0 1024x768x24" dh_auto_test
> dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 
> in use)
> I: pybuild base:217: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_cairocffi/build; python3.9 -m pytest 
> -k "not test_xcb.py"
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.9.0+, pytest-4.6.11, py-1.9.0, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> collected 53 items / 2 deselected / 51 selected
> 
> cairocffi/test_cairo.py ..F...........................................   [ 
> 90%]
> cairocffi/test_pixbuf.py .....                                           
> [100%]
> 
> =================================== FAILURES 
> ===================================
> ______________________________ test_image_surface 
> ______________________________
> 
>     def test_image_surface():
>         assert ImageSurface.format_stride_for_width(
>             cairocffi.FORMAT_ARGB32, 100) == 400
>         assert ImageSurface.format_stride_for_width(
>             cairocffi.FORMAT_A8, 100) == 100
>     
>         surface = ImageSurface(cairocffi.FORMAT_ARGB32, 20, 30)
>         assert surface.get_format() == cairocffi.FORMAT_ARGB32
>         assert surface.get_width() == 20
>         assert surface.get_height() == 30
>         assert surface.get_stride() == 20 * 4
>     
>         with pytest.raises(ValueError):
>             # buffer too small
>             data = array.array('B', b'\x00' * 799)
>             ImageSurface.create_for_data(data, cairocffi.FORMAT_ARGB32, 10, 
> 20)
>         data = array.array('B', b'\x00' * 800)
>         surface = ImageSurface.create_for_data(data, cairocffi.FORMAT_ARGB32,
>                                                10, 20, stride=40)
>         context = Context(surface)
>         # The default source is opaque black:
>         assert context.get_source().get_rgba() == (0, 0, 0, 1)
>         context.paint_with_alpha(0.5)
> >       assert data.tostring() == pixel(b'\x80\x00\x00\x00') * 200
> E       AttributeError: 'array.array' object has no attribute 'tostring'
> 
> cairocffi/test_cairo.py:85: AttributeError
> ============== 1 failed, 50 passed, 2 deselected in 0.43 seconds 
> ===============
> E: pybuild pybuild:352: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_cairocffi/build; python3.9 -m pytest 
> -k "not test_xcb.py"
> dh_auto_test: error: pybuild --test -i python{version} -p "3.9 3.8" returned 
> exit code 13

The full build log is available from:
   http://qa-logs.debian.net/2020/10/27/cairocffi_0.9.0-4_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: cairocffi
Source-Version: 1.2.0-1
Done: Gianfranco Costamagna <locutusofb...@debian.org>

We believe that the bug you reported is fixed in the latest version of
cairocffi, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 973...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gianfranco Costamagna <locutusofb...@debian.org> (supplier of updated cairocffi 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 23 Dec 2020 11:40:04 +0100
Source: cairocffi
Architecture: source
Version: 1.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Gianfranco Costamagna <locutusofb...@debian.org>
Closes: 973121
Changes:
 cairocffi (1.2.0-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Update Maintainer field with new Debian Python Team
     contact address.
   * d/control: Update Vcs-* fields with new Debian Python Team Salsa
     layout.
 .
   [ Gianfranco Costamagna ]
   * Import Ubuntu changes
 .
   [ Matthias Klose ]
   * New upstream version (Closes: #973121).
   * Disable pytest-flake8 and pytest-isort.
Checksums-Sha1:
 f93adfe44e5c14bd054cd306b4ffc1dfe0185ef2 2294 cairocffi_1.2.0-1.dsc
 0deda1878c074c8ce10bc61919743cf9eaf9f9ea 85610 cairocffi_1.2.0.orig.tar.gz
 f643625c776ca529be4a5f007dedafaf56218eb9 136152 cairocffi_1.2.0-1.debian.tar.xz
 773795e2bfb8bf6efa245b62f136b2d297ea4f2a 15791 
cairocffi_1.2.0-1_source.buildinfo
Checksums-Sha256:
 9446d0df16156dee77fbe2b310ceb8f24dcc822db633b581de5d5fb19181deb3 2294 
cairocffi_1.2.0-1.dsc
 5577944680e771022fd0c58fb2bb1e0a308bf1146c518262ae3f20654fddcae2 85610 
cairocffi_1.2.0.orig.tar.gz
 78d8959632270b9ff3f2d42ead59b32db4104736c3f25c5395c08da6086a56ed 136152 
cairocffi_1.2.0-1.debian.tar.xz
 3c1a0047d9253e80fdb67df664b18365b99fa94b000e88cebe079924cb086a51 15791 
cairocffi_1.2.0-1_source.buildinfo
Files:
 44f4a257ea62e0e760ef3ae730f33987 2294 python optional cairocffi_1.2.0-1.dsc
 37f8131cfab841dbec3a17f317d9f28b 85610 python optional 
cairocffi_1.2.0.orig.tar.gz
 c4a41ee8b4d843cb5cf0446a96d9788f 136152 python optional 
cairocffi_1.2.0-1.debian.tar.xz
 eddffc758cae28dd5ebe103feba4ff9c 15791 python optional 
cairocffi_1.2.0-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAl/jHywACgkQ808JdE6f
Xdnj/A/+KQM1z4m7Y+FlGhCFCUztEUnF4KscLG/OlsoeXjfvFd+Nb+a3CM9hYB8Q
nVgDm/xZWUddJyGMjF13NXtT/7j2HLxmkW34Q1lNi31WCqYqltK2ThbJudLvKhJA
p6oayW0nK0fjNcRoKMTtp9lVk1VHv+9Nk/H6xkUdckHv8vxkHTDaUOi8G4b1yyAf
V3TSbNIZUYG67GablpLDHQWo2mijAA2biWVcQRSqS3AakyX3cfIoCQHGx9Du1RmE
vzZibXig9Cpu5FsFMr7O7crQng/sDGqaWtGtMzKKiD4MMnN5lPZ0oq0Ua+i565Km
ekkUZPJwc9ZzTVy/FNicNRTBLw8yP17T67lSznGELLaiOCwERPr2VvqeF+x/pfw+
UBLd2ToV1p9A2SsXeYhqKQKzYvKCfeIMQXEePzjppneQD1KkSnbBc0XXo6ukoDfg
KFLCYh/DV42GbwM6Z8pgqI2nj6ZJ9diDBkEUiZwh4RoDVQyTfGmLyOfX9lCoueQS
EWH0qLBhcetiUp5KRXN0pgApjvRlYEnpW0hpyTVSnkrgqMxf8lJ7WpF/6NW8XYUP
dBcmb+dj440U6OamlieP22sTPNvEEKsV19wpiiZR9BLoFgL3L+kLYl3pEbe3FwtI
J6hY+QA4MP4bc0sQT8j2yNtzYMD75yGFt80OOELWbviSOZm2/Ik=
=JEdp
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to