Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 686312 - dev-util/cucumber-3.1.2: Bundler::GemNotFound: Could not find gem 'json (~> 1.8.6)' in any of the gem sources listed in your Gemfile.
Summary: dev-util/cucumber-3.1.2: Bundler::GemNotFound: Could not find gem 'json (~> 1...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hans de Graaff
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2019-05-19 12:39 UTC by Thomas Deutschmann (RETIRED)
Modified: 2019-05-20 17:28 UTC (History)
0 users

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


Attachments
build.log (build.log,7.50 KB, text/plain)
2019-05-19 12:39 UTC, Thomas Deutschmann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2019-05-19 12:39:09 UTC
Created attachment 577302 [details]
build.log

> >>> Source compiled.
> >>> Test phase: dev-util/cucumber-3.1.2
>  * Running test phase for ruby24 ...
> ...............................................................................................................................................................................................................................................................
> WARNING: #Cucumber::Formatter::Interceptor::Pipe#buffer is deprecated and will be removed after version 3.99. Use Cucumber::Formatter::Interceptor::Pipe#buffer_string instead.
> (Called from /var/tmp/portage/dev-util/cucumber-3.1.2/work/ruby24/cucumber-ruby-3.1.2/spec/cucumber/formatter/interceptor_spec.rb:88:in `block (3 levels) in <module:Formatter>')
> ..
> WARNING: #Cucumber::Formatter::Interceptor::Pipe#buffer is deprecated and will be removed after version 3.99. Use Cucumber::Formatter::Interceptor::Pipe#buffer_string instead.
> (Called from /var/tmp/portage/dev-util/cucumber-3.1.2/work/ruby24/cucumber-ruby-3.1.2/spec/cucumber/formatter/interceptor_spec.rb:112:in `block (3 levels) in <module:Formatter>')
> 
> WARNING: #Cucumber::Formatter::Interceptor::Pipe#buffer is deprecated and will be removed after version 3.99. Use Cucumber::Formatter::Interceptor::Pipe#buffer_string instead.
> (Called from /var/tmp/portage/dev-util/cucumber-3.1.2/work/ruby24/cucumber-ruby-3.1.2/spec/cucumber/formatter/interceptor_spec.rb:113:in `block (3 levels) in <module:Formatter>')
> .....................................................................................................................................................................................................................................................................................*..........................
> 
> Pending: (Failures listed here are expected and do not affect your suite's status)
> 
>   1) Cucumber::Runtime::ForProgrammingLanguages should probably be inlined
>      # Not yet implemented
>      # ./spec/cucumber/runtime/for_programming_languages_spec.rb:7
> 
> Finished in 2.25 seconds (files took 2.51 seconds to load)
> 561 examples, 0 failures, 1 pending
> 
> Using the default profile...
> ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F....................................................................................................................................................................................................
> 
> (::) failed steps (::)
> 
> Exit status was 1 but expected it to be 0. Output:
> 
> bundler: failed to load command: rake (/usr/bin/rake)
> Bundler::GemNotFound: Could not find gem 'json (~> 1.8.6)' in any of the gem sources listed in your Gemfile.
>   /usr/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/resolver.rb:289:in `block in verify_gemfile_dependencies_are_found!'
>   /usr/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/resolver.rb:257:in `each'
>   /usr/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/resolver.rb:257:in `verify_gemfile_dependencies_are_found!'
>   /usr/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/resolver.rb:48:in `start'
>   /usr/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/resolver.rb:22:in `resolve'
>   /usr/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/definition.rb:257:in `resolve'
>   /usr/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/definition.rb:170:in `specs'
>   /usr/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/definition.rb:237:in `specs_for'
>   /usr/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/definition.rb:226:in `requested_specs'
>   /usr/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/runtime.rb:108:in `block in definition_method'
>   /usr/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/runtime.rb:20:in `setup'
>   /usr/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler.rb:107:in `setup'
>   /usr/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/setup.rb:20:in `<top (required)>'
>   /usr/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:54:in `require'
>   /usr/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:54:in `require'
> 
>  (RSpec::Expectations::ExpectationNotMetError)
> features/docs/raketask.feature:40:in `Then the exit status should be 0'
> 
> Failing Scenarios:
> cucumber features/docs/raketask.feature:38 # Scenario: Passing feature
> 
> 205 scenarios (1 failed, 204 passed)
> 1236 steps (1 failed, 1235 passed)
> 0m20.438s
>  * ERROR: dev-util/cucumber-3.1.2::gentoo failed (test phase):
>  *   Features failed
>  * 
>  * Call stack:
>  *     ebuild.sh, line  124:  Called src_test
>  *   environment, line 4628:  Called ruby-ng_src_test
>  *   environment, line 4340:  Called _ruby_each_implementation 'each_ruby_test'
>  *   environment, line  560:  Called _ruby_invoke_environment 'ruby24' 'each_ruby_test'
>  *   environment, line  689:  Called each_ruby_test
>  *   environment, line 1018:  Called die
>  * The specific snippet of code:
>  *       CUCUMBER_USE_RELEASED_CORE=true PATH="${S}"/bin:${PATH} RUBYLIB="${S}"/lib ${RUBY} -Ilib bin/cucumber features || die "Features failed"

Portage 2.3.62 (python 3.6.5-final-0, default/linux/x86/17.0, gcc-8.2.0, glibc-2.29-r2, 4.19.27-gentoo-r1 i686)
=================================================================
System uname: Linux-4.19.27-gentoo-r1-i686-Intel-R-_Core-TM-_i7-3770K_CPU_@_3.50GHz-with-gentoo-2.6
KiB Mem:     3106596 total,    436820 free
KiB Swap:     488276 total,    452180 free
Timestamp of repository gentoo: Sat, 18 May 2019 20:44:31 +0000
Head commit of repository gentoo: be3ad16df89024fc853bd8b6415ba51431f87404

sh bash 4.4_p23-r1
ld GNU ld (Gentoo 2.31.1 p7) 2.31.1
ccache version 3.6 [disabled]
app-shells/bash:          4.4_p23-r1::gentoo
dev-java/java-config:     2.2.0-r4::gentoo
dev-lang/perl:            5.26.2::gentoo
dev-lang/python:          2.7.15::gentoo, 3.6.5::gentoo
dev-util/ccache:          3.6::gentoo
dev-util/cmake:           3.9.6::gentoo
sys-apps/baselayout:      2.6-r1::gentoo
sys-apps/openrc:          0.41.2::gentoo
sys-apps/sandbox:         2.13::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.16.1-r1::gentoo
sys-devel/binutils:       2.31.1-r6::gentoo
sys-devel/gcc:            8.2.0-r6::gentoo, 8.3.0-r1::gentoo
sys-devel/gcc-config:     2.0::gentoo
sys-devel/libtool:        2.4.6-r3::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 4.14-r1::gentoo (virtual/os-headers)
sys-libs/glibc:           2.29-r2::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/gentoo.git
    priority: -1000

ABI="x86"
ABI_X86="32"
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="* -@EULA"
ACCEPT_PROPERTIES="*"
ACCEPT_RESTRICT="*"
ARCH="x86"
BROOT=""
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare"
CHOST="i686-pc-linux-gnu"
CHOST_x86="i686-pc-linux-gnu"
COLLISION_IGNORE="/lib/modules/*"
CONFIG_PROTECT="/etc /etc/stunnel/stunnel.conf /opt/fhem /usr/share/config /usr/share/gnupg/qualified.txt /var/lib/fhem"
CPU_FLAGS_X86="mmx mmxext sse sse2"
CXXFLAGS="-O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare"
DEFAULT_ABI="x86"
EDITOR="/usr/bin/mcedit"
ELIBC="glibc"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
EPREFIX=""
EROOT="/"
ESYSROOT="/"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs cgroup config-protect-if-modified distlocks downgrade-backup ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -march=i686 -pipe"
GCC_SPECS=""
GRUB_PLATFORMS="efi-32 pc"
GSETTINGS_BACKEND="dconf"
HOME="/root"
INFOPATH="/usr/share/gcc-data/i686-pc-linux-gnu/8.2.0/info:/usr/share/binutils-data/i686-pc-linux-gnu/2.31.1/info:/usr/share/info"
INPUT_DEVICES="libinput keyboard mouse"
IUSE_IMPLICIT="abi_x86_32 prefix prefix-guest prefix-stack"
JAVAC="/etc/java-config-2/current-system-vm/bin/javac"
JAVA_HOME="/etc/java-config-2/current-system-vm"
JDK_HOME="/etc/java-config-2/current-system-vm"
KERNEL="linux"
L10N="en en-US de de-DE"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LC_MESSAGES="C"
LC_PAPER="de_DE.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LIBDIR_x86="lib"
LINGUAS="en de"
LOGNAME="root"
MAIL="/var/mail/root"
MAKEOPTS="--jobs 5 --load-average 7.95"
MULTILIB_ABIS="x86"
NETBEANS_MODULES="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml"
NOCOLOR="true"
OFFICE_IMPLEMENTATION="libreoffice"
OLDPWD="/usr/portage/sys-devel/llvm"
OPENCL_PROFILE="ocl-icd"
OPENGL_PROFILE="xorg-x11"
PAGER="/usr/bin/less"
PATH="/usr/lib/llvm/7/bin:/usr/lib/llvm/6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin"
PHP_TARGETS="php5-6 php7-1 php7-2 php7-3"
POSTGRES_TARGETS="postgres9_5 postgres10"
PWD="/tmp/stable"
PYTHONDONTWRITEBYTECODE="1"
PYTHON_SINGLE_TARGET="python3_6"
PYTHON_TARGETS="python2_7 python3_6"
QT_GRAPHICSSYSTEM="raster"
ROOT="/"
ROOTPATH="/usr/lib/llvm/7/bin:/usr/lib/llvm/6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin"
RUBY_TARGETS="ruby24"
SBCL_HOME="/usr/lib/sbcl"
SBCL_SOURCE_ROOT="/usr/lib/sbcl/src"
SHELL="/bin/bash"
SHLVL="2"
SSH_TTY="/dev/pts/0"
SYSROOT="/"
TERM="tmux-256color"
TMUX="/tmp//tmux-0/default,4271,0"
TMUX_PANE="%2"
TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1"
USER="root"
USERLAND="GNU"
VIDEO_CARDS="vmware"
XDG_CONFIG_DIRS="/etc/xdg"
XDG_DATA_DIRS="/usr/local/share:/usr/share"
Comment 1 Thomas Deutschmann (RETIRED) gentoo-dev 2019-05-19 12:40:13 UTC
dev-ruby/json-2.1.0 is installed BTW.
Comment 2 Larry the Git Cow gentoo-dev 2019-05-20 17:28:25 UTC
The bug has been closed via the following commit(s):

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

commit 09ca6378ecd11477b9f36c0cb1335d6ffc65b334
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2019-05-20 17:27:06 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2019-05-20 17:27:51 +0000

    dev-util/cucumber: fix tests with only json:2
    
    Loosen dev-ruby/json dependency used in tests.
    
    Fixes: https://bugs.gentoo.org/686312
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>
    Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-util/cucumber/cucumber-3.1.2.ebuild | 1 +
 1 file changed, 1 insertion(+)