Package: src:ruby-rack
Version: 3.2.6-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202608/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:ruby-rack, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=ruby --with ruby
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
        dh_ruby --clean
W: XS-Ruby-Versions is deprecated, and will be ignored
rm -f test/cgi/lighttpd.errors
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_autoreconf_clean -O--buildsystem=ruby
   dh_clean -O--buildsystem=ruby
 debian/rules binary
dh binary --buildsystem=ruby --with ruby
   dh_update_autotools_config -O--buildsystem=ruby
   dh_autoreconf -O--buildsystem=ruby

[... snipped ...]

RackRequestTest::TestProxyRequest#test_0016_figure out the correct port = 0.00 
s = .
RackRequestTest::TestProxyRequest#test_0198_not strip '122' => 'z' => 'z' 
escaped character from parameters when accessed as string = 0.00 s = .
RackRequestTest::TestProxyRequest#test_0117_not strip '41' => '%29' => ')' 
escaped character from parameters when accessed as string = 0.00 s = .
RackRequestTest::TestProxyRequest#test_0201_not strip '125' => '%7D' => '}' 
escaped character from parameters when accessed as string = 0.00 s = .
RackRequestTest::TestProxyRequest#test_0106_allow parent request to be 
instantiated after subclass request = 0.00 s = .
RackRequestTest::TestProxyRequest#test_0076_restore the URL = 0.00 s = .
RackRequestTest::TestProxyRequest#test_0165_not strip '89' => 'Y' => 'Y' 
escaped character from parameters when accessed as string = 0.00 s = .
RackRequestTest::TestProxyRequest#test_0011_can set values in the env = 0.00 s 
= .
RackRequestTest::TestProxyRequest#test_0206_Env sets @env on initialization = 
0.00 s = .
RackRequestTest::TestProxyRequest#test_0034_safely accepts POST requests with 
empty body = 0.00 s = .
Rack::MockResponse::headers#test_0006_does not add extra headers = 0.00 s = .
Rack::MockResponse::headers#test_0001_has_header? = 0.00 s = .
Rack::MockResponse::headers#test_0003_set_header = 0.00 s = .
Rack::MockResponse::headers#test_0005_delete_header = 0.00 s = .
Rack::MockResponse::headers#test_0002_get_header = 0.00 s = .
Rack::MockResponse::headers#test_0004_add_header = 0.00 s = .
Rack::MediaType::when content_type contains media_type and empty 
params#test_0001_#type is application/text = 0.00 s = .
Rack::MediaType::when content_type contains media_type and empty 
params#test_0002_#params has key "charset" with value of empty string = 0.00 s 
= .
Rack::MethodOverride#test_0008_not modify REQUEST_METHOD when given invalid 
multipart form data = 0.00 s = .
Rack::MethodOverride#test_0007_store the original REQUEST_METHOD prior to 
overriding = 0.00 s = .
Rack::MethodOverride#test_0001_not affect GET requests = 0.00 s = .
Rack::MethodOverride#test_0006_not modify REQUEST_METHOD when _method is nil = 
0.00 s = .
Rack::MethodOverride#test_0003_modify REQUEST_METHOD for POST requests when 
_method parameter is set = 0.00 s = .
Rack::MethodOverride#test_0010_not modify REQUEST_METHOD for POST requests when 
the params are unparseable because too deep = 0.00 s = .
Rack::MethodOverride#test_0004_modify REQUEST_METHOD for POST requests when 
X-HTTP-Method-Override is set = 0.00 s = .
Rack::MethodOverride#test_0009_writes error to RACK_ERRORS when given invalid 
multipart form data = 0.00 s = .
Rack::MethodOverride#test_0005_not modify REQUEST_METHOD if the method is 
unknown = 0.00 s = .
Rack::MethodOverride#test_0011_not modify REQUEST_METHOD for POST requests when 
the params are unparseable = 0.00 s = .
Rack::MethodOverride#test_0002_sets rack.errors for invalid UTF8 _method values 
= 0.00 s = .
Rack::MethodOverride#test_0012_not set form input when the content type is JSON 
= 0.00 s = .
Rack::MockRequest#test_0007_provide sensible defaults = 0.00 s = .
Rack::MockRequest#test_0019_accept params and build url encoded params for POST 
requests = 0.00 s = .
Rack::MockRequest#test_0016_accept :http_version option to set SERVER_PROTOCOL 
= 0.00 s = .
Rack::MockRequest#test_0013_prepend slash to uri path = 0.00 s = .
Rack::MockRequest#test_0008_allow GET/POST/PUT/DELETE/HEAD = 0.00 s = .
Rack::MockRequest#test_0004_should convert :input IO object to binary encoding 
= 0.00 s = .
Rack::MockRequest#test_0015_accept :script_name option to set SCRIPT_NAME = 
0.00 s = .
Rack::MockRequest#test_0014_properly convert method name to an uppercase string 
= 0.00 s = .
Rack::MockRequest#test_0017_accept params and build query string for GET 
requests = 0.00 s = .
Rack::MockRequest#test_0021_accept params and build multipart encoded params 
for POST requests = 0.00 s = .
Rack::MockRequest#test_0009_set content length = 0.00 s = .
Rack::MockRequest#test_0022_behave valid according to the Rack spec = 0.00 s = .
Rack::MockRequest#test_0003_should handle a non-GET request with :input String 
and :params = 0.00 s = .
Rack::MockRequest#test_0001_return a MockResponse = 0.00 s = .
Rack::MockRequest#test_0006_return an environment with a path = 0.00 s = .
Rack::MockRequest#test_0020_accept raw input in params for POST requests = 0.00 
s = .
Rack::MockRequest#test_0018_accept raw input in params for GET requests = 0.00 
s = .
Rack::MockRequest#test_0010_allow posting = 0.00 s = .
Rack::MockRequest#test_0024_defaults encoding to ASCII 8BIT = 0.00 s = .
Rack::MockRequest#test_0005_should handle :input object that does not respond 
to set_encoding = 0.00 s = .
Rack::MockRequest#test_0011_use all parts of an URL = 0.00 s = .
Rack::MockRequest#test_0023_call close on the original body object = 0.00 s = .
Rack::MockRequest#test_0002_be able to only return the environment = 0.00 s = .
Rack::MockRequest#test_0012_set SSL port and HTTP flag on when using https = 
0.00 s = .
Rack::ETag#test_0004_set cache-control to 'max-age=0, private, must-revalidate' 
(default) if none is set = 0.00 s = .
Rack::ETag#test_0007_not set cache-control if it is already set = 0.00 s = .
Rack::ETag#test_0008_not set cache-control if directive isn't present = 0.00 s 
= .
Rack::ETag#test_0009_not change etag if it is already set = 0.00 s = .
Rack::ETag#test_0001_set etag if none is set if status is 200 = 0.00 s = .
Rack::ETag#test_0006_set a given cache-control even if digest could not be 
calculated = 0.00 s = .
Rack::ETag#test_0013_not set etag if a sendfile_body is given = 0.00 s = .
Rack::ETag#test_0014_not set etag if a status is not 200 or 201 = 0.00 s = .
Rack::ETag#test_0003_set etag if none is set if status is 201 = 0.00 s = .
Rack::ETag#test_0010_not set etag if body is empty = 0.00 s = .
Rack::ETag#test_0016_close the original body = 0.00 s = .
Rack::ETag#test_0005_set cache-control to chosen one if none is set = 0.00 s = .
Rack::ETag#test_0011_set handle empty body parts = 0.00 s = .
Rack::ETag#test_0015_set etag even if no-cache is given = 0.00 s = .
Rack::ETag#test_0002_returns a valid response body when using a linted app = 
0.00 s = .
Rack::ETag#test_0012_not set etag if last-modified is set = 0.00 s = .
Rack::Builder::parse_file#test_0005_sets __LINE__ correctly = 0.00 s = .
Rack::Builder::parse_file#test_0007_respects the frozen_string_literal magic 
comment = 0.00 s = .
Rack::Builder::parse_file#test_0001_raises if parses commented options = 0.00 s 
= .
Rack::Builder::parse_file#test_0003_supports multi-line comments = 0.00 s = .
Rack::Builder::parse_file#test_0006_strips leading unicode byte order mark when 
present = 0.00 s = .
Rack::Builder::parse_file#test_0002_removes __END__ before evaluating app = 
0.00 s = .
Rack::Builder::parse_file#test_0004_requires an_underscore_app not ending in 
.ru = 0.00 s = .
Rack::ShowExceptions#test_0001_catches exceptions = 0.00 s = .
Rack::ShowExceptions#test_0007_allows subclasses to override template = 0.00 s 
= .
Rack::ShowExceptions#test_0008_knows to prefer plaintext for non-html = 0.00 s 
= .
Rack::ShowExceptions#test_0004_works with binary data in the Rack environment = 
0.00 s = .
Rack::ShowExceptions#test_0006_handles exceptions without a backtrace = 0.00 s 
= .
Rack::ShowExceptions#test_0005_responds with HTML only to requests accepting 
HTML = 0.01 s = .
Rack::ShowExceptions#test_0003_handles invalid POST data exceptions = 0.00 s = .
Rack::ShowExceptions#test_0009_prefers Exception#detailed_message instead of 
Exception#message if available = 0.00 s = .
Rack::ShowExceptions#test_0002_handles exceptions with backtrace lines for 
files that are not readable = 0.00 s = .
Rack::Utils::cookies#test_0001_parses cookies = 0.00 s = .
Rack::Utils::cookies#test_0007_deletes cookies in header field with domain = 
0.00 s = .
Rack::Utils::cookies#test_0008_deletes cookies in header field with path = 0.00 
s = .
Rack::Utils::cookies#test_0004_raises an error if the cookie key is invalid = 
0.00 s = E
Rack::Utils::cookies#test_0006_deletes cookies in header field = 0.00 s = .
Rack::Utils::cookies#test_0005_sets partitioned cookie attribute = 0.00 s = .
Rack::Utils::cookies#test_0003_sets and deletes cookies in header hash = 0.00 s 
= .
Rack::Utils::cookies#test_0009_sets and deletes cookies in header hash = 0.00 s 
= .
Rack::Utils::cookies#test_0002_generates appropriate cookie header value = 0.00 
s = .
Rack::Sendfile#test_0008_sets x-accel-redirect response header to 
percent-encoded path = 0.00 s = .
Rack::Sendfile#test_0007_does not do a regexp substitution on the internal path 
= 0.00 s = .
Rack::Sendfile#test_0001_does nothing when no x-sendfile-type header present = 
0.00 s = .
Rack::Sendfile#test_0006_sets x-accel-redirect response header and discards 
body = 0.00 s = .
Rack::Sendfile#test_0003_sets x-sendfile response header and discards body = 
0.00 s = .
Rack::Sendfile#test_0010_does nothing when body does not respond to #to_path = 
0.00 s = .
Rack::Sendfile#test_0004_closes body when x-sendfile used = 0.00 s = .
Rack::Sendfile#test_0009_writes to rack.error when no x-accel-mapping is 
specified = 0.00 s = .
Rack::Sendfile#test_0005_sets x-lighttpd-send-file response header and discards 
body = 0.00 s = .
Rack::Sendfile#test_0011_sets x-accel-redirect response header and discards 
body when initialized with multiple mappings = 0.00 s = .
Rack::Sendfile#test_0002_does nothing and logs to rack.errors when incorrect 
x-sendfile-type header present = 0.00 s = .
Rack::Sendfile#test_0012_sets x-accel-redirect response header and discards 
body when initialized with multiple mappings via header = 0.00 s = .
Rack::Response#test_0026_can set same site cookies with boolean value true = 
0.00 s = .
Rack::Response#test_0017_can set http only cookies = 0.00 s = .
Rack::Response#test_0001_has standard constructor = 0.00 s = .
Rack::Response#test_0063_should specify to cache content = 0.00 s = .
Rack::Response#test_0036_only deletes cookies for the domain specified = 0.00 s 
= .
Rack::Response#test_0022_can set same site cookies with string value 'None' = 
0.00 s = .
Rack::Response#test_0003_has cache-control methods = 0.00 s = .
Rack::Response#test_0014_can set cookies with the same name for multiple 
domains = 0.00 s = .
Rack::Response#test_0050_provide access to the HTTP headers = 0.00 s = .
Rack::Response#test_0010_doesn't mutate given headers = 0.00 s = .
Rack::Response#test_0059_doesn't clear #body when 101 and streaming = 0.00 s = .
Rack::Response#test_0008_#write calls #<< on non-iterable body = 0.00 s = .
Rack::Response#test_0029_can set same site cookies with string value 'Strict' = 
0.00 s = .
Rack::Response#test_0057_calls close on #body when 204 or 304 = 0.00 s = .
Rack::Response#test_0005_has a content-type method = 0.00 s = .
Rack::Response#test_0013_can set cookies = 0.00 s = .
Rack::Response#test_0032_omits same site attribute given a nil value = 0.00 s = 
.
Rack::Response#test_0047_doesn't return invalid responses = 0.00 s = .
Rack::Response#test_0055_handles string reuse in existing body when calling 
#write = 0.00 s = .
Rack::Response#test_0027_can set same site cookies with symbol value :strict = 
0.00 s = .
Rack::Response#test_0049_provide access to the HTTP status = 0.00 s = .
Rack::Response#test_0058_doesn't call close on #body when 205 = 0.00 s = .
Rack::Response#test_0004_has an etag method = 0.00 s = .
Rack::Response#test_0061_should specify not to cache content = 0.00 s = .
Rack::Response#test_0024_can set same site cookies with symbol value :Lax = 
0.00 s = .
Rack::Response#test_0023_can set same site cookies with symbol value :lax = 
0.00 s = .
Rack::Response#test_0002_raises ArgumentError unless headers is a hash = 0.00 s 
= .
Rack::Response#test_0018_can set http only cookies with :http_only = 0.00 s = .
Rack::Response#test_0019_can set prefers :httponly for http only cookie setting 
when :httponly and :http_only provided = 0.00 s = .
Rack::Response#test_0007_can be written to inside finish block and it does not 
generate a content-length header = 0.00 s = .
Rack::Response#test_0039_only delete cookies with the domain and path specified 
= 0.00 s = .
Rack::Response#test_0048_knows if it's empty = 0.00 s = .
Rack::Response#test_0052_updates length when body appended to using #write = 
0.00 s = .
Rack::Response#test_0043_correctly updates content-length when writing when 
initialized without body = 0.00 s = .
Rack::Response#test_0045_correctly updates content-length when writing when 
initialized with String body = 0.00 s = .
Rack::Response#test_0054_does wraps body when using #write = 0.00 s = .
Rack::Response#test_0015_formats the Cookie expiration date accordingly to RFC 
6265 = 0.00 s = .
Rack::Response#test_0040_can do redirects = 0.00 s = .
Rack::Response#test_0060_flatten doesn't cause infinite loop = 0.00 s = .
Rack::Response#test_0025_can set same site cookies with string value 'Lax' = 
0.00 s = .
Rack::Response#test_0020_can set same site cookies with symbol value :none = 
0.00 s = .
Rack::Response#test_0038_only delete cookies with the path specified = 0.00 s = 
.
Rack::Response#test_0009_can set and read headers = 0.00 s = .
Rack::Response#test_0028_can set same site cookies with symbol value :Strict = 
0.00 s = .
Rack::Response#test_0046_correctly updates content-length when writing when 
initialized with object body that responds to #each = 0.00 s = .
Rack::Response#test_0041_has a useful constructor = 0.00 s = .
Rack::Response#test_0035_can delete cookies with the same name from multiple 
domains = 0.00 s = .
Rack::Response#test_0030_validates the same site option value = 0.00 s = .
Rack::Response#test_0031_can set same site cookies with symbol value = 0.00 s = 
.
Rack::Response#test_0033_omits same site attribute given a false value = 0.00 s 
= .
Rack::Response#test_0016_can set secure cookies = 0.00 s = .
Rack::Response#test_0006_have sensible default values = 0.00 s = .
Rack::Response#test_0053_does not wrap body = 0.00 s = .
Rack::Response#test_0056_calls close on #body = 0.00 s = .
Rack::Response#test_0051_does not add or change content-length when 
#finish()ing = 0.00 s = .
Rack::Response#test_0042_has a constructor that can take a block = 0.00 s = .
Rack::Response#test_0012_can get and set set-cookie header = 0.00 s = .
Rack::Response#test_0037_can delete cookies with the same name with different 
paths = 0.00 s = .
Rack::Response#test_0021_can set same site cookies with symbol value :None = 
0.00 s = .
Rack::Response#test_0011_can override the initial content-type with a different 
case = 0.00 s = .
Rack::Response#test_0062_should not cache content if calling cache! after 
do_not_cache! = 0.00 s = .
Rack::Response#test_0034_can delete cookies = 0.00 s = .
Rack::Response#test_0044_correctly updates content-length when writing when 
initialized with Array body = 0.00 s = .
Rack::ContentLength#test_0005_not set content-length when transfer-encoding is 
chunked = 0.00 s = .
Rack::ContentLength#test_0007_support single-execute bodies = 0.00 s = .
Rack::ContentLength#test_0001_set content-length on Array bodies if none is set 
= 0.00 s = .
Rack::ContentLength#test_0003_not change content-length if it is already set = 
0.00 s = .
Rack::ContentLength#test_0006_close bodies that need to be closed = 0.00 s = .
Rack::ContentLength#test_0002_not set content-length on variable length bodies 
= 0.00 s = .
Rack::ContentLength#test_0004_not set content-length on 304 responses = 0.00 s 
= .
Rack::NullLogger#test_0001_act as a noop logger = 0.00 s = .
Rack::Lint#test_0008_notices request-target asterisk form errors = 0.00 s = .
Rack::Lint#test_0024_pass valid read calls = 0.00 s = .
Rack::Lint#test_0023_notice HEAD errors = 0.00 s = .
Rack::Lint#test_0015_notice content-type errors = 0.00 s = .
Rack::Lint#test_0005_notice error errors = 0.00 s = .
Rack::Lint#test_0002_notice fatal errors = 0.00 s = .
Rack::Lint#test_0025_notices when request env doesn't have a valid rack.hijack 
callback = 0.00 s = .
Rack::Lint#test_0007_accepts empty PATH_INFO = 0.00 s = .
Rack::Lint#test_0033_pass valid rack.response_finished = 0.00 s = .
Rack::Lint#test_0013_notice header errors = 0.00 s = .
Rack::Lint#test_0029_handles valid rack.hijack response header = 0.00 s = .
Rack::Lint#test_0014_notice rack.early_hints errors = 0.00 s = .
Rack::Lint#test_0035_notices when the response protocol is specified in the 
response but not in the request = 0.00 s = .
Rack::Lint#test_0020_notice input handling errors = 0.00 s = .
Rack::Lint#test_0004_notice input errors = 0.00 s = .
Rack::Lint#test_0031_notices when the response headers don't have a valid 
rack.hijack callback = 0.00 s = .
Rack::Lint#test_0026_handles valid rack.hijack env = 0.00 s = .
Rack::Lint#test_0027_notices when rack.hijack env entry does not respond to 
#call = 0.00 s = .
Rack::Lint#test_0017_responds to to_path = 0.00 s = .
Rack::Lint#test_0028_notices when rack.hijack env entry does not return an IO = 
0.00 s = .
Rack::Lint#test_0022_notice error handling errors = 0.00 s = .
Rack::Lint#test_0009_notices request-target authority form errors = 0.00 s = .
Rack::Lint#test_0018_handles body.to_path returning nil = 0.00 s = .
Rack::Lint#test_0003_notice environment errors = 0.00 s = .
Rack::Lint#test_0001_pass valid request = 0.00 s = .
Rack::Lint#test_0016_notice content-length errors = 0.00 s = .
Rack::Lint#test_0006_notice response errors = 0.00 s = .
Rack::Lint#test_0036_notices when the response protocol is specified in the 
response but not in the request = 0.00 s = .
Rack::Lint#test_0032_notices when the response headers has a rack.hijack 
callback with hijacking being supported = 0.00 s = .
Rack::Lint#test_0019_notice body errors = 0.00 s = .
Rack::Lint#test_0030_allows non-hijack responses when server supports hijacking 
= 0.00 s = .
Rack::Lint#test_0010_notices request-target absolute-form errors = 0.00 s = .
Rack::Lint#test_0012_notice status errors = 0.00 s = .
Rack::Lint#test_0021_can call close = 0.00 s = .
Rack::Lint#test_0011_notices request-target origin-form errors = 0.00 s = .
Rack::Lint#test_0037_pass valid rack.protocol = 0.00 s = .
Rack::Lint#test_0034_notices when the response protocol is not an array of 
strings = 0.00 s = .
Rack::Config#test_0001_accept a block that modifies the environment = 0.00 s = .
Rack::.release#test_0001_returns the version string = 0.00 s = .
Rack::MockResponse#test_0004_provides access to session cookies = 0.00 s = .
Rack::MockResponse#test_0017_optionally makes Rack errors fatal = 0.00 s = .
Rack::MockResponse#test_0007_parses cookies giving max-age precedence over 
expires = 0.00 s = .
Rack::MockResponse#test_0018_does not calculate content length for streaming 
body = 0.00 s = .
Rack::MockResponse#test_0014_provides access to the Rack errors = 0.00 s = .
Rack::MockResponse#test_0009_parses cookie headers with equals sign at the end 
= 0.00 s = .
Rack::MockResponse#test_0001_has standard constructor = 0.00 s = .
Rack::MockResponse#test_0008_provides access to secure cookies = 0.00 s = .
Rack::MockResponse#test_0006_provides access to persistent cookies set with 
expires = 0.00 s = .
Rack::MockResponse#test_0015_allows calling body.close afterwards = 0.00 s = .
Rack::MockResponse#test_0013_provides access to the HTTP body = 0.00 s = .
Rack::MockResponse#test_0003_provides access to the HTTP headers = 0.00 s = .
Rack::MockResponse#test_0010_returns nil if a non existent cookie is requested 
= 0.00 s = .
Rack::MockResponse#test_0020_closes streaming bodies that respond to close = 
0.00 s = .
Rack::MockResponse#test_0016_ignores plain strings passed as errors = 0.00 s = .
Rack::MockResponse#test_0005_provides access to persistent cookies set with 
max-age = 0.00 s = .
Rack::MockResponse#test_0011_handles an empty cookie = 0.00 s = .
Rack::MockResponse#test_0019_handles Proc bodies = 0.00 s = .
Rack::MockResponse#test_0002_provides access to the HTTP status = 0.00 s = .
Rack::MockResponse#test_0012_parses multiple set-cookie headers provided as 
hash with array value = 0.00 s = .

Finished in 3.112228s, 378.1856 runs/s, 1840.4820 assertions/s.

  1) Skipped:
Rack::Directory#test_0006_return 404 for unreadable directories 
[test/spec_directory.rb:87]:
Skipped, no message given

  2) Skipped:
RackRequestTest::TestProxyRequest#test_0061_not modify the params hash in place 
[test/spec_request.rb:1179]:
delegate requests don't cache params, so mutations have no impact

  3) Skipped:
RackRequestTest::TestProxyRequest#test_0001_copies the env when duping 
[test/spec_request.rb:19]:
delegate requests don't dup environments

  4) Error:
Rack::Utils::cookies#test_0004_raises an error if the cookie key is invalid:
TypeError: class or module required for rescue clause. Got [ArgumentError, 
/invalid cookie key/]
    test/spec_utils.rb:660:in `block (2 levels) in <top (required)>'

1177 runs, 5728 assertions, 0 failures, 1 errors, 3 skips
rake aborted!
Command failed with status (1): [ruby -I"lib:test" /usr/shar 
[too-long-redacted] ion.rb" "test/gemloader.rb" -v]
/usr/share/rubygems-integration/all/gems/rake-13.4.2/exe/rake:27:in `<top 
(required)>'
Tasks: TOP => default => test
(See full trace by running task with --trace)
/usr/lib/ruby/vendor_ruby/gem2deb.rb:52:in `run': /usr/bin/ruby3.3 
/usr/bin/gem2deb-test-runner (Gem2Deb::CommandFailed)
        from /usr/lib/ruby/vendor_ruby/gem2deb.rb:64:in `block in run_ruby'
        from /usr/lib/ruby/vendor_ruby/gem2deb.rb:87:in `maybe_crossbuild'
        from /usr/lib/ruby/vendor_ruby/gem2deb.rb:63:in `run_ruby'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:189:in 
`run_tests_for_version'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:176:in `block in 
run_tests'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:175:in `each'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:175:in `run_tests'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:71:in `run_tests'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:57:in `install'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:163:in `install'
        from /usr/bin/dh_ruby:89:in `<main>'
dh_auto_install: error: dh_ruby --install /<<PKGBUILDDIR>>/debian/ruby-rack 
returned exit code 1
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to