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.

Reply via email to