Your message dated Sat, 23 Feb 2019 11:31:39 +0000
with message-id <e1gxvwt-000a0g...@fasolo.debian.org>
and subject line Bug#922837: Removed package(s) from unstable
has caused the Debian Bug report #918403,
regarding ruby-rack-pjax FTBFS with ruby-rack 2.0.6-2
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.)


-- 
918403: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918403
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-rack-pjax
Version: 0.7.0-2
Severity: serious
Tags: ftbfs buster sid

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

...
┌──────────────────────────────────────────────────────────────────────────────┐
│ Run tests for ruby2.5 from debian/ruby-tests.rake                            │
└──────────────────────────────────────────────────────────────────────────────┘

RUBYLIB=/build/1st/ruby-rack-pjax-0.7.0/debian/ruby-rack-pjax/usr/lib/ruby/vendor_ruby:.
 
GEM_PATH=debian/ruby-rack-pjax/usr/share/rubygems-integration/all:/var/lib/gems/2.5.0:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.5.0:/usr/share/rubygems-integration/2.5.0:/usr/share/rubygems-integration/all
 ruby2.5 -S rake -f debian/ruby-tests.rake
/usr/bin/ruby2.5 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb
FFFFFFFFFFF

Failures:

  1) Rack::Pjax a pjaxified app, upon receiving a pjax-request should return 
the title-tag in the body
     Failure/Error: {'Content-Type' => 'text/plain', 'Content-Length' => 
Rack::Utils.bytesize(body).to_s},

     NoMethodError:
       undefined method `bytesize' for Rack::Utils:Module
     # ./spec/rack/pjax_spec.rb:14:in `block in generate_app'
     # ./lib/rack/pjax.rb:12:in `call'
     # ./spec/rack/pjax_spec.rb:28:in `block (3 levels) in <top (required)>'

  2) Rack::Pjax a pjaxified app, upon receiving a pjax-request should return 
the inner-html of the pjax-container in the body
     Failure/Error: {'Content-Type' => 'text/plain', 'Content-Length' => 
Rack::Utils.bytesize(body).to_s},

     NoMethodError:
       undefined method `bytesize' for Rack::Utils:Module
     # ./spec/rack/pjax_spec.rb:14:in `block in generate_app'
     # ./lib/rack/pjax.rb:12:in `call'
     # ./spec/rack/pjax_spec.rb:35:in `block (3 levels) in <top (required)>'

  3) Rack::Pjax a pjaxified app, upon receiving a pjax-request should return 
the inner-html of the custom pjax-container in the body
     Failure/Error: {'Content-Type' => 'text/plain', 'Content-Length' => 
Rack::Utils.bytesize(body).to_s},

     NoMethodError:
       undefined method `bytesize' for Rack::Utils:Module
     # ./spec/rack/pjax_spec.rb:14:in `block in generate_app'
     # ./lib/rack/pjax.rb:12:in `call'
     # ./spec/rack/pjax_spec.rb:42:in `block (3 levels) in <top (required)>'

  4) Rack::Pjax a pjaxified app, upon receiving a pjax-request should handle 
self closing tags with HTML5 elements
     Failure/Error: {'Content-Type' => 'text/plain', 'Content-Length' => 
Rack::Utils.bytesize(body).to_s},

     NoMethodError:
       undefined method `bytesize' for Rack::Utils:Module
     # ./spec/rack/pjax_spec.rb:14:in `block in generate_app'
     # ./lib/rack/pjax.rb:12:in `call'
     # ./spec/rack/pjax_spec.rb:49:in `block (3 levels) in <top (required)>'

  5) Rack::Pjax a pjaxified app, upon receiving a pjax-request should handle 
nesting of elements inside anchor tags
     Failure/Error: {'Content-Type' => 'text/plain', 'Content-Length' => 
Rack::Utils.bytesize(body).to_s},

     NoMethodError:
       undefined method `bytesize' for Rack::Utils:Module
     # ./spec/rack/pjax_spec.rb:14:in `block in generate_app'
     # ./lib/rack/pjax.rb:12:in `call'
     # ./spec/rack/pjax_spec.rb:57:in `block (3 levels) in <top (required)>'

  6) Rack::Pjax a pjaxified app, upon receiving a pjax-request should handle 
html5 br tags correctly
     Failure/Error: {'Content-Type' => 'text/plain', 'Content-Length' => 
Rack::Utils.bytesize(body).to_s},

     NoMethodError:
       undefined method `bytesize' for Rack::Utils:Module
     # ./spec/rack/pjax_spec.rb:14:in `block in generate_app'
     # ./lib/rack/pjax.rb:12:in `call'
     # ./spec/rack/pjax_spec.rb:65:in `block (3 levels) in <top (required)>'

  7) Rack::Pjax a pjaxified app, upon receiving a pjax-request should return 
the correct Content Length
     Failure/Error: {'Content-Type' => 'text/plain', 'Content-Length' => 
Rack::Utils.bytesize(body).to_s},

     NoMethodError:
       undefined method `bytesize' for Rack::Utils:Module
     # ./spec/rack/pjax_spec.rb:14:in `block in generate_app'
     # ./lib/rack/pjax.rb:12:in `call'
     # ./spec/rack/pjax_spec.rb:71:in `block (3 levels) in <top (required)>'

  8) Rack::Pjax a pjaxified app, upon receiving a pjax-request should return 
the original body when there's no pjax-container
     Failure/Error: {'Content-Type' => 'text/plain', 'Content-Length' => 
Rack::Utils.bytesize(body).to_s},

     NoMethodError:
       undefined method `bytesize' for Rack::Utils:Module
     # ./spec/rack/pjax_spec.rb:14:in `block in generate_app'
     # ./lib/rack/pjax.rb:12:in `call'
     # ./spec/rack/pjax_spec.rb:78:in `block (3 levels) in <top (required)>'

  9) Rack::Pjax a pjaxified app, upon receiving a pjax-request should preserve 
whitespaces of the original body
     Failure/Error: {'Content-Type' => 'text/plain', 'Content-Length' => 
Rack::Utils.bytesize(body).to_s},

     NoMethodError:
       undefined method `bytesize' for Rack::Utils:Module
     # ./spec/rack/pjax_spec.rb:14:in `block in generate_app'
     # ./lib/rack/pjax.rb:12:in `call'
     # ./spec/rack/pjax_spec.rb:90:in `block (3 levels) in <top (required)>'

  10) Rack::Pjax a pjaxified app, upon receiving a non-pjax request should 
return the original body
      Failure/Error: {'Content-Type' => 'text/plain', 'Content-Length' => 
Rack::Utils.bytesize(body).to_s},

      NoMethodError:
        undefined method `bytesize' for Rack::Utils:Module
      # ./spec/rack/pjax_spec.rb:14:in `block in generate_app'
      # ./lib/rack/pjax.rb:12:in `call'
      # ./spec/rack/pjax_spec.rb:101:in `block (3 levels) in <top (required)>'

  11) Rack::Pjax a pjaxified app, upon receiving a non-pjax request should 
return the correct Content Length
      Failure/Error: {'Content-Type' => 'text/plain', 'Content-Length' => 
Rack::Utils.bytesize(body).to_s},

      NoMethodError:
        undefined method `bytesize' for Rack::Utils:Module
      # ./spec/rack/pjax_spec.rb:14:in `block in generate_app'
      # ./lib/rack/pjax.rb:12:in `call'
      # ./spec/rack/pjax_spec.rb:106:in `block (3 levels) in <top (required)>'

Finished in 0.02712 seconds (files took 0.35624 seconds to load)
11 examples, 11 failures

--- End Message ---
--- Begin Message ---
Version: 0.7.0-2+rm

Dear submitter,

as the package ruby-rack-pjax has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/922837

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to