Source: ruby-icalendar
Version: 2.4.1-1
Severity: serious
Tags: patch fixed-upstream ftbfs
Forwarded: 
https://github.com/icalendar/icalendar/commit/c7255bb9399832c8fe9fe69f9f9f6029f6d1f341

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ruby-icalendar.html

...
Failures:

  1) TZInfo::Timezone no end transition only creates a standard component
     Failure/Error:
             expect(subject.to_ical).to eq <<-EXPECTED.gsub "\n", "\r\n"
       BEGIN:VTIMEZONE
       TZID:Asia/Shanghai
       BEGIN:STANDARD
       DTSTART:19910914T230000
       TZOFFSETFROM:+0900
       TZOFFSETTO:+0800
       TZNAME:CST
       END:STANDARD
       END:VTIMEZONE

       expected: 
"BEGIN:VTIMEZONE\r\nTZID:Asia/Shanghai\r\nBEGIN:STANDARD\r\nDTSTART:19910914T230000\r\nTZOFFSETFROM:+0900\r\nTZOFFSETTO:+0800\r\nTZNAME:CST\r\nEND:STANDARD\r\nEND:VTIMEZONE\r\n"
            got: 
"BEGIN:VTIMEZONE\r\nTZID:Asia/Shanghai\r\nBEGIN:STANDARD\r\nDTSTART:19910915T010000\r\nTZOFFSETFROM:+0900\r\nTZOFFSETTO:+0800\r\nTZNAME:CST\r\nEND:STANDARD\r\nEND:VTIMEZONE\r\n"

       (compared using ==)

       Diff:
       @@ -1,7 +1,7 @@
        BEGIN:VTIMEZONE
        TZID:Asia/Shanghai
        BEGIN:STANDARD
       -DTSTART:19910914T230000
       +DTSTART:19910915T010000
        TZOFFSETFROM:+0900
        TZOFFSETTO:+0800
        TZNAME:CST
     # ./spec/tzinfo_spec.rb:33:in `block (3 levels) in <top (required)>'

Finished in 0.3371 seconds (files took 0.55343 seconds to load)
186 examples, 1 failure, 3 pending

Failed examples:

rspec ./spec/tzinfo_spec.rb:32 # TZInfo::Timezone no end transition only 
creates a standard component

Randomized with seed 52924

Coverage report generated for RSpec to 
/build/1st/ruby-icalendar-2.4.1/coverage. 948 / 1003 LOC (94.52%) covered.
/usr/bin/ruby2.5 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb --format 
documentation failed
ERROR: Test "ruby2.5" failed. Exiting.
dh_auto_install: dh_ruby --install 
/build/1st/ruby-icalendar-2.4.1/debian/ruby-icalendar returned exit code 1
make: *** [debian/rules:7: binary] Error 1

Reply via email to