Your message dated Thu, 04 Apr 2019 22:48:33 +0000
with message-id <[email protected]>
and subject line Bug#868872: fixed in cairocffi 0.7.2-2.2
has caused the Debian Bug report #868872,
regarding cairocffi FTBFS: test failure
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 [email protected]
immediately.)


-- 
868872: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868872
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cairocffi
Version: 0.7.2-2.1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/cairocffi.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/cairocffi-0.7.2'
LC_ALL=C.UTF-8 xvfb-run -a --server-args="-screen 0 1024x768x24" dh_auto_test
I: pybuild base:184: cd 
/build/1st/cairocffi-0.7.2/.pybuild/pythonX.Y_2.7/build; python2.7 -m pytest 
============================= test session starts ==============================
platform linux2 -- Python 2.7.13, pytest-3.1.3, py-1.4.34, pluggy-0.4.0
rootdir: /build/1st/cairocffi-0.7.2, inifile:
collected 44 items

cairocffi/test_cairo.py ......................................
cairocffi/test_pixbuf.py ....
cairocffi/test_xcb.py ..

=============================== warnings summary ===============================
.pybuild/pythonX.Y_2.7/build/cairocffi/test_cairo.py::test_image_surface
  
/build/1st/cairocffi-0.7.2/.pybuild/pythonX.Y_2.7/build/cairocffi/surfaces.py:651:
 UserWarning: implicit cast from 'char *' to a different pointer type: will be 
forbidden in the future (check that the types are as you expect; use an 
explicit ffi.cast() if they are correct)
    ffi.cast('char*', address), format, width, height, stride)

.pybuild/pythonX.Y_2.7/build/cairocffi/test_cairo.py::test_mime_data
  
/build/1st/cairocffi-0.7.2/.pybuild/pythonX.Y_2.7/build/cairocffi/surfaces.py:447:
 UserWarning: implicit cast from 'char *' to a different pointer type: will be 
forbidden in the future (check that the types are as you expect; use an 
explicit ffi.cast() if they are correct)
    *keep_alive.closure))

-- Docs: http://doc.pytest.org/en/latest/warnings.html
==================== 44 passed, 2 warnings in 1.04 seconds =====================
I: pybuild pybuild:242: rm -rf 
/build/1st/cairocffi-0.7.2/.pybuild/pythonX.Y_2.7/build/*/__pycache__
I: pybuild base:184: cd 
/build/1st/cairocffi-0.7.2/.pybuild/pythonX.Y_3.6/build; python3.6 -m pytest 
============================= test session starts ==============================
platform linux -- Python 3.6.2, pytest-3.1.3, py-1.4.34, pluggy-0.4.0
rootdir: /build/1st/cairocffi-0.7.2, inifile:
collected 44 items

cairocffi/test_cairo.py ......................................
cairocffi/test_pixbuf.py ....
cairocffi/test_xcb.py .E

==================================== ERRORS ====================================
______________________ ERROR at setup of test_xcb_window _______________________

request = <SubRequest 'xcb_conn' for <Function 'test_xcb_window'>>

    @pytest.fixture
    def xcb_conn(request):
        """
        Fixture that will setup and take down a xcffib.Connection object 
running on
        a display spawned by xvfb
        """
        display = os.environ.get('DISPLAY')
        if display:
>           conn = xcffib.connect(display)

cairocffi/test_xcb.py:34: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/lib/python3/dist-packages/xcffib/__init__.py:514: in __init__
    self.invalid()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <xcffib.Connection object at 0x7f8fe71a1278>

    def invalid(self):
        if self._conn is None:
            raise XcffibException("Invalid connection.")
        err = lib.xcb_connection_has_error(self._conn)
        if err > 0:
>           raise ConnectionException(err)
E           xcffib.ConnectionException: xcb connection errors because of 
socket, pipe and other stream errors.

/usr/lib/python3/dist-packages/xcffib/__init__.py:546: ConnectionException
=============================== warnings summary ===============================
.pybuild/pythonX.Y_3.6/build/cairocffi/test_cairo.py::test_image_surface
  
/build/1st/cairocffi-0.7.2/.pybuild/pythonX.Y_3.6/build/cairocffi/surfaces.py:651:
 UserWarning: implicit cast from 'char *' to a different pointer type: will be 
forbidden in the future (check that the types are as you expect; use an 
explicit ffi.cast() if they are correct)
    ffi.cast('char*', address), format, width, height, stride)

.pybuild/pythonX.Y_3.6/build/cairocffi/test_cairo.py::test_image_bytearray_buffer
  
/build/1st/cairocffi-0.7.2/.pybuild/pythonX.Y_3.6/build/cairocffi/surfaces.py:651:
 UserWarning: implicit cast from 'char *' to a different pointer type: will be 
forbidden in the future (check that the types are as you expect; use an 
explicit ffi.cast() if they are correct)
    ffi.cast('char*', address), format, width, height, stride)

.pybuild/pythonX.Y_3.6/build/cairocffi/test_cairo.py::test_mime_data
  
/build/1st/cairocffi-0.7.2/.pybuild/pythonX.Y_3.6/build/cairocffi/surfaces.py:447:
 UserWarning: implicit cast from 'char *' to a different pointer type: will be 
forbidden in the future (check that the types are as you expect; use an 
explicit ffi.cast() if they are correct)
    *keep_alive.closure))

.pybuild/pythonX.Y_3.6/build/cairocffi/test_pixbuf.py::test_png
  
/build/1st/cairocffi-0.7.2/.pybuild/pythonX.Y_3.6/build/cairocffi/surfaces.py:651:
 UserWarning: implicit cast from 'char *' to a different pointer type: will be 
forbidden in the future (check that the types are as you expect; use an 
explicit ffi.cast() if they are correct)
    ffi.cast('char*', address), format, width, height, stride)

-- Docs: http://doc.pytest.org/en/latest/warnings.html
================ 43 passed, 4 warnings, 1 error in 0.91 seconds ================
E: pybuild pybuild:283: test: plugin distutils failed with: exit code=1: cd 
/build/1st/cairocffi-0.7.2/.pybuild/pythonX.Y_3.6/build; python3.6 -m pytest 
dh_auto_test: pybuild --test -i python{version} -p 3.6 3.5 returned exit code 13
debian/rules:14: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 25

--- End Message ---
--- Begin Message ---
Source: cairocffi
Source-Version: 0.7.2-2.2

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ivo De Decker <[email protected]> (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 [email protected])


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

Format: 1.8
Date: Thu, 04 Apr 2019 22:13:20 +0000
Source: cairocffi
Architecture: source
Version: 0.7.2-2.2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Ivo De Decker <[email protected]>
Closes: 868872 918277
Changes:
 cairocffi (0.7.2-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Revert changes from previous NMU:
     - Remove Build-Depends and Recommends on xcffib, which is not in buster
       (Closes: #918277, Reopens: #861680)
     - Disable failing xcb tests (Closes: #868872)
   * Backport upstream patch to fix tests for Cairo 1.15.12
Checksums-Sha1:
 5f162746409109523ecf1766d242569dea13f33f 2461 cairocffi_0.7.2-2.2.dsc
 1f400a63e4dac29333b6b47ece867e9963654a12 135972 
cairocffi_0.7.2-2.2.debian.tar.xz
 f75f65489011e46706810e0ad8a60a77fe692ec9 13169 
cairocffi_0.7.2-2.2_source.buildinfo
Checksums-Sha256:
 c640923770af1a6c54f94ecf6ff12209c1c4fdb47e7d4520bc713cc65fefea15 2461 
cairocffi_0.7.2-2.2.dsc
 4424788e07f19e5ec48faffe04c13ae6554a2071e89e964e44a85105d0432571 135972 
cairocffi_0.7.2-2.2.debian.tar.xz
 2f58f83475e78950f0574a98866e660f2707b5abde5db9f4c4203c6aed7785a4 13169 
cairocffi_0.7.2-2.2_source.buildinfo
Files:
 dc379366306c69df42d675a0b9a1afe9 2461 python optional cairocffi_0.7.2-2.2.dsc
 3d1f83b4ea8895bbf810ddd45074a8c1 135972 python optional 
cairocffi_0.7.2-2.2.debian.tar.xz
 0ccac921ad0c19d2e592b4681251aa9b 13169 python optional 
cairocffi_0.7.2-2.2_source.buildinfo

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

iQJKBAEBCAA0FiEE9GM4QTXwpzdLbkGwrEC7WJcE6vwFAlymhFQWHGl2by5kZWRl
Y2tlckB1Z2VudC5iZQAKCRCsQLtYlwTq/EeND/0bW60K6HwYqydUrMxcLFdxKhdH
p3BmKoexhkDm91DhuCBNPJeS1/grDFIaAWJsOtDT96hRF0bhkIlj00VTla2/6lmZ
kIRGEHe/oubaaizhulpM6S6stWfR8wCUUlufyyUvmGufXNkoGgm5kzu8JyBq+cQN
fmR5qkoci5iuovT5ddbs6yJ4Cy4F8EdWj7iPvn3IevN130KztqsCWFWheDXMYS3F
cndvWzj6yFB3w1qy9VE/fQOIn6JaS7ndbpRcLlnQEBojPjEbfwC6ytnyQe6Uqg5Z
XJ3v/JCKHZWc9Q2xsingz1Z4izcKmDv+UsNA24ih7SNMogkFWQvaVqubQ3H1Gput
K2sYL1uI2hk1hXkTZRiG1T5EejVrWIRMrA6NK48umuug4b9Ni531JimDI79AklWN
ZWR7FibMSgWRnuOPGBu1EPtrU6ZbfSv7LjVWGsewhnw3BWh4d/bSlUqao3NBtZ9r
ljmgWPmd8l0K+UJrSZKkg8W6jBFow833osUH2cWDg1jfSUpH9xWkmqg+SerctEyc
NO4j8lCvN5bNtZlWjd94XZKhoSVbkulALPYXwbNdehpth+FJFI2ZbUpzcjFZd2Xv
UmazkxfwP8rXuXCPutlDCkkVRKMAFKI5KJJtlLjwiiNvD3JZMxjJj9wHliHO9fcw
IosJriZhyoWuJUvY2w==
=KTfX
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to