Your message dated Mon, 20 Apr 2020 16:48:38 +0000
with message-id <e1jqzb4-0002mr...@fasolo.debian.org>
and subject line Bug#951918: fixed in django-housekeeping 1.1+git20200402-1
has caused the Debian Bug report #951918,
regarding django-housekeeping: FTBFS: dh_auto_test: error: pybuild --test -i 
python{version} -p "3.8 3.7" 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.)


-- 
951918: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951918
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: django-housekeeping
Version: 1.1-1.1
Severity: serious
Justification: FTBFS on amd64
Tags: buster sid
Usertags: ftbfs-20200222 ftbfs-buster

Hi,

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

Relevant part (hopefully):
>  debian/rules build
> dh build --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:217: python3.8 setup.py config 
> running config
> I: pybuild base:217: python3.7 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:217: /usr/bin/python3.8 setup.py build 
> running build
> running build_py
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping
> copying django_housekeeping/tests.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping
> copying django_housekeeping/models.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping
> copying django_housekeeping/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping
> copying django_housekeeping/toposort.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping
> copying django_housekeeping/task.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping
> copying django_housekeeping/run.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping
> copying django_housekeeping/report.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/management
> copying django_housekeeping/management/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/management
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/management/commands
> copying django_housekeeping/management/commands/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/management/commands
> copying django_housekeeping/management/commands/housekeeping.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/management/commands
> I: pybuild base:217: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_django-housekeeping/build/django_housekeeping
> copying django_housekeeping/tests.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_django-housekeeping/build/django_housekeeping
> copying django_housekeeping/models.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_django-housekeeping/build/django_housekeeping
> copying django_housekeeping/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_django-housekeeping/build/django_housekeeping
> copying django_housekeeping/toposort.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_django-housekeeping/build/django_housekeeping
> copying django_housekeeping/task.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_django-housekeeping/build/django_housekeeping
> copying django_housekeeping/run.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_django-housekeeping/build/django_housekeeping
> copying django_housekeeping/report.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_django-housekeeping/build/django_housekeeping
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_django-housekeeping/build/django_housekeeping/management
> copying django_housekeeping/management/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_django-housekeeping/build/django_housekeeping/management
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_django-housekeeping/build/django_housekeeping/management/commands
> copying django_housekeeping/management/commands/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_django-housekeeping/build/django_housekeeping/management/commands
> copying django_housekeeping/management/commands/housekeeping.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_django-housekeeping/build/django_housekeeping/management/commands
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:217: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build; python3.8 
> -m unittest discover -v 
> test_skipstage (django_housekeeping.tests.TestDependencies) ... ERROR
> test_run (django_housekeeping.tests.TestHousekeeping) ... ERROR
> test_report (django_housekeeping.tests.TestReport) ... ERROR
> test_real (django_housekeeping.tests.TestToposort) ... ok
> test_simple (django_housekeeping.tests.TestToposort) ... ok
> test_stage_without_tasks (django_housekeeping.tests.TestToposort) ... ok
> 
> ======================================================================
> ERROR: test_skipstage (django_housekeeping.tests.TestDependencies)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/tests.py",
>  line 117, in test_skipstage
>     h.run()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/run.py",
>  line 432, in run
>     self.stages[stage].run(run_filter=run_filter)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/run.py",
>  line 227, in run
>     self.results[identifier] = self.run_task(task, mock)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/run.py",
>  line 191, in run_task
>     run_info = RunInfo(self, task, mock=mock)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/run.py",
>  line 56, in __init__
>     self.clock_start = time.clock()
> AttributeError: module 'time' has no attribute 'clock'
> 
> ======================================================================
> ERROR: test_run (django_housekeeping.tests.TestHousekeeping)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/tests.py",
>  line 36, in test_run
>     h.run()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/run.py",
>  line 432, in run
>     self.stages[stage].run(run_filter=run_filter)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/run.py",
>  line 227, in run
>     self.results[identifier] = self.run_task(task, mock)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/run.py",
>  line 191, in run_task
>     run_info = RunInfo(self, task, mock=mock)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/run.py",
>  line 56, in __init__
>     self.clock_start = time.clock()
> AttributeError: module 'time' has no attribute 'clock'
> 
> ======================================================================
> ERROR: test_report (django_housekeeping.tests.TestReport)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/tests.py",
>  line 139, in test_report
>     h.run()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/run.py",
>  line 432, in run
>     self.stages[stage].run(run_filter=run_filter)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/run.py",
>  line 227, in run
>     self.results[identifier] = self.run_task(task, mock)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/run.py",
>  line 191, in run_task
>     run_info = RunInfo(self, task, mock=mock)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build/django_housekeeping/run.py",
>  line 56, in __init__
>     self.clock_start = time.clock()
> AttributeError: module 'time' has no attribute 'clock'
> 
> ----------------------------------------------------------------------
> Ran 6 tests in 0.003s
> 
> FAILED (errors=3)
> E: pybuild pybuild:341: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_django-housekeeping/build; python3.8 
> -m unittest discover -v 
> dh_auto_test: error: pybuild --test -i python{version} -p "3.8 3.7" returned 
> exit code 13

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/django-housekeeping_1.1-1.1_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: django-housekeeping
Source-Version: 1.1+git20200402-1
Done: Mattia Rizzolo <mat...@debian.org>

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

Debian distribution maintenance software
pp.
Mattia Rizzolo <mat...@debian.org> (supplier of updated django-housekeeping 
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: Mon, 20 Apr 2020 18:20:08 +0200
Source: django-housekeeping
Architecture: source
Version: 1.1+git20200402-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Mattia Rizzolo <mat...@debian.org>
Closes: 951918
Changes:
 django-housekeeping (1.1+git20200402-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field.
   * Use debhelper-compat instead of debian/compat.
   * d/control: Set Vcs-* to salsa.debian.org.
 .
   [ Mattia Rizzolo ]
   * New upstream version 1.1+git20200402.
     + Fix compatibility with Python 3.8.  Closes: #951918
   * Take over maintenance into DPMT.
     Thank you Marco Bardelli for your past work!
   * d/control:
     + Use dh-sequence-python3 and drop `--with python3` in d/rules.
     + Drop unused Build-Depends on quilt and python3-six.
     + Bump Standards-Version to 4.5.0:
       - Set Rules-Requires-Root:no.
     + Set an hard dependency on python3-django.
     + Bump debhelper compat level to 13.
   * d/copyright: Update.
   * Add an autopkgtest.
Checksums-Sha1:
 c9b590b53f82d0981213c67b1862e5e42511a7da 2292 
django-housekeeping_1.1+git20200402-1.dsc
 c3f483afd66f932e7c14ca0d63e55112274339e8 22992 
django-housekeeping_1.1+git20200402.orig.tar.xz
 8dea47e1be3ee120da78f8f6a2ca59ad9a25214a 2412 
django-housekeeping_1.1+git20200402-1.debian.tar.xz
 055c68b7e0ace7de3a4481b257f2e690e45c0db4 6324 
django-housekeeping_1.1+git20200402-1_amd64.buildinfo
Checksums-Sha256:
 feb0fa2ce77bcf31cbd41e6f61de149e7dcd31954b1826d6af338c97bd694145 2292 
django-housekeeping_1.1+git20200402-1.dsc
 c2fcdd157dd87fed1562abe8eddc2f7432287755d184025f5b5d91303ecae138 22992 
django-housekeeping_1.1+git20200402.orig.tar.xz
 3974f2092df6d6c13ff3a442d598c33708f8042f513769965698eb408c6e0f07 2412 
django-housekeeping_1.1+git20200402-1.debian.tar.xz
 9176cd6512a8c834b1d64274d14def9b59d141b9205adda6b4432d0f34283a1d 6324 
django-housekeeping_1.1+git20200402-1_amd64.buildinfo
Files:
 7c5a3682aed1b5448d2514813bbb53dd 2292 python optional 
django-housekeeping_1.1+git20200402-1.dsc
 51aaf11621f4fb800ed89879afdca951 22992 python optional 
django-housekeeping_1.1+git20200402.orig.tar.xz
 988eeea899da81dc3ed1e442ae6efb02 2412 python optional 
django-housekeeping_1.1+git20200402-1.debian.tar.xz
 99c5865e9bd6e5ff79cfc0abe68de908 6324 python optional 
django-housekeeping_1.1+git20200402-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAl6dzTAACgkQCBa54Yx2
K6041g//TwURBZjigVsicZtkMX6KrMBmhaJSreAfsq/0kRwBlzEkX4fopFwitp7q
9P/O79rhvjLztpG3eSm9TckHRU3cB5JRtER2zOwdLh88l+B7CrLINLEU0x+j70xW
XrjKXlf7YYHTrZQqlTjT87/TEQWC1OJ0LqrtJA0keETzveWKVy7S6Y/4rSj+dzgs
YPqKqMpL3EjG3PzsF7UQb7h5C5+Ey9buT0burmts314bt1urrkWzU+eGhYiZ98Gh
yE651vIiDgfuT+sv4aGJjFH6cDvKmRghLjrmPg6DYsAipzZX9To/ZOl8i01D7ufx
s5vxk5GABgvVMNG7KYcb41qq4R5k7F2xP5xsrXVYXFKg3MeeL2kuZbRgjZCK6Flt
LaCYqMxkVK0eyYp/QpMPBKcSsBdln2dTH/Jpbt/C25B5ugy24CK2lknwqhH+EdFZ
I2Xj0O4hp6yFT0aOxmdX8+uPDiJ5VzMrJUUkd/7xO0WH0TpmDPqU9Su7S5lCsqRJ
hW2PLipH7ENRfO4MzBTZS4gEGHM6/WWshtnY1JVgJjQI4ZzgFdTf2xiHCNW0HYcj
BxhQ7px+qqfmIL0qoCV75Xe2BdM2bxRPgSIdktX4aZhRXY9wskE3lTmpF83vPyM9
EqJNRrtrUcK0V1tTVOHJ1obe8Es7JGTSLlENCYtSQ7Nn/BqMF+M=
=SYpY
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to