Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 721168 - dev-ruby/oauth2-1.4.4: failing tests
Summary: dev-ruby/oauth2-1.4.4: failing tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 709774
  Show dependency tree
 
Reported: 2020-05-06 00:51 UTC by Thomas Deutschmann (RETIRED)
Modified: 2020-05-07 04:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2020-05-06 00:51:29 UTC
>  * Package:    dev-ruby/oauth2-1.4.4
>  * Repository: gentoo
>  * USE:        abi_x86_32 elibc_glibc kernel_linux ruby_targets_ruby24 ruby_targets_ruby25 test userland_GNU x86
>  * FEATURES:   network-sandbox preserve-libs sandbox test userpriv usersandbox
> >>> Unpacking source...
>  * Running unpack phase for all ...
> >>> Unpacking oauth2-1.4.4.tar.gz to /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/all
> >>> Source unpacked in /var/tmp/portage/dev-ruby/oauth2-1.4.4/work
> >>> Preparing source in /var/tmp/portage/dev-ruby/oauth2-1.4.4/work ...
>  * Running prepare phase for all ...
>  * Running prepare phase for all ...
>  * Running source copy phase for ruby24 ...
>  * Running source copy phase for ruby25 ...
> >>> Source prepared.
> >>> Configuring source in /var/tmp/portage/dev-ruby/oauth2-1.4.4/work ...
> >>> Source configured.
> >>> Compiling source in /var/tmp/portage/dev-ruby/oauth2-1.4.4/work ...
>  * Running compile phase for all ...
> >>> Source compiled.
> >>> Test phase: dev-ruby/oauth2-1.4.4
>  * Running test phase for ruby24 ...
> 
> An error occurred while loading ./spec/oauth2/access_token_spec.rb.
> Failure/Error: require 'addressable/uri'
> 
> LoadError:
>   cannot load such file -- addressable/uri
> # ./spec/helper.rb:21:in `<top (required)>'
> # ./spec/oauth2/access_token_spec.rb:1:in `<top (required)>'
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: already initialized constant DEBUG
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: previous definition of DEBUG was here
> 
> An error occurred while loading ./spec/oauth2/authenticator_spec.rb.
> Failure/Error: require 'addressable/uri'
> 
> LoadError:
>   cannot load such file -- addressable/uri
> # ./spec/helper.rb:21:in `<top (required)>'
> # ./spec/oauth2/authenticator_spec.rb:1:in `<top (required)>'
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: already initialized constant DEBUG
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: previous definition of DEBUG was here
> 
> An error occurred while loading ./spec/oauth2/client_spec.rb.
> Failure/Error: require 'addressable/uri'
> 
> LoadError:
>   cannot load such file -- addressable/uri
> # ./spec/helper.rb:21:in `<top (required)>'
> # ./spec/oauth2/client_spec.rb:3:in `<top (required)>'
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: already initialized constant DEBUG
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: previous definition of DEBUG was here
> 
> An error occurred while loading ./spec/oauth2/mac_token_spec.rb.
> Failure/Error: require 'addressable/uri'
> 
> LoadError:
>   cannot load such file -- addressable/uri
> # ./spec/helper.rb:21:in `<top (required)>'
> # ./spec/oauth2/mac_token_spec.rb:1:in `<top (required)>'
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: already initialized constant DEBUG
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: previous definition of DEBUG was here
> 
> An error occurred while loading ./spec/oauth2/response_spec.rb.
> Failure/Error: require 'addressable/uri'
> 
> LoadError:
>   cannot load such file -- addressable/uri
> # ./spec/helper.rb:21:in `<top (required)>'
> # ./spec/oauth2/response_spec.rb:1:in `<top (required)>'
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: already initialized constant DEBUG
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: previous definition of DEBUG was here
> 
> An error occurred while loading ./spec/oauth2/strategy/assertion_spec.rb.
> Failure/Error: require 'addressable/uri'
> 
> LoadError:
>   cannot load such file -- addressable/uri
> # ./spec/helper.rb:21:in `<top (required)>'
> # ./spec/oauth2/strategy/assertion_spec.rb:1:in `<top (required)>'
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: already initialized constant DEBUG
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: previous definition of DEBUG was here
> 
> An error occurred while loading ./spec/oauth2/strategy/auth_code_spec.rb.
> Failure/Error: require 'addressable/uri'
> 
> LoadError:
>   cannot load such file -- addressable/uri
> # ./spec/helper.rb:21:in `<top (required)>'
> # ./spec/oauth2/strategy/auth_code_spec.rb:3:in `<top (required)>'
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: already initialized constant DEBUG
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: previous definition of DEBUG was here
> 
> An error occurred while loading ./spec/oauth2/strategy/base_spec.rb.
> Failure/Error: require 'addressable/uri'
> 
> LoadError:
>   cannot load such file -- addressable/uri
> # ./spec/helper.rb:21:in `<top (required)>'
> # ./spec/oauth2/strategy/base_spec.rb:1:in `<top (required)>'
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: already initialized constant DEBUG
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: previous definition of DEBUG was here
> 
> An error occurred while loading ./spec/oauth2/strategy/client_credentials_spec.rb.
> Failure/Error: require 'addressable/uri'
> 
> LoadError:
>   cannot load such file -- addressable/uri
> # ./spec/helper.rb:21:in `<top (required)>'
> # ./spec/oauth2/strategy/client_credentials_spec.rb:1:in `<top (required)>'
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: already initialized constant DEBUG
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: previous definition of DEBUG was here
> 
> An error occurred while loading ./spec/oauth2/strategy/implicit_spec.rb.
> Failure/Error: require 'addressable/uri'
> 
> LoadError:
>   cannot load such file -- addressable/uri
> # ./spec/helper.rb:21:in `<top (required)>'
> # ./spec/oauth2/strategy/implicit_spec.rb:1:in `<top (required)>'
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: already initialized constant DEBUG
> /var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4/spec/helper.rb:2: warning: previous definition of DEBUG was here
> 
> An error occurred while loading ./spec/oauth2/strategy/password_spec.rb.
> Failure/Error: require 'addressable/uri'
> 
> LoadError:
>   cannot load such file -- addressable/uri
> # ./spec/helper.rb:21:in `<top (required)>'
> # ./spec/oauth2/strategy/password_spec.rb:1:in `<top (required)>'
> No examples found.
> 
> Randomized with seed 34512
> 
> 
> Finished in 0.00026 seconds (files took 0.20796 seconds to load)
> 0 examples, 0 failures, 11 errors occurred outside of examples
> 
> Randomized with seed 34512
> 
>  * ERROR: dev-ruby/oauth2-1.4.4::gentoo failed (test phase):
>  *   (no error message)
>  * 
>  * Call stack:
>  *     ebuild.sh, line  125:  Called src_test
>  *   environment, line 2300:  Called ruby-ng_src_test
>  *   environment, line 1961:  Called _ruby_each_implementation 'each_ruby_test'
>  *   environment, line  654:  Called _ruby_invoke_environment 'ruby24' 'each_ruby_test'
>  *   environment, line  775:  Called each_ruby_test
>  *   environment, line  965:  Called die
>  * The specific snippet of code:
>  *       CI=true ${RUBY} -S rspec-3 spec || die
>  * 
>  * If you need support, post the output of `emerge --info '=dev-ruby/oauth2-1.4.4::gentoo'`,
>  * the complete build log and the output of `emerge -pqv '=dev-ruby/oauth2-1.4.4::gentoo'`.
>  * The complete build log is located at '/var/log/portage/dev-ruby:oauth2-1.4.4:20200506-004403.log'.
>  * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-ruby/oauth2-1.4.4/temp/build.log'.
>  * The ebuild environment file is located at '/var/tmp/portage/dev-ruby/oauth2-1.4.4/temp/environment'.
>  * Working directory: '/var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4'
>  * S: '/var/tmp/portage/dev-ruby/oauth2-1.4.4/work/ruby24/oauth2-1.4.4'
Comment 1 Larry the Git Cow gentoo-dev 2020-05-07 04:32:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe756bf1e9ae9a76259e1bda8912c6ac0e44d6a9

commit fe756bf1e9ae9a76259e1bda8912c6ac0e44d6a9
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2020-05-07 04:26:34 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2020-05-07 04:31:44 +0000

    dev-ruby/oauth2: add missing test dep
    
    Closes: https://bugs.gentoo.org/721168
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/oauth2/oauth2-1.4.4.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)