Your message dated Sun, 6 Mar 2016 10:25:56 -0300
with message-id <20160306132555.GA85368@sx>
and subject line Re: #816843: fixed in unstable already
has caused the Debian Bug report #816843,
regarding ruby-varia-model: FTBFS: Failure/Error: 
expect(subject.attributes.dig('brooke.winsor')).to eql('rhode island')
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.)


-- 
816843: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816843
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-varia-model
Version: 0.4.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-varia-model fails to build from source in unstable/amd64:

[..]
  
  All examples were filtered out; ignoring {:focus=>true}
  .....F...............FF...FF..FF..............FF..F.FF..F......F....
  
  Failures:
  
    1) VariaModel ClassMethods ::attribute sets a default value if :default 
option is provided
       Failure/Error: expect(subject.attributes.dig('brooke.winsor')).to 
eql('rhode island')
         
         expected: "rhode island"
              got: nil
         
         (compared using eql?)
       # ./spec/unit/varia_model_spec.rb:44:in `block (4 levels) in <top 
(required)>'
  
    2) VariaModel ClassMethods ::validate_kind_of success returns an array 
where the first element is ':ok'
       Failure/Error: expect(subject.validate_kind_of(types, model, 
key).first).to eql(:ok)
         
         expected: :ok
              got: :error
         
         (compared using eql?)
         
         Diff:
         @@ -1,2 +1,2 @@
         -:ok
         +:error
       # ./spec/unit/varia_model_spec.rb:174:in `block (5 levels) in <top 
(required)>'
  
    3) VariaModel ClassMethods ::validate_kind_of success returns an array 
where the second element is a blank string
       Failure/Error: expect(subject.validate_kind_of(types, model, key)[1]).to 
be_blank
         expected `"Expected attribute: 'nested.one' to be a type of: 'String', 
'Buff::Boolean'".blank?` to return true, got false
       # ./spec/unit/varia_model_spec.rb:178:in `block (5 levels) in <top 
(required)>'
  
    4) VariaModel ClassMethods ::validate_required passes validation if the 
value of the attribute is false
       Failure/Error: expect(subject.validate_required(model, key).first).to 
eql(:ok)
         
         expected: :ok
              got: :error
         
         (compared using eql?)
         
         Diff:
         @@ -1,2 +1,2 @@
         -:ok
         +:error
       # ./spec/unit/varia_model_spec.rb:229:in `block (4 levels) in <top 
(required)>'
  
    5) VariaModel ClassMethods ::validate_required passes validation if the 
value of the attribute is not nil
       Failure/Error: expect(subject.validate_required(model, key).first).to 
eql(:ok)
         
         expected: :ok
              got: :error
         
         (compared using eql?)
         
         Diff:
         @@ -1,2 +1,2 @@
         -:ok
         +:error
       # ./spec/unit/varia_model_spec.rb:235:in `block (4 levels) in <top 
(required)>'
  
    6) VariaModel ClassMethods ::validate_required success returns an array 
where the first element is ':ok'
       Failure/Error: expect(subject.validate_required(model, key).first).to 
eql(:ok)
         
         expected: :ok
              got: :error
         
         (compared using eql?)
         
         Diff:
         @@ -1,2 +1,2 @@
         -:ok
         +:error
       # ./spec/unit/varia_model_spec.rb:254:in `block (5 levels) in <top 
(required)>'
  
    7) VariaModel ClassMethods ::validate_required success returns an array 
where the second element is a blank string
       Failure/Error: expect(subject.validate_required(model, key)[1]).to 
be_blank
         expected `"A value is required for attribute: 'nested.one'".blank?` to 
return true, got false
       # ./spec/unit/varia_model_spec.rb:258:in `block (5 levels) in <top 
(required)>'
  
    8) VariaModel Validations validate type returns false if it fails validation
       Failure/Error: expect(subject).not_to be_valid
         expected `#<#<Class:0x000000028a9da8>:0x000000028a9560 
@_attributes_=#<VariaModel::Attributes brooke=#<VariaModel::Attributes 
winsor=false>>, @errors=#<Hashie::Mash>>.valid?` to return false, got true
       # ./spec/unit/varia_model_spec.rb:425:in `block (4 levels) in <top 
(required)>'
  
    9) VariaModel Validations validate type adds an error if it fails validation
       Failure/Error: expect(subject.errors.size).to eq(1)
         
         expected: 1
              got: 0
         
         (compared using ==)
       # ./spec/unit/varia_model_spec.rb:431:in `block (4 levels) in <top 
(required)>'
  
    10) VariaModel#get_attribute returns the value of the given dotted path
        Failure/Error: expect(subject.get_attribute('brooke.winsor')).to 
eql('sister')
          
          expected: "sister"
               got: nil
          
          (compared using eql?)
        # ./spec/unit/varia_model_spec.rb:471:in `block (3 levels) in <top 
(required)>'
  
    11) VariaModel#get_attribute returns the current value of the Proc
        Failure/Error: expect(subject.get_attribute("brooke.winsor")).to 
eql("BACON")
          
          expected: "BACON"
               got: nil
          
          (compared using eql?)
        # ./spec/unit/varia_model_spec.rb:480:in `block (3 levels) in <top 
(required)>'
  
    12) VariaModel#get_attribute returns the current value of the Proc each time
        Failure/Error: expect(subject.get_attribute("brooke.winsor")).to 
eql("ponies")
          
          expected: "ponies"
               got: nil
          
          (compared using eql?)
        # ./spec/unit/varia_model_spec.rb:486:in `block (3 levels) in <top 
(required)>'
  
    13) VariaModel#mass_assign sets the values of all matching defined 
attributes
        Failure/Error: expect(subject.brooke.winsor).to eql("other")
          
          expected: "other"
               got: "sister"
          
          (compared using eql?)
        # ./spec/unit/varia_model_spec.rb:533:in `block (3 levels) in <top 
(required)>'
  
    14) VariaModel#from_hash updates and returns self from a Hash
        Failure/Error: expect(subject.first_name).to eql("jamie")
          
          expected: "jamie"
               got: nil
          
          (compared using eql?)
        # ./spec/unit/varia_model_spec.rb:620:in `block (3 levels) in <top 
(required)>'
  
  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 0.06296 seconds (files took 0.11795 seconds to load)
  68 examples, 14 failures
  
  Failed examples:
  
  rspec ./spec/unit/varia_model_spec.rb:41 # VariaModel ClassMethods 
::attribute sets a default value if :default option is provided
  rspec ./spec/unit/varia_model_spec.rb:173 # VariaModel ClassMethods 
::validate_kind_of success returns an array where the first element is ':ok'
  rspec ./spec/unit/varia_model_spec.rb:177 # VariaModel ClassMethods 
::validate_kind_of success returns an array where the second element is a blank 
string
  rspec ./spec/unit/varia_model_spec.rb:226 # VariaModel ClassMethods 
::validate_required passes validation if the value of the attribute is false
  rspec ./spec/unit/varia_model_spec.rb:232 # VariaModel ClassMethods 
::validate_required passes validation if the value of the attribute is not nil
  rspec ./spec/unit/varia_model_spec.rb:253 # VariaModel ClassMethods 
::validate_required success returns an array where the first element is ':ok'
  rspec ./spec/unit/varia_model_spec.rb:257 # VariaModel ClassMethods 
::validate_required success returns an array where the second element is a 
blank string
  rspec ./spec/unit/varia_model_spec.rb:424 # VariaModel Validations validate 
type returns false if it fails validation
  rspec ./spec/unit/varia_model_spec.rb:428 # VariaModel Validations validate 
type adds an error if it fails validation
  rspec ./spec/unit/varia_model_spec.rb:470 # VariaModel#get_attribute returns 
the value of the given dotted path
  rspec ./spec/unit/varia_model_spec.rb:478 # VariaModel#get_attribute returns 
the current value of the Proc
  rspec ./spec/unit/varia_model_spec.rb:483 # VariaModel#get_attribute returns 
the current value of the Proc each time
  rspec ./spec/unit/varia_model_spec.rb:522 # VariaModel#mass_assign sets the 
values of all matching defined attributes
  rspec ./spec/unit/varia_model_spec.rb:617 # VariaModel#from_hash updates and 
returns self from a Hash
  
  /usr/bin/ruby2.3 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb failed
  ERROR: Test "ruby2.3" failed. Exiting.
  dh_auto_install: dh_ruby --install 
/home/lamby/temp/cdt.20160305145054.PhB2e4TD1F/ruby-varia-model-0.4.0/debian/ruby-varia-model
 returned exit code 1
  debian/rules:15: 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-varia-model.0.4.0-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Control: fixed -1 ruby-varia-model/0.5.0-1

The FTBFS you have reported does not apply to the version in
unstable, therefore closing.

-- 
 ,''`.  Christian Hofstaedtler <z...@debian.org>
: :' :  Debian Developer
`. `'   7D1A CFFA D9E0 806C 9C4C  D392 5C13 D6DB 9305 2E03
  `-

--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to