Your message dated Tue, 21 Feb 2023 21:05:12 +0000
with message-id <e1puzp2-009ly6...@fasolo.debian.org>
and subject line Bug#1030455: fixed in schedule 1.1.0-0.2
has caused the Debian Bug report #1030455,
regarding schedule: FTBFS: AssertionError: ScheduleValueError not raised by 
until
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.)


-- 
1030455: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030455
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: schedule
Version: 1.1.0-0.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230203 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
>       pybuild --configure -i python{version} -p 3.11
> I: pybuild base:240: python3.11 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
>       pybuild --build -i python{version} -p 3.11
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_schedule/build/schedule
> copying schedule/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_schedule/build/schedule
>    dh_auto_test -O--buildsystem=pybuild
>       pybuild --test -i python{version} -p 3.11
> I: pybuild pybuild:307: cp -r /<<PKGBUILDDIR>>/test_* 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_schedule/build
> I: pybuild base:240: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_schedule/build; python3.11 -m 
> unittest discover -v 
> test_at_time (test_schedule.SchedulerTests.test_at_time) ... ok
> test_at_time_hour (test_schedule.SchedulerTests.test_at_time_hour) ... ok
> test_at_time_minute (test_schedule.SchedulerTests.test_at_time_minute) ... ok
> test_cancel_job (test_schedule.SchedulerTests.test_cancel_job) ... ok
> test_cancel_jobs (test_schedule.SchedulerTests.test_cancel_jobs) ... ok
> test_clear_by_tag (test_schedule.SchedulerTests.test_clear_by_tag) ... ok
> test_get_by_tag (test_schedule.SchedulerTests.test_get_by_tag) ... ok
> test_idle_seconds (test_schedule.SchedulerTests.test_idle_seconds) ... ok
> test_job_func_args_are_passed_on 
> (test_schedule.SchedulerTests.test_job_func_args_are_passed_on) ... ok
> test_misconfigured_job_wont_break_scheduler 
> (test_schedule.SchedulerTests.test_misconfigured_job_wont_break_scheduler)
> Ensure an interrupted job definition chain won't break ... ok
> test_next_run_property (test_schedule.SchedulerTests.test_next_run_property) 
> ... ok
> test_next_run_time (test_schedule.SchedulerTests.test_next_run_time) ... ok
> test_next_run_time_day_end 
> (test_schedule.SchedulerTests.test_next_run_time_day_end) ... ok
> test_next_run_time_hour_end 
> (test_schedule.SchedulerTests.test_next_run_time_hour_end) ... ok
> test_next_run_time_minute_end 
> (test_schedule.SchedulerTests.test_next_run_time_minute_end) ... ok
> test_repr_functools_partial_job_func 
> (test_schedule.SchedulerTests.test_repr_functools_partial_job_func) ... ok
> test_run_all (test_schedule.SchedulerTests.test_run_all) ... ok
> test_run_all_with_decorator 
> (test_schedule.SchedulerTests.test_run_all_with_decorator) ... ok
> test_run_all_with_decorator_args 
> (test_schedule.SchedulerTests.test_run_all_with_decorator_args) ... ok
> test_run_all_with_decorator_defaultargs 
> (test_schedule.SchedulerTests.test_run_all_with_decorator_defaultargs) ... ok
> test_run_every_n_days_at_specific_time 
> (test_schedule.SchedulerTests.test_run_every_n_days_at_specific_time) ... ok
> test_run_every_weekday_at_specific_time_past_today 
> (test_schedule.SchedulerTests.test_run_every_weekday_at_specific_time_past_today)
>  ... ok
> test_run_every_weekday_at_specific_time_today 
> (test_schedule.SchedulerTests.test_run_every_weekday_at_specific_time_today) 
> ... ok
> test_run_pending (test_schedule.SchedulerTests.test_run_pending)
> Check that run_pending() runs pending jobs. ... ok
> test_singular_time_units_match_plural_units 
> (test_schedule.SchedulerTests.test_singular_time_units_match_plural_units) 
> ... ok
> test_tag_type_enforcement 
> (test_schedule.SchedulerTests.test_tag_type_enforcement) ... ok
> test_time_range (test_schedule.SchedulerTests.test_time_range) ... ok
> test_time_range_repr (test_schedule.SchedulerTests.test_time_range_repr) ... 
> ok
> test_time_units (test_schedule.SchedulerTests.test_time_units) ... ok
> test_to_repr (test_schedule.SchedulerTests.test_to_repr) ... ok
> test_to_string (test_schedule.SchedulerTests.test_to_string) ... ok
> test_to_string_functools_partial_job_func 
> (test_schedule.SchedulerTests.test_to_string_functools_partial_job_func) ... 
> ok
> test_to_string_lambda_job_func 
> (test_schedule.SchedulerTests.test_to_string_lambda_job_func) ... ok
> test_until_time (test_schedule.SchedulerTests.test_until_time) ... FAIL
> test_weekday_at_todady (test_schedule.SchedulerTests.test_weekday_at_todady) 
> ... ok
> 
> ======================================================================
> FAIL: test_until_time (test_schedule.SchedulerTests.test_until_time)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_schedule/build/test_schedule.py", 
> line 317, in test_until_time
>     self.assertRaises(ScheduleValueError, every().day.until, 
> datetime.time(hour=5))
> AssertionError: ScheduleValueError not raised by until
> 
> ----------------------------------------------------------------------
> Ran 35 tests in 0.019s
> 
> FAILED (failures=1)
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_schedule/build; python3.11 -m 
> unittest discover -v 
>       rm -fr -- /tmp/dh-xdg-rundir-iSyZRIAM
> dh_auto_test: error: pybuild --test -i python{version} -p 3.11 returned exit 
> code 13


The full build log is available from:
http://qa-logs.debian.net/2023/02/03/schedule_1.1.0-0.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230203;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230203&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: schedule
Source-Version: 1.1.0-0.2
Done: Andreas Tille <ti...@debian.org>

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

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated schedule 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: Tue, 21 Feb 2023 21:40:52 +0100
Source: schedule
Architecture: source
Version: 1.1.0-0.2
Distribution: unstable
Urgency: medium
Maintainer: Donncha O'Cearbhaill <donn...@donncha.is>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1030455
Changes:
 schedule (1.1.0-0.2) unstable; urgency=medium
 .
   [ Andreas Tille ]
   * Non-maintainer upload.
   * Add debian/salsa-ci.yml
 .
   [ Étienne Mollier ]
   * fix test failure when run early
     Closes: #1030455
Checksums-Sha1:
 40b3e1f0d974bb53bfa2619989d0648b08995f08 2033 schedule_1.1.0-0.2.dsc
 9a9aa0b83a9b74f940bee34f5a3df90fb77b650d 2956 schedule_1.1.0-0.2.debian.tar.xz
 9b6a555e6d9c96f06285911b62aec83bdac35dc7 6388 
schedule_1.1.0-0.2_amd64.buildinfo
Checksums-Sha256:
 64c83ffc3c513bb1033ffc579e9a6db135159662920b26e5df2f0bad9a502417 2033 
schedule_1.1.0-0.2.dsc
 34c8e534349d6f6cb39488b021fd9295db4aebfcae4c4072f418448ec7cd4924 2956 
schedule_1.1.0-0.2.debian.tar.xz
 d7d8c0f34860f7505dc332aa268a586f9532a2f71f4160506162908fe9500f24 6388 
schedule_1.1.0-0.2_amd64.buildinfo
Files:
 c1ce01a1a9382c854deb15ffac35a023 2033 python optional schedule_1.1.0-0.2.dsc
 4705eec49b4e0050922d2b10a1c1703f 2956 python optional 
schedule_1.1.0-0.2.debian.tar.xz
 37aab72d50b0e6a6e35b363d66df7c47 6388 python optional 
schedule_1.1.0-0.2_amd64.buildinfo

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

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmP1LKYRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEp7xAAh/sJDhVgHZnJSA9aVc5LiA0b1g1qw4qT
r553MlOv09QjwmsqLHUHUiTRK+CToVzJvV+rjApINrpbAhSWeCHWEUYGiojRVlqY
tSRumTW9OTX1qQulgG9dTBnXGQs5df26ymIB8cMY2JjYqaPEpFx8viJO8CaEd+2G
fEaZeVXVh/5aQF6drbRq/fLgIm+Y4lcUtm6SCjrukd1zI1m7xnK+i06lY4mXIbNZ
LeDwvQTeCADd5+COSVoUKBJAiKVDw/91Eybw9Quki7GWOly99fPpyXboEQM/Vycy
yW+kkeB5OceAnx47wVf4P12JOQ6D/PsQQPGuAfXSGz4BP/mDTDESRwf7toEr0Cf4
oYKiQY03A9lntZgfSSgxRw0a3Zz2QMoC9eXO8KgGM48t9QuxKVleyv4n/q/edGae
KnIIAAlXKM6MNm1B4nFaOD4Z+Azh1f8D15gFCVIMWEJEtJ1YyymQDhVn+rH/bbkb
5r7+bPBbqLx6c9UnZgwWjchjklE4DVEdEgM6DS4etfm+x+iPF2QVBEyFDtC74j8G
9xRGDDzcK3WHsGn+/CmS6dxBtR0OJ3oE5ev1F+VpbM7LXxdzplWEYtSUWZV3Ufgb
9d2QV+mw49/qPimT5LRunicOx4LN1EHu3zlQOFPq6AMB/EtLzrFwIZcXY2poIkKK
yAVsmRnO9HU=
=BLFf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to