Your message dated Fri, 21 Apr 2017 11:26:55 +0200
with message-id <20170421092655.txzx2wpkq6gpt...@xanadu.blop.info>
and subject line Re: Bug#860707: ruby-timers: FTBFS on i386: ERROR: Test
"ruby2.3" failed: Failure/Error: expect(timer.inspect).to
match(/\A#<Timers::Timer:[\da-f]+ fires in [-\.\de]+ seconds>\Z/)
has caused the Debian Bug report #860707,
regarding ruby-timers: FTBFS on i386: ERROR: Test "ruby2.3" failed:
Failure/Error: expect(timer.inspect).to match(/\A#<Timers::Timer:[\da-f]+ fires
in [-\.\de]+ seconds>\Z/)
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.)
--
860707: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860707
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-timers
Version: 4.1.1-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418-i386 qa-ftbfs
Justification: FTBFS in stretch on i386
Hi,
During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on i386.
Relevant part (hopefully):
> Failure/Error: expect(timer.inspect).to
> match(/\A#<Timers::Timer:[\da-f]+ fires in [-\.\de]+ seconds>\Z/)
>
> expected "#<Timers::Timer:-3bfd790 fires in 0.249929776 seconds>" to
> match /\A#<Timers::Timer:[\da-f]+ fires in [-\.\de]+ seconds>\Z/
> Diff:
> @@ -1,2 +1,2 @@
> -/\A#<Timers::Timer:[\da-f]+ fires in [-\.\de]+ seconds>\Z/
> +"#<Timers::Timer:-3bfd790 fires in 0.249929776 seconds>"
> # /usr/lib/ruby/vendor_ruby/rspec/support.rb:87:in `block in
> <module:Support>'
> # /usr/lib/ruby/vendor_ruby/rspec/support.rb:96:in `notify_failure'
> # /usr/lib/ruby/vendor_ruby/rspec/expectations/fail_with.rb:27:in
> `fail_with'
> # /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:38: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'
> # ./spec/group_spec.rb:209: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:496:in `block in
> with_around_and_singleton_context_hooks'
> # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:453:in `block in
> with_around_example_hooks'
> # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `block in run'
> # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:602:in
> `run_around_example_hooks_for'
> # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `run'
> # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:453:in
> `with_around_example_hooks'
> # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:496: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:627:in `block in
> run_examples'
> # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:623:in `map'
> # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:623:in
> `run_examples'
> # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:589:in `run'
> # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:590:in `block in
> run'
> # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:590:in `map'
> # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:590:in `run'
> # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:113:in `block (3
> levels) in run_specs'
> # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:113:in `map'
> # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:113:in `block (2
> levels) in run_specs'
> # /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1835:in
> `with_suite_hooks'
> # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:112:in `block in
> run_specs'
> # /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:77:in `report'
> # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:111: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>'
>
> Finished in 26.33 seconds (files took 0.71465 seconds to load)
> 36 examples, 3 failures
>
> Failed examples:
>
> rspec ./spec/group_spec.rb:222 # Timers::Group Timer inspection recurring
> firing
> rspec ./spec/group_spec.rb:212 # Timers::Group Timer inspection after firing
> rspec ./spec/group_spec.rb:204 # Timers::Group Timer inspection before firing
>
> Randomized with seed 50531
>
> /usr/lib/ruby/vendor_ruby/simplecov.rb:56: warning: instance variable
> @track_files_glob not initialized
> [33m[Coveralls] Outside the Travis environment, not sending data.[0m
> /usr/bin/ruby2.3 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb --format
> documentation failed
> ERROR: Test "ruby2.3" failed:
The full build log is available from:
http://aws-logs.debian.net/2017/04/18/ruby-timers_4.1.1-2_testing-i386.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
On 19/04/17 at 09:21 +0200, Lucas Nussbaum wrote:
> Source: ruby-timers
> Version: 4.1.1-2
> Severity: serious
> Tags: stretch sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20170418-i386 qa-ftbfs
> Justification: FTBFS in stretch on i386
>
> Hi,
>
> During a rebuild of all packages in stretch (in a stretch chroot, not a
> sid chroot), your package failed to build on i386.
>
> Relevant part (hopefully):
> > Failure/Error: expect(timer.inspect).to
> > match(/\A#<Timers::Timer:[\da-f]+ fires in [-\.\de]+ seconds>\Z/)
> >
> > expected "#<Timers::Timer:-3bfd790 fires in 0.249929776 seconds>" to
> > match /\A#<Timers::Timer:[\da-f]+ fires in [-\.\de]+ seconds>\Z/
> > Diff:
> > @@ -1,2 +1,2 @@
> > -/\A#<Timers::Timer:[\da-f]+ fires in [-\.\de]+ seconds>\Z/
> > +"#<Timers::Timer:-3bfd790 fires in 0.249929776 seconds>"
> > # /usr/lib/ruby/vendor_ruby/rspec/support.rb:87:in `block in
> > <module:Support>'
> > # /usr/lib/ruby/vendor_ruby/rspec/support.rb:96:in `notify_failure'
> > # /usr/lib/ruby/vendor_ruby/rspec/expectations/fail_with.rb:27:in
> > `fail_with'
> > # /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:38: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'
> > # ./spec/group_spec.rb:209: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:496:in `block in
> > with_around_and_singleton_context_hooks'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:453:in `block in
> > with_around_example_hooks'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `block in run'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:602:in
> > `run_around_example_hooks_for'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:464:in `run'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:453:in
> > `with_around_example_hooks'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:496: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:627:in `block
> > in run_examples'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:623:in `map'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:623:in
> > `run_examples'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:589:in `run'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:590:in `block
> > in run'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:590:in `map'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:590:in `run'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:113:in `block (3
> > levels) in run_specs'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:113:in `map'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:113:in `block (2
> > levels) in run_specs'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1835:in
> > `with_suite_hooks'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:112:in `block in
> > run_specs'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:77:in `report'
> > # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:111: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>'
> >
> > Finished in 26.33 seconds (files took 0.71465 seconds to load)
> > 36 examples, 3 failures
> >
> > Failed examples:
> >
> > rspec ./spec/group_spec.rb:222 # Timers::Group Timer inspection recurring
> > firing
> > rspec ./spec/group_spec.rb:212 # Timers::Group Timer inspection after firing
> > rspec ./spec/group_spec.rb:204 # Timers::Group Timer inspection before
> > firing
> >
> > Randomized with seed 50531
> >
> > /usr/lib/ruby/vendor_ruby/simplecov.rb:56: warning: instance variable
> > @track_files_glob not initialized
> > [33m[Coveralls] Outside the Travis environment, not sending data.[0m
> > /usr/bin/ruby2.3 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb --format
> > documentation failed
> > ERROR: Test "ruby2.3" failed:
>
> The full build log is available from:
> http://aws-logs.debian.net/2017/04/18/ruby-timers_4.1.1-2_testing-i386.log
Hi,
I did the archive rebuild that resulted in this bug on a machine with a
jessie kernel. I did another rebuild on a machine with a stretch
kernel, and this failure disappeared.
My best guess is that this has something to do with a stack overflow,
in a way similar to #750593 (see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750593#157 and #797530
(fixed in stretch, not jessie).
Given that this doesn't affect building on a machine with a stretch
kernel, I'm closing the bug.
Lucas
--- End Message ---