Your message dated Sat, 25 Oct 2014 15:42:09 +0000
with message-id <e1xi3tl-0008tk...@franck.debian.org>
and subject line Bug#746103: fixed in python-notify2 0.3-3
has caused the Debian Bug report #746103,
regarding python-notify2: FTBFS: Tests failures
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.)


-- 
746103: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746103
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-notify2
Version: 0.3-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory `/«PKGBUILDDIR»'
> PYTHONS="2.7 3.3 3.4" xvfb-run -a debian/runtests.sh
> 
> ** (notification-daemon:14249): WARNING **: Error retrieving accessibility 
> bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus 
> was not provided by any .service files
> ...
> (notification-daemon:14249): Gtk-WARNING **: Could not find the icon 
> 'mail-message-new'. The 'hicolor' theme
> was not found either, perhaps you need to install it.
> You can get a copy from:
>       http://icon-theme.freedesktop.org/releases
> 
> (notification-daemon:14249): GLib-CRITICAL **: Source ID 9 was not found when 
> attempting to remove it
> EEEEEEEEEE
> ======================================================================
> ERROR: test_basic (__main__.NotificationTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_notify2.py", line 43, in test_basic
>     n.close()
>   File "/«PKGBUILDDIR»/notify2.py", line 211, in close
>     dbus_iface.CloseNotification(self.id)
>   File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in 
> __call__
>     **keywords)
>   File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in 
> call_blocking
>     message, timeout)
> DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a 
> reply (timeout by message bus)
> 
> ======================================================================
> ERROR: test_category (__main__.NotificationTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_notify2.py", line 38, in setUp
>     notify2.init("notify2 test suite")
>   File "/«PKGBUILDDIR»/notify2.py", line 96, in init
>     '/org/freedesktop/Notifications')
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object
>     follow_name_owner_changes=follow_name_owner_changes)
>   File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in 
> __init__
>     self._named_service = conn.activate_name_owner(bus_name)
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in 
> activate_name_owner
>     self.start_service_by_name(bus_name)
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in 
> start_service_by_name
>     'su', (bus_name, flags)))
>   File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in 
> call_blocking
>     message, timeout)
> DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name 
> org.freedesktop.Notifications was not provided by any .service files
> 
> ======================================================================
> ERROR: test_data (__main__.NotificationTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_notify2.py", line 38, in setUp
>     notify2.init("notify2 test suite")
>   File "/«PKGBUILDDIR»/notify2.py", line 96, in init
>     '/org/freedesktop/Notifications')
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object
>     follow_name_owner_changes=follow_name_owner_changes)
>   File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in 
> __init__
>     self._named_service = conn.activate_name_owner(bus_name)
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in 
> activate_name_owner
>     self.start_service_by_name(bus_name)
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in 
> start_service_by_name
>     'su', (bus_name, flags)))
>   File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in 
> call_blocking
>     message, timeout)
> DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name 
> org.freedesktop.Notifications was not provided by any .service files
> 
> ======================================================================
> ERROR: test_icon (__main__.NotificationTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_notify2.py", line 38, in setUp
>     notify2.init("notify2 test suite")
>   File "/«PKGBUILDDIR»/notify2.py", line 96, in init
>     '/org/freedesktop/Notifications')
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object
>     follow_name_owner_changes=follow_name_owner_changes)
>   File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in 
> __init__
>     self._named_service = conn.activate_name_owner(bus_name)
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in 
> activate_name_owner
>     self.start_service_by_name(bus_name)
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in 
> start_service_by_name
>     'su', (bus_name, flags)))
>   File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in 
> call_blocking
>     message, timeout)
> DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name 
> org.freedesktop.Notifications was not provided by any .service files
> 
> ======================================================================
> ERROR: test_icon_from_pixbuf (__main__.NotificationTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_notify2.py", line 38, in setUp
>     notify2.init("notify2 test suite")
>   File "/«PKGBUILDDIR»/notify2.py", line 96, in init
>     '/org/freedesktop/Notifications')
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object
>     follow_name_owner_changes=follow_name_owner_changes)
>   File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in 
> __init__
>     self._named_service = conn.activate_name_owner(bus_name)
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in 
> activate_name_owner
>     self.start_service_by_name(bus_name)
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in 
> start_service_by_name
>     'su', (bus_name, flags)))
>   File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in 
> call_blocking
>     message, timeout)
> DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name 
> org.freedesktop.Notifications was not provided by any .service files
> 
> ======================================================================
> ERROR: test_icon_only (__main__.NotificationTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_notify2.py", line 38, in setUp
>     notify2.init("notify2 test suite")
>   File "/«PKGBUILDDIR»/notify2.py", line 96, in init
>     '/org/freedesktop/Notifications')
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object
>     follow_name_owner_changes=follow_name_owner_changes)
>   File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in 
> __init__
>     self._named_service = conn.activate_name_owner(bus_name)
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in 
> activate_name_owner
>     self.start_service_by_name(bus_name)
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in 
> start_service_by_name
>     'su', (bus_name, flags)))
>   File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in 
> call_blocking
>     message, timeout)
> DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name 
> org.freedesktop.Notifications was not provided by any .service files
> 
> ======================================================================
> ERROR: test_set_location (__main__.NotificationTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_notify2.py", line 38, in setUp
>     notify2.init("notify2 test suite")
>   File "/«PKGBUILDDIR»/notify2.py", line 96, in init
>     '/org/freedesktop/Notifications')
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object
>     follow_name_owner_changes=follow_name_owner_changes)
>   File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in 
> __init__
>     self._named_service = conn.activate_name_owner(bus_name)
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in 
> activate_name_owner
>     self.start_service_by_name(bus_name)
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in 
> start_service_by_name
>     'su', (bus_name, flags)))
>   File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in 
> call_blocking
>     message, timeout)
> DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name 
> org.freedesktop.Notifications was not provided by any .service files
> 
> ======================================================================
> ERROR: test_timeout (__main__.NotificationTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_notify2.py", line 38, in setUp
>     notify2.init("notify2 test suite")
>   File "/«PKGBUILDDIR»/notify2.py", line 96, in init
>     '/org/freedesktop/Notifications')
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object
>     follow_name_owner_changes=follow_name_owner_changes)
>   File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in 
> __init__
>     self._named_service = conn.activate_name_owner(bus_name)
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in 
> activate_name_owner
>     self.start_service_by_name(bus_name)
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in 
> start_service_by_name
>     'su', (bus_name, flags)))
>   File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in 
> call_blocking
>     message, timeout)
> DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name 
> org.freedesktop.Notifications was not provided by any .service files
> 
> ======================================================================
> ERROR: test_update (__main__.NotificationTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_notify2.py", line 38, in setUp
>     notify2.init("notify2 test suite")
>   File "/«PKGBUILDDIR»/notify2.py", line 96, in init
>     '/org/freedesktop/Notifications')
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object
>     follow_name_owner_changes=follow_name_owner_changes)
>   File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in 
> __init__
>     self._named_service = conn.activate_name_owner(bus_name)
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in 
> activate_name_owner
>     self.start_service_by_name(bus_name)
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in 
> start_service_by_name
>     'su', (bus_name, flags)))
>   File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in 
> call_blocking
>     message, timeout)
> DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name 
> org.freedesktop.Notifications was not provided by any .service files
> 
> ======================================================================
> ERROR: test_urgency (__main__.NotificationTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_notify2.py", line 38, in setUp
>     notify2.init("notify2 test suite")
>   File "/«PKGBUILDDIR»/notify2.py", line 96, in init
>     '/org/freedesktop/Notifications')
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object
>     follow_name_owner_changes=follow_name_owner_changes)
>   File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in 
> __init__
>     self._named_service = conn.activate_name_owner(bus_name)
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in 
> activate_name_owner
>     self.start_service_by_name(bus_name)
>   File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in 
> start_service_by_name
>     'su', (bus_name, flags)))
>   File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in 
> call_blocking
>     message, timeout)
> DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name 
> org.freedesktop.Notifications was not provided by any .service files
> 
> ----------------------------------------------------------------------
> Ran 13 tests in 0.060s
> 
> FAILED (errors=10)
> make[1]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/python-notify2_0.3-2_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: python-notify2
Source-Version: 0.3-3

We believe that the bug you reported is fixed in the latest version of
python-notify2, 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 746...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Etienne Millon <m...@emillon.org> (supplier of updated python-notify2 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: SHA512

Format: 1.8
Date: Fri, 24 Oct 2014 15:32:39 +0200
Source: python-notify2
Binary: python-notify2 python3-notify2
Architecture: source all
Version: 0.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Etienne Millon <m...@emillon.org>
Description:
 python-notify2 - desktop notifications API for Python
 python3-notify2 - desktop notifications API for Python 3
Closes: 746103
Changes:
 python-notify2 (0.3-3) unstable; urgency=low
 .
   * Team upload.
 .
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 .
   [ Etienne Millon ]
   * Run tests under dbus-run-session (Closes: #746103)
   * Bump Standards-Version to 3.9.6 (no changes)
 .
   [ Piotr Ożarowski ]
   * Add dh-python to Build-Depends
Checksums-Sha1:
 a3aaccbb635eb1f7b8ac0f071083af4adecf4492 2210 python-notify2_0.3-3.dsc
 65f4b14b97cf814537590e841ff2da0171ec840b 3260 
python-notify2_0.3-3.debian.tar.xz
 d975808f2c62b8ca40de9cbc996458e1267aaed5 10484 python-notify2_0.3-3_all.deb
 6425c419ab02edc33a30ff6603187b9c7911fd43 10570 python3-notify2_0.3-3_all.deb
Checksums-Sha256:
 71f75c5e80171e0320ddf1792d71c0f9c0a0ef35f8807bec105baedb56bc40f8 2210 
python-notify2_0.3-3.dsc
 0a127940fc81420d388d9c99d4902b57a4ad7e367edc6fcd797ee312c635b9f8 3260 
python-notify2_0.3-3.debian.tar.xz
 8046d02fcaae5f75d186d612d74a09515c28f8ef323874cf38d0c5cb4cc27ee4 10484 
python-notify2_0.3-3_all.deb
 f6cb94d9de0a244e3537892858785b47ccf919fd7f76afe0fa24f47ad1cff5c4 10570 
python3-notify2_0.3-3_all.deb
Files:
 af7642277a53e04c1723f520f806ebbf 2210 python optional python-notify2_0.3-3.dsc
 3ad8d4460cc3bae4a2d6ae8aa0a7cb03 3260 python optional 
python-notify2_0.3-3.debian.tar.xz
 e43d6a843e5838597f25119c7abadb50 10484 python optional 
python-notify2_0.3-3_all.deb
 3c9a21dbd37196667334d7aee2b0aa96 10570 python optional 
python3-notify2_0.3-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJUS7uCAAoJEK728aKnRXZFka4QAIHiHthfCB/9Kwo+c1qAuYll
FOYPHaZO+iX8Sz9P+ySwtVhVkcaiq9/R4pVkg5PcLdQI5HWRX0N9g/zcSwxRqWto
dJtl3O6f/MTmXwzn+LqZH60CjmFZi55rtQOKw814TcILRYvh1WiTuFKRQxLOnHqj
RnYficATKDJA6HFG8hkUCnqizL5Ej2Waxx0zxRmOv4hjrH8BGSAPuwv0ZSwR6eKl
mctlNqj5jkcR7HG7TVeTE3Pnj0vMnAP1nLqYE8ufMrV9c28XBLkHH7C7Zks7qWZt
nRbf4KsKsbTPU8T+78ADXAakVKiUDqGrMphbKwA+GPtpU5efmCE8MiZyym5har77
si7B3IMR/MOnNqFp3ufLbVhmJhMqwctjgmkbXNeShqNCLEd6++5jvnOU5kNA9hkz
7Jdo4iDDtCWAseaNNuMxrhMSHsGe6P84ClbrjxFpjkoD29tlW/h4M7EgnTwMJC5v
L8Fb7yv1YT1re/YdGNArmjv8rWDzvOtHQYTUW4Grv6zqarYjN0k/iypRhzobADlo
U1i5NUetf/zjQD1XRnXhDG4tuWL7Zo7CDr69PuZjJHUoxazg1X6E4UlkZPdGAQ0C
30b6qX6/yP5R4EyIU5bxwX0s14f40qeVv3NDo0MPAuoijkj5bOSvpkEFKpKX0mgZ
Sy5rUDJ6t5ulmHDtF7TH
=MhK3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to