Your message dated Fri, 23 Mar 2018 23:20:32 +0000
with message-id <e1ezvz6-000bfg...@fasolo.debian.org>
and subject line Bug#892192: fixed in ruby-celluloid 0.16.0-5
has caused the Debian Bug report #892192,
regarding ruby-celluloid-io: FTBFS and Debci failure with Ruby 2.5
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.)
--
892192: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892192
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-celluloid-io
Version: 0.16.2-5
Severity: serious
Tags: buster sid
https://ci.debian.net/packages/r/ruby-celluloid-io/unstable/amd64/
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ruby-celluloid-io.html
...
Failures:
1) Celluloid::IO behaves like a Celluloid Actor using Fibers abort crashes
the sender if we pass neither String nor Exception
Failure/Error: DEFAULT_FAILURE_NOTIFIER = lambda { |failure, _opts| raise
failure }
expected TypeError with "Exception object/String expected, but Fixnum
received", got #<TypeError: Exception object/String expected, but Integer
received> with backtrace:
# /usr/lib/ruby/vendor_ruby/celluloid.rb:314:in `abort'
#
/usr/lib/ruby/vendor_ruby/celluloid/rspec/example_actor_class.rb:54:in
`crash_with_abort_raw'
# /usr/lib/ruby/vendor_ruby/celluloid/calls.rb:26:in `public_send'
# /usr/lib/ruby/vendor_ruby/celluloid/calls.rb:26:in `dispatch'
# /usr/lib/ruby/vendor_ruby/celluloid/calls.rb:63:in `dispatch'
# /usr/lib/ruby/vendor_ruby/celluloid/cell.rb:60:in `block in invoke'
# /usr/lib/ruby/vendor_ruby/celluloid/cell.rb:71:in `block in task'
# /usr/lib/ruby/vendor_ruby/celluloid/actor.rb:357:in `block in task'
# /usr/lib/ruby/vendor_ruby/celluloid/tasks.rb:57:in `block in
initialize'
# /usr/lib/ruby/vendor_ruby/celluloid/tasks/task_fiber.rb:15:in `block
in create'
# (celluloid):0:in `remote procedure call'
# /usr/lib/ruby/vendor_ruby/celluloid/calls.rb:92:in `value'
# /usr/lib/ruby/vendor_ruby/celluloid/proxies/sync_proxy.rb:33:in
`method_missing'
# /usr/lib/ruby/vendor_ruby/celluloid/rspec/actor_examples.rb:401:in
`block (4 levels) in <top (required)>'
#
/usr/lib/ruby/vendor_ruby/rspec/matchers/built_in/raise_error.rb:52:in
`matches?'
# /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:50:in `block
in handle_matcher'
# /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:27:in
`with_matcher'
# /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:48:in
`handle_matcher'
#
/usr/lib/ruby/vendor_ruby/rspec/expectations/expectation_target.rb:65:in `to'
#
/usr/lib/ruby/vendor_ruby/rspec/expectations/expectation_target.rb:101:in `to'
# /usr/lib/ruby/vendor_ruby/celluloid/rspec/actor_examples.rb:400:in
`block (3 levels) in <top (required)>'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in
`instance_exec'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `block in run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in `block in
with_around_and_singleton_context_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in `block in
with_around_example_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:466:in `block in run'
# /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:604:in
`run_around_example_hooks_for'
# /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:466:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in
`with_around_example_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in
`with_around_and_singleton_context_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:251:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:628:in `block
in run_examples'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:624:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:624:in
`run_examples'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:590:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `block
in run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `block
in run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `block
in run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:118:in `block (3
levels) in run_specs'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:118:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:118:in `block (2
levels) in run_specs'
# /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1926:in
`with_suite_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:113:in `block in
run_specs'
# /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:79:in `report'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:112:in `run_specs'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:87:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:71:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:45:in `invoke'
# /usr/bin/rspec:4:in `<main>'
Shared Example Group: "Celluloid::Actor examples" called from
/usr/lib/ruby/vendor_ruby/celluloid/rspec/actor_examples.rb:3
Shared Example Group: "a Celluloid Actor" called from
./spec/celluloid/io/actor_spec.rb:4
# /usr/lib/ruby/vendor_ruby/rspec/support.rb:97:in `block in
<module:Support>'
# /usr/lib/ruby/vendor_ruby/rspec/support.rb:106:in `notify_failure'
# /usr/lib/ruby/vendor_ruby/rspec/expectations/fail_with.rb:35:in
`fail_with'
# /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:40:in
`handle_failure'
# /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:50:in `block in
handle_matcher'
# /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:27:in
`with_matcher'
# /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:48:in
`handle_matcher'
# /usr/lib/ruby/vendor_ruby/rspec/expectations/expectation_target.rb:65:in
`to'
#
/usr/lib/ruby/vendor_ruby/rspec/expectations/expectation_target.rb:101:in `to'
# /usr/lib/ruby/vendor_ruby/celluloid/rspec/actor_examples.rb:400:in
`block (3 levels) in <top (required)>'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `instance_exec'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `block in run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in `block in
with_around_and_singleton_context_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in `block in
with_around_example_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:466:in `block in run'
# /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:604:in
`run_around_example_hooks_for'
# /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:466:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in
`with_around_example_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in
`with_around_and_singleton_context_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:251:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:628:in `block in
run_examples'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:624:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:624:in
`run_examples'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:590:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `block in
run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `block in
run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `block in
run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:118:in `block (3 levels)
in run_specs'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:118:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:118:in `block (2 levels)
in run_specs'
# /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1926:in
`with_suite_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:113:in `block in
run_specs'
# /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:79:in `report'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:112:in `run_specs'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:87:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:71:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:45:in `invoke'
# /usr/bin/rspec:4:in `<main>'
2) Celluloid::IO behaves like a Celluloid Actor using Threads abort crashes
the sender if we pass neither String nor Exception
Failure/Error: DEFAULT_FAILURE_NOTIFIER = lambda { |failure, _opts| raise
failure }
expected TypeError with "Exception object/String expected, but Fixnum
received", got #<TypeError: Exception object/String expected, but Integer
received> with backtrace:
# /usr/lib/ruby/vendor_ruby/celluloid.rb:314:in `abort'
#
/usr/lib/ruby/vendor_ruby/celluloid/rspec/example_actor_class.rb:54:in
`crash_with_abort_raw'
# /usr/lib/ruby/vendor_ruby/celluloid/calls.rb:26:in `public_send'
# /usr/lib/ruby/vendor_ruby/celluloid/calls.rb:26:in `dispatch'
# /usr/lib/ruby/vendor_ruby/celluloid/calls.rb:63:in `dispatch'
# /usr/lib/ruby/vendor_ruby/celluloid/cell.rb:60:in `block in invoke'
# /usr/lib/ruby/vendor_ruby/celluloid/cell.rb:71:in `block in task'
# /usr/lib/ruby/vendor_ruby/celluloid/actor.rb:357:in `block in task'
# /usr/lib/ruby/vendor_ruby/celluloid/tasks.rb:57:in `block in
initialize'
# /usr/lib/ruby/vendor_ruby/celluloid/tasks/task_thread.rb:21:in
`block in create'
# /usr/lib/ruby/vendor_ruby/celluloid/thread_handle.rb:13:in `block in
initialize'
# /usr/lib/ruby/vendor_ruby/celluloid/actor_system.rb:32:in `block in
get_thread'
# /usr/lib/ruby/vendor_ruby/celluloid/internal_pool.rb:130:in `block
in create'
# (celluloid):0:in `remote procedure call'
# /usr/lib/ruby/vendor_ruby/celluloid/calls.rb:92:in `value'
# /usr/lib/ruby/vendor_ruby/celluloid/proxies/sync_proxy.rb:33:in
`method_missing'
# /usr/lib/ruby/vendor_ruby/celluloid/rspec/actor_examples.rb:401:in
`block (4 levels) in <top (required)>'
#
/usr/lib/ruby/vendor_ruby/rspec/matchers/built_in/raise_error.rb:52:in
`matches?'
# /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:50:in `block
in handle_matcher'
# /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:27:in
`with_matcher'
# /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:48:in
`handle_matcher'
#
/usr/lib/ruby/vendor_ruby/rspec/expectations/expectation_target.rb:65:in `to'
#
/usr/lib/ruby/vendor_ruby/rspec/expectations/expectation_target.rb:101:in `to'
# /usr/lib/ruby/vendor_ruby/celluloid/rspec/actor_examples.rb:400:in
`block (3 levels) in <top (required)>'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in
`instance_exec'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `block in run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in `block in
with_around_and_singleton_context_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in `block in
with_around_example_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:466:in `block in run'
# /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:604:in
`run_around_example_hooks_for'
# /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:466:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in
`with_around_example_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in
`with_around_and_singleton_context_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:251:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:628:in `block
in run_examples'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:624:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:624:in
`run_examples'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:590:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `block
in run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `block
in run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `block
in run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:118:in `block (3
levels) in run_specs'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:118:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:118:in `block (2
levels) in run_specs'
# /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1926:in
`with_suite_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:113:in `block in
run_specs'
# /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:79:in `report'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:112:in `run_specs'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:87:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:71:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:45:in `invoke'
# /usr/bin/rspec:4:in `<main>'
Shared Example Group: "Celluloid::Actor examples" called from
/usr/lib/ruby/vendor_ruby/celluloid/rspec/actor_examples.rb:6
Shared Example Group: "a Celluloid Actor" called from
./spec/celluloid/io/actor_spec.rb:4
# /usr/lib/ruby/vendor_ruby/rspec/support.rb:97:in `block in
<module:Support>'
# /usr/lib/ruby/vendor_ruby/rspec/support.rb:106:in `notify_failure'
# /usr/lib/ruby/vendor_ruby/rspec/expectations/fail_with.rb:35:in
`fail_with'
# /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:40:in
`handle_failure'
# /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:50:in `block in
handle_matcher'
# /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:27:in
`with_matcher'
# /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:48:in
`handle_matcher'
# /usr/lib/ruby/vendor_ruby/rspec/expectations/expectation_target.rb:65:in
`to'
#
/usr/lib/ruby/vendor_ruby/rspec/expectations/expectation_target.rb:101:in `to'
# /usr/lib/ruby/vendor_ruby/celluloid/rspec/actor_examples.rb:400:in
`block (3 levels) in <top (required)>'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `instance_exec'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `block in run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in `block in
with_around_and_singleton_context_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in `block in
with_around_example_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:466:in `block in run'
# /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:604:in
`run_around_example_hooks_for'
# /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:466:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:457:in
`with_around_example_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:500:in
`with_around_and_singleton_context_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:251:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:628:in `block in
run_examples'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:624:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:624:in
`run_examples'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:590:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `block in
run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `block in
run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `block in
run'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:591:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:118:in `block (3 levels)
in run_specs'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:118:in `map'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:118:in `block (2 levels)
in run_specs'
# /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1926:in
`with_suite_hooks'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:113:in `block in
run_specs'
# /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:79:in `report'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:112:in `run_specs'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:87:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:71:in `run'
# /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:45:in `invoke'
# /usr/bin/rspec:4:in `<main>'
Deprecation Warnings:
Using `should` from rspec-expectations' old `:should` syntax without explicitly
enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly
enable `:should` with `config.expect_with(:rspec) { |c| c.syntax = :should }`
instead. Called from
/build/1st/ruby-celluloid-io-0.16.2/spec/celluloid/io/ssl_server_spec.rb:76:in
`block (4 levels) in <top (required)>'.
If you need more of the backtrace for any of these deprecations to
identify where to make the necessary changes, you can configure
`config.raise_errors_for_deprecations!`, and it will turn the
deprecation warnings into errors, giving you the full backtrace.
1 deprecation warning total
Finished in 33.41 seconds (files took 1.67 seconds to load)
181 examples, 2 failures
Failed examples:
rspec ./spec/celluloid/io/actor_spec.rb[1:1:1:33:3] # Celluloid::IO behaves
like a Celluloid Actor using Fibers abort crashes the sender if we pass neither
String nor Exception
rspec ./spec/celluloid/io/actor_spec.rb[1:1:2:33:3] # Celluloid::IO behaves
like a Celluloid Actor using Threads abort crashes the sender if we pass
neither String nor Exception
Randomized with seed 10130
/usr/bin/ruby2.5 /usr/bin/rspec ./spec/celluloid/io/actor_spec.rb
./spec/celluloid/io/dns_resolver_spec.rb ./spec/celluloid/io/ssl_server_spec.rb
./spec/celluloid/io/ssl_socket_spec.rb ./spec/celluloid/io/tcp_server_spec.rb
./spec/celluloid/io/udp_socket_spec.rb ./spec/celluloid/io/unix_server_spec.rb
./spec/celluloid/io_spec.rb --format documentation failed
ERROR: Test "ruby2.5" failed. Exiting.
dh_auto_install: dh_ruby --install
/build/1st/ruby-celluloid-io-0.16.2/debian/ruby-celluloid-io returned exit code
1
make: *** [debian/rules:6: binary] Error 1
--- End Message ---
--- Begin Message ---
Source: ruby-celluloid
Source-Version: 0.16.0-5
We believe that the bug you reported is fixed in the latest version of
ruby-celluloid, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 892...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Hleb Valoshka <375...@gmail.com> (supplier of updated ruby-celluloid package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 23 Mar 2018 22:24:53 +0300
Source: ruby-celluloid
Binary: ruby-celluloid
Architecture: source
Version: 0.16.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Hleb Valoshka <375...@gmail.com>
Description:
ruby-celluloid - actor-based concurrent object framework for ruby
Closes: 830070 892192
Changes:
ruby-celluloid (0.16.0-5) unstable; urgency=medium
.
* Team upload
* Workaround Fixnum->Integer change (Closes: #892192)
* Bump debhelper compatibility level to 11
* Bump Standards-Version to 4.1.3 (no changes needed)
* Use salsa.debian.org in Vcs-* fields
* Use https in watch file
* Add gem2deb to build dependencies
.
[ Cédric Boutillier ]
* Set Testsuite to autopkgtest-pkg-ruby (Closes: #830070)
* Fix typo in remove-rubygems-bundler-coveralls.patch's description
* Open log file in specs in a temporary directory (fixes autopkgtests)
Checksums-Sha1:
9456ade3152dfaf9d5a877ee472e0e6c25787177 1763 ruby-celluloid_0.16.0-5.dsc
8d859c72231c2e5dfefa3c63fa3ab533a7e8bc3e 15816
ruby-celluloid_0.16.0-5.debian.tar.xz
eb571f7ffd1401c7bdf68c6cd45968703450c20f 6537
ruby-celluloid_0.16.0-5_source.buildinfo
Checksums-Sha256:
5faeadc15751c42a5f716fdfab3daf5bc930a84f657d7bb9cb88e6b9c1065719 1763
ruby-celluloid_0.16.0-5.dsc
5b7ed4d5a571a6c855817bf9d097a274778859559bbfaa35379d7641db0a3b5b 15816
ruby-celluloid_0.16.0-5.debian.tar.xz
55b1ebf1eb53c10354d390c37bc37bd26b8aab592388f2cc128aad01f1247438 6537
ruby-celluloid_0.16.0-5_source.buildinfo
Files:
ad3736bea5cf99284dde01829690b335 1763 ruby optional ruby-celluloid_0.16.0-5.dsc
97303a8294c8324dadc0b2ae1064cafd 15816 ruby optional
ruby-celluloid_0.16.0-5.debian.tar.xz
05a3e249088f0efb57f3d1178c0ca15e 6537 ruby optional
ruby-celluloid_0.16.0-5_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEEnM1rMZ2/jkCrGr0aia+CtznNIXoFAlq1iIkACgkQia+CtznN
IXrfxwf/bQ9VbuSywcntgbyn+Gkx1Gt+iEU2VZ2F8spKPi2rmvW6BFUTj+j+b3Hh
0GRUxVQeRt46z6nXBdgDJKLnByazKAyk5r6OgGij4UnRFVWYwxN2cR91MSnBfHE2
JZOSzhLFiOtazPcwVpkUE7CcPPB85Xai5/N2rzuGcMcqoJC2ZUT1gW+Y845nNDAz
RFoCqB6ffdIJ2HVIxrPJM+XfA2yoFFXlfoZe0rItiCqD2s2HDOdHLNt19eIoMIDP
qHwYn0Pr/Z0mCIa50babnKA5hchrCsEz/VfvfejWeyziSA9uS1Ox0my9HaKSRpKc
i073UVPyoGwzr2dGSMlv11m56dIb0Q==
=T5Ho
-----END PGP SIGNATURE-----
--- End Message ---