Source: ruby-ice-cube Version: 0.16.3-1 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: debian-r...@lists.debian.org Usertags: ruby3.0
Hi, We are about to enable building against ruby3.0 on unstable. During a test rebuild, ruby-ice-cube was found to fail to build in that situation. To reproduce this locally, you need to install ruby-all-dev from experimental on an unstable system or build chroot. Relevant part (hopefully): > ArgumentError: > wrong number of arguments (given 2, expected 0..1) > # > /usr/share/rubygems-integration/all/gems/i18n-1.8.10/lib/i18n.rb:196:in > `translate' > # ./lib/ice_cube/i18n.rb:9:in `t' > # ./lib/ice_cube/validations/weekly_interval.rb:42:in `build_s' > # ./lib/ice_cube/validated_rule.rb:74:in `block (2 levels) in to_s' > # ./lib/ice_cube/validated_rule.rb:73:in `each' > # ./lib/ice_cube/validated_rule.rb:73:in `block in to_s' > # ./lib/ice_cube/validated_rule.rb:72:in `each_value' > # ./lib/ice_cube/validated_rule.rb:72:in `to_s' > # ./lib/ice_cube/schedule.rb:317:in `block in to_s' > # ./lib/ice_cube/schedule.rb:317:in `map' > # ./lib/ice_cube/schedule.rb:317:in `to_s' > # ./spec/examples/to_s_ja_spec.rb:205:in `block (2 levels) in <top > (required)>' > # ./spec/spec_helper.rb:68:in `block (3 levels) in <top (required)>' > # ./spec/spec_helper.rb:67:in `block (2 levels) in <top (required)>' > # ./spec/spec_helper.rb:56:in `block (2 levels) in <top (required)>' > > Finished in 1.54 seconds (files took 0.57364 seconds to load) > 1074 examples, 177 failures, 2 pending > > Failed examples: > > rspec ./spec/examples/from_ical_spec.rb:68 # IceCube::Rule from_ical should > be able to parse a rule with an until date > rspec ./spec/examples/from_ical_spec.rb:138 # IceCube::Schedule from_ical > daily frequency matches simple daily > rspec ./spec/examples/from_ical_spec.rb:148 # IceCube::Schedule from_ical > daily frequency handles counts > rspec ./spec/examples/from_ical_spec.rb:158 # IceCube::Schedule from_ical > daily frequency handles intervals > rspec ./spec/examples/from_ical_spec.rb:168 # IceCube::Schedule from_ical > daily frequency handles intervals and counts > rspec ./spec/examples/from_ical_spec.rb:178 # IceCube::Schedule from_ical > daily frequency handles until dates > rspec ./spec/examples/from_ical_spec.rb:191 # IceCube::Schedule from_ical > weekly frequency matches simple weekly > rspec ./spec/examples/from_ical_spec.rb:201 # IceCube::Schedule from_ical > weekly frequency handles weekdays > rspec ./spec/examples/from_ical_spec.rb:211 # IceCube::Schedule from_ical > weekly frequency handles intervals > rspec ./spec/examples/from_ical_spec.rb:221 # IceCube::Schedule from_ical > weekly frequency handles intervals and counts > rspec ./spec/examples/from_ical_spec.rb:231 # IceCube::Schedule from_ical > weekly frequency handles intervals and counts on given weekdays > rspec ./spec/examples/from_ical_spec.rb:243 # IceCube::Schedule from_ical > monthly frequency matches simple monthly > rspec ./spec/examples/from_ical_spec.rb:253 # IceCube::Schedule from_ical > monthly frequency handles intervals > rspec ./spec/examples/from_ical_spec.rb:263 # IceCube::Schedule from_ical > monthly frequency handles intervals and counts > rspec ./spec/examples/from_ical_spec.rb:273 # IceCube::Schedule from_ical > monthly frequency handles intervals and counts on specific days > rspec ./spec/examples/from_ical_spec.rb:285 # IceCube::Schedule from_ical > yearly frequency matches simple yearly > rspec ./spec/examples/from_ical_spec.rb:295 # IceCube::Schedule from_ical > yearly frequency handles intervals > rspec ./spec/examples/from_ical_spec.rb:305 # IceCube::Schedule from_ical > yearly frequency handles a specific day > rspec ./spec/examples/from_ical_spec.rb:315 # IceCube::Schedule from_ical > yearly frequency handles specific days > rspec ./spec/examples/from_ical_spec.rb:325 # IceCube::Schedule from_ical > yearly frequency handles counts > rspec ./spec/examples/from_ical_spec.rb:335 # IceCube::Schedule from_ical > yearly frequency handles specific months > rspec ./spec/examples/from_ical_spec.rb:345 # IceCube::Schedule from_ical > yearly frequency handles specific months and counts > rspec ./spec/examples/from_ical_spec.rb:357 # IceCube::Schedule from_ical > exceptions handles single EXDATE lines, single RDATE lines > rspec ./spec/examples/to_ical_spec.rb:97 # IceCube to_ical should be able to > serialize a base schedule to ical in local time > rspec ./spec/examples/to_ical_spec.rb:103 # IceCube to_ical should be able to > serialize a base schedule to ical in UTC time > rspec ./spec/examples/to_ical_spec.rb:108 # IceCube to_ical should be able to > serialize a schedule with one rrule > rspec ./spec/examples/to_ical_spec.rb:118 # IceCube to_ical should be able to > serialize a schedule with multiple rrules > rspec ./spec/examples/to_ical_spec.rb:129 # IceCube to_ical should be able to > serialize a schedule with one exrule > rspec ./spec/examples/to_ical_spec.rb:139 # IceCube to_ical should be able to > serialize a schedule with multiple exrules > rspec ./spec/examples/to_ical_spec.rb:150 # IceCube to_ical should be able to > serialize a schedule with an rtime > rspec ./spec/examples/to_ical_spec.rb:159 # IceCube to_ical should be able to > serialize a schedule with an exception time > rspec ./spec/examples/to_ical_spec.rb:168 # IceCube to_ical should be able to > serialize a schedule with a duration > rspec ./spec/examples/to_ical_spec.rb:175 # IceCube to_ical should be able to > serialize a schedule with a duration - more odd duration > rspec ./spec/examples/to_ical_spec.rb:182 # IceCube to_ical should be able to > serialize a schedule with an end time > rspec ./spec/examples/to_ical_spec.rb:189 # IceCube to_ical should not modify > the duration when running to_ical > rspec ./spec/examples/to_ical_spec.rb:195 # IceCube to_ical should default to > to_ical using local time > rspec ./spec/examples/to_ical_spec.rb:201 # IceCube to_ical should not have > an rtime that duplicates start time > rspec ./spec/examples/to_ical_spec.rb:208 # IceCube to_ical should be able to > receive a to_ical in utc time > rspec ./spec/examples/to_ical_spec.rb:216 # IceCube to_ical should be able to > serialize to ical with an until date > rspec ./spec/examples/to_s_de_spec.rb:15 # IceCube::Schedule to_s should > represent its start time by default > rspec ./spec/examples/to_s_de_spec.rb:20 # IceCube::Schedule to_s should have > a useful base to_s representation for a secondly rule > rspec ./spec/examples/to_s_de_spec.rb:25 # IceCube::Schedule to_s should have > a useful base to_s representation for a minutely rule > rspec ./spec/examples/to_s_de_spec.rb:30 # IceCube::Schedule to_s should have > a useful base to_s representation for a hourly rule > rspec ./spec/examples/to_s_de_spec.rb:35 # IceCube::Schedule to_s should have > a useful base to_s representation for a daily rule > rspec ./spec/examples/to_s_de_spec.rb:40 # IceCube::Schedule to_s should have > a useful base to_s representation for a weekly rule > rspec ./spec/examples/to_s_de_spec.rb:45 # IceCube::Schedule to_s should have > a useful base to_s representation for a monthly rule > rspec ./spec/examples/to_s_de_spec.rb:50 # IceCube::Schedule to_s should have > a useful base to_s representation for a yearly rule > rspec ./spec/examples/to_s_de_spec.rb:55 # IceCube::Schedule to_s should work > with various sentence types properly > rspec ./spec/examples/to_s_de_spec.rb:62 # IceCube::Schedule to_s should show > saturday and sunday as weekends > rspec ./spec/examples/to_s_de_spec.rb:66 # IceCube::Schedule to_s should not > show saturday and sunday as weekends when other days are present also > rspec ./spec/examples/to_s_de_spec.rb:72 # IceCube::Schedule to_s should > reorganize days to be in order > rspec ./spec/examples/to_s_de_spec.rb:78 # IceCube::Schedule to_s should show > weekdays as such > rspec ./spec/examples/to_s_de_spec.rb:85 # IceCube::Schedule to_s should not > show weekdays as such when a weekend day is present > rspec ./spec/examples/to_s_de_spec.rb:93 # IceCube::Schedule to_s should show > start time for an empty schedule > rspec ./spec/examples/to_s_de_spec.rb:98 # IceCube::Schedule to_s should work > with a single date > rspec ./spec/examples/to_s_de_spec.rb:104 # IceCube::Schedule to_s should > work with additional dates > rspec ./spec/examples/to_s_de_spec.rb:111 # IceCube::Schedule to_s should > order dates that are out of order > rspec ./spec/examples/to_s_de_spec.rb:117 # IceCube::Schedule to_s should > remove duplicated start time > rspec ./spec/examples/to_s_de_spec.rb:123 # IceCube::Schedule to_s should > remove duplicate rtimes > rspec ./spec/examples/to_s_de_spec.rb:130 # IceCube::Schedule to_s should > work with rules and dates > rspec ./spec/examples/to_s_de_spec.rb:137 # IceCube::Schedule to_s should > work with rules and times and exception times > rspec ./spec/examples/to_s_de_spec.rb:146 # IceCube::Schedule to_s should > work with a single rrule > rspec ./spec/examples/to_s_de_spec.rb:152 # IceCube::Schedule to_s should be > able to say the last Thursday of the month > rspec ./spec/examples/to_s_de_spec.rb:157 # IceCube::Schedule to_s should be > able to say what months of the year something happens > rspec ./spec/examples/to_s_de_spec.rb:162 # IceCube::Schedule to_s should be > able to say the second to last monday of the month > rspec ./spec/examples/to_s_de_spec.rb:167 # IceCube::Schedule to_s should > join the first and last weekdays of the month > rspec ./spec/examples/to_s_de_spec.rb:172 # IceCube::Schedule to_s should be > able to say the days of the month something happens > rspec ./spec/examples/to_s_de_spec.rb:177 # IceCube::Schedule to_s should be > able to say what day of the year something happens > rspec ./spec/examples/to_s_de_spec.rb:182 # IceCube::Schedule to_s should be > able to say what hour of the day something happens > rspec ./spec/examples/to_s_de_spec.rb:187 # IceCube::Schedule to_s should be > able to say what minute of an hour something happens - with special suffix > minutes > rspec ./spec/examples/to_s_de_spec.rb:192 # IceCube::Schedule to_s should be > able to say what seconds of the minute something happens > rspec ./spec/examples/to_s_de_spec.rb:197 # IceCube::Schedule to_s should be > able to reflect until dates > rspec ./spec/examples/to_s_de_spec.rb:203 # IceCube::Schedule to_s should be > able to reflect count > rspec ./spec/examples/to_s_de_spec.rb:209 # IceCube::Schedule to_s should be > able to reflect count (proper pluralization) > rspec './spec/examples/to_s_en_spec.rb[1:2:2:1]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should represent its start time by > default > rspec './spec/examples/to_s_en_spec.rb[1:2:2:2]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should have a useful base to_s > representation for a secondly rule > rspec './spec/examples/to_s_en_spec.rb[1:2:2:3]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should have a useful base to_s > representation for a minutely rule > rspec './spec/examples/to_s_en_spec.rb[1:2:2:4]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should have a useful base to_s > representation for a hourly rule > rspec './spec/examples/to_s_en_spec.rb[1:2:2:5]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should have a useful base to_s > representation for a daily rule > rspec './spec/examples/to_s_en_spec.rb[1:2:2:6]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should have a useful base to_s > representation for a weekly rule > rspec './spec/examples/to_s_en_spec.rb[1:2:2:7]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should have a useful base to_s > representation for a monthly rule > rspec './spec/examples/to_s_en_spec.rb[1:2:2:8]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should have a useful base to_s > representation for a yearly rule > rspec './spec/examples/to_s_en_spec.rb[1:2:2:9]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should work with various sentence > types properly > rspec './spec/examples/to_s_en_spec.rb[1:2:2:10]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should show saturday and sunday as > weekends > rspec './spec/examples/to_s_en_spec.rb[1:2:2:11]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should not show saturday and sunday as > weekends when other days are present also > rspec './spec/examples/to_s_en_spec.rb[1:2:2:12]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should reorganize days to be in order > rspec './spec/examples/to_s_en_spec.rb[1:2:2:13]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should show weekdays as such > rspec './spec/examples/to_s_en_spec.rb[1:2:2:14]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should not show weekdays as such when > a weekend day is present > rspec './spec/examples/to_s_en_spec.rb[1:2:2:15]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should show start time for an empty > schedule > rspec './spec/examples/to_s_en_spec.rb[1:2:2:16]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should work with a single date > rspec './spec/examples/to_s_en_spec.rb[1:2:2:17]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should work with additional dates > rspec './spec/examples/to_s_en_spec.rb[1:2:2:18]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should order dates that are out of > order > rspec './spec/examples/to_s_en_spec.rb[1:2:2:19]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should remove duplicated start time > rspec './spec/examples/to_s_en_spec.rb[1:2:2:20]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should remove duplicate rtimes > rspec './spec/examples/to_s_en_spec.rb[1:2:2:21]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should work with rules and dates > rspec './spec/examples/to_s_en_spec.rb[1:2:2:22]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should work with rules and times and > exception times > rspec './spec/examples/to_s_en_spec.rb[1:2:2:23]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should work with a single rrule > rspec './spec/examples/to_s_en_spec.rb[1:2:2:24]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should be able to say the last > Thursday of the month > rspec './spec/examples/to_s_en_spec.rb[1:2:2:25]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should be able to say what months of > the year something happens > rspec './spec/examples/to_s_en_spec.rb[1:2:2:26]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should be able to say the second to > last monday of the month > rspec './spec/examples/to_s_en_spec.rb[1:2:2:27]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should join the first and last > weekdays of the month > rspec './spec/examples/to_s_en_spec.rb[1:2:2:28]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should be able to say the days of the > month something happens > rspec './spec/examples/to_s_en_spec.rb[1:2:2:29]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should be able to say what day of the > year something happens > rspec './spec/examples/to_s_en_spec.rb[1:2:2:30]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should be able to say what hour of the > day something happens > rspec './spec/examples/to_s_en_spec.rb[1:2:2:31]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should be able to say what minute of > an hour something happens - with special suffix minutes > rspec './spec/examples/to_s_en_spec.rb[1:2:2:32]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should be able to say what seconds of > the minute something happens > rspec './spec/examples/to_s_en_spec.rb[1:2:2:33]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should be able to reflect until dates > rspec './spec/examples/to_s_en_spec.rb[1:2:2:34]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should be able to reflect count > rspec './spec/examples/to_s_en_spec.rb[1:2:2:35]' # IceCube::Schedule to_s > with I18n behaves like to_s in English should be able to reflect count > (proper pluralization) > rspec ./spec/examples/to_s_es_spec.rb:13 # IceCube::Schedule to_s should > represent its start time by default > rspec ./spec/examples/to_s_es_spec.rb:18 # IceCube::Schedule to_s should have > a useful base to_s representation for a secondly rule > rspec ./spec/examples/to_s_es_spec.rb:23 # IceCube::Schedule to_s should have > a useful base to_s representation for a minutely rule > rspec ./spec/examples/to_s_es_spec.rb:28 # IceCube::Schedule to_s should have > a useful base to_s representation for a hourly rule > rspec ./spec/examples/to_s_es_spec.rb:33 # IceCube::Schedule to_s should have > a useful base to_s representation for a daily rule > rspec ./spec/examples/to_s_es_spec.rb:38 # IceCube::Schedule to_s should have > a useful base to_s representation for a weekly rule > rspec ./spec/examples/to_s_es_spec.rb:43 # IceCube::Schedule to_s should have > a useful base to_s representation for a monthly rule > rspec ./spec/examples/to_s_es_spec.rb:48 # IceCube::Schedule to_s should have > a useful base to_s representation for a yearly rule > rspec ./spec/examples/to_s_es_spec.rb:53 # IceCube::Schedule to_s should work > with various sentence types properly > rspec ./spec/examples/to_s_es_spec.rb:60 # IceCube::Schedule to_s should show > saturday and sunday as weekends > rspec ./spec/examples/to_s_es_spec.rb:64 # IceCube::Schedule to_s should not > show saturday and sunday as weekends when other days are present also > rspec ./spec/examples/to_s_es_spec.rb:70 # IceCube::Schedule to_s should > reorganize days to be in order > rspec ./spec/examples/to_s_es_spec.rb:76 # IceCube::Schedule to_s should show > weekdays as such > rspec ./spec/examples/to_s_es_spec.rb:83 # IceCube::Schedule to_s should not > show weekdays as such when a weekend day is present > rspec ./spec/examples/to_s_es_spec.rb:90 # IceCube::Schedule to_s should work > with a single date > rspec ./spec/examples/to_s_es_spec.rb:96 # IceCube::Schedule to_s should work > with additional dates > rspec ./spec/examples/to_s_es_spec.rb:103 # IceCube::Schedule to_s should > order dates that are out of order > rspec ./spec/examples/to_s_es_spec.rb:109 # IceCube::Schedule to_s should > remove duplicated start time > rspec ./spec/examples/to_s_es_spec.rb:115 # IceCube::Schedule to_s should > remove duplicate rtimes > rspec ./spec/examples/to_s_es_spec.rb:122 # IceCube::Schedule to_s should > work with rules and dates > rspec ./spec/examples/to_s_es_spec.rb:129 # IceCube::Schedule to_s should > work with rules and dates and exdates > rspec ./spec/examples/to_s_es_spec.rb:139 # IceCube::Schedule to_s should > work with a single rrule > rspec ./spec/examples/to_s_es_spec.rb:145 # IceCube::Schedule to_s should be > able to say the last monday of the month > rspec ./spec/examples/to_s_es_spec.rb:150 # IceCube::Schedule to_s should be > able to say what months of the year something happens > rspec ./spec/examples/to_s_es_spec.rb:155 # IceCube::Schedule to_s should be > able to say the second to last monday of the month > rspec ./spec/examples/to_s_es_spec.rb:160 # IceCube::Schedule to_s should be > able to say the days of the month something happens > rspec ./spec/examples/to_s_es_spec.rb:165 # IceCube::Schedule to_s should be > able to say what day of the year something happens > rspec ./spec/examples/to_s_es_spec.rb:170 # IceCube::Schedule to_s should be > able to say what hour of the day something happens > rspec ./spec/examples/to_s_es_spec.rb:175 # IceCube::Schedule to_s should be > able to say what minute of an hour something happens - with special suffix > minutes > rspec ./spec/examples/to_s_es_spec.rb:180 # IceCube::Schedule to_s should be > able to say what seconds of the minute something happens > rspec ./spec/examples/to_s_es_spec.rb:185 # IceCube::Schedule to_s should be > able to reflect until dates > rspec ./spec/examples/to_s_es_spec.rb:191 # IceCube::Schedule to_s should be > able to reflect count > rspec ./spec/examples/to_s_es_spec.rb:197 # IceCube::Schedule to_s should be > able to reflect count (proper pluralization) > rspec ./spec/examples/to_s_ja_spec.rb:6 # IceCube::Schedule to_s should > represent its start time by default > rspec ./spec/examples/to_s_ja_spec.rb:11 # IceCube::Schedule to_s should have > a useful base to_s representation for a secondly rule > rspec ./spec/examples/to_s_ja_spec.rb:16 # IceCube::Schedule to_s should have > a useful base to_s representation for a minutely rule > rspec ./spec/examples/to_s_ja_spec.rb:21 # IceCube::Schedule to_s should have > a useful base to_s representation for a hourly rule > rspec ./spec/examples/to_s_ja_spec.rb:26 # IceCube::Schedule to_s should have > a useful base to_s representation for a daily rule > rspec ./spec/examples/to_s_ja_spec.rb:31 # IceCube::Schedule to_s should have > a useful base to_s representation for a weekly rule > rspec ./spec/examples/to_s_ja_spec.rb:36 # IceCube::Schedule to_s should have > a useful base to_s representation for a monthly rule > rspec ./spec/examples/to_s_ja_spec.rb:41 # IceCube::Schedule to_s should have > a useful base to_s representation for a yearly rule > rspec ./spec/examples/to_s_ja_spec.rb:46 # IceCube::Schedule to_s should work > with various sentence types properly > rspec ./spec/examples/to_s_ja_spec.rb:53 # IceCube::Schedule to_s should show > saturday and sunday as weekends > rspec ./spec/examples/to_s_ja_spec.rb:57 # IceCube::Schedule to_s should not > show saturday and sunday as weekends when other days are present also > rspec ./spec/examples/to_s_ja_spec.rb:63 # IceCube::Schedule to_s should > reorganize days to be in order > rspec ./spec/examples/to_s_ja_spec.rb:69 # IceCube::Schedule to_s should show > weekdays as such > rspec ./spec/examples/to_s_ja_spec.rb:76 # IceCube::Schedule to_s should not > show weekdays as such when a weekend day is present > rspec ./spec/examples/to_s_ja_spec.rb:83 # IceCube::Schedule to_s should show > start time for an empty schedule > rspec ./spec/examples/to_s_ja_spec.rb:88 # IceCube::Schedule to_s should work > with a single date > rspec ./spec/examples/to_s_ja_spec.rb:94 # IceCube::Schedule to_s should work > with additional dates > rspec ./spec/examples/to_s_ja_spec.rb:101 # IceCube::Schedule to_s should > order dates that are out of order > rspec ./spec/examples/to_s_ja_spec.rb:108 # IceCube::Schedule to_s should > remove duplicated start time > rspec ./spec/examples/to_s_ja_spec.rb:115 # IceCube::Schedule to_s should > remove duplicate rtimes > rspec ./spec/examples/to_s_ja_spec.rb:123 # IceCube::Schedule to_s should > work with rules and dates > rspec ./spec/examples/to_s_ja_spec.rb:130 # IceCube::Schedule to_s should > work with rules and times and exception times > rspec ./spec/examples/to_s_ja_spec.rb:139 # IceCube::Schedule to_s should > work with a single rrule > rspec ./spec/examples/to_s_ja_spec.rb:145 # IceCube::Schedule to_s should be > able to say the last Thursday of the month > rspec ./spec/examples/to_s_ja_spec.rb:150 # IceCube::Schedule to_s should be > able to say what months of the year something happens > rspec ./spec/examples/to_s_ja_spec.rb:155 # IceCube::Schedule to_s should be > able to say the second to last monday of the month > rspec ./spec/examples/to_s_ja_spec.rb:160 # IceCube::Schedule to_s should > join the first and last weekdays of the month > rspec ./spec/examples/to_s_ja_spec.rb:165 # IceCube::Schedule to_s should be > able to say the days of the month something happens > rspec ./spec/examples/to_s_ja_spec.rb:170 # IceCube::Schedule to_s should be > able to say what day of the year something happens > rspec ./spec/examples/to_s_ja_spec.rb:175 # IceCube::Schedule to_s should be > able to say what hour of the day something happens > rspec ./spec/examples/to_s_ja_spec.rb:180 # IceCube::Schedule to_s should be > able to say what minute of an hour something happens - with special suffix > minutes > rspec ./spec/examples/to_s_ja_spec.rb:185 # IceCube::Schedule to_s should be > able to say what seconds of the minute something happens > rspec ./spec/examples/to_s_ja_spec.rb:190 # IceCube::Schedule to_s should be > able to reflect until dates > rspec ./spec/examples/to_s_ja_spec.rb:196 # IceCube::Schedule to_s should be > able to reflect count > rspec ./spec/examples/to_s_ja_spec.rb:202 # IceCube::Schedule to_s should be > able to reflect count (proper pluralization) > > /usr/bin/ruby3.0 > -I/usr/share/rubygems-integration/all/gems/rspec-support-3.9.3/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.9.2/lib > /usr/share/rubygems-integration/all/gems/rspec-core-3.9.2/exe/rspec > --pattern ./spec/\*\*/\*_spec.rb --format documentation failed > ERROR: Test "ruby3.0" failed: The full build log is available at https://people.debian.org/~kanashiro/ruby3.0/round2/builds/3/ruby-ice-cube/ruby-ice-cube_0.16.3-1+rebuild1633383266_amd64.build.txt
signature.asc
Description: PGP signature