Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 541508 Details for
Bug 662336
dev-ruby/capybara-3.4.1: test failures
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 40.27 KB, created by
Thomas Deutschmann (RETIRED)
on 2018-07-28 12:31:09 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Thomas Deutschmann (RETIRED)
Created:
2018-07-28 12:31:09 UTC
Size:
40.27 KB
patch
obsolete
> * Package: dev-ruby/capybara-3.4.1 > * Repository: gentoo > * Maintainer: ruby@gentoo.org > * USE: abi_x86_32 elibc_glibc kernel_linux ruby_targets_ruby23 test userland_GNU x86 > * FEATURES: preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... > * Running unpack phase for all ... > * Unpacking .gem file... ... > [ ok ] > * Uncompressing metadata ... > [ ok ] > * Unpacking data.tar.gz ... > [ ok ] >>>> Source unpacked in /var/tmp/portage/dev-ruby/capybara-3.4.1/work >>>> Preparing source in /var/tmp/portage/dev-ruby/capybara-3.4.1/work ... > * Running prepare phase for all ... > * Running prepare phase for all ... > * Running source copy phase for ruby23 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-ruby/capybara-3.4.1/work ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-ruby/capybara-3.4.1/work ... > * Running compile phase for all ... >>>> Source compiled. >>>> Test phase: dev-ruby/capybara-3.4.1 > * Running test phase for ruby23 ... > * Scanning for an open DISPLAY to start Xvfb ... > * Starting Xvfb on $DISPLAY=0 ... >Run options: > include {:focus_=>true} > exclude {:requires=>#<Proc:0x0117f664>} > >All examples were filtered out; ignoring {:focus_=>true} >....................................................................................................................................................................................................................................................................................................................................................................................................Attempt to select disabled option: Other >...................................F................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................FFFFFFFFF............................FF..........................................................................................................................................................................................................................................................................................................................................................................................Attempt to select disabled option: Other >...................................F.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................FFFFFFFFF....................................................................**...*..........................................................FFFFFFF....FFFF...... > >Pending: (Failures listed here are expected and do not affect your suite's status) > > 1) if xfeature aliases to pending then this should be 'temporarily disabled with xfeature' > # Temporarily disabled with xfeature > # ./spec/rspec/features_spec.rb:79 > > 2) if xfeature aliases to pending then this also should be 'temporarily disabled with xfeature' > # Temporarily disabled with xfeature > # ./spec/rspec/features_spec.rb:82 > > 3) if xscenario aliases to pending then this test should be 'temporarily disabled with xscenario' > # Temporarily disabled with xscenario > # ./spec/rspec/scenarios_spec.rb:17 > > >Failures: > > 1) Capybara::Session DSL #has_css? should allow escapes in the CSS selector > Failure/Error: expect(@session).to have_css('p[data-random="abc\\\\def"]') > expected to find css "p[data-random=\"abc\\\\def\"]" but there were no matches > # ./lib/capybara/spec/session/has_css_spec.rb:119:in `block (2 levels) in <top (required)>' > > 2) Capybara::Session DSL #current_url, #current_path, #current_host is affected by visiting a page directly > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 3) Capybara::Session DSL #current_url, #current_path, #current_host returns to the app host when visiting a relative url > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 4) Capybara::Session DSL #current_url, #current_path, #current_host is affected by setting Capybara.app_host > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 5) Capybara::Session DSL #current_url, #current_path, #current_host is unaffected by following a relative link > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 6) Capybara::Session DSL #current_url, #current_path, #current_host is affected by following an absolute link > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 7) Capybara::Session DSL #current_url, #current_path, #current_host is unaffected by posting through a relative form > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 8) Capybara::Session DSL #current_url, #current_path, #current_host is affected by posting through an absolute form > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 9) Capybara::Session DSL #current_url, #current_path, #current_host is affected by following a redirect > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 10) Capybara::Session DSL #current_url, #current_path, #current_host doesn't raise exception on a nil current_url > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 11) Capybara::DSL#current_session should change with the current driver > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 12) Capybara::DSL#current_session should be persistent even across driver changes > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 13) Capybara::Session RackTest #has_css? should allow escapes in the CSS selector > Failure/Error: expect(@session).to have_css('p[data-random="abc\\\\def"]') > expected to find css "p[data-random=\"abc\\\\def\"]" but there were no matches > # ./lib/capybara/spec/session/has_css_spec.rb:119:in `block (2 levels) in <top (required)>' > > 14) Capybara::Session RackTest #current_url, #current_path, #current_host is affected by visiting a page directly > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 15) Capybara::Session RackTest #current_url, #current_path, #current_host returns to the app host when visiting a relative url > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 16) Capybara::Session RackTest #current_url, #current_path, #current_host is affected by setting Capybara.app_host > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 17) Capybara::Session RackTest #current_url, #current_path, #current_host is unaffected by following a relative link > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 18) Capybara::Session RackTest #current_url, #current_path, #current_host is affected by following an absolute link > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 19) Capybara::Session RackTest #current_url, #current_path, #current_host is unaffected by posting through a relative form > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 20) Capybara::Session RackTest #current_url, #current_path, #current_host is affected by posting through an absolute form > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 21) Capybara::Session RackTest #current_url, #current_path, #current_host is affected by following a redirect > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 22) Capybara::Session RackTest #current_url, #current_path, #current_host doesn't raise exception on a nil current_url > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 23) Capybara::Server should spool up a rack server > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 24) Capybara::Server should do nothing when no server given > Failure/Error: > expect do > @server = Capybara::Server.new(nil).boot > end.not_to raise_error > > expected no Exception, got #<LoadError: Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.> with backtrace: > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ./spec/server_spec.rb:16:in `block (2 levels) in <top (required)>' > > 25) Capybara::Server should bind to the specified host > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 26) Capybara::Server should use specified port > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 27) Capybara::Server should use given port > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 28) Capybara::Server should find an available port > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 29) Capybara::Server should support SSL > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara/config.rb:60:in `block in server=' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 30) Capybara::Server When Capybara.reuse_server is true should use the existing server if it already running > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 31) Capybara::Server When Capybara.reuse_server is true detects and waits for all reused server sessions pending requests > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 32) Capybara::Server When Capybara.reuse_server is false should not reuse an already running server > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > > 33) Capybara::Server When Capybara.reuse_server is false detects and waits for only one sessions pending requests > Failure/Error: raise LoadError, 'Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.' > > LoadError: > Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`. > # ./lib/capybara.rb:448:in `rescue in block in <top (required)>' > # ./lib/capybara.rb:445:in `block in <top (required)>' > # ./lib/capybara.rb:237:in `run_default_server' > # ./lib/capybara.rb:436:in `block in <top (required)>' > # ./lib/capybara/server.rb:69:in `block in boot' > # ------------------ > # --- Caused by: --- > # LoadError: > # cannot load such file -- rack/handler/puma > # ./lib/capybara.rb:446:in `block in <top (required)>' > >Finished in 44.21 seconds (files took 4.09 seconds to load) >2128 examples, 33 failures, 3 pending > >Failed examples: > >rspec ./lib/capybara/spec/spec_helper.rb[1:41:10] # Capybara::Session DSL #has_css? should allow escapes in the CSS selector >rspec ./lib/capybara/spec/spec_helper.rb[1:109:1] # Capybara::Session DSL #current_url, #current_path, #current_host is affected by visiting a page directly >rspec ./lib/capybara/spec/spec_helper.rb[1:109:2] # Capybara::Session DSL #current_url, #current_path, #current_host returns to the app host when visiting a relative url >rspec ./lib/capybara/spec/spec_helper.rb[1:109:3] # Capybara::Session DSL #current_url, #current_path, #current_host is affected by setting Capybara.app_host >rspec ./lib/capybara/spec/spec_helper.rb[1:109:4] # Capybara::Session DSL #current_url, #current_path, #current_host is unaffected by following a relative link >rspec ./lib/capybara/spec/spec_helper.rb[1:109:5] # Capybara::Session DSL #current_url, #current_path, #current_host is affected by following an absolute link >rspec ./lib/capybara/spec/spec_helper.rb[1:109:6] # Capybara::Session DSL #current_url, #current_path, #current_host is unaffected by posting through a relative form >rspec ./lib/capybara/spec/spec_helper.rb[1:109:7] # Capybara::Session DSL #current_url, #current_path, #current_host is affected by posting through an absolute form >rspec ./lib/capybara/spec/spec_helper.rb[1:109:8] # Capybara::Session DSL #current_url, #current_path, #current_host is affected by following a redirect >rspec ./lib/capybara/spec/spec_helper.rb[1:109:11] # Capybara::Session DSL #current_url, #current_path, #current_host doesn't raise exception on a nil current_url >rspec ./spec/dsl_spec.rb:161 # Capybara::DSL#current_session should change with the current driver >rspec ./spec/dsl_spec.rb:167 # Capybara::DSL#current_session should be persistent even across driver changes >rspec ./lib/capybara/spec/spec_helper.rb[2:41:10] # Capybara::Session RackTest #has_css? should allow escapes in the CSS selector >rspec ./lib/capybara/spec/spec_helper.rb[2:109:1] # Capybara::Session RackTest #current_url, #current_path, #current_host is affected by visiting a page directly >rspec ./lib/capybara/spec/spec_helper.rb[2:109:2] # Capybara::Session RackTest #current_url, #current_path, #current_host returns to the app host when visiting a relative url >rspec ./lib/capybara/spec/spec_helper.rb[2:109:3] # Capybara::Session RackTest #current_url, #current_path, #current_host is affected by setting Capybara.app_host >rspec ./lib/capybara/spec/spec_helper.rb[2:109:4] # Capybara::Session RackTest #current_url, #current_path, #current_host is unaffected by following a relative link >rspec ./lib/capybara/spec/spec_helper.rb[2:109:5] # Capybara::Session RackTest #current_url, #current_path, #current_host is affected by following an absolute link >rspec ./lib/capybara/spec/spec_helper.rb[2:109:6] # Capybara::Session RackTest #current_url, #current_path, #current_host is unaffected by posting through a relative form >rspec ./lib/capybara/spec/spec_helper.rb[2:109:7] # Capybara::Session RackTest #current_url, #current_path, #current_host is affected by posting through an absolute form >rspec ./lib/capybara/spec/spec_helper.rb[2:109:8] # Capybara::Session RackTest #current_url, #current_path, #current_host is affected by following a redirect >rspec ./lib/capybara/spec/spec_helper.rb[2:109:11] # Capybara::Session RackTest #current_url, #current_path, #current_host doesn't raise exception on a nil current_url >rspec ./spec/server_spec.rb:6 # Capybara::Server should spool up a rack server >rspec ./spec/server_spec.rb:15 # Capybara::Server should do nothing when no server given >rspec ./spec/server_spec.rb:21 # Capybara::Server should bind to the specified host >rspec ./spec/server_spec.rb:42 # Capybara::Server should use specified port >rspec ./spec/server_spec.rb:54 # Capybara::Server should use given port >rspec ./spec/server_spec.rb:64 # Capybara::Server should find an available port >rspec ./spec/server_spec.rb:78 # Capybara::Server should support SSL >rspec ./spec/server_spec.rb:110 # Capybara::Server When Capybara.reuse_server is true should use the existing server if it already running >rspec ./spec/server_spec.rb:125 # Capybara::Server When Capybara.reuse_server is true detects and waits for all reused server sessions pending requests >rspec ./spec/server_spec.rb:157 # Capybara::Server When Capybara.reuse_server is false should not reuse an already running server >rspec ./spec/server_spec.rb:172 # Capybara::Server When Capybara.reuse_server is false detects and waits for only one sessions pending requests > > * ERROR: dev-ruby/capybara-3.4.1::gentoo failed (test phase): > * Failed to run '/usr/bin/ruby23 -Ilib -S rspec-3 spec' > * > * Call stack: > * ebuild.sh, line 124: Called src_test > * environment, line 4497: Called ruby-ng_src_test > * environment, line 4209: Called _ruby_each_implementation 'each_ruby_test' > * environment, line 539: Called _ruby_invoke_environment 'ruby23' 'each_ruby_test' > * environment, line 664: Called each_ruby_test > * environment, line 890: Called virtx '/usr/bin/ruby23' '-Ilib' '-S' 'rspec-3' 'spec' > * environment, line 5375: Called die > * The specific snippet of code: > * [[ ${retval} -ne 0 ]] && die "Failed to run '$@'"; > * > * If you need support, post the output of `emerge --info '=dev-ruby/capybara-3.4.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-ruby/capybara-3.4.1::gentoo'`. >!!! When you file a bug report, please include the following information: >GENTOO_VM= CLASSPATH="" JAVA_HOME="" >JAVACFLAGS="" COMPILER="" >and of course, the output of emerge --info =capybara-3.4.1 > * The complete build log is located at '/var/tmp/portage/dev-ruby/capybara-3.4.1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-ruby/capybara-3.4.1/temp/environment'. > * Working directory: '/var/tmp/portage/dev-ruby/capybara-3.4.1/work/ruby23/capybara-3.4.1' > * S: '/var/tmp/portage/dev-ruby/capybara-3.4.1/work/ruby23/capybara-3.4.1'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 662336
: 541508 |
541510