Your message dated Wed, 02 Nov 2016 22:20:29 +0000
with message-id <e1c23tv-0009t4...@fasolo.debian.org>
and subject line Bug#840690: fixed in ruby-foreman 0.82.0-2
has caused the Debian Bug report #840690,
regarding ruby-foreman: FTBFS: Failed examples: rspec 
./spec/foreman/export/inittab_spec.rb:17 # Foreman::Export::Inittab exports to 
the filesystem
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.)


-- 
840690: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840690
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-foreman
Version: 0.82.0-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

ruby-foreman fails to build from source in unstable/amd64:

  [..]

        NoMethodError:
          undefined method `stub' for 
#<RSpec::ExampleGroups::ForemanExportUpstart::WithAlternateTemplatesFromHomeDir:0x000000017cf410>
        # /usr/lib/ruby/vendor_ruby/rspec/matchers.rb:967:in `method_missing'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:747:in 
`method_missing'
        # ./spec/foreman/export/upstart_spec.rb:14:in `block (2 levels) in <top 
(required)>'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:443:in `instance_exec'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:443:in `instance_exec'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:350:in `run'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:507:in `block in 
run_owned_hooks_for'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:506:in `each'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:506:in 
`run_owned_hooks_for'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:593:in `block in 
run_example_hooks_for'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:592:in `reverse_each'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:592:in 
`run_example_hooks_for'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:462:in `run'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:490:in 
`run_before_example'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:253: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>'
  
    37) Foreman::Export::Upstart with a formation exports to the filesystem 
with concurrency
        Failure/Error: before(:each) { stub(upstart).say }
  
        NoMethodError:
          undefined method `stub' for 
#<RSpec::ExampleGroups::ForemanExportUpstart::WithAFormation:0x000000012faa48>
        # /usr/lib/ruby/vendor_ruby/rspec/matchers.rb:967:in `method_missing'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:747:in 
`method_missing'
        # ./spec/foreman/export/upstart_spec.rb:14:in `block (2 levels) in <top 
(required)>'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:443:in `instance_exec'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:443:in `instance_exec'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:350:in `run'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:507:in `block in 
run_owned_hooks_for'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:506:in `each'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:506:in 
`run_owned_hooks_for'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:593:in `block in 
run_example_hooks_for'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:592:in `reverse_each'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:592:in 
`run_example_hooks_for'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:462:in `run'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:490:in 
`run_before_example'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:253: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>'
  
    38) Foreman::Export::Launchd exports to the filesystem
        Failure/Error: before(:each) { stub(launchd).say }
  
        NoMethodError:
          undefined method `stub' for 
#<RSpec::ExampleGroups::ForemanExportLaunchd:0x000000010dd300>
        # /usr/lib/ruby/vendor_ruby/rspec/matchers.rb:967:in `method_missing'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:747:in 
`method_missing'
        # ./spec/foreman/export/launchd_spec.rb:13:in `block (2 levels) in <top 
(required)>'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:443:in `instance_exec'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:443:in `instance_exec'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:350:in `run'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:507:in `block in 
run_owned_hooks_for'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:506:in `each'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:506:in 
`run_owned_hooks_for'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:593:in `block in 
run_example_hooks_for'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:592:in `reverse_each'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:592:in 
`run_example_hooks_for'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:462:in `run'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:490:in 
`run_before_example'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:253: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/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>'
  
    39) Foreman::Export::Launchd with multiple command arguments splits each 
command argument
        Failure/Error: before(:each) { stub(launchd).say }
  
        NoMethodError:
          undefined method `stub' for 
#<RSpec::ExampleGroups::ForemanExportLaunchd::WithMultipleCommandArguments:0x00000000d74218>
        # /usr/lib/ruby/vendor_ruby/rspec/matchers.rb:967:in `method_missing'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:747:in 
`method_missing'
        # ./spec/foreman/export/launchd_spec.rb:13:in `block (2 levels) in <top 
(required)>'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:443:in `instance_exec'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:443:in `instance_exec'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:350:in `run'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:507:in `block in 
run_owned_hooks_for'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:506:in `each'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:506:in 
`run_owned_hooks_for'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:593:in `block in 
run_example_hooks_for'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:592:in `reverse_each'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:592:in 
`run_example_hooks_for'
        # /usr/lib/ruby/vendor_ruby/rspec/core/hooks.rb:462:in `run'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:490:in 
`run_before_example'
        # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:253: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>'
  
    40) Foreman::CLI start when a Procfile doesnt exist displays an error
        Failure/Error: expect(block).to raise_error(SystemExit)
  
        TypeError:
          superclass mismatch for class File
        # /usr/lib/ruby/2.3.0/pp.rb:421:in `<top (required)>'
        # /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
        # /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
        # /usr/lib/ruby/vendor_ruby/rspec/support/differ.rb:5:in `<top 
(required)>'
        # /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
        # /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
        # /usr/lib/ruby/vendor_ruby/rspec/expectations/fail_with.rb:6:in 
`differ'
        # /usr/lib/ruby/vendor_ruby/rspec/expectations/fail_with.rb:25: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'
        # ./spec/spec_helper.rb:71:in `mock_exit'
        # ./spec/spec_helper.rb:15:in `mock_error'
        # ./spec/foreman/cli_spec.rb:23:in `block (4 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/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>'
  
  Deprecation Warnings:
  
  RSpec::Core::Configuration#treat_symbols_as_metadata_keys_with_true_values= 
is deprecated, it is now set to true as default and setting it to false has no 
effect.
  
  
  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 3.12 seconds (files took 0.18801 seconds to load)
  86 examples, 40 failures
  
  Failed examples:
  
  rspec ./spec/foreman/export/inittab_spec.rb:17 # Foreman::Export::Inittab 
exports to the filesystem
  rspec ./spec/foreman/export/inittab_spec.rb:25 # Foreman::Export::Inittab to 
stdout exports to stdout
  rspec ./spec/foreman/export/inittab_spec.rb:34 # Foreman::Export::Inittab 
with concurrency exports to the filesystem with concurrency
  rspec ./spec/foreman/process_spec.rb:63 # Foreman::Process#run can execute 
with env
  rspec ./spec/foreman/process_spec.rb:57 # Foreman::Process#run can execute
  rspec ./spec/foreman/export/bluepill_spec.rb:21 # Foreman::Export::Bluepill 
cleans up if exporting into an existing dir
  rspec ./spec/foreman/export/bluepill_spec.rb:16 # Foreman::Export::Bluepill 
exports to the filesystem
  rspec ./spec/foreman/export/bluepill_spec.rb:31 # Foreman::Export::Bluepill 
with a process formation exports to the filesystem with concurrency
  rspec ./spec/foreman/export/supervisord_spec.rb:16 # 
Foreman::Export::Supervisord exports to the filesystem
  rspec ./spec/foreman/export/supervisord_spec.rb:23 # 
Foreman::Export::Supervisord cleans up if exporting into an existing dir
  rspec ./spec/foreman/export/supervisord_spec.rb:32 # 
Foreman::Export::Supervisord with concurrency exports to the filesystem with 
concurrency
  rspec ./spec/foreman/export/daemon_spec.rb:16 # Foreman::Export::Daemon 
exports to the filesystem
  rspec ./spec/foreman/export/daemon_spec.rb:26 # Foreman::Export::Daemon 
cleans up if exporting into an existing dir
  rspec ./spec/foreman/export/daemon_spec.rb:41 # Foreman::Export::Daemon does 
not delete exported files for similarly named applications
  rspec ./spec/foreman/export/daemon_spec.rb:76 # Foreman::Export::Daemon with 
alternate templates can export with alternate template files
  rspec ./spec/foreman/export/daemon_spec.rb:56 # Foreman::Export::Daemon with 
a formation exports to the filesystem with concurrency
  rspec ./spec/foreman/export/daemon_spec.rb:91 # Foreman::Export::Daemon with 
alternate templates from home dir can export with alternate template files
  rspec ./spec/foreman/export/base_spec.rb:11 # Foreman::Export::Base has a say 
method for displaying info
  rspec ./spec/foreman/export_spec.rb:8 # Foreman::Export with a formatter that 
doesn't declare the appropriate class prints an error
  rspec ./spec/foreman/export/runit_spec.rb:33 # Foreman::Export::Runit creates 
a full path to the export directory
  rspec ./spec/foreman/export/runit_spec.rb:16 # Foreman::Export::Runit exports 
to the filesystem
  rspec ./spec/foreman/engine_spec.rb:45 # Foreman::Engine start handles 
concurrency
  rspec ./spec/foreman/engine_spec.rb:37 # Foreman::Engine start forks the 
processes
  rspec ./spec/foreman/export/systemd_spec.rb:57 # Foreman::Export::Systemd 
includes environment variables
  rspec ./spec/foreman/export/systemd_spec.rb:29 # Foreman::Export::Systemd 
cleans up if exporting into an existing dir
  rspec ./spec/foreman/export/systemd_spec.rb:16 # Foreman::Export::Systemd 
exports to the filesystem
  rspec ./spec/foreman/export/systemd_spec.rb:86 # Foreman::Export::Systemd 
with alternate templates can export with alternate template files
  rspec ./spec/foreman/export/systemd_spec.rb:101 # Foreman::Export::Systemd 
with alternate templates from home dir can export with alternate template files
  rspec ./spec/foreman/export/systemd_spec.rb:66 # Foreman::Export::Systemd 
with a formation exports to the filesystem with concurrency
  rspec ./spec/foreman/export/upstart_spec.rb:26 # Foreman::Export::Upstart 
cleans up if exporting into an existing dir
  rspec ./spec/foreman/export/upstart_spec.rb:53 # Foreman::Export::Upstart 
does not delete exported files for app which share name prefix
  rspec ./spec/foreman/export/upstart_spec.rb:16 # Foreman::Export::Upstart 
exports to the filesystem
  rspec ./spec/foreman/export/upstart_spec.rb:41 # Foreman::Export::Upstart 
does not delete exported files for similarly named applications
  rspec ./spec/foreman/export/upstart_spec.rb:67 # Foreman::Export::Upstart 
quotes and escapes environment variables
  rspec ./spec/foreman/export/upstart_spec.rb:97 # Foreman::Export::Upstart 
with alternate templates can export with alternate template files
  rspec ./spec/foreman/export/upstart_spec.rb:112 # Foreman::Export::Upstart 
with alternate templates from home dir can export with alternate template files
  rspec ./spec/foreman/export/upstart_spec.rb:77 # Foreman::Export::Upstart 
with a formation exports to the filesystem with concurrency
  rspec ./spec/foreman/export/launchd_spec.rb:15 # Foreman::Export::Launchd 
exports to the filesystem
  rspec ./spec/foreman/export/launchd_spec.rb:24 # Foreman::Export::Launchd 
with multiple command arguments splits each command argument
  rspec ./spec/foreman/cli_spec.rb:22 # Foreman::CLI start when a Procfile 
doesnt exist displays an error
  
  Randomized with seed 47932
  
  /usr/bin/ruby2.3 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb --format doc 
--backtrace --seed 47932 failed
  ERROR: Test "ruby2.3" failed. Exiting.
  dh_auto_install: dh_ruby --install 
/home/lamby/temp/cdt.20161013231446.FzIrlObFSm.db.ruby-foreman/ruby-foreman-0.82.0/debian/ruby-foreman
 returned exit code 1
  debian/rules:8: recipe for target 'binary' failed
  make: *** [binary] Error 1

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: ruby-foreman.0.82.0-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: ruby-foreman
Source-Version: 0.82.0-2

We believe that the bug you reported is fixed in the latest version of
ruby-foreman, 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 840...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Terceiro <terce...@debian.org> (supplier of updated ruby-foreman 
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: SHA256

Format: 1.8
Date: Wed, 02 Nov 2016 19:37:31 -0200
Source: ruby-foreman
Binary: ruby-foreman
Architecture: source
Version: 0.82.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Antonio Terceiro <terce...@debian.org>
Description:
 ruby-foreman - Process manager for applications with multiple components
Closes: 840690
Changes:
 ruby-foreman (0.82.0-2) unstable; urgency=medium
 .
   * Add patch 0004-port-to-rspec-3.patch to port to RSpec 3, and drop usage of
     `rr` which is causing problems in the test suite after `rr` 1.2 was
     uploaded. (Closes: #840690)
Checksums-Sha1:
 5fcff1de54ea3457c421b6d5b58646cb990f8523 2151 ruby-foreman_0.82.0-2.dsc
 d5687e9680f5193c0a13f50da72cb7f578814ed9 7504 
ruby-foreman_0.82.0-2.debian.tar.xz
Checksums-Sha256:
 905e470c186bc39fe818b568e0044948398f72c3fc7b8207f39fcfcac02039a3 2151 
ruby-foreman_0.82.0-2.dsc
 836914877640630c2a6db18db553e500296b3e2f493a8068bc91df69bbbdfd4d 7504 
ruby-foreman_0.82.0-2.debian.tar.xz
Files:
 99a5e21fe1530c44a3543e0d09628500 2151 ruby optional ruby-foreman_0.82.0-2.dsc
 1a9db600cd4098fe130a27dbb611139f 7504 ruby optional 
ruby-foreman_0.82.0-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJYGmNKAAoJEPwNsbvNRgvedZMQAMzWSCU41TGY0t1/n0NW8cFu
Z/2eFpXgG7EbXTtrVHp4IDKhK4qknBajBPxc0L3rhDwSrW9b6Ayjjc5/zp8nGPPF
WTXrQDZzJnViV0MoGaALaN1tyckrOJsGHHR9f5wAlPD+y49RmZicdVP04VhEluJF
qcyOTO9djvCn5YenoVENKsehgGLzCXkZ+H6WhKOE3b3AO4f+DLtni5UPQw14aVuD
1voj3PyGTdWaBBvgmeXMa6ABnt3kGhpko6B0kciv7gVXXUfDIT0UAg1FQpAzgb3W
6av9Eg7LY5Z1EgqlYth45dqX+ZMrYsPE3y6J+qcZXt9AHvwcnJlwDrDpNLl9iuhm
xng6anAmdUax5ekV1EMY1rQCyfF4MpTWkYI+cdOFysGoYQJBBH3k9RD0piuMdKvs
YO2bNigQiktfxj3EU5bDJOmgxf4NibNhDdLdg9ID3cNVPAuy4vvMoIzgg5dLuY3P
5DiuEOUhBWFgbgZlymKeCRSHX5KBy/7iulFvWXdN41T2ptMrfgE+V8cnngGE3jPI
XNqYYrx9dfd7pU4zYmzYJC+IBmWqa2Z+qxB4gqpBODKMRmolebHGmWHVVc9eFG3z
ay3g7wf8eT6Z3YHLQMTGVRzIg0Q/PfH90gvD8dATpF8yq6YvS/83ja/pHK7Ho7+X
L932jHmIRuz0iMDMlHe/
=T3bc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to